.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: 15px;
  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: #4a4a4a;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
  color: #1364d8;
}
/* 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: #1364d8;
}
/* 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: #1364d8;
  text-shadow: none;
}
::selection {
  background: #1364d8;
  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 #1364d8;
}
/* Small
   ========================================================================== */
/*
   * Reset child height, caused by `inline-block`
   */
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  border-top: 2px solid #1364d8;
}
/* ========================================================================
     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: 15px;
}
/* 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: #1364d8;
  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: #1364d8;
  outline: none;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #1364d8;
  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: #1364d8;
  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: #1364d8;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #1364d8;
  color: #ffffff;
}
/*
   * Primary
   */
.uk-button-primary {
  background-color: #1364d8;
  color: #ffffff;
}
/* Hover + Focus */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #fafafa;
  color: #ffffff;
}
/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-button-secondary {
  color: #666;
  border: 1px solid #fafafa;
}
/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #1364d8;
  color: #ffffff;
  border-color: #1364d8;
}
/*
   * 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: #1364d8;
}
/* 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: #4a4a4a;
}
/* Hover + Focus */
.uk-button-link:hover,
.uk-button-link:focus {
  color: #1364d8;
}
/* 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: #1364d8;
}
/*
   * Secondary
   */
.uk-section-secondary,
.ap-container-secondary .uk-container {
  background: #fafafa;
}
.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: #1364d8;
}
/*
   * Secondary
   */
.uk-tile-secondary {
  background: #fafafa;
}
/* ========================================================================
     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: #1364d8;
  color: #ffffff;
}
.uk-card-primary .uk-card-title {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-card-secondary {
  background: #fafafa;
  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: #1364d8;
  background-color: transparent;
}
/* ========================================================================
     Component: Marker
   ========================================================================== */
/*
   * Addopts `uk-icon`
   */
.uk-marker {
  padding: 5px;
  background: #fafafa;
  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: #1364d8;
}
/*
   * 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: #1364d8;
  color: #ffffff;
}
/*
   * Required for `a`
   */
.uk-badge:hover,
.uk-badge:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
     Component: Label
   ========================================================================== */
.uk-label {
  background: #1364d8;
  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: #1364d8;
  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: #1364d8;
}
/* 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: #1364d8;
  outline: none;
}
.uk-navbar-nav > li > a:hover::before {
  background-color: currentColor;
}
/* OnClick */
.uk-navbar-nav > li.uk-active > a::before {
  background-color: #1364d8;
}
/* Item
   ========================================================================== */
.uk-navbar-item {
  color: #666;
}
/* Toggle
   ========================================================================== */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #1364d8;
}
/* 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: #1364d8;
  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: #1364d8;
  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: #1364d8;
  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: #1364d8;
}
/* 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: #1364d8;
  border-color: transparent;
}
/* Active */
.uk-dotnav > .uk-active > * {
  background-color: #1364d8;
  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: #1364d8;
}
/*
   * 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: #1364d8;
}
/* 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: #1364d8;
}
/*
   * 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: #1364d8;
  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: #1364d8;
}
.uk-progress::-moz-progress-bar {
  background-color: #1364d8;
}
.uk-progress::-ms-fill {
  background-color: #1364d8;
}
/* ========================================================================
     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: #1364d8 !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: #1364d8 !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #1364d8;
  }
}
/* ========================================================================
     Component: Background
   ========================================================================== */
/* Color
   ========================================================================== */
.uk-background-default {
  background-color: #ffffff;
}
.uk-background-muted {
  background-color: #f8f8f8;
}
.uk-background-primary {
  background-color: #1364d8;
}
.uk-background-secondary {
  background-color: #fafafa;
}
/* ========================================================================
     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: #1364d8;
  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: #1364d8;
  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: #1364d8;
  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: #1364d8;
}
.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(250, 250, 250, 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: #1364d8;
}
.uk-section-muted .uk-navbar-container.uk-navbar-sticky {
  background-color: #f8f8f8;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #1364d8;
}
.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: #1364d8;
  border-color: #1364d8;
}
.category .uk-pagination li:hover,
.ap-pagination li:hover,
.dynamic-pagination li:hover {
  border-color: #1364d8;
}
/* ========================================================================
   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: #0f4ea9;
}
.ap-list-filter dd a.active {
  background-color: #1364d8;
  color: #fff;
  border-radius: 2px;
}
.ap-filter-dropdown .filter-item-wrap.open,
.ap-filter-dropdown .filter-item.active {
  color: #1364d8;
}
.category li a.active {
  color: #1364d8;
}
.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: #1364d8;
}
.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: #1364d8;
  border: 1px solid rgba(19, 100, 216, 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: #1364d8;
}
form .step .ui-step.active .ui-step-title {
  color: #1364d8;
}
/**************** 自定义版块样式 ********************/
.btn-effect-1 {
  border-color: #1364d8;
  background-color: #1364d8;
  color: #fff;
}
.header-effect-6 [data-item='title']::before {
  background-color: #1364d8;
}
.header-effect-7 [data-item='subTitle'] {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  background-color: #1364d8;
  color: #fff !important;
}
.btn-effect-2 {
  background-color: transparent;
  border: 1px solid #1364d8;
  color: #1364d8;
}
.btn-effect-2:hover {
  background-color: #1364d8;
}
.uk-button.btn-effect-5 {
  background-color: #1364d8;
  box-shadow: 0 0 15px rgba(19, 100, 216, 0.8);
}
.header-effect-3 [data-item='title']::after {
  background: #1364d8;
}
.header-effect-6 [data-item='title']::before {
  background-color: #1364d8;
}
#aefcca0912a1fb1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5bb0a4e40af0ac  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#a4f0eae1c8ad5b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a5e1fa5af8a6d2f > .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;flex-grow: 0;}#aaa66adb04a787f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aaa66adb04a787f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6e05a9cb2aacc5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a71eaaa784aba6f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a71eaaa784aba6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1f02a72faacac9 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad649a4e1faa01e > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad649a4e1faa01e  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2131a4568ad5fb .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8427a3663ab91d > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8427a3663ab91d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a54aea8b6da48ed .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#af514ac23ca7297  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4549a962ca7add > .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;flex-grow: 0;}#aefe9a9dcba95e8 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aefe9a9dcba95e8  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a78b8a66c3a62cd .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a6860a4373a658a > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a6860a4373a658a  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a60d7a306dad87e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aa506af856a9ff7 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aa506af856a9ff7  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1a9bafb12a3379 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a1ea5a55aba2aaa > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a1ea5a55aba2aaa  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a92fda3d31aebae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a96dba8355ac472 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a96dba8355ac472  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3fa0aa753aa303 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a05c0a0e46a2f58  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ace13a3d21a10ea > .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;flex-grow: 0;}#a0604a42d4a4597 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0604a42d4a4597  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ac9a8ad93ea1211 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae9cbafda3a2f1b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae9cbafda3a2f1b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aac8da5f56ab439 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4442ab252a29a9 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4442ab252a29a9  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae418a8e29ac7a8 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aacb4aacb5aec67 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aacb4aacb5aec67  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#adafea3e44a3273 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7b50a7223adfe6 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7b50a7223adfe6  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1ff7aaad5a00c5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4ed7a699ea9c4b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4ed7a699ea9c4b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3cc7a1265a50b6 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8ba8a9e62a0d8c > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8ba8a9e62a0d8c  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2e38acba1a6797 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab151a234ead77c {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#ab151a234ead77c .layout-left li,
#ab151a234ead77c .layout-center li,
#ab151a234ead77c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab151a234ead77c .layout-left li a,
#ab151a234ead77c .layout-center li a,
#ab151a234ead77c .layout-right li a {
  height: 100%;
}
#ab151a234ead77c > .tab-tabs .layout-left {
  text-align: left;
}
#ab151a234ead77c > .tab-tabs .layout-center {
  text-align: center;
}
#ab151a234ead77c > .tab-tabs .layout-right {
  text-align: right;
}
#ab151a234ead77c .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#ab151a234ead77c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c .tab-contents,
#ab151a234ead77c .tab-contents-wrap {
  pointer-events: none;
}
#ab151a234ead77c .tab-content,
#ab151a234ead77c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab151a234ead77c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab151a234ead77c .tab-wrap .tab-contents {
  height: 100%;
}
#ab151a234ead77c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab151a234ead77c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab151a234ead77c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a445cadc90a6f90  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a54aba797fa6994  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a0c23a8da1a5492  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aa603ad8dfa8ae5 .a72bea96eba74bb {
  overflow: hidden;
}
#aa603ad8dfa8ae5 .a72bea96eba74bb , #aa603ad8dfa8ae5 .a72bea96eba74bb > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aa603ad8dfa8ae5 .a72bea96eba74bb:hover , #aa603ad8dfa8ae5 .a72bea96eba74bb *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aa603ad8dfa8ae5 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa603ad8dfa8ae5 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa603ad8dfa8ae5 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aa603ad8dfa8ae5 .uk-position-center-left-out {
    left: -30px;
  }
  #aa603ad8dfa8ae5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6f8da0e6ea7804  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7baeab343a1ed2 .a31f5a9637ae63a {
  overflow: hidden;
}
#a7baeab343a1ed2 .a31f5a9637ae63a , #a7baeab343a1ed2 .a31f5a9637ae63a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7baeab343a1ed2 .a31f5a9637ae63a:hover , #a7baeab343a1ed2 .a31f5a9637ae63a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7baeab343a1ed2 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a7baeab343a1ed2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7baeab343a1ed2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7baeab343a1ed2 .uk-position-center-left-out {
    left: -30px;
  }
  #a7baeab343a1ed2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7eeea24a2a489a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a9e11a3922a0a84 .a0c79ae6caaf8e2 {
  overflow: hidden;
}
#a9e11a3922a0a84 .a0c79ae6caaf8e2 , #a9e11a3922a0a84 .a0c79ae6caaf8e2 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a9e11a3922a0a84 .a0c79ae6caaf8e2:hover , #a9e11a3922a0a84 .a0c79ae6caaf8e2 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a9e11a3922a0a84 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a9e11a3922a0a84 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9e11a3922a0a84 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a9e11a3922a0a84 .uk-position-center-left-out {
    left: -30px;
  }
  #a9e11a3922a0a84 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa82faaea2a1c77  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a94ffa5483a8d60 .a8a48ae1cfa9a13 {
  overflow: hidden;
}
#a94ffa5483a8d60 .a8a48ae1cfa9a13 , #a94ffa5483a8d60 .a8a48ae1cfa9a13 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a94ffa5483a8d60 .a8a48ae1cfa9a13:hover , #a94ffa5483a8d60 .a8a48ae1cfa9a13 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a94ffa5483a8d60 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a94ffa5483a8d60 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a94ffa5483a8d60 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a94ffa5483a8d60 .uk-position-center-left-out {
    left: -30px;
  }
  #a94ffa5483a8d60 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3b61acc08a6bcf {
  overflow: hidden;
  pointer-events: none;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a3b61acc08a6bcf .layout-left li,
#a3b61acc08a6bcf .layout-center li,
#a3b61acc08a6bcf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3b61acc08a6bcf .layout-left li a,
#a3b61acc08a6bcf .layout-center li a,
#a3b61acc08a6bcf .layout-right li a {
  height: 100%;
}
#a3b61acc08a6bcf > .tab-tabs .layout-left {
  text-align: left;
}
#a3b61acc08a6bcf > .tab-tabs .layout-center {
  text-align: center;
}
#a3b61acc08a6bcf > .tab-tabs .layout-right {
  text-align: right;
}
#a3b61acc08a6bcf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a3b61acc08a6bcf .tab-content-wrap {
  background-color: #ffffff;
}
#a3b61acc08a6bcf .tab-contents,
#a3b61acc08a6bcf .tab-contents-wrap {
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-content,
#a3b61acc08a6bcf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3b61acc08a6bcf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-wrap .tab-contents {
  height: 100%;
}
#a3b61acc08a6bcf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2b29afa75af3d2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a7bdda440da10de  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af0fda089faa74e .a179ba61fca0888 {
  overflow: hidden;
}
#af0fda089faa74e .a179ba61fca0888 , #af0fda089faa74e .a179ba61fca0888 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af0fda089faa74e .a179ba61fca0888:hover , #af0fda089faa74e .a179ba61fca0888 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af0fda089faa74e .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af0fda089faa74e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af0fda089faa74e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af0fda089faa74e .uk-position-center-left-out {
    left: -30px;
  }
  #af0fda089faa74e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac029ab8d2ac795  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3fa1aa72eae5d8 .a8a0fa2a83ace44 {
  overflow: hidden;
}
#a3fa1aa72eae5d8 .a8a0fa2a83ace44 , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3fa1aa72eae5d8 .a8a0fa2a83ace44:hover , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3fa1aa72eae5d8 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a3fa1aa72eae5d8 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3fa1aa72eae5d8 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3fa1aa72eae5d8 .uk-position-center-left-out {
    left: -30px;
  }
  #a3fa1aa72eae5d8 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acd71a09bca3734  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2599afd13a8dda .a67b0a5657abdca {
  overflow: hidden;
}
#a2599afd13a8dda .a67b0a5657abdca , #a2599afd13a8dda .a67b0a5657abdca > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2599afd13a8dda .a67b0a5657abdca:hover , #a2599afd13a8dda .a67b0a5657abdca *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2599afd13a8dda .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2599afd13a8dda .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2599afd13a8dda .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2599afd13a8dda .uk-position-center-left-out {
    left: -30px;
  }
  #a2599afd13a8dda .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3bd9a9ed3a0012  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5fc2ae1b1ac227 .ada91af9b0a0502 {
  overflow: hidden;
}
#a5fc2ae1b1ac227 .ada91af9b0a0502 , #a5fc2ae1b1ac227 .ada91af9b0a0502 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5fc2ae1b1ac227 .ada91af9b0a0502:hover , #a5fc2ae1b1ac227 .ada91af9b0a0502 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5fc2ae1b1ac227 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a5fc2ae1b1ac227 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5fc2ae1b1ac227 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5fc2ae1b1ac227 .uk-position-center-left-out {
    left: -30px;
  }
  #a5fc2ae1b1ac227 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6bcdafc0fa513f  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab2a3a53e3a711b .aec71a08e0ab367 {
  overflow: hidden;
}
#ab2a3a53e3a711b .aec71a08e0ab367 , #ab2a3a53e3a711b .aec71a08e0ab367 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab2a3a53e3a711b .aec71a08e0ab367:hover , #ab2a3a53e3a711b .aec71a08e0ab367 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab2a3a53e3a711b .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ab2a3a53e3a711b .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab2a3a53e3a711b .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab2a3a53e3a711b .uk-position-center-left-out {
    left: -30px;
  }
  #ab2a3a53e3a711b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a309aa2ec8a7ce3 {
  overflow: hidden;
  pointer-events: none;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a309aa2ec8a7ce3 .layout-left li,
#a309aa2ec8a7ce3 .layout-center li,
#a309aa2ec8a7ce3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a309aa2ec8a7ce3 .layout-left li a,
#a309aa2ec8a7ce3 .layout-center li a,
#a309aa2ec8a7ce3 .layout-right li a {
  height: 100%;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-left {
  text-align: left;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-center {
  text-align: center;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-right {
  text-align: right;
}
#a309aa2ec8a7ce3 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a309aa2ec8a7ce3 .tab-content-wrap {
  background-color: #ffffff;
}
#a309aa2ec8a7ce3 .tab-contents,
#a309aa2ec8a7ce3 .tab-contents-wrap {
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-content,
#a309aa2ec8a7ce3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-wrap .tab-contents {
  height: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6180acc49a3e93  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a6dafa4ecea60a0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aff3cac13cafbfb .a06ebafd21a2d85 {
  overflow: hidden;
}
#aff3cac13cafbfb .a06ebafd21a2d85 , #aff3cac13cafbfb .a06ebafd21a2d85 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aff3cac13cafbfb .a06ebafd21a2d85:hover , #aff3cac13cafbfb .a06ebafd21a2d85 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aff3cac13cafbfb .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aff3cac13cafbfb .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aff3cac13cafbfb .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aff3cac13cafbfb .uk-position-center-left-out {
    left: -30px;
  }
  #aff3cac13cafbfb .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#afcbbaca6ea610b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a53e2aef3aaf277 .aa00dac1eeacc9a {
  overflow: hidden;
}
#a53e2aef3aaf277 .aa00dac1eeacc9a , #a53e2aef3aaf277 .aa00dac1eeacc9a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a53e2aef3aaf277 .aa00dac1eeacc9a:hover , #a53e2aef3aaf277 .aa00dac1eeacc9a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a53e2aef3aaf277 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a53e2aef3aaf277 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a53e2aef3aaf277 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a53e2aef3aaf277 .uk-position-center-left-out {
    left: -30px;
  }
  #a53e2aef3aaf277 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4dd9a08d0a4fbc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adea6aad87ac37c .a709ba3eb4afea8 {
  overflow: hidden;
}
#adea6aad87ac37c .a709ba3eb4afea8 , #adea6aad87ac37c .a709ba3eb4afea8 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adea6aad87ac37c .a709ba3eb4afea8:hover , #adea6aad87ac37c .a709ba3eb4afea8 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adea6aad87ac37c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#adea6aad87ac37c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adea6aad87ac37c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adea6aad87ac37c .uk-position-center-left-out {
    left: -30px;
  }
  #adea6aad87ac37c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5f67a73efa84f8  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4f05aa0b1a588c .ab4cfa7547abdc6 {
  overflow: hidden;
}
#a4f05aa0b1a588c .ab4cfa7547abdc6 , #a4f05aa0b1a588c .ab4cfa7547abdc6 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4f05aa0b1a588c .ab4cfa7547abdc6:hover , #a4f05aa0b1a588c .ab4cfa7547abdc6 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4f05aa0b1a588c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4f05aa0b1a588c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4f05aa0b1a588c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4f05aa0b1a588c .uk-position-center-left-out {
    left: -30px;
  }
  #a4f05aa0b1a588c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8b3caf245a9550 {
  overflow: hidden;
  pointer-events: none;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a8b3caf245a9550 .layout-left li,
#a8b3caf245a9550 .layout-center li,
#a8b3caf245a9550 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8b3caf245a9550 .layout-left li a,
#a8b3caf245a9550 .layout-center li a,
#a8b3caf245a9550 .layout-right li a {
  height: 100%;
}
#a8b3caf245a9550 > .tab-tabs .layout-left {
  text-align: left;
}
#a8b3caf245a9550 > .tab-tabs .layout-center {
  text-align: center;
}
#a8b3caf245a9550 > .tab-tabs .layout-right {
  text-align: right;
}
#a8b3caf245a9550 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a8b3caf245a9550 .tab-content-wrap {
  background-color: #ffffff;
}
#a8b3caf245a9550 .tab-contents,
#a8b3caf245a9550 .tab-contents-wrap {
  pointer-events: none;
}
#a8b3caf245a9550 .tab-content,
#a8b3caf245a9550 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8b3caf245a9550 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8b3caf245a9550 .tab-wrap .tab-contents {
  height: 100%;
}
#a8b3caf245a9550 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1c11abae0a6498  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#aa27fa0954aa408  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a61a0af29da2f9c .aeab3a5320a803f {
  overflow: hidden;
}
#a61a0af29da2f9c .aeab3a5320a803f , #a61a0af29da2f9c .aeab3a5320a803f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a61a0af29da2f9c .aeab3a5320a803f:hover , #a61a0af29da2f9c .aeab3a5320a803f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a61a0af29da2f9c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a61a0af29da2f9c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a61a0af29da2f9c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a61a0af29da2f9c .uk-position-center-left-out {
    left: -30px;
  }
  #a61a0af29da2f9c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8c29a827fa339d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a1f73acf75a8e75 .a5c24a00fda0569 {
  overflow: hidden;
}
#a1f73acf75a8e75 .a5c24a00fda0569 , #a1f73acf75a8e75 .a5c24a00fda0569 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a1f73acf75a8e75 .a5c24a00fda0569:hover , #a1f73acf75a8e75 .a5c24a00fda0569 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a1f73acf75a8e75 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1f73acf75a8e75 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a1f73acf75a8e75 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a1f73acf75a8e75 .uk-position-center-left-out {
    left: -30px;
  }
  #a1f73acf75a8e75 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a988ba0fa4a2973  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4092a576fa0692 .a229fac40ea9024 {
  overflow: hidden;
}
#a4092a576fa0692 .a229fac40ea9024 , #a4092a576fa0692 .a229fac40ea9024 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4092a576fa0692 .a229fac40ea9024:hover , #a4092a576fa0692 .a229fac40ea9024 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4092a576fa0692 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4092a576fa0692 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4092a576fa0692 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4092a576fa0692 .uk-position-center-left-out {
    left: -30px;
  }
  #a4092a576fa0692 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac7c7a155ba5f06  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a0daaa7cb3a7125 .a8c63ab1d9a065f {
  overflow: hidden;
}
#a0daaa7cb3a7125 .a8c63ab1d9a065f , #a0daaa7cb3a7125 .a8c63ab1d9a065f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a0daaa7cb3a7125 .a8c63ab1d9a065f:hover , #a0daaa7cb3a7125 .a8c63ab1d9a065f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a0daaa7cb3a7125 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a0daaa7cb3a7125 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a0daaa7cb3a7125 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a0daaa7cb3a7125 .uk-position-center-left-out {
    left: -30px;
  }
  #a0daaa7cb3a7125 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a2884a9c7aa42cb {
  overflow: hidden;
  pointer-events: none;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a2884a9c7aa42cb .layout-left li,
#a2884a9c7aa42cb .layout-center li,
#a2884a9c7aa42cb .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a2884a9c7aa42cb .layout-left li a,
#a2884a9c7aa42cb .layout-center li a,
#a2884a9c7aa42cb .layout-right li a {
  height: 100%;
}
#a2884a9c7aa42cb > .tab-tabs .layout-left {
  text-align: left;
}
#a2884a9c7aa42cb > .tab-tabs .layout-center {
  text-align: center;
}
#a2884a9c7aa42cb > .tab-tabs .layout-right {
  text-align: right;
}
#a2884a9c7aa42cb .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a2884a9c7aa42cb .tab-content-wrap {
  background-color: #ffffff;
}
#a2884a9c7aa42cb .tab-contents,
#a2884a9c7aa42cb .tab-contents-wrap {
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-content,
#a2884a9c7aa42cb .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a2884a9c7aa42cb .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-wrap .tab-contents {
  height: 100%;
}
#a2884a9c7aa42cb .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9337a9870a4aa8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .tab-nav li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .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: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#a9337a9870a4aa8 .layout-left li,
#a9337a9870a4aa8 .layout-center li,
#a9337a9870a4aa8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9337a9870a4aa8 .layout-left li a,
#a9337a9870a4aa8 .layout-center li a,
#a9337a9870a4aa8 .layout-right li a {
  height: 100%;
}
#a9337a9870a4aa8 > .tab-tabs .layout-left {
  text-align: left;
}
#a9337a9870a4aa8 > .tab-tabs .layout-center {
  text-align: center;
}
#a9337a9870a4aa8 > .tab-tabs .layout-right {
  text-align: right;
}
#a9337a9870a4aa8 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a9337a9870a4aa8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 .tab-contents,
#a9337a9870a4aa8 .tab-contents-wrap {
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-content,
#a9337a9870a4aa8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9337a9870a4aa8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-wrap .tab-contents {
  height: 100%;
}
#a9337a9870a4aa8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a02f5a3ff9a4083  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0dafa41eda42c1 > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a0936a27c6a7e20 > .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;}#a0936a27c6a7e20  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0936a27c6a7e20:hover * {color: #000000  !important}
                            #a0936a27c6a7e20:hover .line{border-color: #000000  !important}#a0099a01a7a0786 > .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;}#a0099a01a7a0786  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0099a01a7a0786:hover * {color: #000000  !important}
                            #a0099a01a7a0786:hover .line{border-color: #000000  !important}#ada22ad7caad10a  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a2384a88bcaa91f > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#aff0fa80aca0f48 > .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;}#aff0fa80aca0f48  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aff0fa80aca0f48:hover * {color: #000000  !important}
                            #aff0fa80aca0f48:hover .line{border-color: #000000  !important}#a7c98ad8d3a2f15 > .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;}#a7c98ad8d3a2f15  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7c98ad8d3a2f15:hover * {color: #000000  !important}
                            #a7c98ad8d3a2f15:hover .line{border-color: #000000  !important}#aef76a9e03a209f  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a96e2a6c2aae62d > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#ae1efad977acc8b > .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;}#ae1efad977acc8b  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#ae1efad977acc8b:hover * {color: #000000  !important}
                            #ae1efad977acc8b:hover .line{border-color: #000000  !important}#a969ba27fba3e87 > .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;}#a969ba27fba3e87  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a969ba27fba3e87:hover * {color: #000000  !important}
                            #a969ba27fba3e87:hover .line{border-color: #000000  !important}#a72b8a64dba1bcc > .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;}#a72b8a64dba1bcc  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a72b8a64dba1bcc:hover * {color: #000000  !important}
                            #a72b8a64dba1bcc:hover .line{border-color: #000000  !important}#a5509a25c7aa431 > .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;}#a5509a25c7aa431  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a5509a25c7aa431:hover * {color: #000000  !important}
                            #a5509a25c7aa431:hover .line{border-color: #000000  !important}#ac860aabe5ab7a3 {
  overflow: hidden;
  pointer-events: none;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 .layout-left li,
#ac860aabe5ab7a3 .layout-center li,
#ac860aabe5ab7a3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac860aabe5ab7a3 .layout-left li a,
#ac860aabe5ab7a3 .layout-center li a,
#ac860aabe5ab7a3 .layout-right li a {
  height: 100%;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-left {
  text-align: left;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-center {
  text-align: center;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-right {
  text-align: right;
}
#ac860aabe5ab7a3 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#ac860aabe5ab7a3 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ac860aabe5ab7a3 .tab-contents,
#ac860aabe5ab7a3 .tab-contents-wrap {
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-content,
#ac860aabe5ab7a3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac860aabe5ab7a3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-wrap .tab-contents {
  height: 100%;
}
#ac860aabe5ab7a3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a803baa081aca73 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a803baa081aca73 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a803baa081aca73 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a803baa081aca73 .menu-list > li > a {
  padding: 0 10px;
}
#a803baa081aca73 .menu-list > li:hover:before {
  height: 100%;
}
#a803baa081aca73 .menu-list > li:hover:after {
  color: auto;
}
#a803baa081aca73 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a803baa081aca73 .menu-list > li:first-child:after {
  content: "";
}
#a803baa081aca73 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a803baa081aca73 .menu-list > li ul li {
  position: relative;
}
#a803baa081aca73 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a803baa081aca73 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a803baa081aca73 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 li ul,
#a803baa081aca73 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a803baa081aca73 li:hover > ul {
  left: auto;
}
#a803baa081aca73 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#afa08ad250a45ed a, #afa08ad250a45ed {
        font-weight: bold;
        font-style: normal;
    font-size: 31px;text-align: center;font-family: inherit;color: rgba(74, 74, 74, 1);}#a4ae9a97e3a1e0c .uk-grid {margin-left: -20px;}@media (min-width: 1200px) {
                    #a4ae9a97e3a1e0c .uk-grid { margin-left: -20px;}
                }@media (max-width: 640) {
                    #a4ae9a97e3a1e0c .uk-grid { margin-left: -20px;}
                }#a4ae9a97e3a1e0c .uk-grid>* {padding-left: 20px;}@media (min-width: 1200px) {
                    #a4ae9a97e3a1e0c .uk-grid>* { padding-left: 20px;}
                }@media (max-width: 640) {#a4ae9a97e3a1e0c .uk-grid>* {
                    padding-left: 20px;}
                }#a4ae9a97e3a1e0c .uk-grid>.uk-grid-margin {margin-top: 20px;}@media (min-width: 1200px) {
                    #a4ae9a97e3a1e0c .uk-grid>.uk-grid-margin {margin-top: 20px;}
                }@media (max-width: 640) {
                    #a4ae9a97e3a1e0c .uk-grid>.uk-grid-margin {margin-top: 20px;}
                }#a4ae9a97e3a1e0c [data-item="items"] .uk-card-body {padding: 20px}@media (min-width: 1200px) {
                #a4ae9a97e3a1e0c [data-item="items"] .uk-card-body {padding: 20px}
            }@media (max-width: 640px) {
                #a4ae9a97e3a1e0c [data-item="items"] .uk-card-body {padding: 20px}
            }#a4ae9a97e3a1e0c [data-item="items"] .uk-card {
                border: 1px solid rgba(215, 215, 215, 1);
            }#a4ae9a97e3a1e0c [data-item="items"] .uk-card {
                border-radius: 5px !important; overflow: hidden;
            } #a4ae9a97e3a1e0c [data-item*=".title"], #a4ae9a97e3a1e0c [data-item*=".title"] a {font-size: 20px;color: rgba(74, 74, 74, 1);}#a4ae9a97e3a1e0c [data-item*=".abstract"], #a4ae9a97e3a1e0c [data-item*=".abstract"] a {show: false;}#a4ae9a97e3a1e0c [data-item*=".subTitle"], #a4ae9a97e3a1e0c [data-item*=".subTitle"] a {show: false;}#a4ae9a97e3a1e0c [data-item*=".category"], #a4ae9a97e3a1e0c [data-item*=".category"] a {show: true;}#a0feea95a2a72ad  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#af056a2390a76c7  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a36a4a72ebaa0ec , #a36a4a72ebaa0ec a{flex-grow: 0;color: rgba(49, 118, 219, 1);}#a36a4a72ebaa0ec:hover, #a36a4a72ebaa0ec a:hover {color: rgba(19, 100, 216, 1);}#a767fa3f3aaf748  {flex-grow: 1;}#a4fb9aba3ca9c8c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a4fb9aba3ca9c8c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a4fb9aba3ca9c8c .ap-icon {
  margin-right: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon img,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li:hover > a,
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a4fb9aba3ca9c8c .menu-list ul,
#a4fb9aba3ca9c8c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a4fb9aba3ca9c8c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a4fb9aba3ca9c8c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4fb9aba3ca9c8c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4fb9aba3ca9c8c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a49b0afccaac34c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a49b0afccaac34c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a49b0afccaac34c .ap-icon {
  margin-right: 6px;
}
#a49b0afccaac34c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a,
#a49b0afccaac34c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon img,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a49b0afccaac34c .menu-list > li:hover > a,
#a49b0afccaac34c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a49b0afccaac34c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a49b0afccaac34c .menu-list ul,
#a49b0afccaac34c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a49b0afccaac34c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a49b0afccaac34c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a49b0afccaac34c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a49b0afccaac34c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a468aa0b1da717e > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afe37a828faabd7 , #afe37a828faabd7 a{color: rgba(6, 164, 100, 1);}#afe37a828faabd7:hover, #afe37a828faabd7 a:hover {color: rgba(4, 204, 101, 1);}#ac7eca0ba9a4ccf .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac7eca0ba9a4ccf .menu-list-expand .submenu-indicator {
  display: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a img,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9e02ae88da9704 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a img,
#a9e02ae88da9704 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa5cfa706da140f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa5cfa706da140f .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa5cfa706da140f .menu-list-expand .submenu-indicator {
  display: none;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li a img,
#aa5cfa706da140f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aefcca0912a1fb1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a4cccaa236acf8f {
  min-height: 300px;
}
#a5bb0a4e40af0ac  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#a4f0eae1c8ad5b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a5e1fa5af8a6d2f > .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;flex-grow: 0;}#aaa66adb04a787f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aaa66adb04a787f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6e05a9cb2aacc5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a71eaaa784aba6f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a71eaaa784aba6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1f02a72faacac9 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad649a4e1faa01e > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad649a4e1faa01e  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2131a4568ad5fb .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8427a3663ab91d > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8427a3663ab91d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a54aea8b6da48ed .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#af514ac23ca7297  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4549a962ca7add > .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;flex-grow: 0;}#aefe9a9dcba95e8 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aefe9a9dcba95e8  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a78b8a66c3a62cd .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a6860a4373a658a > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a6860a4373a658a  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a60d7a306dad87e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aa506af856a9ff7 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aa506af856a9ff7  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1a9bafb12a3379 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a1ea5a55aba2aaa > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a1ea5a55aba2aaa  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a92fda3d31aebae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a96dba8355ac472 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a96dba8355ac472  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3fa0aa753aa303 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a05c0a0e46a2f58  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ace13a3d21a10ea > .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;flex-grow: 0;}#a0604a42d4a4597 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0604a42d4a4597  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ac9a8ad93ea1211 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae9cbafda3a2f1b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae9cbafda3a2f1b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aac8da5f56ab439 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4442ab252a29a9 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4442ab252a29a9  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae418a8e29ac7a8 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aacb4aacb5aec67 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aacb4aacb5aec67  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#adafea3e44a3273 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7b50a7223adfe6 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7b50a7223adfe6  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1ff7aaad5a00c5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4ed7a699ea9c4b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4ed7a699ea9c4b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3cc7a1265a50b6 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8ba8a9e62a0d8c > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8ba8a9e62a0d8c  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2e38acba1a6797 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab151a234ead77c {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#ab151a234ead77c .layout-left li,
#ab151a234ead77c .layout-center li,
#ab151a234ead77c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab151a234ead77c .layout-left li a,
#ab151a234ead77c .layout-center li a,
#ab151a234ead77c .layout-right li a {
  height: 100%;
}
#ab151a234ead77c > .tab-tabs .layout-left {
  text-align: left;
}
#ab151a234ead77c > .tab-tabs .layout-center {
  text-align: center;
}
#ab151a234ead77c > .tab-tabs .layout-right {
  text-align: right;
}
#ab151a234ead77c .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#ab151a234ead77c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c .tab-contents,
#ab151a234ead77c .tab-contents-wrap {
  pointer-events: none;
}
#ab151a234ead77c .tab-content,
#ab151a234ead77c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab151a234ead77c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab151a234ead77c .tab-wrap .tab-contents {
  height: 100%;
}
#ab151a234ead77c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab151a234ead77c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab151a234ead77c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a445cadc90a6f90  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a54aba797fa6994  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a0c23a8da1a5492  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aa603ad8dfa8ae5 .a72bea96eba74bb {
  overflow: hidden;
}
#aa603ad8dfa8ae5 .a72bea96eba74bb , #aa603ad8dfa8ae5 .a72bea96eba74bb > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aa603ad8dfa8ae5 .a72bea96eba74bb:hover , #aa603ad8dfa8ae5 .a72bea96eba74bb *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aa603ad8dfa8ae5 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa603ad8dfa8ae5 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa603ad8dfa8ae5 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aa603ad8dfa8ae5 .uk-position-center-left-out {
    left: -30px;
  }
  #aa603ad8dfa8ae5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6f8da0e6ea7804  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7baeab343a1ed2 .a31f5a9637ae63a {
  overflow: hidden;
}
#a7baeab343a1ed2 .a31f5a9637ae63a , #a7baeab343a1ed2 .a31f5a9637ae63a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7baeab343a1ed2 .a31f5a9637ae63a:hover , #a7baeab343a1ed2 .a31f5a9637ae63a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7baeab343a1ed2 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a7baeab343a1ed2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7baeab343a1ed2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7baeab343a1ed2 .uk-position-center-left-out {
    left: -30px;
  }
  #a7baeab343a1ed2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7eeea24a2a489a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a9e11a3922a0a84 .a0c79ae6caaf8e2 {
  overflow: hidden;
}
#a9e11a3922a0a84 .a0c79ae6caaf8e2 , #a9e11a3922a0a84 .a0c79ae6caaf8e2 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a9e11a3922a0a84 .a0c79ae6caaf8e2:hover , #a9e11a3922a0a84 .a0c79ae6caaf8e2 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a9e11a3922a0a84 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a9e11a3922a0a84 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9e11a3922a0a84 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a9e11a3922a0a84 .uk-position-center-left-out {
    left: -30px;
  }
  #a9e11a3922a0a84 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa82faaea2a1c77  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a94ffa5483a8d60 .a8a48ae1cfa9a13 {
  overflow: hidden;
}
#a94ffa5483a8d60 .a8a48ae1cfa9a13 , #a94ffa5483a8d60 .a8a48ae1cfa9a13 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a94ffa5483a8d60 .a8a48ae1cfa9a13:hover , #a94ffa5483a8d60 .a8a48ae1cfa9a13 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a94ffa5483a8d60 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a94ffa5483a8d60 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a94ffa5483a8d60 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a94ffa5483a8d60 .uk-position-center-left-out {
    left: -30px;
  }
  #a94ffa5483a8d60 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3b61acc08a6bcf {
  overflow: hidden;
  pointer-events: none;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a3b61acc08a6bcf .layout-left li,
#a3b61acc08a6bcf .layout-center li,
#a3b61acc08a6bcf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3b61acc08a6bcf .layout-left li a,
#a3b61acc08a6bcf .layout-center li a,
#a3b61acc08a6bcf .layout-right li a {
  height: 100%;
}
#a3b61acc08a6bcf > .tab-tabs .layout-left {
  text-align: left;
}
#a3b61acc08a6bcf > .tab-tabs .layout-center {
  text-align: center;
}
#a3b61acc08a6bcf > .tab-tabs .layout-right {
  text-align: right;
}
#a3b61acc08a6bcf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a3b61acc08a6bcf .tab-content-wrap {
  background-color: #ffffff;
}
#a3b61acc08a6bcf .tab-contents,
#a3b61acc08a6bcf .tab-contents-wrap {
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-content,
#a3b61acc08a6bcf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3b61acc08a6bcf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-wrap .tab-contents {
  height: 100%;
}
#a3b61acc08a6bcf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2b29afa75af3d2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a7bdda440da10de  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af0fda089faa74e .a179ba61fca0888 {
  overflow: hidden;
}
#af0fda089faa74e .a179ba61fca0888 , #af0fda089faa74e .a179ba61fca0888 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af0fda089faa74e .a179ba61fca0888:hover , #af0fda089faa74e .a179ba61fca0888 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af0fda089faa74e .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af0fda089faa74e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af0fda089faa74e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af0fda089faa74e .uk-position-center-left-out {
    left: -30px;
  }
  #af0fda089faa74e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac029ab8d2ac795  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3fa1aa72eae5d8 .a8a0fa2a83ace44 {
  overflow: hidden;
}
#a3fa1aa72eae5d8 .a8a0fa2a83ace44 , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3fa1aa72eae5d8 .a8a0fa2a83ace44:hover , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3fa1aa72eae5d8 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a3fa1aa72eae5d8 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3fa1aa72eae5d8 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3fa1aa72eae5d8 .uk-position-center-left-out {
    left: -30px;
  }
  #a3fa1aa72eae5d8 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acd71a09bca3734  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2599afd13a8dda .a67b0a5657abdca {
  overflow: hidden;
}
#a2599afd13a8dda .a67b0a5657abdca , #a2599afd13a8dda .a67b0a5657abdca > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2599afd13a8dda .a67b0a5657abdca:hover , #a2599afd13a8dda .a67b0a5657abdca *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2599afd13a8dda .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2599afd13a8dda .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2599afd13a8dda .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2599afd13a8dda .uk-position-center-left-out {
    left: -30px;
  }
  #a2599afd13a8dda .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3bd9a9ed3a0012  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5fc2ae1b1ac227 .ada91af9b0a0502 {
  overflow: hidden;
}
#a5fc2ae1b1ac227 .ada91af9b0a0502 , #a5fc2ae1b1ac227 .ada91af9b0a0502 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5fc2ae1b1ac227 .ada91af9b0a0502:hover , #a5fc2ae1b1ac227 .ada91af9b0a0502 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5fc2ae1b1ac227 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a5fc2ae1b1ac227 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5fc2ae1b1ac227 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5fc2ae1b1ac227 .uk-position-center-left-out {
    left: -30px;
  }
  #a5fc2ae1b1ac227 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6bcdafc0fa513f  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab2a3a53e3a711b .aec71a08e0ab367 {
  overflow: hidden;
}
#ab2a3a53e3a711b .aec71a08e0ab367 , #ab2a3a53e3a711b .aec71a08e0ab367 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab2a3a53e3a711b .aec71a08e0ab367:hover , #ab2a3a53e3a711b .aec71a08e0ab367 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab2a3a53e3a711b .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ab2a3a53e3a711b .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab2a3a53e3a711b .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab2a3a53e3a711b .uk-position-center-left-out {
    left: -30px;
  }
  #ab2a3a53e3a711b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a309aa2ec8a7ce3 {
  overflow: hidden;
  pointer-events: none;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a309aa2ec8a7ce3 .layout-left li,
#a309aa2ec8a7ce3 .layout-center li,
#a309aa2ec8a7ce3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a309aa2ec8a7ce3 .layout-left li a,
#a309aa2ec8a7ce3 .layout-center li a,
#a309aa2ec8a7ce3 .layout-right li a {
  height: 100%;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-left {
  text-align: left;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-center {
  text-align: center;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-right {
  text-align: right;
}
#a309aa2ec8a7ce3 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a309aa2ec8a7ce3 .tab-content-wrap {
  background-color: #ffffff;
}
#a309aa2ec8a7ce3 .tab-contents,
#a309aa2ec8a7ce3 .tab-contents-wrap {
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-content,
#a309aa2ec8a7ce3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-wrap .tab-contents {
  height: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6180acc49a3e93  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a6dafa4ecea60a0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aff3cac13cafbfb .a06ebafd21a2d85 {
  overflow: hidden;
}
#aff3cac13cafbfb .a06ebafd21a2d85 , #aff3cac13cafbfb .a06ebafd21a2d85 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aff3cac13cafbfb .a06ebafd21a2d85:hover , #aff3cac13cafbfb .a06ebafd21a2d85 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aff3cac13cafbfb .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aff3cac13cafbfb .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aff3cac13cafbfb .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aff3cac13cafbfb .uk-position-center-left-out {
    left: -30px;
  }
  #aff3cac13cafbfb .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#afcbbaca6ea610b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a53e2aef3aaf277 .aa00dac1eeacc9a {
  overflow: hidden;
}
#a53e2aef3aaf277 .aa00dac1eeacc9a , #a53e2aef3aaf277 .aa00dac1eeacc9a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a53e2aef3aaf277 .aa00dac1eeacc9a:hover , #a53e2aef3aaf277 .aa00dac1eeacc9a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a53e2aef3aaf277 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a53e2aef3aaf277 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a53e2aef3aaf277 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a53e2aef3aaf277 .uk-position-center-left-out {
    left: -30px;
  }
  #a53e2aef3aaf277 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4dd9a08d0a4fbc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adea6aad87ac37c .a709ba3eb4afea8 {
  overflow: hidden;
}
#adea6aad87ac37c .a709ba3eb4afea8 , #adea6aad87ac37c .a709ba3eb4afea8 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adea6aad87ac37c .a709ba3eb4afea8:hover , #adea6aad87ac37c .a709ba3eb4afea8 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adea6aad87ac37c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#adea6aad87ac37c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adea6aad87ac37c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adea6aad87ac37c .uk-position-center-left-out {
    left: -30px;
  }
  #adea6aad87ac37c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5f67a73efa84f8  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4f05aa0b1a588c .ab4cfa7547abdc6 {
  overflow: hidden;
}
#a4f05aa0b1a588c .ab4cfa7547abdc6 , #a4f05aa0b1a588c .ab4cfa7547abdc6 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4f05aa0b1a588c .ab4cfa7547abdc6:hover , #a4f05aa0b1a588c .ab4cfa7547abdc6 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4f05aa0b1a588c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4f05aa0b1a588c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4f05aa0b1a588c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4f05aa0b1a588c .uk-position-center-left-out {
    left: -30px;
  }
  #a4f05aa0b1a588c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8b3caf245a9550 {
  overflow: hidden;
  pointer-events: none;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a8b3caf245a9550 .layout-left li,
#a8b3caf245a9550 .layout-center li,
#a8b3caf245a9550 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8b3caf245a9550 .layout-left li a,
#a8b3caf245a9550 .layout-center li a,
#a8b3caf245a9550 .layout-right li a {
  height: 100%;
}
#a8b3caf245a9550 > .tab-tabs .layout-left {
  text-align: left;
}
#a8b3caf245a9550 > .tab-tabs .layout-center {
  text-align: center;
}
#a8b3caf245a9550 > .tab-tabs .layout-right {
  text-align: right;
}
#a8b3caf245a9550 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a8b3caf245a9550 .tab-content-wrap {
  background-color: #ffffff;
}
#a8b3caf245a9550 .tab-contents,
#a8b3caf245a9550 .tab-contents-wrap {
  pointer-events: none;
}
#a8b3caf245a9550 .tab-content,
#a8b3caf245a9550 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8b3caf245a9550 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8b3caf245a9550 .tab-wrap .tab-contents {
  height: 100%;
}
#a8b3caf245a9550 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1c11abae0a6498  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#aa27fa0954aa408  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a61a0af29da2f9c .aeab3a5320a803f {
  overflow: hidden;
}
#a61a0af29da2f9c .aeab3a5320a803f , #a61a0af29da2f9c .aeab3a5320a803f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a61a0af29da2f9c .aeab3a5320a803f:hover , #a61a0af29da2f9c .aeab3a5320a803f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a61a0af29da2f9c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a61a0af29da2f9c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a61a0af29da2f9c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a61a0af29da2f9c .uk-position-center-left-out {
    left: -30px;
  }
  #a61a0af29da2f9c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8c29a827fa339d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a1f73acf75a8e75 .a5c24a00fda0569 {
  overflow: hidden;
}
#a1f73acf75a8e75 .a5c24a00fda0569 , #a1f73acf75a8e75 .a5c24a00fda0569 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a1f73acf75a8e75 .a5c24a00fda0569:hover , #a1f73acf75a8e75 .a5c24a00fda0569 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a1f73acf75a8e75 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1f73acf75a8e75 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a1f73acf75a8e75 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a1f73acf75a8e75 .uk-position-center-left-out {
    left: -30px;
  }
  #a1f73acf75a8e75 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a988ba0fa4a2973  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4092a576fa0692 .a229fac40ea9024 {
  overflow: hidden;
}
#a4092a576fa0692 .a229fac40ea9024 , #a4092a576fa0692 .a229fac40ea9024 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4092a576fa0692 .a229fac40ea9024:hover , #a4092a576fa0692 .a229fac40ea9024 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4092a576fa0692 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4092a576fa0692 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4092a576fa0692 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4092a576fa0692 .uk-position-center-left-out {
    left: -30px;
  }
  #a4092a576fa0692 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac7c7a155ba5f06  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a0daaa7cb3a7125 .a8c63ab1d9a065f {
  overflow: hidden;
}
#a0daaa7cb3a7125 .a8c63ab1d9a065f , #a0daaa7cb3a7125 .a8c63ab1d9a065f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a0daaa7cb3a7125 .a8c63ab1d9a065f:hover , #a0daaa7cb3a7125 .a8c63ab1d9a065f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a0daaa7cb3a7125 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a0daaa7cb3a7125 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a0daaa7cb3a7125 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a0daaa7cb3a7125 .uk-position-center-left-out {
    left: -30px;
  }
  #a0daaa7cb3a7125 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a2884a9c7aa42cb {
  overflow: hidden;
  pointer-events: none;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a2884a9c7aa42cb .layout-left li,
#a2884a9c7aa42cb .layout-center li,
#a2884a9c7aa42cb .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a2884a9c7aa42cb .layout-left li a,
#a2884a9c7aa42cb .layout-center li a,
#a2884a9c7aa42cb .layout-right li a {
  height: 100%;
}
#a2884a9c7aa42cb > .tab-tabs .layout-left {
  text-align: left;
}
#a2884a9c7aa42cb > .tab-tabs .layout-center {
  text-align: center;
}
#a2884a9c7aa42cb > .tab-tabs .layout-right {
  text-align: right;
}
#a2884a9c7aa42cb .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a2884a9c7aa42cb .tab-content-wrap {
  background-color: #ffffff;
}
#a2884a9c7aa42cb .tab-contents,
#a2884a9c7aa42cb .tab-contents-wrap {
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-content,
#a2884a9c7aa42cb .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a2884a9c7aa42cb .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-wrap .tab-contents {
  height: 100%;
}
#a2884a9c7aa42cb .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9337a9870a4aa8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .tab-nav li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .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: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#a9337a9870a4aa8 .layout-left li,
#a9337a9870a4aa8 .layout-center li,
#a9337a9870a4aa8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9337a9870a4aa8 .layout-left li a,
#a9337a9870a4aa8 .layout-center li a,
#a9337a9870a4aa8 .layout-right li a {
  height: 100%;
}
#a9337a9870a4aa8 > .tab-tabs .layout-left {
  text-align: left;
}
#a9337a9870a4aa8 > .tab-tabs .layout-center {
  text-align: center;
}
#a9337a9870a4aa8 > .tab-tabs .layout-right {
  text-align: right;
}
#a9337a9870a4aa8 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a9337a9870a4aa8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 .tab-contents,
#a9337a9870a4aa8 .tab-contents-wrap {
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-content,
#a9337a9870a4aa8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9337a9870a4aa8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-wrap .tab-contents {
  height: 100%;
}
#a9337a9870a4aa8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a02f5a3ff9a4083  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0dafa41eda42c1 > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a0936a27c6a7e20 > .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;}#a0936a27c6a7e20  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0936a27c6a7e20:hover * {color: #000000  !important}
                            #a0936a27c6a7e20:hover .line{border-color: #000000  !important}#a0099a01a7a0786 > .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;}#a0099a01a7a0786  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0099a01a7a0786:hover * {color: #000000  !important}
                            #a0099a01a7a0786:hover .line{border-color: #000000  !important}#ada22ad7caad10a  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a2384a88bcaa91f > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#aff0fa80aca0f48 > .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;}#aff0fa80aca0f48  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aff0fa80aca0f48:hover * {color: #000000  !important}
                            #aff0fa80aca0f48:hover .line{border-color: #000000  !important}#a7c98ad8d3a2f15 > .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;}#a7c98ad8d3a2f15  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7c98ad8d3a2f15:hover * {color: #000000  !important}
                            #a7c98ad8d3a2f15:hover .line{border-color: #000000  !important}#aef76a9e03a209f  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a96e2a6c2aae62d > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#ae1efad977acc8b > .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;}#ae1efad977acc8b  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#ae1efad977acc8b:hover * {color: #000000  !important}
                            #ae1efad977acc8b:hover .line{border-color: #000000  !important}#a969ba27fba3e87 > .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;}#a969ba27fba3e87  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a969ba27fba3e87:hover * {color: #000000  !important}
                            #a969ba27fba3e87:hover .line{border-color: #000000  !important}#a72b8a64dba1bcc > .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;}#a72b8a64dba1bcc  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a72b8a64dba1bcc:hover * {color: #000000  !important}
                            #a72b8a64dba1bcc:hover .line{border-color: #000000  !important}#a5509a25c7aa431 > .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;}#a5509a25c7aa431  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a5509a25c7aa431:hover * {color: #000000  !important}
                            #a5509a25c7aa431:hover .line{border-color: #000000  !important}#ac860aabe5ab7a3 {
  overflow: hidden;
  pointer-events: none;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 .layout-left li,
#ac860aabe5ab7a3 .layout-center li,
#ac860aabe5ab7a3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac860aabe5ab7a3 .layout-left li a,
#ac860aabe5ab7a3 .layout-center li a,
#ac860aabe5ab7a3 .layout-right li a {
  height: 100%;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-left {
  text-align: left;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-center {
  text-align: center;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-right {
  text-align: right;
}
#ac860aabe5ab7a3 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#ac860aabe5ab7a3 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ac860aabe5ab7a3 .tab-contents,
#ac860aabe5ab7a3 .tab-contents-wrap {
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-content,
#ac860aabe5ab7a3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac860aabe5ab7a3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-wrap .tab-contents {
  height: 100%;
}
#ac860aabe5ab7a3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a803baa081aca73 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a803baa081aca73 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a803baa081aca73 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a803baa081aca73 .menu-list > li > a {
  padding: 0 10px;
}
#a803baa081aca73 .menu-list > li:hover:before {
  height: 100%;
}
#a803baa081aca73 .menu-list > li:hover:after {
  color: auto;
}
#a803baa081aca73 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a803baa081aca73 .menu-list > li:first-child:after {
  content: "";
}
#a803baa081aca73 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a803baa081aca73 .menu-list > li ul li {
  position: relative;
}
#a803baa081aca73 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a803baa081aca73 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a803baa081aca73 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 li ul,
#a803baa081aca73 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a803baa081aca73 li:hover > ul {
  left: auto;
}
#a803baa081aca73 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aacada5877a25db > .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;}#ab00daca72ac63a {
  overflow: hidden;
}
#ab00daca72ac63a , #ab00daca72ac63a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 34px;text-align: center;font-family: NotoSansSC-Bold;color: rgba(0, 0, 0, 1);letter-spacing: 1px;}#a6343af304a95f0  {
        font-weight: normal;
        font-style: normal;
    text-align: center;font-family: inherit;}#a45efac680ad428 .inner-detail {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-Regular;
  color: #000000;
  line-height: 30px;
}
#a266da8882a0723 , #a266da8882a0723 .param-tag {
        font-weight: bold;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(74, 74, 74, 1);}#a4cccaa236acf8f [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#a0feea95a2a72ad  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#af056a2390a76c7  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a36a4a72ebaa0ec , #a36a4a72ebaa0ec a{flex-grow: 0;color: rgba(49, 118, 219, 1);}#a36a4a72ebaa0ec:hover, #a36a4a72ebaa0ec a:hover {color: rgba(19, 100, 216, 1);}#a767fa3f3aaf748  {flex-grow: 1;}#a4fb9aba3ca9c8c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a4fb9aba3ca9c8c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a4fb9aba3ca9c8c .ap-icon {
  margin-right: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon img,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li:hover > a,
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a4fb9aba3ca9c8c .menu-list ul,
#a4fb9aba3ca9c8c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a4fb9aba3ca9c8c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a4fb9aba3ca9c8c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4fb9aba3ca9c8c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4fb9aba3ca9c8c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a49b0afccaac34c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a49b0afccaac34c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a49b0afccaac34c .ap-icon {
  margin-right: 6px;
}
#a49b0afccaac34c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a,
#a49b0afccaac34c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon img,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a49b0afccaac34c .menu-list > li:hover > a,
#a49b0afccaac34c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a49b0afccaac34c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a49b0afccaac34c .menu-list ul,
#a49b0afccaac34c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a49b0afccaac34c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a49b0afccaac34c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a49b0afccaac34c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a49b0afccaac34c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a468aa0b1da717e > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afe37a828faabd7 , #afe37a828faabd7 a{color: rgba(6, 164, 100, 1);}#afe37a828faabd7:hover, #afe37a828faabd7 a:hover {color: rgba(4, 204, 101, 1);}#ac7eca0ba9a4ccf .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac7eca0ba9a4ccf .menu-list-expand .submenu-indicator {
  display: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a img,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9e02ae88da9704 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a img,
#a9e02ae88da9704 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa5cfa706da140f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa5cfa706da140f .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa5cfa706da140f .menu-list-expand .submenu-indicator {
  display: none;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li a img,
#aa5cfa706da140f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aefcca0912a1fb1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab34ea4b11abcbc .sidebar {
  width: 320px;
}
@media (max-width: 640px) {
  #ab34ea4b11abcbc .sidebar {
    width: 100%;
  }
}
#ab34ea4b11abcbc .menu-header h4 {
  color: #fff;
  font-weight: 500;
  line-height: 70px;
  padding-left: 20px;
}
#ab34ea4b11abcbc .menu-header h4 span {
  font-size: 12px;
}
#ab34ea4b11abcbc .menu-level-1 {
  border: 1px solid #ECECEC;
  margin-bottom: 15px;
}
#ab34ea4b11abcbc .menu-item a {
  color: #666;
  display: block;
  padding: 0 20px;
  line-height: 50px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: color .2s linear,background .2s linear;
  font-size: 14px;
  border-bottom: 1px solid #ECECEC;
}
#ab34ea4b11abcbc .menu-item a .indicator {
  position: absolute;
  right: 20px;
  top: 15px;
  width: 25px;
  height: 25px;
  background: url(/resources/sys/img/icons/menu_icon.png) center center no-repeat;
}
#ab34ea4b11abcbc .menu-item a:hover {
  color: #1364d8;
}
#ab34ea4b11abcbc .menu-item a:hover > .indicator {
  background-image: url(/resources/sys/img/icons/menu_icon_hover.png);
}
#ab34ea4b11abcbc .menu-level-1 > a {
  color: #333;
  font-size: 18px;
  position: relative;
  background: #eaeaea;
}
#ab34ea4b11abcbc .menu-level-3 {
  padding-left: 15px;
}
#ab34ea4b11abcbc .accordion-menu > ul > li > a {
  background: #ddd;
  font-size: 16px;
}
#ab34ea4b11abcbc .accordion-menu li a:hover {
  background-color: #1364d8;
  color: #fff;
  border: none;
}
#ab34ea4b11abcbc .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 50px;
  padding: 0 20px;
  right: 0;
}
#ab34ea4b11abcbc .contact-phone {
  padding: 15px 0 15px 70px;
  color: #333;
}
#ab34ea4b11abcbc .contact-icon {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
}
#ab34ea4b11abcbc .contact-info {
  border-top: 1px solid #ECECEC;
}
#ab34ea4b11abcbc .contact-info p {
  margin: 0;
}
#ab34ea4b11abcbc .phone {
  font-size: 24px;
  font-family: arial;
  line-height: 1;
}
#ab34ea4b11abcbc .hot-list {
  padding: 15px;
}
#ab34ea4b11abcbc .hot-list a {
  color: #777;
}
#ab34ea4b11abcbc .hot-list a:hover {
  color: #1364d8;
}
#ab34ea4b11abcbc .hot-item .thumb {
  display: block;
  overflow: hidden;
}
#ab34ea4b11abcbc .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#ab34ea4b11abcbc .hot-item:hover a {
  color: #1364d8;
}
#ab34ea4b11abcbc .hot-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#ab34ea4b11abcbc .hot-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #1364d8;
  content: "";
}
#ab34ea4b11abcbc .content-header {
  padding-bottom: 10px;
}
#ab34ea4b11abcbc .uk-button-group .uk-button {
  font-size: 12px;
  height: 30px;
  padding: 0 15px;
  line-height: 30px;
}
#ab34ea4b11abcbc .uk-button-group .uk-button:first-child {
  border-radius: 15px 0 0 15px;
}
#ab34ea4b11abcbc .uk-button-group .uk-button:last-child {
  border-radius: 0 15px 15px 0;
}
@media (max-width: 640px) {
  #ab34ea4b11abcbc .uk-padding-small {
    padding: 0;
  }
}
#a5bb0a4e40af0ac  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#a4f0eae1c8ad5b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a5e1fa5af8a6d2f > .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;flex-grow: 0;}#aaa66adb04a787f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aaa66adb04a787f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6e05a9cb2aacc5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a71eaaa784aba6f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a71eaaa784aba6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1f02a72faacac9 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad649a4e1faa01e > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad649a4e1faa01e  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2131a4568ad5fb .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8427a3663ab91d > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8427a3663ab91d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a54aea8b6da48ed .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#af514ac23ca7297  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4549a962ca7add > .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;flex-grow: 0;}#aefe9a9dcba95e8 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aefe9a9dcba95e8  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a78b8a66c3a62cd .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a6860a4373a658a > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a6860a4373a658a  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a60d7a306dad87e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aa506af856a9ff7 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aa506af856a9ff7  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1a9bafb12a3379 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a1ea5a55aba2aaa > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a1ea5a55aba2aaa  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a92fda3d31aebae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a96dba8355ac472 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a96dba8355ac472  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3fa0aa753aa303 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a05c0a0e46a2f58  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ace13a3d21a10ea > .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;flex-grow: 0;}#a0604a42d4a4597 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0604a42d4a4597  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ac9a8ad93ea1211 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae9cbafda3a2f1b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae9cbafda3a2f1b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aac8da5f56ab439 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4442ab252a29a9 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4442ab252a29a9  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae418a8e29ac7a8 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aacb4aacb5aec67 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aacb4aacb5aec67  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#adafea3e44a3273 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7b50a7223adfe6 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7b50a7223adfe6  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1ff7aaad5a00c5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4ed7a699ea9c4b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4ed7a699ea9c4b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3cc7a1265a50b6 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8ba8a9e62a0d8c > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8ba8a9e62a0d8c  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2e38acba1a6797 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab151a234ead77c {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#ab151a234ead77c .layout-left li,
#ab151a234ead77c .layout-center li,
#ab151a234ead77c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab151a234ead77c .layout-left li a,
#ab151a234ead77c .layout-center li a,
#ab151a234ead77c .layout-right li a {
  height: 100%;
}
#ab151a234ead77c > .tab-tabs .layout-left {
  text-align: left;
}
#ab151a234ead77c > .tab-tabs .layout-center {
  text-align: center;
}
#ab151a234ead77c > .tab-tabs .layout-right {
  text-align: right;
}
#ab151a234ead77c .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#ab151a234ead77c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c .tab-contents,
#ab151a234ead77c .tab-contents-wrap {
  pointer-events: none;
}
#ab151a234ead77c .tab-content,
#ab151a234ead77c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab151a234ead77c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab151a234ead77c .tab-wrap .tab-contents {
  height: 100%;
}
#ab151a234ead77c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab151a234ead77c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab151a234ead77c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a445cadc90a6f90  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a54aba797fa6994  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a0c23a8da1a5492  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aa603ad8dfa8ae5 .a72bea96eba74bb {
  overflow: hidden;
}
#aa603ad8dfa8ae5 .a72bea96eba74bb , #aa603ad8dfa8ae5 .a72bea96eba74bb > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aa603ad8dfa8ae5 .a72bea96eba74bb:hover , #aa603ad8dfa8ae5 .a72bea96eba74bb *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aa603ad8dfa8ae5 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa603ad8dfa8ae5 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa603ad8dfa8ae5 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aa603ad8dfa8ae5 .uk-position-center-left-out {
    left: -30px;
  }
  #aa603ad8dfa8ae5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6f8da0e6ea7804  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7baeab343a1ed2 .a31f5a9637ae63a {
  overflow: hidden;
}
#a7baeab343a1ed2 .a31f5a9637ae63a , #a7baeab343a1ed2 .a31f5a9637ae63a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7baeab343a1ed2 .a31f5a9637ae63a:hover , #a7baeab343a1ed2 .a31f5a9637ae63a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7baeab343a1ed2 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a7baeab343a1ed2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7baeab343a1ed2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7baeab343a1ed2 .uk-position-center-left-out {
    left: -30px;
  }
  #a7baeab343a1ed2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7eeea24a2a489a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a9e11a3922a0a84 .a0c79ae6caaf8e2 {
  overflow: hidden;
}
#a9e11a3922a0a84 .a0c79ae6caaf8e2 , #a9e11a3922a0a84 .a0c79ae6caaf8e2 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a9e11a3922a0a84 .a0c79ae6caaf8e2:hover , #a9e11a3922a0a84 .a0c79ae6caaf8e2 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a9e11a3922a0a84 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a9e11a3922a0a84 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9e11a3922a0a84 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a9e11a3922a0a84 .uk-position-center-left-out {
    left: -30px;
  }
  #a9e11a3922a0a84 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa82faaea2a1c77  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a94ffa5483a8d60 .a8a48ae1cfa9a13 {
  overflow: hidden;
}
#a94ffa5483a8d60 .a8a48ae1cfa9a13 , #a94ffa5483a8d60 .a8a48ae1cfa9a13 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a94ffa5483a8d60 .a8a48ae1cfa9a13:hover , #a94ffa5483a8d60 .a8a48ae1cfa9a13 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a94ffa5483a8d60 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a94ffa5483a8d60 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a94ffa5483a8d60 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a94ffa5483a8d60 .uk-position-center-left-out {
    left: -30px;
  }
  #a94ffa5483a8d60 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3b61acc08a6bcf {
  overflow: hidden;
  pointer-events: none;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a3b61acc08a6bcf .layout-left li,
#a3b61acc08a6bcf .layout-center li,
#a3b61acc08a6bcf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3b61acc08a6bcf .layout-left li a,
#a3b61acc08a6bcf .layout-center li a,
#a3b61acc08a6bcf .layout-right li a {
  height: 100%;
}
#a3b61acc08a6bcf > .tab-tabs .layout-left {
  text-align: left;
}
#a3b61acc08a6bcf > .tab-tabs .layout-center {
  text-align: center;
}
#a3b61acc08a6bcf > .tab-tabs .layout-right {
  text-align: right;
}
#a3b61acc08a6bcf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a3b61acc08a6bcf .tab-content-wrap {
  background-color: #ffffff;
}
#a3b61acc08a6bcf .tab-contents,
#a3b61acc08a6bcf .tab-contents-wrap {
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-content,
#a3b61acc08a6bcf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3b61acc08a6bcf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-wrap .tab-contents {
  height: 100%;
}
#a3b61acc08a6bcf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2b29afa75af3d2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a7bdda440da10de  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af0fda089faa74e .a179ba61fca0888 {
  overflow: hidden;
}
#af0fda089faa74e .a179ba61fca0888 , #af0fda089faa74e .a179ba61fca0888 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af0fda089faa74e .a179ba61fca0888:hover , #af0fda089faa74e .a179ba61fca0888 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af0fda089faa74e .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af0fda089faa74e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af0fda089faa74e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af0fda089faa74e .uk-position-center-left-out {
    left: -30px;
  }
  #af0fda089faa74e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac029ab8d2ac795  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3fa1aa72eae5d8 .a8a0fa2a83ace44 {
  overflow: hidden;
}
#a3fa1aa72eae5d8 .a8a0fa2a83ace44 , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3fa1aa72eae5d8 .a8a0fa2a83ace44:hover , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3fa1aa72eae5d8 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a3fa1aa72eae5d8 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3fa1aa72eae5d8 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3fa1aa72eae5d8 .uk-position-center-left-out {
    left: -30px;
  }
  #a3fa1aa72eae5d8 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acd71a09bca3734  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2599afd13a8dda .a67b0a5657abdca {
  overflow: hidden;
}
#a2599afd13a8dda .a67b0a5657abdca , #a2599afd13a8dda .a67b0a5657abdca > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2599afd13a8dda .a67b0a5657abdca:hover , #a2599afd13a8dda .a67b0a5657abdca *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2599afd13a8dda .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2599afd13a8dda .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2599afd13a8dda .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2599afd13a8dda .uk-position-center-left-out {
    left: -30px;
  }
  #a2599afd13a8dda .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3bd9a9ed3a0012  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5fc2ae1b1ac227 .ada91af9b0a0502 {
  overflow: hidden;
}
#a5fc2ae1b1ac227 .ada91af9b0a0502 , #a5fc2ae1b1ac227 .ada91af9b0a0502 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5fc2ae1b1ac227 .ada91af9b0a0502:hover , #a5fc2ae1b1ac227 .ada91af9b0a0502 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5fc2ae1b1ac227 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a5fc2ae1b1ac227 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5fc2ae1b1ac227 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5fc2ae1b1ac227 .uk-position-center-left-out {
    left: -30px;
  }
  #a5fc2ae1b1ac227 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6bcdafc0fa513f  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab2a3a53e3a711b .aec71a08e0ab367 {
  overflow: hidden;
}
#ab2a3a53e3a711b .aec71a08e0ab367 , #ab2a3a53e3a711b .aec71a08e0ab367 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab2a3a53e3a711b .aec71a08e0ab367:hover , #ab2a3a53e3a711b .aec71a08e0ab367 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab2a3a53e3a711b .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ab2a3a53e3a711b .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab2a3a53e3a711b .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab2a3a53e3a711b .uk-position-center-left-out {
    left: -30px;
  }
  #ab2a3a53e3a711b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a309aa2ec8a7ce3 {
  overflow: hidden;
  pointer-events: none;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a309aa2ec8a7ce3 .layout-left li,
#a309aa2ec8a7ce3 .layout-center li,
#a309aa2ec8a7ce3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a309aa2ec8a7ce3 .layout-left li a,
#a309aa2ec8a7ce3 .layout-center li a,
#a309aa2ec8a7ce3 .layout-right li a {
  height: 100%;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-left {
  text-align: left;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-center {
  text-align: center;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-right {
  text-align: right;
}
#a309aa2ec8a7ce3 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a309aa2ec8a7ce3 .tab-content-wrap {
  background-color: #ffffff;
}
#a309aa2ec8a7ce3 .tab-contents,
#a309aa2ec8a7ce3 .tab-contents-wrap {
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-content,
#a309aa2ec8a7ce3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-wrap .tab-contents {
  height: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6180acc49a3e93  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a6dafa4ecea60a0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aff3cac13cafbfb .a06ebafd21a2d85 {
  overflow: hidden;
}
#aff3cac13cafbfb .a06ebafd21a2d85 , #aff3cac13cafbfb .a06ebafd21a2d85 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aff3cac13cafbfb .a06ebafd21a2d85:hover , #aff3cac13cafbfb .a06ebafd21a2d85 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aff3cac13cafbfb .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aff3cac13cafbfb .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aff3cac13cafbfb .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aff3cac13cafbfb .uk-position-center-left-out {
    left: -30px;
  }
  #aff3cac13cafbfb .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#afcbbaca6ea610b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a53e2aef3aaf277 .aa00dac1eeacc9a {
  overflow: hidden;
}
#a53e2aef3aaf277 .aa00dac1eeacc9a , #a53e2aef3aaf277 .aa00dac1eeacc9a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a53e2aef3aaf277 .aa00dac1eeacc9a:hover , #a53e2aef3aaf277 .aa00dac1eeacc9a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a53e2aef3aaf277 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a53e2aef3aaf277 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a53e2aef3aaf277 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a53e2aef3aaf277 .uk-position-center-left-out {
    left: -30px;
  }
  #a53e2aef3aaf277 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4dd9a08d0a4fbc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adea6aad87ac37c .a709ba3eb4afea8 {
  overflow: hidden;
}
#adea6aad87ac37c .a709ba3eb4afea8 , #adea6aad87ac37c .a709ba3eb4afea8 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adea6aad87ac37c .a709ba3eb4afea8:hover , #adea6aad87ac37c .a709ba3eb4afea8 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adea6aad87ac37c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#adea6aad87ac37c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adea6aad87ac37c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adea6aad87ac37c .uk-position-center-left-out {
    left: -30px;
  }
  #adea6aad87ac37c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5f67a73efa84f8  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4f05aa0b1a588c .ab4cfa7547abdc6 {
  overflow: hidden;
}
#a4f05aa0b1a588c .ab4cfa7547abdc6 , #a4f05aa0b1a588c .ab4cfa7547abdc6 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4f05aa0b1a588c .ab4cfa7547abdc6:hover , #a4f05aa0b1a588c .ab4cfa7547abdc6 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4f05aa0b1a588c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4f05aa0b1a588c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4f05aa0b1a588c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4f05aa0b1a588c .uk-position-center-left-out {
    left: -30px;
  }
  #a4f05aa0b1a588c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8b3caf245a9550 {
  overflow: hidden;
  pointer-events: none;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a8b3caf245a9550 .layout-left li,
#a8b3caf245a9550 .layout-center li,
#a8b3caf245a9550 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8b3caf245a9550 .layout-left li a,
#a8b3caf245a9550 .layout-center li a,
#a8b3caf245a9550 .layout-right li a {
  height: 100%;
}
#a8b3caf245a9550 > .tab-tabs .layout-left {
  text-align: left;
}
#a8b3caf245a9550 > .tab-tabs .layout-center {
  text-align: center;
}
#a8b3caf245a9550 > .tab-tabs .layout-right {
  text-align: right;
}
#a8b3caf245a9550 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a8b3caf245a9550 .tab-content-wrap {
  background-color: #ffffff;
}
#a8b3caf245a9550 .tab-contents,
#a8b3caf245a9550 .tab-contents-wrap {
  pointer-events: none;
}
#a8b3caf245a9550 .tab-content,
#a8b3caf245a9550 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8b3caf245a9550 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8b3caf245a9550 .tab-wrap .tab-contents {
  height: 100%;
}
#a8b3caf245a9550 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1c11abae0a6498  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#aa27fa0954aa408  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a61a0af29da2f9c .aeab3a5320a803f {
  overflow: hidden;
}
#a61a0af29da2f9c .aeab3a5320a803f , #a61a0af29da2f9c .aeab3a5320a803f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a61a0af29da2f9c .aeab3a5320a803f:hover , #a61a0af29da2f9c .aeab3a5320a803f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a61a0af29da2f9c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a61a0af29da2f9c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a61a0af29da2f9c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a61a0af29da2f9c .uk-position-center-left-out {
    left: -30px;
  }
  #a61a0af29da2f9c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8c29a827fa339d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a1f73acf75a8e75 .a5c24a00fda0569 {
  overflow: hidden;
}
#a1f73acf75a8e75 .a5c24a00fda0569 , #a1f73acf75a8e75 .a5c24a00fda0569 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a1f73acf75a8e75 .a5c24a00fda0569:hover , #a1f73acf75a8e75 .a5c24a00fda0569 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a1f73acf75a8e75 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1f73acf75a8e75 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a1f73acf75a8e75 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a1f73acf75a8e75 .uk-position-center-left-out {
    left: -30px;
  }
  #a1f73acf75a8e75 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a988ba0fa4a2973  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4092a576fa0692 .a229fac40ea9024 {
  overflow: hidden;
}
#a4092a576fa0692 .a229fac40ea9024 , #a4092a576fa0692 .a229fac40ea9024 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4092a576fa0692 .a229fac40ea9024:hover , #a4092a576fa0692 .a229fac40ea9024 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4092a576fa0692 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4092a576fa0692 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4092a576fa0692 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4092a576fa0692 .uk-position-center-left-out {
    left: -30px;
  }
  #a4092a576fa0692 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac7c7a155ba5f06  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a0daaa7cb3a7125 .a8c63ab1d9a065f {
  overflow: hidden;
}
#a0daaa7cb3a7125 .a8c63ab1d9a065f , #a0daaa7cb3a7125 .a8c63ab1d9a065f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a0daaa7cb3a7125 .a8c63ab1d9a065f:hover , #a0daaa7cb3a7125 .a8c63ab1d9a065f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a0daaa7cb3a7125 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a0daaa7cb3a7125 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a0daaa7cb3a7125 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a0daaa7cb3a7125 .uk-position-center-left-out {
    left: -30px;
  }
  #a0daaa7cb3a7125 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a2884a9c7aa42cb {
  overflow: hidden;
  pointer-events: none;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a2884a9c7aa42cb .layout-left li,
#a2884a9c7aa42cb .layout-center li,
#a2884a9c7aa42cb .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a2884a9c7aa42cb .layout-left li a,
#a2884a9c7aa42cb .layout-center li a,
#a2884a9c7aa42cb .layout-right li a {
  height: 100%;
}
#a2884a9c7aa42cb > .tab-tabs .layout-left {
  text-align: left;
}
#a2884a9c7aa42cb > .tab-tabs .layout-center {
  text-align: center;
}
#a2884a9c7aa42cb > .tab-tabs .layout-right {
  text-align: right;
}
#a2884a9c7aa42cb .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a2884a9c7aa42cb .tab-content-wrap {
  background-color: #ffffff;
}
#a2884a9c7aa42cb .tab-contents,
#a2884a9c7aa42cb .tab-contents-wrap {
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-content,
#a2884a9c7aa42cb .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a2884a9c7aa42cb .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-wrap .tab-contents {
  height: 100%;
}
#a2884a9c7aa42cb .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9337a9870a4aa8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .tab-nav li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .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: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#a9337a9870a4aa8 .layout-left li,
#a9337a9870a4aa8 .layout-center li,
#a9337a9870a4aa8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9337a9870a4aa8 .layout-left li a,
#a9337a9870a4aa8 .layout-center li a,
#a9337a9870a4aa8 .layout-right li a {
  height: 100%;
}
#a9337a9870a4aa8 > .tab-tabs .layout-left {
  text-align: left;
}
#a9337a9870a4aa8 > .tab-tabs .layout-center {
  text-align: center;
}
#a9337a9870a4aa8 > .tab-tabs .layout-right {
  text-align: right;
}
#a9337a9870a4aa8 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a9337a9870a4aa8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 .tab-contents,
#a9337a9870a4aa8 .tab-contents-wrap {
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-content,
#a9337a9870a4aa8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9337a9870a4aa8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-wrap .tab-contents {
  height: 100%;
}
#a9337a9870a4aa8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a02f5a3ff9a4083  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0dafa41eda42c1 > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a0936a27c6a7e20 > .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;}#a0936a27c6a7e20  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0936a27c6a7e20:hover * {color: #000000  !important}
                            #a0936a27c6a7e20:hover .line{border-color: #000000  !important}#a0099a01a7a0786 > .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;}#a0099a01a7a0786  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0099a01a7a0786:hover * {color: #000000  !important}
                            #a0099a01a7a0786:hover .line{border-color: #000000  !important}#ada22ad7caad10a  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a2384a88bcaa91f > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#aff0fa80aca0f48 > .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;}#aff0fa80aca0f48  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aff0fa80aca0f48:hover * {color: #000000  !important}
                            #aff0fa80aca0f48:hover .line{border-color: #000000  !important}#a7c98ad8d3a2f15 > .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;}#a7c98ad8d3a2f15  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7c98ad8d3a2f15:hover * {color: #000000  !important}
                            #a7c98ad8d3a2f15:hover .line{border-color: #000000  !important}#aef76a9e03a209f  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a96e2a6c2aae62d > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#ae1efad977acc8b > .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;}#ae1efad977acc8b  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#ae1efad977acc8b:hover * {color: #000000  !important}
                            #ae1efad977acc8b:hover .line{border-color: #000000  !important}#a969ba27fba3e87 > .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;}#a969ba27fba3e87  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a969ba27fba3e87:hover * {color: #000000  !important}
                            #a969ba27fba3e87:hover .line{border-color: #000000  !important}#a72b8a64dba1bcc > .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;}#a72b8a64dba1bcc  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a72b8a64dba1bcc:hover * {color: #000000  !important}
                            #a72b8a64dba1bcc:hover .line{border-color: #000000  !important}#a5509a25c7aa431 > .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;}#a5509a25c7aa431  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a5509a25c7aa431:hover * {color: #000000  !important}
                            #a5509a25c7aa431:hover .line{border-color: #000000  !important}#ac860aabe5ab7a3 {
  overflow: hidden;
  pointer-events: none;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 .layout-left li,
#ac860aabe5ab7a3 .layout-center li,
#ac860aabe5ab7a3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac860aabe5ab7a3 .layout-left li a,
#ac860aabe5ab7a3 .layout-center li a,
#ac860aabe5ab7a3 .layout-right li a {
  height: 100%;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-left {
  text-align: left;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-center {
  text-align: center;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-right {
  text-align: right;
}
#ac860aabe5ab7a3 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#ac860aabe5ab7a3 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ac860aabe5ab7a3 .tab-contents,
#ac860aabe5ab7a3 .tab-contents-wrap {
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-content,
#ac860aabe5ab7a3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac860aabe5ab7a3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-wrap .tab-contents {
  height: 100%;
}
#ac860aabe5ab7a3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a803baa081aca73 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a803baa081aca73 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a803baa081aca73 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a803baa081aca73 .menu-list > li > a {
  padding: 0 10px;
}
#a803baa081aca73 .menu-list > li:hover:before {
  height: 100%;
}
#a803baa081aca73 .menu-list > li:hover:after {
  color: auto;
}
#a803baa081aca73 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a803baa081aca73 .menu-list > li:first-child:after {
  content: "";
}
#a803baa081aca73 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a803baa081aca73 .menu-list > li ul li {
  position: relative;
}
#a803baa081aca73 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a803baa081aca73 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a803baa081aca73 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 li ul,
#a803baa081aca73 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a803baa081aca73 li:hover > ul {
  left: auto;
}
#a803baa081aca73 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ad91aaed88a969c form {
  width: 100%;
  height: 100%;
}
#ad91aaed88a969c .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#ad91aaed88a969c .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ad91aaed88a969c .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ad91aaed88a969c .search-box .search-type.show {
  display: block;
}
#ad91aaed88a969c .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#ad91aaed88a969c .search-box .search-type li:hover {
  color: #126e82;
}
#ad91aaed88a969c .search-box .search-type li.active {
  color: #126e82;
}
#ad91aaed88a969c .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #ffffff;
  overflow: hidden;
  border-right-style: solid;
  border-right-color: #cdcdcd;
  border-right-width: 1px;
  border-left-color: #cdcdcd;
  border-bottom-color: #cdcdcd;
  border-top-color: #cdcdcd;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ad91aaed88a969c .inner-form .input-field {
  height: 100%;
}
#ad91aaed88a969c .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #9b9b9b;
}
#ad91aaed88a969c .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#ad91aaed88a969c .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#ad91aaed88a969c .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #c1c1c1;
}
#ad91aaed88a969c .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ad91aaed88a969c .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#ad91aaed88a969c .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ad91aaed88a969c .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #9b9b9b;
  margin: 0 15px;
}
#ad91aaed88a969c .inner-form .input-field.second-wrap {
  min-width: 80px;
}
#ad91aaed88a969c .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #1e9eb3;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  overflow: hidden;
  font-size: 15px;
}
#ad91aaed88a969c .btn-search:hover {
  background: #126e82;
}
#ad91aaed88a969c .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#ab34ea4b11abcbc .uk-grid {margin-left: -20px;}@media (min-width: 1200px) {
                    #ab34ea4b11abcbc .uk-grid { margin-left: -20px;}
                }@media (max-width: 640) {
                    #ab34ea4b11abcbc .uk-grid { margin-left: -20px;}
                }#ab34ea4b11abcbc .uk-grid>* {padding-left: 20px;}@media (min-width: 1200px) {
                    #ab34ea4b11abcbc .uk-grid>* { padding-left: 20px;}
                }@media (max-width: 640) {#ab34ea4b11abcbc .uk-grid>* {
                    padding-left: 20px;}
                }#ab34ea4b11abcbc .uk-grid>.uk-grid-margin {margin-top: 20px;}@media (min-width: 1200px) {
                    #ab34ea4b11abcbc .uk-grid>.uk-grid-margin {margin-top: 20px;}
                }@media (max-width: 640) {
                    #ab34ea4b11abcbc .uk-grid>.uk-grid-margin {margin-top: 20px;}
                }#ab34ea4b11abcbc [data-item="items"] .uk-card-body {padding: 22px}@media (min-width: 1200px) {
                #ab34ea4b11abcbc [data-item="items"] .uk-card-body {padding: 22px}
            }@media (max-width: 640px) {
                #ab34ea4b11abcbc [data-item="items"] .uk-card-body {padding: 22px}
            }#ab34ea4b11abcbc [data-item="items"] .uk-card {
                border-radius: 5px !important; overflow: hidden;
            } #ab34ea4b11abcbc [data-item="items"] .uk-card {background-color: rgba(255, 255, 255, 1)}#ab34ea4b11abcbc [data-item*=".title"], #ab34ea4b11abcbc [data-item*=".title"] a {text-align: left;max-line: 1;font-weight: bold;color: rgba(74, 74, 74, 1);font-size: 15px;}#ab34ea4b11abcbc [data-item*=".abstract"], #ab34ea4b11abcbc [data-item*=".abstract"] a {show: false;}#ab34ea4b11abcbc [data-item*=".subTitle"], #ab34ea4b11abcbc [data-item*=".subTitle"] a {show: false;}#ab34ea4b11abcbc [data-item*=".category"], #ab34ea4b11abcbc [data-item*=".category"] a {show: false;}#a0feea95a2a72ad  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#af056a2390a76c7  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a36a4a72ebaa0ec , #a36a4a72ebaa0ec a{flex-grow: 0;color: rgba(49, 118, 219, 1);}#a36a4a72ebaa0ec:hover, #a36a4a72ebaa0ec a:hover {color: rgba(19, 100, 216, 1);}#a767fa3f3aaf748  {flex-grow: 1;}#a4fb9aba3ca9c8c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a4fb9aba3ca9c8c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a4fb9aba3ca9c8c .ap-icon {
  margin-right: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon img,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li:hover > a,
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a4fb9aba3ca9c8c .menu-list ul,
#a4fb9aba3ca9c8c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a4fb9aba3ca9c8c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a4fb9aba3ca9c8c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4fb9aba3ca9c8c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4fb9aba3ca9c8c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a49b0afccaac34c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a49b0afccaac34c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a49b0afccaac34c .ap-icon {
  margin-right: 6px;
}
#a49b0afccaac34c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a,
#a49b0afccaac34c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon img,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a49b0afccaac34c .menu-list > li:hover > a,
#a49b0afccaac34c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a49b0afccaac34c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a49b0afccaac34c .menu-list ul,
#a49b0afccaac34c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a49b0afccaac34c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a49b0afccaac34c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a49b0afccaac34c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a49b0afccaac34c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a468aa0b1da717e > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afe37a828faabd7 , #afe37a828faabd7 a{color: rgba(6, 164, 100, 1);}#afe37a828faabd7:hover, #afe37a828faabd7 a:hover {color: rgba(4, 204, 101, 1);}#ac7eca0ba9a4ccf .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac7eca0ba9a4ccf .menu-list-expand .submenu-indicator {
  display: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a img,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9e02ae88da9704 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a img,
#a9e02ae88da9704 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa5cfa706da140f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa5cfa706da140f .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa5cfa706da140f .menu-list-expand .submenu-indicator {
  display: none;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li a img,
#aa5cfa706da140f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aefcca0912a1fb1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#af1a9a8e3baa468 {
  min-height: 300px;
}
#a5bb0a4e40af0ac  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#a4f0eae1c8ad5b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a5e1fa5af8a6d2f > .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;flex-grow: 0;}#aaa66adb04a787f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aaa66adb04a787f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6e05a9cb2aacc5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a71eaaa784aba6f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a71eaaa784aba6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1f02a72faacac9 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad649a4e1faa01e > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad649a4e1faa01e  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2131a4568ad5fb .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8427a3663ab91d > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8427a3663ab91d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a54aea8b6da48ed .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#af514ac23ca7297  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4549a962ca7add > .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;flex-grow: 0;}#aefe9a9dcba95e8 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aefe9a9dcba95e8  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a78b8a66c3a62cd .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a6860a4373a658a > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a6860a4373a658a  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a60d7a306dad87e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aa506af856a9ff7 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aa506af856a9ff7  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1a9bafb12a3379 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a1ea5a55aba2aaa > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a1ea5a55aba2aaa  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a92fda3d31aebae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a96dba8355ac472 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a96dba8355ac472  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3fa0aa753aa303 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a05c0a0e46a2f58  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ace13a3d21a10ea > .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;flex-grow: 0;}#a0604a42d4a4597 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0604a42d4a4597  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ac9a8ad93ea1211 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae9cbafda3a2f1b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae9cbafda3a2f1b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aac8da5f56ab439 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4442ab252a29a9 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4442ab252a29a9  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae418a8e29ac7a8 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aacb4aacb5aec67 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aacb4aacb5aec67  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#adafea3e44a3273 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7b50a7223adfe6 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7b50a7223adfe6  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1ff7aaad5a00c5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4ed7a699ea9c4b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4ed7a699ea9c4b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3cc7a1265a50b6 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8ba8a9e62a0d8c > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8ba8a9e62a0d8c  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2e38acba1a6797 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab151a234ead77c {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#ab151a234ead77c .layout-left li,
#ab151a234ead77c .layout-center li,
#ab151a234ead77c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab151a234ead77c .layout-left li a,
#ab151a234ead77c .layout-center li a,
#ab151a234ead77c .layout-right li a {
  height: 100%;
}
#ab151a234ead77c > .tab-tabs .layout-left {
  text-align: left;
}
#ab151a234ead77c > .tab-tabs .layout-center {
  text-align: center;
}
#ab151a234ead77c > .tab-tabs .layout-right {
  text-align: right;
}
#ab151a234ead77c .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#ab151a234ead77c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c .tab-contents,
#ab151a234ead77c .tab-contents-wrap {
  pointer-events: none;
}
#ab151a234ead77c .tab-content,
#ab151a234ead77c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab151a234ead77c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab151a234ead77c .tab-wrap .tab-contents {
  height: 100%;
}
#ab151a234ead77c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab151a234ead77c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab151a234ead77c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a445cadc90a6f90  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a54aba797fa6994  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a0c23a8da1a5492  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aa603ad8dfa8ae5 .a72bea96eba74bb {
  overflow: hidden;
}
#aa603ad8dfa8ae5 .a72bea96eba74bb , #aa603ad8dfa8ae5 .a72bea96eba74bb > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aa603ad8dfa8ae5 .a72bea96eba74bb:hover , #aa603ad8dfa8ae5 .a72bea96eba74bb *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aa603ad8dfa8ae5 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa603ad8dfa8ae5 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa603ad8dfa8ae5 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aa603ad8dfa8ae5 .uk-position-center-left-out {
    left: -30px;
  }
  #aa603ad8dfa8ae5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6f8da0e6ea7804  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7baeab343a1ed2 .a31f5a9637ae63a {
  overflow: hidden;
}
#a7baeab343a1ed2 .a31f5a9637ae63a , #a7baeab343a1ed2 .a31f5a9637ae63a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7baeab343a1ed2 .a31f5a9637ae63a:hover , #a7baeab343a1ed2 .a31f5a9637ae63a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7baeab343a1ed2 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a7baeab343a1ed2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7baeab343a1ed2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7baeab343a1ed2 .uk-position-center-left-out {
    left: -30px;
  }
  #a7baeab343a1ed2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7eeea24a2a489a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a9e11a3922a0a84 .a0c79ae6caaf8e2 {
  overflow: hidden;
}
#a9e11a3922a0a84 .a0c79ae6caaf8e2 , #a9e11a3922a0a84 .a0c79ae6caaf8e2 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a9e11a3922a0a84 .a0c79ae6caaf8e2:hover , #a9e11a3922a0a84 .a0c79ae6caaf8e2 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a9e11a3922a0a84 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a9e11a3922a0a84 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9e11a3922a0a84 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a9e11a3922a0a84 .uk-position-center-left-out {
    left: -30px;
  }
  #a9e11a3922a0a84 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa82faaea2a1c77  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a94ffa5483a8d60 .a8a48ae1cfa9a13 {
  overflow: hidden;
}
#a94ffa5483a8d60 .a8a48ae1cfa9a13 , #a94ffa5483a8d60 .a8a48ae1cfa9a13 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a94ffa5483a8d60 .a8a48ae1cfa9a13:hover , #a94ffa5483a8d60 .a8a48ae1cfa9a13 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a94ffa5483a8d60 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a94ffa5483a8d60 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a94ffa5483a8d60 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a94ffa5483a8d60 .uk-position-center-left-out {
    left: -30px;
  }
  #a94ffa5483a8d60 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3b61acc08a6bcf {
  overflow: hidden;
  pointer-events: none;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a3b61acc08a6bcf .layout-left li,
#a3b61acc08a6bcf .layout-center li,
#a3b61acc08a6bcf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3b61acc08a6bcf .layout-left li a,
#a3b61acc08a6bcf .layout-center li a,
#a3b61acc08a6bcf .layout-right li a {
  height: 100%;
}
#a3b61acc08a6bcf > .tab-tabs .layout-left {
  text-align: left;
}
#a3b61acc08a6bcf > .tab-tabs .layout-center {
  text-align: center;
}
#a3b61acc08a6bcf > .tab-tabs .layout-right {
  text-align: right;
}
#a3b61acc08a6bcf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a3b61acc08a6bcf .tab-content-wrap {
  background-color: #ffffff;
}
#a3b61acc08a6bcf .tab-contents,
#a3b61acc08a6bcf .tab-contents-wrap {
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-content,
#a3b61acc08a6bcf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3b61acc08a6bcf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-wrap .tab-contents {
  height: 100%;
}
#a3b61acc08a6bcf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2b29afa75af3d2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a7bdda440da10de  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af0fda089faa74e .a179ba61fca0888 {
  overflow: hidden;
}
#af0fda089faa74e .a179ba61fca0888 , #af0fda089faa74e .a179ba61fca0888 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af0fda089faa74e .a179ba61fca0888:hover , #af0fda089faa74e .a179ba61fca0888 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af0fda089faa74e .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af0fda089faa74e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af0fda089faa74e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af0fda089faa74e .uk-position-center-left-out {
    left: -30px;
  }
  #af0fda089faa74e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac029ab8d2ac795  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3fa1aa72eae5d8 .a8a0fa2a83ace44 {
  overflow: hidden;
}
#a3fa1aa72eae5d8 .a8a0fa2a83ace44 , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3fa1aa72eae5d8 .a8a0fa2a83ace44:hover , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3fa1aa72eae5d8 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a3fa1aa72eae5d8 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3fa1aa72eae5d8 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3fa1aa72eae5d8 .uk-position-center-left-out {
    left: -30px;
  }
  #a3fa1aa72eae5d8 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acd71a09bca3734  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2599afd13a8dda .a67b0a5657abdca {
  overflow: hidden;
}
#a2599afd13a8dda .a67b0a5657abdca , #a2599afd13a8dda .a67b0a5657abdca > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2599afd13a8dda .a67b0a5657abdca:hover , #a2599afd13a8dda .a67b0a5657abdca *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2599afd13a8dda .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2599afd13a8dda .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2599afd13a8dda .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2599afd13a8dda .uk-position-center-left-out {
    left: -30px;
  }
  #a2599afd13a8dda .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3bd9a9ed3a0012  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5fc2ae1b1ac227 .ada91af9b0a0502 {
  overflow: hidden;
}
#a5fc2ae1b1ac227 .ada91af9b0a0502 , #a5fc2ae1b1ac227 .ada91af9b0a0502 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5fc2ae1b1ac227 .ada91af9b0a0502:hover , #a5fc2ae1b1ac227 .ada91af9b0a0502 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5fc2ae1b1ac227 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a5fc2ae1b1ac227 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5fc2ae1b1ac227 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5fc2ae1b1ac227 .uk-position-center-left-out {
    left: -30px;
  }
  #a5fc2ae1b1ac227 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6bcdafc0fa513f  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab2a3a53e3a711b .aec71a08e0ab367 {
  overflow: hidden;
}
#ab2a3a53e3a711b .aec71a08e0ab367 , #ab2a3a53e3a711b .aec71a08e0ab367 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab2a3a53e3a711b .aec71a08e0ab367:hover , #ab2a3a53e3a711b .aec71a08e0ab367 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab2a3a53e3a711b .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ab2a3a53e3a711b .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab2a3a53e3a711b .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab2a3a53e3a711b .uk-position-center-left-out {
    left: -30px;
  }
  #ab2a3a53e3a711b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a309aa2ec8a7ce3 {
  overflow: hidden;
  pointer-events: none;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a309aa2ec8a7ce3 .layout-left li,
#a309aa2ec8a7ce3 .layout-center li,
#a309aa2ec8a7ce3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a309aa2ec8a7ce3 .layout-left li a,
#a309aa2ec8a7ce3 .layout-center li a,
#a309aa2ec8a7ce3 .layout-right li a {
  height: 100%;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-left {
  text-align: left;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-center {
  text-align: center;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-right {
  text-align: right;
}
#a309aa2ec8a7ce3 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a309aa2ec8a7ce3 .tab-content-wrap {
  background-color: #ffffff;
}
#a309aa2ec8a7ce3 .tab-contents,
#a309aa2ec8a7ce3 .tab-contents-wrap {
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-content,
#a309aa2ec8a7ce3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-wrap .tab-contents {
  height: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6180acc49a3e93  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a6dafa4ecea60a0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aff3cac13cafbfb .a06ebafd21a2d85 {
  overflow: hidden;
}
#aff3cac13cafbfb .a06ebafd21a2d85 , #aff3cac13cafbfb .a06ebafd21a2d85 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aff3cac13cafbfb .a06ebafd21a2d85:hover , #aff3cac13cafbfb .a06ebafd21a2d85 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aff3cac13cafbfb .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aff3cac13cafbfb .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aff3cac13cafbfb .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aff3cac13cafbfb .uk-position-center-left-out {
    left: -30px;
  }
  #aff3cac13cafbfb .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#afcbbaca6ea610b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a53e2aef3aaf277 .aa00dac1eeacc9a {
  overflow: hidden;
}
#a53e2aef3aaf277 .aa00dac1eeacc9a , #a53e2aef3aaf277 .aa00dac1eeacc9a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a53e2aef3aaf277 .aa00dac1eeacc9a:hover , #a53e2aef3aaf277 .aa00dac1eeacc9a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a53e2aef3aaf277 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a53e2aef3aaf277 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a53e2aef3aaf277 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a53e2aef3aaf277 .uk-position-center-left-out {
    left: -30px;
  }
  #a53e2aef3aaf277 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4dd9a08d0a4fbc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adea6aad87ac37c .a709ba3eb4afea8 {
  overflow: hidden;
}
#adea6aad87ac37c .a709ba3eb4afea8 , #adea6aad87ac37c .a709ba3eb4afea8 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adea6aad87ac37c .a709ba3eb4afea8:hover , #adea6aad87ac37c .a709ba3eb4afea8 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adea6aad87ac37c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#adea6aad87ac37c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adea6aad87ac37c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adea6aad87ac37c .uk-position-center-left-out {
    left: -30px;
  }
  #adea6aad87ac37c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5f67a73efa84f8  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4f05aa0b1a588c .ab4cfa7547abdc6 {
  overflow: hidden;
}
#a4f05aa0b1a588c .ab4cfa7547abdc6 , #a4f05aa0b1a588c .ab4cfa7547abdc6 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4f05aa0b1a588c .ab4cfa7547abdc6:hover , #a4f05aa0b1a588c .ab4cfa7547abdc6 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4f05aa0b1a588c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4f05aa0b1a588c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4f05aa0b1a588c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4f05aa0b1a588c .uk-position-center-left-out {
    left: -30px;
  }
  #a4f05aa0b1a588c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8b3caf245a9550 {
  overflow: hidden;
  pointer-events: none;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a8b3caf245a9550 .layout-left li,
#a8b3caf245a9550 .layout-center li,
#a8b3caf245a9550 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8b3caf245a9550 .layout-left li a,
#a8b3caf245a9550 .layout-center li a,
#a8b3caf245a9550 .layout-right li a {
  height: 100%;
}
#a8b3caf245a9550 > .tab-tabs .layout-left {
  text-align: left;
}
#a8b3caf245a9550 > .tab-tabs .layout-center {
  text-align: center;
}
#a8b3caf245a9550 > .tab-tabs .layout-right {
  text-align: right;
}
#a8b3caf245a9550 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a8b3caf245a9550 .tab-content-wrap {
  background-color: #ffffff;
}
#a8b3caf245a9550 .tab-contents,
#a8b3caf245a9550 .tab-contents-wrap {
  pointer-events: none;
}
#a8b3caf245a9550 .tab-content,
#a8b3caf245a9550 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8b3caf245a9550 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8b3caf245a9550 .tab-wrap .tab-contents {
  height: 100%;
}
#a8b3caf245a9550 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1c11abae0a6498  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#aa27fa0954aa408  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a61a0af29da2f9c .aeab3a5320a803f {
  overflow: hidden;
}
#a61a0af29da2f9c .aeab3a5320a803f , #a61a0af29da2f9c .aeab3a5320a803f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a61a0af29da2f9c .aeab3a5320a803f:hover , #a61a0af29da2f9c .aeab3a5320a803f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a61a0af29da2f9c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a61a0af29da2f9c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a61a0af29da2f9c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a61a0af29da2f9c .uk-position-center-left-out {
    left: -30px;
  }
  #a61a0af29da2f9c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8c29a827fa339d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a1f73acf75a8e75 .a5c24a00fda0569 {
  overflow: hidden;
}
#a1f73acf75a8e75 .a5c24a00fda0569 , #a1f73acf75a8e75 .a5c24a00fda0569 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a1f73acf75a8e75 .a5c24a00fda0569:hover , #a1f73acf75a8e75 .a5c24a00fda0569 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a1f73acf75a8e75 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1f73acf75a8e75 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a1f73acf75a8e75 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a1f73acf75a8e75 .uk-position-center-left-out {
    left: -30px;
  }
  #a1f73acf75a8e75 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a988ba0fa4a2973  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4092a576fa0692 .a229fac40ea9024 {
  overflow: hidden;
}
#a4092a576fa0692 .a229fac40ea9024 , #a4092a576fa0692 .a229fac40ea9024 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4092a576fa0692 .a229fac40ea9024:hover , #a4092a576fa0692 .a229fac40ea9024 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4092a576fa0692 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4092a576fa0692 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4092a576fa0692 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4092a576fa0692 .uk-position-center-left-out {
    left: -30px;
  }
  #a4092a576fa0692 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac7c7a155ba5f06  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a0daaa7cb3a7125 .a8c63ab1d9a065f {
  overflow: hidden;
}
#a0daaa7cb3a7125 .a8c63ab1d9a065f , #a0daaa7cb3a7125 .a8c63ab1d9a065f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a0daaa7cb3a7125 .a8c63ab1d9a065f:hover , #a0daaa7cb3a7125 .a8c63ab1d9a065f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a0daaa7cb3a7125 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a0daaa7cb3a7125 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a0daaa7cb3a7125 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a0daaa7cb3a7125 .uk-position-center-left-out {
    left: -30px;
  }
  #a0daaa7cb3a7125 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a2884a9c7aa42cb {
  overflow: hidden;
  pointer-events: none;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a2884a9c7aa42cb .layout-left li,
#a2884a9c7aa42cb .layout-center li,
#a2884a9c7aa42cb .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a2884a9c7aa42cb .layout-left li a,
#a2884a9c7aa42cb .layout-center li a,
#a2884a9c7aa42cb .layout-right li a {
  height: 100%;
}
#a2884a9c7aa42cb > .tab-tabs .layout-left {
  text-align: left;
}
#a2884a9c7aa42cb > .tab-tabs .layout-center {
  text-align: center;
}
#a2884a9c7aa42cb > .tab-tabs .layout-right {
  text-align: right;
}
#a2884a9c7aa42cb .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a2884a9c7aa42cb .tab-content-wrap {
  background-color: #ffffff;
}
#a2884a9c7aa42cb .tab-contents,
#a2884a9c7aa42cb .tab-contents-wrap {
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-content,
#a2884a9c7aa42cb .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a2884a9c7aa42cb .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-wrap .tab-contents {
  height: 100%;
}
#a2884a9c7aa42cb .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9337a9870a4aa8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .tab-nav li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .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: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#a9337a9870a4aa8 .layout-left li,
#a9337a9870a4aa8 .layout-center li,
#a9337a9870a4aa8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9337a9870a4aa8 .layout-left li a,
#a9337a9870a4aa8 .layout-center li a,
#a9337a9870a4aa8 .layout-right li a {
  height: 100%;
}
#a9337a9870a4aa8 > .tab-tabs .layout-left {
  text-align: left;
}
#a9337a9870a4aa8 > .tab-tabs .layout-center {
  text-align: center;
}
#a9337a9870a4aa8 > .tab-tabs .layout-right {
  text-align: right;
}
#a9337a9870a4aa8 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a9337a9870a4aa8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 .tab-contents,
#a9337a9870a4aa8 .tab-contents-wrap {
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-content,
#a9337a9870a4aa8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9337a9870a4aa8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-wrap .tab-contents {
  height: 100%;
}
#a9337a9870a4aa8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a02f5a3ff9a4083  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0dafa41eda42c1 > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a0936a27c6a7e20 > .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;}#a0936a27c6a7e20  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0936a27c6a7e20:hover * {color: #000000  !important}
                            #a0936a27c6a7e20:hover .line{border-color: #000000  !important}#a0099a01a7a0786 > .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;}#a0099a01a7a0786  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0099a01a7a0786:hover * {color: #000000  !important}
                            #a0099a01a7a0786:hover .line{border-color: #000000  !important}#ada22ad7caad10a  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a2384a88bcaa91f > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#aff0fa80aca0f48 > .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;}#aff0fa80aca0f48  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aff0fa80aca0f48:hover * {color: #000000  !important}
                            #aff0fa80aca0f48:hover .line{border-color: #000000  !important}#a7c98ad8d3a2f15 > .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;}#a7c98ad8d3a2f15  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7c98ad8d3a2f15:hover * {color: #000000  !important}
                            #a7c98ad8d3a2f15:hover .line{border-color: #000000  !important}#aef76a9e03a209f  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a96e2a6c2aae62d > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#ae1efad977acc8b > .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;}#ae1efad977acc8b  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#ae1efad977acc8b:hover * {color: #000000  !important}
                            #ae1efad977acc8b:hover .line{border-color: #000000  !important}#a969ba27fba3e87 > .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;}#a969ba27fba3e87  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a969ba27fba3e87:hover * {color: #000000  !important}
                            #a969ba27fba3e87:hover .line{border-color: #000000  !important}#a72b8a64dba1bcc > .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;}#a72b8a64dba1bcc  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a72b8a64dba1bcc:hover * {color: #000000  !important}
                            #a72b8a64dba1bcc:hover .line{border-color: #000000  !important}#a5509a25c7aa431 > .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;}#a5509a25c7aa431  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a5509a25c7aa431:hover * {color: #000000  !important}
                            #a5509a25c7aa431:hover .line{border-color: #000000  !important}#ac860aabe5ab7a3 {
  overflow: hidden;
  pointer-events: none;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 .layout-left li,
#ac860aabe5ab7a3 .layout-center li,
#ac860aabe5ab7a3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac860aabe5ab7a3 .layout-left li a,
#ac860aabe5ab7a3 .layout-center li a,
#ac860aabe5ab7a3 .layout-right li a {
  height: 100%;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-left {
  text-align: left;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-center {
  text-align: center;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-right {
  text-align: right;
}
#ac860aabe5ab7a3 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#ac860aabe5ab7a3 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ac860aabe5ab7a3 .tab-contents,
#ac860aabe5ab7a3 .tab-contents-wrap {
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-content,
#ac860aabe5ab7a3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac860aabe5ab7a3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-wrap .tab-contents {
  height: 100%;
}
#ac860aabe5ab7a3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a803baa081aca73 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a803baa081aca73 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a803baa081aca73 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a803baa081aca73 .menu-list > li > a {
  padding: 0 10px;
}
#a803baa081aca73 .menu-list > li:hover:before {
  height: 100%;
}
#a803baa081aca73 .menu-list > li:hover:after {
  color: auto;
}
#a803baa081aca73 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a803baa081aca73 .menu-list > li:first-child:after {
  content: "";
}
#a803baa081aca73 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a803baa081aca73 .menu-list > li ul li {
  position: relative;
}
#a803baa081aca73 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a803baa081aca73 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a803baa081aca73 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 li ul,
#a803baa081aca73 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a803baa081aca73 li:hover > ul {
  left: auto;
}
#a803baa081aca73 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aacc1ab4ffa103b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a864aa0caca35fb {
  overflow: hidden;
}
#a864aa0caca35fb , #a864aa0caca35fb > * {
        font-weight: normal;
        font-style: normal;
    font-size: 25px;font-family: Verdana;color: rgba(0, 0, 0, 1);line-height: 35px;}#a864aa0caca35fb:hover , #a864aa0caca35fb *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 25px;font-family: Verdana;color: rgba(0, 0, 0, 1);line-height: 35px;}#ac145a87d2a3a5b a, #ac145a87d2a3a5b {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(0, 0, 0, 1);}#afcd4a65a1a0f1e .ele-wrap {border-color: rgba(1, 117, 95, 1);color: #f5f5f5;border-width: 1px;border-style: solid;font-size: 18px;background-color: #1364d8;border-radius: 3px;justify-content: center;}#afcd4a65a1a0f1e .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: #1364d8;border-color: rgba(255, 255, 255, 0);}#aa4a1a4294a7344 {
  overflow: hidden;
}
#aa4a1a4294a7344 , #aa4a1a4294a7344 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af1a9a8e3baa468 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 22px;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af1a9a8e3baa468 [data-item="undefined"]:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a40a8ab670a953b .inner-detail {
  font-weight: normal;
  font-style: normal;
  font-family: Verdana;
  color: #000000;
}
#a8355a920da72d3 > .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;}#ad99eab1ecad3ef > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-right-style: none;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-top-right-radius: 0px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;border-left-color: rgba(215, 215, 215, 1);}#aa00dae88ca3f97 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;border-right-style: none;border-right-width: 1px;border-left-width: 1px;border-bottom-width: 0px;border-top-width: 1px;border-left-style: none;border-bottom-style: none;border-top-style: solid;border-right-color: rgba(225, 225, 225, 1);border-left-color: rgba(225, 225, 225, 1);border-top-color: rgba(225, 225, 225, 1);}#aac15af984ae429 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;border-right-style: none;border-right-width: 0px;border-top-color: rgba(225, 225, 225, 1);border-left-width: 1px;border-bottom-width: 0px;border-top-width: 1px;border-left-style: none;border-bottom-style: none;border-top-style: solid;border-left-color: rgba(225, 225, 225, 1);}#a0feea95a2a72ad  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#af056a2390a76c7  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a36a4a72ebaa0ec , #a36a4a72ebaa0ec a{flex-grow: 0;color: rgba(49, 118, 219, 1);}#a36a4a72ebaa0ec:hover, #a36a4a72ebaa0ec a:hover {color: rgba(19, 100, 216, 1);}#a767fa3f3aaf748  {flex-grow: 1;}#a4fb9aba3ca9c8c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a4fb9aba3ca9c8c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a4fb9aba3ca9c8c .ap-icon {
  margin-right: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon img,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li:hover > a,
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a4fb9aba3ca9c8c .menu-list ul,
#a4fb9aba3ca9c8c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a4fb9aba3ca9c8c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a4fb9aba3ca9c8c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4fb9aba3ca9c8c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4fb9aba3ca9c8c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a49b0afccaac34c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a49b0afccaac34c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a49b0afccaac34c .ap-icon {
  margin-right: 6px;
}
#a49b0afccaac34c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a,
#a49b0afccaac34c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon img,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a49b0afccaac34c .menu-list > li:hover > a,
#a49b0afccaac34c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a49b0afccaac34c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a49b0afccaac34c .menu-list ul,
#a49b0afccaac34c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a49b0afccaac34c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a49b0afccaac34c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a49b0afccaac34c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a49b0afccaac34c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a468aa0b1da717e > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afe37a828faabd7 , #afe37a828faabd7 a{color: rgba(6, 164, 100, 1);}#afe37a828faabd7:hover, #afe37a828faabd7 a:hover {color: rgba(4, 204, 101, 1);}#ac7eca0ba9a4ccf .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac7eca0ba9a4ccf .menu-list-expand .submenu-indicator {
  display: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a img,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9e02ae88da9704 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a img,
#a9e02ae88da9704 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa5cfa706da140f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa5cfa706da140f .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa5cfa706da140f .menu-list-expand .submenu-indicator {
  display: none;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li a img,
#aa5cfa706da140f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac6e5aca43ac8d2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a2d89a04bba0d46 .sidebar {
  width: 300px;
  margin-left: 20px;
}
#a2d89a04bba0d46 .datetime {
  flex-shrink: 0;
  margin-left: 10px;
}
#a2d89a04bba0d46 .data-list .uk-card {
  padding: 10px 0;
}
#a2d89a04bba0d46 .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 640px) {
  #a2d89a04bba0d46 .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
}
#a2d89a04bba0d46 .data-list .uk-card {
  cursor: pointer !important;
}
#a2d89a04bba0d46 .data-list .uk-card img {
  max-height: 300px;
}
#a2d89a04bba0d46 .data-list .uk-card:hover {
  background: #fafafa;
}
#a2d89a04bba0d46 .data-list .uk-card:hover .uk-h4 {
  color: #1364d8;
}
#a2d89a04bba0d46 .data-list .uk-card .uk-card-media-left img {
  transition: all .3s ease;
}
#a2d89a04bba0d46 .data-list .uk-card .uk-card-media-left:hover img {
  transform: scale(1.05);
}
#a2d89a04bba0d46 .data-list .uk-card-media-left {
  border-radius: 4px;
  overflow: hidden;
}
#a2d89a04bba0d46 .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#a2d89a04bba0d46 .search-form input.search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#a2d89a04bba0d46 .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: #1364d8;
  cursor: pointer;
}
#a2d89a04bba0d46 .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;
}
#a2d89a04bba0d46 .uk-card .category:hover {
  background: #1364d8;
}
#a2d89a04bba0d46 .accordion-menu {
  width: 100%;
}
#a2d89a04bba0d46 .accordion-menu ul ul.submenu,
#a2d89a04bba0d46 .accordion-menu ul ul.submenu li ul.submenu {
  background: transparent;
}
#a2d89a04bba0d46 .accordion-menu-header {
  padding: 10px 10px 0;
  border-bottom: 1px solid #ececec;
}
#a2d89a04bba0d46 .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;
}
#a2d89a04bba0d46 .accordion-menu > ul > li > a {
  background: #fff;
  font-size: 14px;
  border-bottom: 1px solid #ececec;
}
#a2d89a04bba0d46 .accordion-menu .menu-item.active > a {
  background: #1364d8;
  color: #fff;
}
#a2d89a04bba0d46 .accordion-menu li a:hover {
  background-color: #1364d8;
  color: #fff;
  border: none;
}
#a2d89a04bba0d46 .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 40px;
  padding: 0 20px;
  right: 0;
}
#a2d89a04bba0d46 .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#a2d89a04bba0d46 .hot-list,
#a2d89a04bba0d46 .new-list {
  padding: 12px;
}
#a2d89a04bba0d46 .new-list a:hover,
#a2d89a04bba0d46 .hot-list a:hover {
  color: #1364d8;
}
#a2d89a04bba0d46 .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#a2d89a04bba0d46 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a2d89a04bba0d46 .hot-item:hover a {
  color: #1364d8;
}
#a2d89a04bba0d46 .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a2d89a04bba0d46 .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #1364d8;
  content: "";
}
#a2d89a04bba0d46 .content-header {
  padding-bottom: 10px;
}
#a2d89a04bba0d46 .item-title {
  color: #333;
}
#a2d89a04bba0d46 input::placeholder {
  color: #999;
}
#a2d89a04bba0d46 .datetime {
  color: #999;
}
#a2d89a04bba0d46 .new-item a {
  padding-left: 25px;
}
#a2d89a04bba0d46 .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;
}
#a5bb0a4e40af0ac  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#a4f0eae1c8ad5b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a5e1fa5af8a6d2f > .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;flex-grow: 0;}#aaa66adb04a787f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aaa66adb04a787f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6e05a9cb2aacc5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a71eaaa784aba6f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a71eaaa784aba6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1f02a72faacac9 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad649a4e1faa01e > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad649a4e1faa01e  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2131a4568ad5fb .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8427a3663ab91d > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8427a3663ab91d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a54aea8b6da48ed .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#af514ac23ca7297  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4549a962ca7add > .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;flex-grow: 0;}#aefe9a9dcba95e8 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aefe9a9dcba95e8  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a78b8a66c3a62cd .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a6860a4373a658a > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a6860a4373a658a  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a60d7a306dad87e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aa506af856a9ff7 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aa506af856a9ff7  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1a9bafb12a3379 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a1ea5a55aba2aaa > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a1ea5a55aba2aaa  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a92fda3d31aebae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a96dba8355ac472 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a96dba8355ac472  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3fa0aa753aa303 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a05c0a0e46a2f58  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ace13a3d21a10ea > .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;flex-grow: 0;}#a0604a42d4a4597 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0604a42d4a4597  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ac9a8ad93ea1211 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae9cbafda3a2f1b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae9cbafda3a2f1b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aac8da5f56ab439 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4442ab252a29a9 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4442ab252a29a9  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae418a8e29ac7a8 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aacb4aacb5aec67 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aacb4aacb5aec67  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#adafea3e44a3273 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7b50a7223adfe6 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7b50a7223adfe6  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1ff7aaad5a00c5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4ed7a699ea9c4b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4ed7a699ea9c4b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3cc7a1265a50b6 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8ba8a9e62a0d8c > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8ba8a9e62a0d8c  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2e38acba1a6797 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab151a234ead77c {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#ab151a234ead77c .layout-left li,
#ab151a234ead77c .layout-center li,
#ab151a234ead77c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab151a234ead77c .layout-left li a,
#ab151a234ead77c .layout-center li a,
#ab151a234ead77c .layout-right li a {
  height: 100%;
}
#ab151a234ead77c > .tab-tabs .layout-left {
  text-align: left;
}
#ab151a234ead77c > .tab-tabs .layout-center {
  text-align: center;
}
#ab151a234ead77c > .tab-tabs .layout-right {
  text-align: right;
}
#ab151a234ead77c .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#ab151a234ead77c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c .tab-contents,
#ab151a234ead77c .tab-contents-wrap {
  pointer-events: none;
}
#ab151a234ead77c .tab-content,
#ab151a234ead77c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab151a234ead77c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab151a234ead77c .tab-wrap .tab-contents {
  height: 100%;
}
#ab151a234ead77c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab151a234ead77c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab151a234ead77c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a445cadc90a6f90  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a54aba797fa6994  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a0c23a8da1a5492  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aa603ad8dfa8ae5 .a72bea96eba74bb {
  overflow: hidden;
}
#aa603ad8dfa8ae5 .a72bea96eba74bb , #aa603ad8dfa8ae5 .a72bea96eba74bb > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aa603ad8dfa8ae5 .a72bea96eba74bb:hover , #aa603ad8dfa8ae5 .a72bea96eba74bb *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aa603ad8dfa8ae5 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa603ad8dfa8ae5 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa603ad8dfa8ae5 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aa603ad8dfa8ae5 .uk-position-center-left-out {
    left: -30px;
  }
  #aa603ad8dfa8ae5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6f8da0e6ea7804  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7baeab343a1ed2 .a31f5a9637ae63a {
  overflow: hidden;
}
#a7baeab343a1ed2 .a31f5a9637ae63a , #a7baeab343a1ed2 .a31f5a9637ae63a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7baeab343a1ed2 .a31f5a9637ae63a:hover , #a7baeab343a1ed2 .a31f5a9637ae63a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7baeab343a1ed2 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a7baeab343a1ed2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7baeab343a1ed2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7baeab343a1ed2 .uk-position-center-left-out {
    left: -30px;
  }
  #a7baeab343a1ed2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7eeea24a2a489a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a9e11a3922a0a84 .a0c79ae6caaf8e2 {
  overflow: hidden;
}
#a9e11a3922a0a84 .a0c79ae6caaf8e2 , #a9e11a3922a0a84 .a0c79ae6caaf8e2 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a9e11a3922a0a84 .a0c79ae6caaf8e2:hover , #a9e11a3922a0a84 .a0c79ae6caaf8e2 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a9e11a3922a0a84 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a9e11a3922a0a84 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9e11a3922a0a84 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a9e11a3922a0a84 .uk-position-center-left-out {
    left: -30px;
  }
  #a9e11a3922a0a84 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa82faaea2a1c77  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a94ffa5483a8d60 .a8a48ae1cfa9a13 {
  overflow: hidden;
}
#a94ffa5483a8d60 .a8a48ae1cfa9a13 , #a94ffa5483a8d60 .a8a48ae1cfa9a13 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a94ffa5483a8d60 .a8a48ae1cfa9a13:hover , #a94ffa5483a8d60 .a8a48ae1cfa9a13 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a94ffa5483a8d60 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a94ffa5483a8d60 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a94ffa5483a8d60 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a94ffa5483a8d60 .uk-position-center-left-out {
    left: -30px;
  }
  #a94ffa5483a8d60 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3b61acc08a6bcf {
  overflow: hidden;
  pointer-events: none;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a3b61acc08a6bcf .layout-left li,
#a3b61acc08a6bcf .layout-center li,
#a3b61acc08a6bcf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3b61acc08a6bcf .layout-left li a,
#a3b61acc08a6bcf .layout-center li a,
#a3b61acc08a6bcf .layout-right li a {
  height: 100%;
}
#a3b61acc08a6bcf > .tab-tabs .layout-left {
  text-align: left;
}
#a3b61acc08a6bcf > .tab-tabs .layout-center {
  text-align: center;
}
#a3b61acc08a6bcf > .tab-tabs .layout-right {
  text-align: right;
}
#a3b61acc08a6bcf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a3b61acc08a6bcf .tab-content-wrap {
  background-color: #ffffff;
}
#a3b61acc08a6bcf .tab-contents,
#a3b61acc08a6bcf .tab-contents-wrap {
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-content,
#a3b61acc08a6bcf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3b61acc08a6bcf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-wrap .tab-contents {
  height: 100%;
}
#a3b61acc08a6bcf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2b29afa75af3d2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a7bdda440da10de  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af0fda089faa74e .a179ba61fca0888 {
  overflow: hidden;
}
#af0fda089faa74e .a179ba61fca0888 , #af0fda089faa74e .a179ba61fca0888 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af0fda089faa74e .a179ba61fca0888:hover , #af0fda089faa74e .a179ba61fca0888 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af0fda089faa74e .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af0fda089faa74e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af0fda089faa74e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af0fda089faa74e .uk-position-center-left-out {
    left: -30px;
  }
  #af0fda089faa74e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac029ab8d2ac795  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3fa1aa72eae5d8 .a8a0fa2a83ace44 {
  overflow: hidden;
}
#a3fa1aa72eae5d8 .a8a0fa2a83ace44 , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3fa1aa72eae5d8 .a8a0fa2a83ace44:hover , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3fa1aa72eae5d8 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a3fa1aa72eae5d8 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3fa1aa72eae5d8 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3fa1aa72eae5d8 .uk-position-center-left-out {
    left: -30px;
  }
  #a3fa1aa72eae5d8 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acd71a09bca3734  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2599afd13a8dda .a67b0a5657abdca {
  overflow: hidden;
}
#a2599afd13a8dda .a67b0a5657abdca , #a2599afd13a8dda .a67b0a5657abdca > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2599afd13a8dda .a67b0a5657abdca:hover , #a2599afd13a8dda .a67b0a5657abdca *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2599afd13a8dda .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2599afd13a8dda .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2599afd13a8dda .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2599afd13a8dda .uk-position-center-left-out {
    left: -30px;
  }
  #a2599afd13a8dda .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3bd9a9ed3a0012  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5fc2ae1b1ac227 .ada91af9b0a0502 {
  overflow: hidden;
}
#a5fc2ae1b1ac227 .ada91af9b0a0502 , #a5fc2ae1b1ac227 .ada91af9b0a0502 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5fc2ae1b1ac227 .ada91af9b0a0502:hover , #a5fc2ae1b1ac227 .ada91af9b0a0502 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5fc2ae1b1ac227 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a5fc2ae1b1ac227 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5fc2ae1b1ac227 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5fc2ae1b1ac227 .uk-position-center-left-out {
    left: -30px;
  }
  #a5fc2ae1b1ac227 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6bcdafc0fa513f  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab2a3a53e3a711b .aec71a08e0ab367 {
  overflow: hidden;
}
#ab2a3a53e3a711b .aec71a08e0ab367 , #ab2a3a53e3a711b .aec71a08e0ab367 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab2a3a53e3a711b .aec71a08e0ab367:hover , #ab2a3a53e3a711b .aec71a08e0ab367 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab2a3a53e3a711b .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ab2a3a53e3a711b .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab2a3a53e3a711b .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab2a3a53e3a711b .uk-position-center-left-out {
    left: -30px;
  }
  #ab2a3a53e3a711b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a309aa2ec8a7ce3 {
  overflow: hidden;
  pointer-events: none;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a309aa2ec8a7ce3 .layout-left li,
#a309aa2ec8a7ce3 .layout-center li,
#a309aa2ec8a7ce3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a309aa2ec8a7ce3 .layout-left li a,
#a309aa2ec8a7ce3 .layout-center li a,
#a309aa2ec8a7ce3 .layout-right li a {
  height: 100%;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-left {
  text-align: left;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-center {
  text-align: center;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-right {
  text-align: right;
}
#a309aa2ec8a7ce3 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a309aa2ec8a7ce3 .tab-content-wrap {
  background-color: #ffffff;
}
#a309aa2ec8a7ce3 .tab-contents,
#a309aa2ec8a7ce3 .tab-contents-wrap {
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-content,
#a309aa2ec8a7ce3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-wrap .tab-contents {
  height: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6180acc49a3e93  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a6dafa4ecea60a0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aff3cac13cafbfb .a06ebafd21a2d85 {
  overflow: hidden;
}
#aff3cac13cafbfb .a06ebafd21a2d85 , #aff3cac13cafbfb .a06ebafd21a2d85 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aff3cac13cafbfb .a06ebafd21a2d85:hover , #aff3cac13cafbfb .a06ebafd21a2d85 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aff3cac13cafbfb .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aff3cac13cafbfb .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aff3cac13cafbfb .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aff3cac13cafbfb .uk-position-center-left-out {
    left: -30px;
  }
  #aff3cac13cafbfb .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#afcbbaca6ea610b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a53e2aef3aaf277 .aa00dac1eeacc9a {
  overflow: hidden;
}
#a53e2aef3aaf277 .aa00dac1eeacc9a , #a53e2aef3aaf277 .aa00dac1eeacc9a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a53e2aef3aaf277 .aa00dac1eeacc9a:hover , #a53e2aef3aaf277 .aa00dac1eeacc9a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a53e2aef3aaf277 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a53e2aef3aaf277 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a53e2aef3aaf277 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a53e2aef3aaf277 .uk-position-center-left-out {
    left: -30px;
  }
  #a53e2aef3aaf277 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4dd9a08d0a4fbc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adea6aad87ac37c .a709ba3eb4afea8 {
  overflow: hidden;
}
#adea6aad87ac37c .a709ba3eb4afea8 , #adea6aad87ac37c .a709ba3eb4afea8 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adea6aad87ac37c .a709ba3eb4afea8:hover , #adea6aad87ac37c .a709ba3eb4afea8 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adea6aad87ac37c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#adea6aad87ac37c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adea6aad87ac37c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adea6aad87ac37c .uk-position-center-left-out {
    left: -30px;
  }
  #adea6aad87ac37c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5f67a73efa84f8  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4f05aa0b1a588c .ab4cfa7547abdc6 {
  overflow: hidden;
}
#a4f05aa0b1a588c .ab4cfa7547abdc6 , #a4f05aa0b1a588c .ab4cfa7547abdc6 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4f05aa0b1a588c .ab4cfa7547abdc6:hover , #a4f05aa0b1a588c .ab4cfa7547abdc6 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4f05aa0b1a588c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4f05aa0b1a588c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4f05aa0b1a588c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4f05aa0b1a588c .uk-position-center-left-out {
    left: -30px;
  }
  #a4f05aa0b1a588c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8b3caf245a9550 {
  overflow: hidden;
  pointer-events: none;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a8b3caf245a9550 .layout-left li,
#a8b3caf245a9550 .layout-center li,
#a8b3caf245a9550 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8b3caf245a9550 .layout-left li a,
#a8b3caf245a9550 .layout-center li a,
#a8b3caf245a9550 .layout-right li a {
  height: 100%;
}
#a8b3caf245a9550 > .tab-tabs .layout-left {
  text-align: left;
}
#a8b3caf245a9550 > .tab-tabs .layout-center {
  text-align: center;
}
#a8b3caf245a9550 > .tab-tabs .layout-right {
  text-align: right;
}
#a8b3caf245a9550 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a8b3caf245a9550 .tab-content-wrap {
  background-color: #ffffff;
}
#a8b3caf245a9550 .tab-contents,
#a8b3caf245a9550 .tab-contents-wrap {
  pointer-events: none;
}
#a8b3caf245a9550 .tab-content,
#a8b3caf245a9550 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8b3caf245a9550 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8b3caf245a9550 .tab-wrap .tab-contents {
  height: 100%;
}
#a8b3caf245a9550 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1c11abae0a6498  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#aa27fa0954aa408  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a61a0af29da2f9c .aeab3a5320a803f {
  overflow: hidden;
}
#a61a0af29da2f9c .aeab3a5320a803f , #a61a0af29da2f9c .aeab3a5320a803f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a61a0af29da2f9c .aeab3a5320a803f:hover , #a61a0af29da2f9c .aeab3a5320a803f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a61a0af29da2f9c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a61a0af29da2f9c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a61a0af29da2f9c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a61a0af29da2f9c .uk-position-center-left-out {
    left: -30px;
  }
  #a61a0af29da2f9c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8c29a827fa339d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a1f73acf75a8e75 .a5c24a00fda0569 {
  overflow: hidden;
}
#a1f73acf75a8e75 .a5c24a00fda0569 , #a1f73acf75a8e75 .a5c24a00fda0569 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a1f73acf75a8e75 .a5c24a00fda0569:hover , #a1f73acf75a8e75 .a5c24a00fda0569 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a1f73acf75a8e75 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1f73acf75a8e75 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a1f73acf75a8e75 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a1f73acf75a8e75 .uk-position-center-left-out {
    left: -30px;
  }
  #a1f73acf75a8e75 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a988ba0fa4a2973  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4092a576fa0692 .a229fac40ea9024 {
  overflow: hidden;
}
#a4092a576fa0692 .a229fac40ea9024 , #a4092a576fa0692 .a229fac40ea9024 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4092a576fa0692 .a229fac40ea9024:hover , #a4092a576fa0692 .a229fac40ea9024 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4092a576fa0692 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4092a576fa0692 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4092a576fa0692 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4092a576fa0692 .uk-position-center-left-out {
    left: -30px;
  }
  #a4092a576fa0692 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac7c7a155ba5f06  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a0daaa7cb3a7125 .a8c63ab1d9a065f {
  overflow: hidden;
}
#a0daaa7cb3a7125 .a8c63ab1d9a065f , #a0daaa7cb3a7125 .a8c63ab1d9a065f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a0daaa7cb3a7125 .a8c63ab1d9a065f:hover , #a0daaa7cb3a7125 .a8c63ab1d9a065f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a0daaa7cb3a7125 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a0daaa7cb3a7125 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a0daaa7cb3a7125 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a0daaa7cb3a7125 .uk-position-center-left-out {
    left: -30px;
  }
  #a0daaa7cb3a7125 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a2884a9c7aa42cb {
  overflow: hidden;
  pointer-events: none;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a2884a9c7aa42cb .layout-left li,
#a2884a9c7aa42cb .layout-center li,
#a2884a9c7aa42cb .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a2884a9c7aa42cb .layout-left li a,
#a2884a9c7aa42cb .layout-center li a,
#a2884a9c7aa42cb .layout-right li a {
  height: 100%;
}
#a2884a9c7aa42cb > .tab-tabs .layout-left {
  text-align: left;
}
#a2884a9c7aa42cb > .tab-tabs .layout-center {
  text-align: center;
}
#a2884a9c7aa42cb > .tab-tabs .layout-right {
  text-align: right;
}
#a2884a9c7aa42cb .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a2884a9c7aa42cb .tab-content-wrap {
  background-color: #ffffff;
}
#a2884a9c7aa42cb .tab-contents,
#a2884a9c7aa42cb .tab-contents-wrap {
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-content,
#a2884a9c7aa42cb .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a2884a9c7aa42cb .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-wrap .tab-contents {
  height: 100%;
}
#a2884a9c7aa42cb .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9337a9870a4aa8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .tab-nav li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .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: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#a9337a9870a4aa8 .layout-left li,
#a9337a9870a4aa8 .layout-center li,
#a9337a9870a4aa8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9337a9870a4aa8 .layout-left li a,
#a9337a9870a4aa8 .layout-center li a,
#a9337a9870a4aa8 .layout-right li a {
  height: 100%;
}
#a9337a9870a4aa8 > .tab-tabs .layout-left {
  text-align: left;
}
#a9337a9870a4aa8 > .tab-tabs .layout-center {
  text-align: center;
}
#a9337a9870a4aa8 > .tab-tabs .layout-right {
  text-align: right;
}
#a9337a9870a4aa8 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a9337a9870a4aa8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 .tab-contents,
#a9337a9870a4aa8 .tab-contents-wrap {
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-content,
#a9337a9870a4aa8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9337a9870a4aa8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-wrap .tab-contents {
  height: 100%;
}
#a9337a9870a4aa8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a02f5a3ff9a4083  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0dafa41eda42c1 > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a0936a27c6a7e20 > .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;}#a0936a27c6a7e20  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0936a27c6a7e20:hover * {color: #000000  !important}
                            #a0936a27c6a7e20:hover .line{border-color: #000000  !important}#a0099a01a7a0786 > .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;}#a0099a01a7a0786  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0099a01a7a0786:hover * {color: #000000  !important}
                            #a0099a01a7a0786:hover .line{border-color: #000000  !important}#ada22ad7caad10a  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a2384a88bcaa91f > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#aff0fa80aca0f48 > .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;}#aff0fa80aca0f48  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aff0fa80aca0f48:hover * {color: #000000  !important}
                            #aff0fa80aca0f48:hover .line{border-color: #000000  !important}#a7c98ad8d3a2f15 > .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;}#a7c98ad8d3a2f15  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7c98ad8d3a2f15:hover * {color: #000000  !important}
                            #a7c98ad8d3a2f15:hover .line{border-color: #000000  !important}#aef76a9e03a209f  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a96e2a6c2aae62d > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#ae1efad977acc8b > .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;}#ae1efad977acc8b  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#ae1efad977acc8b:hover * {color: #000000  !important}
                            #ae1efad977acc8b:hover .line{border-color: #000000  !important}#a969ba27fba3e87 > .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;}#a969ba27fba3e87  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a969ba27fba3e87:hover * {color: #000000  !important}
                            #a969ba27fba3e87:hover .line{border-color: #000000  !important}#a72b8a64dba1bcc > .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;}#a72b8a64dba1bcc  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a72b8a64dba1bcc:hover * {color: #000000  !important}
                            #a72b8a64dba1bcc:hover .line{border-color: #000000  !important}#a5509a25c7aa431 > .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;}#a5509a25c7aa431  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a5509a25c7aa431:hover * {color: #000000  !important}
                            #a5509a25c7aa431:hover .line{border-color: #000000  !important}#ac860aabe5ab7a3 {
  overflow: hidden;
  pointer-events: none;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 .layout-left li,
#ac860aabe5ab7a3 .layout-center li,
#ac860aabe5ab7a3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac860aabe5ab7a3 .layout-left li a,
#ac860aabe5ab7a3 .layout-center li a,
#ac860aabe5ab7a3 .layout-right li a {
  height: 100%;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-left {
  text-align: left;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-center {
  text-align: center;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-right {
  text-align: right;
}
#ac860aabe5ab7a3 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#ac860aabe5ab7a3 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ac860aabe5ab7a3 .tab-contents,
#ac860aabe5ab7a3 .tab-contents-wrap {
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-content,
#ac860aabe5ab7a3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac860aabe5ab7a3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-wrap .tab-contents {
  height: 100%;
}
#ac860aabe5ab7a3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a803baa081aca73 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a803baa081aca73 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a803baa081aca73 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a803baa081aca73 .menu-list > li > a {
  padding: 0 10px;
}
#a803baa081aca73 .menu-list > li:hover:before {
  height: 100%;
}
#a803baa081aca73 .menu-list > li:hover:after {
  color: auto;
}
#a803baa081aca73 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a803baa081aca73 .menu-list > li:first-child:after {
  content: "";
}
#a803baa081aca73 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a803baa081aca73 .menu-list > li ul li {
  position: relative;
}
#a803baa081aca73 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a803baa081aca73 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a803baa081aca73 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 li ul,
#a803baa081aca73 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a803baa081aca73 li:hover > ul {
  left: auto;
}
#a803baa081aca73 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a2d89a04bba0d46 [data-item*=".title"], #a2d89a04bba0d46 [data-item*=".title"] a {font-size: 15px;bold: false;color: rgba(0, 0, 0, 1);text-decoration: underline;}#a2d89a04bba0d46 [data-item*=".abstract"], #a2d89a04bba0d46 [data-item*=".abstract"] a {show: false;}#a2d89a04bba0d46 [data-item*=".subTitle"], #a2d89a04bba0d46 [data-item*=".subTitle"] a {show: false;}#a2d89a04bba0d46 [data-item*=".category"], #a2d89a04bba0d46 [data-item*=".category"] a {show: false;}#a0feea95a2a72ad  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#af056a2390a76c7  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a36a4a72ebaa0ec , #a36a4a72ebaa0ec a{flex-grow: 0;color: rgba(49, 118, 219, 1);}#a36a4a72ebaa0ec:hover, #a36a4a72ebaa0ec a:hover {color: rgba(19, 100, 216, 1);}#a767fa3f3aaf748  {flex-grow: 1;}#a4fb9aba3ca9c8c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a4fb9aba3ca9c8c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a4fb9aba3ca9c8c .ap-icon {
  margin-right: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon img,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li:hover > a,
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a4fb9aba3ca9c8c .menu-list ul,
#a4fb9aba3ca9c8c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a4fb9aba3ca9c8c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a4fb9aba3ca9c8c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4fb9aba3ca9c8c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4fb9aba3ca9c8c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a49b0afccaac34c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a49b0afccaac34c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a49b0afccaac34c .ap-icon {
  margin-right: 6px;
}
#a49b0afccaac34c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a,
#a49b0afccaac34c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon img,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a49b0afccaac34c .menu-list > li:hover > a,
#a49b0afccaac34c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a49b0afccaac34c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a49b0afccaac34c .menu-list ul,
#a49b0afccaac34c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a49b0afccaac34c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a49b0afccaac34c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a49b0afccaac34c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a49b0afccaac34c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a468aa0b1da717e > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afe37a828faabd7 , #afe37a828faabd7 a{color: rgba(6, 164, 100, 1);}#afe37a828faabd7:hover, #afe37a828faabd7 a:hover {color: rgba(4, 204, 101, 1);}#ac7eca0ba9a4ccf .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac7eca0ba9a4ccf .menu-list-expand .submenu-indicator {
  display: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a img,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9e02ae88da9704 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a img,
#a9e02ae88da9704 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa5cfa706da140f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa5cfa706da140f .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa5cfa706da140f .menu-list-expand .submenu-indicator {
  display: none;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li a img,
#aa5cfa706da140f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a0669a27c0aee1f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a03e6ad974adb8e .promotion-card {
  position: absolute;
  right: 20px;
  left: 0;
  bottom: 100px;
}
@media (min-width: 960px) {
  #a03e6ad974adb8e .promotion-card {
    width: 70%;
    left: auto;
  }
}
#a03e6ad974adb8e .promotion-card * {
  margin: 0;
}
#a03e6ad974adb8e .promotion-card .promotion-card-icon {
  width: 80px;
  background-color: #1364d8;
  color: #fff;
  font-size: 30px;
  position: relative;
}
#a03e6ad974adb8e .promotion-card .promotion-card-icon::before {
  content: ' ';
  position: absolute;
  right: -16px;
  top: 30%;
  border: 8px solid transparent;
  border-left-color: #1364d8;
}
#a03e6ad974adb8e .promotion-card .promotion-card-detail {
  padding: 30px 20px;
  color: #fff;
  font-weight: bold;
  background: #07234b;
  background: linear-gradient(to right, #07234b 55%, #1364d8 95%) !important;
}
#a5bb0a4e40af0ac  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#a4f0eae1c8ad5b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a5e1fa5af8a6d2f > .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;flex-grow: 0;}#aaa66adb04a787f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aaa66adb04a787f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6e05a9cb2aacc5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a71eaaa784aba6f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a71eaaa784aba6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1f02a72faacac9 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad649a4e1faa01e > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad649a4e1faa01e  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2131a4568ad5fb .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8427a3663ab91d > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8427a3663ab91d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a54aea8b6da48ed .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#af514ac23ca7297  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4549a962ca7add > .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;flex-grow: 0;}#aefe9a9dcba95e8 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aefe9a9dcba95e8  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a78b8a66c3a62cd .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a6860a4373a658a > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a6860a4373a658a  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a60d7a306dad87e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aa506af856a9ff7 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aa506af856a9ff7  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1a9bafb12a3379 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a1ea5a55aba2aaa > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a1ea5a55aba2aaa  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a92fda3d31aebae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a96dba8355ac472 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a96dba8355ac472  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3fa0aa753aa303 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a05c0a0e46a2f58  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ace13a3d21a10ea > .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;flex-grow: 0;}#a0604a42d4a4597 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0604a42d4a4597  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ac9a8ad93ea1211 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae9cbafda3a2f1b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae9cbafda3a2f1b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aac8da5f56ab439 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4442ab252a29a9 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4442ab252a29a9  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae418a8e29ac7a8 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aacb4aacb5aec67 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aacb4aacb5aec67  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#adafea3e44a3273 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7b50a7223adfe6 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7b50a7223adfe6  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1ff7aaad5a00c5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4ed7a699ea9c4b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4ed7a699ea9c4b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3cc7a1265a50b6 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8ba8a9e62a0d8c > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8ba8a9e62a0d8c  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2e38acba1a6797 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab151a234ead77c {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#ab151a234ead77c .layout-left li,
#ab151a234ead77c .layout-center li,
#ab151a234ead77c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab151a234ead77c .layout-left li a,
#ab151a234ead77c .layout-center li a,
#ab151a234ead77c .layout-right li a {
  height: 100%;
}
#ab151a234ead77c > .tab-tabs .layout-left {
  text-align: left;
}
#ab151a234ead77c > .tab-tabs .layout-center {
  text-align: center;
}
#ab151a234ead77c > .tab-tabs .layout-right {
  text-align: right;
}
#ab151a234ead77c .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#ab151a234ead77c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c .tab-contents,
#ab151a234ead77c .tab-contents-wrap {
  pointer-events: none;
}
#ab151a234ead77c .tab-content,
#ab151a234ead77c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab151a234ead77c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab151a234ead77c .tab-wrap .tab-contents {
  height: 100%;
}
#ab151a234ead77c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab151a234ead77c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab151a234ead77c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a445cadc90a6f90  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a54aba797fa6994  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a0c23a8da1a5492  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aa603ad8dfa8ae5 .a72bea96eba74bb {
  overflow: hidden;
}
#aa603ad8dfa8ae5 .a72bea96eba74bb , #aa603ad8dfa8ae5 .a72bea96eba74bb > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aa603ad8dfa8ae5 .a72bea96eba74bb:hover , #aa603ad8dfa8ae5 .a72bea96eba74bb *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aa603ad8dfa8ae5 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa603ad8dfa8ae5 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa603ad8dfa8ae5 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aa603ad8dfa8ae5 .uk-position-center-left-out {
    left: -30px;
  }
  #aa603ad8dfa8ae5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6f8da0e6ea7804  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7baeab343a1ed2 .a31f5a9637ae63a {
  overflow: hidden;
}
#a7baeab343a1ed2 .a31f5a9637ae63a , #a7baeab343a1ed2 .a31f5a9637ae63a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7baeab343a1ed2 .a31f5a9637ae63a:hover , #a7baeab343a1ed2 .a31f5a9637ae63a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7baeab343a1ed2 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a7baeab343a1ed2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7baeab343a1ed2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7baeab343a1ed2 .uk-position-center-left-out {
    left: -30px;
  }
  #a7baeab343a1ed2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7eeea24a2a489a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a9e11a3922a0a84 .a0c79ae6caaf8e2 {
  overflow: hidden;
}
#a9e11a3922a0a84 .a0c79ae6caaf8e2 , #a9e11a3922a0a84 .a0c79ae6caaf8e2 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a9e11a3922a0a84 .a0c79ae6caaf8e2:hover , #a9e11a3922a0a84 .a0c79ae6caaf8e2 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a9e11a3922a0a84 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a9e11a3922a0a84 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9e11a3922a0a84 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a9e11a3922a0a84 .uk-position-center-left-out {
    left: -30px;
  }
  #a9e11a3922a0a84 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa82faaea2a1c77  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a94ffa5483a8d60 .a8a48ae1cfa9a13 {
  overflow: hidden;
}
#a94ffa5483a8d60 .a8a48ae1cfa9a13 , #a94ffa5483a8d60 .a8a48ae1cfa9a13 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a94ffa5483a8d60 .a8a48ae1cfa9a13:hover , #a94ffa5483a8d60 .a8a48ae1cfa9a13 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a94ffa5483a8d60 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a94ffa5483a8d60 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a94ffa5483a8d60 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a94ffa5483a8d60 .uk-position-center-left-out {
    left: -30px;
  }
  #a94ffa5483a8d60 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3b61acc08a6bcf {
  overflow: hidden;
  pointer-events: none;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a3b61acc08a6bcf .layout-left li,
#a3b61acc08a6bcf .layout-center li,
#a3b61acc08a6bcf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3b61acc08a6bcf .layout-left li a,
#a3b61acc08a6bcf .layout-center li a,
#a3b61acc08a6bcf .layout-right li a {
  height: 100%;
}
#a3b61acc08a6bcf > .tab-tabs .layout-left {
  text-align: left;
}
#a3b61acc08a6bcf > .tab-tabs .layout-center {
  text-align: center;
}
#a3b61acc08a6bcf > .tab-tabs .layout-right {
  text-align: right;
}
#a3b61acc08a6bcf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a3b61acc08a6bcf .tab-content-wrap {
  background-color: #ffffff;
}
#a3b61acc08a6bcf .tab-contents,
#a3b61acc08a6bcf .tab-contents-wrap {
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-content,
#a3b61acc08a6bcf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3b61acc08a6bcf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-wrap .tab-contents {
  height: 100%;
}
#a3b61acc08a6bcf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2b29afa75af3d2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a7bdda440da10de  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af0fda089faa74e .a179ba61fca0888 {
  overflow: hidden;
}
#af0fda089faa74e .a179ba61fca0888 , #af0fda089faa74e .a179ba61fca0888 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af0fda089faa74e .a179ba61fca0888:hover , #af0fda089faa74e .a179ba61fca0888 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af0fda089faa74e .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af0fda089faa74e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af0fda089faa74e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af0fda089faa74e .uk-position-center-left-out {
    left: -30px;
  }
  #af0fda089faa74e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac029ab8d2ac795  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3fa1aa72eae5d8 .a8a0fa2a83ace44 {
  overflow: hidden;
}
#a3fa1aa72eae5d8 .a8a0fa2a83ace44 , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3fa1aa72eae5d8 .a8a0fa2a83ace44:hover , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3fa1aa72eae5d8 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a3fa1aa72eae5d8 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3fa1aa72eae5d8 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3fa1aa72eae5d8 .uk-position-center-left-out {
    left: -30px;
  }
  #a3fa1aa72eae5d8 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acd71a09bca3734  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2599afd13a8dda .a67b0a5657abdca {
  overflow: hidden;
}
#a2599afd13a8dda .a67b0a5657abdca , #a2599afd13a8dda .a67b0a5657abdca > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2599afd13a8dda .a67b0a5657abdca:hover , #a2599afd13a8dda .a67b0a5657abdca *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2599afd13a8dda .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2599afd13a8dda .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2599afd13a8dda .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2599afd13a8dda .uk-position-center-left-out {
    left: -30px;
  }
  #a2599afd13a8dda .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3bd9a9ed3a0012  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5fc2ae1b1ac227 .ada91af9b0a0502 {
  overflow: hidden;
}
#a5fc2ae1b1ac227 .ada91af9b0a0502 , #a5fc2ae1b1ac227 .ada91af9b0a0502 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5fc2ae1b1ac227 .ada91af9b0a0502:hover , #a5fc2ae1b1ac227 .ada91af9b0a0502 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5fc2ae1b1ac227 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a5fc2ae1b1ac227 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5fc2ae1b1ac227 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5fc2ae1b1ac227 .uk-position-center-left-out {
    left: -30px;
  }
  #a5fc2ae1b1ac227 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6bcdafc0fa513f  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab2a3a53e3a711b .aec71a08e0ab367 {
  overflow: hidden;
}
#ab2a3a53e3a711b .aec71a08e0ab367 , #ab2a3a53e3a711b .aec71a08e0ab367 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab2a3a53e3a711b .aec71a08e0ab367:hover , #ab2a3a53e3a711b .aec71a08e0ab367 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab2a3a53e3a711b .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ab2a3a53e3a711b .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab2a3a53e3a711b .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab2a3a53e3a711b .uk-position-center-left-out {
    left: -30px;
  }
  #ab2a3a53e3a711b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a309aa2ec8a7ce3 {
  overflow: hidden;
  pointer-events: none;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a309aa2ec8a7ce3 .layout-left li,
#a309aa2ec8a7ce3 .layout-center li,
#a309aa2ec8a7ce3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a309aa2ec8a7ce3 .layout-left li a,
#a309aa2ec8a7ce3 .layout-center li a,
#a309aa2ec8a7ce3 .layout-right li a {
  height: 100%;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-left {
  text-align: left;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-center {
  text-align: center;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-right {
  text-align: right;
}
#a309aa2ec8a7ce3 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a309aa2ec8a7ce3 .tab-content-wrap {
  background-color: #ffffff;
}
#a309aa2ec8a7ce3 .tab-contents,
#a309aa2ec8a7ce3 .tab-contents-wrap {
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-content,
#a309aa2ec8a7ce3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-wrap .tab-contents {
  height: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6180acc49a3e93  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a6dafa4ecea60a0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aff3cac13cafbfb .a06ebafd21a2d85 {
  overflow: hidden;
}
#aff3cac13cafbfb .a06ebafd21a2d85 , #aff3cac13cafbfb .a06ebafd21a2d85 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aff3cac13cafbfb .a06ebafd21a2d85:hover , #aff3cac13cafbfb .a06ebafd21a2d85 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aff3cac13cafbfb .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aff3cac13cafbfb .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aff3cac13cafbfb .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aff3cac13cafbfb .uk-position-center-left-out {
    left: -30px;
  }
  #aff3cac13cafbfb .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#afcbbaca6ea610b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a53e2aef3aaf277 .aa00dac1eeacc9a {
  overflow: hidden;
}
#a53e2aef3aaf277 .aa00dac1eeacc9a , #a53e2aef3aaf277 .aa00dac1eeacc9a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a53e2aef3aaf277 .aa00dac1eeacc9a:hover , #a53e2aef3aaf277 .aa00dac1eeacc9a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a53e2aef3aaf277 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a53e2aef3aaf277 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a53e2aef3aaf277 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a53e2aef3aaf277 .uk-position-center-left-out {
    left: -30px;
  }
  #a53e2aef3aaf277 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4dd9a08d0a4fbc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adea6aad87ac37c .a709ba3eb4afea8 {
  overflow: hidden;
}
#adea6aad87ac37c .a709ba3eb4afea8 , #adea6aad87ac37c .a709ba3eb4afea8 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adea6aad87ac37c .a709ba3eb4afea8:hover , #adea6aad87ac37c .a709ba3eb4afea8 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adea6aad87ac37c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#adea6aad87ac37c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adea6aad87ac37c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adea6aad87ac37c .uk-position-center-left-out {
    left: -30px;
  }
  #adea6aad87ac37c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5f67a73efa84f8  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4f05aa0b1a588c .ab4cfa7547abdc6 {
  overflow: hidden;
}
#a4f05aa0b1a588c .ab4cfa7547abdc6 , #a4f05aa0b1a588c .ab4cfa7547abdc6 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4f05aa0b1a588c .ab4cfa7547abdc6:hover , #a4f05aa0b1a588c .ab4cfa7547abdc6 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4f05aa0b1a588c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4f05aa0b1a588c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4f05aa0b1a588c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4f05aa0b1a588c .uk-position-center-left-out {
    left: -30px;
  }
  #a4f05aa0b1a588c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8b3caf245a9550 {
  overflow: hidden;
  pointer-events: none;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a8b3caf245a9550 .layout-left li,
#a8b3caf245a9550 .layout-center li,
#a8b3caf245a9550 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8b3caf245a9550 .layout-left li a,
#a8b3caf245a9550 .layout-center li a,
#a8b3caf245a9550 .layout-right li a {
  height: 100%;
}
#a8b3caf245a9550 > .tab-tabs .layout-left {
  text-align: left;
}
#a8b3caf245a9550 > .tab-tabs .layout-center {
  text-align: center;
}
#a8b3caf245a9550 > .tab-tabs .layout-right {
  text-align: right;
}
#a8b3caf245a9550 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a8b3caf245a9550 .tab-content-wrap {
  background-color: #ffffff;
}
#a8b3caf245a9550 .tab-contents,
#a8b3caf245a9550 .tab-contents-wrap {
  pointer-events: none;
}
#a8b3caf245a9550 .tab-content,
#a8b3caf245a9550 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8b3caf245a9550 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8b3caf245a9550 .tab-wrap .tab-contents {
  height: 100%;
}
#a8b3caf245a9550 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1c11abae0a6498  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#aa27fa0954aa408  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a61a0af29da2f9c .aeab3a5320a803f {
  overflow: hidden;
}
#a61a0af29da2f9c .aeab3a5320a803f , #a61a0af29da2f9c .aeab3a5320a803f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a61a0af29da2f9c .aeab3a5320a803f:hover , #a61a0af29da2f9c .aeab3a5320a803f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a61a0af29da2f9c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a61a0af29da2f9c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a61a0af29da2f9c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a61a0af29da2f9c .uk-position-center-left-out {
    left: -30px;
  }
  #a61a0af29da2f9c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8c29a827fa339d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a1f73acf75a8e75 .a5c24a00fda0569 {
  overflow: hidden;
}
#a1f73acf75a8e75 .a5c24a00fda0569 , #a1f73acf75a8e75 .a5c24a00fda0569 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a1f73acf75a8e75 .a5c24a00fda0569:hover , #a1f73acf75a8e75 .a5c24a00fda0569 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a1f73acf75a8e75 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1f73acf75a8e75 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a1f73acf75a8e75 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a1f73acf75a8e75 .uk-position-center-left-out {
    left: -30px;
  }
  #a1f73acf75a8e75 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a988ba0fa4a2973  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4092a576fa0692 .a229fac40ea9024 {
  overflow: hidden;
}
#a4092a576fa0692 .a229fac40ea9024 , #a4092a576fa0692 .a229fac40ea9024 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4092a576fa0692 .a229fac40ea9024:hover , #a4092a576fa0692 .a229fac40ea9024 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4092a576fa0692 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4092a576fa0692 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4092a576fa0692 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4092a576fa0692 .uk-position-center-left-out {
    left: -30px;
  }
  #a4092a576fa0692 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac7c7a155ba5f06  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a0daaa7cb3a7125 .a8c63ab1d9a065f {
  overflow: hidden;
}
#a0daaa7cb3a7125 .a8c63ab1d9a065f , #a0daaa7cb3a7125 .a8c63ab1d9a065f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a0daaa7cb3a7125 .a8c63ab1d9a065f:hover , #a0daaa7cb3a7125 .a8c63ab1d9a065f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a0daaa7cb3a7125 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a0daaa7cb3a7125 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a0daaa7cb3a7125 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a0daaa7cb3a7125 .uk-position-center-left-out {
    left: -30px;
  }
  #a0daaa7cb3a7125 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a2884a9c7aa42cb {
  overflow: hidden;
  pointer-events: none;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a2884a9c7aa42cb .layout-left li,
#a2884a9c7aa42cb .layout-center li,
#a2884a9c7aa42cb .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a2884a9c7aa42cb .layout-left li a,
#a2884a9c7aa42cb .layout-center li a,
#a2884a9c7aa42cb .layout-right li a {
  height: 100%;
}
#a2884a9c7aa42cb > .tab-tabs .layout-left {
  text-align: left;
}
#a2884a9c7aa42cb > .tab-tabs .layout-center {
  text-align: center;
}
#a2884a9c7aa42cb > .tab-tabs .layout-right {
  text-align: right;
}
#a2884a9c7aa42cb .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a2884a9c7aa42cb .tab-content-wrap {
  background-color: #ffffff;
}
#a2884a9c7aa42cb .tab-contents,
#a2884a9c7aa42cb .tab-contents-wrap {
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-content,
#a2884a9c7aa42cb .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a2884a9c7aa42cb .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-wrap .tab-contents {
  height: 100%;
}
#a2884a9c7aa42cb .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9337a9870a4aa8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .tab-nav li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .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: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#a9337a9870a4aa8 .layout-left li,
#a9337a9870a4aa8 .layout-center li,
#a9337a9870a4aa8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9337a9870a4aa8 .layout-left li a,
#a9337a9870a4aa8 .layout-center li a,
#a9337a9870a4aa8 .layout-right li a {
  height: 100%;
}
#a9337a9870a4aa8 > .tab-tabs .layout-left {
  text-align: left;
}
#a9337a9870a4aa8 > .tab-tabs .layout-center {
  text-align: center;
}
#a9337a9870a4aa8 > .tab-tabs .layout-right {
  text-align: right;
}
#a9337a9870a4aa8 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a9337a9870a4aa8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 .tab-contents,
#a9337a9870a4aa8 .tab-contents-wrap {
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-content,
#a9337a9870a4aa8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9337a9870a4aa8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-wrap .tab-contents {
  height: 100%;
}
#a9337a9870a4aa8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a02f5a3ff9a4083  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0dafa41eda42c1 > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a0936a27c6a7e20 > .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;}#a0936a27c6a7e20  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0936a27c6a7e20:hover * {color: #000000  !important}
                            #a0936a27c6a7e20:hover .line{border-color: #000000  !important}#a0099a01a7a0786 > .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;}#a0099a01a7a0786  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0099a01a7a0786:hover * {color: #000000  !important}
                            #a0099a01a7a0786:hover .line{border-color: #000000  !important}#ada22ad7caad10a  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a2384a88bcaa91f > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#aff0fa80aca0f48 > .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;}#aff0fa80aca0f48  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aff0fa80aca0f48:hover * {color: #000000  !important}
                            #aff0fa80aca0f48:hover .line{border-color: #000000  !important}#a7c98ad8d3a2f15 > .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;}#a7c98ad8d3a2f15  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7c98ad8d3a2f15:hover * {color: #000000  !important}
                            #a7c98ad8d3a2f15:hover .line{border-color: #000000  !important}#aef76a9e03a209f  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a96e2a6c2aae62d > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#ae1efad977acc8b > .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;}#ae1efad977acc8b  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#ae1efad977acc8b:hover * {color: #000000  !important}
                            #ae1efad977acc8b:hover .line{border-color: #000000  !important}#a969ba27fba3e87 > .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;}#a969ba27fba3e87  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a969ba27fba3e87:hover * {color: #000000  !important}
                            #a969ba27fba3e87:hover .line{border-color: #000000  !important}#a72b8a64dba1bcc > .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;}#a72b8a64dba1bcc  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a72b8a64dba1bcc:hover * {color: #000000  !important}
                            #a72b8a64dba1bcc:hover .line{border-color: #000000  !important}#a5509a25c7aa431 > .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;}#a5509a25c7aa431  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a5509a25c7aa431:hover * {color: #000000  !important}
                            #a5509a25c7aa431:hover .line{border-color: #000000  !important}#ac860aabe5ab7a3 {
  overflow: hidden;
  pointer-events: none;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 .layout-left li,
#ac860aabe5ab7a3 .layout-center li,
#ac860aabe5ab7a3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac860aabe5ab7a3 .layout-left li a,
#ac860aabe5ab7a3 .layout-center li a,
#ac860aabe5ab7a3 .layout-right li a {
  height: 100%;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-left {
  text-align: left;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-center {
  text-align: center;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-right {
  text-align: right;
}
#ac860aabe5ab7a3 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#ac860aabe5ab7a3 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ac860aabe5ab7a3 .tab-contents,
#ac860aabe5ab7a3 .tab-contents-wrap {
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-content,
#ac860aabe5ab7a3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac860aabe5ab7a3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-wrap .tab-contents {
  height: 100%;
}
#ac860aabe5ab7a3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a803baa081aca73 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a803baa081aca73 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a803baa081aca73 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a803baa081aca73 .menu-list > li > a {
  padding: 0 10px;
}
#a803baa081aca73 .menu-list > li:hover:before {
  height: 100%;
}
#a803baa081aca73 .menu-list > li:hover:after {
  color: auto;
}
#a803baa081aca73 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a803baa081aca73 .menu-list > li:first-child:after {
  content: "";
}
#a803baa081aca73 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a803baa081aca73 .menu-list > li ul li {
  position: relative;
}
#a803baa081aca73 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a803baa081aca73 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a803baa081aca73 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 li ul,
#a803baa081aca73 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a803baa081aca73 li:hover > ul {
  left: auto;
}
#a803baa081aca73 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a03e6ad974adb8e [data-item="buttons[0]"] {font-size: 16px;justify-content: center;border-style: solid;padding-left: 20px;padding-right: 20px;border-radius: 2px;font-weight: 500;font-family: Verdana;background-color: #1364d8;}#a03e6ad974adb8e [data-item="buttons[0]"]:hover {color: #ffffff;background-color: #1364d8;}#a03e6ad974adb8e [data-item="undefined"] {flex-grow: 0;}#a7c47a3d4ba50d5 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a554ea0b93adb2b > .ele-wrap {background-color: rgba(74, 74, 74, 1);background-image: url(/resources/upload/ad1cfa3e21a0b3d/1755053994396.jpeg);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af1f5ace79a3113 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.3),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af1f5ace79a3113  > .ele-wrap:hover {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.7),
                rgba(255, 255, 255, 0));
            color: #ffffff;border-bottom-width: 0px;border-bottom-style: none;}#af1f5ace79a3113:hover * {color: #ffffff  !important}
                            #af1f5ace79a3113:hover .line{border-color: #ffffff  !important}#aad88a3517a96d9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 255, 255, 0);}#aad88a3517a96d9 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(208, 2, 27, 1);}#a04f9a10bca45fc > .ele-wrap {background-color: rgba(74, 74, 74, 1);background-image: url(/resources/upload/ad1cfa3e21a0b3d/1763083464314.webp);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9e27aa40da0129 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.3),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9e27aa40da0129  > .ele-wrap:hover {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.7),
                rgba(255, 255, 255, 0));
            color: #ffffff;border-bottom-width: 0px;border-bottom-style: none;}#a9e27aa40da0129:hover * {color: #ffffff  !important}
                            #a9e27aa40da0129:hover .line{border-color: #ffffff  !important}#a2e10a1c2fa858b a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 255, 255, 0);}#a2e10a1c2fa858b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(208, 2, 27, 1);}#a1efea0373ae7a0 > .ele-wrap {background-color: rgba(74, 74, 74, 1);background-image: url(/resources/upload/ad1cfa3e21a0b3d/1734061567002.jpeg);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af4e7ac98fa9797 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.3),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af4e7ac98fa9797  > .ele-wrap:hover {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.7),
                rgba(255, 255, 255, 0));
            color: #ffffff;border-bottom-width: 0px;border-bottom-style: none;}#af4e7ac98fa9797:hover * {color: #ffffff  !important}
                            #af4e7ac98fa9797:hover .line{border-color: #ffffff  !important}#aaaeaa5cd1a366e a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 255, 255, 0);}#aaaeaa5cd1a366e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(208, 2, 27, 1);}#a271fa48e5aedf8 > .ele-wrap {background-color: rgba(74, 74, 74, 1);background-image: url(/resources/upload/ad1cfa3e21a0b3d/1744262022080.webp);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4865a8b00abc5d > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.3),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4865a8b00abc5d  > .ele-wrap:hover {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.7),
                rgba(255, 255, 255, 0));
            color: #ffffff;border-bottom-width: 0px;border-bottom-style: none;}#a4865a8b00abc5d:hover * {color: #ffffff  !important}
                            #a4865a8b00abc5d:hover .line{border-color: #ffffff  !important}#a211fac01aabb05 > .ele-wrap {background-color: rgba(74, 74, 74, 1);background-image: url(/resources/upload/ad1cfa3e21a0b3d/1734059438939.jpeg);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a10a9a531aaf31e > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.3),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a10a9a531aaf31e  > .ele-wrap:hover {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.7),
                rgba(255, 255, 255, 0));
            color: #ffffff;border-bottom-width: 0px;border-bottom-style: none;}#a10a9a531aaf31e:hover * {color: #ffffff  !important}
                            #a10a9a531aaf31e:hover .line{border-color: #ffffff  !important}#a39cbad6bea5ac4 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 255, 255, 0);}#a39cbad6bea5ac4 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(208, 2, 27, 1);}#ae485acc99adbf5 > .ele-wrap {background-color: rgba(74, 74, 74, 1);background-image: url(/resources/upload/ad1cfa3e21a0b3d/1739860253888.jpeg);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5e3eaceb1ab63c > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.3),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5e3eaceb1ab63c  > .ele-wrap:hover {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.7),
                rgba(255, 255, 255, 0));
            color: #ffffff;border-bottom-width: 0px;border-bottom-style: none;}#a5e3eaceb1ab63c:hover * {color: #ffffff  !important}
                            #a5e3eaceb1ab63c:hover .line{border-color: #ffffff  !important}#af9faab4b1a24c0 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 255, 255, 0);}#af9faab4b1a24c0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(208, 2, 27, 1);}#addffaeb9ea4fe9 > .ele-wrap {background-color: rgba(74, 74, 74, 1);background-image: url(/resources/upload/ad1cfa3e21a0b3d/1763514515738.webp);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a74a7ac63fa8978 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.3),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a74a7ac63fa8978  > .ele-wrap:hover {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.7),
                rgba(255, 255, 255, 0));
            color: #ffffff;border-bottom-width: 0px;border-bottom-style: none;}#a74a7ac63fa8978:hover * {color: #ffffff  !important}
                            #a74a7ac63fa8978:hover .line{border-color: #ffffff  !important}#ade45a9521a1667 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 255, 255, 0);}#ade45a9521a1667 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(208, 2, 27, 1);}#af4baa6d61a6624  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a44bcae221a8dc1  {flex-grow: 1;}#a651aa2205a9400  {flex: 1;}#a52dba5c60ae219  {flex-grow: 1;}#a8604a2c87a547a > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa20baa274a9003 .ap-category-filter ul li.active {
  border-color: #1364d8;
  color: #1364d8;
}
#aa20baa274a9003 .uk-grid {
  margin-left: -20px;
}
#aa20baa274a9003 .uk-grid > * {
  padding-left: 20px;
}
#aa20baa274a9003 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa20baa274a9003 .uk-card {
  background-color: #2265ff;
  transition: all .3s ease;
  background-color: #fafafa;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#aa20baa274a9003 .uk-card-media-top {
  overflow: hidden;
}
#aa20baa274a9003 .uk-card-media-top .img {
  transition: all .3s ease;
}
#aa20baa274a9003 .info {
  flex: 1;
  overflow: hidden;
  min-width: 1px;
  width: 0;
}
#aa20baa274a9003 .datetime {
  padding: 4px;
  margin-right: 6px;
  flex-shrink: 0;
  font-size: 12px;
  color: #4a4a4a;
  font-family: Arial;
}
#aa20baa274a9003 .datetime b {
  font-size: 24px;
  font-weight: bolder;
  display: block;
}
#aa20baa274a9003 .uk-card-body {
  padding: 15px 10px 8px;
}
#aa20baa274a9003 hr {
  border-top-color: #e7e7e7;
  margin: 0 0 10px;
}
#aa20baa274a9003 .uk-button {
  border: 1px solid #ececec;
}
#aa20baa274a9003 .uk-card .article-category {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #9b9b9b;
}
#aa20baa274a9003 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #4a4a4a;
}
#aa20baa274a9003 .uk-card .abstract {
  margin: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #646464;
  line-height: 21px;
}
#aa20baa274a9003 .uk-card:hover {
  background-color: #f0f0f0;
}
#aa20baa274a9003 .uk-card:hover .title {
  color: #000000;
}
#aa20baa274a9003 .uk-card:hover hr {
  border-top-color: #ffffff;
}
#aa20baa274a9003 .uk-card:hover .img {
  transform: scale(1.2);
}
#aa20baa274a9003 .uk-card:hover .abstract {
  color: #4a4a4a;
}
#aa20baa274a9003 .uk-card:hover .datetime {
  color: #4a4a4a;
}
#aa20baa274a9003 .uk-card:hover .category {
  color: #d3b267;
}
#aa20baa274a9003 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#ae49eacbc5ae04c .ele-wrap {border-color: rgba(248, 158, 35, 0);color: #ffffff;border-width: 0px;border-style: none;font-size: 12px;background-color: #1364d8;border-radius: 3px;justify-content: center;padding-left: 5px;padding-right: 5px;}#ae49eacbc5ae04c .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: #1364d8;}#a5db3ad8e9adf24 .ele-wrap {border-color: rgba(248, 158, 35, 0);color: #ffffff;border-width: 0px;border-style: none;font-size: 12px;background-color: #1364d8;border-radius: 3px;justify-content: center;padding-left: 5px;padding-right: 5px;}#a5db3ad8e9adf24 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: #1364d8;}#abc2eac95da025c  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ad194add1eaee90 > .ele-wrap {background-color: rgba(250, 250, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-right-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ad194add1eaee90  > .ele-wrap:hover {border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a1d0fac446a091a .ele-wrap {border-color: rgba(248, 158, 35, 0);color: #ffffff;border-width: 0px;border-style: none;font-size: 12px;background-color: #1364d8;border-radius: 3px;justify-content: center;padding-left: 5px;padding-right: 5px;}#a1d0fac446a091a .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: #1364d8;}#a3666afe87a0ec4 .ab603a5af3a4a35 {
  overflow: hidden;
}
#a3666afe87a0ec4 .ab603a5af3a4a35 , #a3666afe87a0ec4 .ab603a5af3a4a35 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: Verdana;color: rgba(74, 74, 74, 1);line-height: 24px;}#a3666afe87a0ec4 .ab603a5af3a4a35:hover , #a3666afe87a0ec4 .ab603a5af3a4a35 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3666afe87a0ec4 .ae0b5a9cbeadb1b  {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: Verdana;color: rgba(146, 143, 143, 1);}#a3666afe87a0ec4 .a16c2a7e41a0382 a, #a3666afe87a0ec4 .a16c2a7e41a0382 {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: Verdana;color: rgba(155, 155, 155, 1);}#a3666afe87a0ec4 .a16c2a7e41a0382 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3666afe87a0ec4 .uk-grid {
  margin-left: 0px;
}
#a3666afe87a0ec4 .uk-grid > * {
  padding-left: 0px;
}
#a3666afe87a0ec4 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a3666afe87a0ec4 .dynamic-list-item {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #f0f0f0;
}
#a3666afe87a0ec4 .dynamic-list-item:hover {
  background-color: #f0f0f0;
}
/* mobile */
@media (max-width: 640px) {
  #a3666afe87a0ec4 .uk-position-center-left-out {
    left: -30px;
  }
  #a3666afe87a0ec4 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7ac0ab0a6a3caf  {flex-grow: 1;}#abe0ca917aafeac  {flex: 1;}#a2e1ea9027abd13  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-right: 15px;margin-top: 40px;margin-bottom: 40px;}#a2f29a884eac0c7 .ele-wrap {border-color: rgba(74, 74, 74, 1);color: #4a4a4a;border-width: 1px;border-style: solid;font-size: 14px;background-color: transparent;border-radius: 1px;justify-content: center;font-family: Verdana;font-weight: 500;}#a2f29a884eac0c7 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #000000;background-color: #fafafa;border-color: rgba(18, 110, 130, 1);}#a2bbda1987afc23  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-left: 15px;margin-top: 40px;margin-bottom: 40px;}#a54fea02d9a2f19 .ele-wrap {border-color: rgba(74, 74, 74, 1);color: #4a4a4a;border-width: 1px;border-style: solid;font-size: 14px;background-color: transparent;border-radius: 1px;justify-content: center;font-family: Verdana;font-weight: 500;}#a54fea02d9a2f19 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #000000;background-color: #fafafa;border-color: rgba(18, 110, 130, 1);}#a0feea95a2a72ad  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#af056a2390a76c7  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a36a4a72ebaa0ec , #a36a4a72ebaa0ec a{flex-grow: 0;color: rgba(49, 118, 219, 1);}#a36a4a72ebaa0ec:hover, #a36a4a72ebaa0ec a:hover {color: rgba(19, 100, 216, 1);}#a767fa3f3aaf748  {flex-grow: 1;}#a4fb9aba3ca9c8c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a4fb9aba3ca9c8c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a4fb9aba3ca9c8c .ap-icon {
  margin-right: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon img,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li:hover > a,
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a4fb9aba3ca9c8c .menu-list ul,
#a4fb9aba3ca9c8c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a4fb9aba3ca9c8c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a4fb9aba3ca9c8c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4fb9aba3ca9c8c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4fb9aba3ca9c8c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a49b0afccaac34c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a49b0afccaac34c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a49b0afccaac34c .ap-icon {
  margin-right: 6px;
}
#a49b0afccaac34c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a,
#a49b0afccaac34c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon img,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a49b0afccaac34c .menu-list > li:hover > a,
#a49b0afccaac34c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a49b0afccaac34c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a49b0afccaac34c .menu-list ul,
#a49b0afccaac34c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a49b0afccaac34c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a49b0afccaac34c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a49b0afccaac34c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a49b0afccaac34c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a468aa0b1da717e > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afe37a828faabd7 , #afe37a828faabd7 a{color: rgba(6, 164, 100, 1);}#afe37a828faabd7:hover, #afe37a828faabd7 a:hover {color: rgba(4, 204, 101, 1);}#ac7eca0ba9a4ccf .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac7eca0ba9a4ccf .menu-list-expand .submenu-indicator {
  display: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a img,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9e02ae88da9704 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a img,
#a9e02ae88da9704 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa5cfa706da140f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa5cfa706da140f .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa5cfa706da140f .menu-list-expand .submenu-indicator {
  display: none;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li a img,
#aa5cfa706da140f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a1db7a43c2a594d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aeaacafbb6af938 .icon-round {
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  position: absolute;
  left: -3rem;
  top: .5rem;
  text-align: center;
  line-height: 4rem;
  background: #1364d8;
  color: #fff;
}
#aeaacafbb6af938 .icon-round i,
#aeaacafbb6af938 .icon-round img {
  width: 2rem;
  height: 2rem;
  font-size: 1.5rem;
  line-height: 4rem;
}
#a5bb0a4e40af0ac  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#a4f0eae1c8ad5b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a5e1fa5af8a6d2f > .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;flex-grow: 0;}#aaa66adb04a787f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aaa66adb04a787f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6e05a9cb2aacc5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a71eaaa784aba6f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a71eaaa784aba6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1f02a72faacac9 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad649a4e1faa01e > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad649a4e1faa01e  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2131a4568ad5fb .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8427a3663ab91d > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8427a3663ab91d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a54aea8b6da48ed .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#af514ac23ca7297  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4549a962ca7add > .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;flex-grow: 0;}#aefe9a9dcba95e8 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aefe9a9dcba95e8  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a78b8a66c3a62cd .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a6860a4373a658a > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a6860a4373a658a  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a60d7a306dad87e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aa506af856a9ff7 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aa506af856a9ff7  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1a9bafb12a3379 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a1ea5a55aba2aaa > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a1ea5a55aba2aaa  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a92fda3d31aebae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a96dba8355ac472 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a96dba8355ac472  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3fa0aa753aa303 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a05c0a0e46a2f58  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ace13a3d21a10ea > .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;flex-grow: 0;}#a0604a42d4a4597 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0604a42d4a4597  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ac9a8ad93ea1211 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae9cbafda3a2f1b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae9cbafda3a2f1b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aac8da5f56ab439 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4442ab252a29a9 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4442ab252a29a9  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae418a8e29ac7a8 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aacb4aacb5aec67 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aacb4aacb5aec67  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#adafea3e44a3273 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7b50a7223adfe6 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7b50a7223adfe6  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1ff7aaad5a00c5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4ed7a699ea9c4b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4ed7a699ea9c4b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3cc7a1265a50b6 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8ba8a9e62a0d8c > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8ba8a9e62a0d8c  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2e38acba1a6797 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab151a234ead77c {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#ab151a234ead77c .layout-left li,
#ab151a234ead77c .layout-center li,
#ab151a234ead77c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab151a234ead77c .layout-left li a,
#ab151a234ead77c .layout-center li a,
#ab151a234ead77c .layout-right li a {
  height: 100%;
}
#ab151a234ead77c > .tab-tabs .layout-left {
  text-align: left;
}
#ab151a234ead77c > .tab-tabs .layout-center {
  text-align: center;
}
#ab151a234ead77c > .tab-tabs .layout-right {
  text-align: right;
}
#ab151a234ead77c .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#ab151a234ead77c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c .tab-contents,
#ab151a234ead77c .tab-contents-wrap {
  pointer-events: none;
}
#ab151a234ead77c .tab-content,
#ab151a234ead77c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab151a234ead77c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab151a234ead77c .tab-wrap .tab-contents {
  height: 100%;
}
#ab151a234ead77c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab151a234ead77c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab151a234ead77c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a445cadc90a6f90  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a54aba797fa6994  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a0c23a8da1a5492  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aa603ad8dfa8ae5 .a72bea96eba74bb {
  overflow: hidden;
}
#aa603ad8dfa8ae5 .a72bea96eba74bb , #aa603ad8dfa8ae5 .a72bea96eba74bb > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aa603ad8dfa8ae5 .a72bea96eba74bb:hover , #aa603ad8dfa8ae5 .a72bea96eba74bb *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aa603ad8dfa8ae5 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa603ad8dfa8ae5 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa603ad8dfa8ae5 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aa603ad8dfa8ae5 .uk-position-center-left-out {
    left: -30px;
  }
  #aa603ad8dfa8ae5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6f8da0e6ea7804  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7baeab343a1ed2 .a31f5a9637ae63a {
  overflow: hidden;
}
#a7baeab343a1ed2 .a31f5a9637ae63a , #a7baeab343a1ed2 .a31f5a9637ae63a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7baeab343a1ed2 .a31f5a9637ae63a:hover , #a7baeab343a1ed2 .a31f5a9637ae63a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7baeab343a1ed2 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a7baeab343a1ed2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7baeab343a1ed2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7baeab343a1ed2 .uk-position-center-left-out {
    left: -30px;
  }
  #a7baeab343a1ed2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7eeea24a2a489a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a9e11a3922a0a84 .a0c79ae6caaf8e2 {
  overflow: hidden;
}
#a9e11a3922a0a84 .a0c79ae6caaf8e2 , #a9e11a3922a0a84 .a0c79ae6caaf8e2 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a9e11a3922a0a84 .a0c79ae6caaf8e2:hover , #a9e11a3922a0a84 .a0c79ae6caaf8e2 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a9e11a3922a0a84 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a9e11a3922a0a84 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9e11a3922a0a84 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a9e11a3922a0a84 .uk-position-center-left-out {
    left: -30px;
  }
  #a9e11a3922a0a84 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa82faaea2a1c77  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a94ffa5483a8d60 .a8a48ae1cfa9a13 {
  overflow: hidden;
}
#a94ffa5483a8d60 .a8a48ae1cfa9a13 , #a94ffa5483a8d60 .a8a48ae1cfa9a13 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a94ffa5483a8d60 .a8a48ae1cfa9a13:hover , #a94ffa5483a8d60 .a8a48ae1cfa9a13 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a94ffa5483a8d60 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a94ffa5483a8d60 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a94ffa5483a8d60 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a94ffa5483a8d60 .uk-position-center-left-out {
    left: -30px;
  }
  #a94ffa5483a8d60 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3b61acc08a6bcf {
  overflow: hidden;
  pointer-events: none;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a3b61acc08a6bcf .layout-left li,
#a3b61acc08a6bcf .layout-center li,
#a3b61acc08a6bcf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3b61acc08a6bcf .layout-left li a,
#a3b61acc08a6bcf .layout-center li a,
#a3b61acc08a6bcf .layout-right li a {
  height: 100%;
}
#a3b61acc08a6bcf > .tab-tabs .layout-left {
  text-align: left;
}
#a3b61acc08a6bcf > .tab-tabs .layout-center {
  text-align: center;
}
#a3b61acc08a6bcf > .tab-tabs .layout-right {
  text-align: right;
}
#a3b61acc08a6bcf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a3b61acc08a6bcf .tab-content-wrap {
  background-color: #ffffff;
}
#a3b61acc08a6bcf .tab-contents,
#a3b61acc08a6bcf .tab-contents-wrap {
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-content,
#a3b61acc08a6bcf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3b61acc08a6bcf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-wrap .tab-contents {
  height: 100%;
}
#a3b61acc08a6bcf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2b29afa75af3d2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a7bdda440da10de  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af0fda089faa74e .a179ba61fca0888 {
  overflow: hidden;
}
#af0fda089faa74e .a179ba61fca0888 , #af0fda089faa74e .a179ba61fca0888 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af0fda089faa74e .a179ba61fca0888:hover , #af0fda089faa74e .a179ba61fca0888 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af0fda089faa74e .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af0fda089faa74e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af0fda089faa74e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af0fda089faa74e .uk-position-center-left-out {
    left: -30px;
  }
  #af0fda089faa74e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac029ab8d2ac795  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3fa1aa72eae5d8 .a8a0fa2a83ace44 {
  overflow: hidden;
}
#a3fa1aa72eae5d8 .a8a0fa2a83ace44 , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3fa1aa72eae5d8 .a8a0fa2a83ace44:hover , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3fa1aa72eae5d8 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a3fa1aa72eae5d8 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3fa1aa72eae5d8 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3fa1aa72eae5d8 .uk-position-center-left-out {
    left: -30px;
  }
  #a3fa1aa72eae5d8 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acd71a09bca3734  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2599afd13a8dda .a67b0a5657abdca {
  overflow: hidden;
}
#a2599afd13a8dda .a67b0a5657abdca , #a2599afd13a8dda .a67b0a5657abdca > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2599afd13a8dda .a67b0a5657abdca:hover , #a2599afd13a8dda .a67b0a5657abdca *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2599afd13a8dda .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2599afd13a8dda .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2599afd13a8dda .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2599afd13a8dda .uk-position-center-left-out {
    left: -30px;
  }
  #a2599afd13a8dda .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3bd9a9ed3a0012  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5fc2ae1b1ac227 .ada91af9b0a0502 {
  overflow: hidden;
}
#a5fc2ae1b1ac227 .ada91af9b0a0502 , #a5fc2ae1b1ac227 .ada91af9b0a0502 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5fc2ae1b1ac227 .ada91af9b0a0502:hover , #a5fc2ae1b1ac227 .ada91af9b0a0502 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5fc2ae1b1ac227 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a5fc2ae1b1ac227 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5fc2ae1b1ac227 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5fc2ae1b1ac227 .uk-position-center-left-out {
    left: -30px;
  }
  #a5fc2ae1b1ac227 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6bcdafc0fa513f  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab2a3a53e3a711b .aec71a08e0ab367 {
  overflow: hidden;
}
#ab2a3a53e3a711b .aec71a08e0ab367 , #ab2a3a53e3a711b .aec71a08e0ab367 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab2a3a53e3a711b .aec71a08e0ab367:hover , #ab2a3a53e3a711b .aec71a08e0ab367 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab2a3a53e3a711b .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ab2a3a53e3a711b .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab2a3a53e3a711b .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab2a3a53e3a711b .uk-position-center-left-out {
    left: -30px;
  }
  #ab2a3a53e3a711b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a309aa2ec8a7ce3 {
  overflow: hidden;
  pointer-events: none;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a309aa2ec8a7ce3 .layout-left li,
#a309aa2ec8a7ce3 .layout-center li,
#a309aa2ec8a7ce3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a309aa2ec8a7ce3 .layout-left li a,
#a309aa2ec8a7ce3 .layout-center li a,
#a309aa2ec8a7ce3 .layout-right li a {
  height: 100%;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-left {
  text-align: left;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-center {
  text-align: center;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-right {
  text-align: right;
}
#a309aa2ec8a7ce3 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a309aa2ec8a7ce3 .tab-content-wrap {
  background-color: #ffffff;
}
#a309aa2ec8a7ce3 .tab-contents,
#a309aa2ec8a7ce3 .tab-contents-wrap {
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-content,
#a309aa2ec8a7ce3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-wrap .tab-contents {
  height: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6180acc49a3e93  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a6dafa4ecea60a0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aff3cac13cafbfb .a06ebafd21a2d85 {
  overflow: hidden;
}
#aff3cac13cafbfb .a06ebafd21a2d85 , #aff3cac13cafbfb .a06ebafd21a2d85 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aff3cac13cafbfb .a06ebafd21a2d85:hover , #aff3cac13cafbfb .a06ebafd21a2d85 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aff3cac13cafbfb .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aff3cac13cafbfb .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aff3cac13cafbfb .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aff3cac13cafbfb .uk-position-center-left-out {
    left: -30px;
  }
  #aff3cac13cafbfb .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#afcbbaca6ea610b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a53e2aef3aaf277 .aa00dac1eeacc9a {
  overflow: hidden;
}
#a53e2aef3aaf277 .aa00dac1eeacc9a , #a53e2aef3aaf277 .aa00dac1eeacc9a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a53e2aef3aaf277 .aa00dac1eeacc9a:hover , #a53e2aef3aaf277 .aa00dac1eeacc9a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a53e2aef3aaf277 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a53e2aef3aaf277 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a53e2aef3aaf277 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a53e2aef3aaf277 .uk-position-center-left-out {
    left: -30px;
  }
  #a53e2aef3aaf277 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4dd9a08d0a4fbc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adea6aad87ac37c .a709ba3eb4afea8 {
  overflow: hidden;
}
#adea6aad87ac37c .a709ba3eb4afea8 , #adea6aad87ac37c .a709ba3eb4afea8 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adea6aad87ac37c .a709ba3eb4afea8:hover , #adea6aad87ac37c .a709ba3eb4afea8 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adea6aad87ac37c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#adea6aad87ac37c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adea6aad87ac37c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adea6aad87ac37c .uk-position-center-left-out {
    left: -30px;
  }
  #adea6aad87ac37c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5f67a73efa84f8  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4f05aa0b1a588c .ab4cfa7547abdc6 {
  overflow: hidden;
}
#a4f05aa0b1a588c .ab4cfa7547abdc6 , #a4f05aa0b1a588c .ab4cfa7547abdc6 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4f05aa0b1a588c .ab4cfa7547abdc6:hover , #a4f05aa0b1a588c .ab4cfa7547abdc6 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4f05aa0b1a588c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4f05aa0b1a588c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4f05aa0b1a588c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4f05aa0b1a588c .uk-position-center-left-out {
    left: -30px;
  }
  #a4f05aa0b1a588c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8b3caf245a9550 {
  overflow: hidden;
  pointer-events: none;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a8b3caf245a9550 .layout-left li,
#a8b3caf245a9550 .layout-center li,
#a8b3caf245a9550 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8b3caf245a9550 .layout-left li a,
#a8b3caf245a9550 .layout-center li a,
#a8b3caf245a9550 .layout-right li a {
  height: 100%;
}
#a8b3caf245a9550 > .tab-tabs .layout-left {
  text-align: left;
}
#a8b3caf245a9550 > .tab-tabs .layout-center {
  text-align: center;
}
#a8b3caf245a9550 > .tab-tabs .layout-right {
  text-align: right;
}
#a8b3caf245a9550 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a8b3caf245a9550 .tab-content-wrap {
  background-color: #ffffff;
}
#a8b3caf245a9550 .tab-contents,
#a8b3caf245a9550 .tab-contents-wrap {
  pointer-events: none;
}
#a8b3caf245a9550 .tab-content,
#a8b3caf245a9550 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8b3caf245a9550 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8b3caf245a9550 .tab-wrap .tab-contents {
  height: 100%;
}
#a8b3caf245a9550 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1c11abae0a6498  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#aa27fa0954aa408  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a61a0af29da2f9c .aeab3a5320a803f {
  overflow: hidden;
}
#a61a0af29da2f9c .aeab3a5320a803f , #a61a0af29da2f9c .aeab3a5320a803f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a61a0af29da2f9c .aeab3a5320a803f:hover , #a61a0af29da2f9c .aeab3a5320a803f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a61a0af29da2f9c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a61a0af29da2f9c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a61a0af29da2f9c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a61a0af29da2f9c .uk-position-center-left-out {
    left: -30px;
  }
  #a61a0af29da2f9c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8c29a827fa339d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a1f73acf75a8e75 .a5c24a00fda0569 {
  overflow: hidden;
}
#a1f73acf75a8e75 .a5c24a00fda0569 , #a1f73acf75a8e75 .a5c24a00fda0569 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a1f73acf75a8e75 .a5c24a00fda0569:hover , #a1f73acf75a8e75 .a5c24a00fda0569 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a1f73acf75a8e75 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1f73acf75a8e75 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a1f73acf75a8e75 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a1f73acf75a8e75 .uk-position-center-left-out {
    left: -30px;
  }
  #a1f73acf75a8e75 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a988ba0fa4a2973  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4092a576fa0692 .a229fac40ea9024 {
  overflow: hidden;
}
#a4092a576fa0692 .a229fac40ea9024 , #a4092a576fa0692 .a229fac40ea9024 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4092a576fa0692 .a229fac40ea9024:hover , #a4092a576fa0692 .a229fac40ea9024 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4092a576fa0692 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4092a576fa0692 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4092a576fa0692 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4092a576fa0692 .uk-position-center-left-out {
    left: -30px;
  }
  #a4092a576fa0692 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac7c7a155ba5f06  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a0daaa7cb3a7125 .a8c63ab1d9a065f {
  overflow: hidden;
}
#a0daaa7cb3a7125 .a8c63ab1d9a065f , #a0daaa7cb3a7125 .a8c63ab1d9a065f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a0daaa7cb3a7125 .a8c63ab1d9a065f:hover , #a0daaa7cb3a7125 .a8c63ab1d9a065f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a0daaa7cb3a7125 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a0daaa7cb3a7125 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a0daaa7cb3a7125 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a0daaa7cb3a7125 .uk-position-center-left-out {
    left: -30px;
  }
  #a0daaa7cb3a7125 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a2884a9c7aa42cb {
  overflow: hidden;
  pointer-events: none;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a2884a9c7aa42cb .layout-left li,
#a2884a9c7aa42cb .layout-center li,
#a2884a9c7aa42cb .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a2884a9c7aa42cb .layout-left li a,
#a2884a9c7aa42cb .layout-center li a,
#a2884a9c7aa42cb .layout-right li a {
  height: 100%;
}
#a2884a9c7aa42cb > .tab-tabs .layout-left {
  text-align: left;
}
#a2884a9c7aa42cb > .tab-tabs .layout-center {
  text-align: center;
}
#a2884a9c7aa42cb > .tab-tabs .layout-right {
  text-align: right;
}
#a2884a9c7aa42cb .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a2884a9c7aa42cb .tab-content-wrap {
  background-color: #ffffff;
}
#a2884a9c7aa42cb .tab-contents,
#a2884a9c7aa42cb .tab-contents-wrap {
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-content,
#a2884a9c7aa42cb .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a2884a9c7aa42cb .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-wrap .tab-contents {
  height: 100%;
}
#a2884a9c7aa42cb .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9337a9870a4aa8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .tab-nav li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .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: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#a9337a9870a4aa8 .layout-left li,
#a9337a9870a4aa8 .layout-center li,
#a9337a9870a4aa8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9337a9870a4aa8 .layout-left li a,
#a9337a9870a4aa8 .layout-center li a,
#a9337a9870a4aa8 .layout-right li a {
  height: 100%;
}
#a9337a9870a4aa8 > .tab-tabs .layout-left {
  text-align: left;
}
#a9337a9870a4aa8 > .tab-tabs .layout-center {
  text-align: center;
}
#a9337a9870a4aa8 > .tab-tabs .layout-right {
  text-align: right;
}
#a9337a9870a4aa8 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a9337a9870a4aa8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 .tab-contents,
#a9337a9870a4aa8 .tab-contents-wrap {
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-content,
#a9337a9870a4aa8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9337a9870a4aa8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-wrap .tab-contents {
  height: 100%;
}
#a9337a9870a4aa8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a02f5a3ff9a4083  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0dafa41eda42c1 > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a0936a27c6a7e20 > .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;}#a0936a27c6a7e20  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0936a27c6a7e20:hover * {color: #000000  !important}
                            #a0936a27c6a7e20:hover .line{border-color: #000000  !important}#a0099a01a7a0786 > .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;}#a0099a01a7a0786  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0099a01a7a0786:hover * {color: #000000  !important}
                            #a0099a01a7a0786:hover .line{border-color: #000000  !important}#ada22ad7caad10a  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a2384a88bcaa91f > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#aff0fa80aca0f48 > .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;}#aff0fa80aca0f48  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aff0fa80aca0f48:hover * {color: #000000  !important}
                            #aff0fa80aca0f48:hover .line{border-color: #000000  !important}#a7c98ad8d3a2f15 > .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;}#a7c98ad8d3a2f15  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7c98ad8d3a2f15:hover * {color: #000000  !important}
                            #a7c98ad8d3a2f15:hover .line{border-color: #000000  !important}#aef76a9e03a209f  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a96e2a6c2aae62d > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#ae1efad977acc8b > .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;}#ae1efad977acc8b  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#ae1efad977acc8b:hover * {color: #000000  !important}
                            #ae1efad977acc8b:hover .line{border-color: #000000  !important}#a969ba27fba3e87 > .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;}#a969ba27fba3e87  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a969ba27fba3e87:hover * {color: #000000  !important}
                            #a969ba27fba3e87:hover .line{border-color: #000000  !important}#a72b8a64dba1bcc > .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;}#a72b8a64dba1bcc  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a72b8a64dba1bcc:hover * {color: #000000  !important}
                            #a72b8a64dba1bcc:hover .line{border-color: #000000  !important}#a5509a25c7aa431 > .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;}#a5509a25c7aa431  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a5509a25c7aa431:hover * {color: #000000  !important}
                            #a5509a25c7aa431:hover .line{border-color: #000000  !important}#ac860aabe5ab7a3 {
  overflow: hidden;
  pointer-events: none;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 .layout-left li,
#ac860aabe5ab7a3 .layout-center li,
#ac860aabe5ab7a3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac860aabe5ab7a3 .layout-left li a,
#ac860aabe5ab7a3 .layout-center li a,
#ac860aabe5ab7a3 .layout-right li a {
  height: 100%;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-left {
  text-align: left;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-center {
  text-align: center;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-right {
  text-align: right;
}
#ac860aabe5ab7a3 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#ac860aabe5ab7a3 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ac860aabe5ab7a3 .tab-contents,
#ac860aabe5ab7a3 .tab-contents-wrap {
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-content,
#ac860aabe5ab7a3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac860aabe5ab7a3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-wrap .tab-contents {
  height: 100%;
}
#ac860aabe5ab7a3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a803baa081aca73 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a803baa081aca73 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a803baa081aca73 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a803baa081aca73 .menu-list > li > a {
  padding: 0 10px;
}
#a803baa081aca73 .menu-list > li:hover:before {
  height: 100%;
}
#a803baa081aca73 .menu-list > li:hover:after {
  color: auto;
}
#a803baa081aca73 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a803baa081aca73 .menu-list > li:first-child:after {
  content: "";
}
#a803baa081aca73 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a803baa081aca73 .menu-list > li ul li {
  position: relative;
}
#a803baa081aca73 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a803baa081aca73 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a803baa081aca73 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 li ul,
#a803baa081aca73 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a803baa081aca73 li:hover > ul {
  left: auto;
}
#a803baa081aca73 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a2e58a1440a9c5b  {flex: 1;}#a3353af2cca4a77  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 30px;margin-bottom: 70px;}#a8e33a6f67aa84f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4eaca59bba7384 .ele-wrap {border-color: rgba(1, 117, 95, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 16px;background-color: #1364d8;border-radius: 3px;justify-content: center;}#a4eaca59bba7384 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;border-color: rgba(17, 138, 158, 1);background-color: rgba(9, 107, 123, 1);}#ad751afa3eadb37  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-top: 30px;margin-bottom: 70px;}#a19bbad123a59b2 {
  border-radius: 5px;
  overflow: hidden;
}
#a19bbad123a59b2 .ele-slideshow .uk-dotnav li a {
  background: #ffffff;
}
#a19bbad123a59b2 .ele-slideshow .uk-dotnav > .uk-active a {
  background: #01755f;
}
#a19bbad123a59b2 .ele-slideshow .uk-slidenav {
  background-color: rgba(65, 117, 5, 0);
}
#a19bbad123a59b2 .ele-slideshow .uk-slidenav {
  color: #f5a623;
}
#a19bbad123a59b2 .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(255, 255, 255, 0);
}
#af9cfae19face12 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a5be5a968fa3112 > .ele-wrap {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;}#af508aa961a322f > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#a922ca2cf2a3a4e > .ele-wrap {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;}#aca6da3b6fa491b > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#a8540a23f3ad671 > .ele-wrap {border-left-width: -1px;border-bottom-width: -1px;border-right-width: -1px;border-top-width: -1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8ad9a238ba12e4 > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-left-color: rgba(235, 235, 235, 1);}#af367ac100ad23f  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#aba2aa2916a7ccf  {flex-grow: 1;}#a8a39af1cca4202  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#af4dca92edaf3ef  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 50px;padding-bottom: 0px;}#a090ba2763a7c8c  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 20px;padding-top: 15px;}#a8dabab06cab3eb  {flex-grow: 1;}#a85b5a2681a575a  {flex: 1;}#a3d00ac074ad1ee  {flex-grow: 1;}#ac16ca9f08acb90  {flex: 1;}#aaa6faa1d2ab32c  {flex-grow: 1;}#ae5fead26aad10a  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a4955aa5d1a28a9  {flex-grow: 1;}#af303adc10aca32  {flex: 1;}#a2442a7dd2a035c  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 20px;}#a2879af29aa01ae , #a2879af29aa01ae a{flex-grow: 0;}#a752da4380a425f  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 20px;}#ac546a7ebeac65a , #ac546a7ebeac65a a{flex-grow: 0;}#af860aebdda1b74  {flex-grow: 1;}#a4304aa845a9e1a  {flex: 1;}#af240a6672aac99  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 65px;}#aff5ca8c45aec85  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 65px;}#a639aa1d47ac208  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 50px;}#aed09aea25a8391 .img-wrap {
  flex-grow: 0;
}
#acf78a75abad60c > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/ad1cfa3e21a0b3d/1757559124358.jpeg);background-size: cover;background-position: top center;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab993a4718a3623 .ele-wrap {color: #01755f;border-width: 0px;border-style: solid;font-size: 12px;background-color: transparent;border-radius: 3px;justify-content: flex-start;font-family: Verdana;padding-left: 1px;padding-right: 1px;}#ab993a4718a3623 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #000000;background-color: rgba(255, 255, 255, 0);}#aa954af69fa8805 {
  overflow: hidden;
  pointer-events: none;
}
#aa954af69fa8805 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa954af69fa8805 > .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;
}
#aa954af69fa8805 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa954af69fa8805 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa954af69fa8805 > .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;
}
#aa954af69fa8805 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa954af69fa8805 > .tab-wrap > div > .tab-nav,
#aa954af69fa8805 > .tab-nav,
#aa954af69fa8805 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa954af69fa8805 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#aa954af69fa8805 > .tab-wrap > div > .tab-nav-horizontal,
#aa954af69fa8805 > .tab-nav-horizontal,
#aa954af69fa8805 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa954af69fa8805 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa954af69fa8805 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa954af69fa8805 > .tab-nav-horizontal::-webkit-scrollbar,
#aa954af69fa8805 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa954af69fa8805 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa954af69fa8805 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa954af69fa8805 > .tab-nav-horizontal.tagScroll,
#aa954af69fa8805 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa954af69fa8805 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 20px;
  overflow-x: auto;
}
#aa954af69fa8805 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa954af69fa8805 > .tab-nav-horizontal.tagScroll li a,
#aa954af69fa8805 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa954af69fa8805 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa954af69fa8805 > .tab-wrap > div > .tab-nav a,
#aa954af69fa8805 > .tab-nav a,
#aa954af69fa8805 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa954af69fa8805 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#aa954af69fa8805 > .tab-wrap > div > .tab-nav li a,
#aa954af69fa8805 > .tab-nav li a,
#aa954af69fa8805 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa954af69fa8805 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #1364d8;
  background-color: rgba(35, 143, 202, 0);
  margin-top: 0;
  margin-right: 10px;
  margin-left: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #1364d8;
}
#aa954af69fa8805 > .tab-wrap > div > .tab-nav li a svg,
#aa954af69fa8805 > .tab-nav li a svg,
#aa954af69fa8805 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa954af69fa8805 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa954af69fa8805 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa954af69fa8805 > .tab-nav li a .ap_icon,
#aa954af69fa8805 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa954af69fa8805 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa954af69fa8805 > .tab-wrap > div > .tab-nav li a:hover,
#aa954af69fa8805 > .tab-nav li a:hover,
#aa954af69fa8805 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa954af69fa8805 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
  border-bottom-style: solid;
}
#aa954af69fa8805 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa954af69fa8805 > .tab-nav li.uk-active a,
#aa954af69fa8805 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa954af69fa8805 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
  border-bottom-width: 1px;
}
#aa954af69fa8805 .layout-left li,
#aa954af69fa8805 .layout-center li,
#aa954af69fa8805 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa954af69fa8805 .layout-left li a,
#aa954af69fa8805 .layout-center li a,
#aa954af69fa8805 .layout-right li a {
  height: 100%;
}
#aa954af69fa8805 > .tab-tabs .layout-left {
  text-align: left;
}
#aa954af69fa8805 > .tab-tabs .layout-center {
  text-align: center;
}
#aa954af69fa8805 > .tab-tabs .layout-right {
  text-align: right;
}
#aa954af69fa8805 .tab-contents {
  height: 100%;
  height: calc(100% - 20px);
}
#aa954af69fa8805 .tab-content-wrap {
  background-color: #ffffff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
}
#aa954af69fa8805 .tab-contents,
#aa954af69fa8805 .tab-contents-wrap {
  pointer-events: none;
}
#aa954af69fa8805 .tab-content,
#aa954af69fa8805 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa954af69fa8805 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa954af69fa8805 .tab-wrap .tab-contents {
  height: 100%;
}
#aa954af69fa8805 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa954af69fa8805 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa954af69fa8805 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#af8c7adee3a186b  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a4633aa6b0a07ec  {flex-grow: 1;}#a7a20a627caabd2  {flex: 1;}#acda2a0b9da3b6c  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 20px;}#a7e46a7106aca4b  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;}#a8a0ead1cda7d9f  {flex-grow: 1;}#aa257a4f48ab7ab  {flex: 1;}#aa2e1a9c59ad13b  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;}#a7573afcfea43ab .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 15px;background-color: #1364d8;border-radius: 3px;justify-content: center;font-family: Verdana;}#a7573afcfea43ab .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(1, 117, 95, 0.8);}#aa160ae34faa2cb  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;}#af706a6807afde2 .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 15px;background-color: #1364d8;border-radius: 3px;justify-content: center;font-family: Verdana;}#af706a6807afde2 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(1, 117, 95, 0.8);}#a2c12a8274a0aed  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 40px;}#aeb77aaf55a27ef  {flex: 1;}#ab6c1a9e4aab0fa .a81c9a9d9fac4eb {
  overflow: hidden;
}
#ab6c1a9e4aab0fa .a81c9a9d9fac4eb , #ab6c1a9e4aab0fa .a81c9a9d9fac4eb > * {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#ab6c1a9e4aab0fa .a81c9a9d9fac4eb:hover , #ab6c1a9e4aab0fa .a81c9a9d9fac4eb *:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab6c1a9e4aab0fa .aad0baf528a421f {
  overflow: hidden;
}
#ab6c1a9e4aab0fa .aad0baf528a421f , #ab6c1a9e4aab0fa .aad0baf528a421f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: Verdana;color: rgba(225, 225, 225, 1);}#ab6c1a9e4aab0fa .a1665a098fa48c8 {
  overflow: hidden;
}
#ab6c1a9e4aab0fa .a1665a098fa48c8 , #ab6c1a9e4aab0fa .a1665a098fa48c8 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 13px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#ab6c1a9e4aab0fa .uk-grid {
  margin-left: -10px;
}
#ab6c1a9e4aab0fa .uk-grid > * {
  padding-left: 10px;
}
#ab6c1a9e4aab0fa .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#ab6c1a9e4aab0fa .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#ab6c1a9e4aab0fa .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #ab6c1a9e4aab0fa .uk-position-center-left-out {
    left: -30px;
  }
  #ab6c1a9e4aab0fa .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa025a7e1dabdc2  {flex: 1;}#af034ac4edac333 .ae03bab3cba429e {
  overflow: hidden;
}
#af034ac4edac333 .ae03bab3cba429e , #af034ac4edac333 .ae03bab3cba429e > * {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#af034ac4edac333 .ae03bab3cba429e:hover , #af034ac4edac333 .ae03bab3cba429e *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#af034ac4edac333 .uk-grid {
  margin-left: -10px;
}
#af034ac4edac333 .uk-grid > * {
  padding-left: 10px;
}
#af034ac4edac333 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#af034ac4edac333 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#af034ac4edac333 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #af034ac4edac333 .uk-position-center-left-out {
    left: -30px;
  }
  #af034ac4edac333 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af4ceaa2f0a4ad1 {
  overflow: hidden;
  pointer-events: none;
}
#af4ceaa2f0a4ad1 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#af4ceaa2f0a4ad1 > .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;
}
#af4ceaa2f0a4ad1 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#af4ceaa2f0a4ad1 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#af4ceaa2f0a4ad1 > .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;
}
#af4ceaa2f0a4ad1 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#af4ceaa2f0a4ad1 > .tab-wrap > div > .tab-nav,
#af4ceaa2f0a4ad1 > .tab-nav,
#af4ceaa2f0a4ad1 > .tab-tabs > .tab-wrap > div > .tab-nav,
#af4ceaa2f0a4ad1 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af4ceaa2f0a4ad1 > .tab-wrap > div > .tab-nav-horizontal,
#af4ceaa2f0a4ad1 > .tab-nav-horizontal,
#af4ceaa2f0a4ad1 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#af4ceaa2f0a4ad1 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#af4ceaa2f0a4ad1 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#af4ceaa2f0a4ad1 > .tab-nav-horizontal::-webkit-scrollbar,
#af4ceaa2f0a4ad1 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#af4ceaa2f0a4ad1 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#af4ceaa2f0a4ad1 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#af4ceaa2f0a4ad1 > .tab-nav-horizontal.tagScroll,
#af4ceaa2f0a4ad1 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#af4ceaa2f0a4ad1 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#af4ceaa2f0a4ad1 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#af4ceaa2f0a4ad1 > .tab-nav-horizontal.tagScroll li a,
#af4ceaa2f0a4ad1 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#af4ceaa2f0a4ad1 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#af4ceaa2f0a4ad1 > .tab-wrap > div > .tab-nav a,
#af4ceaa2f0a4ad1 > .tab-nav a,
#af4ceaa2f0a4ad1 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#af4ceaa2f0a4ad1 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#af4ceaa2f0a4ad1 > .tab-wrap > div > .tab-nav li a,
#af4ceaa2f0a4ad1 > .tab-nav li a,
#af4ceaa2f0a4ad1 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#af4ceaa2f0a4ad1 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 10px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(255, 255, 255, 0);
  border-right-style: none;
}
#af4ceaa2f0a4ad1 > .tab-wrap > div > .tab-nav li a svg,
#af4ceaa2f0a4ad1 > .tab-nav li a svg,
#af4ceaa2f0a4ad1 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#af4ceaa2f0a4ad1 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#af4ceaa2f0a4ad1 > .tab-wrap > div > .tab-nav li a .ap_icon,
#af4ceaa2f0a4ad1 > .tab-nav li a .ap_icon,
#af4ceaa2f0a4ad1 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#af4ceaa2f0a4ad1 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#af4ceaa2f0a4ad1 > .tab-wrap > div > .tab-nav li a:hover,
#af4ceaa2f0a4ad1 > .tab-nav li a:hover,
#af4ceaa2f0a4ad1 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#af4ceaa2f0a4ad1 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af4ceaa2f0a4ad1 > .tab-wrap > div > .tab-nav li.uk-active a,
#af4ceaa2f0a4ad1 > .tab-nav li.uk-active a,
#af4ceaa2f0a4ad1 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#af4ceaa2f0a4ad1 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af4ceaa2f0a4ad1 .layout-left li,
#af4ceaa2f0a4ad1 .layout-center li,
#af4ceaa2f0a4ad1 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#af4ceaa2f0a4ad1 .layout-left li a,
#af4ceaa2f0a4ad1 .layout-center li a,
#af4ceaa2f0a4ad1 .layout-right li a {
  height: 100%;
}
#af4ceaa2f0a4ad1 > .tab-tabs .layout-left {
  text-align: left;
}
#af4ceaa2f0a4ad1 > .tab-tabs .layout-center {
  text-align: center;
}
#af4ceaa2f0a4ad1 > .tab-tabs .layout-right {
  text-align: right;
}
#af4ceaa2f0a4ad1 .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#af4ceaa2f0a4ad1 .tab-content-wrap {
  background-color: transparent;
}
#af4ceaa2f0a4ad1 .tab-contents,
#af4ceaa2f0a4ad1 .tab-contents-wrap {
  pointer-events: none;
}
#af4ceaa2f0a4ad1 .tab-content,
#af4ceaa2f0a4ad1 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#af4ceaa2f0a4ad1 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#af4ceaa2f0a4ad1 .tab-wrap .tab-contents {
  height: 100%;
}
#af4ceaa2f0a4ad1 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#af4ceaa2f0a4ad1 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#af4ceaa2f0a4ad1 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0feea95a2a72ad  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#af056a2390a76c7  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a36a4a72ebaa0ec , #a36a4a72ebaa0ec a{flex-grow: 0;color: rgba(49, 118, 219, 1);}#a36a4a72ebaa0ec:hover, #a36a4a72ebaa0ec a:hover {color: rgba(19, 100, 216, 1);}#a767fa3f3aaf748  {flex-grow: 1;}#a4fb9aba3ca9c8c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a4fb9aba3ca9c8c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a4fb9aba3ca9c8c .ap-icon {
  margin-right: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon img,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li:hover > a,
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a4fb9aba3ca9c8c .menu-list ul,
#a4fb9aba3ca9c8c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a4fb9aba3ca9c8c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a4fb9aba3ca9c8c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4fb9aba3ca9c8c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4fb9aba3ca9c8c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a49b0afccaac34c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a49b0afccaac34c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a49b0afccaac34c .ap-icon {
  margin-right: 6px;
}
#a49b0afccaac34c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a,
#a49b0afccaac34c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon img,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a49b0afccaac34c .menu-list > li:hover > a,
#a49b0afccaac34c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a49b0afccaac34c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a49b0afccaac34c .menu-list ul,
#a49b0afccaac34c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a49b0afccaac34c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a49b0afccaac34c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a49b0afccaac34c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a49b0afccaac34c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a468aa0b1da717e > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afe37a828faabd7 , #afe37a828faabd7 a{color: rgba(6, 164, 100, 1);}#afe37a828faabd7:hover, #afe37a828faabd7 a:hover {color: rgba(4, 204, 101, 1);}#ac7eca0ba9a4ccf .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac7eca0ba9a4ccf .menu-list-expand .submenu-indicator {
  display: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a img,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9e02ae88da9704 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a img,
#a9e02ae88da9704 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa5cfa706da140f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa5cfa706da140f .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa5cfa706da140f .menu-list-expand .submenu-indicator {
  display: none;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li a img,
#aa5cfa706da140f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a0ab4aa956a4c43 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a10d4a9d32aff1e .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #1364d8;
  color: #1364d8;
  display: inline-block;
  cursor: pointer;
}
#a10d4a9d32aff1e .filter-nav li.uk-active {
  color: #fff;
  background-color: #1364d8;
}
#a10d4a9d32aff1e .text-style figure {
  background: transparent;
}
#a10d4a9d32aff1e .text-style:hover figure {
  background: #1364d8;
}
#a10d4a9d32aff1e .gallery-item img {
  opacity: 1 !important;
}
#a10d4a9d32aff1e .gallery-item:hover figure img {
  opacity: .6 !important;
}
#a5bb0a4e40af0ac  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#a4f0eae1c8ad5b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a5e1fa5af8a6d2f > .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;flex-grow: 0;}#aaa66adb04a787f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aaa66adb04a787f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6e05a9cb2aacc5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a71eaaa784aba6f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a71eaaa784aba6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1f02a72faacac9 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad649a4e1faa01e > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad649a4e1faa01e  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2131a4568ad5fb .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8427a3663ab91d > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8427a3663ab91d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a54aea8b6da48ed .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#af514ac23ca7297  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4549a962ca7add > .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;flex-grow: 0;}#aefe9a9dcba95e8 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aefe9a9dcba95e8  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a78b8a66c3a62cd .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a6860a4373a658a > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a6860a4373a658a  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a60d7a306dad87e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aa506af856a9ff7 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aa506af856a9ff7  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1a9bafb12a3379 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a1ea5a55aba2aaa > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a1ea5a55aba2aaa  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a92fda3d31aebae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a96dba8355ac472 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a96dba8355ac472  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3fa0aa753aa303 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a05c0a0e46a2f58  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ace13a3d21a10ea > .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;flex-grow: 0;}#a0604a42d4a4597 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0604a42d4a4597  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ac9a8ad93ea1211 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae9cbafda3a2f1b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae9cbafda3a2f1b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aac8da5f56ab439 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4442ab252a29a9 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4442ab252a29a9  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae418a8e29ac7a8 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aacb4aacb5aec67 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aacb4aacb5aec67  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#adafea3e44a3273 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7b50a7223adfe6 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7b50a7223adfe6  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1ff7aaad5a00c5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4ed7a699ea9c4b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4ed7a699ea9c4b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3cc7a1265a50b6 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8ba8a9e62a0d8c > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8ba8a9e62a0d8c  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2e38acba1a6797 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab151a234ead77c {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#ab151a234ead77c .layout-left li,
#ab151a234ead77c .layout-center li,
#ab151a234ead77c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab151a234ead77c .layout-left li a,
#ab151a234ead77c .layout-center li a,
#ab151a234ead77c .layout-right li a {
  height: 100%;
}
#ab151a234ead77c > .tab-tabs .layout-left {
  text-align: left;
}
#ab151a234ead77c > .tab-tabs .layout-center {
  text-align: center;
}
#ab151a234ead77c > .tab-tabs .layout-right {
  text-align: right;
}
#ab151a234ead77c .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#ab151a234ead77c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c .tab-contents,
#ab151a234ead77c .tab-contents-wrap {
  pointer-events: none;
}
#ab151a234ead77c .tab-content,
#ab151a234ead77c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab151a234ead77c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab151a234ead77c .tab-wrap .tab-contents {
  height: 100%;
}
#ab151a234ead77c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab151a234ead77c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab151a234ead77c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a445cadc90a6f90  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a54aba797fa6994  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a0c23a8da1a5492  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aa603ad8dfa8ae5 .a72bea96eba74bb {
  overflow: hidden;
}
#aa603ad8dfa8ae5 .a72bea96eba74bb , #aa603ad8dfa8ae5 .a72bea96eba74bb > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aa603ad8dfa8ae5 .a72bea96eba74bb:hover , #aa603ad8dfa8ae5 .a72bea96eba74bb *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aa603ad8dfa8ae5 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa603ad8dfa8ae5 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa603ad8dfa8ae5 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aa603ad8dfa8ae5 .uk-position-center-left-out {
    left: -30px;
  }
  #aa603ad8dfa8ae5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6f8da0e6ea7804  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7baeab343a1ed2 .a31f5a9637ae63a {
  overflow: hidden;
}
#a7baeab343a1ed2 .a31f5a9637ae63a , #a7baeab343a1ed2 .a31f5a9637ae63a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7baeab343a1ed2 .a31f5a9637ae63a:hover , #a7baeab343a1ed2 .a31f5a9637ae63a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7baeab343a1ed2 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a7baeab343a1ed2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7baeab343a1ed2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7baeab343a1ed2 .uk-position-center-left-out {
    left: -30px;
  }
  #a7baeab343a1ed2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7eeea24a2a489a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a9e11a3922a0a84 .a0c79ae6caaf8e2 {
  overflow: hidden;
}
#a9e11a3922a0a84 .a0c79ae6caaf8e2 , #a9e11a3922a0a84 .a0c79ae6caaf8e2 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a9e11a3922a0a84 .a0c79ae6caaf8e2:hover , #a9e11a3922a0a84 .a0c79ae6caaf8e2 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a9e11a3922a0a84 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a9e11a3922a0a84 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9e11a3922a0a84 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a9e11a3922a0a84 .uk-position-center-left-out {
    left: -30px;
  }
  #a9e11a3922a0a84 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa82faaea2a1c77  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a94ffa5483a8d60 .a8a48ae1cfa9a13 {
  overflow: hidden;
}
#a94ffa5483a8d60 .a8a48ae1cfa9a13 , #a94ffa5483a8d60 .a8a48ae1cfa9a13 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a94ffa5483a8d60 .a8a48ae1cfa9a13:hover , #a94ffa5483a8d60 .a8a48ae1cfa9a13 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a94ffa5483a8d60 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a94ffa5483a8d60 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a94ffa5483a8d60 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a94ffa5483a8d60 .uk-position-center-left-out {
    left: -30px;
  }
  #a94ffa5483a8d60 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3b61acc08a6bcf {
  overflow: hidden;
  pointer-events: none;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a3b61acc08a6bcf .layout-left li,
#a3b61acc08a6bcf .layout-center li,
#a3b61acc08a6bcf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3b61acc08a6bcf .layout-left li a,
#a3b61acc08a6bcf .layout-center li a,
#a3b61acc08a6bcf .layout-right li a {
  height: 100%;
}
#a3b61acc08a6bcf > .tab-tabs .layout-left {
  text-align: left;
}
#a3b61acc08a6bcf > .tab-tabs .layout-center {
  text-align: center;
}
#a3b61acc08a6bcf > .tab-tabs .layout-right {
  text-align: right;
}
#a3b61acc08a6bcf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a3b61acc08a6bcf .tab-content-wrap {
  background-color: #ffffff;
}
#a3b61acc08a6bcf .tab-contents,
#a3b61acc08a6bcf .tab-contents-wrap {
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-content,
#a3b61acc08a6bcf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3b61acc08a6bcf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-wrap .tab-contents {
  height: 100%;
}
#a3b61acc08a6bcf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2b29afa75af3d2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a7bdda440da10de  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af0fda089faa74e .a179ba61fca0888 {
  overflow: hidden;
}
#af0fda089faa74e .a179ba61fca0888 , #af0fda089faa74e .a179ba61fca0888 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af0fda089faa74e .a179ba61fca0888:hover , #af0fda089faa74e .a179ba61fca0888 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af0fda089faa74e .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af0fda089faa74e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af0fda089faa74e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af0fda089faa74e .uk-position-center-left-out {
    left: -30px;
  }
  #af0fda089faa74e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac029ab8d2ac795  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3fa1aa72eae5d8 .a8a0fa2a83ace44 {
  overflow: hidden;
}
#a3fa1aa72eae5d8 .a8a0fa2a83ace44 , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3fa1aa72eae5d8 .a8a0fa2a83ace44:hover , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3fa1aa72eae5d8 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a3fa1aa72eae5d8 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3fa1aa72eae5d8 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3fa1aa72eae5d8 .uk-position-center-left-out {
    left: -30px;
  }
  #a3fa1aa72eae5d8 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acd71a09bca3734  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2599afd13a8dda .a67b0a5657abdca {
  overflow: hidden;
}
#a2599afd13a8dda .a67b0a5657abdca , #a2599afd13a8dda .a67b0a5657abdca > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2599afd13a8dda .a67b0a5657abdca:hover , #a2599afd13a8dda .a67b0a5657abdca *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2599afd13a8dda .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2599afd13a8dda .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2599afd13a8dda .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2599afd13a8dda .uk-position-center-left-out {
    left: -30px;
  }
  #a2599afd13a8dda .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3bd9a9ed3a0012  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5fc2ae1b1ac227 .ada91af9b0a0502 {
  overflow: hidden;
}
#a5fc2ae1b1ac227 .ada91af9b0a0502 , #a5fc2ae1b1ac227 .ada91af9b0a0502 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5fc2ae1b1ac227 .ada91af9b0a0502:hover , #a5fc2ae1b1ac227 .ada91af9b0a0502 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5fc2ae1b1ac227 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a5fc2ae1b1ac227 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5fc2ae1b1ac227 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5fc2ae1b1ac227 .uk-position-center-left-out {
    left: -30px;
  }
  #a5fc2ae1b1ac227 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6bcdafc0fa513f  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab2a3a53e3a711b .aec71a08e0ab367 {
  overflow: hidden;
}
#ab2a3a53e3a711b .aec71a08e0ab367 , #ab2a3a53e3a711b .aec71a08e0ab367 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab2a3a53e3a711b .aec71a08e0ab367:hover , #ab2a3a53e3a711b .aec71a08e0ab367 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab2a3a53e3a711b .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ab2a3a53e3a711b .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab2a3a53e3a711b .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab2a3a53e3a711b .uk-position-center-left-out {
    left: -30px;
  }
  #ab2a3a53e3a711b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a309aa2ec8a7ce3 {
  overflow: hidden;
  pointer-events: none;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a309aa2ec8a7ce3 .layout-left li,
#a309aa2ec8a7ce3 .layout-center li,
#a309aa2ec8a7ce3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a309aa2ec8a7ce3 .layout-left li a,
#a309aa2ec8a7ce3 .layout-center li a,
#a309aa2ec8a7ce3 .layout-right li a {
  height: 100%;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-left {
  text-align: left;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-center {
  text-align: center;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-right {
  text-align: right;
}
#a309aa2ec8a7ce3 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a309aa2ec8a7ce3 .tab-content-wrap {
  background-color: #ffffff;
}
#a309aa2ec8a7ce3 .tab-contents,
#a309aa2ec8a7ce3 .tab-contents-wrap {
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-content,
#a309aa2ec8a7ce3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-wrap .tab-contents {
  height: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6180acc49a3e93  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a6dafa4ecea60a0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aff3cac13cafbfb .a06ebafd21a2d85 {
  overflow: hidden;
}
#aff3cac13cafbfb .a06ebafd21a2d85 , #aff3cac13cafbfb .a06ebafd21a2d85 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aff3cac13cafbfb .a06ebafd21a2d85:hover , #aff3cac13cafbfb .a06ebafd21a2d85 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aff3cac13cafbfb .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aff3cac13cafbfb .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aff3cac13cafbfb .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aff3cac13cafbfb .uk-position-center-left-out {
    left: -30px;
  }
  #aff3cac13cafbfb .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#afcbbaca6ea610b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a53e2aef3aaf277 .aa00dac1eeacc9a {
  overflow: hidden;
}
#a53e2aef3aaf277 .aa00dac1eeacc9a , #a53e2aef3aaf277 .aa00dac1eeacc9a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a53e2aef3aaf277 .aa00dac1eeacc9a:hover , #a53e2aef3aaf277 .aa00dac1eeacc9a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a53e2aef3aaf277 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a53e2aef3aaf277 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a53e2aef3aaf277 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a53e2aef3aaf277 .uk-position-center-left-out {
    left: -30px;
  }
  #a53e2aef3aaf277 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4dd9a08d0a4fbc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adea6aad87ac37c .a709ba3eb4afea8 {
  overflow: hidden;
}
#adea6aad87ac37c .a709ba3eb4afea8 , #adea6aad87ac37c .a709ba3eb4afea8 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adea6aad87ac37c .a709ba3eb4afea8:hover , #adea6aad87ac37c .a709ba3eb4afea8 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adea6aad87ac37c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#adea6aad87ac37c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adea6aad87ac37c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adea6aad87ac37c .uk-position-center-left-out {
    left: -30px;
  }
  #adea6aad87ac37c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5f67a73efa84f8  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4f05aa0b1a588c .ab4cfa7547abdc6 {
  overflow: hidden;
}
#a4f05aa0b1a588c .ab4cfa7547abdc6 , #a4f05aa0b1a588c .ab4cfa7547abdc6 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4f05aa0b1a588c .ab4cfa7547abdc6:hover , #a4f05aa0b1a588c .ab4cfa7547abdc6 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4f05aa0b1a588c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4f05aa0b1a588c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4f05aa0b1a588c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4f05aa0b1a588c .uk-position-center-left-out {
    left: -30px;
  }
  #a4f05aa0b1a588c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8b3caf245a9550 {
  overflow: hidden;
  pointer-events: none;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a8b3caf245a9550 .layout-left li,
#a8b3caf245a9550 .layout-center li,
#a8b3caf245a9550 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8b3caf245a9550 .layout-left li a,
#a8b3caf245a9550 .layout-center li a,
#a8b3caf245a9550 .layout-right li a {
  height: 100%;
}
#a8b3caf245a9550 > .tab-tabs .layout-left {
  text-align: left;
}
#a8b3caf245a9550 > .tab-tabs .layout-center {
  text-align: center;
}
#a8b3caf245a9550 > .tab-tabs .layout-right {
  text-align: right;
}
#a8b3caf245a9550 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a8b3caf245a9550 .tab-content-wrap {
  background-color: #ffffff;
}
#a8b3caf245a9550 .tab-contents,
#a8b3caf245a9550 .tab-contents-wrap {
  pointer-events: none;
}
#a8b3caf245a9550 .tab-content,
#a8b3caf245a9550 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8b3caf245a9550 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8b3caf245a9550 .tab-wrap .tab-contents {
  height: 100%;
}
#a8b3caf245a9550 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1c11abae0a6498  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#aa27fa0954aa408  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a61a0af29da2f9c .aeab3a5320a803f {
  overflow: hidden;
}
#a61a0af29da2f9c .aeab3a5320a803f , #a61a0af29da2f9c .aeab3a5320a803f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a61a0af29da2f9c .aeab3a5320a803f:hover , #a61a0af29da2f9c .aeab3a5320a803f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a61a0af29da2f9c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a61a0af29da2f9c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a61a0af29da2f9c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a61a0af29da2f9c .uk-position-center-left-out {
    left: -30px;
  }
  #a61a0af29da2f9c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8c29a827fa339d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a1f73acf75a8e75 .a5c24a00fda0569 {
  overflow: hidden;
}
#a1f73acf75a8e75 .a5c24a00fda0569 , #a1f73acf75a8e75 .a5c24a00fda0569 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a1f73acf75a8e75 .a5c24a00fda0569:hover , #a1f73acf75a8e75 .a5c24a00fda0569 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a1f73acf75a8e75 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1f73acf75a8e75 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a1f73acf75a8e75 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a1f73acf75a8e75 .uk-position-center-left-out {
    left: -30px;
  }
  #a1f73acf75a8e75 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a988ba0fa4a2973  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4092a576fa0692 .a229fac40ea9024 {
  overflow: hidden;
}
#a4092a576fa0692 .a229fac40ea9024 , #a4092a576fa0692 .a229fac40ea9024 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4092a576fa0692 .a229fac40ea9024:hover , #a4092a576fa0692 .a229fac40ea9024 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4092a576fa0692 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4092a576fa0692 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4092a576fa0692 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4092a576fa0692 .uk-position-center-left-out {
    left: -30px;
  }
  #a4092a576fa0692 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac7c7a155ba5f06  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a0daaa7cb3a7125 .a8c63ab1d9a065f {
  overflow: hidden;
}
#a0daaa7cb3a7125 .a8c63ab1d9a065f , #a0daaa7cb3a7125 .a8c63ab1d9a065f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a0daaa7cb3a7125 .a8c63ab1d9a065f:hover , #a0daaa7cb3a7125 .a8c63ab1d9a065f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a0daaa7cb3a7125 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a0daaa7cb3a7125 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a0daaa7cb3a7125 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a0daaa7cb3a7125 .uk-position-center-left-out {
    left: -30px;
  }
  #a0daaa7cb3a7125 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a2884a9c7aa42cb {
  overflow: hidden;
  pointer-events: none;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a2884a9c7aa42cb .layout-left li,
#a2884a9c7aa42cb .layout-center li,
#a2884a9c7aa42cb .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a2884a9c7aa42cb .layout-left li a,
#a2884a9c7aa42cb .layout-center li a,
#a2884a9c7aa42cb .layout-right li a {
  height: 100%;
}
#a2884a9c7aa42cb > .tab-tabs .layout-left {
  text-align: left;
}
#a2884a9c7aa42cb > .tab-tabs .layout-center {
  text-align: center;
}
#a2884a9c7aa42cb > .tab-tabs .layout-right {
  text-align: right;
}
#a2884a9c7aa42cb .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a2884a9c7aa42cb .tab-content-wrap {
  background-color: #ffffff;
}
#a2884a9c7aa42cb .tab-contents,
#a2884a9c7aa42cb .tab-contents-wrap {
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-content,
#a2884a9c7aa42cb .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a2884a9c7aa42cb .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-wrap .tab-contents {
  height: 100%;
}
#a2884a9c7aa42cb .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9337a9870a4aa8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .tab-nav li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .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: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#a9337a9870a4aa8 .layout-left li,
#a9337a9870a4aa8 .layout-center li,
#a9337a9870a4aa8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9337a9870a4aa8 .layout-left li a,
#a9337a9870a4aa8 .layout-center li a,
#a9337a9870a4aa8 .layout-right li a {
  height: 100%;
}
#a9337a9870a4aa8 > .tab-tabs .layout-left {
  text-align: left;
}
#a9337a9870a4aa8 > .tab-tabs .layout-center {
  text-align: center;
}
#a9337a9870a4aa8 > .tab-tabs .layout-right {
  text-align: right;
}
#a9337a9870a4aa8 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a9337a9870a4aa8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 .tab-contents,
#a9337a9870a4aa8 .tab-contents-wrap {
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-content,
#a9337a9870a4aa8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9337a9870a4aa8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-wrap .tab-contents {
  height: 100%;
}
#a9337a9870a4aa8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a02f5a3ff9a4083  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0dafa41eda42c1 > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a0936a27c6a7e20 > .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;}#a0936a27c6a7e20  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0936a27c6a7e20:hover * {color: #000000  !important}
                            #a0936a27c6a7e20:hover .line{border-color: #000000  !important}#a0099a01a7a0786 > .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;}#a0099a01a7a0786  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0099a01a7a0786:hover * {color: #000000  !important}
                            #a0099a01a7a0786:hover .line{border-color: #000000  !important}#ada22ad7caad10a  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a2384a88bcaa91f > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#aff0fa80aca0f48 > .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;}#aff0fa80aca0f48  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aff0fa80aca0f48:hover * {color: #000000  !important}
                            #aff0fa80aca0f48:hover .line{border-color: #000000  !important}#a7c98ad8d3a2f15 > .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;}#a7c98ad8d3a2f15  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7c98ad8d3a2f15:hover * {color: #000000  !important}
                            #a7c98ad8d3a2f15:hover .line{border-color: #000000  !important}#aef76a9e03a209f  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a96e2a6c2aae62d > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#ae1efad977acc8b > .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;}#ae1efad977acc8b  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#ae1efad977acc8b:hover * {color: #000000  !important}
                            #ae1efad977acc8b:hover .line{border-color: #000000  !important}#a969ba27fba3e87 > .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;}#a969ba27fba3e87  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a969ba27fba3e87:hover * {color: #000000  !important}
                            #a969ba27fba3e87:hover .line{border-color: #000000  !important}#a72b8a64dba1bcc > .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;}#a72b8a64dba1bcc  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a72b8a64dba1bcc:hover * {color: #000000  !important}
                            #a72b8a64dba1bcc:hover .line{border-color: #000000  !important}#a5509a25c7aa431 > .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;}#a5509a25c7aa431  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a5509a25c7aa431:hover * {color: #000000  !important}
                            #a5509a25c7aa431:hover .line{border-color: #000000  !important}#ac860aabe5ab7a3 {
  overflow: hidden;
  pointer-events: none;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 .layout-left li,
#ac860aabe5ab7a3 .layout-center li,
#ac860aabe5ab7a3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac860aabe5ab7a3 .layout-left li a,
#ac860aabe5ab7a3 .layout-center li a,
#ac860aabe5ab7a3 .layout-right li a {
  height: 100%;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-left {
  text-align: left;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-center {
  text-align: center;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-right {
  text-align: right;
}
#ac860aabe5ab7a3 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#ac860aabe5ab7a3 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ac860aabe5ab7a3 .tab-contents,
#ac860aabe5ab7a3 .tab-contents-wrap {
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-content,
#ac860aabe5ab7a3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac860aabe5ab7a3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-wrap .tab-contents {
  height: 100%;
}
#ac860aabe5ab7a3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a803baa081aca73 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a803baa081aca73 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a803baa081aca73 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a803baa081aca73 .menu-list > li > a {
  padding: 0 10px;
}
#a803baa081aca73 .menu-list > li:hover:before {
  height: 100%;
}
#a803baa081aca73 .menu-list > li:hover:after {
  color: auto;
}
#a803baa081aca73 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a803baa081aca73 .menu-list > li:first-child:after {
  content: "";
}
#a803baa081aca73 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a803baa081aca73 .menu-list > li ul li {
  position: relative;
}
#a803baa081aca73 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a803baa081aca73 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a803baa081aca73 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 li ul,
#a803baa081aca73 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a803baa081aca73 li:hover > ul {
  left: auto;
}
#a803baa081aca73 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6c11a4c47a64dd  {flex: 1;}#a05edaf19fa9390  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 30px;}#a7cefaf160a444d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afbcbad087a2525 .ele-wrap {border-color: rgba(1, 117, 95, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 16px;background-color: #1364d8;border-radius: 3px;justify-content: center;}#afbcbad087a2525 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;border-color: rgba(17, 138, 158, 1);background-color: rgba(9, 107, 123, 1);}#a38e6a7ca9aa2b5  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 30px;}#a0d4bac5d6a4558 {
  border-radius: 5px;
  overflow: hidden;
}
#a0d4bac5d6a4558 .ele-slideshow .uk-dotnav li a {
  background: #ffffff;
}
#a0d4bac5d6a4558 .ele-slideshow .uk-dotnav > .uk-active a {
  background: #01755f;
}
#a0d4bac5d6a4558 .ele-slideshow .uk-slidenav {
  background-color: rgba(65, 117, 5, 0);
}
#a0d4bac5d6a4558 .ele-slideshow .uk-slidenav {
  color: #f5a623;
}
#a0d4bac5d6a4558 .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(255, 255, 255, 0);
}
#a5407a8b05aecc4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a8a7aa7060aa646 > .ele-wrap {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;}#a04dba1b54a9ffd > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#a1731a78b7a97bf > .ele-wrap {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;}#af48fa7c36ad2d8 > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#ae61caf40ca5595 > .ele-wrap {border-left-width: -1px;border-bottom-width: -1px;border-right-width: -1px;border-top-width: -1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae91fab390ae2bf > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-left-color: rgba(235, 235, 235, 1);}#a4df2a7668ab5a7  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a584fadaf1aa143  {flex-grow: 1;}#ae838a8c12a44cc  {flex: 1;}#acb0aa01b0acabe  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 20px;}#a7796a03eaa7ce9  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;}#a54eea62baafdfc  {flex-grow: 1;}#ae776ac2f6a1ace  {flex: 1;}#a5a9aa7fc1af293  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;}#a9b11ac09dad115 .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 15px;background-color: #1364d8;border-radius: 3px;justify-content: center;font-family: Verdana;}#a9b11ac09dad115 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(1, 117, 95, 0.8);}#a6a1ca4040ab2b6  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;}#a9d70ac63ea1c32 .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 15px;background-color: #1364d8;border-radius: 3px;justify-content: center;font-family: Verdana;}#a9d70ac63ea1c32 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(1, 117, 95, 0.8);}#a1eeea7680a1efb  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 40px;}#a1bfba10f9a9232  {flex: 1;}#a6b88ae402ab40e .a3ce6a2bccac9fe {
  overflow: hidden;
}
#a6b88ae402ab40e .a3ce6a2bccac9fe , #a6b88ae402ab40e .a3ce6a2bccac9fe > * {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a6b88ae402ab40e .a3ce6a2bccac9fe:hover , #a6b88ae402ab40e .a3ce6a2bccac9fe *:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a6b88ae402ab40e .af4daaf2fda986d {
  overflow: hidden;
}
#a6b88ae402ab40e .af4daaf2fda986d , #a6b88ae402ab40e .af4daaf2fda986d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: Verdana;color: rgba(225, 225, 225, 1);}#a6b88ae402ab40e .a7bc0a02baa55df {
  overflow: hidden;
}
#a6b88ae402ab40e .a7bc0a02baa55df , #a6b88ae402ab40e .a7bc0a02baa55df > * {
        font-weight: bold;
        font-style: normal;
    font-size: 13px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a6b88ae402ab40e .uk-grid {
  margin-left: -10px;
}
#a6b88ae402ab40e .uk-grid > * {
  padding-left: 10px;
}
#a6b88ae402ab40e .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a6b88ae402ab40e .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#a6b88ae402ab40e .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #a6b88ae402ab40e .uk-position-center-left-out {
    left: -30px;
  }
  #a6b88ae402ab40e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a84c9a6f71a6e1b  {flex: 1;}#abd23a1f50a4d98 .a8774aa76fad6c1 {
  overflow: hidden;
}
#abd23a1f50a4d98 .a8774aa76fad6c1 , #abd23a1f50a4d98 .a8774aa76fad6c1 > * {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#abd23a1f50a4d98 .a8774aa76fad6c1:hover , #abd23a1f50a4d98 .a8774aa76fad6c1 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#abd23a1f50a4d98 .uk-grid {
  margin-left: -10px;
}
#abd23a1f50a4d98 .uk-grid > * {
  padding-left: 10px;
}
#abd23a1f50a4d98 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#abd23a1f50a4d98 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#abd23a1f50a4d98 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #abd23a1f50a4d98 .uk-position-center-left-out {
    left: -30px;
  }
  #abd23a1f50a4d98 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af7bbad9fda8cf9 {
  overflow: hidden;
  pointer-events: none;
}
#af7bbad9fda8cf9 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#af7bbad9fda8cf9 > .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;
}
#af7bbad9fda8cf9 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#af7bbad9fda8cf9 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#af7bbad9fda8cf9 > .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;
}
#af7bbad9fda8cf9 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#af7bbad9fda8cf9 > .tab-wrap > div > .tab-nav,
#af7bbad9fda8cf9 > .tab-nav,
#af7bbad9fda8cf9 > .tab-tabs > .tab-wrap > div > .tab-nav,
#af7bbad9fda8cf9 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af7bbad9fda8cf9 > .tab-wrap > div > .tab-nav-horizontal,
#af7bbad9fda8cf9 > .tab-nav-horizontal,
#af7bbad9fda8cf9 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#af7bbad9fda8cf9 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#af7bbad9fda8cf9 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#af7bbad9fda8cf9 > .tab-nav-horizontal::-webkit-scrollbar,
#af7bbad9fda8cf9 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#af7bbad9fda8cf9 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#af7bbad9fda8cf9 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#af7bbad9fda8cf9 > .tab-nav-horizontal.tagScroll,
#af7bbad9fda8cf9 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#af7bbad9fda8cf9 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#af7bbad9fda8cf9 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#af7bbad9fda8cf9 > .tab-nav-horizontal.tagScroll li a,
#af7bbad9fda8cf9 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#af7bbad9fda8cf9 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#af7bbad9fda8cf9 > .tab-wrap > div > .tab-nav a,
#af7bbad9fda8cf9 > .tab-nav a,
#af7bbad9fda8cf9 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#af7bbad9fda8cf9 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#af7bbad9fda8cf9 > .tab-wrap > div > .tab-nav li a,
#af7bbad9fda8cf9 > .tab-nav li a,
#af7bbad9fda8cf9 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#af7bbad9fda8cf9 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 10px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(255, 255, 255, 0);
  border-right-style: none;
}
#af7bbad9fda8cf9 > .tab-wrap > div > .tab-nav li a svg,
#af7bbad9fda8cf9 > .tab-nav li a svg,
#af7bbad9fda8cf9 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#af7bbad9fda8cf9 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#af7bbad9fda8cf9 > .tab-wrap > div > .tab-nav li a .ap_icon,
#af7bbad9fda8cf9 > .tab-nav li a .ap_icon,
#af7bbad9fda8cf9 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#af7bbad9fda8cf9 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#af7bbad9fda8cf9 > .tab-wrap > div > .tab-nav li a:hover,
#af7bbad9fda8cf9 > .tab-nav li a:hover,
#af7bbad9fda8cf9 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#af7bbad9fda8cf9 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af7bbad9fda8cf9 > .tab-wrap > div > .tab-nav li.uk-active a,
#af7bbad9fda8cf9 > .tab-nav li.uk-active a,
#af7bbad9fda8cf9 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#af7bbad9fda8cf9 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af7bbad9fda8cf9 .layout-left li,
#af7bbad9fda8cf9 .layout-center li,
#af7bbad9fda8cf9 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#af7bbad9fda8cf9 .layout-left li a,
#af7bbad9fda8cf9 .layout-center li a,
#af7bbad9fda8cf9 .layout-right li a {
  height: 100%;
}
#af7bbad9fda8cf9 > .tab-tabs .layout-left {
  text-align: left;
}
#af7bbad9fda8cf9 > .tab-tabs .layout-center {
  text-align: center;
}
#af7bbad9fda8cf9 > .tab-tabs .layout-right {
  text-align: right;
}
#af7bbad9fda8cf9 .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#af7bbad9fda8cf9 .tab-content-wrap {
  background-color: transparent;
}
#af7bbad9fda8cf9 .tab-contents,
#af7bbad9fda8cf9 .tab-contents-wrap {
  pointer-events: none;
}
#af7bbad9fda8cf9 .tab-content,
#af7bbad9fda8cf9 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#af7bbad9fda8cf9 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#af7bbad9fda8cf9 .tab-wrap .tab-contents {
  height: 100%;
}
#af7bbad9fda8cf9 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#af7bbad9fda8cf9 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#af7bbad9fda8cf9 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aef7ba194ea2722  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a4359acd98a4681  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 10px;}#aa121af99ca62fd > .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;flex-grow: 0;}#aa3a4a5e08a0533 > .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: 80px;border-bottom-right-radius: 80px;box-shadow: 1px 1px 4px 2px rgba(235, 235, 235, 1);}#ac9ecaf574a9c88 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 80px;border-bottom-right-radius: 80px;border-bottom-left-radius: 80px;border-top-left-radius: 80px;border-right-color: rgba(126, 211, 33, 1);border-left-color: rgba(126, 211, 33, 1);border-bottom-color: rgba(126, 211, 33, 1);border-top-color: rgba(126, 211, 33, 1);}#a44e8a9e7daa19a > .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: 0px;border-bottom-right-radius: 0px;border-bottom-left-radius: 80px;border-top-left-radius: 80px;box-shadow: 1px 1px 4px 2px rgba(235, 235, 235, 1);}#ab8f8a7108a83cf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 80px;border-bottom-right-radius: 80px;border-bottom-left-radius: 80px;border-top-left-radius: 80px;border-right-color: rgba(187, 105, 105, 1);border-left-color: rgba(187, 105, 105, 1);border-bottom-color: rgba(187, 105, 105, 1);border-top-color: rgba(187, 105, 105, 1);}#adc1fa086facd65 > .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: 0px;border-bottom-right-radius: 0px;border-bottom-left-radius: 80px;border-top-left-radius: 80px;box-shadow: 1px 1px 4px 2px rgba(235, 235, 235, 1);}#a2c72a6d20a2121 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 80px;border-bottom-right-radius: 80px;border-bottom-left-radius: 80px;border-top-left-radius: 80px;border-right-color: rgba(80, 86, 254, 1);border-left-color: rgba(80, 86, 254, 1);border-bottom-color: rgba(80, 86, 254, 1);border-top-color: rgba(80, 86, 254, 1);}#a0b25a168eae6a2 > .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: 0px;border-bottom-right-radius: 0px;border-bottom-left-radius: 80px;border-top-left-radius: 80px;box-shadow: 1px 1px 4px 2px rgba(235, 235, 235, 1);}#a047aa8545ac861 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 80px;border-bottom-right-radius: 80px;border-bottom-left-radius: 80px;border-top-left-radius: 80px;border-right-color: rgba(80, 227, 194, 1);border-left-color: rgba(80, 227, 194, 1);border-bottom-color: rgba(80, 227, 194, 1);border-top-color: rgba(80, 227, 194, 1);}#ab087a1440a7838 > .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: 80px;border-bottom-right-radius: 80px;box-shadow: 1px 1px 4px 2px rgba(235, 235, 235, 1);}#a4756aab72acd15 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 80px;border-bottom-right-radius: 80px;border-bottom-left-radius: 80px;border-top-left-radius: 80px;border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-top-color: rgba(74, 144, 226, 1);}#a4d71a0e96a4211 > .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: 80px;border-bottom-right-radius: 80px;box-shadow: 1px 1px 4px 2px rgba(235, 235, 235, 1);}#af0b3a3798a23d9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 80px;border-bottom-right-radius: 80px;border-bottom-left-radius: 80px;border-top-left-radius: 80px;border-right-color: rgba(248, 231, 28, 1);border-left-color: rgba(248, 231, 28, 1);border-bottom-color: rgba(248, 231, 28, 1);border-top-color: rgba(248, 231, 28, 1);}#a0feea95a2a72ad  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#af056a2390a76c7  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a36a4a72ebaa0ec , #a36a4a72ebaa0ec a{flex-grow: 0;color: rgba(49, 118, 219, 1);}#a36a4a72ebaa0ec:hover, #a36a4a72ebaa0ec a:hover {color: rgba(19, 100, 216, 1);}#a767fa3f3aaf748  {flex-grow: 1;}#a4fb9aba3ca9c8c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a4fb9aba3ca9c8c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a4fb9aba3ca9c8c .ap-icon {
  margin-right: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon img,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li:hover > a,
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a4fb9aba3ca9c8c .menu-list ul,
#a4fb9aba3ca9c8c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a4fb9aba3ca9c8c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a4fb9aba3ca9c8c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4fb9aba3ca9c8c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4fb9aba3ca9c8c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a49b0afccaac34c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a49b0afccaac34c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a49b0afccaac34c .ap-icon {
  margin-right: 6px;
}
#a49b0afccaac34c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a,
#a49b0afccaac34c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon img,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a49b0afccaac34c .menu-list > li:hover > a,
#a49b0afccaac34c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a49b0afccaac34c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a49b0afccaac34c .menu-list ul,
#a49b0afccaac34c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a49b0afccaac34c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a49b0afccaac34c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a49b0afccaac34c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a49b0afccaac34c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a468aa0b1da717e > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afe37a828faabd7 , #afe37a828faabd7 a{color: rgba(6, 164, 100, 1);}#afe37a828faabd7:hover, #afe37a828faabd7 a:hover {color: rgba(4, 204, 101, 1);}#ac7eca0ba9a4ccf .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac7eca0ba9a4ccf .menu-list-expand .submenu-indicator {
  display: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a img,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9e02ae88da9704 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a img,
#a9e02ae88da9704 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa5cfa706da140f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa5cfa706da140f .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa5cfa706da140f .menu-list-expand .submenu-indicator {
  display: none;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li a img,
#aa5cfa706da140f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac982a4f18a07ab .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aa825ae915aa63b .uk-card {
  overflow: hidden;
  height: 400px;
}
#aa825ae915aa63b .uk-link-reset {
  cursor: default;
}
#aa825ae915aa63b .uk-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#aa825ae915aa63b .uk-card .abstract {
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  margin-top: 10px;
  color: #fff;
  font-size: 16px;
  padding: 0 15px;
}
#aa825ae915aa63b .uk-card .item-logo {
  position: relative;
  margin-top: 120px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#aa825ae915aa63b .uk-card .item-logo .ap-icon {
  width: 55px;
  height: 55px;
  color: #fff;
  font-size: 45px;
}
#aa825ae915aa63b .uk-card .title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 20px 0;
  position: relative;
}
#aa825ae915aa63b .uk-card .title::before {
  content: "";
  position: relative;
  display: block;
  width: 20px;
  border-bottom: 2px solid #fff;
  margin: 0 auto 20px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#aa825ae915aa63b .uk-card .uk-h5,
#aa825ae915aa63b .uk-card .ap-icon {
  color: #666666;
}
#aa825ae915aa63b .uk-card:hover::before {
  background: rgba(19, 100, 216, 0.9);
}
#aa825ae915aa63b .uk-card:hover .item-logo {
  margin-top: 80px;
}
#aa825ae915aa63b .uk-card:hover .title::before {
  opacity: 0;
  margin-bottom: 0;
}
#aa825ae915aa63b .uk-card:hover .abstract {
  display: block;
  opacity: 1;
  margin-top: 0;
}
#a5bb0a4e40af0ac  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#a4f0eae1c8ad5b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a5e1fa5af8a6d2f > .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;flex-grow: 0;}#aaa66adb04a787f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aaa66adb04a787f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6e05a9cb2aacc5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a71eaaa784aba6f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a71eaaa784aba6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1f02a72faacac9 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad649a4e1faa01e > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad649a4e1faa01e  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2131a4568ad5fb .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8427a3663ab91d > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8427a3663ab91d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a54aea8b6da48ed .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#af514ac23ca7297  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4549a962ca7add > .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;flex-grow: 0;}#aefe9a9dcba95e8 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aefe9a9dcba95e8  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a78b8a66c3a62cd .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a6860a4373a658a > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a6860a4373a658a  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a60d7a306dad87e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aa506af856a9ff7 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aa506af856a9ff7  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1a9bafb12a3379 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a1ea5a55aba2aaa > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a1ea5a55aba2aaa  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a92fda3d31aebae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a96dba8355ac472 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a96dba8355ac472  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3fa0aa753aa303 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a05c0a0e46a2f58  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ace13a3d21a10ea > .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;flex-grow: 0;}#a0604a42d4a4597 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0604a42d4a4597  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ac9a8ad93ea1211 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae9cbafda3a2f1b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae9cbafda3a2f1b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aac8da5f56ab439 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4442ab252a29a9 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4442ab252a29a9  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae418a8e29ac7a8 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aacb4aacb5aec67 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aacb4aacb5aec67  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#adafea3e44a3273 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7b50a7223adfe6 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7b50a7223adfe6  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1ff7aaad5a00c5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4ed7a699ea9c4b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4ed7a699ea9c4b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3cc7a1265a50b6 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8ba8a9e62a0d8c > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8ba8a9e62a0d8c  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2e38acba1a6797 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab151a234ead77c {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#ab151a234ead77c .layout-left li,
#ab151a234ead77c .layout-center li,
#ab151a234ead77c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab151a234ead77c .layout-left li a,
#ab151a234ead77c .layout-center li a,
#ab151a234ead77c .layout-right li a {
  height: 100%;
}
#ab151a234ead77c > .tab-tabs .layout-left {
  text-align: left;
}
#ab151a234ead77c > .tab-tabs .layout-center {
  text-align: center;
}
#ab151a234ead77c > .tab-tabs .layout-right {
  text-align: right;
}
#ab151a234ead77c .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#ab151a234ead77c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c .tab-contents,
#ab151a234ead77c .tab-contents-wrap {
  pointer-events: none;
}
#ab151a234ead77c .tab-content,
#ab151a234ead77c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab151a234ead77c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab151a234ead77c .tab-wrap .tab-contents {
  height: 100%;
}
#ab151a234ead77c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab151a234ead77c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab151a234ead77c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a445cadc90a6f90  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a54aba797fa6994  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a0c23a8da1a5492  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aa603ad8dfa8ae5 .a72bea96eba74bb {
  overflow: hidden;
}
#aa603ad8dfa8ae5 .a72bea96eba74bb , #aa603ad8dfa8ae5 .a72bea96eba74bb > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aa603ad8dfa8ae5 .a72bea96eba74bb:hover , #aa603ad8dfa8ae5 .a72bea96eba74bb *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aa603ad8dfa8ae5 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa603ad8dfa8ae5 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa603ad8dfa8ae5 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aa603ad8dfa8ae5 .uk-position-center-left-out {
    left: -30px;
  }
  #aa603ad8dfa8ae5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6f8da0e6ea7804  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7baeab343a1ed2 .a31f5a9637ae63a {
  overflow: hidden;
}
#a7baeab343a1ed2 .a31f5a9637ae63a , #a7baeab343a1ed2 .a31f5a9637ae63a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7baeab343a1ed2 .a31f5a9637ae63a:hover , #a7baeab343a1ed2 .a31f5a9637ae63a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7baeab343a1ed2 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a7baeab343a1ed2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7baeab343a1ed2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7baeab343a1ed2 .uk-position-center-left-out {
    left: -30px;
  }
  #a7baeab343a1ed2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7eeea24a2a489a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a9e11a3922a0a84 .a0c79ae6caaf8e2 {
  overflow: hidden;
}
#a9e11a3922a0a84 .a0c79ae6caaf8e2 , #a9e11a3922a0a84 .a0c79ae6caaf8e2 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a9e11a3922a0a84 .a0c79ae6caaf8e2:hover , #a9e11a3922a0a84 .a0c79ae6caaf8e2 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a9e11a3922a0a84 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a9e11a3922a0a84 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9e11a3922a0a84 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a9e11a3922a0a84 .uk-position-center-left-out {
    left: -30px;
  }
  #a9e11a3922a0a84 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa82faaea2a1c77  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a94ffa5483a8d60 .a8a48ae1cfa9a13 {
  overflow: hidden;
}
#a94ffa5483a8d60 .a8a48ae1cfa9a13 , #a94ffa5483a8d60 .a8a48ae1cfa9a13 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a94ffa5483a8d60 .a8a48ae1cfa9a13:hover , #a94ffa5483a8d60 .a8a48ae1cfa9a13 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a94ffa5483a8d60 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a94ffa5483a8d60 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a94ffa5483a8d60 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a94ffa5483a8d60 .uk-position-center-left-out {
    left: -30px;
  }
  #a94ffa5483a8d60 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3b61acc08a6bcf {
  overflow: hidden;
  pointer-events: none;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a3b61acc08a6bcf .layout-left li,
#a3b61acc08a6bcf .layout-center li,
#a3b61acc08a6bcf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3b61acc08a6bcf .layout-left li a,
#a3b61acc08a6bcf .layout-center li a,
#a3b61acc08a6bcf .layout-right li a {
  height: 100%;
}
#a3b61acc08a6bcf > .tab-tabs .layout-left {
  text-align: left;
}
#a3b61acc08a6bcf > .tab-tabs .layout-center {
  text-align: center;
}
#a3b61acc08a6bcf > .tab-tabs .layout-right {
  text-align: right;
}
#a3b61acc08a6bcf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a3b61acc08a6bcf .tab-content-wrap {
  background-color: #ffffff;
}
#a3b61acc08a6bcf .tab-contents,
#a3b61acc08a6bcf .tab-contents-wrap {
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-content,
#a3b61acc08a6bcf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3b61acc08a6bcf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-wrap .tab-contents {
  height: 100%;
}
#a3b61acc08a6bcf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2b29afa75af3d2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a7bdda440da10de  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af0fda089faa74e .a179ba61fca0888 {
  overflow: hidden;
}
#af0fda089faa74e .a179ba61fca0888 , #af0fda089faa74e .a179ba61fca0888 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af0fda089faa74e .a179ba61fca0888:hover , #af0fda089faa74e .a179ba61fca0888 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af0fda089faa74e .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af0fda089faa74e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af0fda089faa74e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af0fda089faa74e .uk-position-center-left-out {
    left: -30px;
  }
  #af0fda089faa74e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac029ab8d2ac795  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3fa1aa72eae5d8 .a8a0fa2a83ace44 {
  overflow: hidden;
}
#a3fa1aa72eae5d8 .a8a0fa2a83ace44 , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3fa1aa72eae5d8 .a8a0fa2a83ace44:hover , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3fa1aa72eae5d8 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a3fa1aa72eae5d8 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3fa1aa72eae5d8 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3fa1aa72eae5d8 .uk-position-center-left-out {
    left: -30px;
  }
  #a3fa1aa72eae5d8 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acd71a09bca3734  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2599afd13a8dda .a67b0a5657abdca {
  overflow: hidden;
}
#a2599afd13a8dda .a67b0a5657abdca , #a2599afd13a8dda .a67b0a5657abdca > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2599afd13a8dda .a67b0a5657abdca:hover , #a2599afd13a8dda .a67b0a5657abdca *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2599afd13a8dda .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2599afd13a8dda .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2599afd13a8dda .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2599afd13a8dda .uk-position-center-left-out {
    left: -30px;
  }
  #a2599afd13a8dda .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3bd9a9ed3a0012  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5fc2ae1b1ac227 .ada91af9b0a0502 {
  overflow: hidden;
}
#a5fc2ae1b1ac227 .ada91af9b0a0502 , #a5fc2ae1b1ac227 .ada91af9b0a0502 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5fc2ae1b1ac227 .ada91af9b0a0502:hover , #a5fc2ae1b1ac227 .ada91af9b0a0502 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5fc2ae1b1ac227 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a5fc2ae1b1ac227 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5fc2ae1b1ac227 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5fc2ae1b1ac227 .uk-position-center-left-out {
    left: -30px;
  }
  #a5fc2ae1b1ac227 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6bcdafc0fa513f  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab2a3a53e3a711b .aec71a08e0ab367 {
  overflow: hidden;
}
#ab2a3a53e3a711b .aec71a08e0ab367 , #ab2a3a53e3a711b .aec71a08e0ab367 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab2a3a53e3a711b .aec71a08e0ab367:hover , #ab2a3a53e3a711b .aec71a08e0ab367 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab2a3a53e3a711b .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ab2a3a53e3a711b .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab2a3a53e3a711b .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab2a3a53e3a711b .uk-position-center-left-out {
    left: -30px;
  }
  #ab2a3a53e3a711b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a309aa2ec8a7ce3 {
  overflow: hidden;
  pointer-events: none;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a309aa2ec8a7ce3 .layout-left li,
#a309aa2ec8a7ce3 .layout-center li,
#a309aa2ec8a7ce3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a309aa2ec8a7ce3 .layout-left li a,
#a309aa2ec8a7ce3 .layout-center li a,
#a309aa2ec8a7ce3 .layout-right li a {
  height: 100%;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-left {
  text-align: left;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-center {
  text-align: center;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-right {
  text-align: right;
}
#a309aa2ec8a7ce3 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a309aa2ec8a7ce3 .tab-content-wrap {
  background-color: #ffffff;
}
#a309aa2ec8a7ce3 .tab-contents,
#a309aa2ec8a7ce3 .tab-contents-wrap {
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-content,
#a309aa2ec8a7ce3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-wrap .tab-contents {
  height: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6180acc49a3e93  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a6dafa4ecea60a0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aff3cac13cafbfb .a06ebafd21a2d85 {
  overflow: hidden;
}
#aff3cac13cafbfb .a06ebafd21a2d85 , #aff3cac13cafbfb .a06ebafd21a2d85 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aff3cac13cafbfb .a06ebafd21a2d85:hover , #aff3cac13cafbfb .a06ebafd21a2d85 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aff3cac13cafbfb .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aff3cac13cafbfb .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aff3cac13cafbfb .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aff3cac13cafbfb .uk-position-center-left-out {
    left: -30px;
  }
  #aff3cac13cafbfb .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#afcbbaca6ea610b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a53e2aef3aaf277 .aa00dac1eeacc9a {
  overflow: hidden;
}
#a53e2aef3aaf277 .aa00dac1eeacc9a , #a53e2aef3aaf277 .aa00dac1eeacc9a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a53e2aef3aaf277 .aa00dac1eeacc9a:hover , #a53e2aef3aaf277 .aa00dac1eeacc9a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a53e2aef3aaf277 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a53e2aef3aaf277 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a53e2aef3aaf277 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a53e2aef3aaf277 .uk-position-center-left-out {
    left: -30px;
  }
  #a53e2aef3aaf277 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4dd9a08d0a4fbc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adea6aad87ac37c .a709ba3eb4afea8 {
  overflow: hidden;
}
#adea6aad87ac37c .a709ba3eb4afea8 , #adea6aad87ac37c .a709ba3eb4afea8 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adea6aad87ac37c .a709ba3eb4afea8:hover , #adea6aad87ac37c .a709ba3eb4afea8 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adea6aad87ac37c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#adea6aad87ac37c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adea6aad87ac37c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adea6aad87ac37c .uk-position-center-left-out {
    left: -30px;
  }
  #adea6aad87ac37c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5f67a73efa84f8  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4f05aa0b1a588c .ab4cfa7547abdc6 {
  overflow: hidden;
}
#a4f05aa0b1a588c .ab4cfa7547abdc6 , #a4f05aa0b1a588c .ab4cfa7547abdc6 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4f05aa0b1a588c .ab4cfa7547abdc6:hover , #a4f05aa0b1a588c .ab4cfa7547abdc6 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4f05aa0b1a588c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4f05aa0b1a588c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4f05aa0b1a588c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4f05aa0b1a588c .uk-position-center-left-out {
    left: -30px;
  }
  #a4f05aa0b1a588c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8b3caf245a9550 {
  overflow: hidden;
  pointer-events: none;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a8b3caf245a9550 .layout-left li,
#a8b3caf245a9550 .layout-center li,
#a8b3caf245a9550 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8b3caf245a9550 .layout-left li a,
#a8b3caf245a9550 .layout-center li a,
#a8b3caf245a9550 .layout-right li a {
  height: 100%;
}
#a8b3caf245a9550 > .tab-tabs .layout-left {
  text-align: left;
}
#a8b3caf245a9550 > .tab-tabs .layout-center {
  text-align: center;
}
#a8b3caf245a9550 > .tab-tabs .layout-right {
  text-align: right;
}
#a8b3caf245a9550 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a8b3caf245a9550 .tab-content-wrap {
  background-color: #ffffff;
}
#a8b3caf245a9550 .tab-contents,
#a8b3caf245a9550 .tab-contents-wrap {
  pointer-events: none;
}
#a8b3caf245a9550 .tab-content,
#a8b3caf245a9550 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8b3caf245a9550 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8b3caf245a9550 .tab-wrap .tab-contents {
  height: 100%;
}
#a8b3caf245a9550 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1c11abae0a6498  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#aa27fa0954aa408  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a61a0af29da2f9c .aeab3a5320a803f {
  overflow: hidden;
}
#a61a0af29da2f9c .aeab3a5320a803f , #a61a0af29da2f9c .aeab3a5320a803f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a61a0af29da2f9c .aeab3a5320a803f:hover , #a61a0af29da2f9c .aeab3a5320a803f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a61a0af29da2f9c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a61a0af29da2f9c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a61a0af29da2f9c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a61a0af29da2f9c .uk-position-center-left-out {
    left: -30px;
  }
  #a61a0af29da2f9c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8c29a827fa339d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a1f73acf75a8e75 .a5c24a00fda0569 {
  overflow: hidden;
}
#a1f73acf75a8e75 .a5c24a00fda0569 , #a1f73acf75a8e75 .a5c24a00fda0569 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a1f73acf75a8e75 .a5c24a00fda0569:hover , #a1f73acf75a8e75 .a5c24a00fda0569 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a1f73acf75a8e75 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1f73acf75a8e75 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a1f73acf75a8e75 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a1f73acf75a8e75 .uk-position-center-left-out {
    left: -30px;
  }
  #a1f73acf75a8e75 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a988ba0fa4a2973  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4092a576fa0692 .a229fac40ea9024 {
  overflow: hidden;
}
#a4092a576fa0692 .a229fac40ea9024 , #a4092a576fa0692 .a229fac40ea9024 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4092a576fa0692 .a229fac40ea9024:hover , #a4092a576fa0692 .a229fac40ea9024 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4092a576fa0692 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4092a576fa0692 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4092a576fa0692 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4092a576fa0692 .uk-position-center-left-out {
    left: -30px;
  }
  #a4092a576fa0692 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac7c7a155ba5f06  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a0daaa7cb3a7125 .a8c63ab1d9a065f {
  overflow: hidden;
}
#a0daaa7cb3a7125 .a8c63ab1d9a065f , #a0daaa7cb3a7125 .a8c63ab1d9a065f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a0daaa7cb3a7125 .a8c63ab1d9a065f:hover , #a0daaa7cb3a7125 .a8c63ab1d9a065f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a0daaa7cb3a7125 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a0daaa7cb3a7125 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a0daaa7cb3a7125 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a0daaa7cb3a7125 .uk-position-center-left-out {
    left: -30px;
  }
  #a0daaa7cb3a7125 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a2884a9c7aa42cb {
  overflow: hidden;
  pointer-events: none;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a2884a9c7aa42cb .layout-left li,
#a2884a9c7aa42cb .layout-center li,
#a2884a9c7aa42cb .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a2884a9c7aa42cb .layout-left li a,
#a2884a9c7aa42cb .layout-center li a,
#a2884a9c7aa42cb .layout-right li a {
  height: 100%;
}
#a2884a9c7aa42cb > .tab-tabs .layout-left {
  text-align: left;
}
#a2884a9c7aa42cb > .tab-tabs .layout-center {
  text-align: center;
}
#a2884a9c7aa42cb > .tab-tabs .layout-right {
  text-align: right;
}
#a2884a9c7aa42cb .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a2884a9c7aa42cb .tab-content-wrap {
  background-color: #ffffff;
}
#a2884a9c7aa42cb .tab-contents,
#a2884a9c7aa42cb .tab-contents-wrap {
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-content,
#a2884a9c7aa42cb .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a2884a9c7aa42cb .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-wrap .tab-contents {
  height: 100%;
}
#a2884a9c7aa42cb .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9337a9870a4aa8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .tab-nav li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .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: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#a9337a9870a4aa8 .layout-left li,
#a9337a9870a4aa8 .layout-center li,
#a9337a9870a4aa8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9337a9870a4aa8 .layout-left li a,
#a9337a9870a4aa8 .layout-center li a,
#a9337a9870a4aa8 .layout-right li a {
  height: 100%;
}
#a9337a9870a4aa8 > .tab-tabs .layout-left {
  text-align: left;
}
#a9337a9870a4aa8 > .tab-tabs .layout-center {
  text-align: center;
}
#a9337a9870a4aa8 > .tab-tabs .layout-right {
  text-align: right;
}
#a9337a9870a4aa8 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a9337a9870a4aa8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 .tab-contents,
#a9337a9870a4aa8 .tab-contents-wrap {
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-content,
#a9337a9870a4aa8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9337a9870a4aa8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-wrap .tab-contents {
  height: 100%;
}
#a9337a9870a4aa8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a02f5a3ff9a4083  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0dafa41eda42c1 > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a0936a27c6a7e20 > .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;}#a0936a27c6a7e20  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0936a27c6a7e20:hover * {color: #000000  !important}
                            #a0936a27c6a7e20:hover .line{border-color: #000000  !important}#a0099a01a7a0786 > .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;}#a0099a01a7a0786  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0099a01a7a0786:hover * {color: #000000  !important}
                            #a0099a01a7a0786:hover .line{border-color: #000000  !important}#ada22ad7caad10a  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a2384a88bcaa91f > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#aff0fa80aca0f48 > .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;}#aff0fa80aca0f48  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aff0fa80aca0f48:hover * {color: #000000  !important}
                            #aff0fa80aca0f48:hover .line{border-color: #000000  !important}#a7c98ad8d3a2f15 > .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;}#a7c98ad8d3a2f15  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7c98ad8d3a2f15:hover * {color: #000000  !important}
                            #a7c98ad8d3a2f15:hover .line{border-color: #000000  !important}#aef76a9e03a209f  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a96e2a6c2aae62d > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#ae1efad977acc8b > .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;}#ae1efad977acc8b  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#ae1efad977acc8b:hover * {color: #000000  !important}
                            #ae1efad977acc8b:hover .line{border-color: #000000  !important}#a969ba27fba3e87 > .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;}#a969ba27fba3e87  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a969ba27fba3e87:hover * {color: #000000  !important}
                            #a969ba27fba3e87:hover .line{border-color: #000000  !important}#a72b8a64dba1bcc > .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;}#a72b8a64dba1bcc  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a72b8a64dba1bcc:hover * {color: #000000  !important}
                            #a72b8a64dba1bcc:hover .line{border-color: #000000  !important}#a5509a25c7aa431 > .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;}#a5509a25c7aa431  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a5509a25c7aa431:hover * {color: #000000  !important}
                            #a5509a25c7aa431:hover .line{border-color: #000000  !important}#ac860aabe5ab7a3 {
  overflow: hidden;
  pointer-events: none;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 .layout-left li,
#ac860aabe5ab7a3 .layout-center li,
#ac860aabe5ab7a3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac860aabe5ab7a3 .layout-left li a,
#ac860aabe5ab7a3 .layout-center li a,
#ac860aabe5ab7a3 .layout-right li a {
  height: 100%;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-left {
  text-align: left;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-center {
  text-align: center;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-right {
  text-align: right;
}
#ac860aabe5ab7a3 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#ac860aabe5ab7a3 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ac860aabe5ab7a3 .tab-contents,
#ac860aabe5ab7a3 .tab-contents-wrap {
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-content,
#ac860aabe5ab7a3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac860aabe5ab7a3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-wrap .tab-contents {
  height: 100%;
}
#ac860aabe5ab7a3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a803baa081aca73 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a803baa081aca73 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a803baa081aca73 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a803baa081aca73 .menu-list > li > a {
  padding: 0 10px;
}
#a803baa081aca73 .menu-list > li:hover:before {
  height: 100%;
}
#a803baa081aca73 .menu-list > li:hover:after {
  color: auto;
}
#a803baa081aca73 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a803baa081aca73 .menu-list > li:first-child:after {
  content: "";
}
#a803baa081aca73 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a803baa081aca73 .menu-list > li ul li {
  position: relative;
}
#a803baa081aca73 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a803baa081aca73 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a803baa081aca73 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 li ul,
#a803baa081aca73 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a803baa081aca73 li:hover > ul {
  left: auto;
}
#a803baa081aca73 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a0feea95a2a72ad  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#af056a2390a76c7  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a36a4a72ebaa0ec , #a36a4a72ebaa0ec a{flex-grow: 0;color: rgba(49, 118, 219, 1);}#a36a4a72ebaa0ec:hover, #a36a4a72ebaa0ec a:hover {color: rgba(19, 100, 216, 1);}#a767fa3f3aaf748  {flex-grow: 1;}#a4fb9aba3ca9c8c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a4fb9aba3ca9c8c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a4fb9aba3ca9c8c .ap-icon {
  margin-right: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon img,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li:hover > a,
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a4fb9aba3ca9c8c .menu-list ul,
#a4fb9aba3ca9c8c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a4fb9aba3ca9c8c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a4fb9aba3ca9c8c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4fb9aba3ca9c8c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4fb9aba3ca9c8c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a49b0afccaac34c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a49b0afccaac34c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a49b0afccaac34c .ap-icon {
  margin-right: 6px;
}
#a49b0afccaac34c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a,
#a49b0afccaac34c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon img,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a49b0afccaac34c .menu-list > li:hover > a,
#a49b0afccaac34c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a49b0afccaac34c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a49b0afccaac34c .menu-list ul,
#a49b0afccaac34c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a49b0afccaac34c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a49b0afccaac34c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a49b0afccaac34c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a49b0afccaac34c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a468aa0b1da717e > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afe37a828faabd7 , #afe37a828faabd7 a{color: rgba(6, 164, 100, 1);}#afe37a828faabd7:hover, #afe37a828faabd7 a:hover {color: rgba(4, 204, 101, 1);}#ac7eca0ba9a4ccf .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac7eca0ba9a4ccf .menu-list-expand .submenu-indicator {
  display: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a img,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9e02ae88da9704 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a img,
#a9e02ae88da9704 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa5cfa706da140f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa5cfa706da140f .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa5cfa706da140f .menu-list-expand .submenu-indicator {
  display: none;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li a img,
#aa5cfa706da140f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a4592ac4cda6845 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5bb0a4e40af0ac  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#a4f0eae1c8ad5b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a5e1fa5af8a6d2f > .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;flex-grow: 0;}#aaa66adb04a787f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aaa66adb04a787f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6e05a9cb2aacc5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a71eaaa784aba6f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a71eaaa784aba6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1f02a72faacac9 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad649a4e1faa01e > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad649a4e1faa01e  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2131a4568ad5fb .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8427a3663ab91d > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8427a3663ab91d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a54aea8b6da48ed .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#af514ac23ca7297  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4549a962ca7add > .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;flex-grow: 0;}#aefe9a9dcba95e8 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aefe9a9dcba95e8  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a78b8a66c3a62cd .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a6860a4373a658a > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a6860a4373a658a  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a60d7a306dad87e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aa506af856a9ff7 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aa506af856a9ff7  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1a9bafb12a3379 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a1ea5a55aba2aaa > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a1ea5a55aba2aaa  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a92fda3d31aebae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a96dba8355ac472 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a96dba8355ac472  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3fa0aa753aa303 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a05c0a0e46a2f58  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ace13a3d21a10ea > .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;flex-grow: 0;}#a0604a42d4a4597 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0604a42d4a4597  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ac9a8ad93ea1211 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae9cbafda3a2f1b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae9cbafda3a2f1b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aac8da5f56ab439 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4442ab252a29a9 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4442ab252a29a9  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae418a8e29ac7a8 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aacb4aacb5aec67 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aacb4aacb5aec67  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#adafea3e44a3273 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7b50a7223adfe6 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7b50a7223adfe6  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1ff7aaad5a00c5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4ed7a699ea9c4b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4ed7a699ea9c4b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3cc7a1265a50b6 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8ba8a9e62a0d8c > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8ba8a9e62a0d8c  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2e38acba1a6797 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab151a234ead77c {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#ab151a234ead77c .layout-left li,
#ab151a234ead77c .layout-center li,
#ab151a234ead77c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab151a234ead77c .layout-left li a,
#ab151a234ead77c .layout-center li a,
#ab151a234ead77c .layout-right li a {
  height: 100%;
}
#ab151a234ead77c > .tab-tabs .layout-left {
  text-align: left;
}
#ab151a234ead77c > .tab-tabs .layout-center {
  text-align: center;
}
#ab151a234ead77c > .tab-tabs .layout-right {
  text-align: right;
}
#ab151a234ead77c .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#ab151a234ead77c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c .tab-contents,
#ab151a234ead77c .tab-contents-wrap {
  pointer-events: none;
}
#ab151a234ead77c .tab-content,
#ab151a234ead77c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab151a234ead77c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab151a234ead77c .tab-wrap .tab-contents {
  height: 100%;
}
#ab151a234ead77c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab151a234ead77c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab151a234ead77c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a445cadc90a6f90  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a54aba797fa6994  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a0c23a8da1a5492  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aa603ad8dfa8ae5 .a72bea96eba74bb {
  overflow: hidden;
}
#aa603ad8dfa8ae5 .a72bea96eba74bb , #aa603ad8dfa8ae5 .a72bea96eba74bb > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aa603ad8dfa8ae5 .a72bea96eba74bb:hover , #aa603ad8dfa8ae5 .a72bea96eba74bb *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aa603ad8dfa8ae5 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa603ad8dfa8ae5 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa603ad8dfa8ae5 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aa603ad8dfa8ae5 .uk-position-center-left-out {
    left: -30px;
  }
  #aa603ad8dfa8ae5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6f8da0e6ea7804  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7baeab343a1ed2 .a31f5a9637ae63a {
  overflow: hidden;
}
#a7baeab343a1ed2 .a31f5a9637ae63a , #a7baeab343a1ed2 .a31f5a9637ae63a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7baeab343a1ed2 .a31f5a9637ae63a:hover , #a7baeab343a1ed2 .a31f5a9637ae63a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7baeab343a1ed2 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a7baeab343a1ed2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7baeab343a1ed2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7baeab343a1ed2 .uk-position-center-left-out {
    left: -30px;
  }
  #a7baeab343a1ed2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7eeea24a2a489a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a9e11a3922a0a84 .a0c79ae6caaf8e2 {
  overflow: hidden;
}
#a9e11a3922a0a84 .a0c79ae6caaf8e2 , #a9e11a3922a0a84 .a0c79ae6caaf8e2 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a9e11a3922a0a84 .a0c79ae6caaf8e2:hover , #a9e11a3922a0a84 .a0c79ae6caaf8e2 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a9e11a3922a0a84 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a9e11a3922a0a84 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9e11a3922a0a84 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a9e11a3922a0a84 .uk-position-center-left-out {
    left: -30px;
  }
  #a9e11a3922a0a84 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa82faaea2a1c77  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a94ffa5483a8d60 .a8a48ae1cfa9a13 {
  overflow: hidden;
}
#a94ffa5483a8d60 .a8a48ae1cfa9a13 , #a94ffa5483a8d60 .a8a48ae1cfa9a13 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a94ffa5483a8d60 .a8a48ae1cfa9a13:hover , #a94ffa5483a8d60 .a8a48ae1cfa9a13 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a94ffa5483a8d60 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a94ffa5483a8d60 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a94ffa5483a8d60 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a94ffa5483a8d60 .uk-position-center-left-out {
    left: -30px;
  }
  #a94ffa5483a8d60 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3b61acc08a6bcf {
  overflow: hidden;
  pointer-events: none;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a3b61acc08a6bcf .layout-left li,
#a3b61acc08a6bcf .layout-center li,
#a3b61acc08a6bcf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3b61acc08a6bcf .layout-left li a,
#a3b61acc08a6bcf .layout-center li a,
#a3b61acc08a6bcf .layout-right li a {
  height: 100%;
}
#a3b61acc08a6bcf > .tab-tabs .layout-left {
  text-align: left;
}
#a3b61acc08a6bcf > .tab-tabs .layout-center {
  text-align: center;
}
#a3b61acc08a6bcf > .tab-tabs .layout-right {
  text-align: right;
}
#a3b61acc08a6bcf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a3b61acc08a6bcf .tab-content-wrap {
  background-color: #ffffff;
}
#a3b61acc08a6bcf .tab-contents,
#a3b61acc08a6bcf .tab-contents-wrap {
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-content,
#a3b61acc08a6bcf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3b61acc08a6bcf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-wrap .tab-contents {
  height: 100%;
}
#a3b61acc08a6bcf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2b29afa75af3d2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a7bdda440da10de  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af0fda089faa74e .a179ba61fca0888 {
  overflow: hidden;
}
#af0fda089faa74e .a179ba61fca0888 , #af0fda089faa74e .a179ba61fca0888 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af0fda089faa74e .a179ba61fca0888:hover , #af0fda089faa74e .a179ba61fca0888 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af0fda089faa74e .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af0fda089faa74e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af0fda089faa74e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af0fda089faa74e .uk-position-center-left-out {
    left: -30px;
  }
  #af0fda089faa74e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac029ab8d2ac795  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3fa1aa72eae5d8 .a8a0fa2a83ace44 {
  overflow: hidden;
}
#a3fa1aa72eae5d8 .a8a0fa2a83ace44 , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3fa1aa72eae5d8 .a8a0fa2a83ace44:hover , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3fa1aa72eae5d8 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a3fa1aa72eae5d8 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3fa1aa72eae5d8 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3fa1aa72eae5d8 .uk-position-center-left-out {
    left: -30px;
  }
  #a3fa1aa72eae5d8 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acd71a09bca3734  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2599afd13a8dda .a67b0a5657abdca {
  overflow: hidden;
}
#a2599afd13a8dda .a67b0a5657abdca , #a2599afd13a8dda .a67b0a5657abdca > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2599afd13a8dda .a67b0a5657abdca:hover , #a2599afd13a8dda .a67b0a5657abdca *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2599afd13a8dda .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2599afd13a8dda .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2599afd13a8dda .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2599afd13a8dda .uk-position-center-left-out {
    left: -30px;
  }
  #a2599afd13a8dda .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3bd9a9ed3a0012  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5fc2ae1b1ac227 .ada91af9b0a0502 {
  overflow: hidden;
}
#a5fc2ae1b1ac227 .ada91af9b0a0502 , #a5fc2ae1b1ac227 .ada91af9b0a0502 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5fc2ae1b1ac227 .ada91af9b0a0502:hover , #a5fc2ae1b1ac227 .ada91af9b0a0502 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5fc2ae1b1ac227 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a5fc2ae1b1ac227 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5fc2ae1b1ac227 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5fc2ae1b1ac227 .uk-position-center-left-out {
    left: -30px;
  }
  #a5fc2ae1b1ac227 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6bcdafc0fa513f  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab2a3a53e3a711b .aec71a08e0ab367 {
  overflow: hidden;
}
#ab2a3a53e3a711b .aec71a08e0ab367 , #ab2a3a53e3a711b .aec71a08e0ab367 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab2a3a53e3a711b .aec71a08e0ab367:hover , #ab2a3a53e3a711b .aec71a08e0ab367 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab2a3a53e3a711b .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ab2a3a53e3a711b .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab2a3a53e3a711b .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab2a3a53e3a711b .uk-position-center-left-out {
    left: -30px;
  }
  #ab2a3a53e3a711b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a309aa2ec8a7ce3 {
  overflow: hidden;
  pointer-events: none;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a309aa2ec8a7ce3 .layout-left li,
#a309aa2ec8a7ce3 .layout-center li,
#a309aa2ec8a7ce3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a309aa2ec8a7ce3 .layout-left li a,
#a309aa2ec8a7ce3 .layout-center li a,
#a309aa2ec8a7ce3 .layout-right li a {
  height: 100%;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-left {
  text-align: left;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-center {
  text-align: center;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-right {
  text-align: right;
}
#a309aa2ec8a7ce3 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a309aa2ec8a7ce3 .tab-content-wrap {
  background-color: #ffffff;
}
#a309aa2ec8a7ce3 .tab-contents,
#a309aa2ec8a7ce3 .tab-contents-wrap {
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-content,
#a309aa2ec8a7ce3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-wrap .tab-contents {
  height: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6180acc49a3e93  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a6dafa4ecea60a0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aff3cac13cafbfb .a06ebafd21a2d85 {
  overflow: hidden;
}
#aff3cac13cafbfb .a06ebafd21a2d85 , #aff3cac13cafbfb .a06ebafd21a2d85 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aff3cac13cafbfb .a06ebafd21a2d85:hover , #aff3cac13cafbfb .a06ebafd21a2d85 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aff3cac13cafbfb .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aff3cac13cafbfb .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aff3cac13cafbfb .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aff3cac13cafbfb .uk-position-center-left-out {
    left: -30px;
  }
  #aff3cac13cafbfb .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#afcbbaca6ea610b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a53e2aef3aaf277 .aa00dac1eeacc9a {
  overflow: hidden;
}
#a53e2aef3aaf277 .aa00dac1eeacc9a , #a53e2aef3aaf277 .aa00dac1eeacc9a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a53e2aef3aaf277 .aa00dac1eeacc9a:hover , #a53e2aef3aaf277 .aa00dac1eeacc9a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a53e2aef3aaf277 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a53e2aef3aaf277 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a53e2aef3aaf277 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a53e2aef3aaf277 .uk-position-center-left-out {
    left: -30px;
  }
  #a53e2aef3aaf277 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4dd9a08d0a4fbc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adea6aad87ac37c .a709ba3eb4afea8 {
  overflow: hidden;
}
#adea6aad87ac37c .a709ba3eb4afea8 , #adea6aad87ac37c .a709ba3eb4afea8 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adea6aad87ac37c .a709ba3eb4afea8:hover , #adea6aad87ac37c .a709ba3eb4afea8 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adea6aad87ac37c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#adea6aad87ac37c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adea6aad87ac37c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adea6aad87ac37c .uk-position-center-left-out {
    left: -30px;
  }
  #adea6aad87ac37c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5f67a73efa84f8  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4f05aa0b1a588c .ab4cfa7547abdc6 {
  overflow: hidden;
}
#a4f05aa0b1a588c .ab4cfa7547abdc6 , #a4f05aa0b1a588c .ab4cfa7547abdc6 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4f05aa0b1a588c .ab4cfa7547abdc6:hover , #a4f05aa0b1a588c .ab4cfa7547abdc6 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4f05aa0b1a588c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4f05aa0b1a588c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4f05aa0b1a588c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4f05aa0b1a588c .uk-position-center-left-out {
    left: -30px;
  }
  #a4f05aa0b1a588c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8b3caf245a9550 {
  overflow: hidden;
  pointer-events: none;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a8b3caf245a9550 .layout-left li,
#a8b3caf245a9550 .layout-center li,
#a8b3caf245a9550 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8b3caf245a9550 .layout-left li a,
#a8b3caf245a9550 .layout-center li a,
#a8b3caf245a9550 .layout-right li a {
  height: 100%;
}
#a8b3caf245a9550 > .tab-tabs .layout-left {
  text-align: left;
}
#a8b3caf245a9550 > .tab-tabs .layout-center {
  text-align: center;
}
#a8b3caf245a9550 > .tab-tabs .layout-right {
  text-align: right;
}
#a8b3caf245a9550 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a8b3caf245a9550 .tab-content-wrap {
  background-color: #ffffff;
}
#a8b3caf245a9550 .tab-contents,
#a8b3caf245a9550 .tab-contents-wrap {
  pointer-events: none;
}
#a8b3caf245a9550 .tab-content,
#a8b3caf245a9550 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8b3caf245a9550 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8b3caf245a9550 .tab-wrap .tab-contents {
  height: 100%;
}
#a8b3caf245a9550 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1c11abae0a6498  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#aa27fa0954aa408  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a61a0af29da2f9c .aeab3a5320a803f {
  overflow: hidden;
}
#a61a0af29da2f9c .aeab3a5320a803f , #a61a0af29da2f9c .aeab3a5320a803f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a61a0af29da2f9c .aeab3a5320a803f:hover , #a61a0af29da2f9c .aeab3a5320a803f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a61a0af29da2f9c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a61a0af29da2f9c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a61a0af29da2f9c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a61a0af29da2f9c .uk-position-center-left-out {
    left: -30px;
  }
  #a61a0af29da2f9c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8c29a827fa339d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a1f73acf75a8e75 .a5c24a00fda0569 {
  overflow: hidden;
}
#a1f73acf75a8e75 .a5c24a00fda0569 , #a1f73acf75a8e75 .a5c24a00fda0569 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a1f73acf75a8e75 .a5c24a00fda0569:hover , #a1f73acf75a8e75 .a5c24a00fda0569 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a1f73acf75a8e75 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1f73acf75a8e75 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a1f73acf75a8e75 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a1f73acf75a8e75 .uk-position-center-left-out {
    left: -30px;
  }
  #a1f73acf75a8e75 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a988ba0fa4a2973  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4092a576fa0692 .a229fac40ea9024 {
  overflow: hidden;
}
#a4092a576fa0692 .a229fac40ea9024 , #a4092a576fa0692 .a229fac40ea9024 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4092a576fa0692 .a229fac40ea9024:hover , #a4092a576fa0692 .a229fac40ea9024 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4092a576fa0692 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4092a576fa0692 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4092a576fa0692 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4092a576fa0692 .uk-position-center-left-out {
    left: -30px;
  }
  #a4092a576fa0692 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac7c7a155ba5f06  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a0daaa7cb3a7125 .a8c63ab1d9a065f {
  overflow: hidden;
}
#a0daaa7cb3a7125 .a8c63ab1d9a065f , #a0daaa7cb3a7125 .a8c63ab1d9a065f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a0daaa7cb3a7125 .a8c63ab1d9a065f:hover , #a0daaa7cb3a7125 .a8c63ab1d9a065f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a0daaa7cb3a7125 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a0daaa7cb3a7125 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a0daaa7cb3a7125 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a0daaa7cb3a7125 .uk-position-center-left-out {
    left: -30px;
  }
  #a0daaa7cb3a7125 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a2884a9c7aa42cb {
  overflow: hidden;
  pointer-events: none;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a2884a9c7aa42cb .layout-left li,
#a2884a9c7aa42cb .layout-center li,
#a2884a9c7aa42cb .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a2884a9c7aa42cb .layout-left li a,
#a2884a9c7aa42cb .layout-center li a,
#a2884a9c7aa42cb .layout-right li a {
  height: 100%;
}
#a2884a9c7aa42cb > .tab-tabs .layout-left {
  text-align: left;
}
#a2884a9c7aa42cb > .tab-tabs .layout-center {
  text-align: center;
}
#a2884a9c7aa42cb > .tab-tabs .layout-right {
  text-align: right;
}
#a2884a9c7aa42cb .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a2884a9c7aa42cb .tab-content-wrap {
  background-color: #ffffff;
}
#a2884a9c7aa42cb .tab-contents,
#a2884a9c7aa42cb .tab-contents-wrap {
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-content,
#a2884a9c7aa42cb .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a2884a9c7aa42cb .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-wrap .tab-contents {
  height: 100%;
}
#a2884a9c7aa42cb .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9337a9870a4aa8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .tab-nav li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .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: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#a9337a9870a4aa8 .layout-left li,
#a9337a9870a4aa8 .layout-center li,
#a9337a9870a4aa8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9337a9870a4aa8 .layout-left li a,
#a9337a9870a4aa8 .layout-center li a,
#a9337a9870a4aa8 .layout-right li a {
  height: 100%;
}
#a9337a9870a4aa8 > .tab-tabs .layout-left {
  text-align: left;
}
#a9337a9870a4aa8 > .tab-tabs .layout-center {
  text-align: center;
}
#a9337a9870a4aa8 > .tab-tabs .layout-right {
  text-align: right;
}
#a9337a9870a4aa8 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a9337a9870a4aa8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 .tab-contents,
#a9337a9870a4aa8 .tab-contents-wrap {
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-content,
#a9337a9870a4aa8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9337a9870a4aa8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-wrap .tab-contents {
  height: 100%;
}
#a9337a9870a4aa8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a02f5a3ff9a4083  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0dafa41eda42c1 > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a0936a27c6a7e20 > .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;}#a0936a27c6a7e20  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0936a27c6a7e20:hover * {color: #000000  !important}
                            #a0936a27c6a7e20:hover .line{border-color: #000000  !important}#a0099a01a7a0786 > .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;}#a0099a01a7a0786  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0099a01a7a0786:hover * {color: #000000  !important}
                            #a0099a01a7a0786:hover .line{border-color: #000000  !important}#ada22ad7caad10a  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a2384a88bcaa91f > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#aff0fa80aca0f48 > .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;}#aff0fa80aca0f48  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aff0fa80aca0f48:hover * {color: #000000  !important}
                            #aff0fa80aca0f48:hover .line{border-color: #000000  !important}#a7c98ad8d3a2f15 > .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;}#a7c98ad8d3a2f15  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7c98ad8d3a2f15:hover * {color: #000000  !important}
                            #a7c98ad8d3a2f15:hover .line{border-color: #000000  !important}#aef76a9e03a209f  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a96e2a6c2aae62d > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#ae1efad977acc8b > .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;}#ae1efad977acc8b  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#ae1efad977acc8b:hover * {color: #000000  !important}
                            #ae1efad977acc8b:hover .line{border-color: #000000  !important}#a969ba27fba3e87 > .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;}#a969ba27fba3e87  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a969ba27fba3e87:hover * {color: #000000  !important}
                            #a969ba27fba3e87:hover .line{border-color: #000000  !important}#a72b8a64dba1bcc > .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;}#a72b8a64dba1bcc  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a72b8a64dba1bcc:hover * {color: #000000  !important}
                            #a72b8a64dba1bcc:hover .line{border-color: #000000  !important}#a5509a25c7aa431 > .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;}#a5509a25c7aa431  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a5509a25c7aa431:hover * {color: #000000  !important}
                            #a5509a25c7aa431:hover .line{border-color: #000000  !important}#ac860aabe5ab7a3 {
  overflow: hidden;
  pointer-events: none;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 .layout-left li,
#ac860aabe5ab7a3 .layout-center li,
#ac860aabe5ab7a3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac860aabe5ab7a3 .layout-left li a,
#ac860aabe5ab7a3 .layout-center li a,
#ac860aabe5ab7a3 .layout-right li a {
  height: 100%;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-left {
  text-align: left;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-center {
  text-align: center;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-right {
  text-align: right;
}
#ac860aabe5ab7a3 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#ac860aabe5ab7a3 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ac860aabe5ab7a3 .tab-contents,
#ac860aabe5ab7a3 .tab-contents-wrap {
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-content,
#ac860aabe5ab7a3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac860aabe5ab7a3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-wrap .tab-contents {
  height: 100%;
}
#ac860aabe5ab7a3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a803baa081aca73 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a803baa081aca73 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a803baa081aca73 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a803baa081aca73 .menu-list > li > a {
  padding: 0 10px;
}
#a803baa081aca73 .menu-list > li:hover:before {
  height: 100%;
}
#a803baa081aca73 .menu-list > li:hover:after {
  color: auto;
}
#a803baa081aca73 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a803baa081aca73 .menu-list > li:first-child:after {
  content: "";
}
#a803baa081aca73 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a803baa081aca73 .menu-list > li ul li {
  position: relative;
}
#a803baa081aca73 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a803baa081aca73 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a803baa081aca73 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 li ul,
#a803baa081aca73 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a803baa081aca73 li:hover > ul {
  left: auto;
}
#a803baa081aca73 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7dccacd36ad578  {flex: 1;}#a69f4ab821a50d1  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 30px;}#a4b99a39a0aa354 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a01c1a8d39a14dc .ele-wrap {border-color: rgba(1, 117, 95, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 16px;background-color: #1364d8;border-radius: 3px;justify-content: center;}#a01c1a8d39a14dc .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;border-color: rgba(17, 138, 158, 1);background-color: rgba(9, 107, 123, 1);}#ab643a38eea4893  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 30px;}#aed10ab00cab997 {
  border-radius: 5px;
  overflow: hidden;
}
#aed10ab00cab997 .ele-slideshow .uk-dotnav li a {
  background: #ffffff;
}
#aed10ab00cab997 .ele-slideshow .uk-dotnav > .uk-active a {
  background: #01755f;
}
#aed10ab00cab997 .ele-slideshow .uk-slidenav {
  background-color: rgba(65, 117, 5, 0);
}
#aed10ab00cab997 .ele-slideshow .uk-slidenav {
  color: #f5a623;
}
#aed10ab00cab997 .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(255, 255, 255, 0);
}
#a496ba69f3a23d4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ab5dca1561a4316 > .ele-wrap {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;}#a79a0a700baaf63 > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#a8defa135faf3f6 > .ele-wrap {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;}#a1d77a4b40aeb56 > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#a9112a034ba5cfb > .ele-wrap {border-left-width: -1px;border-bottom-width: -1px;border-right-width: -1px;border-top-width: -1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a82d4aa688ab23a > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-left-color: rgba(235, 235, 235, 1);}#aa5f7abf91a771a > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/ad1cfa3e21a0b3d/1758611485008.jpeg);background-size: cover;background-position: center left;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac7f7af3f0a923c .ele-wrap {color: #01755f;border-width: 0px;border-style: solid;font-size: 12px;background-color: transparent;border-radius: 3px;justify-content: flex-start;font-family: Verdana;padding-left: 1px;padding-right: 1px;}#ac7f7af3f0a923c .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #000000;background-color: rgba(255, 255, 255, 0);}#a7f24a0be6ae1bb {
  overflow: hidden;
  pointer-events: none;
}
#a7f24a0be6ae1bb > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a7f24a0be6ae1bb > .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;
}
#a7f24a0be6ae1bb > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a7f24a0be6ae1bb > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a7f24a0be6ae1bb > .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;
}
#a7f24a0be6ae1bb > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a7f24a0be6ae1bb > .tab-wrap > div > .tab-nav,
#a7f24a0be6ae1bb > .tab-nav,
#a7f24a0be6ae1bb > .tab-tabs > .tab-wrap > div > .tab-nav,
#a7f24a0be6ae1bb > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a7f24a0be6ae1bb > .tab-wrap > div > .tab-nav-horizontal,
#a7f24a0be6ae1bb > .tab-nav-horizontal,
#a7f24a0be6ae1bb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a7f24a0be6ae1bb > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a7f24a0be6ae1bb > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a7f24a0be6ae1bb > .tab-nav-horizontal::-webkit-scrollbar,
#a7f24a0be6ae1bb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a7f24a0be6ae1bb > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a7f24a0be6ae1bb > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a7f24a0be6ae1bb > .tab-nav-horizontal.tagScroll,
#a7f24a0be6ae1bb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a7f24a0be6ae1bb > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 20px;
  overflow-x: auto;
}
#a7f24a0be6ae1bb > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a7f24a0be6ae1bb > .tab-nav-horizontal.tagScroll li a,
#a7f24a0be6ae1bb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a7f24a0be6ae1bb > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a7f24a0be6ae1bb > .tab-wrap > div > .tab-nav a,
#a7f24a0be6ae1bb > .tab-nav a,
#a7f24a0be6ae1bb > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a7f24a0be6ae1bb > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a7f24a0be6ae1bb > .tab-wrap > div > .tab-nav li a,
#a7f24a0be6ae1bb > .tab-nav li a,
#a7f24a0be6ae1bb > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a7f24a0be6ae1bb > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #1364d8;
  background-color: rgba(35, 143, 202, 0);
  margin-top: 0;
  margin-right: 10px;
  margin-left: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
}
#a7f24a0be6ae1bb > .tab-wrap > div > .tab-nav li a svg,
#a7f24a0be6ae1bb > .tab-nav li a svg,
#a7f24a0be6ae1bb > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a7f24a0be6ae1bb > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a7f24a0be6ae1bb > .tab-wrap > div > .tab-nav li a .ap_icon,
#a7f24a0be6ae1bb > .tab-nav li a .ap_icon,
#a7f24a0be6ae1bb > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a7f24a0be6ae1bb > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a7f24a0be6ae1bb > .tab-wrap > div > .tab-nav li a:hover,
#a7f24a0be6ae1bb > .tab-nav li a:hover,
#a7f24a0be6ae1bb > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a7f24a0be6ae1bb > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
}
#a7f24a0be6ae1bb > .tab-wrap > div > .tab-nav li.uk-active a,
#a7f24a0be6ae1bb > .tab-nav li.uk-active a,
#a7f24a0be6ae1bb > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a7f24a0be6ae1bb > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #000000;
  border-bottom-style: none;
  border-bottom-width: 0;
}
#a7f24a0be6ae1bb .layout-left li,
#a7f24a0be6ae1bb .layout-center li,
#a7f24a0be6ae1bb .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a7f24a0be6ae1bb .layout-left li a,
#a7f24a0be6ae1bb .layout-center li a,
#a7f24a0be6ae1bb .layout-right li a {
  height: 100%;
}
#a7f24a0be6ae1bb > .tab-tabs .layout-left {
  text-align: left;
}
#a7f24a0be6ae1bb > .tab-tabs .layout-center {
  text-align: center;
}
#a7f24a0be6ae1bb > .tab-tabs .layout-right {
  text-align: right;
}
#a7f24a0be6ae1bb .tab-contents {
  height: 100%;
  height: calc(100% - 20px);
}
#a7f24a0be6ae1bb .tab-content-wrap {
  background-color: #ffffff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
}
#a7f24a0be6ae1bb .tab-contents,
#a7f24a0be6ae1bb .tab-contents-wrap {
  pointer-events: none;
}
#a7f24a0be6ae1bb .tab-content,
#a7f24a0be6ae1bb .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a7f24a0be6ae1bb .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a7f24a0be6ae1bb .tab-wrap .tab-contents {
  height: 100%;
}
#a7f24a0be6ae1bb .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a7f24a0be6ae1bb .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a7f24a0be6ae1bb .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a004ba5832ab8cb .ele-wrap {color: #01755f;border-width: 0px;border-style: solid;font-size: 12px;background-color: transparent;border-radius: 3px;justify-content: flex-start;font-family: Verdana;padding-left: 1px;padding-right: 1px;}#a004ba5832ab8cb .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #000000;background-color: rgba(255, 255, 255, 0);}#ac94cad1f0aba0f {
  overflow: hidden;
  pointer-events: none;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ac94cad1f0aba0f > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac94cad1f0aba0f > .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;
}
#ac94cad1f0aba0f > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac94cad1f0aba0f > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac94cad1f0aba0f > .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;
}
#ac94cad1f0aba0f > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac94cad1f0aba0f > .tab-wrap > div > .tab-nav,
#ac94cad1f0aba0f > .tab-nav,
#ac94cad1f0aba0f > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac94cad1f0aba0f > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#ac94cad1f0aba0f > .tab-wrap > div > .tab-nav-horizontal,
#ac94cad1f0aba0f > .tab-nav-horizontal,
#ac94cad1f0aba0f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac94cad1f0aba0f > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac94cad1f0aba0f > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac94cad1f0aba0f > .tab-nav-horizontal::-webkit-scrollbar,
#ac94cad1f0aba0f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac94cad1f0aba0f > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac94cad1f0aba0f > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac94cad1f0aba0f > .tab-nav-horizontal.tagScroll,
#ac94cad1f0aba0f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac94cad1f0aba0f > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 20px;
  overflow-x: auto;
}
#ac94cad1f0aba0f > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac94cad1f0aba0f > .tab-nav-horizontal.tagScroll li a,
#ac94cad1f0aba0f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac94cad1f0aba0f > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac94cad1f0aba0f > .tab-wrap > div > .tab-nav a,
#ac94cad1f0aba0f > .tab-nav a,
#ac94cad1f0aba0f > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac94cad1f0aba0f > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ac94cad1f0aba0f > .tab-wrap > div > .tab-nav li a,
#ac94cad1f0aba0f > .tab-nav li a,
#ac94cad1f0aba0f > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac94cad1f0aba0f > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #1364d8;
  background-color: rgba(35, 143, 202, 0);
  margin-top: 0;
  margin-right: 10px;
  margin-left: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
  margin-bottom: 0;
}
#ac94cad1f0aba0f > .tab-wrap > div > .tab-nav li a svg,
#ac94cad1f0aba0f > .tab-nav li a svg,
#ac94cad1f0aba0f > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac94cad1f0aba0f > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac94cad1f0aba0f > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac94cad1f0aba0f > .tab-nav li a .ap_icon,
#ac94cad1f0aba0f > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac94cad1f0aba0f > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac94cad1f0aba0f > .tab-wrap > div > .tab-nav li a:hover,
#ac94cad1f0aba0f > .tab-nav li a:hover,
#ac94cad1f0aba0f > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac94cad1f0aba0f > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #000000;
  border-bottom-style: solid;
  border-bottom-color: #4a4a4a;
  border-bottom-width: 1px;
}
#ac94cad1f0aba0f > .tab-wrap > div > .tab-nav li.uk-active a,
#ac94cad1f0aba0f > .tab-nav li.uk-active a,
#ac94cad1f0aba0f > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac94cad1f0aba0f > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #000000;
}
#ac94cad1f0aba0f .layout-left li,
#ac94cad1f0aba0f .layout-center li,
#ac94cad1f0aba0f .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac94cad1f0aba0f .layout-left li a,
#ac94cad1f0aba0f .layout-center li a,
#ac94cad1f0aba0f .layout-right li a {
  height: 100%;
}
#ac94cad1f0aba0f > .tab-tabs .layout-left {
  text-align: left;
}
#ac94cad1f0aba0f > .tab-tabs .layout-center {
  text-align: center;
}
#ac94cad1f0aba0f > .tab-tabs .layout-right {
  text-align: right;
}
#ac94cad1f0aba0f .tab-contents {
  height: 100%;
  height: calc(100% - 20px);
}
#ac94cad1f0aba0f .tab-content-wrap {
  background-color: #ffffff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#ac94cad1f0aba0f .tab-contents,
#ac94cad1f0aba0f .tab-contents-wrap {
  pointer-events: none;
}
#ac94cad1f0aba0f .tab-content,
#ac94cad1f0aba0f .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac94cad1f0aba0f .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac94cad1f0aba0f .tab-wrap .tab-contents {
  height: 100%;
}
#ac94cad1f0aba0f .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac94cad1f0aba0f .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac94cad1f0aba0f .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8caba83c1ac2cb .ele-wrap {color: #01755f;border-width: 0px;border-style: solid;font-size: 12px;background-color: transparent;border-radius: 3px;justify-content: flex-start;font-family: Verdana;padding-left: 1px;padding-right: 1px;}#a8caba83c1ac2cb .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #000000;background-color: rgba(255, 255, 255, 0);}#a5729a7922a49dc {
  overflow: hidden;
  pointer-events: none;
}
#a5729a7922a49dc > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5729a7922a49dc > .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;
}
#a5729a7922a49dc > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5729a7922a49dc > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5729a7922a49dc > .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;
}
#a5729a7922a49dc > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5729a7922a49dc > .tab-wrap > div > .tab-nav,
#a5729a7922a49dc > .tab-nav,
#a5729a7922a49dc > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5729a7922a49dc > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a5729a7922a49dc > .tab-wrap > div > .tab-nav-horizontal,
#a5729a7922a49dc > .tab-nav-horizontal,
#a5729a7922a49dc > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5729a7922a49dc > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5729a7922a49dc > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5729a7922a49dc > .tab-nav-horizontal::-webkit-scrollbar,
#a5729a7922a49dc > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5729a7922a49dc > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5729a7922a49dc > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5729a7922a49dc > .tab-nav-horizontal.tagScroll,
#a5729a7922a49dc > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5729a7922a49dc > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 20px;
  overflow-x: auto;
}
#a5729a7922a49dc > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5729a7922a49dc > .tab-nav-horizontal.tagScroll li a,
#a5729a7922a49dc > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5729a7922a49dc > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5729a7922a49dc > .tab-wrap > div > .tab-nav a,
#a5729a7922a49dc > .tab-nav a,
#a5729a7922a49dc > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5729a7922a49dc > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a5729a7922a49dc > .tab-wrap > div > .tab-nav li a,
#a5729a7922a49dc > .tab-nav li a,
#a5729a7922a49dc > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5729a7922a49dc > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #1364d8;
  background-color: rgba(35, 143, 202, 0);
  margin-top: 0;
  margin-right: 10px;
  margin-left: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
}
#a5729a7922a49dc > .tab-wrap > div > .tab-nav li a svg,
#a5729a7922a49dc > .tab-nav li a svg,
#a5729a7922a49dc > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5729a7922a49dc > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5729a7922a49dc > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5729a7922a49dc > .tab-nav li a .ap_icon,
#a5729a7922a49dc > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5729a7922a49dc > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5729a7922a49dc > .tab-wrap > div > .tab-nav li a:hover,
#a5729a7922a49dc > .tab-nav li a:hover,
#a5729a7922a49dc > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5729a7922a49dc > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
  border-bottom-style: solid;
}
#a5729a7922a49dc > .tab-wrap > div > .tab-nav li.uk-active a,
#a5729a7922a49dc > .tab-nav li.uk-active a,
#a5729a7922a49dc > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5729a7922a49dc > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #000000;
  border-bottom-style: none;
  border-bottom-width: 0;
}
#a5729a7922a49dc .layout-left li,
#a5729a7922a49dc .layout-center li,
#a5729a7922a49dc .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5729a7922a49dc .layout-left li a,
#a5729a7922a49dc .layout-center li a,
#a5729a7922a49dc .layout-right li a {
  height: 100%;
}
#a5729a7922a49dc > .tab-tabs .layout-left {
  text-align: left;
}
#a5729a7922a49dc > .tab-tabs .layout-center {
  text-align: center;
}
#a5729a7922a49dc > .tab-tabs .layout-right {
  text-align: right;
}
#a5729a7922a49dc .tab-contents {
  height: 100%;
  height: calc(100% - 20px);
}
#a5729a7922a49dc .tab-content-wrap {
  background-color: #ffffff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
}
#a5729a7922a49dc .tab-contents,
#a5729a7922a49dc .tab-contents-wrap {
  pointer-events: none;
}
#a5729a7922a49dc .tab-content,
#a5729a7922a49dc .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5729a7922a49dc .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5729a7922a49dc .tab-wrap .tab-contents {
  height: 100%;
}
#a5729a7922a49dc .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5729a7922a49dc .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a5729a7922a49dc .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ae5f3af924af947  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#aed66a5df1abbb6  {flex-grow: 1;}#a0916af2abab1f7  {flex: 1;}#aa498ae26eafc95  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 20px;}#a3e71a85b6aab91  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;}#aa4e9a57a0a3ee2  {flex-grow: 1;}#a78e9ac5e6af949  {flex: 1;}#a83fbad440ab6b2  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;}#a9187a8cc8a1e89 .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 15px;background-color: #1364d8;border-radius: 3px;justify-content: center;font-family: Verdana;}#a9187a8cc8a1e89 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(1, 117, 95, 0.8);}#abe2aafbb3a85df  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;}#ae589a8b57a9324 .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 15px;background-color: #1364d8;border-radius: 3px;justify-content: center;font-family: Verdana;}#ae589a8b57a9324 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(1, 117, 95, 0.8);}#ac8fca2213a12f1  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 40px;}#ac649ad5bfa40d1  {flex: 1;}#a2692a440cad7fe .ae09ea032ca4372 {
  overflow: hidden;
}
#a2692a440cad7fe .ae09ea032ca4372 , #a2692a440cad7fe .ae09ea032ca4372 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a2692a440cad7fe .ae09ea032ca4372:hover , #a2692a440cad7fe .ae09ea032ca4372 *:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2692a440cad7fe .a767fa571ea288e {
  overflow: hidden;
}
#a2692a440cad7fe .a767fa571ea288e , #a2692a440cad7fe .a767fa571ea288e > * {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: Verdana;color: rgba(225, 225, 225, 1);}#a2692a440cad7fe .a1feda0655a8a5b {
  overflow: hidden;
}
#a2692a440cad7fe .a1feda0655a8a5b , #a2692a440cad7fe .a1feda0655a8a5b > * {
        font-weight: bold;
        font-style: normal;
    font-size: 13px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a2692a440cad7fe .uk-grid {
  margin-left: -10px;
}
#a2692a440cad7fe .uk-grid > * {
  padding-left: 10px;
}
#a2692a440cad7fe .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a2692a440cad7fe .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#a2692a440cad7fe .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #a2692a440cad7fe .uk-position-center-left-out {
    left: -30px;
  }
  #a2692a440cad7fe .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a50c7ac589ab9cb  {flex: 1;}#a4ab2a7352a1609 .a6148a0c1ea95ed {
  overflow: hidden;
}
#a4ab2a7352a1609 .a6148a0c1ea95ed , #a4ab2a7352a1609 .a6148a0c1ea95ed > * {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a4ab2a7352a1609 .a6148a0c1ea95ed:hover , #a4ab2a7352a1609 .a6148a0c1ea95ed *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a4ab2a7352a1609 .uk-grid {
  margin-left: -10px;
}
#a4ab2a7352a1609 .uk-grid > * {
  padding-left: 10px;
}
#a4ab2a7352a1609 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a4ab2a7352a1609 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#a4ab2a7352a1609 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #a4ab2a7352a1609 .uk-position-center-left-out {
    left: -30px;
  }
  #a4ab2a7352a1609 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ab441a18b2a2790 {
  overflow: hidden;
  pointer-events: none;
}
#ab441a18b2a2790 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab441a18b2a2790 > .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;
}
#ab441a18b2a2790 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab441a18b2a2790 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab441a18b2a2790 > .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;
}
#ab441a18b2a2790 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab441a18b2a2790 > .tab-wrap > div > .tab-nav,
#ab441a18b2a2790 > .tab-nav,
#ab441a18b2a2790 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab441a18b2a2790 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab441a18b2a2790 > .tab-wrap > div > .tab-nav-horizontal,
#ab441a18b2a2790 > .tab-nav-horizontal,
#ab441a18b2a2790 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab441a18b2a2790 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab441a18b2a2790 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab441a18b2a2790 > .tab-nav-horizontal::-webkit-scrollbar,
#ab441a18b2a2790 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab441a18b2a2790 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab441a18b2a2790 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab441a18b2a2790 > .tab-nav-horizontal.tagScroll,
#ab441a18b2a2790 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab441a18b2a2790 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#ab441a18b2a2790 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab441a18b2a2790 > .tab-nav-horizontal.tagScroll li a,
#ab441a18b2a2790 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab441a18b2a2790 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab441a18b2a2790 > .tab-wrap > div > .tab-nav a,
#ab441a18b2a2790 > .tab-nav a,
#ab441a18b2a2790 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab441a18b2a2790 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ab441a18b2a2790 > .tab-wrap > div > .tab-nav li a,
#ab441a18b2a2790 > .tab-nav li a,
#ab441a18b2a2790 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab441a18b2a2790 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 10px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(255, 255, 255, 0);
  border-right-style: none;
}
#ab441a18b2a2790 > .tab-wrap > div > .tab-nav li a svg,
#ab441a18b2a2790 > .tab-nav li a svg,
#ab441a18b2a2790 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab441a18b2a2790 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab441a18b2a2790 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab441a18b2a2790 > .tab-nav li a .ap_icon,
#ab441a18b2a2790 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab441a18b2a2790 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab441a18b2a2790 > .tab-wrap > div > .tab-nav li a:hover,
#ab441a18b2a2790 > .tab-nav li a:hover,
#ab441a18b2a2790 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab441a18b2a2790 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab441a18b2a2790 > .tab-wrap > div > .tab-nav li.uk-active a,
#ab441a18b2a2790 > .tab-nav li.uk-active a,
#ab441a18b2a2790 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab441a18b2a2790 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab441a18b2a2790 .layout-left li,
#ab441a18b2a2790 .layout-center li,
#ab441a18b2a2790 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab441a18b2a2790 .layout-left li a,
#ab441a18b2a2790 .layout-center li a,
#ab441a18b2a2790 .layout-right li a {
  height: 100%;
}
#ab441a18b2a2790 > .tab-tabs .layout-left {
  text-align: left;
}
#ab441a18b2a2790 > .tab-tabs .layout-center {
  text-align: center;
}
#ab441a18b2a2790 > .tab-tabs .layout-right {
  text-align: right;
}
#ab441a18b2a2790 .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#ab441a18b2a2790 .tab-content-wrap {
  background-color: transparent;
}
#ab441a18b2a2790 .tab-contents,
#ab441a18b2a2790 .tab-contents-wrap {
  pointer-events: none;
}
#ab441a18b2a2790 .tab-content,
#ab441a18b2a2790 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab441a18b2a2790 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab441a18b2a2790 .tab-wrap .tab-contents {
  height: 100%;
}
#ab441a18b2a2790 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab441a18b2a2790 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab441a18b2a2790 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0feea95a2a72ad  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#af056a2390a76c7  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a36a4a72ebaa0ec , #a36a4a72ebaa0ec a{flex-grow: 0;color: rgba(49, 118, 219, 1);}#a36a4a72ebaa0ec:hover, #a36a4a72ebaa0ec a:hover {color: rgba(19, 100, 216, 1);}#a767fa3f3aaf748  {flex-grow: 1;}#a4fb9aba3ca9c8c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a4fb9aba3ca9c8c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a4fb9aba3ca9c8c .ap-icon {
  margin-right: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon img,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li:hover > a,
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a4fb9aba3ca9c8c .menu-list ul,
#a4fb9aba3ca9c8c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a4fb9aba3ca9c8c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a4fb9aba3ca9c8c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4fb9aba3ca9c8c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4fb9aba3ca9c8c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a49b0afccaac34c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a49b0afccaac34c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a49b0afccaac34c .ap-icon {
  margin-right: 6px;
}
#a49b0afccaac34c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a,
#a49b0afccaac34c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon img,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a49b0afccaac34c .menu-list > li:hover > a,
#a49b0afccaac34c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a49b0afccaac34c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a49b0afccaac34c .menu-list ul,
#a49b0afccaac34c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a49b0afccaac34c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a49b0afccaac34c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a49b0afccaac34c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a49b0afccaac34c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a468aa0b1da717e > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afe37a828faabd7 , #afe37a828faabd7 a{color: rgba(6, 164, 100, 1);}#afe37a828faabd7:hover, #afe37a828faabd7 a:hover {color: rgba(4, 204, 101, 1);}#ac7eca0ba9a4ccf .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac7eca0ba9a4ccf .menu-list-expand .submenu-indicator {
  display: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a img,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9e02ae88da9704 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a img,
#a9e02ae88da9704 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa5cfa706da140f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa5cfa706da140f .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa5cfa706da140f .menu-list-expand .submenu-indicator {
  display: none;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li a img,
#aa5cfa706da140f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a1cd7ac04dad988 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5bb0a4e40af0ac  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#a4f0eae1c8ad5b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a5e1fa5af8a6d2f > .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;flex-grow: 0;}#aaa66adb04a787f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aaa66adb04a787f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6e05a9cb2aacc5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a71eaaa784aba6f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a71eaaa784aba6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1f02a72faacac9 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad649a4e1faa01e > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad649a4e1faa01e  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2131a4568ad5fb .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8427a3663ab91d > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8427a3663ab91d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a54aea8b6da48ed .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#af514ac23ca7297  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4549a962ca7add > .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;flex-grow: 0;}#aefe9a9dcba95e8 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aefe9a9dcba95e8  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a78b8a66c3a62cd .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a6860a4373a658a > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a6860a4373a658a  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a60d7a306dad87e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aa506af856a9ff7 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aa506af856a9ff7  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1a9bafb12a3379 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a1ea5a55aba2aaa > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a1ea5a55aba2aaa  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a92fda3d31aebae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a96dba8355ac472 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a96dba8355ac472  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3fa0aa753aa303 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a05c0a0e46a2f58  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ace13a3d21a10ea > .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;flex-grow: 0;}#a0604a42d4a4597 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0604a42d4a4597  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ac9a8ad93ea1211 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae9cbafda3a2f1b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae9cbafda3a2f1b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aac8da5f56ab439 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4442ab252a29a9 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4442ab252a29a9  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae418a8e29ac7a8 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aacb4aacb5aec67 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aacb4aacb5aec67  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#adafea3e44a3273 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7b50a7223adfe6 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7b50a7223adfe6  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1ff7aaad5a00c5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4ed7a699ea9c4b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4ed7a699ea9c4b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3cc7a1265a50b6 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8ba8a9e62a0d8c > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8ba8a9e62a0d8c  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2e38acba1a6797 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab151a234ead77c {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#ab151a234ead77c .layout-left li,
#ab151a234ead77c .layout-center li,
#ab151a234ead77c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab151a234ead77c .layout-left li a,
#ab151a234ead77c .layout-center li a,
#ab151a234ead77c .layout-right li a {
  height: 100%;
}
#ab151a234ead77c > .tab-tabs .layout-left {
  text-align: left;
}
#ab151a234ead77c > .tab-tabs .layout-center {
  text-align: center;
}
#ab151a234ead77c > .tab-tabs .layout-right {
  text-align: right;
}
#ab151a234ead77c .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#ab151a234ead77c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c .tab-contents,
#ab151a234ead77c .tab-contents-wrap {
  pointer-events: none;
}
#ab151a234ead77c .tab-content,
#ab151a234ead77c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab151a234ead77c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab151a234ead77c .tab-wrap .tab-contents {
  height: 100%;
}
#ab151a234ead77c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab151a234ead77c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab151a234ead77c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a445cadc90a6f90  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a54aba797fa6994  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a0c23a8da1a5492  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aa603ad8dfa8ae5 .a72bea96eba74bb {
  overflow: hidden;
}
#aa603ad8dfa8ae5 .a72bea96eba74bb , #aa603ad8dfa8ae5 .a72bea96eba74bb > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aa603ad8dfa8ae5 .a72bea96eba74bb:hover , #aa603ad8dfa8ae5 .a72bea96eba74bb *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aa603ad8dfa8ae5 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa603ad8dfa8ae5 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa603ad8dfa8ae5 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aa603ad8dfa8ae5 .uk-position-center-left-out {
    left: -30px;
  }
  #aa603ad8dfa8ae5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6f8da0e6ea7804  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7baeab343a1ed2 .a31f5a9637ae63a {
  overflow: hidden;
}
#a7baeab343a1ed2 .a31f5a9637ae63a , #a7baeab343a1ed2 .a31f5a9637ae63a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7baeab343a1ed2 .a31f5a9637ae63a:hover , #a7baeab343a1ed2 .a31f5a9637ae63a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7baeab343a1ed2 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a7baeab343a1ed2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7baeab343a1ed2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7baeab343a1ed2 .uk-position-center-left-out {
    left: -30px;
  }
  #a7baeab343a1ed2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7eeea24a2a489a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a9e11a3922a0a84 .a0c79ae6caaf8e2 {
  overflow: hidden;
}
#a9e11a3922a0a84 .a0c79ae6caaf8e2 , #a9e11a3922a0a84 .a0c79ae6caaf8e2 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a9e11a3922a0a84 .a0c79ae6caaf8e2:hover , #a9e11a3922a0a84 .a0c79ae6caaf8e2 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a9e11a3922a0a84 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a9e11a3922a0a84 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9e11a3922a0a84 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a9e11a3922a0a84 .uk-position-center-left-out {
    left: -30px;
  }
  #a9e11a3922a0a84 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa82faaea2a1c77  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a94ffa5483a8d60 .a8a48ae1cfa9a13 {
  overflow: hidden;
}
#a94ffa5483a8d60 .a8a48ae1cfa9a13 , #a94ffa5483a8d60 .a8a48ae1cfa9a13 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a94ffa5483a8d60 .a8a48ae1cfa9a13:hover , #a94ffa5483a8d60 .a8a48ae1cfa9a13 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a94ffa5483a8d60 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a94ffa5483a8d60 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a94ffa5483a8d60 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a94ffa5483a8d60 .uk-position-center-left-out {
    left: -30px;
  }
  #a94ffa5483a8d60 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3b61acc08a6bcf {
  overflow: hidden;
  pointer-events: none;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a3b61acc08a6bcf .layout-left li,
#a3b61acc08a6bcf .layout-center li,
#a3b61acc08a6bcf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3b61acc08a6bcf .layout-left li a,
#a3b61acc08a6bcf .layout-center li a,
#a3b61acc08a6bcf .layout-right li a {
  height: 100%;
}
#a3b61acc08a6bcf > .tab-tabs .layout-left {
  text-align: left;
}
#a3b61acc08a6bcf > .tab-tabs .layout-center {
  text-align: center;
}
#a3b61acc08a6bcf > .tab-tabs .layout-right {
  text-align: right;
}
#a3b61acc08a6bcf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a3b61acc08a6bcf .tab-content-wrap {
  background-color: #ffffff;
}
#a3b61acc08a6bcf .tab-contents,
#a3b61acc08a6bcf .tab-contents-wrap {
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-content,
#a3b61acc08a6bcf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3b61acc08a6bcf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-wrap .tab-contents {
  height: 100%;
}
#a3b61acc08a6bcf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2b29afa75af3d2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a7bdda440da10de  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af0fda089faa74e .a179ba61fca0888 {
  overflow: hidden;
}
#af0fda089faa74e .a179ba61fca0888 , #af0fda089faa74e .a179ba61fca0888 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af0fda089faa74e .a179ba61fca0888:hover , #af0fda089faa74e .a179ba61fca0888 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af0fda089faa74e .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af0fda089faa74e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af0fda089faa74e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af0fda089faa74e .uk-position-center-left-out {
    left: -30px;
  }
  #af0fda089faa74e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac029ab8d2ac795  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3fa1aa72eae5d8 .a8a0fa2a83ace44 {
  overflow: hidden;
}
#a3fa1aa72eae5d8 .a8a0fa2a83ace44 , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3fa1aa72eae5d8 .a8a0fa2a83ace44:hover , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3fa1aa72eae5d8 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a3fa1aa72eae5d8 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3fa1aa72eae5d8 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3fa1aa72eae5d8 .uk-position-center-left-out {
    left: -30px;
  }
  #a3fa1aa72eae5d8 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acd71a09bca3734  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2599afd13a8dda .a67b0a5657abdca {
  overflow: hidden;
}
#a2599afd13a8dda .a67b0a5657abdca , #a2599afd13a8dda .a67b0a5657abdca > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2599afd13a8dda .a67b0a5657abdca:hover , #a2599afd13a8dda .a67b0a5657abdca *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2599afd13a8dda .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2599afd13a8dda .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2599afd13a8dda .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2599afd13a8dda .uk-position-center-left-out {
    left: -30px;
  }
  #a2599afd13a8dda .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3bd9a9ed3a0012  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5fc2ae1b1ac227 .ada91af9b0a0502 {
  overflow: hidden;
}
#a5fc2ae1b1ac227 .ada91af9b0a0502 , #a5fc2ae1b1ac227 .ada91af9b0a0502 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5fc2ae1b1ac227 .ada91af9b0a0502:hover , #a5fc2ae1b1ac227 .ada91af9b0a0502 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5fc2ae1b1ac227 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a5fc2ae1b1ac227 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5fc2ae1b1ac227 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5fc2ae1b1ac227 .uk-position-center-left-out {
    left: -30px;
  }
  #a5fc2ae1b1ac227 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6bcdafc0fa513f  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab2a3a53e3a711b .aec71a08e0ab367 {
  overflow: hidden;
}
#ab2a3a53e3a711b .aec71a08e0ab367 , #ab2a3a53e3a711b .aec71a08e0ab367 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab2a3a53e3a711b .aec71a08e0ab367:hover , #ab2a3a53e3a711b .aec71a08e0ab367 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab2a3a53e3a711b .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ab2a3a53e3a711b .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab2a3a53e3a711b .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab2a3a53e3a711b .uk-position-center-left-out {
    left: -30px;
  }
  #ab2a3a53e3a711b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a309aa2ec8a7ce3 {
  overflow: hidden;
  pointer-events: none;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a309aa2ec8a7ce3 .layout-left li,
#a309aa2ec8a7ce3 .layout-center li,
#a309aa2ec8a7ce3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a309aa2ec8a7ce3 .layout-left li a,
#a309aa2ec8a7ce3 .layout-center li a,
#a309aa2ec8a7ce3 .layout-right li a {
  height: 100%;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-left {
  text-align: left;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-center {
  text-align: center;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-right {
  text-align: right;
}
#a309aa2ec8a7ce3 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a309aa2ec8a7ce3 .tab-content-wrap {
  background-color: #ffffff;
}
#a309aa2ec8a7ce3 .tab-contents,
#a309aa2ec8a7ce3 .tab-contents-wrap {
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-content,
#a309aa2ec8a7ce3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-wrap .tab-contents {
  height: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6180acc49a3e93  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a6dafa4ecea60a0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aff3cac13cafbfb .a06ebafd21a2d85 {
  overflow: hidden;
}
#aff3cac13cafbfb .a06ebafd21a2d85 , #aff3cac13cafbfb .a06ebafd21a2d85 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aff3cac13cafbfb .a06ebafd21a2d85:hover , #aff3cac13cafbfb .a06ebafd21a2d85 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aff3cac13cafbfb .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aff3cac13cafbfb .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aff3cac13cafbfb .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aff3cac13cafbfb .uk-position-center-left-out {
    left: -30px;
  }
  #aff3cac13cafbfb .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#afcbbaca6ea610b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a53e2aef3aaf277 .aa00dac1eeacc9a {
  overflow: hidden;
}
#a53e2aef3aaf277 .aa00dac1eeacc9a , #a53e2aef3aaf277 .aa00dac1eeacc9a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a53e2aef3aaf277 .aa00dac1eeacc9a:hover , #a53e2aef3aaf277 .aa00dac1eeacc9a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a53e2aef3aaf277 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a53e2aef3aaf277 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a53e2aef3aaf277 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a53e2aef3aaf277 .uk-position-center-left-out {
    left: -30px;
  }
  #a53e2aef3aaf277 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4dd9a08d0a4fbc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adea6aad87ac37c .a709ba3eb4afea8 {
  overflow: hidden;
}
#adea6aad87ac37c .a709ba3eb4afea8 , #adea6aad87ac37c .a709ba3eb4afea8 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adea6aad87ac37c .a709ba3eb4afea8:hover , #adea6aad87ac37c .a709ba3eb4afea8 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adea6aad87ac37c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#adea6aad87ac37c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adea6aad87ac37c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adea6aad87ac37c .uk-position-center-left-out {
    left: -30px;
  }
  #adea6aad87ac37c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5f67a73efa84f8  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4f05aa0b1a588c .ab4cfa7547abdc6 {
  overflow: hidden;
}
#a4f05aa0b1a588c .ab4cfa7547abdc6 , #a4f05aa0b1a588c .ab4cfa7547abdc6 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4f05aa0b1a588c .ab4cfa7547abdc6:hover , #a4f05aa0b1a588c .ab4cfa7547abdc6 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4f05aa0b1a588c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4f05aa0b1a588c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4f05aa0b1a588c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4f05aa0b1a588c .uk-position-center-left-out {
    left: -30px;
  }
  #a4f05aa0b1a588c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8b3caf245a9550 {
  overflow: hidden;
  pointer-events: none;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a8b3caf245a9550 .layout-left li,
#a8b3caf245a9550 .layout-center li,
#a8b3caf245a9550 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8b3caf245a9550 .layout-left li a,
#a8b3caf245a9550 .layout-center li a,
#a8b3caf245a9550 .layout-right li a {
  height: 100%;
}
#a8b3caf245a9550 > .tab-tabs .layout-left {
  text-align: left;
}
#a8b3caf245a9550 > .tab-tabs .layout-center {
  text-align: center;
}
#a8b3caf245a9550 > .tab-tabs .layout-right {
  text-align: right;
}
#a8b3caf245a9550 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a8b3caf245a9550 .tab-content-wrap {
  background-color: #ffffff;
}
#a8b3caf245a9550 .tab-contents,
#a8b3caf245a9550 .tab-contents-wrap {
  pointer-events: none;
}
#a8b3caf245a9550 .tab-content,
#a8b3caf245a9550 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8b3caf245a9550 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8b3caf245a9550 .tab-wrap .tab-contents {
  height: 100%;
}
#a8b3caf245a9550 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1c11abae0a6498  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#aa27fa0954aa408  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a61a0af29da2f9c .aeab3a5320a803f {
  overflow: hidden;
}
#a61a0af29da2f9c .aeab3a5320a803f , #a61a0af29da2f9c .aeab3a5320a803f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a61a0af29da2f9c .aeab3a5320a803f:hover , #a61a0af29da2f9c .aeab3a5320a803f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a61a0af29da2f9c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a61a0af29da2f9c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a61a0af29da2f9c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a61a0af29da2f9c .uk-position-center-left-out {
    left: -30px;
  }
  #a61a0af29da2f9c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8c29a827fa339d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a1f73acf75a8e75 .a5c24a00fda0569 {
  overflow: hidden;
}
#a1f73acf75a8e75 .a5c24a00fda0569 , #a1f73acf75a8e75 .a5c24a00fda0569 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a1f73acf75a8e75 .a5c24a00fda0569:hover , #a1f73acf75a8e75 .a5c24a00fda0569 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a1f73acf75a8e75 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1f73acf75a8e75 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a1f73acf75a8e75 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a1f73acf75a8e75 .uk-position-center-left-out {
    left: -30px;
  }
  #a1f73acf75a8e75 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a988ba0fa4a2973  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4092a576fa0692 .a229fac40ea9024 {
  overflow: hidden;
}
#a4092a576fa0692 .a229fac40ea9024 , #a4092a576fa0692 .a229fac40ea9024 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4092a576fa0692 .a229fac40ea9024:hover , #a4092a576fa0692 .a229fac40ea9024 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4092a576fa0692 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4092a576fa0692 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4092a576fa0692 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4092a576fa0692 .uk-position-center-left-out {
    left: -30px;
  }
  #a4092a576fa0692 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac7c7a155ba5f06  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a0daaa7cb3a7125 .a8c63ab1d9a065f {
  overflow: hidden;
}
#a0daaa7cb3a7125 .a8c63ab1d9a065f , #a0daaa7cb3a7125 .a8c63ab1d9a065f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a0daaa7cb3a7125 .a8c63ab1d9a065f:hover , #a0daaa7cb3a7125 .a8c63ab1d9a065f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a0daaa7cb3a7125 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a0daaa7cb3a7125 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a0daaa7cb3a7125 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a0daaa7cb3a7125 .uk-position-center-left-out {
    left: -30px;
  }
  #a0daaa7cb3a7125 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a2884a9c7aa42cb {
  overflow: hidden;
  pointer-events: none;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a2884a9c7aa42cb .layout-left li,
#a2884a9c7aa42cb .layout-center li,
#a2884a9c7aa42cb .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a2884a9c7aa42cb .layout-left li a,
#a2884a9c7aa42cb .layout-center li a,
#a2884a9c7aa42cb .layout-right li a {
  height: 100%;
}
#a2884a9c7aa42cb > .tab-tabs .layout-left {
  text-align: left;
}
#a2884a9c7aa42cb > .tab-tabs .layout-center {
  text-align: center;
}
#a2884a9c7aa42cb > .tab-tabs .layout-right {
  text-align: right;
}
#a2884a9c7aa42cb .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a2884a9c7aa42cb .tab-content-wrap {
  background-color: #ffffff;
}
#a2884a9c7aa42cb .tab-contents,
#a2884a9c7aa42cb .tab-contents-wrap {
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-content,
#a2884a9c7aa42cb .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a2884a9c7aa42cb .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-wrap .tab-contents {
  height: 100%;
}
#a2884a9c7aa42cb .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9337a9870a4aa8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .tab-nav li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .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: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#a9337a9870a4aa8 .layout-left li,
#a9337a9870a4aa8 .layout-center li,
#a9337a9870a4aa8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9337a9870a4aa8 .layout-left li a,
#a9337a9870a4aa8 .layout-center li a,
#a9337a9870a4aa8 .layout-right li a {
  height: 100%;
}
#a9337a9870a4aa8 > .tab-tabs .layout-left {
  text-align: left;
}
#a9337a9870a4aa8 > .tab-tabs .layout-center {
  text-align: center;
}
#a9337a9870a4aa8 > .tab-tabs .layout-right {
  text-align: right;
}
#a9337a9870a4aa8 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a9337a9870a4aa8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 .tab-contents,
#a9337a9870a4aa8 .tab-contents-wrap {
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-content,
#a9337a9870a4aa8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9337a9870a4aa8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-wrap .tab-contents {
  height: 100%;
}
#a9337a9870a4aa8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a02f5a3ff9a4083  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0dafa41eda42c1 > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a0936a27c6a7e20 > .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;}#a0936a27c6a7e20  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0936a27c6a7e20:hover * {color: #000000  !important}
                            #a0936a27c6a7e20:hover .line{border-color: #000000  !important}#a0099a01a7a0786 > .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;}#a0099a01a7a0786  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0099a01a7a0786:hover * {color: #000000  !important}
                            #a0099a01a7a0786:hover .line{border-color: #000000  !important}#ada22ad7caad10a  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a2384a88bcaa91f > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#aff0fa80aca0f48 > .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;}#aff0fa80aca0f48  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aff0fa80aca0f48:hover * {color: #000000  !important}
                            #aff0fa80aca0f48:hover .line{border-color: #000000  !important}#a7c98ad8d3a2f15 > .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;}#a7c98ad8d3a2f15  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7c98ad8d3a2f15:hover * {color: #000000  !important}
                            #a7c98ad8d3a2f15:hover .line{border-color: #000000  !important}#aef76a9e03a209f  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a96e2a6c2aae62d > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#ae1efad977acc8b > .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;}#ae1efad977acc8b  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#ae1efad977acc8b:hover * {color: #000000  !important}
                            #ae1efad977acc8b:hover .line{border-color: #000000  !important}#a969ba27fba3e87 > .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;}#a969ba27fba3e87  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a969ba27fba3e87:hover * {color: #000000  !important}
                            #a969ba27fba3e87:hover .line{border-color: #000000  !important}#a72b8a64dba1bcc > .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;}#a72b8a64dba1bcc  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a72b8a64dba1bcc:hover * {color: #000000  !important}
                            #a72b8a64dba1bcc:hover .line{border-color: #000000  !important}#a5509a25c7aa431 > .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;}#a5509a25c7aa431  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a5509a25c7aa431:hover * {color: #000000  !important}
                            #a5509a25c7aa431:hover .line{border-color: #000000  !important}#ac860aabe5ab7a3 {
  overflow: hidden;
  pointer-events: none;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 .layout-left li,
#ac860aabe5ab7a3 .layout-center li,
#ac860aabe5ab7a3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac860aabe5ab7a3 .layout-left li a,
#ac860aabe5ab7a3 .layout-center li a,
#ac860aabe5ab7a3 .layout-right li a {
  height: 100%;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-left {
  text-align: left;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-center {
  text-align: center;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-right {
  text-align: right;
}
#ac860aabe5ab7a3 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#ac860aabe5ab7a3 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ac860aabe5ab7a3 .tab-contents,
#ac860aabe5ab7a3 .tab-contents-wrap {
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-content,
#ac860aabe5ab7a3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac860aabe5ab7a3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-wrap .tab-contents {
  height: 100%;
}
#ac860aabe5ab7a3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a803baa081aca73 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a803baa081aca73 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a803baa081aca73 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a803baa081aca73 .menu-list > li > a {
  padding: 0 10px;
}
#a803baa081aca73 .menu-list > li:hover:before {
  height: 100%;
}
#a803baa081aca73 .menu-list > li:hover:after {
  color: auto;
}
#a803baa081aca73 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a803baa081aca73 .menu-list > li:first-child:after {
  content: "";
}
#a803baa081aca73 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a803baa081aca73 .menu-list > li ul li {
  position: relative;
}
#a803baa081aca73 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a803baa081aca73 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a803baa081aca73 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 li ul,
#a803baa081aca73 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a803baa081aca73 li:hover > ul {
  left: auto;
}
#a803baa081aca73 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aa8d4a03b8aa40f  {flex: 1;}#a86a9a9e1faf766  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 30px;}#af31aa7dada5bf8 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a32d8a2aaca42ee .ele-wrap {border-color: rgba(1, 117, 95, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 16px;background-color: #1364d8;border-radius: 3px;justify-content: center;}#a32d8a2aaca42ee .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;border-color: rgba(17, 138, 158, 1);background-color: rgba(9, 107, 123, 1);}#a58b0a4a5fa4767  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 30px;}#a1552a604aa9e07 {
  border-radius: 5px;
  overflow: hidden;
}
#a1552a604aa9e07 .ele-slideshow .uk-dotnav li a {
  background: #ffffff;
}
#a1552a604aa9e07 .ele-slideshow .uk-dotnav > .uk-active a {
  background: #01755f;
}
#a1552a604aa9e07 .ele-slideshow .uk-slidenav {
  background-color: rgba(65, 117, 5, 0);
}
#a1552a604aa9e07 .ele-slideshow .uk-slidenav {
  color: #f5a623;
}
#a1552a604aa9e07 .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(255, 255, 255, 0);
}
#abbedad3f1a62e3  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#ad2d2ab38ca8542  {flex-grow: 1;}#a19f7ae6b8a5fc6  {flex: 1;}#a5fb9aa14cad27a  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 20px;}#a35c2a701ea29a6  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;}#ae1b7a33a3a7966  {flex-grow: 1;}#af8f2a87a9afbba  {flex: 1;}#ad0d1a0bacab057  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;}#a8046a2b20a6177 .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 15px;background-color: #1364d8;border-radius: 3px;justify-content: center;font-family: Verdana;}#a8046a2b20a6177 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(1, 117, 95, 0.8);}#a4154a4795a7480  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;}#aa1aba1f5ca4474 .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 15px;background-color: #1364d8;border-radius: 3px;justify-content: center;font-family: Verdana;}#aa1aba1f5ca4474 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(1, 117, 95, 0.8);}#ab8a6a59f3aa1af  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 40px;}#ae0d9af9d5a25f3  {flex: 1;}#ad79da6f2dae7d2 .a53d5a97d0a13f4 {
  overflow: hidden;
}
#ad79da6f2dae7d2 .a53d5a97d0a13f4 , #ad79da6f2dae7d2 .a53d5a97d0a13f4 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#ad79da6f2dae7d2 .a53d5a97d0a13f4:hover , #ad79da6f2dae7d2 .a53d5a97d0a13f4 *:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ad79da6f2dae7d2 .a02dface0eaa6ec {
  overflow: hidden;
}
#ad79da6f2dae7d2 .a02dface0eaa6ec , #ad79da6f2dae7d2 .a02dface0eaa6ec > * {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: Verdana;color: rgba(225, 225, 225, 1);}#ad79da6f2dae7d2 .a7f2ca6a19a984e {
  overflow: hidden;
}
#ad79da6f2dae7d2 .a7f2ca6a19a984e , #ad79da6f2dae7d2 .a7f2ca6a19a984e > * {
        font-weight: bold;
        font-style: normal;
    font-size: 13px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#ad79da6f2dae7d2 .uk-grid {
  margin-left: -10px;
}
#ad79da6f2dae7d2 .uk-grid > * {
  padding-left: 10px;
}
#ad79da6f2dae7d2 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#ad79da6f2dae7d2 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#ad79da6f2dae7d2 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #ad79da6f2dae7d2 .uk-position-center-left-out {
    left: -30px;
  }
  #ad79da6f2dae7d2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0365afb3ea138f  {flex: 1;}#acdf7a34d6aba9f .afd26afb5badb57 {
  overflow: hidden;
}
#acdf7a34d6aba9f .afd26afb5badb57 , #acdf7a34d6aba9f .afd26afb5badb57 > * {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#acdf7a34d6aba9f .afd26afb5badb57:hover , #acdf7a34d6aba9f .afd26afb5badb57 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#acdf7a34d6aba9f .uk-grid {
  margin-left: -10px;
}
#acdf7a34d6aba9f .uk-grid > * {
  padding-left: 10px;
}
#acdf7a34d6aba9f .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#acdf7a34d6aba9f .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#acdf7a34d6aba9f .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #acdf7a34d6aba9f .uk-position-center-left-out {
    left: -30px;
  }
  #acdf7a34d6aba9f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6235ac90fa3d01 {
  overflow: hidden;
  pointer-events: none;
}
#a6235ac90fa3d01 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a6235ac90fa3d01 > .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;
}
#a6235ac90fa3d01 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a6235ac90fa3d01 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a6235ac90fa3d01 > .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;
}
#a6235ac90fa3d01 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a6235ac90fa3d01 > .tab-wrap > div > .tab-nav,
#a6235ac90fa3d01 > .tab-nav,
#a6235ac90fa3d01 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a6235ac90fa3d01 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6235ac90fa3d01 > .tab-wrap > div > .tab-nav-horizontal,
#a6235ac90fa3d01 > .tab-nav-horizontal,
#a6235ac90fa3d01 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a6235ac90fa3d01 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a6235ac90fa3d01 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a6235ac90fa3d01 > .tab-nav-horizontal::-webkit-scrollbar,
#a6235ac90fa3d01 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a6235ac90fa3d01 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a6235ac90fa3d01 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a6235ac90fa3d01 > .tab-nav-horizontal.tagScroll,
#a6235ac90fa3d01 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a6235ac90fa3d01 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#a6235ac90fa3d01 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a6235ac90fa3d01 > .tab-nav-horizontal.tagScroll li a,
#a6235ac90fa3d01 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a6235ac90fa3d01 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a6235ac90fa3d01 > .tab-wrap > div > .tab-nav a,
#a6235ac90fa3d01 > .tab-nav a,
#a6235ac90fa3d01 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a6235ac90fa3d01 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a6235ac90fa3d01 > .tab-wrap > div > .tab-nav li a,
#a6235ac90fa3d01 > .tab-nav li a,
#a6235ac90fa3d01 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a6235ac90fa3d01 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 10px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(255, 255, 255, 0);
  border-right-style: none;
}
#a6235ac90fa3d01 > .tab-wrap > div > .tab-nav li a svg,
#a6235ac90fa3d01 > .tab-nav li a svg,
#a6235ac90fa3d01 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a6235ac90fa3d01 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a6235ac90fa3d01 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a6235ac90fa3d01 > .tab-nav li a .ap_icon,
#a6235ac90fa3d01 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a6235ac90fa3d01 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a6235ac90fa3d01 > .tab-wrap > div > .tab-nav li a:hover,
#a6235ac90fa3d01 > .tab-nav li a:hover,
#a6235ac90fa3d01 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a6235ac90fa3d01 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6235ac90fa3d01 > .tab-wrap > div > .tab-nav li.uk-active a,
#a6235ac90fa3d01 > .tab-nav li.uk-active a,
#a6235ac90fa3d01 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a6235ac90fa3d01 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a6235ac90fa3d01 .layout-left li,
#a6235ac90fa3d01 .layout-center li,
#a6235ac90fa3d01 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a6235ac90fa3d01 .layout-left li a,
#a6235ac90fa3d01 .layout-center li a,
#a6235ac90fa3d01 .layout-right li a {
  height: 100%;
}
#a6235ac90fa3d01 > .tab-tabs .layout-left {
  text-align: left;
}
#a6235ac90fa3d01 > .tab-tabs .layout-center {
  text-align: center;
}
#a6235ac90fa3d01 > .tab-tabs .layout-right {
  text-align: right;
}
#a6235ac90fa3d01 .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#a6235ac90fa3d01 .tab-content-wrap {
  background-color: transparent;
}
#a6235ac90fa3d01 .tab-contents,
#a6235ac90fa3d01 .tab-contents-wrap {
  pointer-events: none;
}
#a6235ac90fa3d01 .tab-content,
#a6235ac90fa3d01 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a6235ac90fa3d01 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a6235ac90fa3d01 .tab-wrap .tab-contents {
  height: 100%;
}
#a6235ac90fa3d01 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a6235ac90fa3d01 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a6235ac90fa3d01 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a54b8aa79fa8b08 > .ele-wrap {background-color: #1364d8;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af17fa77eba0a38 .img-wrap {
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-top-width: 2px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
}
#adf3aa0efaa8f87 .img-wrap {
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-top-width: 2px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
}
#abbdea325ca59a7 .img-wrap {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-top-width: 2px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a0feea95a2a72ad  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#af056a2390a76c7  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a36a4a72ebaa0ec , #a36a4a72ebaa0ec a{flex-grow: 0;color: rgba(49, 118, 219, 1);}#a36a4a72ebaa0ec:hover, #a36a4a72ebaa0ec a:hover {color: rgba(19, 100, 216, 1);}#a767fa3f3aaf748  {flex-grow: 1;}#a4fb9aba3ca9c8c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a4fb9aba3ca9c8c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a4fb9aba3ca9c8c .ap-icon {
  margin-right: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon img,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li:hover > a,
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a4fb9aba3ca9c8c .menu-list ul,
#a4fb9aba3ca9c8c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a4fb9aba3ca9c8c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a4fb9aba3ca9c8c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4fb9aba3ca9c8c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4fb9aba3ca9c8c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a49b0afccaac34c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a49b0afccaac34c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a49b0afccaac34c .ap-icon {
  margin-right: 6px;
}
#a49b0afccaac34c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a,
#a49b0afccaac34c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon img,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a49b0afccaac34c .menu-list > li:hover > a,
#a49b0afccaac34c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a49b0afccaac34c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a49b0afccaac34c .menu-list ul,
#a49b0afccaac34c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a49b0afccaac34c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a49b0afccaac34c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a49b0afccaac34c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a49b0afccaac34c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a468aa0b1da717e > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afe37a828faabd7 , #afe37a828faabd7 a{color: rgba(6, 164, 100, 1);}#afe37a828faabd7:hover, #afe37a828faabd7 a:hover {color: rgba(4, 204, 101, 1);}#ac7eca0ba9a4ccf .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac7eca0ba9a4ccf .menu-list-expand .submenu-indicator {
  display: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a img,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9e02ae88da9704 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a img,
#a9e02ae88da9704 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa5cfa706da140f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa5cfa706da140f .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa5cfa706da140f .menu-list-expand .submenu-indicator {
  display: none;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li a img,
#aa5cfa706da140f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a4800ab347ab1d4 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aba89aaf45a93af .list-item.uk-first-column {
  border-right: 1px solid #ececec;
}
#a5bb0a4e40af0ac  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#a4f0eae1c8ad5b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a5e1fa5af8a6d2f > .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;flex-grow: 0;}#aaa66adb04a787f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aaa66adb04a787f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6e05a9cb2aacc5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a71eaaa784aba6f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a71eaaa784aba6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1f02a72faacac9 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad649a4e1faa01e > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad649a4e1faa01e  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2131a4568ad5fb .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8427a3663ab91d > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8427a3663ab91d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a54aea8b6da48ed .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#af514ac23ca7297  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4549a962ca7add > .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;flex-grow: 0;}#aefe9a9dcba95e8 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aefe9a9dcba95e8  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a78b8a66c3a62cd .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a6860a4373a658a > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a6860a4373a658a  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a60d7a306dad87e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aa506af856a9ff7 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aa506af856a9ff7  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1a9bafb12a3379 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a1ea5a55aba2aaa > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a1ea5a55aba2aaa  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a92fda3d31aebae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a96dba8355ac472 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a96dba8355ac472  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3fa0aa753aa303 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a05c0a0e46a2f58  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ace13a3d21a10ea > .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;flex-grow: 0;}#a0604a42d4a4597 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0604a42d4a4597  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ac9a8ad93ea1211 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae9cbafda3a2f1b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae9cbafda3a2f1b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aac8da5f56ab439 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4442ab252a29a9 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4442ab252a29a9  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae418a8e29ac7a8 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aacb4aacb5aec67 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aacb4aacb5aec67  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#adafea3e44a3273 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7b50a7223adfe6 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7b50a7223adfe6  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1ff7aaad5a00c5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4ed7a699ea9c4b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4ed7a699ea9c4b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3cc7a1265a50b6 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8ba8a9e62a0d8c > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8ba8a9e62a0d8c  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2e38acba1a6797 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab151a234ead77c {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#ab151a234ead77c .layout-left li,
#ab151a234ead77c .layout-center li,
#ab151a234ead77c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab151a234ead77c .layout-left li a,
#ab151a234ead77c .layout-center li a,
#ab151a234ead77c .layout-right li a {
  height: 100%;
}
#ab151a234ead77c > .tab-tabs .layout-left {
  text-align: left;
}
#ab151a234ead77c > .tab-tabs .layout-center {
  text-align: center;
}
#ab151a234ead77c > .tab-tabs .layout-right {
  text-align: right;
}
#ab151a234ead77c .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#ab151a234ead77c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c .tab-contents,
#ab151a234ead77c .tab-contents-wrap {
  pointer-events: none;
}
#ab151a234ead77c .tab-content,
#ab151a234ead77c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab151a234ead77c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab151a234ead77c .tab-wrap .tab-contents {
  height: 100%;
}
#ab151a234ead77c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab151a234ead77c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab151a234ead77c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a445cadc90a6f90  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a54aba797fa6994  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a0c23a8da1a5492  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aa603ad8dfa8ae5 .a72bea96eba74bb {
  overflow: hidden;
}
#aa603ad8dfa8ae5 .a72bea96eba74bb , #aa603ad8dfa8ae5 .a72bea96eba74bb > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aa603ad8dfa8ae5 .a72bea96eba74bb:hover , #aa603ad8dfa8ae5 .a72bea96eba74bb *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aa603ad8dfa8ae5 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa603ad8dfa8ae5 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa603ad8dfa8ae5 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aa603ad8dfa8ae5 .uk-position-center-left-out {
    left: -30px;
  }
  #aa603ad8dfa8ae5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6f8da0e6ea7804  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7baeab343a1ed2 .a31f5a9637ae63a {
  overflow: hidden;
}
#a7baeab343a1ed2 .a31f5a9637ae63a , #a7baeab343a1ed2 .a31f5a9637ae63a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7baeab343a1ed2 .a31f5a9637ae63a:hover , #a7baeab343a1ed2 .a31f5a9637ae63a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7baeab343a1ed2 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a7baeab343a1ed2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7baeab343a1ed2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7baeab343a1ed2 .uk-position-center-left-out {
    left: -30px;
  }
  #a7baeab343a1ed2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7eeea24a2a489a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a9e11a3922a0a84 .a0c79ae6caaf8e2 {
  overflow: hidden;
}
#a9e11a3922a0a84 .a0c79ae6caaf8e2 , #a9e11a3922a0a84 .a0c79ae6caaf8e2 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a9e11a3922a0a84 .a0c79ae6caaf8e2:hover , #a9e11a3922a0a84 .a0c79ae6caaf8e2 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a9e11a3922a0a84 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a9e11a3922a0a84 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9e11a3922a0a84 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a9e11a3922a0a84 .uk-position-center-left-out {
    left: -30px;
  }
  #a9e11a3922a0a84 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa82faaea2a1c77  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a94ffa5483a8d60 .a8a48ae1cfa9a13 {
  overflow: hidden;
}
#a94ffa5483a8d60 .a8a48ae1cfa9a13 , #a94ffa5483a8d60 .a8a48ae1cfa9a13 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a94ffa5483a8d60 .a8a48ae1cfa9a13:hover , #a94ffa5483a8d60 .a8a48ae1cfa9a13 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a94ffa5483a8d60 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a94ffa5483a8d60 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a94ffa5483a8d60 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a94ffa5483a8d60 .uk-position-center-left-out {
    left: -30px;
  }
  #a94ffa5483a8d60 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3b61acc08a6bcf {
  overflow: hidden;
  pointer-events: none;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a3b61acc08a6bcf .layout-left li,
#a3b61acc08a6bcf .layout-center li,
#a3b61acc08a6bcf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3b61acc08a6bcf .layout-left li a,
#a3b61acc08a6bcf .layout-center li a,
#a3b61acc08a6bcf .layout-right li a {
  height: 100%;
}
#a3b61acc08a6bcf > .tab-tabs .layout-left {
  text-align: left;
}
#a3b61acc08a6bcf > .tab-tabs .layout-center {
  text-align: center;
}
#a3b61acc08a6bcf > .tab-tabs .layout-right {
  text-align: right;
}
#a3b61acc08a6bcf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a3b61acc08a6bcf .tab-content-wrap {
  background-color: #ffffff;
}
#a3b61acc08a6bcf .tab-contents,
#a3b61acc08a6bcf .tab-contents-wrap {
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-content,
#a3b61acc08a6bcf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3b61acc08a6bcf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-wrap .tab-contents {
  height: 100%;
}
#a3b61acc08a6bcf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2b29afa75af3d2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a7bdda440da10de  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af0fda089faa74e .a179ba61fca0888 {
  overflow: hidden;
}
#af0fda089faa74e .a179ba61fca0888 , #af0fda089faa74e .a179ba61fca0888 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af0fda089faa74e .a179ba61fca0888:hover , #af0fda089faa74e .a179ba61fca0888 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af0fda089faa74e .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af0fda089faa74e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af0fda089faa74e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af0fda089faa74e .uk-position-center-left-out {
    left: -30px;
  }
  #af0fda089faa74e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac029ab8d2ac795  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3fa1aa72eae5d8 .a8a0fa2a83ace44 {
  overflow: hidden;
}
#a3fa1aa72eae5d8 .a8a0fa2a83ace44 , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3fa1aa72eae5d8 .a8a0fa2a83ace44:hover , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3fa1aa72eae5d8 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a3fa1aa72eae5d8 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3fa1aa72eae5d8 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3fa1aa72eae5d8 .uk-position-center-left-out {
    left: -30px;
  }
  #a3fa1aa72eae5d8 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acd71a09bca3734  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2599afd13a8dda .a67b0a5657abdca {
  overflow: hidden;
}
#a2599afd13a8dda .a67b0a5657abdca , #a2599afd13a8dda .a67b0a5657abdca > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2599afd13a8dda .a67b0a5657abdca:hover , #a2599afd13a8dda .a67b0a5657abdca *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2599afd13a8dda .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2599afd13a8dda .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2599afd13a8dda .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2599afd13a8dda .uk-position-center-left-out {
    left: -30px;
  }
  #a2599afd13a8dda .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3bd9a9ed3a0012  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5fc2ae1b1ac227 .ada91af9b0a0502 {
  overflow: hidden;
}
#a5fc2ae1b1ac227 .ada91af9b0a0502 , #a5fc2ae1b1ac227 .ada91af9b0a0502 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5fc2ae1b1ac227 .ada91af9b0a0502:hover , #a5fc2ae1b1ac227 .ada91af9b0a0502 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5fc2ae1b1ac227 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a5fc2ae1b1ac227 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5fc2ae1b1ac227 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5fc2ae1b1ac227 .uk-position-center-left-out {
    left: -30px;
  }
  #a5fc2ae1b1ac227 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6bcdafc0fa513f  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab2a3a53e3a711b .aec71a08e0ab367 {
  overflow: hidden;
}
#ab2a3a53e3a711b .aec71a08e0ab367 , #ab2a3a53e3a711b .aec71a08e0ab367 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab2a3a53e3a711b .aec71a08e0ab367:hover , #ab2a3a53e3a711b .aec71a08e0ab367 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab2a3a53e3a711b .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ab2a3a53e3a711b .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab2a3a53e3a711b .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab2a3a53e3a711b .uk-position-center-left-out {
    left: -30px;
  }
  #ab2a3a53e3a711b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a309aa2ec8a7ce3 {
  overflow: hidden;
  pointer-events: none;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a309aa2ec8a7ce3 .layout-left li,
#a309aa2ec8a7ce3 .layout-center li,
#a309aa2ec8a7ce3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a309aa2ec8a7ce3 .layout-left li a,
#a309aa2ec8a7ce3 .layout-center li a,
#a309aa2ec8a7ce3 .layout-right li a {
  height: 100%;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-left {
  text-align: left;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-center {
  text-align: center;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-right {
  text-align: right;
}
#a309aa2ec8a7ce3 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a309aa2ec8a7ce3 .tab-content-wrap {
  background-color: #ffffff;
}
#a309aa2ec8a7ce3 .tab-contents,
#a309aa2ec8a7ce3 .tab-contents-wrap {
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-content,
#a309aa2ec8a7ce3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-wrap .tab-contents {
  height: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6180acc49a3e93  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a6dafa4ecea60a0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aff3cac13cafbfb .a06ebafd21a2d85 {
  overflow: hidden;
}
#aff3cac13cafbfb .a06ebafd21a2d85 , #aff3cac13cafbfb .a06ebafd21a2d85 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aff3cac13cafbfb .a06ebafd21a2d85:hover , #aff3cac13cafbfb .a06ebafd21a2d85 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aff3cac13cafbfb .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aff3cac13cafbfb .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aff3cac13cafbfb .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aff3cac13cafbfb .uk-position-center-left-out {
    left: -30px;
  }
  #aff3cac13cafbfb .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#afcbbaca6ea610b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a53e2aef3aaf277 .aa00dac1eeacc9a {
  overflow: hidden;
}
#a53e2aef3aaf277 .aa00dac1eeacc9a , #a53e2aef3aaf277 .aa00dac1eeacc9a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a53e2aef3aaf277 .aa00dac1eeacc9a:hover , #a53e2aef3aaf277 .aa00dac1eeacc9a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a53e2aef3aaf277 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a53e2aef3aaf277 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a53e2aef3aaf277 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a53e2aef3aaf277 .uk-position-center-left-out {
    left: -30px;
  }
  #a53e2aef3aaf277 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4dd9a08d0a4fbc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adea6aad87ac37c .a709ba3eb4afea8 {
  overflow: hidden;
}
#adea6aad87ac37c .a709ba3eb4afea8 , #adea6aad87ac37c .a709ba3eb4afea8 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adea6aad87ac37c .a709ba3eb4afea8:hover , #adea6aad87ac37c .a709ba3eb4afea8 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adea6aad87ac37c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#adea6aad87ac37c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adea6aad87ac37c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adea6aad87ac37c .uk-position-center-left-out {
    left: -30px;
  }
  #adea6aad87ac37c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5f67a73efa84f8  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4f05aa0b1a588c .ab4cfa7547abdc6 {
  overflow: hidden;
}
#a4f05aa0b1a588c .ab4cfa7547abdc6 , #a4f05aa0b1a588c .ab4cfa7547abdc6 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4f05aa0b1a588c .ab4cfa7547abdc6:hover , #a4f05aa0b1a588c .ab4cfa7547abdc6 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4f05aa0b1a588c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4f05aa0b1a588c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4f05aa0b1a588c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4f05aa0b1a588c .uk-position-center-left-out {
    left: -30px;
  }
  #a4f05aa0b1a588c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8b3caf245a9550 {
  overflow: hidden;
  pointer-events: none;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a8b3caf245a9550 .layout-left li,
#a8b3caf245a9550 .layout-center li,
#a8b3caf245a9550 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8b3caf245a9550 .layout-left li a,
#a8b3caf245a9550 .layout-center li a,
#a8b3caf245a9550 .layout-right li a {
  height: 100%;
}
#a8b3caf245a9550 > .tab-tabs .layout-left {
  text-align: left;
}
#a8b3caf245a9550 > .tab-tabs .layout-center {
  text-align: center;
}
#a8b3caf245a9550 > .tab-tabs .layout-right {
  text-align: right;
}
#a8b3caf245a9550 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a8b3caf245a9550 .tab-content-wrap {
  background-color: #ffffff;
}
#a8b3caf245a9550 .tab-contents,
#a8b3caf245a9550 .tab-contents-wrap {
  pointer-events: none;
}
#a8b3caf245a9550 .tab-content,
#a8b3caf245a9550 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8b3caf245a9550 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8b3caf245a9550 .tab-wrap .tab-contents {
  height: 100%;
}
#a8b3caf245a9550 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1c11abae0a6498  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#aa27fa0954aa408  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a61a0af29da2f9c .aeab3a5320a803f {
  overflow: hidden;
}
#a61a0af29da2f9c .aeab3a5320a803f , #a61a0af29da2f9c .aeab3a5320a803f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a61a0af29da2f9c .aeab3a5320a803f:hover , #a61a0af29da2f9c .aeab3a5320a803f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a61a0af29da2f9c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a61a0af29da2f9c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a61a0af29da2f9c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a61a0af29da2f9c .uk-position-center-left-out {
    left: -30px;
  }
  #a61a0af29da2f9c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8c29a827fa339d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a1f73acf75a8e75 .a5c24a00fda0569 {
  overflow: hidden;
}
#a1f73acf75a8e75 .a5c24a00fda0569 , #a1f73acf75a8e75 .a5c24a00fda0569 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a1f73acf75a8e75 .a5c24a00fda0569:hover , #a1f73acf75a8e75 .a5c24a00fda0569 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a1f73acf75a8e75 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1f73acf75a8e75 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a1f73acf75a8e75 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a1f73acf75a8e75 .uk-position-center-left-out {
    left: -30px;
  }
  #a1f73acf75a8e75 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a988ba0fa4a2973  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4092a576fa0692 .a229fac40ea9024 {
  overflow: hidden;
}
#a4092a576fa0692 .a229fac40ea9024 , #a4092a576fa0692 .a229fac40ea9024 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4092a576fa0692 .a229fac40ea9024:hover , #a4092a576fa0692 .a229fac40ea9024 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4092a576fa0692 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4092a576fa0692 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4092a576fa0692 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4092a576fa0692 .uk-position-center-left-out {
    left: -30px;
  }
  #a4092a576fa0692 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac7c7a155ba5f06  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a0daaa7cb3a7125 .a8c63ab1d9a065f {
  overflow: hidden;
}
#a0daaa7cb3a7125 .a8c63ab1d9a065f , #a0daaa7cb3a7125 .a8c63ab1d9a065f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a0daaa7cb3a7125 .a8c63ab1d9a065f:hover , #a0daaa7cb3a7125 .a8c63ab1d9a065f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a0daaa7cb3a7125 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a0daaa7cb3a7125 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a0daaa7cb3a7125 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a0daaa7cb3a7125 .uk-position-center-left-out {
    left: -30px;
  }
  #a0daaa7cb3a7125 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a2884a9c7aa42cb {
  overflow: hidden;
  pointer-events: none;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a2884a9c7aa42cb .layout-left li,
#a2884a9c7aa42cb .layout-center li,
#a2884a9c7aa42cb .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a2884a9c7aa42cb .layout-left li a,
#a2884a9c7aa42cb .layout-center li a,
#a2884a9c7aa42cb .layout-right li a {
  height: 100%;
}
#a2884a9c7aa42cb > .tab-tabs .layout-left {
  text-align: left;
}
#a2884a9c7aa42cb > .tab-tabs .layout-center {
  text-align: center;
}
#a2884a9c7aa42cb > .tab-tabs .layout-right {
  text-align: right;
}
#a2884a9c7aa42cb .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a2884a9c7aa42cb .tab-content-wrap {
  background-color: #ffffff;
}
#a2884a9c7aa42cb .tab-contents,
#a2884a9c7aa42cb .tab-contents-wrap {
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-content,
#a2884a9c7aa42cb .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a2884a9c7aa42cb .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-wrap .tab-contents {
  height: 100%;
}
#a2884a9c7aa42cb .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9337a9870a4aa8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .tab-nav li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .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: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#a9337a9870a4aa8 .layout-left li,
#a9337a9870a4aa8 .layout-center li,
#a9337a9870a4aa8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9337a9870a4aa8 .layout-left li a,
#a9337a9870a4aa8 .layout-center li a,
#a9337a9870a4aa8 .layout-right li a {
  height: 100%;
}
#a9337a9870a4aa8 > .tab-tabs .layout-left {
  text-align: left;
}
#a9337a9870a4aa8 > .tab-tabs .layout-center {
  text-align: center;
}
#a9337a9870a4aa8 > .tab-tabs .layout-right {
  text-align: right;
}
#a9337a9870a4aa8 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a9337a9870a4aa8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 .tab-contents,
#a9337a9870a4aa8 .tab-contents-wrap {
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-content,
#a9337a9870a4aa8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9337a9870a4aa8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-wrap .tab-contents {
  height: 100%;
}
#a9337a9870a4aa8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a02f5a3ff9a4083  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0dafa41eda42c1 > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a0936a27c6a7e20 > .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;}#a0936a27c6a7e20  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0936a27c6a7e20:hover * {color: #000000  !important}
                            #a0936a27c6a7e20:hover .line{border-color: #000000  !important}#a0099a01a7a0786 > .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;}#a0099a01a7a0786  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0099a01a7a0786:hover * {color: #000000  !important}
                            #a0099a01a7a0786:hover .line{border-color: #000000  !important}#ada22ad7caad10a  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a2384a88bcaa91f > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#aff0fa80aca0f48 > .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;}#aff0fa80aca0f48  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aff0fa80aca0f48:hover * {color: #000000  !important}
                            #aff0fa80aca0f48:hover .line{border-color: #000000  !important}#a7c98ad8d3a2f15 > .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;}#a7c98ad8d3a2f15  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7c98ad8d3a2f15:hover * {color: #000000  !important}
                            #a7c98ad8d3a2f15:hover .line{border-color: #000000  !important}#aef76a9e03a209f  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a96e2a6c2aae62d > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#ae1efad977acc8b > .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;}#ae1efad977acc8b  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#ae1efad977acc8b:hover * {color: #000000  !important}
                            #ae1efad977acc8b:hover .line{border-color: #000000  !important}#a969ba27fba3e87 > .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;}#a969ba27fba3e87  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a969ba27fba3e87:hover * {color: #000000  !important}
                            #a969ba27fba3e87:hover .line{border-color: #000000  !important}#a72b8a64dba1bcc > .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;}#a72b8a64dba1bcc  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a72b8a64dba1bcc:hover * {color: #000000  !important}
                            #a72b8a64dba1bcc:hover .line{border-color: #000000  !important}#a5509a25c7aa431 > .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;}#a5509a25c7aa431  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a5509a25c7aa431:hover * {color: #000000  !important}
                            #a5509a25c7aa431:hover .line{border-color: #000000  !important}#ac860aabe5ab7a3 {
  overflow: hidden;
  pointer-events: none;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 .layout-left li,
#ac860aabe5ab7a3 .layout-center li,
#ac860aabe5ab7a3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac860aabe5ab7a3 .layout-left li a,
#ac860aabe5ab7a3 .layout-center li a,
#ac860aabe5ab7a3 .layout-right li a {
  height: 100%;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-left {
  text-align: left;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-center {
  text-align: center;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-right {
  text-align: right;
}
#ac860aabe5ab7a3 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#ac860aabe5ab7a3 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ac860aabe5ab7a3 .tab-contents,
#ac860aabe5ab7a3 .tab-contents-wrap {
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-content,
#ac860aabe5ab7a3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac860aabe5ab7a3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-wrap .tab-contents {
  height: 100%;
}
#ac860aabe5ab7a3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a803baa081aca73 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a803baa081aca73 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a803baa081aca73 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a803baa081aca73 .menu-list > li > a {
  padding: 0 10px;
}
#a803baa081aca73 .menu-list > li:hover:before {
  height: 100%;
}
#a803baa081aca73 .menu-list > li:hover:after {
  color: auto;
}
#a803baa081aca73 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a803baa081aca73 .menu-list > li:first-child:after {
  content: "";
}
#a803baa081aca73 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a803baa081aca73 .menu-list > li ul li {
  position: relative;
}
#a803baa081aca73 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a803baa081aca73 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a803baa081aca73 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 li ul,
#a803baa081aca73 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a803baa081aca73 li:hover > ul {
  left: auto;
}
#a803baa081aca73 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a81fea476ca9efd  {flex: 1;}#aa6f3a39c9a5a94  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 30px;}#afcbba23f0a0ccc > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a627da50bea8f1a  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 50px;}#a3df0a418ca39d6 {
  border-radius: 5px;
  overflow: hidden;
}
#a3df0a418ca39d6 .ele-slideshow .uk-dotnav li a {
  background: #ffffff;
}
#a3df0a418ca39d6 .ele-slideshow .uk-dotnav > .uk-active a {
  background: #01755f;
}
#a3df0a418ca39d6 .ele-slideshow .uk-slidenav {
  background-color: rgba(65, 117, 5, 0);
}
#a3df0a418ca39d6 .ele-slideshow .uk-slidenav {
  color: #f5a623;
}
#a3df0a418ca39d6 .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(255, 255, 255, 0);
}
#a6d96a8946a3e9b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a83dda7748a6151 > .ele-wrap {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;}#ad564a5a7ba8fb2 > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#a15e2ad5f1aa749 > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#a1f9ba5751a496c > .ele-wrap {border-left-width: -1px;border-bottom-width: -1px;border-right-width: -1px;border-top-width: -1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aad94a9d60a08c7  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a7b09ae79ba35c9  {flex-grow: 1;}#a7432a737ba5d8e  {flex: 1;}#a0246afa66a7968  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 20px;}#ae974af082a415a  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;}#a7810a2a7eadc5d  {flex-grow: 1;}#a705da789da274d  {flex: 1;}#ab55eacd6eac308  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;}#acb9dab9a2a9d9f .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 15px;background-color: #1364d8;border-radius: 3px;justify-content: center;font-family: Verdana;}#acb9dab9a2a9d9f .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(1, 117, 95, 0.8);}#ab400ab6c4a1bd8  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;}#a86c9a43a5a88df .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 15px;background-color: #1364d8;border-radius: 3px;justify-content: center;font-family: Verdana;}#a86c9a43a5a88df .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(1, 117, 95, 0.8);}#a8a79ac30ba45d0  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 40px;}#add07abd68a257f  {flex: 1;}#a57e4aa7bea5663 .ae605ac1f1ae66e {
  overflow: hidden;
}
#a57e4aa7bea5663 .ae605ac1f1ae66e , #a57e4aa7bea5663 .ae605ac1f1ae66e > * {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a57e4aa7bea5663 .ae605ac1f1ae66e:hover , #a57e4aa7bea5663 .ae605ac1f1ae66e *:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a57e4aa7bea5663 .a3052ad5afabd82 {
  overflow: hidden;
}
#a57e4aa7bea5663 .a3052ad5afabd82 , #a57e4aa7bea5663 .a3052ad5afabd82 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: Verdana;color: rgba(225, 225, 225, 1);}#a57e4aa7bea5663 .afc15abed6a35ce {
  overflow: hidden;
}
#a57e4aa7bea5663 .afc15abed6a35ce , #a57e4aa7bea5663 .afc15abed6a35ce > * {
        font-weight: bold;
        font-style: normal;
    font-size: 13px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a57e4aa7bea5663 .uk-grid {
  margin-left: -10px;
}
#a57e4aa7bea5663 .uk-grid > * {
  padding-left: 10px;
}
#a57e4aa7bea5663 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a57e4aa7bea5663 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#a57e4aa7bea5663 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #a57e4aa7bea5663 .uk-position-center-left-out {
    left: -30px;
  }
  #a57e4aa7bea5663 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa560ab3a4a7ae9  {flex: 1;}#aacf6a5a83a4f57 .a9061aecbca2984 {
  overflow: hidden;
}
#aacf6a5a83a4f57 .a9061aecbca2984 , #aacf6a5a83a4f57 .a9061aecbca2984 > * {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#aacf6a5a83a4f57 .a9061aecbca2984:hover , #aacf6a5a83a4f57 .a9061aecbca2984 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#aacf6a5a83a4f57 .uk-grid {
  margin-left: -10px;
}
#aacf6a5a83a4f57 .uk-grid > * {
  padding-left: 10px;
}
#aacf6a5a83a4f57 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#aacf6a5a83a4f57 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#aacf6a5a83a4f57 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #aacf6a5a83a4f57 .uk-position-center-left-out {
    left: -30px;
  }
  #aacf6a5a83a4f57 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aaf02a58a8a946d {
  overflow: hidden;
  pointer-events: none;
}
#aaf02a58a8a946d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aaf02a58a8a946d > .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;
}
#aaf02a58a8a946d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf02a58a8a946d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aaf02a58a8a946d > .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;
}
#aaf02a58a8a946d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aaf02a58a8a946d > .tab-wrap > div > .tab-nav,
#aaf02a58a8a946d > .tab-nav,
#aaf02a58a8a946d > .tab-tabs > .tab-wrap > div > .tab-nav,
#aaf02a58a8a946d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf02a58a8a946d > .tab-wrap > div > .tab-nav-horizontal,
#aaf02a58a8a946d > .tab-nav-horizontal,
#aaf02a58a8a946d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aaf02a58a8a946d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aaf02a58a8a946d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf02a58a8a946d > .tab-nav-horizontal::-webkit-scrollbar,
#aaf02a58a8a946d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aaf02a58a8a946d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aaf02a58a8a946d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf02a58a8a946d > .tab-nav-horizontal.tagScroll,
#aaf02a58a8a946d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aaf02a58a8a946d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#aaf02a58a8a946d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf02a58a8a946d > .tab-nav-horizontal.tagScroll li a,
#aaf02a58a8a946d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aaf02a58a8a946d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aaf02a58a8a946d > .tab-wrap > div > .tab-nav a,
#aaf02a58a8a946d > .tab-nav a,
#aaf02a58a8a946d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aaf02a58a8a946d > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#aaf02a58a8a946d > .tab-wrap > div > .tab-nav li a,
#aaf02a58a8a946d > .tab-nav li a,
#aaf02a58a8a946d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aaf02a58a8a946d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 10px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(255, 255, 255, 0);
  border-right-style: none;
}
#aaf02a58a8a946d > .tab-wrap > div > .tab-nav li a svg,
#aaf02a58a8a946d > .tab-nav li a svg,
#aaf02a58a8a946d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aaf02a58a8a946d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aaf02a58a8a946d > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf02a58a8a946d > .tab-nav li a .ap_icon,
#aaf02a58a8a946d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aaf02a58a8a946d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aaf02a58a8a946d > .tab-wrap > div > .tab-nav li a:hover,
#aaf02a58a8a946d > .tab-nav li a:hover,
#aaf02a58a8a946d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aaf02a58a8a946d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf02a58a8a946d > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf02a58a8a946d > .tab-nav li.uk-active a,
#aaf02a58a8a946d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aaf02a58a8a946d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aaf02a58a8a946d .layout-left li,
#aaf02a58a8a946d .layout-center li,
#aaf02a58a8a946d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aaf02a58a8a946d .layout-left li a,
#aaf02a58a8a946d .layout-center li a,
#aaf02a58a8a946d .layout-right li a {
  height: 100%;
}
#aaf02a58a8a946d > .tab-tabs .layout-left {
  text-align: left;
}
#aaf02a58a8a946d > .tab-tabs .layout-center {
  text-align: center;
}
#aaf02a58a8a946d > .tab-tabs .layout-right {
  text-align: right;
}
#aaf02a58a8a946d .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#aaf02a58a8a946d .tab-content-wrap {
  background-color: transparent;
}
#aaf02a58a8a946d .tab-contents,
#aaf02a58a8a946d .tab-contents-wrap {
  pointer-events: none;
}
#aaf02a58a8a946d .tab-content,
#aaf02a58a8a946d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aaf02a58a8a946d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aaf02a58a8a946d .tab-wrap .tab-contents {
  height: 100%;
}
#aaf02a58a8a946d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aaf02a58a8a946d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aaf02a58a8a946d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a5d46a42fca7d8f  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#af5b6adfebac8c7  {flex-grow: 0;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 40px;}#ae8bba2f1ba3f86  {flex-grow: 0;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a92a9ae8c7a73c2  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 60px;}#ae23fa3cebae4ec  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 60px;}#a0feea95a2a72ad  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#af056a2390a76c7  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a36a4a72ebaa0ec , #a36a4a72ebaa0ec a{flex-grow: 0;color: rgba(49, 118, 219, 1);}#a36a4a72ebaa0ec:hover, #a36a4a72ebaa0ec a:hover {color: rgba(19, 100, 216, 1);}#a767fa3f3aaf748  {flex-grow: 1;}#a4fb9aba3ca9c8c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a4fb9aba3ca9c8c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a4fb9aba3ca9c8c .ap-icon {
  margin-right: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon img,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li:hover > a,
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a4fb9aba3ca9c8c .menu-list ul,
#a4fb9aba3ca9c8c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a4fb9aba3ca9c8c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a4fb9aba3ca9c8c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4fb9aba3ca9c8c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4fb9aba3ca9c8c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a49b0afccaac34c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a49b0afccaac34c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a49b0afccaac34c .ap-icon {
  margin-right: 6px;
}
#a49b0afccaac34c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a,
#a49b0afccaac34c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon img,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a49b0afccaac34c .menu-list > li:hover > a,
#a49b0afccaac34c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a49b0afccaac34c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a49b0afccaac34c .menu-list ul,
#a49b0afccaac34c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a49b0afccaac34c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a49b0afccaac34c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a49b0afccaac34c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a49b0afccaac34c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a468aa0b1da717e > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afe37a828faabd7 , #afe37a828faabd7 a{color: rgba(6, 164, 100, 1);}#afe37a828faabd7:hover, #afe37a828faabd7 a:hover {color: rgba(4, 204, 101, 1);}#ac7eca0ba9a4ccf .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac7eca0ba9a4ccf .menu-list-expand .submenu-indicator {
  display: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a img,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9e02ae88da9704 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a img,
#a9e02ae88da9704 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa5cfa706da140f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa5cfa706da140f .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa5cfa706da140f .menu-list-expand .submenu-indicator {
  display: none;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li a img,
#aa5cfa706da140f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac982a4f18a07ab .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a6614a27ffa0748 .uk-card {
  overflow: hidden;
  height: 400px;
}
#a6614a27ffa0748 .uk-link-reset {
  cursor: default;
}
#a6614a27ffa0748 .uk-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#a6614a27ffa0748 .uk-card .abstract {
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  margin-top: 10px;
  color: #fff;
  font-size: 16px;
  padding: 0 15px;
}
#a6614a27ffa0748 .uk-card .item-logo {
  position: relative;
  margin-top: 120px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#a6614a27ffa0748 .uk-card .item-logo .ap-icon {
  width: 55px;
  height: 55px;
  color: #fff;
  font-size: 45px;
}
#a6614a27ffa0748 .uk-card .title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 20px 0;
  position: relative;
}
#a6614a27ffa0748 .uk-card .title::before {
  content: "";
  position: relative;
  display: block;
  width: 20px;
  border-bottom: 2px solid #fff;
  margin: 0 auto 20px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#a6614a27ffa0748 .uk-card .uk-h5,
#a6614a27ffa0748 .uk-card .ap-icon {
  color: #666666;
}
#a6614a27ffa0748 .uk-card:hover::before {
  background: rgba(19, 100, 216, 0.9);
}
#a6614a27ffa0748 .uk-card:hover .item-logo {
  margin-top: 80px;
}
#a6614a27ffa0748 .uk-card:hover .title::before {
  opacity: 0;
  margin-bottom: 0;
}
#a6614a27ffa0748 .uk-card:hover .abstract {
  display: block;
  opacity: 1;
  margin-top: 0;
}
#a5bb0a4e40af0ac  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#a4f0eae1c8ad5b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a5e1fa5af8a6d2f > .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;flex-grow: 0;}#aaa66adb04a787f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aaa66adb04a787f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6e05a9cb2aacc5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a71eaaa784aba6f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a71eaaa784aba6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1f02a72faacac9 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad649a4e1faa01e > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad649a4e1faa01e  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2131a4568ad5fb .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8427a3663ab91d > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8427a3663ab91d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a54aea8b6da48ed .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#af514ac23ca7297  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4549a962ca7add > .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;flex-grow: 0;}#aefe9a9dcba95e8 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aefe9a9dcba95e8  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a78b8a66c3a62cd .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a6860a4373a658a > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a6860a4373a658a  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a60d7a306dad87e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aa506af856a9ff7 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aa506af856a9ff7  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1a9bafb12a3379 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a1ea5a55aba2aaa > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a1ea5a55aba2aaa  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a92fda3d31aebae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a96dba8355ac472 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a96dba8355ac472  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3fa0aa753aa303 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a05c0a0e46a2f58  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ace13a3d21a10ea > .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;flex-grow: 0;}#a0604a42d4a4597 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0604a42d4a4597  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ac9a8ad93ea1211 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae9cbafda3a2f1b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae9cbafda3a2f1b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aac8da5f56ab439 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4442ab252a29a9 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4442ab252a29a9  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae418a8e29ac7a8 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aacb4aacb5aec67 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aacb4aacb5aec67  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#adafea3e44a3273 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7b50a7223adfe6 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7b50a7223adfe6  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1ff7aaad5a00c5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4ed7a699ea9c4b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4ed7a699ea9c4b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3cc7a1265a50b6 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8ba8a9e62a0d8c > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8ba8a9e62a0d8c  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2e38acba1a6797 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab151a234ead77c {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#ab151a234ead77c .layout-left li,
#ab151a234ead77c .layout-center li,
#ab151a234ead77c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab151a234ead77c .layout-left li a,
#ab151a234ead77c .layout-center li a,
#ab151a234ead77c .layout-right li a {
  height: 100%;
}
#ab151a234ead77c > .tab-tabs .layout-left {
  text-align: left;
}
#ab151a234ead77c > .tab-tabs .layout-center {
  text-align: center;
}
#ab151a234ead77c > .tab-tabs .layout-right {
  text-align: right;
}
#ab151a234ead77c .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#ab151a234ead77c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c .tab-contents,
#ab151a234ead77c .tab-contents-wrap {
  pointer-events: none;
}
#ab151a234ead77c .tab-content,
#ab151a234ead77c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab151a234ead77c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab151a234ead77c .tab-wrap .tab-contents {
  height: 100%;
}
#ab151a234ead77c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab151a234ead77c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab151a234ead77c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a445cadc90a6f90  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a54aba797fa6994  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a0c23a8da1a5492  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aa603ad8dfa8ae5 .a72bea96eba74bb {
  overflow: hidden;
}
#aa603ad8dfa8ae5 .a72bea96eba74bb , #aa603ad8dfa8ae5 .a72bea96eba74bb > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aa603ad8dfa8ae5 .a72bea96eba74bb:hover , #aa603ad8dfa8ae5 .a72bea96eba74bb *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aa603ad8dfa8ae5 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa603ad8dfa8ae5 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa603ad8dfa8ae5 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aa603ad8dfa8ae5 .uk-position-center-left-out {
    left: -30px;
  }
  #aa603ad8dfa8ae5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6f8da0e6ea7804  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7baeab343a1ed2 .a31f5a9637ae63a {
  overflow: hidden;
}
#a7baeab343a1ed2 .a31f5a9637ae63a , #a7baeab343a1ed2 .a31f5a9637ae63a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7baeab343a1ed2 .a31f5a9637ae63a:hover , #a7baeab343a1ed2 .a31f5a9637ae63a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7baeab343a1ed2 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a7baeab343a1ed2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7baeab343a1ed2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7baeab343a1ed2 .uk-position-center-left-out {
    left: -30px;
  }
  #a7baeab343a1ed2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7eeea24a2a489a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a9e11a3922a0a84 .a0c79ae6caaf8e2 {
  overflow: hidden;
}
#a9e11a3922a0a84 .a0c79ae6caaf8e2 , #a9e11a3922a0a84 .a0c79ae6caaf8e2 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a9e11a3922a0a84 .a0c79ae6caaf8e2:hover , #a9e11a3922a0a84 .a0c79ae6caaf8e2 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a9e11a3922a0a84 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a9e11a3922a0a84 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9e11a3922a0a84 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a9e11a3922a0a84 .uk-position-center-left-out {
    left: -30px;
  }
  #a9e11a3922a0a84 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa82faaea2a1c77  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a94ffa5483a8d60 .a8a48ae1cfa9a13 {
  overflow: hidden;
}
#a94ffa5483a8d60 .a8a48ae1cfa9a13 , #a94ffa5483a8d60 .a8a48ae1cfa9a13 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a94ffa5483a8d60 .a8a48ae1cfa9a13:hover , #a94ffa5483a8d60 .a8a48ae1cfa9a13 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a94ffa5483a8d60 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a94ffa5483a8d60 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a94ffa5483a8d60 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a94ffa5483a8d60 .uk-position-center-left-out {
    left: -30px;
  }
  #a94ffa5483a8d60 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3b61acc08a6bcf {
  overflow: hidden;
  pointer-events: none;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a3b61acc08a6bcf .layout-left li,
#a3b61acc08a6bcf .layout-center li,
#a3b61acc08a6bcf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3b61acc08a6bcf .layout-left li a,
#a3b61acc08a6bcf .layout-center li a,
#a3b61acc08a6bcf .layout-right li a {
  height: 100%;
}
#a3b61acc08a6bcf > .tab-tabs .layout-left {
  text-align: left;
}
#a3b61acc08a6bcf > .tab-tabs .layout-center {
  text-align: center;
}
#a3b61acc08a6bcf > .tab-tabs .layout-right {
  text-align: right;
}
#a3b61acc08a6bcf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a3b61acc08a6bcf .tab-content-wrap {
  background-color: #ffffff;
}
#a3b61acc08a6bcf .tab-contents,
#a3b61acc08a6bcf .tab-contents-wrap {
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-content,
#a3b61acc08a6bcf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3b61acc08a6bcf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-wrap .tab-contents {
  height: 100%;
}
#a3b61acc08a6bcf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2b29afa75af3d2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a7bdda440da10de  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af0fda089faa74e .a179ba61fca0888 {
  overflow: hidden;
}
#af0fda089faa74e .a179ba61fca0888 , #af0fda089faa74e .a179ba61fca0888 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af0fda089faa74e .a179ba61fca0888:hover , #af0fda089faa74e .a179ba61fca0888 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af0fda089faa74e .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af0fda089faa74e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af0fda089faa74e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af0fda089faa74e .uk-position-center-left-out {
    left: -30px;
  }
  #af0fda089faa74e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac029ab8d2ac795  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3fa1aa72eae5d8 .a8a0fa2a83ace44 {
  overflow: hidden;
}
#a3fa1aa72eae5d8 .a8a0fa2a83ace44 , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3fa1aa72eae5d8 .a8a0fa2a83ace44:hover , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3fa1aa72eae5d8 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a3fa1aa72eae5d8 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3fa1aa72eae5d8 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3fa1aa72eae5d8 .uk-position-center-left-out {
    left: -30px;
  }
  #a3fa1aa72eae5d8 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acd71a09bca3734  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2599afd13a8dda .a67b0a5657abdca {
  overflow: hidden;
}
#a2599afd13a8dda .a67b0a5657abdca , #a2599afd13a8dda .a67b0a5657abdca > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2599afd13a8dda .a67b0a5657abdca:hover , #a2599afd13a8dda .a67b0a5657abdca *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2599afd13a8dda .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2599afd13a8dda .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2599afd13a8dda .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2599afd13a8dda .uk-position-center-left-out {
    left: -30px;
  }
  #a2599afd13a8dda .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3bd9a9ed3a0012  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5fc2ae1b1ac227 .ada91af9b0a0502 {
  overflow: hidden;
}
#a5fc2ae1b1ac227 .ada91af9b0a0502 , #a5fc2ae1b1ac227 .ada91af9b0a0502 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5fc2ae1b1ac227 .ada91af9b0a0502:hover , #a5fc2ae1b1ac227 .ada91af9b0a0502 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5fc2ae1b1ac227 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a5fc2ae1b1ac227 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5fc2ae1b1ac227 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5fc2ae1b1ac227 .uk-position-center-left-out {
    left: -30px;
  }
  #a5fc2ae1b1ac227 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6bcdafc0fa513f  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab2a3a53e3a711b .aec71a08e0ab367 {
  overflow: hidden;
}
#ab2a3a53e3a711b .aec71a08e0ab367 , #ab2a3a53e3a711b .aec71a08e0ab367 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab2a3a53e3a711b .aec71a08e0ab367:hover , #ab2a3a53e3a711b .aec71a08e0ab367 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab2a3a53e3a711b .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ab2a3a53e3a711b .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab2a3a53e3a711b .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab2a3a53e3a711b .uk-position-center-left-out {
    left: -30px;
  }
  #ab2a3a53e3a711b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a309aa2ec8a7ce3 {
  overflow: hidden;
  pointer-events: none;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a309aa2ec8a7ce3 .layout-left li,
#a309aa2ec8a7ce3 .layout-center li,
#a309aa2ec8a7ce3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a309aa2ec8a7ce3 .layout-left li a,
#a309aa2ec8a7ce3 .layout-center li a,
#a309aa2ec8a7ce3 .layout-right li a {
  height: 100%;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-left {
  text-align: left;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-center {
  text-align: center;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-right {
  text-align: right;
}
#a309aa2ec8a7ce3 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a309aa2ec8a7ce3 .tab-content-wrap {
  background-color: #ffffff;
}
#a309aa2ec8a7ce3 .tab-contents,
#a309aa2ec8a7ce3 .tab-contents-wrap {
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-content,
#a309aa2ec8a7ce3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-wrap .tab-contents {
  height: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6180acc49a3e93  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a6dafa4ecea60a0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aff3cac13cafbfb .a06ebafd21a2d85 {
  overflow: hidden;
}
#aff3cac13cafbfb .a06ebafd21a2d85 , #aff3cac13cafbfb .a06ebafd21a2d85 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aff3cac13cafbfb .a06ebafd21a2d85:hover , #aff3cac13cafbfb .a06ebafd21a2d85 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aff3cac13cafbfb .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aff3cac13cafbfb .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aff3cac13cafbfb .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aff3cac13cafbfb .uk-position-center-left-out {
    left: -30px;
  }
  #aff3cac13cafbfb .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#afcbbaca6ea610b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a53e2aef3aaf277 .aa00dac1eeacc9a {
  overflow: hidden;
}
#a53e2aef3aaf277 .aa00dac1eeacc9a , #a53e2aef3aaf277 .aa00dac1eeacc9a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a53e2aef3aaf277 .aa00dac1eeacc9a:hover , #a53e2aef3aaf277 .aa00dac1eeacc9a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a53e2aef3aaf277 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a53e2aef3aaf277 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a53e2aef3aaf277 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a53e2aef3aaf277 .uk-position-center-left-out {
    left: -30px;
  }
  #a53e2aef3aaf277 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4dd9a08d0a4fbc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adea6aad87ac37c .a709ba3eb4afea8 {
  overflow: hidden;
}
#adea6aad87ac37c .a709ba3eb4afea8 , #adea6aad87ac37c .a709ba3eb4afea8 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adea6aad87ac37c .a709ba3eb4afea8:hover , #adea6aad87ac37c .a709ba3eb4afea8 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adea6aad87ac37c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#adea6aad87ac37c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adea6aad87ac37c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adea6aad87ac37c .uk-position-center-left-out {
    left: -30px;
  }
  #adea6aad87ac37c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5f67a73efa84f8  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4f05aa0b1a588c .ab4cfa7547abdc6 {
  overflow: hidden;
}
#a4f05aa0b1a588c .ab4cfa7547abdc6 , #a4f05aa0b1a588c .ab4cfa7547abdc6 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4f05aa0b1a588c .ab4cfa7547abdc6:hover , #a4f05aa0b1a588c .ab4cfa7547abdc6 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4f05aa0b1a588c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4f05aa0b1a588c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4f05aa0b1a588c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4f05aa0b1a588c .uk-position-center-left-out {
    left: -30px;
  }
  #a4f05aa0b1a588c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8b3caf245a9550 {
  overflow: hidden;
  pointer-events: none;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a8b3caf245a9550 .layout-left li,
#a8b3caf245a9550 .layout-center li,
#a8b3caf245a9550 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8b3caf245a9550 .layout-left li a,
#a8b3caf245a9550 .layout-center li a,
#a8b3caf245a9550 .layout-right li a {
  height: 100%;
}
#a8b3caf245a9550 > .tab-tabs .layout-left {
  text-align: left;
}
#a8b3caf245a9550 > .tab-tabs .layout-center {
  text-align: center;
}
#a8b3caf245a9550 > .tab-tabs .layout-right {
  text-align: right;
}
#a8b3caf245a9550 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a8b3caf245a9550 .tab-content-wrap {
  background-color: #ffffff;
}
#a8b3caf245a9550 .tab-contents,
#a8b3caf245a9550 .tab-contents-wrap {
  pointer-events: none;
}
#a8b3caf245a9550 .tab-content,
#a8b3caf245a9550 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8b3caf245a9550 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8b3caf245a9550 .tab-wrap .tab-contents {
  height: 100%;
}
#a8b3caf245a9550 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1c11abae0a6498  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#aa27fa0954aa408  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a61a0af29da2f9c .aeab3a5320a803f {
  overflow: hidden;
}
#a61a0af29da2f9c .aeab3a5320a803f , #a61a0af29da2f9c .aeab3a5320a803f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a61a0af29da2f9c .aeab3a5320a803f:hover , #a61a0af29da2f9c .aeab3a5320a803f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a61a0af29da2f9c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a61a0af29da2f9c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a61a0af29da2f9c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a61a0af29da2f9c .uk-position-center-left-out {
    left: -30px;
  }
  #a61a0af29da2f9c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8c29a827fa339d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a1f73acf75a8e75 .a5c24a00fda0569 {
  overflow: hidden;
}
#a1f73acf75a8e75 .a5c24a00fda0569 , #a1f73acf75a8e75 .a5c24a00fda0569 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a1f73acf75a8e75 .a5c24a00fda0569:hover , #a1f73acf75a8e75 .a5c24a00fda0569 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a1f73acf75a8e75 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1f73acf75a8e75 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a1f73acf75a8e75 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a1f73acf75a8e75 .uk-position-center-left-out {
    left: -30px;
  }
  #a1f73acf75a8e75 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a988ba0fa4a2973  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4092a576fa0692 .a229fac40ea9024 {
  overflow: hidden;
}
#a4092a576fa0692 .a229fac40ea9024 , #a4092a576fa0692 .a229fac40ea9024 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4092a576fa0692 .a229fac40ea9024:hover , #a4092a576fa0692 .a229fac40ea9024 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4092a576fa0692 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4092a576fa0692 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4092a576fa0692 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4092a576fa0692 .uk-position-center-left-out {
    left: -30px;
  }
  #a4092a576fa0692 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac7c7a155ba5f06  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a0daaa7cb3a7125 .a8c63ab1d9a065f {
  overflow: hidden;
}
#a0daaa7cb3a7125 .a8c63ab1d9a065f , #a0daaa7cb3a7125 .a8c63ab1d9a065f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a0daaa7cb3a7125 .a8c63ab1d9a065f:hover , #a0daaa7cb3a7125 .a8c63ab1d9a065f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a0daaa7cb3a7125 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a0daaa7cb3a7125 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a0daaa7cb3a7125 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a0daaa7cb3a7125 .uk-position-center-left-out {
    left: -30px;
  }
  #a0daaa7cb3a7125 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a2884a9c7aa42cb {
  overflow: hidden;
  pointer-events: none;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a2884a9c7aa42cb .layout-left li,
#a2884a9c7aa42cb .layout-center li,
#a2884a9c7aa42cb .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a2884a9c7aa42cb .layout-left li a,
#a2884a9c7aa42cb .layout-center li a,
#a2884a9c7aa42cb .layout-right li a {
  height: 100%;
}
#a2884a9c7aa42cb > .tab-tabs .layout-left {
  text-align: left;
}
#a2884a9c7aa42cb > .tab-tabs .layout-center {
  text-align: center;
}
#a2884a9c7aa42cb > .tab-tabs .layout-right {
  text-align: right;
}
#a2884a9c7aa42cb .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a2884a9c7aa42cb .tab-content-wrap {
  background-color: #ffffff;
}
#a2884a9c7aa42cb .tab-contents,
#a2884a9c7aa42cb .tab-contents-wrap {
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-content,
#a2884a9c7aa42cb .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a2884a9c7aa42cb .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-wrap .tab-contents {
  height: 100%;
}
#a2884a9c7aa42cb .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9337a9870a4aa8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .tab-nav li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .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: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#a9337a9870a4aa8 .layout-left li,
#a9337a9870a4aa8 .layout-center li,
#a9337a9870a4aa8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9337a9870a4aa8 .layout-left li a,
#a9337a9870a4aa8 .layout-center li a,
#a9337a9870a4aa8 .layout-right li a {
  height: 100%;
}
#a9337a9870a4aa8 > .tab-tabs .layout-left {
  text-align: left;
}
#a9337a9870a4aa8 > .tab-tabs .layout-center {
  text-align: center;
}
#a9337a9870a4aa8 > .tab-tabs .layout-right {
  text-align: right;
}
#a9337a9870a4aa8 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a9337a9870a4aa8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 .tab-contents,
#a9337a9870a4aa8 .tab-contents-wrap {
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-content,
#a9337a9870a4aa8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9337a9870a4aa8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-wrap .tab-contents {
  height: 100%;
}
#a9337a9870a4aa8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a02f5a3ff9a4083  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0dafa41eda42c1 > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a0936a27c6a7e20 > .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;}#a0936a27c6a7e20  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0936a27c6a7e20:hover * {color: #000000  !important}
                            #a0936a27c6a7e20:hover .line{border-color: #000000  !important}#a0099a01a7a0786 > .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;}#a0099a01a7a0786  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0099a01a7a0786:hover * {color: #000000  !important}
                            #a0099a01a7a0786:hover .line{border-color: #000000  !important}#ada22ad7caad10a  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a2384a88bcaa91f > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#aff0fa80aca0f48 > .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;}#aff0fa80aca0f48  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aff0fa80aca0f48:hover * {color: #000000  !important}
                            #aff0fa80aca0f48:hover .line{border-color: #000000  !important}#a7c98ad8d3a2f15 > .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;}#a7c98ad8d3a2f15  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7c98ad8d3a2f15:hover * {color: #000000  !important}
                            #a7c98ad8d3a2f15:hover .line{border-color: #000000  !important}#aef76a9e03a209f  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a96e2a6c2aae62d > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#ae1efad977acc8b > .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;}#ae1efad977acc8b  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#ae1efad977acc8b:hover * {color: #000000  !important}
                            #ae1efad977acc8b:hover .line{border-color: #000000  !important}#a969ba27fba3e87 > .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;}#a969ba27fba3e87  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a969ba27fba3e87:hover * {color: #000000  !important}
                            #a969ba27fba3e87:hover .line{border-color: #000000  !important}#a72b8a64dba1bcc > .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;}#a72b8a64dba1bcc  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a72b8a64dba1bcc:hover * {color: #000000  !important}
                            #a72b8a64dba1bcc:hover .line{border-color: #000000  !important}#a5509a25c7aa431 > .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;}#a5509a25c7aa431  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a5509a25c7aa431:hover * {color: #000000  !important}
                            #a5509a25c7aa431:hover .line{border-color: #000000  !important}#ac860aabe5ab7a3 {
  overflow: hidden;
  pointer-events: none;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 .layout-left li,
#ac860aabe5ab7a3 .layout-center li,
#ac860aabe5ab7a3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac860aabe5ab7a3 .layout-left li a,
#ac860aabe5ab7a3 .layout-center li a,
#ac860aabe5ab7a3 .layout-right li a {
  height: 100%;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-left {
  text-align: left;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-center {
  text-align: center;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-right {
  text-align: right;
}
#ac860aabe5ab7a3 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#ac860aabe5ab7a3 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ac860aabe5ab7a3 .tab-contents,
#ac860aabe5ab7a3 .tab-contents-wrap {
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-content,
#ac860aabe5ab7a3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac860aabe5ab7a3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-wrap .tab-contents {
  height: 100%;
}
#ac860aabe5ab7a3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a803baa081aca73 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a803baa081aca73 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a803baa081aca73 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a803baa081aca73 .menu-list > li > a {
  padding: 0 10px;
}
#a803baa081aca73 .menu-list > li:hover:before {
  height: 100%;
}
#a803baa081aca73 .menu-list > li:hover:after {
  color: auto;
}
#a803baa081aca73 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a803baa081aca73 .menu-list > li:first-child:after {
  content: "";
}
#a803baa081aca73 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a803baa081aca73 .menu-list > li ul li {
  position: relative;
}
#a803baa081aca73 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a803baa081aca73 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a803baa081aca73 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 li ul,
#a803baa081aca73 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a803baa081aca73 li:hover > ul {
  left: auto;
}
#a803baa081aca73 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a0feea95a2a72ad  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#af056a2390a76c7  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a36a4a72ebaa0ec , #a36a4a72ebaa0ec a{flex-grow: 0;color: rgba(49, 118, 219, 1);}#a36a4a72ebaa0ec:hover, #a36a4a72ebaa0ec a:hover {color: rgba(19, 100, 216, 1);}#a767fa3f3aaf748  {flex-grow: 1;}#a4fb9aba3ca9c8c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a4fb9aba3ca9c8c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a4fb9aba3ca9c8c .ap-icon {
  margin-right: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon img,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li:hover > a,
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a4fb9aba3ca9c8c .menu-list ul,
#a4fb9aba3ca9c8c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a4fb9aba3ca9c8c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a4fb9aba3ca9c8c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4fb9aba3ca9c8c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4fb9aba3ca9c8c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a49b0afccaac34c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a49b0afccaac34c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a49b0afccaac34c .ap-icon {
  margin-right: 6px;
}
#a49b0afccaac34c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a,
#a49b0afccaac34c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon img,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a49b0afccaac34c .menu-list > li:hover > a,
#a49b0afccaac34c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a49b0afccaac34c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a49b0afccaac34c .menu-list ul,
#a49b0afccaac34c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a49b0afccaac34c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a49b0afccaac34c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a49b0afccaac34c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a49b0afccaac34c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a468aa0b1da717e > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afe37a828faabd7 , #afe37a828faabd7 a{color: rgba(6, 164, 100, 1);}#afe37a828faabd7:hover, #afe37a828faabd7 a:hover {color: rgba(4, 204, 101, 1);}#ac7eca0ba9a4ccf .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac7eca0ba9a4ccf .menu-list-expand .submenu-indicator {
  display: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a img,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9e02ae88da9704 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a img,
#a9e02ae88da9704 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa5cfa706da140f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa5cfa706da140f .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa5cfa706da140f .menu-list-expand .submenu-indicator {
  display: none;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li a img,
#aa5cfa706da140f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a6aa7a17e8af2d7 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5bb0a4e40af0ac  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#a4f0eae1c8ad5b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a5e1fa5af8a6d2f > .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;flex-grow: 0;}#aaa66adb04a787f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aaa66adb04a787f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6e05a9cb2aacc5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a71eaaa784aba6f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a71eaaa784aba6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1f02a72faacac9 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad649a4e1faa01e > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad649a4e1faa01e  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2131a4568ad5fb .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8427a3663ab91d > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8427a3663ab91d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a54aea8b6da48ed .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#af514ac23ca7297  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4549a962ca7add > .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;flex-grow: 0;}#aefe9a9dcba95e8 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aefe9a9dcba95e8  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a78b8a66c3a62cd .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a6860a4373a658a > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a6860a4373a658a  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a60d7a306dad87e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aa506af856a9ff7 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aa506af856a9ff7  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1a9bafb12a3379 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a1ea5a55aba2aaa > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a1ea5a55aba2aaa  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a92fda3d31aebae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a96dba8355ac472 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a96dba8355ac472  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3fa0aa753aa303 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a05c0a0e46a2f58  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ace13a3d21a10ea > .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;flex-grow: 0;}#a0604a42d4a4597 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0604a42d4a4597  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ac9a8ad93ea1211 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae9cbafda3a2f1b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae9cbafda3a2f1b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aac8da5f56ab439 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4442ab252a29a9 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4442ab252a29a9  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae418a8e29ac7a8 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aacb4aacb5aec67 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aacb4aacb5aec67  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#adafea3e44a3273 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7b50a7223adfe6 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7b50a7223adfe6  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1ff7aaad5a00c5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4ed7a699ea9c4b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4ed7a699ea9c4b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3cc7a1265a50b6 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8ba8a9e62a0d8c > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8ba8a9e62a0d8c  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2e38acba1a6797 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab151a234ead77c {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#ab151a234ead77c .layout-left li,
#ab151a234ead77c .layout-center li,
#ab151a234ead77c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab151a234ead77c .layout-left li a,
#ab151a234ead77c .layout-center li a,
#ab151a234ead77c .layout-right li a {
  height: 100%;
}
#ab151a234ead77c > .tab-tabs .layout-left {
  text-align: left;
}
#ab151a234ead77c > .tab-tabs .layout-center {
  text-align: center;
}
#ab151a234ead77c > .tab-tabs .layout-right {
  text-align: right;
}
#ab151a234ead77c .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#ab151a234ead77c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c .tab-contents,
#ab151a234ead77c .tab-contents-wrap {
  pointer-events: none;
}
#ab151a234ead77c .tab-content,
#ab151a234ead77c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab151a234ead77c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab151a234ead77c .tab-wrap .tab-contents {
  height: 100%;
}
#ab151a234ead77c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab151a234ead77c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab151a234ead77c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a445cadc90a6f90  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a54aba797fa6994  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a0c23a8da1a5492  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aa603ad8dfa8ae5 .a72bea96eba74bb {
  overflow: hidden;
}
#aa603ad8dfa8ae5 .a72bea96eba74bb , #aa603ad8dfa8ae5 .a72bea96eba74bb > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aa603ad8dfa8ae5 .a72bea96eba74bb:hover , #aa603ad8dfa8ae5 .a72bea96eba74bb *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aa603ad8dfa8ae5 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa603ad8dfa8ae5 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa603ad8dfa8ae5 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aa603ad8dfa8ae5 .uk-position-center-left-out {
    left: -30px;
  }
  #aa603ad8dfa8ae5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6f8da0e6ea7804  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7baeab343a1ed2 .a31f5a9637ae63a {
  overflow: hidden;
}
#a7baeab343a1ed2 .a31f5a9637ae63a , #a7baeab343a1ed2 .a31f5a9637ae63a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7baeab343a1ed2 .a31f5a9637ae63a:hover , #a7baeab343a1ed2 .a31f5a9637ae63a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7baeab343a1ed2 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a7baeab343a1ed2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7baeab343a1ed2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7baeab343a1ed2 .uk-position-center-left-out {
    left: -30px;
  }
  #a7baeab343a1ed2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7eeea24a2a489a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a9e11a3922a0a84 .a0c79ae6caaf8e2 {
  overflow: hidden;
}
#a9e11a3922a0a84 .a0c79ae6caaf8e2 , #a9e11a3922a0a84 .a0c79ae6caaf8e2 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a9e11a3922a0a84 .a0c79ae6caaf8e2:hover , #a9e11a3922a0a84 .a0c79ae6caaf8e2 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a9e11a3922a0a84 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a9e11a3922a0a84 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9e11a3922a0a84 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a9e11a3922a0a84 .uk-position-center-left-out {
    left: -30px;
  }
  #a9e11a3922a0a84 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa82faaea2a1c77  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a94ffa5483a8d60 .a8a48ae1cfa9a13 {
  overflow: hidden;
}
#a94ffa5483a8d60 .a8a48ae1cfa9a13 , #a94ffa5483a8d60 .a8a48ae1cfa9a13 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a94ffa5483a8d60 .a8a48ae1cfa9a13:hover , #a94ffa5483a8d60 .a8a48ae1cfa9a13 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a94ffa5483a8d60 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a94ffa5483a8d60 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a94ffa5483a8d60 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a94ffa5483a8d60 .uk-position-center-left-out {
    left: -30px;
  }
  #a94ffa5483a8d60 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3b61acc08a6bcf {
  overflow: hidden;
  pointer-events: none;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a3b61acc08a6bcf .layout-left li,
#a3b61acc08a6bcf .layout-center li,
#a3b61acc08a6bcf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3b61acc08a6bcf .layout-left li a,
#a3b61acc08a6bcf .layout-center li a,
#a3b61acc08a6bcf .layout-right li a {
  height: 100%;
}
#a3b61acc08a6bcf > .tab-tabs .layout-left {
  text-align: left;
}
#a3b61acc08a6bcf > .tab-tabs .layout-center {
  text-align: center;
}
#a3b61acc08a6bcf > .tab-tabs .layout-right {
  text-align: right;
}
#a3b61acc08a6bcf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a3b61acc08a6bcf .tab-content-wrap {
  background-color: #ffffff;
}
#a3b61acc08a6bcf .tab-contents,
#a3b61acc08a6bcf .tab-contents-wrap {
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-content,
#a3b61acc08a6bcf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3b61acc08a6bcf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-wrap .tab-contents {
  height: 100%;
}
#a3b61acc08a6bcf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2b29afa75af3d2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a7bdda440da10de  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af0fda089faa74e .a179ba61fca0888 {
  overflow: hidden;
}
#af0fda089faa74e .a179ba61fca0888 , #af0fda089faa74e .a179ba61fca0888 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af0fda089faa74e .a179ba61fca0888:hover , #af0fda089faa74e .a179ba61fca0888 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af0fda089faa74e .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af0fda089faa74e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af0fda089faa74e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af0fda089faa74e .uk-position-center-left-out {
    left: -30px;
  }
  #af0fda089faa74e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac029ab8d2ac795  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3fa1aa72eae5d8 .a8a0fa2a83ace44 {
  overflow: hidden;
}
#a3fa1aa72eae5d8 .a8a0fa2a83ace44 , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3fa1aa72eae5d8 .a8a0fa2a83ace44:hover , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3fa1aa72eae5d8 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a3fa1aa72eae5d8 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3fa1aa72eae5d8 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3fa1aa72eae5d8 .uk-position-center-left-out {
    left: -30px;
  }
  #a3fa1aa72eae5d8 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acd71a09bca3734  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2599afd13a8dda .a67b0a5657abdca {
  overflow: hidden;
}
#a2599afd13a8dda .a67b0a5657abdca , #a2599afd13a8dda .a67b0a5657abdca > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2599afd13a8dda .a67b0a5657abdca:hover , #a2599afd13a8dda .a67b0a5657abdca *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2599afd13a8dda .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2599afd13a8dda .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2599afd13a8dda .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2599afd13a8dda .uk-position-center-left-out {
    left: -30px;
  }
  #a2599afd13a8dda .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3bd9a9ed3a0012  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5fc2ae1b1ac227 .ada91af9b0a0502 {
  overflow: hidden;
}
#a5fc2ae1b1ac227 .ada91af9b0a0502 , #a5fc2ae1b1ac227 .ada91af9b0a0502 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5fc2ae1b1ac227 .ada91af9b0a0502:hover , #a5fc2ae1b1ac227 .ada91af9b0a0502 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5fc2ae1b1ac227 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a5fc2ae1b1ac227 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5fc2ae1b1ac227 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5fc2ae1b1ac227 .uk-position-center-left-out {
    left: -30px;
  }
  #a5fc2ae1b1ac227 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6bcdafc0fa513f  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab2a3a53e3a711b .aec71a08e0ab367 {
  overflow: hidden;
}
#ab2a3a53e3a711b .aec71a08e0ab367 , #ab2a3a53e3a711b .aec71a08e0ab367 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab2a3a53e3a711b .aec71a08e0ab367:hover , #ab2a3a53e3a711b .aec71a08e0ab367 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab2a3a53e3a711b .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ab2a3a53e3a711b .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab2a3a53e3a711b .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab2a3a53e3a711b .uk-position-center-left-out {
    left: -30px;
  }
  #ab2a3a53e3a711b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a309aa2ec8a7ce3 {
  overflow: hidden;
  pointer-events: none;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a309aa2ec8a7ce3 .layout-left li,
#a309aa2ec8a7ce3 .layout-center li,
#a309aa2ec8a7ce3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a309aa2ec8a7ce3 .layout-left li a,
#a309aa2ec8a7ce3 .layout-center li a,
#a309aa2ec8a7ce3 .layout-right li a {
  height: 100%;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-left {
  text-align: left;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-center {
  text-align: center;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-right {
  text-align: right;
}
#a309aa2ec8a7ce3 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a309aa2ec8a7ce3 .tab-content-wrap {
  background-color: #ffffff;
}
#a309aa2ec8a7ce3 .tab-contents,
#a309aa2ec8a7ce3 .tab-contents-wrap {
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-content,
#a309aa2ec8a7ce3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-wrap .tab-contents {
  height: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6180acc49a3e93  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a6dafa4ecea60a0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aff3cac13cafbfb .a06ebafd21a2d85 {
  overflow: hidden;
}
#aff3cac13cafbfb .a06ebafd21a2d85 , #aff3cac13cafbfb .a06ebafd21a2d85 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aff3cac13cafbfb .a06ebafd21a2d85:hover , #aff3cac13cafbfb .a06ebafd21a2d85 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aff3cac13cafbfb .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aff3cac13cafbfb .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aff3cac13cafbfb .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aff3cac13cafbfb .uk-position-center-left-out {
    left: -30px;
  }
  #aff3cac13cafbfb .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#afcbbaca6ea610b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a53e2aef3aaf277 .aa00dac1eeacc9a {
  overflow: hidden;
}
#a53e2aef3aaf277 .aa00dac1eeacc9a , #a53e2aef3aaf277 .aa00dac1eeacc9a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a53e2aef3aaf277 .aa00dac1eeacc9a:hover , #a53e2aef3aaf277 .aa00dac1eeacc9a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a53e2aef3aaf277 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a53e2aef3aaf277 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a53e2aef3aaf277 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a53e2aef3aaf277 .uk-position-center-left-out {
    left: -30px;
  }
  #a53e2aef3aaf277 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4dd9a08d0a4fbc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adea6aad87ac37c .a709ba3eb4afea8 {
  overflow: hidden;
}
#adea6aad87ac37c .a709ba3eb4afea8 , #adea6aad87ac37c .a709ba3eb4afea8 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adea6aad87ac37c .a709ba3eb4afea8:hover , #adea6aad87ac37c .a709ba3eb4afea8 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adea6aad87ac37c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#adea6aad87ac37c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adea6aad87ac37c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adea6aad87ac37c .uk-position-center-left-out {
    left: -30px;
  }
  #adea6aad87ac37c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5f67a73efa84f8  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4f05aa0b1a588c .ab4cfa7547abdc6 {
  overflow: hidden;
}
#a4f05aa0b1a588c .ab4cfa7547abdc6 , #a4f05aa0b1a588c .ab4cfa7547abdc6 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4f05aa0b1a588c .ab4cfa7547abdc6:hover , #a4f05aa0b1a588c .ab4cfa7547abdc6 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4f05aa0b1a588c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4f05aa0b1a588c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4f05aa0b1a588c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4f05aa0b1a588c .uk-position-center-left-out {
    left: -30px;
  }
  #a4f05aa0b1a588c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8b3caf245a9550 {
  overflow: hidden;
  pointer-events: none;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a8b3caf245a9550 .layout-left li,
#a8b3caf245a9550 .layout-center li,
#a8b3caf245a9550 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8b3caf245a9550 .layout-left li a,
#a8b3caf245a9550 .layout-center li a,
#a8b3caf245a9550 .layout-right li a {
  height: 100%;
}
#a8b3caf245a9550 > .tab-tabs .layout-left {
  text-align: left;
}
#a8b3caf245a9550 > .tab-tabs .layout-center {
  text-align: center;
}
#a8b3caf245a9550 > .tab-tabs .layout-right {
  text-align: right;
}
#a8b3caf245a9550 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a8b3caf245a9550 .tab-content-wrap {
  background-color: #ffffff;
}
#a8b3caf245a9550 .tab-contents,
#a8b3caf245a9550 .tab-contents-wrap {
  pointer-events: none;
}
#a8b3caf245a9550 .tab-content,
#a8b3caf245a9550 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8b3caf245a9550 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8b3caf245a9550 .tab-wrap .tab-contents {
  height: 100%;
}
#a8b3caf245a9550 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1c11abae0a6498  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#aa27fa0954aa408  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a61a0af29da2f9c .aeab3a5320a803f {
  overflow: hidden;
}
#a61a0af29da2f9c .aeab3a5320a803f , #a61a0af29da2f9c .aeab3a5320a803f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a61a0af29da2f9c .aeab3a5320a803f:hover , #a61a0af29da2f9c .aeab3a5320a803f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a61a0af29da2f9c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a61a0af29da2f9c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a61a0af29da2f9c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a61a0af29da2f9c .uk-position-center-left-out {
    left: -30px;
  }
  #a61a0af29da2f9c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8c29a827fa339d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a1f73acf75a8e75 .a5c24a00fda0569 {
  overflow: hidden;
}
#a1f73acf75a8e75 .a5c24a00fda0569 , #a1f73acf75a8e75 .a5c24a00fda0569 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a1f73acf75a8e75 .a5c24a00fda0569:hover , #a1f73acf75a8e75 .a5c24a00fda0569 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a1f73acf75a8e75 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1f73acf75a8e75 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a1f73acf75a8e75 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a1f73acf75a8e75 .uk-position-center-left-out {
    left: -30px;
  }
  #a1f73acf75a8e75 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a988ba0fa4a2973  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4092a576fa0692 .a229fac40ea9024 {
  overflow: hidden;
}
#a4092a576fa0692 .a229fac40ea9024 , #a4092a576fa0692 .a229fac40ea9024 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4092a576fa0692 .a229fac40ea9024:hover , #a4092a576fa0692 .a229fac40ea9024 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4092a576fa0692 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4092a576fa0692 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4092a576fa0692 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4092a576fa0692 .uk-position-center-left-out {
    left: -30px;
  }
  #a4092a576fa0692 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac7c7a155ba5f06  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a0daaa7cb3a7125 .a8c63ab1d9a065f {
  overflow: hidden;
}
#a0daaa7cb3a7125 .a8c63ab1d9a065f , #a0daaa7cb3a7125 .a8c63ab1d9a065f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a0daaa7cb3a7125 .a8c63ab1d9a065f:hover , #a0daaa7cb3a7125 .a8c63ab1d9a065f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a0daaa7cb3a7125 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a0daaa7cb3a7125 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a0daaa7cb3a7125 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a0daaa7cb3a7125 .uk-position-center-left-out {
    left: -30px;
  }
  #a0daaa7cb3a7125 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a2884a9c7aa42cb {
  overflow: hidden;
  pointer-events: none;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a2884a9c7aa42cb .layout-left li,
#a2884a9c7aa42cb .layout-center li,
#a2884a9c7aa42cb .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a2884a9c7aa42cb .layout-left li a,
#a2884a9c7aa42cb .layout-center li a,
#a2884a9c7aa42cb .layout-right li a {
  height: 100%;
}
#a2884a9c7aa42cb > .tab-tabs .layout-left {
  text-align: left;
}
#a2884a9c7aa42cb > .tab-tabs .layout-center {
  text-align: center;
}
#a2884a9c7aa42cb > .tab-tabs .layout-right {
  text-align: right;
}
#a2884a9c7aa42cb .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a2884a9c7aa42cb .tab-content-wrap {
  background-color: #ffffff;
}
#a2884a9c7aa42cb .tab-contents,
#a2884a9c7aa42cb .tab-contents-wrap {
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-content,
#a2884a9c7aa42cb .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a2884a9c7aa42cb .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-wrap .tab-contents {
  height: 100%;
}
#a2884a9c7aa42cb .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9337a9870a4aa8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .tab-nav li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .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: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#a9337a9870a4aa8 .layout-left li,
#a9337a9870a4aa8 .layout-center li,
#a9337a9870a4aa8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9337a9870a4aa8 .layout-left li a,
#a9337a9870a4aa8 .layout-center li a,
#a9337a9870a4aa8 .layout-right li a {
  height: 100%;
}
#a9337a9870a4aa8 > .tab-tabs .layout-left {
  text-align: left;
}
#a9337a9870a4aa8 > .tab-tabs .layout-center {
  text-align: center;
}
#a9337a9870a4aa8 > .tab-tabs .layout-right {
  text-align: right;
}
#a9337a9870a4aa8 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a9337a9870a4aa8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 .tab-contents,
#a9337a9870a4aa8 .tab-contents-wrap {
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-content,
#a9337a9870a4aa8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9337a9870a4aa8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-wrap .tab-contents {
  height: 100%;
}
#a9337a9870a4aa8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a02f5a3ff9a4083  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0dafa41eda42c1 > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a0936a27c6a7e20 > .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;}#a0936a27c6a7e20  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0936a27c6a7e20:hover * {color: #000000  !important}
                            #a0936a27c6a7e20:hover .line{border-color: #000000  !important}#a0099a01a7a0786 > .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;}#a0099a01a7a0786  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0099a01a7a0786:hover * {color: #000000  !important}
                            #a0099a01a7a0786:hover .line{border-color: #000000  !important}#ada22ad7caad10a  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a2384a88bcaa91f > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#aff0fa80aca0f48 > .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;}#aff0fa80aca0f48  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aff0fa80aca0f48:hover * {color: #000000  !important}
                            #aff0fa80aca0f48:hover .line{border-color: #000000  !important}#a7c98ad8d3a2f15 > .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;}#a7c98ad8d3a2f15  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7c98ad8d3a2f15:hover * {color: #000000  !important}
                            #a7c98ad8d3a2f15:hover .line{border-color: #000000  !important}#aef76a9e03a209f  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a96e2a6c2aae62d > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#ae1efad977acc8b > .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;}#ae1efad977acc8b  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#ae1efad977acc8b:hover * {color: #000000  !important}
                            #ae1efad977acc8b:hover .line{border-color: #000000  !important}#a969ba27fba3e87 > .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;}#a969ba27fba3e87  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a969ba27fba3e87:hover * {color: #000000  !important}
                            #a969ba27fba3e87:hover .line{border-color: #000000  !important}#a72b8a64dba1bcc > .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;}#a72b8a64dba1bcc  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a72b8a64dba1bcc:hover * {color: #000000  !important}
                            #a72b8a64dba1bcc:hover .line{border-color: #000000  !important}#a5509a25c7aa431 > .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;}#a5509a25c7aa431  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a5509a25c7aa431:hover * {color: #000000  !important}
                            #a5509a25c7aa431:hover .line{border-color: #000000  !important}#ac860aabe5ab7a3 {
  overflow: hidden;
  pointer-events: none;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 .layout-left li,
#ac860aabe5ab7a3 .layout-center li,
#ac860aabe5ab7a3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac860aabe5ab7a3 .layout-left li a,
#ac860aabe5ab7a3 .layout-center li a,
#ac860aabe5ab7a3 .layout-right li a {
  height: 100%;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-left {
  text-align: left;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-center {
  text-align: center;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-right {
  text-align: right;
}
#ac860aabe5ab7a3 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#ac860aabe5ab7a3 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ac860aabe5ab7a3 .tab-contents,
#ac860aabe5ab7a3 .tab-contents-wrap {
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-content,
#ac860aabe5ab7a3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac860aabe5ab7a3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-wrap .tab-contents {
  height: 100%;
}
#ac860aabe5ab7a3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a803baa081aca73 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a803baa081aca73 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a803baa081aca73 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a803baa081aca73 .menu-list > li > a {
  padding: 0 10px;
}
#a803baa081aca73 .menu-list > li:hover:before {
  height: 100%;
}
#a803baa081aca73 .menu-list > li:hover:after {
  color: auto;
}
#a803baa081aca73 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a803baa081aca73 .menu-list > li:first-child:after {
  content: "";
}
#a803baa081aca73 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a803baa081aca73 .menu-list > li ul li {
  position: relative;
}
#a803baa081aca73 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a803baa081aca73 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a803baa081aca73 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 li ul,
#a803baa081aca73 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a803baa081aca73 li:hover > ul {
  left: auto;
}
#a803baa081aca73 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#abc8caa95ca2acc  {flex: 1;}#a379ea8dfca2113  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 30px;}#ab712a161ba25ad > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0085acecda3d2f .ele-wrap {border-color: rgba(1, 117, 95, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 16px;background-color: #1364d8;border-radius: 3px;justify-content: center;}#a0085acecda3d2f .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;border-color: rgba(17, 138, 158, 1);background-color: rgba(9, 107, 123, 1);}#a5555a3741a5424  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 30px;}#a5445acd4ca8dd4 {
  border-radius: 5px;
  overflow: hidden;
}
#a5445acd4ca8dd4 .ele-slideshow .uk-dotnav li a {
  background: #ffffff;
}
#a5445acd4ca8dd4 .ele-slideshow .uk-dotnav > .uk-active a {
  background: #01755f;
}
#a5445acd4ca8dd4 .ele-slideshow .uk-slidenav {
  background-color: rgba(65, 117, 5, 0);
}
#a5445acd4ca8dd4 .ele-slideshow .uk-slidenav {
  color: #f5a623;
}
#a5445acd4ca8dd4 .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(255, 255, 255, 0);
}
#a69e1aa274ac255  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a92aea0958a82d5  {flex-grow: 1;}#a1c41af7e4a86d1  {flex: 1;}#a692aa27b9a73d5  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 20px;}#ad01eaca26a8b21  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;}#ac24aa99dbadc84  {flex-grow: 1;}#aa9c6a2cc6ad193  {flex: 1;}#a9d44a84b3a3aa9  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;}#a36a0a9302ab5a3 .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 15px;background-color: #1364d8;border-radius: 3px;justify-content: center;font-family: Verdana;}#a36a0a9302ab5a3 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(1, 117, 95, 0.8);}#a5f44ac95ea53bf  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 40px;}#a4461a98c5ae5a7  {flex: 1;}#a2990a51f5a7bad .a8f84a9eb4a1e26 {
  overflow: hidden;
}
#a2990a51f5a7bad .a8f84a9eb4a1e26 , #a2990a51f5a7bad .a8f84a9eb4a1e26 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a2990a51f5a7bad .a8f84a9eb4a1e26:hover , #a2990a51f5a7bad .a8f84a9eb4a1e26 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a2990a51f5a7bad .uk-grid {
  margin-left: -10px;
}
#a2990a51f5a7bad .uk-grid > * {
  padding-left: 10px;
}
#a2990a51f5a7bad .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a2990a51f5a7bad .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#a2990a51f5a7bad .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #a2990a51f5a7bad .uk-position-center-left-out {
    left: -30px;
  }
  #a2990a51f5a7bad .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a19dcaadc1a206b  {flex: 1;}#a95fcad8dea2855 .uk-grid {
  margin-left: -10px;
}
#a95fcad8dea2855 .uk-grid > * {
  padding-left: 10px;
}
#a95fcad8dea2855 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a95fcad8dea2855 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#a95fcad8dea2855 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #a95fcad8dea2855 .uk-position-center-left-out {
    left: -30px;
  }
  #a95fcad8dea2855 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa0c7a2716aea40 {
  overflow: hidden;
  pointer-events: none;
}
#aa0c7a2716aea40 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa0c7a2716aea40 > .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;
}
#aa0c7a2716aea40 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa0c7a2716aea40 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa0c7a2716aea40 > .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;
}
#aa0c7a2716aea40 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa0c7a2716aea40 > .tab-wrap > div > .tab-nav,
#aa0c7a2716aea40 > .tab-nav,
#aa0c7a2716aea40 > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa0c7a2716aea40 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa0c7a2716aea40 > .tab-wrap > div > .tab-nav-horizontal,
#aa0c7a2716aea40 > .tab-nav-horizontal,
#aa0c7a2716aea40 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa0c7a2716aea40 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa0c7a2716aea40 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa0c7a2716aea40 > .tab-nav-horizontal::-webkit-scrollbar,
#aa0c7a2716aea40 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa0c7a2716aea40 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa0c7a2716aea40 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa0c7a2716aea40 > .tab-nav-horizontal.tagScroll,
#aa0c7a2716aea40 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa0c7a2716aea40 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#aa0c7a2716aea40 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa0c7a2716aea40 > .tab-nav-horizontal.tagScroll li a,
#aa0c7a2716aea40 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa0c7a2716aea40 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa0c7a2716aea40 > .tab-wrap > div > .tab-nav a,
#aa0c7a2716aea40 > .tab-nav a,
#aa0c7a2716aea40 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa0c7a2716aea40 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#aa0c7a2716aea40 > .tab-wrap > div > .tab-nav li a,
#aa0c7a2716aea40 > .tab-nav li a,
#aa0c7a2716aea40 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa0c7a2716aea40 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 10px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(255, 255, 255, 0);
  border-right-style: none;
}
#aa0c7a2716aea40 > .tab-wrap > div > .tab-nav li a svg,
#aa0c7a2716aea40 > .tab-nav li a svg,
#aa0c7a2716aea40 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa0c7a2716aea40 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa0c7a2716aea40 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa0c7a2716aea40 > .tab-nav li a .ap_icon,
#aa0c7a2716aea40 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa0c7a2716aea40 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa0c7a2716aea40 > .tab-wrap > div > .tab-nav li a:hover,
#aa0c7a2716aea40 > .tab-nav li a:hover,
#aa0c7a2716aea40 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa0c7a2716aea40 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa0c7a2716aea40 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa0c7a2716aea40 > .tab-nav li.uk-active a,
#aa0c7a2716aea40 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa0c7a2716aea40 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa0c7a2716aea40 .layout-left li,
#aa0c7a2716aea40 .layout-center li,
#aa0c7a2716aea40 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa0c7a2716aea40 .layout-left li a,
#aa0c7a2716aea40 .layout-center li a,
#aa0c7a2716aea40 .layout-right li a {
  height: 100%;
}
#aa0c7a2716aea40 > .tab-tabs .layout-left {
  text-align: left;
}
#aa0c7a2716aea40 > .tab-tabs .layout-center {
  text-align: center;
}
#aa0c7a2716aea40 > .tab-tabs .layout-right {
  text-align: right;
}
#aa0c7a2716aea40 .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#aa0c7a2716aea40 .tab-content-wrap {
  background-color: transparent;
}
#aa0c7a2716aea40 .tab-contents,
#aa0c7a2716aea40 .tab-contents-wrap {
  pointer-events: none;
}
#aa0c7a2716aea40 .tab-content,
#aa0c7a2716aea40 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa0c7a2716aea40 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa0c7a2716aea40 .tab-wrap .tab-contents {
  height: 100%;
}
#aa0c7a2716aea40 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa0c7a2716aea40 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa0c7a2716aea40 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a09ffab1f5af677 > .ele-wrap {background-image: url(/resources/upload/ad1cfa3e21a0b3d/1758702827192.webp);background-position: center center;background-size: cover;border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;}#a0920a17feaafe7 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/ad1cfa3e21a0b3d/1758703476678.jpeg);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a9f16a114ba1a65 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/ad1cfa3e21a0b3d/1758703478368.jpeg);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a610aa1b27a97d7 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/ad1cfa3e21a0b3d/1758703477480.jpeg);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a467cabfe0a22be > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/ad1cfa3e21a0b3d/1758703479516.jpeg);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a0feea95a2a72ad  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#af056a2390a76c7  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a36a4a72ebaa0ec , #a36a4a72ebaa0ec a{flex-grow: 0;color: rgba(49, 118, 219, 1);}#a36a4a72ebaa0ec:hover, #a36a4a72ebaa0ec a:hover {color: rgba(19, 100, 216, 1);}#a767fa3f3aaf748  {flex-grow: 1;}#a4fb9aba3ca9c8c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a4fb9aba3ca9c8c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a4fb9aba3ca9c8c .ap-icon {
  margin-right: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon img,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li:hover > a,
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a4fb9aba3ca9c8c .menu-list ul,
#a4fb9aba3ca9c8c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a4fb9aba3ca9c8c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a4fb9aba3ca9c8c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4fb9aba3ca9c8c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4fb9aba3ca9c8c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a49b0afccaac34c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a49b0afccaac34c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a49b0afccaac34c .ap-icon {
  margin-right: 6px;
}
#a49b0afccaac34c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a,
#a49b0afccaac34c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon img,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a49b0afccaac34c .menu-list > li:hover > a,
#a49b0afccaac34c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a49b0afccaac34c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a49b0afccaac34c .menu-list ul,
#a49b0afccaac34c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a49b0afccaac34c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a49b0afccaac34c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a49b0afccaac34c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a49b0afccaac34c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a468aa0b1da717e > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afe37a828faabd7 , #afe37a828faabd7 a{color: rgba(6, 164, 100, 1);}#afe37a828faabd7:hover, #afe37a828faabd7 a:hover {color: rgba(4, 204, 101, 1);}#ac7eca0ba9a4ccf .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac7eca0ba9a4ccf .menu-list-expand .submenu-indicator {
  display: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a img,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9e02ae88da9704 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a img,
#a9e02ae88da9704 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa5cfa706da140f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa5cfa706da140f .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa5cfa706da140f .menu-list-expand .submenu-indicator {
  display: none;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li a img,
#aa5cfa706da140f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a8b05a0758a5203 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a4bbcaef0ea0cf2 .ap-background-container::after {
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: transparent;
  background-image: linear-gradient(90deg, #000 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
#a6f62ae176a437e .ap-background-container::after {
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: transparent;
  background-image: linear-gradient(90deg, #000 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
#a5bb0a4e40af0ac  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#a4f0eae1c8ad5b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a5e1fa5af8a6d2f > .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;flex-grow: 0;}#aaa66adb04a787f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aaa66adb04a787f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6e05a9cb2aacc5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a71eaaa784aba6f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a71eaaa784aba6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1f02a72faacac9 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad649a4e1faa01e > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad649a4e1faa01e  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2131a4568ad5fb .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8427a3663ab91d > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8427a3663ab91d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a54aea8b6da48ed .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#af514ac23ca7297  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4549a962ca7add > .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;flex-grow: 0;}#aefe9a9dcba95e8 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aefe9a9dcba95e8  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a78b8a66c3a62cd .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a6860a4373a658a > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a6860a4373a658a  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a60d7a306dad87e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aa506af856a9ff7 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aa506af856a9ff7  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1a9bafb12a3379 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a1ea5a55aba2aaa > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a1ea5a55aba2aaa  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a92fda3d31aebae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a96dba8355ac472 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a96dba8355ac472  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3fa0aa753aa303 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a05c0a0e46a2f58  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ace13a3d21a10ea > .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;flex-grow: 0;}#a0604a42d4a4597 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0604a42d4a4597  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ac9a8ad93ea1211 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae9cbafda3a2f1b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae9cbafda3a2f1b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aac8da5f56ab439 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4442ab252a29a9 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4442ab252a29a9  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae418a8e29ac7a8 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aacb4aacb5aec67 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aacb4aacb5aec67  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#adafea3e44a3273 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7b50a7223adfe6 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7b50a7223adfe6  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1ff7aaad5a00c5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4ed7a699ea9c4b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4ed7a699ea9c4b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3cc7a1265a50b6 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8ba8a9e62a0d8c > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8ba8a9e62a0d8c  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2e38acba1a6797 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab151a234ead77c {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#ab151a234ead77c .layout-left li,
#ab151a234ead77c .layout-center li,
#ab151a234ead77c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab151a234ead77c .layout-left li a,
#ab151a234ead77c .layout-center li a,
#ab151a234ead77c .layout-right li a {
  height: 100%;
}
#ab151a234ead77c > .tab-tabs .layout-left {
  text-align: left;
}
#ab151a234ead77c > .tab-tabs .layout-center {
  text-align: center;
}
#ab151a234ead77c > .tab-tabs .layout-right {
  text-align: right;
}
#ab151a234ead77c .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#ab151a234ead77c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c .tab-contents,
#ab151a234ead77c .tab-contents-wrap {
  pointer-events: none;
}
#ab151a234ead77c .tab-content,
#ab151a234ead77c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab151a234ead77c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab151a234ead77c .tab-wrap .tab-contents {
  height: 100%;
}
#ab151a234ead77c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab151a234ead77c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab151a234ead77c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a445cadc90a6f90  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a54aba797fa6994  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a0c23a8da1a5492  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aa603ad8dfa8ae5 .a72bea96eba74bb {
  overflow: hidden;
}
#aa603ad8dfa8ae5 .a72bea96eba74bb , #aa603ad8dfa8ae5 .a72bea96eba74bb > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aa603ad8dfa8ae5 .a72bea96eba74bb:hover , #aa603ad8dfa8ae5 .a72bea96eba74bb *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aa603ad8dfa8ae5 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa603ad8dfa8ae5 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa603ad8dfa8ae5 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aa603ad8dfa8ae5 .uk-position-center-left-out {
    left: -30px;
  }
  #aa603ad8dfa8ae5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6f8da0e6ea7804  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7baeab343a1ed2 .a31f5a9637ae63a {
  overflow: hidden;
}
#a7baeab343a1ed2 .a31f5a9637ae63a , #a7baeab343a1ed2 .a31f5a9637ae63a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7baeab343a1ed2 .a31f5a9637ae63a:hover , #a7baeab343a1ed2 .a31f5a9637ae63a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7baeab343a1ed2 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a7baeab343a1ed2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7baeab343a1ed2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7baeab343a1ed2 .uk-position-center-left-out {
    left: -30px;
  }
  #a7baeab343a1ed2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7eeea24a2a489a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a9e11a3922a0a84 .a0c79ae6caaf8e2 {
  overflow: hidden;
}
#a9e11a3922a0a84 .a0c79ae6caaf8e2 , #a9e11a3922a0a84 .a0c79ae6caaf8e2 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a9e11a3922a0a84 .a0c79ae6caaf8e2:hover , #a9e11a3922a0a84 .a0c79ae6caaf8e2 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a9e11a3922a0a84 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a9e11a3922a0a84 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9e11a3922a0a84 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a9e11a3922a0a84 .uk-position-center-left-out {
    left: -30px;
  }
  #a9e11a3922a0a84 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa82faaea2a1c77  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a94ffa5483a8d60 .a8a48ae1cfa9a13 {
  overflow: hidden;
}
#a94ffa5483a8d60 .a8a48ae1cfa9a13 , #a94ffa5483a8d60 .a8a48ae1cfa9a13 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a94ffa5483a8d60 .a8a48ae1cfa9a13:hover , #a94ffa5483a8d60 .a8a48ae1cfa9a13 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a94ffa5483a8d60 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a94ffa5483a8d60 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a94ffa5483a8d60 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a94ffa5483a8d60 .uk-position-center-left-out {
    left: -30px;
  }
  #a94ffa5483a8d60 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3b61acc08a6bcf {
  overflow: hidden;
  pointer-events: none;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a3b61acc08a6bcf .layout-left li,
#a3b61acc08a6bcf .layout-center li,
#a3b61acc08a6bcf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3b61acc08a6bcf .layout-left li a,
#a3b61acc08a6bcf .layout-center li a,
#a3b61acc08a6bcf .layout-right li a {
  height: 100%;
}
#a3b61acc08a6bcf > .tab-tabs .layout-left {
  text-align: left;
}
#a3b61acc08a6bcf > .tab-tabs .layout-center {
  text-align: center;
}
#a3b61acc08a6bcf > .tab-tabs .layout-right {
  text-align: right;
}
#a3b61acc08a6bcf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a3b61acc08a6bcf .tab-content-wrap {
  background-color: #ffffff;
}
#a3b61acc08a6bcf .tab-contents,
#a3b61acc08a6bcf .tab-contents-wrap {
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-content,
#a3b61acc08a6bcf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3b61acc08a6bcf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-wrap .tab-contents {
  height: 100%;
}
#a3b61acc08a6bcf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2b29afa75af3d2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a7bdda440da10de  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af0fda089faa74e .a179ba61fca0888 {
  overflow: hidden;
}
#af0fda089faa74e .a179ba61fca0888 , #af0fda089faa74e .a179ba61fca0888 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af0fda089faa74e .a179ba61fca0888:hover , #af0fda089faa74e .a179ba61fca0888 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af0fda089faa74e .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af0fda089faa74e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af0fda089faa74e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af0fda089faa74e .uk-position-center-left-out {
    left: -30px;
  }
  #af0fda089faa74e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac029ab8d2ac795  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3fa1aa72eae5d8 .a8a0fa2a83ace44 {
  overflow: hidden;
}
#a3fa1aa72eae5d8 .a8a0fa2a83ace44 , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3fa1aa72eae5d8 .a8a0fa2a83ace44:hover , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3fa1aa72eae5d8 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a3fa1aa72eae5d8 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3fa1aa72eae5d8 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3fa1aa72eae5d8 .uk-position-center-left-out {
    left: -30px;
  }
  #a3fa1aa72eae5d8 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acd71a09bca3734  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2599afd13a8dda .a67b0a5657abdca {
  overflow: hidden;
}
#a2599afd13a8dda .a67b0a5657abdca , #a2599afd13a8dda .a67b0a5657abdca > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2599afd13a8dda .a67b0a5657abdca:hover , #a2599afd13a8dda .a67b0a5657abdca *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2599afd13a8dda .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2599afd13a8dda .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2599afd13a8dda .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2599afd13a8dda .uk-position-center-left-out {
    left: -30px;
  }
  #a2599afd13a8dda .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3bd9a9ed3a0012  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5fc2ae1b1ac227 .ada91af9b0a0502 {
  overflow: hidden;
}
#a5fc2ae1b1ac227 .ada91af9b0a0502 , #a5fc2ae1b1ac227 .ada91af9b0a0502 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5fc2ae1b1ac227 .ada91af9b0a0502:hover , #a5fc2ae1b1ac227 .ada91af9b0a0502 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5fc2ae1b1ac227 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a5fc2ae1b1ac227 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5fc2ae1b1ac227 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5fc2ae1b1ac227 .uk-position-center-left-out {
    left: -30px;
  }
  #a5fc2ae1b1ac227 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6bcdafc0fa513f  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab2a3a53e3a711b .aec71a08e0ab367 {
  overflow: hidden;
}
#ab2a3a53e3a711b .aec71a08e0ab367 , #ab2a3a53e3a711b .aec71a08e0ab367 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab2a3a53e3a711b .aec71a08e0ab367:hover , #ab2a3a53e3a711b .aec71a08e0ab367 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab2a3a53e3a711b .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ab2a3a53e3a711b .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab2a3a53e3a711b .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab2a3a53e3a711b .uk-position-center-left-out {
    left: -30px;
  }
  #ab2a3a53e3a711b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a309aa2ec8a7ce3 {
  overflow: hidden;
  pointer-events: none;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a309aa2ec8a7ce3 .layout-left li,
#a309aa2ec8a7ce3 .layout-center li,
#a309aa2ec8a7ce3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a309aa2ec8a7ce3 .layout-left li a,
#a309aa2ec8a7ce3 .layout-center li a,
#a309aa2ec8a7ce3 .layout-right li a {
  height: 100%;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-left {
  text-align: left;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-center {
  text-align: center;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-right {
  text-align: right;
}
#a309aa2ec8a7ce3 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a309aa2ec8a7ce3 .tab-content-wrap {
  background-color: #ffffff;
}
#a309aa2ec8a7ce3 .tab-contents,
#a309aa2ec8a7ce3 .tab-contents-wrap {
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-content,
#a309aa2ec8a7ce3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-wrap .tab-contents {
  height: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6180acc49a3e93  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a6dafa4ecea60a0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aff3cac13cafbfb .a06ebafd21a2d85 {
  overflow: hidden;
}
#aff3cac13cafbfb .a06ebafd21a2d85 , #aff3cac13cafbfb .a06ebafd21a2d85 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aff3cac13cafbfb .a06ebafd21a2d85:hover , #aff3cac13cafbfb .a06ebafd21a2d85 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aff3cac13cafbfb .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aff3cac13cafbfb .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aff3cac13cafbfb .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aff3cac13cafbfb .uk-position-center-left-out {
    left: -30px;
  }
  #aff3cac13cafbfb .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#afcbbaca6ea610b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a53e2aef3aaf277 .aa00dac1eeacc9a {
  overflow: hidden;
}
#a53e2aef3aaf277 .aa00dac1eeacc9a , #a53e2aef3aaf277 .aa00dac1eeacc9a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a53e2aef3aaf277 .aa00dac1eeacc9a:hover , #a53e2aef3aaf277 .aa00dac1eeacc9a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a53e2aef3aaf277 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a53e2aef3aaf277 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a53e2aef3aaf277 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a53e2aef3aaf277 .uk-position-center-left-out {
    left: -30px;
  }
  #a53e2aef3aaf277 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4dd9a08d0a4fbc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adea6aad87ac37c .a709ba3eb4afea8 {
  overflow: hidden;
}
#adea6aad87ac37c .a709ba3eb4afea8 , #adea6aad87ac37c .a709ba3eb4afea8 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adea6aad87ac37c .a709ba3eb4afea8:hover , #adea6aad87ac37c .a709ba3eb4afea8 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adea6aad87ac37c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#adea6aad87ac37c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adea6aad87ac37c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adea6aad87ac37c .uk-position-center-left-out {
    left: -30px;
  }
  #adea6aad87ac37c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5f67a73efa84f8  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4f05aa0b1a588c .ab4cfa7547abdc6 {
  overflow: hidden;
}
#a4f05aa0b1a588c .ab4cfa7547abdc6 , #a4f05aa0b1a588c .ab4cfa7547abdc6 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4f05aa0b1a588c .ab4cfa7547abdc6:hover , #a4f05aa0b1a588c .ab4cfa7547abdc6 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4f05aa0b1a588c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4f05aa0b1a588c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4f05aa0b1a588c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4f05aa0b1a588c .uk-position-center-left-out {
    left: -30px;
  }
  #a4f05aa0b1a588c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8b3caf245a9550 {
  overflow: hidden;
  pointer-events: none;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a8b3caf245a9550 .layout-left li,
#a8b3caf245a9550 .layout-center li,
#a8b3caf245a9550 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8b3caf245a9550 .layout-left li a,
#a8b3caf245a9550 .layout-center li a,
#a8b3caf245a9550 .layout-right li a {
  height: 100%;
}
#a8b3caf245a9550 > .tab-tabs .layout-left {
  text-align: left;
}
#a8b3caf245a9550 > .tab-tabs .layout-center {
  text-align: center;
}
#a8b3caf245a9550 > .tab-tabs .layout-right {
  text-align: right;
}
#a8b3caf245a9550 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a8b3caf245a9550 .tab-content-wrap {
  background-color: #ffffff;
}
#a8b3caf245a9550 .tab-contents,
#a8b3caf245a9550 .tab-contents-wrap {
  pointer-events: none;
}
#a8b3caf245a9550 .tab-content,
#a8b3caf245a9550 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8b3caf245a9550 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8b3caf245a9550 .tab-wrap .tab-contents {
  height: 100%;
}
#a8b3caf245a9550 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1c11abae0a6498  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#aa27fa0954aa408  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a61a0af29da2f9c .aeab3a5320a803f {
  overflow: hidden;
}
#a61a0af29da2f9c .aeab3a5320a803f , #a61a0af29da2f9c .aeab3a5320a803f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a61a0af29da2f9c .aeab3a5320a803f:hover , #a61a0af29da2f9c .aeab3a5320a803f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a61a0af29da2f9c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a61a0af29da2f9c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a61a0af29da2f9c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a61a0af29da2f9c .uk-position-center-left-out {
    left: -30px;
  }
  #a61a0af29da2f9c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8c29a827fa339d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a1f73acf75a8e75 .a5c24a00fda0569 {
  overflow: hidden;
}
#a1f73acf75a8e75 .a5c24a00fda0569 , #a1f73acf75a8e75 .a5c24a00fda0569 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a1f73acf75a8e75 .a5c24a00fda0569:hover , #a1f73acf75a8e75 .a5c24a00fda0569 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a1f73acf75a8e75 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1f73acf75a8e75 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a1f73acf75a8e75 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a1f73acf75a8e75 .uk-position-center-left-out {
    left: -30px;
  }
  #a1f73acf75a8e75 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a988ba0fa4a2973  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4092a576fa0692 .a229fac40ea9024 {
  overflow: hidden;
}
#a4092a576fa0692 .a229fac40ea9024 , #a4092a576fa0692 .a229fac40ea9024 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4092a576fa0692 .a229fac40ea9024:hover , #a4092a576fa0692 .a229fac40ea9024 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4092a576fa0692 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4092a576fa0692 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4092a576fa0692 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4092a576fa0692 .uk-position-center-left-out {
    left: -30px;
  }
  #a4092a576fa0692 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac7c7a155ba5f06  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a0daaa7cb3a7125 .a8c63ab1d9a065f {
  overflow: hidden;
}
#a0daaa7cb3a7125 .a8c63ab1d9a065f , #a0daaa7cb3a7125 .a8c63ab1d9a065f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a0daaa7cb3a7125 .a8c63ab1d9a065f:hover , #a0daaa7cb3a7125 .a8c63ab1d9a065f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a0daaa7cb3a7125 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a0daaa7cb3a7125 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a0daaa7cb3a7125 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a0daaa7cb3a7125 .uk-position-center-left-out {
    left: -30px;
  }
  #a0daaa7cb3a7125 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a2884a9c7aa42cb {
  overflow: hidden;
  pointer-events: none;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a2884a9c7aa42cb .layout-left li,
#a2884a9c7aa42cb .layout-center li,
#a2884a9c7aa42cb .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a2884a9c7aa42cb .layout-left li a,
#a2884a9c7aa42cb .layout-center li a,
#a2884a9c7aa42cb .layout-right li a {
  height: 100%;
}
#a2884a9c7aa42cb > .tab-tabs .layout-left {
  text-align: left;
}
#a2884a9c7aa42cb > .tab-tabs .layout-center {
  text-align: center;
}
#a2884a9c7aa42cb > .tab-tabs .layout-right {
  text-align: right;
}
#a2884a9c7aa42cb .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a2884a9c7aa42cb .tab-content-wrap {
  background-color: #ffffff;
}
#a2884a9c7aa42cb .tab-contents,
#a2884a9c7aa42cb .tab-contents-wrap {
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-content,
#a2884a9c7aa42cb .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a2884a9c7aa42cb .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-wrap .tab-contents {
  height: 100%;
}
#a2884a9c7aa42cb .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9337a9870a4aa8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .tab-nav li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .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: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#a9337a9870a4aa8 .layout-left li,
#a9337a9870a4aa8 .layout-center li,
#a9337a9870a4aa8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9337a9870a4aa8 .layout-left li a,
#a9337a9870a4aa8 .layout-center li a,
#a9337a9870a4aa8 .layout-right li a {
  height: 100%;
}
#a9337a9870a4aa8 > .tab-tabs .layout-left {
  text-align: left;
}
#a9337a9870a4aa8 > .tab-tabs .layout-center {
  text-align: center;
}
#a9337a9870a4aa8 > .tab-tabs .layout-right {
  text-align: right;
}
#a9337a9870a4aa8 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a9337a9870a4aa8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 .tab-contents,
#a9337a9870a4aa8 .tab-contents-wrap {
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-content,
#a9337a9870a4aa8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9337a9870a4aa8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-wrap .tab-contents {
  height: 100%;
}
#a9337a9870a4aa8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a02f5a3ff9a4083  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0dafa41eda42c1 > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a0936a27c6a7e20 > .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;}#a0936a27c6a7e20  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0936a27c6a7e20:hover * {color: #000000  !important}
                            #a0936a27c6a7e20:hover .line{border-color: #000000  !important}#a0099a01a7a0786 > .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;}#a0099a01a7a0786  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0099a01a7a0786:hover * {color: #000000  !important}
                            #a0099a01a7a0786:hover .line{border-color: #000000  !important}#ada22ad7caad10a  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a2384a88bcaa91f > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#aff0fa80aca0f48 > .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;}#aff0fa80aca0f48  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aff0fa80aca0f48:hover * {color: #000000  !important}
                            #aff0fa80aca0f48:hover .line{border-color: #000000  !important}#a7c98ad8d3a2f15 > .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;}#a7c98ad8d3a2f15  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7c98ad8d3a2f15:hover * {color: #000000  !important}
                            #a7c98ad8d3a2f15:hover .line{border-color: #000000  !important}#aef76a9e03a209f  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a96e2a6c2aae62d > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#ae1efad977acc8b > .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;}#ae1efad977acc8b  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#ae1efad977acc8b:hover * {color: #000000  !important}
                            #ae1efad977acc8b:hover .line{border-color: #000000  !important}#a969ba27fba3e87 > .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;}#a969ba27fba3e87  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a969ba27fba3e87:hover * {color: #000000  !important}
                            #a969ba27fba3e87:hover .line{border-color: #000000  !important}#a72b8a64dba1bcc > .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;}#a72b8a64dba1bcc  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a72b8a64dba1bcc:hover * {color: #000000  !important}
                            #a72b8a64dba1bcc:hover .line{border-color: #000000  !important}#a5509a25c7aa431 > .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;}#a5509a25c7aa431  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a5509a25c7aa431:hover * {color: #000000  !important}
                            #a5509a25c7aa431:hover .line{border-color: #000000  !important}#ac860aabe5ab7a3 {
  overflow: hidden;
  pointer-events: none;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 .layout-left li,
#ac860aabe5ab7a3 .layout-center li,
#ac860aabe5ab7a3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac860aabe5ab7a3 .layout-left li a,
#ac860aabe5ab7a3 .layout-center li a,
#ac860aabe5ab7a3 .layout-right li a {
  height: 100%;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-left {
  text-align: left;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-center {
  text-align: center;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-right {
  text-align: right;
}
#ac860aabe5ab7a3 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#ac860aabe5ab7a3 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ac860aabe5ab7a3 .tab-contents,
#ac860aabe5ab7a3 .tab-contents-wrap {
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-content,
#ac860aabe5ab7a3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac860aabe5ab7a3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-wrap .tab-contents {
  height: 100%;
}
#ac860aabe5ab7a3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a803baa081aca73 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a803baa081aca73 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a803baa081aca73 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a803baa081aca73 .menu-list > li > a {
  padding: 0 10px;
}
#a803baa081aca73 .menu-list > li:hover:before {
  height: 100%;
}
#a803baa081aca73 .menu-list > li:hover:after {
  color: auto;
}
#a803baa081aca73 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a803baa081aca73 .menu-list > li:first-child:after {
  content: "";
}
#a803baa081aca73 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a803baa081aca73 .menu-list > li ul li {
  position: relative;
}
#a803baa081aca73 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a803baa081aca73 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a803baa081aca73 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 li ul,
#a803baa081aca73 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a803baa081aca73 li:hover > ul {
  left: auto;
}
#a803baa081aca73 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a4eeaaeb6daebfa  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#aacc2a864bab365  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 70px;padding-bottom: 50px;padding-right: 40px;padding-left: 0px;}#a614aafb11a5a7e  {flex-grow: 1;}#af938acafea9f86  {flex: 1;}#a6785aac50a31f3  {flex-grow: 1;}#af804ad30fa7bf7  {flex-grow: 1;}#aa2d8a0c60a8e3b  {flex: 1;flex-direction: column;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;}#aec7fa3d70a71f8  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;}#a6473a7ee2a3829 .img-wrap {
  flex-grow: 0;
}
#a578aaf536aad84  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 20px;}#a1a81a4b9fa8991  {flex-grow: 1;}#af499a2e55a3447  {flex: 1;flex-direction: column;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;}#ad26aa8dceabb75  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;}#aacd0a0315abd5c .img-wrap {
  flex-grow: 0;
}
#ab759a3727a1d02  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 20px;}#ac343ac508a66ad  {flex: 1;}#a03bdae939a09a8  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 30px;}#a512da4e9caa14d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5237a3fddabbd8  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 50px;}#a12f9ac61da031b {
  border-radius: 5px;
  overflow: hidden;
}
#a12f9ac61da031b .ele-slideshow .uk-dotnav li a {
  background: #ffffff;
}
#a12f9ac61da031b .ele-slideshow .uk-dotnav > .uk-active a {
  background: #01755f;
}
#a12f9ac61da031b .ele-slideshow .uk-slidenav {
  background-color: rgba(65, 117, 5, 0);
}
#a12f9ac61da031b .ele-slideshow .uk-slidenav {
  color: #f5a623;
}
#a12f9ac61da031b .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(255, 255, 255, 0);
}
#ab35da95b4ac069  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a0aa9acb54a1aef  {flex-grow: 1;}#ae445a1b5ea1ed6  {flex: 1;}#ab445a6a11a58b1  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 15px;}#a6468a5d8fa2084 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 1px 9px 4px rgba(235, 235, 235, 1);}#a8021a7cb3ae9cd  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 15px;}#a82e9a0b77ab99d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 1px 9px 4px rgba(235, 235, 235, 1);}#a5d5ea1338afd55  {flex-grow: 1;}#a0c0fa6ffca11d9  {flex: 1;}#a9f8cadcabac66b  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-top: 40px;margin-bottom: 70px;}#a6c63acbfba9168 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 1px 9px 4px rgba(235, 235, 235, 1);}#a3b5da4c1ba7fb4  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-top: 40px;margin-bottom: 70px;}#ad705a3488a2e50 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 1px 9px 4px rgba(235, 235, 235, 1);}#a31e8acf50aab54 > .ele-wrap {background-image: url(/resources/upload/ad1cfa3e21a0b3d/1759031744626.webp);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2822a2887a2602 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afd37a7b2baf7eb > .ele-wrap {background-image: url(/resources/upload/ad1cfa3e21a0b3d/1759045946540.webp);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aee15ae38ea1a0a  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#aff38aea48ad4f1  {flex-grow: 1;}#ab3f4aaac2ac976  {flex: 1;}#ae6b4ac83da905b  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 20px;}#ac0d7adbbfaec46  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;}#ab287af55ea3026  {flex-grow: 1;}#a5aeca1224a1c4e  {flex: 1;}#a37cca570ea9bc6  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;}#a2b48a7380aa2dd .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 15px;background-color: #1364d8;border-radius: 3px;justify-content: center;font-family: Verdana;}#a2b48a7380aa2dd .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(1, 117, 95, 0.8);}#a0848a8d01a4d7e  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 40px;}#a3d30ae0caa52c3  {flex: 1;}#afe4ca61b3a9339 .a37a3a87d2a103f {
  overflow: hidden;
}
#afe4ca61b3a9339 .a37a3a87d2a103f , #afe4ca61b3a9339 .a37a3a87d2a103f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#afe4ca61b3a9339 .a37a3a87d2a103f:hover , #afe4ca61b3a9339 .a37a3a87d2a103f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#afe4ca61b3a9339 .uk-grid {
  margin-left: -10px;
}
#afe4ca61b3a9339 .uk-grid > * {
  padding-left: 10px;
}
#afe4ca61b3a9339 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#afe4ca61b3a9339 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#afe4ca61b3a9339 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #afe4ca61b3a9339 .uk-position-center-left-out {
    left: -30px;
  }
  #afe4ca61b3a9339 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a97eba3cfbab30e  {flex: 1;}#a503ea5384a0a9b .aacbcab828ad781 {
  overflow: hidden;
}
#a503ea5384a0a9b .aacbcab828ad781 , #a503ea5384a0a9b .aacbcab828ad781 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a503ea5384a0a9b .aacbcab828ad781:hover , #a503ea5384a0a9b .aacbcab828ad781 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a503ea5384a0a9b .uk-grid {
  margin-left: -10px;
}
#a503ea5384a0a9b .uk-grid > * {
  padding-left: 10px;
}
#a503ea5384a0a9b .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a503ea5384a0a9b .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#a503ea5384a0a9b .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #a503ea5384a0a9b .uk-position-center-left-out {
    left: -30px;
  }
  #a503ea5384a0a9b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a2689a9ac9a0c9d {
  overflow: hidden;
  pointer-events: none;
}
#a2689a9ac9a0c9d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a2689a9ac9a0c9d > .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;
}
#a2689a9ac9a0c9d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2689a9ac9a0c9d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a2689a9ac9a0c9d > .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;
}
#a2689a9ac9a0c9d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2689a9ac9a0c9d > .tab-wrap > div > .tab-nav,
#a2689a9ac9a0c9d > .tab-nav,
#a2689a9ac9a0c9d > .tab-tabs > .tab-wrap > div > .tab-nav,
#a2689a9ac9a0c9d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2689a9ac9a0c9d > .tab-wrap > div > .tab-nav-horizontal,
#a2689a9ac9a0c9d > .tab-nav-horizontal,
#a2689a9ac9a0c9d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a2689a9ac9a0c9d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a2689a9ac9a0c9d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2689a9ac9a0c9d > .tab-nav-horizontal::-webkit-scrollbar,
#a2689a9ac9a0c9d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2689a9ac9a0c9d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a2689a9ac9a0c9d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2689a9ac9a0c9d > .tab-nav-horizontal.tagScroll,
#a2689a9ac9a0c9d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2689a9ac9a0c9d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#a2689a9ac9a0c9d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2689a9ac9a0c9d > .tab-nav-horizontal.tagScroll li a,
#a2689a9ac9a0c9d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2689a9ac9a0c9d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a2689a9ac9a0c9d > .tab-wrap > div > .tab-nav a,
#a2689a9ac9a0c9d > .tab-nav a,
#a2689a9ac9a0c9d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a2689a9ac9a0c9d > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a2689a9ac9a0c9d > .tab-wrap > div > .tab-nav li a,
#a2689a9ac9a0c9d > .tab-nav li a,
#a2689a9ac9a0c9d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a2689a9ac9a0c9d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 10px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(255, 255, 255, 0);
  border-right-style: none;
}
#a2689a9ac9a0c9d > .tab-wrap > div > .tab-nav li a svg,
#a2689a9ac9a0c9d > .tab-nav li a svg,
#a2689a9ac9a0c9d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a2689a9ac9a0c9d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a2689a9ac9a0c9d > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2689a9ac9a0c9d > .tab-nav li a .ap_icon,
#a2689a9ac9a0c9d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2689a9ac9a0c9d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a2689a9ac9a0c9d > .tab-wrap > div > .tab-nav li a:hover,
#a2689a9ac9a0c9d > .tab-nav li a:hover,
#a2689a9ac9a0c9d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a2689a9ac9a0c9d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2689a9ac9a0c9d > .tab-wrap > div > .tab-nav li.uk-active a,
#a2689a9ac9a0c9d > .tab-nav li.uk-active a,
#a2689a9ac9a0c9d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a2689a9ac9a0c9d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2689a9ac9a0c9d .layout-left li,
#a2689a9ac9a0c9d .layout-center li,
#a2689a9ac9a0c9d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a2689a9ac9a0c9d .layout-left li a,
#a2689a9ac9a0c9d .layout-center li a,
#a2689a9ac9a0c9d .layout-right li a {
  height: 100%;
}
#a2689a9ac9a0c9d > .tab-tabs .layout-left {
  text-align: left;
}
#a2689a9ac9a0c9d > .tab-tabs .layout-center {
  text-align: center;
}
#a2689a9ac9a0c9d > .tab-tabs .layout-right {
  text-align: right;
}
#a2689a9ac9a0c9d .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#a2689a9ac9a0c9d .tab-content-wrap {
  background-color: transparent;
}
#a2689a9ac9a0c9d .tab-contents,
#a2689a9ac9a0c9d .tab-contents-wrap {
  pointer-events: none;
}
#a2689a9ac9a0c9d .tab-content,
#a2689a9ac9a0c9d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a2689a9ac9a0c9d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a2689a9ac9a0c9d .tab-wrap .tab-contents {
  height: 100%;
}
#a2689a9ac9a0c9d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a2689a9ac9a0c9d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a2689a9ac9a0c9d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0feea95a2a72ad  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#af056a2390a76c7  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a36a4a72ebaa0ec , #a36a4a72ebaa0ec a{flex-grow: 0;color: rgba(49, 118, 219, 1);}#a36a4a72ebaa0ec:hover, #a36a4a72ebaa0ec a:hover {color: rgba(19, 100, 216, 1);}#a767fa3f3aaf748  {flex-grow: 1;}#a4fb9aba3ca9c8c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a4fb9aba3ca9c8c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a4fb9aba3ca9c8c .ap-icon {
  margin-right: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon img,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li:hover > a,
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a4fb9aba3ca9c8c .menu-list ul,
#a4fb9aba3ca9c8c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a4fb9aba3ca9c8c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a4fb9aba3ca9c8c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4fb9aba3ca9c8c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4fb9aba3ca9c8c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a49b0afccaac34c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a49b0afccaac34c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a49b0afccaac34c .ap-icon {
  margin-right: 6px;
}
#a49b0afccaac34c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a,
#a49b0afccaac34c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon img,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a49b0afccaac34c .menu-list > li:hover > a,
#a49b0afccaac34c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a49b0afccaac34c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a49b0afccaac34c .menu-list ul,
#a49b0afccaac34c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a49b0afccaac34c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a49b0afccaac34c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a49b0afccaac34c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a49b0afccaac34c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a468aa0b1da717e > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afe37a828faabd7 , #afe37a828faabd7 a{color: rgba(6, 164, 100, 1);}#afe37a828faabd7:hover, #afe37a828faabd7 a:hover {color: rgba(4, 204, 101, 1);}#ac7eca0ba9a4ccf .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac7eca0ba9a4ccf .menu-list-expand .submenu-indicator {
  display: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a img,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9e02ae88da9704 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a img,
#a9e02ae88da9704 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa5cfa706da140f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa5cfa706da140f .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa5cfa706da140f .menu-list-expand .submenu-indicator {
  display: none;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li a img,
#aa5cfa706da140f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa35cad0aba513e .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9631a2a43a6166 .ap-background-container::after {
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: transparent;
  background-image: linear-gradient(90deg, #000 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
#a78b9af72ea64b8 .ap-background-container::after {
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: transparent;
  background-image: linear-gradient(90deg, #000 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
#a5bb0a4e40af0ac  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#a4f0eae1c8ad5b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a5e1fa5af8a6d2f > .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;flex-grow: 0;}#aaa66adb04a787f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aaa66adb04a787f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6e05a9cb2aacc5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a71eaaa784aba6f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a71eaaa784aba6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1f02a72faacac9 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad649a4e1faa01e > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad649a4e1faa01e  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2131a4568ad5fb .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8427a3663ab91d > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8427a3663ab91d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a54aea8b6da48ed .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#af514ac23ca7297  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4549a962ca7add > .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;flex-grow: 0;}#aefe9a9dcba95e8 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aefe9a9dcba95e8  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a78b8a66c3a62cd .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a6860a4373a658a > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a6860a4373a658a  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a60d7a306dad87e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aa506af856a9ff7 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aa506af856a9ff7  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1a9bafb12a3379 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a1ea5a55aba2aaa > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a1ea5a55aba2aaa  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a92fda3d31aebae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a96dba8355ac472 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a96dba8355ac472  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3fa0aa753aa303 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a05c0a0e46a2f58  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ace13a3d21a10ea > .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;flex-grow: 0;}#a0604a42d4a4597 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0604a42d4a4597  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ac9a8ad93ea1211 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae9cbafda3a2f1b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae9cbafda3a2f1b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aac8da5f56ab439 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4442ab252a29a9 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4442ab252a29a9  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae418a8e29ac7a8 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aacb4aacb5aec67 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aacb4aacb5aec67  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#adafea3e44a3273 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7b50a7223adfe6 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7b50a7223adfe6  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1ff7aaad5a00c5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4ed7a699ea9c4b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4ed7a699ea9c4b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3cc7a1265a50b6 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8ba8a9e62a0d8c > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8ba8a9e62a0d8c  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2e38acba1a6797 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab151a234ead77c {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#ab151a234ead77c .layout-left li,
#ab151a234ead77c .layout-center li,
#ab151a234ead77c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab151a234ead77c .layout-left li a,
#ab151a234ead77c .layout-center li a,
#ab151a234ead77c .layout-right li a {
  height: 100%;
}
#ab151a234ead77c > .tab-tabs .layout-left {
  text-align: left;
}
#ab151a234ead77c > .tab-tabs .layout-center {
  text-align: center;
}
#ab151a234ead77c > .tab-tabs .layout-right {
  text-align: right;
}
#ab151a234ead77c .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#ab151a234ead77c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c .tab-contents,
#ab151a234ead77c .tab-contents-wrap {
  pointer-events: none;
}
#ab151a234ead77c .tab-content,
#ab151a234ead77c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab151a234ead77c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab151a234ead77c .tab-wrap .tab-contents {
  height: 100%;
}
#ab151a234ead77c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab151a234ead77c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab151a234ead77c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a445cadc90a6f90  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a54aba797fa6994  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a0c23a8da1a5492  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aa603ad8dfa8ae5 .a72bea96eba74bb {
  overflow: hidden;
}
#aa603ad8dfa8ae5 .a72bea96eba74bb , #aa603ad8dfa8ae5 .a72bea96eba74bb > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aa603ad8dfa8ae5 .a72bea96eba74bb:hover , #aa603ad8dfa8ae5 .a72bea96eba74bb *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aa603ad8dfa8ae5 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa603ad8dfa8ae5 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa603ad8dfa8ae5 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aa603ad8dfa8ae5 .uk-position-center-left-out {
    left: -30px;
  }
  #aa603ad8dfa8ae5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6f8da0e6ea7804  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7baeab343a1ed2 .a31f5a9637ae63a {
  overflow: hidden;
}
#a7baeab343a1ed2 .a31f5a9637ae63a , #a7baeab343a1ed2 .a31f5a9637ae63a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7baeab343a1ed2 .a31f5a9637ae63a:hover , #a7baeab343a1ed2 .a31f5a9637ae63a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7baeab343a1ed2 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a7baeab343a1ed2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7baeab343a1ed2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7baeab343a1ed2 .uk-position-center-left-out {
    left: -30px;
  }
  #a7baeab343a1ed2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7eeea24a2a489a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a9e11a3922a0a84 .a0c79ae6caaf8e2 {
  overflow: hidden;
}
#a9e11a3922a0a84 .a0c79ae6caaf8e2 , #a9e11a3922a0a84 .a0c79ae6caaf8e2 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a9e11a3922a0a84 .a0c79ae6caaf8e2:hover , #a9e11a3922a0a84 .a0c79ae6caaf8e2 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a9e11a3922a0a84 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a9e11a3922a0a84 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9e11a3922a0a84 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a9e11a3922a0a84 .uk-position-center-left-out {
    left: -30px;
  }
  #a9e11a3922a0a84 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa82faaea2a1c77  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a94ffa5483a8d60 .a8a48ae1cfa9a13 {
  overflow: hidden;
}
#a94ffa5483a8d60 .a8a48ae1cfa9a13 , #a94ffa5483a8d60 .a8a48ae1cfa9a13 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a94ffa5483a8d60 .a8a48ae1cfa9a13:hover , #a94ffa5483a8d60 .a8a48ae1cfa9a13 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a94ffa5483a8d60 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a94ffa5483a8d60 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a94ffa5483a8d60 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a94ffa5483a8d60 .uk-position-center-left-out {
    left: -30px;
  }
  #a94ffa5483a8d60 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3b61acc08a6bcf {
  overflow: hidden;
  pointer-events: none;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a3b61acc08a6bcf .layout-left li,
#a3b61acc08a6bcf .layout-center li,
#a3b61acc08a6bcf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3b61acc08a6bcf .layout-left li a,
#a3b61acc08a6bcf .layout-center li a,
#a3b61acc08a6bcf .layout-right li a {
  height: 100%;
}
#a3b61acc08a6bcf > .tab-tabs .layout-left {
  text-align: left;
}
#a3b61acc08a6bcf > .tab-tabs .layout-center {
  text-align: center;
}
#a3b61acc08a6bcf > .tab-tabs .layout-right {
  text-align: right;
}
#a3b61acc08a6bcf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a3b61acc08a6bcf .tab-content-wrap {
  background-color: #ffffff;
}
#a3b61acc08a6bcf .tab-contents,
#a3b61acc08a6bcf .tab-contents-wrap {
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-content,
#a3b61acc08a6bcf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3b61acc08a6bcf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-wrap .tab-contents {
  height: 100%;
}
#a3b61acc08a6bcf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2b29afa75af3d2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a7bdda440da10de  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af0fda089faa74e .a179ba61fca0888 {
  overflow: hidden;
}
#af0fda089faa74e .a179ba61fca0888 , #af0fda089faa74e .a179ba61fca0888 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af0fda089faa74e .a179ba61fca0888:hover , #af0fda089faa74e .a179ba61fca0888 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af0fda089faa74e .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af0fda089faa74e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af0fda089faa74e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af0fda089faa74e .uk-position-center-left-out {
    left: -30px;
  }
  #af0fda089faa74e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac029ab8d2ac795  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3fa1aa72eae5d8 .a8a0fa2a83ace44 {
  overflow: hidden;
}
#a3fa1aa72eae5d8 .a8a0fa2a83ace44 , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3fa1aa72eae5d8 .a8a0fa2a83ace44:hover , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3fa1aa72eae5d8 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a3fa1aa72eae5d8 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3fa1aa72eae5d8 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3fa1aa72eae5d8 .uk-position-center-left-out {
    left: -30px;
  }
  #a3fa1aa72eae5d8 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acd71a09bca3734  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2599afd13a8dda .a67b0a5657abdca {
  overflow: hidden;
}
#a2599afd13a8dda .a67b0a5657abdca , #a2599afd13a8dda .a67b0a5657abdca > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2599afd13a8dda .a67b0a5657abdca:hover , #a2599afd13a8dda .a67b0a5657abdca *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2599afd13a8dda .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2599afd13a8dda .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2599afd13a8dda .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2599afd13a8dda .uk-position-center-left-out {
    left: -30px;
  }
  #a2599afd13a8dda .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3bd9a9ed3a0012  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5fc2ae1b1ac227 .ada91af9b0a0502 {
  overflow: hidden;
}
#a5fc2ae1b1ac227 .ada91af9b0a0502 , #a5fc2ae1b1ac227 .ada91af9b0a0502 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5fc2ae1b1ac227 .ada91af9b0a0502:hover , #a5fc2ae1b1ac227 .ada91af9b0a0502 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5fc2ae1b1ac227 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a5fc2ae1b1ac227 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5fc2ae1b1ac227 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5fc2ae1b1ac227 .uk-position-center-left-out {
    left: -30px;
  }
  #a5fc2ae1b1ac227 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6bcdafc0fa513f  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab2a3a53e3a711b .aec71a08e0ab367 {
  overflow: hidden;
}
#ab2a3a53e3a711b .aec71a08e0ab367 , #ab2a3a53e3a711b .aec71a08e0ab367 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab2a3a53e3a711b .aec71a08e0ab367:hover , #ab2a3a53e3a711b .aec71a08e0ab367 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab2a3a53e3a711b .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ab2a3a53e3a711b .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab2a3a53e3a711b .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab2a3a53e3a711b .uk-position-center-left-out {
    left: -30px;
  }
  #ab2a3a53e3a711b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a309aa2ec8a7ce3 {
  overflow: hidden;
  pointer-events: none;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a309aa2ec8a7ce3 .layout-left li,
#a309aa2ec8a7ce3 .layout-center li,
#a309aa2ec8a7ce3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a309aa2ec8a7ce3 .layout-left li a,
#a309aa2ec8a7ce3 .layout-center li a,
#a309aa2ec8a7ce3 .layout-right li a {
  height: 100%;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-left {
  text-align: left;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-center {
  text-align: center;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-right {
  text-align: right;
}
#a309aa2ec8a7ce3 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a309aa2ec8a7ce3 .tab-content-wrap {
  background-color: #ffffff;
}
#a309aa2ec8a7ce3 .tab-contents,
#a309aa2ec8a7ce3 .tab-contents-wrap {
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-content,
#a309aa2ec8a7ce3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-wrap .tab-contents {
  height: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6180acc49a3e93  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a6dafa4ecea60a0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aff3cac13cafbfb .a06ebafd21a2d85 {
  overflow: hidden;
}
#aff3cac13cafbfb .a06ebafd21a2d85 , #aff3cac13cafbfb .a06ebafd21a2d85 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aff3cac13cafbfb .a06ebafd21a2d85:hover , #aff3cac13cafbfb .a06ebafd21a2d85 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aff3cac13cafbfb .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aff3cac13cafbfb .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aff3cac13cafbfb .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aff3cac13cafbfb .uk-position-center-left-out {
    left: -30px;
  }
  #aff3cac13cafbfb .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#afcbbaca6ea610b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a53e2aef3aaf277 .aa00dac1eeacc9a {
  overflow: hidden;
}
#a53e2aef3aaf277 .aa00dac1eeacc9a , #a53e2aef3aaf277 .aa00dac1eeacc9a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a53e2aef3aaf277 .aa00dac1eeacc9a:hover , #a53e2aef3aaf277 .aa00dac1eeacc9a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a53e2aef3aaf277 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a53e2aef3aaf277 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a53e2aef3aaf277 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a53e2aef3aaf277 .uk-position-center-left-out {
    left: -30px;
  }
  #a53e2aef3aaf277 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4dd9a08d0a4fbc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adea6aad87ac37c .a709ba3eb4afea8 {
  overflow: hidden;
}
#adea6aad87ac37c .a709ba3eb4afea8 , #adea6aad87ac37c .a709ba3eb4afea8 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adea6aad87ac37c .a709ba3eb4afea8:hover , #adea6aad87ac37c .a709ba3eb4afea8 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adea6aad87ac37c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#adea6aad87ac37c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adea6aad87ac37c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adea6aad87ac37c .uk-position-center-left-out {
    left: -30px;
  }
  #adea6aad87ac37c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5f67a73efa84f8  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4f05aa0b1a588c .ab4cfa7547abdc6 {
  overflow: hidden;
}
#a4f05aa0b1a588c .ab4cfa7547abdc6 , #a4f05aa0b1a588c .ab4cfa7547abdc6 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4f05aa0b1a588c .ab4cfa7547abdc6:hover , #a4f05aa0b1a588c .ab4cfa7547abdc6 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4f05aa0b1a588c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4f05aa0b1a588c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4f05aa0b1a588c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4f05aa0b1a588c .uk-position-center-left-out {
    left: -30px;
  }
  #a4f05aa0b1a588c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8b3caf245a9550 {
  overflow: hidden;
  pointer-events: none;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a8b3caf245a9550 .layout-left li,
#a8b3caf245a9550 .layout-center li,
#a8b3caf245a9550 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8b3caf245a9550 .layout-left li a,
#a8b3caf245a9550 .layout-center li a,
#a8b3caf245a9550 .layout-right li a {
  height: 100%;
}
#a8b3caf245a9550 > .tab-tabs .layout-left {
  text-align: left;
}
#a8b3caf245a9550 > .tab-tabs .layout-center {
  text-align: center;
}
#a8b3caf245a9550 > .tab-tabs .layout-right {
  text-align: right;
}
#a8b3caf245a9550 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a8b3caf245a9550 .tab-content-wrap {
  background-color: #ffffff;
}
#a8b3caf245a9550 .tab-contents,
#a8b3caf245a9550 .tab-contents-wrap {
  pointer-events: none;
}
#a8b3caf245a9550 .tab-content,
#a8b3caf245a9550 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8b3caf245a9550 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8b3caf245a9550 .tab-wrap .tab-contents {
  height: 100%;
}
#a8b3caf245a9550 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1c11abae0a6498  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#aa27fa0954aa408  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a61a0af29da2f9c .aeab3a5320a803f {
  overflow: hidden;
}
#a61a0af29da2f9c .aeab3a5320a803f , #a61a0af29da2f9c .aeab3a5320a803f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a61a0af29da2f9c .aeab3a5320a803f:hover , #a61a0af29da2f9c .aeab3a5320a803f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a61a0af29da2f9c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a61a0af29da2f9c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a61a0af29da2f9c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a61a0af29da2f9c .uk-position-center-left-out {
    left: -30px;
  }
  #a61a0af29da2f9c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8c29a827fa339d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a1f73acf75a8e75 .a5c24a00fda0569 {
  overflow: hidden;
}
#a1f73acf75a8e75 .a5c24a00fda0569 , #a1f73acf75a8e75 .a5c24a00fda0569 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a1f73acf75a8e75 .a5c24a00fda0569:hover , #a1f73acf75a8e75 .a5c24a00fda0569 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a1f73acf75a8e75 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1f73acf75a8e75 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a1f73acf75a8e75 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a1f73acf75a8e75 .uk-position-center-left-out {
    left: -30px;
  }
  #a1f73acf75a8e75 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a988ba0fa4a2973  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4092a576fa0692 .a229fac40ea9024 {
  overflow: hidden;
}
#a4092a576fa0692 .a229fac40ea9024 , #a4092a576fa0692 .a229fac40ea9024 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4092a576fa0692 .a229fac40ea9024:hover , #a4092a576fa0692 .a229fac40ea9024 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4092a576fa0692 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4092a576fa0692 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4092a576fa0692 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4092a576fa0692 .uk-position-center-left-out {
    left: -30px;
  }
  #a4092a576fa0692 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac7c7a155ba5f06  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a0daaa7cb3a7125 .a8c63ab1d9a065f {
  overflow: hidden;
}
#a0daaa7cb3a7125 .a8c63ab1d9a065f , #a0daaa7cb3a7125 .a8c63ab1d9a065f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a0daaa7cb3a7125 .a8c63ab1d9a065f:hover , #a0daaa7cb3a7125 .a8c63ab1d9a065f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a0daaa7cb3a7125 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a0daaa7cb3a7125 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a0daaa7cb3a7125 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a0daaa7cb3a7125 .uk-position-center-left-out {
    left: -30px;
  }
  #a0daaa7cb3a7125 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a2884a9c7aa42cb {
  overflow: hidden;
  pointer-events: none;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a2884a9c7aa42cb .layout-left li,
#a2884a9c7aa42cb .layout-center li,
#a2884a9c7aa42cb .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a2884a9c7aa42cb .layout-left li a,
#a2884a9c7aa42cb .layout-center li a,
#a2884a9c7aa42cb .layout-right li a {
  height: 100%;
}
#a2884a9c7aa42cb > .tab-tabs .layout-left {
  text-align: left;
}
#a2884a9c7aa42cb > .tab-tabs .layout-center {
  text-align: center;
}
#a2884a9c7aa42cb > .tab-tabs .layout-right {
  text-align: right;
}
#a2884a9c7aa42cb .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a2884a9c7aa42cb .tab-content-wrap {
  background-color: #ffffff;
}
#a2884a9c7aa42cb .tab-contents,
#a2884a9c7aa42cb .tab-contents-wrap {
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-content,
#a2884a9c7aa42cb .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a2884a9c7aa42cb .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-wrap .tab-contents {
  height: 100%;
}
#a2884a9c7aa42cb .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9337a9870a4aa8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .tab-nav li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .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: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#a9337a9870a4aa8 .layout-left li,
#a9337a9870a4aa8 .layout-center li,
#a9337a9870a4aa8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9337a9870a4aa8 .layout-left li a,
#a9337a9870a4aa8 .layout-center li a,
#a9337a9870a4aa8 .layout-right li a {
  height: 100%;
}
#a9337a9870a4aa8 > .tab-tabs .layout-left {
  text-align: left;
}
#a9337a9870a4aa8 > .tab-tabs .layout-center {
  text-align: center;
}
#a9337a9870a4aa8 > .tab-tabs .layout-right {
  text-align: right;
}
#a9337a9870a4aa8 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a9337a9870a4aa8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 .tab-contents,
#a9337a9870a4aa8 .tab-contents-wrap {
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-content,
#a9337a9870a4aa8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9337a9870a4aa8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-wrap .tab-contents {
  height: 100%;
}
#a9337a9870a4aa8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a02f5a3ff9a4083  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0dafa41eda42c1 > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a0936a27c6a7e20 > .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;}#a0936a27c6a7e20  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0936a27c6a7e20:hover * {color: #000000  !important}
                            #a0936a27c6a7e20:hover .line{border-color: #000000  !important}#a0099a01a7a0786 > .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;}#a0099a01a7a0786  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0099a01a7a0786:hover * {color: #000000  !important}
                            #a0099a01a7a0786:hover .line{border-color: #000000  !important}#ada22ad7caad10a  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a2384a88bcaa91f > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#aff0fa80aca0f48 > .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;}#aff0fa80aca0f48  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aff0fa80aca0f48:hover * {color: #000000  !important}
                            #aff0fa80aca0f48:hover .line{border-color: #000000  !important}#a7c98ad8d3a2f15 > .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;}#a7c98ad8d3a2f15  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7c98ad8d3a2f15:hover * {color: #000000  !important}
                            #a7c98ad8d3a2f15:hover .line{border-color: #000000  !important}#aef76a9e03a209f  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a96e2a6c2aae62d > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#ae1efad977acc8b > .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;}#ae1efad977acc8b  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#ae1efad977acc8b:hover * {color: #000000  !important}
                            #ae1efad977acc8b:hover .line{border-color: #000000  !important}#a969ba27fba3e87 > .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;}#a969ba27fba3e87  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a969ba27fba3e87:hover * {color: #000000  !important}
                            #a969ba27fba3e87:hover .line{border-color: #000000  !important}#a72b8a64dba1bcc > .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;}#a72b8a64dba1bcc  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a72b8a64dba1bcc:hover * {color: #000000  !important}
                            #a72b8a64dba1bcc:hover .line{border-color: #000000  !important}#a5509a25c7aa431 > .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;}#a5509a25c7aa431  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a5509a25c7aa431:hover * {color: #000000  !important}
                            #a5509a25c7aa431:hover .line{border-color: #000000  !important}#ac860aabe5ab7a3 {
  overflow: hidden;
  pointer-events: none;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 .layout-left li,
#ac860aabe5ab7a3 .layout-center li,
#ac860aabe5ab7a3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac860aabe5ab7a3 .layout-left li a,
#ac860aabe5ab7a3 .layout-center li a,
#ac860aabe5ab7a3 .layout-right li a {
  height: 100%;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-left {
  text-align: left;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-center {
  text-align: center;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-right {
  text-align: right;
}
#ac860aabe5ab7a3 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#ac860aabe5ab7a3 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ac860aabe5ab7a3 .tab-contents,
#ac860aabe5ab7a3 .tab-contents-wrap {
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-content,
#ac860aabe5ab7a3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac860aabe5ab7a3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-wrap .tab-contents {
  height: 100%;
}
#ac860aabe5ab7a3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a803baa081aca73 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a803baa081aca73 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a803baa081aca73 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a803baa081aca73 .menu-list > li > a {
  padding: 0 10px;
}
#a803baa081aca73 .menu-list > li:hover:before {
  height: 100%;
}
#a803baa081aca73 .menu-list > li:hover:after {
  color: auto;
}
#a803baa081aca73 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a803baa081aca73 .menu-list > li:first-child:after {
  content: "";
}
#a803baa081aca73 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a803baa081aca73 .menu-list > li ul li {
  position: relative;
}
#a803baa081aca73 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a803baa081aca73 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a803baa081aca73 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 li ul,
#a803baa081aca73 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a803baa081aca73 li:hover > ul {
  left: auto;
}
#a803baa081aca73 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a0f23a69dcaa443  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#afc4ea6559aeed4  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 70px;padding-bottom: 50px;padding-right: 40px;padding-left: 0px;}#a0d56ab597acc5a  {flex-grow: 1;}#ab5aaa0daea0040  {flex: 1;}#ae5faa7e14a9827  {flex-grow: 1;}#aa00ea4755afaaa  {flex-grow: 1;}#a3f24a87f1a6ba7  {flex: 1;flex-direction: column;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;}#a898ea830ea9045  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;}#ab634a3d9bab5d0 .img-wrap {
  flex-grow: 0;
}
#abbf1a9db9aa4f0  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 20px;}#a3968abd18afa5b  {flex-grow: 1;}#a75a2a0ec0a9a49  {flex: 1;flex-direction: column;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;}#ac70ca2d38a79a4  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;}#acc3eabdc6a90e5 .img-wrap {
  flex-grow: 0;
}
#ae734aa91ea4b49  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 20px;}#a3346a4809af154  {flex: 1;}#acb9fad707a44d1  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 30px;}#a7552a6be5a8c7d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa782a5542a6552  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 50px;}#a6c33ab8eea5fbd {
  border-radius: 5px;
  overflow: hidden;
}
#a6c33ab8eea5fbd .ele-slideshow .uk-dotnav li a {
  background: #ffffff;
}
#a6c33ab8eea5fbd .ele-slideshow .uk-dotnav > .uk-active a {
  background: #01755f;
}
#a6c33ab8eea5fbd .ele-slideshow .uk-slidenav {
  background-color: rgba(65, 117, 5, 0);
}
#a6c33ab8eea5fbd .ele-slideshow .uk-slidenav {
  color: #f5a623;
}
#a6c33ab8eea5fbd .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(255, 255, 255, 0);
}
#a0e1dacdb5ad8e2  {flex: 1;}#a60efa56abaf2ad  {flex-grow: 1;}#a7922a58d8ac21e  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#af468a22b8a0c9e  {flex-grow: 1;}#a5f6ea30f6a8b86  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a26b0a9d4fa1f6b  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 10px;}#a66c8a6bdbadd6a  {flex-grow: 1;}#af016aa9e4a1bfd  {flex-grow: 1;}#ade7cacfcfa2d17  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a91d3a8a55aefef  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 50px;padding-bottom: 10px;}#a9ccba55aeafdb9  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 70px;}#a21d5aea8da95f4  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;}#a9bfbad3ccaddee  {flex-grow: 1;}#a38b6ac2f0a70e3  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#aabdca8c05aed01  {flex-grow: 1;}#a8407afc44a8fed  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a9ea3a3e72a573b  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 10px;}#a5fbeada6baf7e3  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab447a07cfa0ed6  {flex-grow: 1;}#a6c49ae3a9aa583  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a6556a4262a1093  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 50px;padding-bottom: 10px;}#aedb4a7fbca79bd  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 70px;}#a50e3a9437ac143  {flex: 1;}#a9863a74c2a273a  {flex-grow: 1;}#aacd2a823eaafdb  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a6b2da0382ac07a  {flex-grow: 1;}#a86e2a90b0a3a9f  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a9412ab1c9a194d  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 10px;}#a44a2adee2a5a48  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a289cab528a32a0  {flex-grow: 1;}#ad808a0d9ba2877  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a0f7fa5c77ab7e8  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 50px;padding-bottom: 10px;}#a359baf194a0288  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 70px;}#ab9baa7ee9a8690  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-right: 40px;padding-left: 40px;padding-bottom: 30px;padding-top: 30px;}#ae3bba489fa7294  {flex-grow: 1;}#a8620a5ae7ad045  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a5ddca47b1a43da  {flex-grow: 1;}#a21a7af618af16a  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a0c3ba0280a337e  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 10px;}#ab1b4a319daf101  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ac0c6a8b2fae3b8  {flex-grow: 1;}#ac71da5f3ba048d  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a6f1ba65a9ae918  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 50px;padding-bottom: 10px;}#a9035a4970a27f5  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 70px;}#a4a23a7298a90d8  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a9c4aacd66a2d68  {flex-grow: 1;}#a25f4ac920a0c67  {flex: 1;}#a6b57ad03fa17f0  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 20px;}#add16a859da3574  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;}#a6600a533fa24f2  {flex-grow: 1;}#af957a9bbca53d6  {flex: 1;}#a4c59a5d8da7360  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;}#a9125ab91ca2a8b .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 15px;background-color: #1364d8;border-radius: 3px;justify-content: center;font-family: Verdana;}#a9125ab91ca2a8b .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(1, 117, 95, 0.8);}#aab25a0046ad546  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;}#adfc1a69c0a0642 .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 15px;background-color: #1364d8;border-radius: 3px;justify-content: center;font-family: Verdana;}#adfc1a69c0a0642 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(1, 117, 95, 0.8);}#a195cae4f5a8807  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 40px;}#aa8eaa45c5a55ea  {flex: 1;}#aa23aa2033ae212 .a081ea65bfa74f4 {
  overflow: hidden;
}
#aa23aa2033ae212 .a081ea65bfa74f4 , #aa23aa2033ae212 .a081ea65bfa74f4 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#aa23aa2033ae212 .a081ea65bfa74f4:hover , #aa23aa2033ae212 .a081ea65bfa74f4 *:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aa23aa2033ae212 .a7b1da29cba5606 {
  overflow: hidden;
}
#aa23aa2033ae212 .a7b1da29cba5606 , #aa23aa2033ae212 .a7b1da29cba5606 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: Verdana;color: rgba(225, 225, 225, 1);}#aa23aa2033ae212 .aeabba5bc1a5995 {
  overflow: hidden;
}
#aa23aa2033ae212 .aeabba5bc1a5995 , #aa23aa2033ae212 .aeabba5bc1a5995 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 13px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#aa23aa2033ae212 .uk-grid {
  margin-left: -10px;
}
#aa23aa2033ae212 .uk-grid > * {
  padding-left: 10px;
}
#aa23aa2033ae212 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#aa23aa2033ae212 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#aa23aa2033ae212 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #aa23aa2033ae212 .uk-position-center-left-out {
    left: -30px;
  }
  #aa23aa2033ae212 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af3a5aa643a9418  {flex: 1;}#a96c6a7d4ca2f5b .a88b6a4135ac146 {
  overflow: hidden;
}
#a96c6a7d4ca2f5b .a88b6a4135ac146 , #a96c6a7d4ca2f5b .a88b6a4135ac146 > * {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a96c6a7d4ca2f5b .a88b6a4135ac146:hover , #a96c6a7d4ca2f5b .a88b6a4135ac146 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a96c6a7d4ca2f5b .uk-grid {
  margin-left: -10px;
}
#a96c6a7d4ca2f5b .uk-grid > * {
  padding-left: 10px;
}
#a96c6a7d4ca2f5b .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a96c6a7d4ca2f5b .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#a96c6a7d4ca2f5b .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #a96c6a7d4ca2f5b .uk-position-center-left-out {
    left: -30px;
  }
  #a96c6a7d4ca2f5b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac4cba9cd5a5af7 {
  overflow: hidden;
  pointer-events: none;
}
#ac4cba9cd5a5af7 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac4cba9cd5a5af7 > .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;
}
#ac4cba9cd5a5af7 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac4cba9cd5a5af7 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac4cba9cd5a5af7 > .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;
}
#ac4cba9cd5a5af7 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac4cba9cd5a5af7 > .tab-wrap > div > .tab-nav,
#ac4cba9cd5a5af7 > .tab-nav,
#ac4cba9cd5a5af7 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac4cba9cd5a5af7 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ac4cba9cd5a5af7 > .tab-wrap > div > .tab-nav-horizontal,
#ac4cba9cd5a5af7 > .tab-nav-horizontal,
#ac4cba9cd5a5af7 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac4cba9cd5a5af7 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac4cba9cd5a5af7 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac4cba9cd5a5af7 > .tab-nav-horizontal::-webkit-scrollbar,
#ac4cba9cd5a5af7 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac4cba9cd5a5af7 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac4cba9cd5a5af7 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac4cba9cd5a5af7 > .tab-nav-horizontal.tagScroll,
#ac4cba9cd5a5af7 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac4cba9cd5a5af7 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#ac4cba9cd5a5af7 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac4cba9cd5a5af7 > .tab-nav-horizontal.tagScroll li a,
#ac4cba9cd5a5af7 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac4cba9cd5a5af7 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac4cba9cd5a5af7 > .tab-wrap > div > .tab-nav a,
#ac4cba9cd5a5af7 > .tab-nav a,
#ac4cba9cd5a5af7 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac4cba9cd5a5af7 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ac4cba9cd5a5af7 > .tab-wrap > div > .tab-nav li a,
#ac4cba9cd5a5af7 > .tab-nav li a,
#ac4cba9cd5a5af7 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac4cba9cd5a5af7 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 10px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(255, 255, 255, 0);
  border-right-style: none;
}
#ac4cba9cd5a5af7 > .tab-wrap > div > .tab-nav li a svg,
#ac4cba9cd5a5af7 > .tab-nav li a svg,
#ac4cba9cd5a5af7 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac4cba9cd5a5af7 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac4cba9cd5a5af7 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac4cba9cd5a5af7 > .tab-nav li a .ap_icon,
#ac4cba9cd5a5af7 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac4cba9cd5a5af7 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac4cba9cd5a5af7 > .tab-wrap > div > .tab-nav li a:hover,
#ac4cba9cd5a5af7 > .tab-nav li a:hover,
#ac4cba9cd5a5af7 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac4cba9cd5a5af7 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ac4cba9cd5a5af7 > .tab-wrap > div > .tab-nav li.uk-active a,
#ac4cba9cd5a5af7 > .tab-nav li.uk-active a,
#ac4cba9cd5a5af7 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac4cba9cd5a5af7 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ac4cba9cd5a5af7 .layout-left li,
#ac4cba9cd5a5af7 .layout-center li,
#ac4cba9cd5a5af7 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac4cba9cd5a5af7 .layout-left li a,
#ac4cba9cd5a5af7 .layout-center li a,
#ac4cba9cd5a5af7 .layout-right li a {
  height: 100%;
}
#ac4cba9cd5a5af7 > .tab-tabs .layout-left {
  text-align: left;
}
#ac4cba9cd5a5af7 > .tab-tabs .layout-center {
  text-align: center;
}
#ac4cba9cd5a5af7 > .tab-tabs .layout-right {
  text-align: right;
}
#ac4cba9cd5a5af7 .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#ac4cba9cd5a5af7 .tab-content-wrap {
  background-color: transparent;
}
#ac4cba9cd5a5af7 .tab-contents,
#ac4cba9cd5a5af7 .tab-contents-wrap {
  pointer-events: none;
}
#ac4cba9cd5a5af7 .tab-content,
#ac4cba9cd5a5af7 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac4cba9cd5a5af7 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac4cba9cd5a5af7 .tab-wrap .tab-contents {
  height: 100%;
}
#ac4cba9cd5a5af7 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac4cba9cd5a5af7 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac4cba9cd5a5af7 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0feea95a2a72ad  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#af056a2390a76c7  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a36a4a72ebaa0ec , #a36a4a72ebaa0ec a{flex-grow: 0;color: rgba(49, 118, 219, 1);}#a36a4a72ebaa0ec:hover, #a36a4a72ebaa0ec a:hover {color: rgba(19, 100, 216, 1);}#a767fa3f3aaf748  {flex-grow: 1;}#a4fb9aba3ca9c8c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a4fb9aba3ca9c8c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a4fb9aba3ca9c8c .ap-icon {
  margin-right: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon img,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li:hover > a,
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a4fb9aba3ca9c8c .menu-list ul,
#a4fb9aba3ca9c8c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a4fb9aba3ca9c8c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a4fb9aba3ca9c8c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4fb9aba3ca9c8c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4fb9aba3ca9c8c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a49b0afccaac34c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a49b0afccaac34c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a49b0afccaac34c .ap-icon {
  margin-right: 6px;
}
#a49b0afccaac34c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a,
#a49b0afccaac34c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon img,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a49b0afccaac34c .menu-list > li:hover > a,
#a49b0afccaac34c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a49b0afccaac34c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a49b0afccaac34c .menu-list ul,
#a49b0afccaac34c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a49b0afccaac34c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a49b0afccaac34c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a49b0afccaac34c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a49b0afccaac34c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a468aa0b1da717e > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afe37a828faabd7 , #afe37a828faabd7 a{color: rgba(6, 164, 100, 1);}#afe37a828faabd7:hover, #afe37a828faabd7 a:hover {color: rgba(4, 204, 101, 1);}#ac7eca0ba9a4ccf .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac7eca0ba9a4ccf .menu-list-expand .submenu-indicator {
  display: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a img,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9e02ae88da9704 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a img,
#a9e02ae88da9704 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa5cfa706da140f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa5cfa706da140f .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa5cfa706da140f .menu-list-expand .submenu-indicator {
  display: none;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li a img,
#aa5cfa706da140f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ad74fa7bfea3c57 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a437ca9f6ca1920 .uk-card {
  overflow: hidden;
  height: 400px;
}
#a437ca9f6ca1920 .uk-link-reset {
  cursor: default;
}
#a437ca9f6ca1920 .uk-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#a437ca9f6ca1920 .uk-card .abstract {
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  margin-top: 10px;
  color: #fff;
  font-size: 16px;
  padding: 0 15px;
}
#a437ca9f6ca1920 .uk-card .item-logo {
  position: relative;
  margin-top: 120px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#a437ca9f6ca1920 .uk-card .item-logo .ap-icon {
  width: 55px;
  height: 55px;
  color: #fff;
  font-size: 45px;
}
#a437ca9f6ca1920 .uk-card .title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 20px 0;
  position: relative;
}
#a437ca9f6ca1920 .uk-card .title::before {
  content: "";
  position: relative;
  display: block;
  width: 20px;
  border-bottom: 2px solid #fff;
  margin: 0 auto 20px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#a437ca9f6ca1920 .uk-card .uk-h5,
#a437ca9f6ca1920 .uk-card .ap-icon {
  color: #666666;
}
#a437ca9f6ca1920 .uk-card:hover::before {
  background: rgba(19, 100, 216, 0.9);
}
#a437ca9f6ca1920 .uk-card:hover .item-logo {
  margin-top: 80px;
}
#a437ca9f6ca1920 .uk-card:hover .title::before {
  opacity: 0;
  margin-bottom: 0;
}
#a437ca9f6ca1920 .uk-card:hover .abstract {
  display: block;
  opacity: 1;
  margin-top: 0;
}
#a5bb0a4e40af0ac  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#a4f0eae1c8ad5b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a5e1fa5af8a6d2f > .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;flex-grow: 0;}#aaa66adb04a787f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aaa66adb04a787f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6e05a9cb2aacc5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a71eaaa784aba6f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a71eaaa784aba6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1f02a72faacac9 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad649a4e1faa01e > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad649a4e1faa01e  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2131a4568ad5fb .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8427a3663ab91d > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8427a3663ab91d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a54aea8b6da48ed .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#af514ac23ca7297  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4549a962ca7add > .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;flex-grow: 0;}#aefe9a9dcba95e8 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aefe9a9dcba95e8  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a78b8a66c3a62cd .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a6860a4373a658a > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a6860a4373a658a  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a60d7a306dad87e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aa506af856a9ff7 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aa506af856a9ff7  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1a9bafb12a3379 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a1ea5a55aba2aaa > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a1ea5a55aba2aaa  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a92fda3d31aebae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a96dba8355ac472 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a96dba8355ac472  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3fa0aa753aa303 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a05c0a0e46a2f58  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ace13a3d21a10ea > .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;flex-grow: 0;}#a0604a42d4a4597 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0604a42d4a4597  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ac9a8ad93ea1211 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae9cbafda3a2f1b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae9cbafda3a2f1b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aac8da5f56ab439 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4442ab252a29a9 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4442ab252a29a9  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae418a8e29ac7a8 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aacb4aacb5aec67 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aacb4aacb5aec67  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#adafea3e44a3273 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7b50a7223adfe6 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7b50a7223adfe6  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1ff7aaad5a00c5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4ed7a699ea9c4b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4ed7a699ea9c4b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3cc7a1265a50b6 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8ba8a9e62a0d8c > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8ba8a9e62a0d8c  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2e38acba1a6797 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab151a234ead77c {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#ab151a234ead77c .layout-left li,
#ab151a234ead77c .layout-center li,
#ab151a234ead77c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab151a234ead77c .layout-left li a,
#ab151a234ead77c .layout-center li a,
#ab151a234ead77c .layout-right li a {
  height: 100%;
}
#ab151a234ead77c > .tab-tabs .layout-left {
  text-align: left;
}
#ab151a234ead77c > .tab-tabs .layout-center {
  text-align: center;
}
#ab151a234ead77c > .tab-tabs .layout-right {
  text-align: right;
}
#ab151a234ead77c .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#ab151a234ead77c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c .tab-contents,
#ab151a234ead77c .tab-contents-wrap {
  pointer-events: none;
}
#ab151a234ead77c .tab-content,
#ab151a234ead77c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab151a234ead77c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab151a234ead77c .tab-wrap .tab-contents {
  height: 100%;
}
#ab151a234ead77c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab151a234ead77c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab151a234ead77c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a445cadc90a6f90  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a54aba797fa6994  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a0c23a8da1a5492  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aa603ad8dfa8ae5 .a72bea96eba74bb {
  overflow: hidden;
}
#aa603ad8dfa8ae5 .a72bea96eba74bb , #aa603ad8dfa8ae5 .a72bea96eba74bb > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aa603ad8dfa8ae5 .a72bea96eba74bb:hover , #aa603ad8dfa8ae5 .a72bea96eba74bb *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aa603ad8dfa8ae5 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa603ad8dfa8ae5 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa603ad8dfa8ae5 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aa603ad8dfa8ae5 .uk-position-center-left-out {
    left: -30px;
  }
  #aa603ad8dfa8ae5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6f8da0e6ea7804  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7baeab343a1ed2 .a31f5a9637ae63a {
  overflow: hidden;
}
#a7baeab343a1ed2 .a31f5a9637ae63a , #a7baeab343a1ed2 .a31f5a9637ae63a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7baeab343a1ed2 .a31f5a9637ae63a:hover , #a7baeab343a1ed2 .a31f5a9637ae63a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7baeab343a1ed2 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a7baeab343a1ed2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7baeab343a1ed2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7baeab343a1ed2 .uk-position-center-left-out {
    left: -30px;
  }
  #a7baeab343a1ed2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7eeea24a2a489a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a9e11a3922a0a84 .a0c79ae6caaf8e2 {
  overflow: hidden;
}
#a9e11a3922a0a84 .a0c79ae6caaf8e2 , #a9e11a3922a0a84 .a0c79ae6caaf8e2 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a9e11a3922a0a84 .a0c79ae6caaf8e2:hover , #a9e11a3922a0a84 .a0c79ae6caaf8e2 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a9e11a3922a0a84 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a9e11a3922a0a84 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9e11a3922a0a84 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a9e11a3922a0a84 .uk-position-center-left-out {
    left: -30px;
  }
  #a9e11a3922a0a84 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa82faaea2a1c77  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a94ffa5483a8d60 .a8a48ae1cfa9a13 {
  overflow: hidden;
}
#a94ffa5483a8d60 .a8a48ae1cfa9a13 , #a94ffa5483a8d60 .a8a48ae1cfa9a13 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a94ffa5483a8d60 .a8a48ae1cfa9a13:hover , #a94ffa5483a8d60 .a8a48ae1cfa9a13 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a94ffa5483a8d60 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a94ffa5483a8d60 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a94ffa5483a8d60 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a94ffa5483a8d60 .uk-position-center-left-out {
    left: -30px;
  }
  #a94ffa5483a8d60 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3b61acc08a6bcf {
  overflow: hidden;
  pointer-events: none;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a3b61acc08a6bcf .layout-left li,
#a3b61acc08a6bcf .layout-center li,
#a3b61acc08a6bcf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3b61acc08a6bcf .layout-left li a,
#a3b61acc08a6bcf .layout-center li a,
#a3b61acc08a6bcf .layout-right li a {
  height: 100%;
}
#a3b61acc08a6bcf > .tab-tabs .layout-left {
  text-align: left;
}
#a3b61acc08a6bcf > .tab-tabs .layout-center {
  text-align: center;
}
#a3b61acc08a6bcf > .tab-tabs .layout-right {
  text-align: right;
}
#a3b61acc08a6bcf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a3b61acc08a6bcf .tab-content-wrap {
  background-color: #ffffff;
}
#a3b61acc08a6bcf .tab-contents,
#a3b61acc08a6bcf .tab-contents-wrap {
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-content,
#a3b61acc08a6bcf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3b61acc08a6bcf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-wrap .tab-contents {
  height: 100%;
}
#a3b61acc08a6bcf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2b29afa75af3d2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a7bdda440da10de  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af0fda089faa74e .a179ba61fca0888 {
  overflow: hidden;
}
#af0fda089faa74e .a179ba61fca0888 , #af0fda089faa74e .a179ba61fca0888 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af0fda089faa74e .a179ba61fca0888:hover , #af0fda089faa74e .a179ba61fca0888 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af0fda089faa74e .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af0fda089faa74e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af0fda089faa74e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af0fda089faa74e .uk-position-center-left-out {
    left: -30px;
  }
  #af0fda089faa74e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac029ab8d2ac795  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3fa1aa72eae5d8 .a8a0fa2a83ace44 {
  overflow: hidden;
}
#a3fa1aa72eae5d8 .a8a0fa2a83ace44 , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3fa1aa72eae5d8 .a8a0fa2a83ace44:hover , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3fa1aa72eae5d8 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a3fa1aa72eae5d8 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3fa1aa72eae5d8 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3fa1aa72eae5d8 .uk-position-center-left-out {
    left: -30px;
  }
  #a3fa1aa72eae5d8 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acd71a09bca3734  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2599afd13a8dda .a67b0a5657abdca {
  overflow: hidden;
}
#a2599afd13a8dda .a67b0a5657abdca , #a2599afd13a8dda .a67b0a5657abdca > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2599afd13a8dda .a67b0a5657abdca:hover , #a2599afd13a8dda .a67b0a5657abdca *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2599afd13a8dda .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2599afd13a8dda .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2599afd13a8dda .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2599afd13a8dda .uk-position-center-left-out {
    left: -30px;
  }
  #a2599afd13a8dda .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3bd9a9ed3a0012  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5fc2ae1b1ac227 .ada91af9b0a0502 {
  overflow: hidden;
}
#a5fc2ae1b1ac227 .ada91af9b0a0502 , #a5fc2ae1b1ac227 .ada91af9b0a0502 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5fc2ae1b1ac227 .ada91af9b0a0502:hover , #a5fc2ae1b1ac227 .ada91af9b0a0502 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5fc2ae1b1ac227 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a5fc2ae1b1ac227 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5fc2ae1b1ac227 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5fc2ae1b1ac227 .uk-position-center-left-out {
    left: -30px;
  }
  #a5fc2ae1b1ac227 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6bcdafc0fa513f  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab2a3a53e3a711b .aec71a08e0ab367 {
  overflow: hidden;
}
#ab2a3a53e3a711b .aec71a08e0ab367 , #ab2a3a53e3a711b .aec71a08e0ab367 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab2a3a53e3a711b .aec71a08e0ab367:hover , #ab2a3a53e3a711b .aec71a08e0ab367 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab2a3a53e3a711b .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ab2a3a53e3a711b .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab2a3a53e3a711b .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab2a3a53e3a711b .uk-position-center-left-out {
    left: -30px;
  }
  #ab2a3a53e3a711b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a309aa2ec8a7ce3 {
  overflow: hidden;
  pointer-events: none;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a309aa2ec8a7ce3 .layout-left li,
#a309aa2ec8a7ce3 .layout-center li,
#a309aa2ec8a7ce3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a309aa2ec8a7ce3 .layout-left li a,
#a309aa2ec8a7ce3 .layout-center li a,
#a309aa2ec8a7ce3 .layout-right li a {
  height: 100%;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-left {
  text-align: left;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-center {
  text-align: center;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-right {
  text-align: right;
}
#a309aa2ec8a7ce3 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a309aa2ec8a7ce3 .tab-content-wrap {
  background-color: #ffffff;
}
#a309aa2ec8a7ce3 .tab-contents,
#a309aa2ec8a7ce3 .tab-contents-wrap {
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-content,
#a309aa2ec8a7ce3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-wrap .tab-contents {
  height: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6180acc49a3e93  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a6dafa4ecea60a0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aff3cac13cafbfb .a06ebafd21a2d85 {
  overflow: hidden;
}
#aff3cac13cafbfb .a06ebafd21a2d85 , #aff3cac13cafbfb .a06ebafd21a2d85 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aff3cac13cafbfb .a06ebafd21a2d85:hover , #aff3cac13cafbfb .a06ebafd21a2d85 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aff3cac13cafbfb .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aff3cac13cafbfb .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aff3cac13cafbfb .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aff3cac13cafbfb .uk-position-center-left-out {
    left: -30px;
  }
  #aff3cac13cafbfb .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#afcbbaca6ea610b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a53e2aef3aaf277 .aa00dac1eeacc9a {
  overflow: hidden;
}
#a53e2aef3aaf277 .aa00dac1eeacc9a , #a53e2aef3aaf277 .aa00dac1eeacc9a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a53e2aef3aaf277 .aa00dac1eeacc9a:hover , #a53e2aef3aaf277 .aa00dac1eeacc9a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a53e2aef3aaf277 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a53e2aef3aaf277 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a53e2aef3aaf277 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a53e2aef3aaf277 .uk-position-center-left-out {
    left: -30px;
  }
  #a53e2aef3aaf277 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4dd9a08d0a4fbc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adea6aad87ac37c .a709ba3eb4afea8 {
  overflow: hidden;
}
#adea6aad87ac37c .a709ba3eb4afea8 , #adea6aad87ac37c .a709ba3eb4afea8 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adea6aad87ac37c .a709ba3eb4afea8:hover , #adea6aad87ac37c .a709ba3eb4afea8 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adea6aad87ac37c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#adea6aad87ac37c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adea6aad87ac37c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adea6aad87ac37c .uk-position-center-left-out {
    left: -30px;
  }
  #adea6aad87ac37c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5f67a73efa84f8  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4f05aa0b1a588c .ab4cfa7547abdc6 {
  overflow: hidden;
}
#a4f05aa0b1a588c .ab4cfa7547abdc6 , #a4f05aa0b1a588c .ab4cfa7547abdc6 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4f05aa0b1a588c .ab4cfa7547abdc6:hover , #a4f05aa0b1a588c .ab4cfa7547abdc6 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4f05aa0b1a588c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4f05aa0b1a588c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4f05aa0b1a588c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4f05aa0b1a588c .uk-position-center-left-out {
    left: -30px;
  }
  #a4f05aa0b1a588c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8b3caf245a9550 {
  overflow: hidden;
  pointer-events: none;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a8b3caf245a9550 .layout-left li,
#a8b3caf245a9550 .layout-center li,
#a8b3caf245a9550 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8b3caf245a9550 .layout-left li a,
#a8b3caf245a9550 .layout-center li a,
#a8b3caf245a9550 .layout-right li a {
  height: 100%;
}
#a8b3caf245a9550 > .tab-tabs .layout-left {
  text-align: left;
}
#a8b3caf245a9550 > .tab-tabs .layout-center {
  text-align: center;
}
#a8b3caf245a9550 > .tab-tabs .layout-right {
  text-align: right;
}
#a8b3caf245a9550 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a8b3caf245a9550 .tab-content-wrap {
  background-color: #ffffff;
}
#a8b3caf245a9550 .tab-contents,
#a8b3caf245a9550 .tab-contents-wrap {
  pointer-events: none;
}
#a8b3caf245a9550 .tab-content,
#a8b3caf245a9550 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8b3caf245a9550 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8b3caf245a9550 .tab-wrap .tab-contents {
  height: 100%;
}
#a8b3caf245a9550 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1c11abae0a6498  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#aa27fa0954aa408  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a61a0af29da2f9c .aeab3a5320a803f {
  overflow: hidden;
}
#a61a0af29da2f9c .aeab3a5320a803f , #a61a0af29da2f9c .aeab3a5320a803f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a61a0af29da2f9c .aeab3a5320a803f:hover , #a61a0af29da2f9c .aeab3a5320a803f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a61a0af29da2f9c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a61a0af29da2f9c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a61a0af29da2f9c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a61a0af29da2f9c .uk-position-center-left-out {
    left: -30px;
  }
  #a61a0af29da2f9c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8c29a827fa339d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a1f73acf75a8e75 .a5c24a00fda0569 {
  overflow: hidden;
}
#a1f73acf75a8e75 .a5c24a00fda0569 , #a1f73acf75a8e75 .a5c24a00fda0569 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a1f73acf75a8e75 .a5c24a00fda0569:hover , #a1f73acf75a8e75 .a5c24a00fda0569 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a1f73acf75a8e75 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1f73acf75a8e75 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a1f73acf75a8e75 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a1f73acf75a8e75 .uk-position-center-left-out {
    left: -30px;
  }
  #a1f73acf75a8e75 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a988ba0fa4a2973  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4092a576fa0692 .a229fac40ea9024 {
  overflow: hidden;
}
#a4092a576fa0692 .a229fac40ea9024 , #a4092a576fa0692 .a229fac40ea9024 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4092a576fa0692 .a229fac40ea9024:hover , #a4092a576fa0692 .a229fac40ea9024 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4092a576fa0692 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4092a576fa0692 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4092a576fa0692 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4092a576fa0692 .uk-position-center-left-out {
    left: -30px;
  }
  #a4092a576fa0692 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac7c7a155ba5f06  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a0daaa7cb3a7125 .a8c63ab1d9a065f {
  overflow: hidden;
}
#a0daaa7cb3a7125 .a8c63ab1d9a065f , #a0daaa7cb3a7125 .a8c63ab1d9a065f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a0daaa7cb3a7125 .a8c63ab1d9a065f:hover , #a0daaa7cb3a7125 .a8c63ab1d9a065f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a0daaa7cb3a7125 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a0daaa7cb3a7125 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a0daaa7cb3a7125 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a0daaa7cb3a7125 .uk-position-center-left-out {
    left: -30px;
  }
  #a0daaa7cb3a7125 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a2884a9c7aa42cb {
  overflow: hidden;
  pointer-events: none;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a2884a9c7aa42cb .layout-left li,
#a2884a9c7aa42cb .layout-center li,
#a2884a9c7aa42cb .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a2884a9c7aa42cb .layout-left li a,
#a2884a9c7aa42cb .layout-center li a,
#a2884a9c7aa42cb .layout-right li a {
  height: 100%;
}
#a2884a9c7aa42cb > .tab-tabs .layout-left {
  text-align: left;
}
#a2884a9c7aa42cb > .tab-tabs .layout-center {
  text-align: center;
}
#a2884a9c7aa42cb > .tab-tabs .layout-right {
  text-align: right;
}
#a2884a9c7aa42cb .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a2884a9c7aa42cb .tab-content-wrap {
  background-color: #ffffff;
}
#a2884a9c7aa42cb .tab-contents,
#a2884a9c7aa42cb .tab-contents-wrap {
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-content,
#a2884a9c7aa42cb .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a2884a9c7aa42cb .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-wrap .tab-contents {
  height: 100%;
}
#a2884a9c7aa42cb .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9337a9870a4aa8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .tab-nav li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .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: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#a9337a9870a4aa8 .layout-left li,
#a9337a9870a4aa8 .layout-center li,
#a9337a9870a4aa8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9337a9870a4aa8 .layout-left li a,
#a9337a9870a4aa8 .layout-center li a,
#a9337a9870a4aa8 .layout-right li a {
  height: 100%;
}
#a9337a9870a4aa8 > .tab-tabs .layout-left {
  text-align: left;
}
#a9337a9870a4aa8 > .tab-tabs .layout-center {
  text-align: center;
}
#a9337a9870a4aa8 > .tab-tabs .layout-right {
  text-align: right;
}
#a9337a9870a4aa8 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a9337a9870a4aa8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 .tab-contents,
#a9337a9870a4aa8 .tab-contents-wrap {
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-content,
#a9337a9870a4aa8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9337a9870a4aa8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-wrap .tab-contents {
  height: 100%;
}
#a9337a9870a4aa8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a02f5a3ff9a4083  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0dafa41eda42c1 > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a0936a27c6a7e20 > .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;}#a0936a27c6a7e20  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0936a27c6a7e20:hover * {color: #000000  !important}
                            #a0936a27c6a7e20:hover .line{border-color: #000000  !important}#a0099a01a7a0786 > .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;}#a0099a01a7a0786  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0099a01a7a0786:hover * {color: #000000  !important}
                            #a0099a01a7a0786:hover .line{border-color: #000000  !important}#ada22ad7caad10a  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a2384a88bcaa91f > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#aff0fa80aca0f48 > .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;}#aff0fa80aca0f48  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aff0fa80aca0f48:hover * {color: #000000  !important}
                            #aff0fa80aca0f48:hover .line{border-color: #000000  !important}#a7c98ad8d3a2f15 > .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;}#a7c98ad8d3a2f15  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7c98ad8d3a2f15:hover * {color: #000000  !important}
                            #a7c98ad8d3a2f15:hover .line{border-color: #000000  !important}#aef76a9e03a209f  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a96e2a6c2aae62d > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#ae1efad977acc8b > .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;}#ae1efad977acc8b  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#ae1efad977acc8b:hover * {color: #000000  !important}
                            #ae1efad977acc8b:hover .line{border-color: #000000  !important}#a969ba27fba3e87 > .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;}#a969ba27fba3e87  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a969ba27fba3e87:hover * {color: #000000  !important}
                            #a969ba27fba3e87:hover .line{border-color: #000000  !important}#a72b8a64dba1bcc > .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;}#a72b8a64dba1bcc  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a72b8a64dba1bcc:hover * {color: #000000  !important}
                            #a72b8a64dba1bcc:hover .line{border-color: #000000  !important}#a5509a25c7aa431 > .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;}#a5509a25c7aa431  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a5509a25c7aa431:hover * {color: #000000  !important}
                            #a5509a25c7aa431:hover .line{border-color: #000000  !important}#ac860aabe5ab7a3 {
  overflow: hidden;
  pointer-events: none;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 .layout-left li,
#ac860aabe5ab7a3 .layout-center li,
#ac860aabe5ab7a3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac860aabe5ab7a3 .layout-left li a,
#ac860aabe5ab7a3 .layout-center li a,
#ac860aabe5ab7a3 .layout-right li a {
  height: 100%;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-left {
  text-align: left;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-center {
  text-align: center;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-right {
  text-align: right;
}
#ac860aabe5ab7a3 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#ac860aabe5ab7a3 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ac860aabe5ab7a3 .tab-contents,
#ac860aabe5ab7a3 .tab-contents-wrap {
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-content,
#ac860aabe5ab7a3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac860aabe5ab7a3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-wrap .tab-contents {
  height: 100%;
}
#ac860aabe5ab7a3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a803baa081aca73 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a803baa081aca73 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a803baa081aca73 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a803baa081aca73 .menu-list > li > a {
  padding: 0 10px;
}
#a803baa081aca73 .menu-list > li:hover:before {
  height: 100%;
}
#a803baa081aca73 .menu-list > li:hover:after {
  color: auto;
}
#a803baa081aca73 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a803baa081aca73 .menu-list > li:first-child:after {
  content: "";
}
#a803baa081aca73 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a803baa081aca73 .menu-list > li ul li {
  position: relative;
}
#a803baa081aca73 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a803baa081aca73 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a803baa081aca73 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 li ul,
#a803baa081aca73 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a803baa081aca73 li:hover > ul {
  left: auto;
}
#a803baa081aca73 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a0feea95a2a72ad  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#af056a2390a76c7  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a36a4a72ebaa0ec , #a36a4a72ebaa0ec a{flex-grow: 0;color: rgba(49, 118, 219, 1);}#a36a4a72ebaa0ec:hover, #a36a4a72ebaa0ec a:hover {color: rgba(19, 100, 216, 1);}#a767fa3f3aaf748  {flex-grow: 1;}#a4fb9aba3ca9c8c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a4fb9aba3ca9c8c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a4fb9aba3ca9c8c .ap-icon {
  margin-right: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon img,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li:hover > a,
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a4fb9aba3ca9c8c .menu-list ul,
#a4fb9aba3ca9c8c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a4fb9aba3ca9c8c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a4fb9aba3ca9c8c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4fb9aba3ca9c8c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4fb9aba3ca9c8c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a49b0afccaac34c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a49b0afccaac34c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a49b0afccaac34c .ap-icon {
  margin-right: 6px;
}
#a49b0afccaac34c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a,
#a49b0afccaac34c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon img,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a49b0afccaac34c .menu-list > li:hover > a,
#a49b0afccaac34c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a49b0afccaac34c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a49b0afccaac34c .menu-list ul,
#a49b0afccaac34c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a49b0afccaac34c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a49b0afccaac34c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a49b0afccaac34c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a49b0afccaac34c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a468aa0b1da717e > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afe37a828faabd7 , #afe37a828faabd7 a{color: rgba(6, 164, 100, 1);}#afe37a828faabd7:hover, #afe37a828faabd7 a:hover {color: rgba(4, 204, 101, 1);}#ac7eca0ba9a4ccf .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac7eca0ba9a4ccf .menu-list-expand .submenu-indicator {
  display: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a img,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9e02ae88da9704 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a img,
#a9e02ae88da9704 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa5cfa706da140f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa5cfa706da140f .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa5cfa706da140f .menu-list-expand .submenu-indicator {
  display: none;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li a img,
#aa5cfa706da140f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac982a4f18a07ab .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aa6e0a422baf056 .list-icon {
  color: #1364d8;
}
#aa6e0a422baf056 .uk-button {
  padding: 0px 60px;
  border: 1px solid #fff;
  background: none;
  font-weight: bold;
  font-size: 18px;
  transition: all 0.2s ease-in;
}
#aa6e0a422baf056 .uk-button:hover {
  background: #fff;
  color: #1364d8;
}
#aa6e0a422baf056 .uk-button i {
  margin-left: 10px;
  display: inline-block;
}
#a5bb0a4e40af0ac  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#a4f0eae1c8ad5b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a5e1fa5af8a6d2f > .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;flex-grow: 0;}#aaa66adb04a787f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aaa66adb04a787f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6e05a9cb2aacc5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a71eaaa784aba6f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a71eaaa784aba6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1f02a72faacac9 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad649a4e1faa01e > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad649a4e1faa01e  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2131a4568ad5fb .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8427a3663ab91d > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8427a3663ab91d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a54aea8b6da48ed .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#af514ac23ca7297  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4549a962ca7add > .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;flex-grow: 0;}#aefe9a9dcba95e8 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aefe9a9dcba95e8  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a78b8a66c3a62cd .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a6860a4373a658a > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a6860a4373a658a  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a60d7a306dad87e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aa506af856a9ff7 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aa506af856a9ff7  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1a9bafb12a3379 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a1ea5a55aba2aaa > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a1ea5a55aba2aaa  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a92fda3d31aebae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a96dba8355ac472 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a96dba8355ac472  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3fa0aa753aa303 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a05c0a0e46a2f58  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ace13a3d21a10ea > .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;flex-grow: 0;}#a0604a42d4a4597 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0604a42d4a4597  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ac9a8ad93ea1211 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae9cbafda3a2f1b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae9cbafda3a2f1b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aac8da5f56ab439 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4442ab252a29a9 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4442ab252a29a9  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae418a8e29ac7a8 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aacb4aacb5aec67 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aacb4aacb5aec67  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#adafea3e44a3273 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7b50a7223adfe6 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7b50a7223adfe6  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1ff7aaad5a00c5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4ed7a699ea9c4b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4ed7a699ea9c4b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3cc7a1265a50b6 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8ba8a9e62a0d8c > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8ba8a9e62a0d8c  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2e38acba1a6797 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab151a234ead77c {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#ab151a234ead77c .layout-left li,
#ab151a234ead77c .layout-center li,
#ab151a234ead77c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab151a234ead77c .layout-left li a,
#ab151a234ead77c .layout-center li a,
#ab151a234ead77c .layout-right li a {
  height: 100%;
}
#ab151a234ead77c > .tab-tabs .layout-left {
  text-align: left;
}
#ab151a234ead77c > .tab-tabs .layout-center {
  text-align: center;
}
#ab151a234ead77c > .tab-tabs .layout-right {
  text-align: right;
}
#ab151a234ead77c .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#ab151a234ead77c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c .tab-contents,
#ab151a234ead77c .tab-contents-wrap {
  pointer-events: none;
}
#ab151a234ead77c .tab-content,
#ab151a234ead77c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab151a234ead77c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab151a234ead77c .tab-wrap .tab-contents {
  height: 100%;
}
#ab151a234ead77c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab151a234ead77c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab151a234ead77c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a445cadc90a6f90  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a54aba797fa6994  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a0c23a8da1a5492  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aa603ad8dfa8ae5 .a72bea96eba74bb {
  overflow: hidden;
}
#aa603ad8dfa8ae5 .a72bea96eba74bb , #aa603ad8dfa8ae5 .a72bea96eba74bb > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aa603ad8dfa8ae5 .a72bea96eba74bb:hover , #aa603ad8dfa8ae5 .a72bea96eba74bb *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aa603ad8dfa8ae5 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa603ad8dfa8ae5 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa603ad8dfa8ae5 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aa603ad8dfa8ae5 .uk-position-center-left-out {
    left: -30px;
  }
  #aa603ad8dfa8ae5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6f8da0e6ea7804  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7baeab343a1ed2 .a31f5a9637ae63a {
  overflow: hidden;
}
#a7baeab343a1ed2 .a31f5a9637ae63a , #a7baeab343a1ed2 .a31f5a9637ae63a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7baeab343a1ed2 .a31f5a9637ae63a:hover , #a7baeab343a1ed2 .a31f5a9637ae63a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7baeab343a1ed2 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a7baeab343a1ed2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7baeab343a1ed2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7baeab343a1ed2 .uk-position-center-left-out {
    left: -30px;
  }
  #a7baeab343a1ed2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7eeea24a2a489a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a9e11a3922a0a84 .a0c79ae6caaf8e2 {
  overflow: hidden;
}
#a9e11a3922a0a84 .a0c79ae6caaf8e2 , #a9e11a3922a0a84 .a0c79ae6caaf8e2 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a9e11a3922a0a84 .a0c79ae6caaf8e2:hover , #a9e11a3922a0a84 .a0c79ae6caaf8e2 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a9e11a3922a0a84 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a9e11a3922a0a84 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9e11a3922a0a84 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a9e11a3922a0a84 .uk-position-center-left-out {
    left: -30px;
  }
  #a9e11a3922a0a84 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa82faaea2a1c77  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a94ffa5483a8d60 .a8a48ae1cfa9a13 {
  overflow: hidden;
}
#a94ffa5483a8d60 .a8a48ae1cfa9a13 , #a94ffa5483a8d60 .a8a48ae1cfa9a13 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a94ffa5483a8d60 .a8a48ae1cfa9a13:hover , #a94ffa5483a8d60 .a8a48ae1cfa9a13 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a94ffa5483a8d60 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a94ffa5483a8d60 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a94ffa5483a8d60 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a94ffa5483a8d60 .uk-position-center-left-out {
    left: -30px;
  }
  #a94ffa5483a8d60 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3b61acc08a6bcf {
  overflow: hidden;
  pointer-events: none;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a3b61acc08a6bcf .layout-left li,
#a3b61acc08a6bcf .layout-center li,
#a3b61acc08a6bcf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3b61acc08a6bcf .layout-left li a,
#a3b61acc08a6bcf .layout-center li a,
#a3b61acc08a6bcf .layout-right li a {
  height: 100%;
}
#a3b61acc08a6bcf > .tab-tabs .layout-left {
  text-align: left;
}
#a3b61acc08a6bcf > .tab-tabs .layout-center {
  text-align: center;
}
#a3b61acc08a6bcf > .tab-tabs .layout-right {
  text-align: right;
}
#a3b61acc08a6bcf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a3b61acc08a6bcf .tab-content-wrap {
  background-color: #ffffff;
}
#a3b61acc08a6bcf .tab-contents,
#a3b61acc08a6bcf .tab-contents-wrap {
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-content,
#a3b61acc08a6bcf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3b61acc08a6bcf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-wrap .tab-contents {
  height: 100%;
}
#a3b61acc08a6bcf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2b29afa75af3d2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a7bdda440da10de  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af0fda089faa74e .a179ba61fca0888 {
  overflow: hidden;
}
#af0fda089faa74e .a179ba61fca0888 , #af0fda089faa74e .a179ba61fca0888 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af0fda089faa74e .a179ba61fca0888:hover , #af0fda089faa74e .a179ba61fca0888 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af0fda089faa74e .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af0fda089faa74e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af0fda089faa74e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af0fda089faa74e .uk-position-center-left-out {
    left: -30px;
  }
  #af0fda089faa74e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac029ab8d2ac795  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3fa1aa72eae5d8 .a8a0fa2a83ace44 {
  overflow: hidden;
}
#a3fa1aa72eae5d8 .a8a0fa2a83ace44 , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3fa1aa72eae5d8 .a8a0fa2a83ace44:hover , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3fa1aa72eae5d8 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a3fa1aa72eae5d8 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3fa1aa72eae5d8 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3fa1aa72eae5d8 .uk-position-center-left-out {
    left: -30px;
  }
  #a3fa1aa72eae5d8 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acd71a09bca3734  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2599afd13a8dda .a67b0a5657abdca {
  overflow: hidden;
}
#a2599afd13a8dda .a67b0a5657abdca , #a2599afd13a8dda .a67b0a5657abdca > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2599afd13a8dda .a67b0a5657abdca:hover , #a2599afd13a8dda .a67b0a5657abdca *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2599afd13a8dda .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2599afd13a8dda .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2599afd13a8dda .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2599afd13a8dda .uk-position-center-left-out {
    left: -30px;
  }
  #a2599afd13a8dda .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3bd9a9ed3a0012  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5fc2ae1b1ac227 .ada91af9b0a0502 {
  overflow: hidden;
}
#a5fc2ae1b1ac227 .ada91af9b0a0502 , #a5fc2ae1b1ac227 .ada91af9b0a0502 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5fc2ae1b1ac227 .ada91af9b0a0502:hover , #a5fc2ae1b1ac227 .ada91af9b0a0502 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5fc2ae1b1ac227 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a5fc2ae1b1ac227 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5fc2ae1b1ac227 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5fc2ae1b1ac227 .uk-position-center-left-out {
    left: -30px;
  }
  #a5fc2ae1b1ac227 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6bcdafc0fa513f  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab2a3a53e3a711b .aec71a08e0ab367 {
  overflow: hidden;
}
#ab2a3a53e3a711b .aec71a08e0ab367 , #ab2a3a53e3a711b .aec71a08e0ab367 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab2a3a53e3a711b .aec71a08e0ab367:hover , #ab2a3a53e3a711b .aec71a08e0ab367 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab2a3a53e3a711b .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ab2a3a53e3a711b .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab2a3a53e3a711b .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab2a3a53e3a711b .uk-position-center-left-out {
    left: -30px;
  }
  #ab2a3a53e3a711b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a309aa2ec8a7ce3 {
  overflow: hidden;
  pointer-events: none;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a309aa2ec8a7ce3 .layout-left li,
#a309aa2ec8a7ce3 .layout-center li,
#a309aa2ec8a7ce3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a309aa2ec8a7ce3 .layout-left li a,
#a309aa2ec8a7ce3 .layout-center li a,
#a309aa2ec8a7ce3 .layout-right li a {
  height: 100%;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-left {
  text-align: left;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-center {
  text-align: center;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-right {
  text-align: right;
}
#a309aa2ec8a7ce3 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a309aa2ec8a7ce3 .tab-content-wrap {
  background-color: #ffffff;
}
#a309aa2ec8a7ce3 .tab-contents,
#a309aa2ec8a7ce3 .tab-contents-wrap {
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-content,
#a309aa2ec8a7ce3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-wrap .tab-contents {
  height: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6180acc49a3e93  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a6dafa4ecea60a0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aff3cac13cafbfb .a06ebafd21a2d85 {
  overflow: hidden;
}
#aff3cac13cafbfb .a06ebafd21a2d85 , #aff3cac13cafbfb .a06ebafd21a2d85 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aff3cac13cafbfb .a06ebafd21a2d85:hover , #aff3cac13cafbfb .a06ebafd21a2d85 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aff3cac13cafbfb .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aff3cac13cafbfb .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aff3cac13cafbfb .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aff3cac13cafbfb .uk-position-center-left-out {
    left: -30px;
  }
  #aff3cac13cafbfb .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#afcbbaca6ea610b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a53e2aef3aaf277 .aa00dac1eeacc9a {
  overflow: hidden;
}
#a53e2aef3aaf277 .aa00dac1eeacc9a , #a53e2aef3aaf277 .aa00dac1eeacc9a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a53e2aef3aaf277 .aa00dac1eeacc9a:hover , #a53e2aef3aaf277 .aa00dac1eeacc9a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a53e2aef3aaf277 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a53e2aef3aaf277 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a53e2aef3aaf277 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a53e2aef3aaf277 .uk-position-center-left-out {
    left: -30px;
  }
  #a53e2aef3aaf277 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4dd9a08d0a4fbc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adea6aad87ac37c .a709ba3eb4afea8 {
  overflow: hidden;
}
#adea6aad87ac37c .a709ba3eb4afea8 , #adea6aad87ac37c .a709ba3eb4afea8 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adea6aad87ac37c .a709ba3eb4afea8:hover , #adea6aad87ac37c .a709ba3eb4afea8 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adea6aad87ac37c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#adea6aad87ac37c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adea6aad87ac37c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adea6aad87ac37c .uk-position-center-left-out {
    left: -30px;
  }
  #adea6aad87ac37c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5f67a73efa84f8  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4f05aa0b1a588c .ab4cfa7547abdc6 {
  overflow: hidden;
}
#a4f05aa0b1a588c .ab4cfa7547abdc6 , #a4f05aa0b1a588c .ab4cfa7547abdc6 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4f05aa0b1a588c .ab4cfa7547abdc6:hover , #a4f05aa0b1a588c .ab4cfa7547abdc6 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4f05aa0b1a588c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4f05aa0b1a588c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4f05aa0b1a588c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4f05aa0b1a588c .uk-position-center-left-out {
    left: -30px;
  }
  #a4f05aa0b1a588c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8b3caf245a9550 {
  overflow: hidden;
  pointer-events: none;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a8b3caf245a9550 .layout-left li,
#a8b3caf245a9550 .layout-center li,
#a8b3caf245a9550 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8b3caf245a9550 .layout-left li a,
#a8b3caf245a9550 .layout-center li a,
#a8b3caf245a9550 .layout-right li a {
  height: 100%;
}
#a8b3caf245a9550 > .tab-tabs .layout-left {
  text-align: left;
}
#a8b3caf245a9550 > .tab-tabs .layout-center {
  text-align: center;
}
#a8b3caf245a9550 > .tab-tabs .layout-right {
  text-align: right;
}
#a8b3caf245a9550 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a8b3caf245a9550 .tab-content-wrap {
  background-color: #ffffff;
}
#a8b3caf245a9550 .tab-contents,
#a8b3caf245a9550 .tab-contents-wrap {
  pointer-events: none;
}
#a8b3caf245a9550 .tab-content,
#a8b3caf245a9550 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8b3caf245a9550 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8b3caf245a9550 .tab-wrap .tab-contents {
  height: 100%;
}
#a8b3caf245a9550 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1c11abae0a6498  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#aa27fa0954aa408  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a61a0af29da2f9c .aeab3a5320a803f {
  overflow: hidden;
}
#a61a0af29da2f9c .aeab3a5320a803f , #a61a0af29da2f9c .aeab3a5320a803f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a61a0af29da2f9c .aeab3a5320a803f:hover , #a61a0af29da2f9c .aeab3a5320a803f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a61a0af29da2f9c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a61a0af29da2f9c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a61a0af29da2f9c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a61a0af29da2f9c .uk-position-center-left-out {
    left: -30px;
  }
  #a61a0af29da2f9c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8c29a827fa339d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a1f73acf75a8e75 .a5c24a00fda0569 {
  overflow: hidden;
}
#a1f73acf75a8e75 .a5c24a00fda0569 , #a1f73acf75a8e75 .a5c24a00fda0569 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a1f73acf75a8e75 .a5c24a00fda0569:hover , #a1f73acf75a8e75 .a5c24a00fda0569 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a1f73acf75a8e75 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1f73acf75a8e75 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a1f73acf75a8e75 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a1f73acf75a8e75 .uk-position-center-left-out {
    left: -30px;
  }
  #a1f73acf75a8e75 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a988ba0fa4a2973  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4092a576fa0692 .a229fac40ea9024 {
  overflow: hidden;
}
#a4092a576fa0692 .a229fac40ea9024 , #a4092a576fa0692 .a229fac40ea9024 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4092a576fa0692 .a229fac40ea9024:hover , #a4092a576fa0692 .a229fac40ea9024 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4092a576fa0692 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4092a576fa0692 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4092a576fa0692 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4092a576fa0692 .uk-position-center-left-out {
    left: -30px;
  }
  #a4092a576fa0692 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac7c7a155ba5f06  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a0daaa7cb3a7125 .a8c63ab1d9a065f {
  overflow: hidden;
}
#a0daaa7cb3a7125 .a8c63ab1d9a065f , #a0daaa7cb3a7125 .a8c63ab1d9a065f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a0daaa7cb3a7125 .a8c63ab1d9a065f:hover , #a0daaa7cb3a7125 .a8c63ab1d9a065f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a0daaa7cb3a7125 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a0daaa7cb3a7125 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a0daaa7cb3a7125 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a0daaa7cb3a7125 .uk-position-center-left-out {
    left: -30px;
  }
  #a0daaa7cb3a7125 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a2884a9c7aa42cb {
  overflow: hidden;
  pointer-events: none;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a2884a9c7aa42cb .layout-left li,
#a2884a9c7aa42cb .layout-center li,
#a2884a9c7aa42cb .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a2884a9c7aa42cb .layout-left li a,
#a2884a9c7aa42cb .layout-center li a,
#a2884a9c7aa42cb .layout-right li a {
  height: 100%;
}
#a2884a9c7aa42cb > .tab-tabs .layout-left {
  text-align: left;
}
#a2884a9c7aa42cb > .tab-tabs .layout-center {
  text-align: center;
}
#a2884a9c7aa42cb > .tab-tabs .layout-right {
  text-align: right;
}
#a2884a9c7aa42cb .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a2884a9c7aa42cb .tab-content-wrap {
  background-color: #ffffff;
}
#a2884a9c7aa42cb .tab-contents,
#a2884a9c7aa42cb .tab-contents-wrap {
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-content,
#a2884a9c7aa42cb .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a2884a9c7aa42cb .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-wrap .tab-contents {
  height: 100%;
}
#a2884a9c7aa42cb .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9337a9870a4aa8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .tab-nav li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .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: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#a9337a9870a4aa8 .layout-left li,
#a9337a9870a4aa8 .layout-center li,
#a9337a9870a4aa8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9337a9870a4aa8 .layout-left li a,
#a9337a9870a4aa8 .layout-center li a,
#a9337a9870a4aa8 .layout-right li a {
  height: 100%;
}
#a9337a9870a4aa8 > .tab-tabs .layout-left {
  text-align: left;
}
#a9337a9870a4aa8 > .tab-tabs .layout-center {
  text-align: center;
}
#a9337a9870a4aa8 > .tab-tabs .layout-right {
  text-align: right;
}
#a9337a9870a4aa8 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a9337a9870a4aa8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 .tab-contents,
#a9337a9870a4aa8 .tab-contents-wrap {
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-content,
#a9337a9870a4aa8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9337a9870a4aa8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-wrap .tab-contents {
  height: 100%;
}
#a9337a9870a4aa8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a02f5a3ff9a4083  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0dafa41eda42c1 > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a0936a27c6a7e20 > .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;}#a0936a27c6a7e20  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0936a27c6a7e20:hover * {color: #000000  !important}
                            #a0936a27c6a7e20:hover .line{border-color: #000000  !important}#a0099a01a7a0786 > .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;}#a0099a01a7a0786  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0099a01a7a0786:hover * {color: #000000  !important}
                            #a0099a01a7a0786:hover .line{border-color: #000000  !important}#ada22ad7caad10a  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a2384a88bcaa91f > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#aff0fa80aca0f48 > .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;}#aff0fa80aca0f48  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aff0fa80aca0f48:hover * {color: #000000  !important}
                            #aff0fa80aca0f48:hover .line{border-color: #000000  !important}#a7c98ad8d3a2f15 > .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;}#a7c98ad8d3a2f15  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7c98ad8d3a2f15:hover * {color: #000000  !important}
                            #a7c98ad8d3a2f15:hover .line{border-color: #000000  !important}#aef76a9e03a209f  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a96e2a6c2aae62d > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#ae1efad977acc8b > .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;}#ae1efad977acc8b  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#ae1efad977acc8b:hover * {color: #000000  !important}
                            #ae1efad977acc8b:hover .line{border-color: #000000  !important}#a969ba27fba3e87 > .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;}#a969ba27fba3e87  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a969ba27fba3e87:hover * {color: #000000  !important}
                            #a969ba27fba3e87:hover .line{border-color: #000000  !important}#a72b8a64dba1bcc > .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;}#a72b8a64dba1bcc  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a72b8a64dba1bcc:hover * {color: #000000  !important}
                            #a72b8a64dba1bcc:hover .line{border-color: #000000  !important}#a5509a25c7aa431 > .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;}#a5509a25c7aa431  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a5509a25c7aa431:hover * {color: #000000  !important}
                            #a5509a25c7aa431:hover .line{border-color: #000000  !important}#ac860aabe5ab7a3 {
  overflow: hidden;
  pointer-events: none;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 .layout-left li,
#ac860aabe5ab7a3 .layout-center li,
#ac860aabe5ab7a3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac860aabe5ab7a3 .layout-left li a,
#ac860aabe5ab7a3 .layout-center li a,
#ac860aabe5ab7a3 .layout-right li a {
  height: 100%;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-left {
  text-align: left;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-center {
  text-align: center;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-right {
  text-align: right;
}
#ac860aabe5ab7a3 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#ac860aabe5ab7a3 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ac860aabe5ab7a3 .tab-contents,
#ac860aabe5ab7a3 .tab-contents-wrap {
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-content,
#ac860aabe5ab7a3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac860aabe5ab7a3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-wrap .tab-contents {
  height: 100%;
}
#ac860aabe5ab7a3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a803baa081aca73 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a803baa081aca73 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a803baa081aca73 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a803baa081aca73 .menu-list > li > a {
  padding: 0 10px;
}
#a803baa081aca73 .menu-list > li:hover:before {
  height: 100%;
}
#a803baa081aca73 .menu-list > li:hover:after {
  color: auto;
}
#a803baa081aca73 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a803baa081aca73 .menu-list > li:first-child:after {
  content: "";
}
#a803baa081aca73 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a803baa081aca73 .menu-list > li ul li {
  position: relative;
}
#a803baa081aca73 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a803baa081aca73 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a803baa081aca73 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 li ul,
#a803baa081aca73 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a803baa081aca73 li:hover > ul {
  left: auto;
}
#a803baa081aca73 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6efaa5a85a98d4  {flex: 1;}#af4c7aaebfa1053  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 30px;}#ac2aca04caabeed > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a737daee6eacf2e .ele-wrap {border-color: rgba(1, 117, 95, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 16px;background-color: #1364d8;border-radius: 3px;justify-content: center;}#a737daee6eacf2e .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;border-color: rgba(17, 138, 158, 1);background-color: rgba(9, 107, 123, 1);}#a5afea96f8ae504  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 50px;}#a332aafe16a9f2e {
  border-radius: 5px;
  overflow: hidden;
}
#a332aafe16a9f2e .ele-slideshow .uk-dotnav li a {
  background: #ffffff;
}
#a332aafe16a9f2e .ele-slideshow .uk-dotnav > .uk-active a {
  background: #01755f;
}
#a332aafe16a9f2e .ele-slideshow .uk-slidenav {
  background-color: rgba(65, 117, 5, 0);
}
#a332aafe16a9f2e .ele-slideshow .uk-slidenav {
  color: #f5a623;
}
#a332aafe16a9f2e .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(255, 255, 255, 0);
}
#a4ceda42dfabba1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a6f3fad653a3c2f > .ele-wrap {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;}#a993cad1bda0d51 > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#a3702a1215a45fc > .ele-wrap {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;}#a6012a105dac487 > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#aa200ad061a99b1 > .ele-wrap {border-left-width: -1px;border-bottom-width: -1px;border-right-width: -1px;border-top-width: -1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aab20a8521aaec6 > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-left-color: rgba(235, 235, 235, 1);}#a7ab6a8d0aa84f0  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a7050adccba499d  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 10px;padding-bottom: 30px;}#aacf7abf4ea58d4 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/ad1cfa3e21a0b3d/1756090598134.jpeg);background-position: center left;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac544a11adab8fc .ele-wrap {color: #01755f;border-width: 0px;border-style: solid;font-size: 12px;background-color: transparent;border-radius: 3px;justify-content: flex-start;font-family: Verdana;padding-left: 1px;padding-right: 1px;}#ac544a11adab8fc .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #000000;background-color: rgba(255, 255, 255, 0);}#ae607aabf8a8f3c {
  overflow: hidden;
  pointer-events: none;
}
#ae607aabf8a8f3c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ae607aabf8a8f3c > .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;
}
#ae607aabf8a8f3c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ae607aabf8a8f3c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ae607aabf8a8f3c > .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;
}
#ae607aabf8a8f3c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ae607aabf8a8f3c > .tab-wrap > div > .tab-nav,
#ae607aabf8a8f3c > .tab-nav,
#ae607aabf8a8f3c > .tab-tabs > .tab-wrap > div > .tab-nav,
#ae607aabf8a8f3c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#ae607aabf8a8f3c > .tab-wrap > div > .tab-nav-horizontal,
#ae607aabf8a8f3c > .tab-nav-horizontal,
#ae607aabf8a8f3c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ae607aabf8a8f3c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ae607aabf8a8f3c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ae607aabf8a8f3c > .tab-nav-horizontal::-webkit-scrollbar,
#ae607aabf8a8f3c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ae607aabf8a8f3c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ae607aabf8a8f3c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ae607aabf8a8f3c > .tab-nav-horizontal.tagScroll,
#ae607aabf8a8f3c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ae607aabf8a8f3c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 20px;
  overflow-x: auto;
}
#ae607aabf8a8f3c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ae607aabf8a8f3c > .tab-nav-horizontal.tagScroll li a,
#ae607aabf8a8f3c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ae607aabf8a8f3c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ae607aabf8a8f3c > .tab-wrap > div > .tab-nav a,
#ae607aabf8a8f3c > .tab-nav a,
#ae607aabf8a8f3c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ae607aabf8a8f3c > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ae607aabf8a8f3c > .tab-wrap > div > .tab-nav li a,
#ae607aabf8a8f3c > .tab-nav li a,
#ae607aabf8a8f3c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ae607aabf8a8f3c > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #1364d8;
  background-color: rgba(35, 143, 202, 0);
  margin-top: 0;
  margin-right: 10px;
  margin-left: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #1364d8;
}
#ae607aabf8a8f3c > .tab-wrap > div > .tab-nav li a svg,
#ae607aabf8a8f3c > .tab-nav li a svg,
#ae607aabf8a8f3c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ae607aabf8a8f3c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ae607aabf8a8f3c > .tab-wrap > div > .tab-nav li a .ap_icon,
#ae607aabf8a8f3c > .tab-nav li a .ap_icon,
#ae607aabf8a8f3c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ae607aabf8a8f3c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ae607aabf8a8f3c > .tab-wrap > div > .tab-nav li a:hover,
#ae607aabf8a8f3c > .tab-nav li a:hover,
#ae607aabf8a8f3c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ae607aabf8a8f3c > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #1364d8;
}
#ae607aabf8a8f3c > .tab-wrap > div > .tab-nav li.uk-active a,
#ae607aabf8a8f3c > .tab-nav li.uk-active a,
#ae607aabf8a8f3c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ae607aabf8a8f3c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #000000;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #1364d8;
}
#ae607aabf8a8f3c .layout-left li,
#ae607aabf8a8f3c .layout-center li,
#ae607aabf8a8f3c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ae607aabf8a8f3c .layout-left li a,
#ae607aabf8a8f3c .layout-center li a,
#ae607aabf8a8f3c .layout-right li a {
  height: 100%;
}
#ae607aabf8a8f3c > .tab-tabs .layout-left {
  text-align: left;
}
#ae607aabf8a8f3c > .tab-tabs .layout-center {
  text-align: center;
}
#ae607aabf8a8f3c > .tab-tabs .layout-right {
  text-align: right;
}
#ae607aabf8a8f3c .tab-contents {
  height: 100%;
  height: calc(100% - 20px);
}
#ae607aabf8a8f3c .tab-content-wrap {
  background-color: #ffffff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  border-top-style: none;
  border-top-width: 0;
}
#ae607aabf8a8f3c .tab-contents,
#ae607aabf8a8f3c .tab-contents-wrap {
  pointer-events: none;
}
#ae607aabf8a8f3c .tab-content,
#ae607aabf8a8f3c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ae607aabf8a8f3c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ae607aabf8a8f3c .tab-wrap .tab-contents {
  height: 100%;
}
#ae607aabf8a8f3c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ae607aabf8a8f3c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ae607aabf8a8f3c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a3d91aaa68ab723 .ele-wrap {color: #01755f;border-width: 0px;border-style: solid;font-size: 12px;background-color: transparent;border-radius: 3px;justify-content: flex-start;font-family: Verdana;padding-left: 1px;padding-right: 1px;}#a3d91aaa68ab723 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #000000;background-color: rgba(255, 255, 255, 0);}#abaa0a1d5ba1a94 {
  overflow: hidden;
  pointer-events: none;
}
#abaa0a1d5ba1a94 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#abaa0a1d5ba1a94 > .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;
}
#abaa0a1d5ba1a94 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#abaa0a1d5ba1a94 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#abaa0a1d5ba1a94 > .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;
}
#abaa0a1d5ba1a94 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#abaa0a1d5ba1a94 > .tab-wrap > div > .tab-nav,
#abaa0a1d5ba1a94 > .tab-nav,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-wrap > div > .tab-nav,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#abaa0a1d5ba1a94 > .tab-wrap > div > .tab-nav-horizontal,
#abaa0a1d5ba1a94 > .tab-nav-horizontal,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#abaa0a1d5ba1a94 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#abaa0a1d5ba1a94 > .tab-nav-horizontal::-webkit-scrollbar,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#abaa0a1d5ba1a94 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#abaa0a1d5ba1a94 > .tab-nav-horizontal.tagScroll,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 20px;
  overflow-x: auto;
}
#abaa0a1d5ba1a94 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#abaa0a1d5ba1a94 > .tab-nav-horizontal.tagScroll li a,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#abaa0a1d5ba1a94 > .tab-wrap > div > .tab-nav a,
#abaa0a1d5ba1a94 > .tab-nav a,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#abaa0a1d5ba1a94 > .tab-wrap > div > .tab-nav li a,
#abaa0a1d5ba1a94 > .tab-nav li a,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #1364d8;
  background-color: rgba(35, 143, 202, 0);
  margin-top: 0;
  margin-right: 10px;
  margin-left: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #1364d8;
}
#abaa0a1d5ba1a94 > .tab-wrap > div > .tab-nav li a svg,
#abaa0a1d5ba1a94 > .tab-nav li a svg,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#abaa0a1d5ba1a94 > .tab-wrap > div > .tab-nav li a .ap_icon,
#abaa0a1d5ba1a94 > .tab-nav li a .ap_icon,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#abaa0a1d5ba1a94 > .tab-wrap > div > .tab-nav li a:hover,
#abaa0a1d5ba1a94 > .tab-nav li a:hover,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
}
#abaa0a1d5ba1a94 > .tab-wrap > div > .tab-nav li.uk-active a,
#abaa0a1d5ba1a94 > .tab-nav li.uk-active a,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#abaa0a1d5ba1a94 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
}
#abaa0a1d5ba1a94 .layout-left li,
#abaa0a1d5ba1a94 .layout-center li,
#abaa0a1d5ba1a94 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#abaa0a1d5ba1a94 .layout-left li a,
#abaa0a1d5ba1a94 .layout-center li a,
#abaa0a1d5ba1a94 .layout-right li a {
  height: 100%;
}
#abaa0a1d5ba1a94 > .tab-tabs .layout-left {
  text-align: left;
}
#abaa0a1d5ba1a94 > .tab-tabs .layout-center {
  text-align: center;
}
#abaa0a1d5ba1a94 > .tab-tabs .layout-right {
  text-align: right;
}
#abaa0a1d5ba1a94 .tab-contents {
  height: 100%;
  height: calc(100% - 20px);
}
#abaa0a1d5ba1a94 .tab-content-wrap {
  background-color: #ffffff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  border-top-style: none;
  border-top-width: 0;
}
#abaa0a1d5ba1a94 .tab-contents,
#abaa0a1d5ba1a94 .tab-contents-wrap {
  pointer-events: none;
}
#abaa0a1d5ba1a94 .tab-content,
#abaa0a1d5ba1a94 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#abaa0a1d5ba1a94 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#abaa0a1d5ba1a94 .tab-wrap .tab-contents {
  height: 100%;
}
#abaa0a1d5ba1a94 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#abaa0a1d5ba1a94 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#abaa0a1d5ba1a94 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a03f0a451eaa055 .ele-wrap {color: #01755f;border-width: 0px;border-style: solid;font-size: 12px;background-color: transparent;border-radius: 3px;justify-content: flex-start;font-family: Verdana;padding-left: 1px;padding-right: 1px;}#a03f0a451eaa055 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #000000;background-color: rgba(255, 255, 255, 0);}#ad289ac399a968e {
  overflow: hidden;
  pointer-events: none;
}
#ad289ac399a968e > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ad289ac399a968e > .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;
}
#ad289ac399a968e > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ad289ac399a968e > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ad289ac399a968e > .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;
}
#ad289ac399a968e > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ad289ac399a968e > .tab-wrap > div > .tab-nav,
#ad289ac399a968e > .tab-nav,
#ad289ac399a968e > .tab-tabs > .tab-wrap > div > .tab-nav,
#ad289ac399a968e > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#ad289ac399a968e > .tab-wrap > div > .tab-nav-horizontal,
#ad289ac399a968e > .tab-nav-horizontal,
#ad289ac399a968e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ad289ac399a968e > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ad289ac399a968e > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ad289ac399a968e > .tab-nav-horizontal::-webkit-scrollbar,
#ad289ac399a968e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ad289ac399a968e > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ad289ac399a968e > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ad289ac399a968e > .tab-nav-horizontal.tagScroll,
#ad289ac399a968e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ad289ac399a968e > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 20px;
  overflow-x: auto;
}
#ad289ac399a968e > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ad289ac399a968e > .tab-nav-horizontal.tagScroll li a,
#ad289ac399a968e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ad289ac399a968e > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ad289ac399a968e > .tab-wrap > div > .tab-nav a,
#ad289ac399a968e > .tab-nav a,
#ad289ac399a968e > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ad289ac399a968e > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ad289ac399a968e > .tab-wrap > div > .tab-nav li a,
#ad289ac399a968e > .tab-nav li a,
#ad289ac399a968e > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ad289ac399a968e > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #1364d8;
  background-color: rgba(35, 143, 202, 0);
  margin-top: 0;
  margin-right: 10px;
  margin-left: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #1364d8;
}
#ad289ac399a968e > .tab-wrap > div > .tab-nav li a svg,
#ad289ac399a968e > .tab-nav li a svg,
#ad289ac399a968e > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ad289ac399a968e > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ad289ac399a968e > .tab-wrap > div > .tab-nav li a .ap_icon,
#ad289ac399a968e > .tab-nav li a .ap_icon,
#ad289ac399a968e > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ad289ac399a968e > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ad289ac399a968e > .tab-wrap > div > .tab-nav li a:hover,
#ad289ac399a968e > .tab-nav li a:hover,
#ad289ac399a968e > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ad289ac399a968e > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
}
#ad289ac399a968e > .tab-wrap > div > .tab-nav li.uk-active a,
#ad289ac399a968e > .tab-nav li.uk-active a,
#ad289ac399a968e > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ad289ac399a968e > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
}
#ad289ac399a968e .layout-left li,
#ad289ac399a968e .layout-center li,
#ad289ac399a968e .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ad289ac399a968e .layout-left li a,
#ad289ac399a968e .layout-center li a,
#ad289ac399a968e .layout-right li a {
  height: 100%;
}
#ad289ac399a968e > .tab-tabs .layout-left {
  text-align: left;
}
#ad289ac399a968e > .tab-tabs .layout-center {
  text-align: center;
}
#ad289ac399a968e > .tab-tabs .layout-right {
  text-align: right;
}
#ad289ac399a968e .tab-contents {
  height: 100%;
  height: calc(100% - 20px);
}
#ad289ac399a968e .tab-content-wrap {
  background-color: #ffffff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  border-top-style: none;
  border-top-width: 0;
}
#ad289ac399a968e .tab-contents,
#ad289ac399a968e .tab-contents-wrap {
  pointer-events: none;
}
#ad289ac399a968e .tab-content,
#ad289ac399a968e .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ad289ac399a968e .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ad289ac399a968e .tab-wrap .tab-contents {
  height: 100%;
}
#ad289ac399a968e .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ad289ac399a968e .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ad289ac399a968e .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aff6ca71d2af32d .ele-wrap {color: #01755f;border-width: 0px;border-style: solid;font-size: 12px;background-color: transparent;border-radius: 3px;justify-content: flex-start;font-family: Verdana;padding-left: 1px;padding-right: 1px;}#aff6ca71d2af32d .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #000000;background-color: rgba(255, 255, 255, 0);}#abab7a29a6a4940 {
  overflow: hidden;
  pointer-events: none;
}
#abab7a29a6a4940 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#abab7a29a6a4940 > .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;
}
#abab7a29a6a4940 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#abab7a29a6a4940 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#abab7a29a6a4940 > .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;
}
#abab7a29a6a4940 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#abab7a29a6a4940 > .tab-wrap > div > .tab-nav,
#abab7a29a6a4940 > .tab-nav,
#abab7a29a6a4940 > .tab-tabs > .tab-wrap > div > .tab-nav,
#abab7a29a6a4940 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#abab7a29a6a4940 > .tab-wrap > div > .tab-nav-horizontal,
#abab7a29a6a4940 > .tab-nav-horizontal,
#abab7a29a6a4940 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#abab7a29a6a4940 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#abab7a29a6a4940 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#abab7a29a6a4940 > .tab-nav-horizontal::-webkit-scrollbar,
#abab7a29a6a4940 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#abab7a29a6a4940 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#abab7a29a6a4940 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#abab7a29a6a4940 > .tab-nav-horizontal.tagScroll,
#abab7a29a6a4940 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#abab7a29a6a4940 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 20px;
  overflow-x: auto;
}
#abab7a29a6a4940 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#abab7a29a6a4940 > .tab-nav-horizontal.tagScroll li a,
#abab7a29a6a4940 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#abab7a29a6a4940 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#abab7a29a6a4940 > .tab-wrap > div > .tab-nav a,
#abab7a29a6a4940 > .tab-nav a,
#abab7a29a6a4940 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#abab7a29a6a4940 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#abab7a29a6a4940 > .tab-wrap > div > .tab-nav li a,
#abab7a29a6a4940 > .tab-nav li a,
#abab7a29a6a4940 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#abab7a29a6a4940 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #1364d8;
  background-color: rgba(35, 143, 202, 0);
  margin-top: 0;
  margin-right: 10px;
  margin-left: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #1364d8;
}
#abab7a29a6a4940 > .tab-wrap > div > .tab-nav li a svg,
#abab7a29a6a4940 > .tab-nav li a svg,
#abab7a29a6a4940 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#abab7a29a6a4940 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#abab7a29a6a4940 > .tab-wrap > div > .tab-nav li a .ap_icon,
#abab7a29a6a4940 > .tab-nav li a .ap_icon,
#abab7a29a6a4940 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#abab7a29a6a4940 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#abab7a29a6a4940 > .tab-wrap > div > .tab-nav li a:hover,
#abab7a29a6a4940 > .tab-nav li a:hover,
#abab7a29a6a4940 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#abab7a29a6a4940 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
}
#abab7a29a6a4940 > .tab-wrap > div > .tab-nav li.uk-active a,
#abab7a29a6a4940 > .tab-nav li.uk-active a,
#abab7a29a6a4940 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#abab7a29a6a4940 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
}
#abab7a29a6a4940 .layout-left li,
#abab7a29a6a4940 .layout-center li,
#abab7a29a6a4940 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#abab7a29a6a4940 .layout-left li a,
#abab7a29a6a4940 .layout-center li a,
#abab7a29a6a4940 .layout-right li a {
  height: 100%;
}
#abab7a29a6a4940 > .tab-tabs .layout-left {
  text-align: left;
}
#abab7a29a6a4940 > .tab-tabs .layout-center {
  text-align: center;
}
#abab7a29a6a4940 > .tab-tabs .layout-right {
  text-align: right;
}
#abab7a29a6a4940 .tab-contents {
  height: 100%;
  height: calc(100% - 20px);
}
#abab7a29a6a4940 .tab-content-wrap {
  background-color: #ffffff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  border-top-style: none;
  border-top-width: 0;
}
#abab7a29a6a4940 .tab-contents,
#abab7a29a6a4940 .tab-contents-wrap {
  pointer-events: none;
}
#abab7a29a6a4940 .tab-content,
#abab7a29a6a4940 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#abab7a29a6a4940 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#abab7a29a6a4940 .tab-wrap .tab-contents {
  height: 100%;
}
#abab7a29a6a4940 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#abab7a29a6a4940 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#abab7a29a6a4940 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8d0aa0d51ab95e .ele-wrap {color: #01755f;border-width: 0px;border-style: solid;font-size: 12px;background-color: transparent;border-radius: 3px;justify-content: flex-start;font-family: Verdana;padding-left: 1px;padding-right: 1px;}#a8d0aa0d51ab95e .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #000000;background-color: rgba(255, 255, 255, 0);}#a1ec6a9afeaa7ba {
  overflow: hidden;
  pointer-events: none;
}
#a1ec6a9afeaa7ba > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a1ec6a9afeaa7ba > .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;
}
#a1ec6a9afeaa7ba > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a1ec6a9afeaa7ba > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a1ec6a9afeaa7ba > .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;
}
#a1ec6a9afeaa7ba > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a1ec6a9afeaa7ba > .tab-wrap > div > .tab-nav,
#a1ec6a9afeaa7ba > .tab-nav,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-wrap > div > .tab-nav,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a1ec6a9afeaa7ba > .tab-wrap > div > .tab-nav-horizontal,
#a1ec6a9afeaa7ba > .tab-nav-horizontal,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a1ec6a9afeaa7ba > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a1ec6a9afeaa7ba > .tab-nav-horizontal::-webkit-scrollbar,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a1ec6a9afeaa7ba > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a1ec6a9afeaa7ba > .tab-nav-horizontal.tagScroll,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 20px;
  overflow-x: auto;
}
#a1ec6a9afeaa7ba > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a1ec6a9afeaa7ba > .tab-nav-horizontal.tagScroll li a,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a1ec6a9afeaa7ba > .tab-wrap > div > .tab-nav a,
#a1ec6a9afeaa7ba > .tab-nav a,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a1ec6a9afeaa7ba > .tab-wrap > div > .tab-nav li a,
#a1ec6a9afeaa7ba > .tab-nav li a,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #1364d8;
  background-color: rgba(35, 143, 202, 0);
  margin-top: 0;
  margin-left: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #1364d8;
}
#a1ec6a9afeaa7ba > .tab-wrap > div > .tab-nav li a svg,
#a1ec6a9afeaa7ba > .tab-nav li a svg,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a1ec6a9afeaa7ba > .tab-wrap > div > .tab-nav li a .ap_icon,
#a1ec6a9afeaa7ba > .tab-nav li a .ap_icon,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a1ec6a9afeaa7ba > .tab-wrap > div > .tab-nav li a:hover,
#a1ec6a9afeaa7ba > .tab-nav li a:hover,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #000000;
}
#a1ec6a9afeaa7ba > .tab-wrap > div > .tab-nav li.uk-active a,
#a1ec6a9afeaa7ba > .tab-nav li.uk-active a,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a1ec6a9afeaa7ba > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #000000;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #000000;
}
#a1ec6a9afeaa7ba .layout-left li,
#a1ec6a9afeaa7ba .layout-center li,
#a1ec6a9afeaa7ba .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a1ec6a9afeaa7ba .layout-left li a,
#a1ec6a9afeaa7ba .layout-center li a,
#a1ec6a9afeaa7ba .layout-right li a {
  height: 100%;
}
#a1ec6a9afeaa7ba > .tab-tabs .layout-left {
  text-align: left;
}
#a1ec6a9afeaa7ba > .tab-tabs .layout-center {
  text-align: center;
}
#a1ec6a9afeaa7ba > .tab-tabs .layout-right {
  text-align: right;
}
#a1ec6a9afeaa7ba .tab-contents {
  height: 100%;
  height: calc(100% - 20px);
}
#a1ec6a9afeaa7ba .tab-content-wrap {
  background-color: #ffffff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  border-top-style: none;
  border-top-width: 0;
}
#a1ec6a9afeaa7ba .tab-contents,
#a1ec6a9afeaa7ba .tab-contents-wrap {
  pointer-events: none;
}
#a1ec6a9afeaa7ba .tab-content,
#a1ec6a9afeaa7ba .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a1ec6a9afeaa7ba .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a1ec6a9afeaa7ba .tab-wrap .tab-contents {
  height: 100%;
}
#a1ec6a9afeaa7ba .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a1ec6a9afeaa7ba .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a1ec6a9afeaa7ba .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a704ba7cafa4633 .ele-wrap {color: #01755f;border-width: 0px;border-style: solid;font-size: 12px;background-color: transparent;border-radius: 3px;justify-content: flex-start;font-family: Verdana;padding-left: 1px;padding-right: 1px;}#a704ba7cafa4633 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #000000;background-color: rgba(255, 255, 255, 0);}#a9bd6a4916a2714 {
  overflow: hidden;
  pointer-events: none;
}
#a9bd6a4916a2714 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9bd6a4916a2714 > .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;
}
#a9bd6a4916a2714 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9bd6a4916a2714 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9bd6a4916a2714 > .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;
}
#a9bd6a4916a2714 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9bd6a4916a2714 > .tab-wrap > div > .tab-nav,
#a9bd6a4916a2714 > .tab-nav,
#a9bd6a4916a2714 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9bd6a4916a2714 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a9bd6a4916a2714 > .tab-wrap > div > .tab-nav-horizontal,
#a9bd6a4916a2714 > .tab-nav-horizontal,
#a9bd6a4916a2714 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9bd6a4916a2714 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9bd6a4916a2714 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9bd6a4916a2714 > .tab-nav-horizontal::-webkit-scrollbar,
#a9bd6a4916a2714 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9bd6a4916a2714 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9bd6a4916a2714 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9bd6a4916a2714 > .tab-nav-horizontal.tagScroll,
#a9bd6a4916a2714 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9bd6a4916a2714 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 20px;
  overflow-x: auto;
}
#a9bd6a4916a2714 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9bd6a4916a2714 > .tab-nav-horizontal.tagScroll li a,
#a9bd6a4916a2714 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9bd6a4916a2714 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9bd6a4916a2714 > .tab-wrap > div > .tab-nav a,
#a9bd6a4916a2714 > .tab-nav a,
#a9bd6a4916a2714 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9bd6a4916a2714 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a9bd6a4916a2714 > .tab-wrap > div > .tab-nav li a,
#a9bd6a4916a2714 > .tab-nav li a,
#a9bd6a4916a2714 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9bd6a4916a2714 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #1364d8;
  background-color: rgba(35, 143, 202, 0);
  margin-top: 0;
  margin-left: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #1364d8;
}
#a9bd6a4916a2714 > .tab-wrap > div > .tab-nav li a svg,
#a9bd6a4916a2714 > .tab-nav li a svg,
#a9bd6a4916a2714 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9bd6a4916a2714 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9bd6a4916a2714 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9bd6a4916a2714 > .tab-nav li a .ap_icon,
#a9bd6a4916a2714 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9bd6a4916a2714 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9bd6a4916a2714 > .tab-wrap > div > .tab-nav li a:hover,
#a9bd6a4916a2714 > .tab-nav li a:hover,
#a9bd6a4916a2714 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9bd6a4916a2714 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #000000;
}
#a9bd6a4916a2714 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9bd6a4916a2714 > .tab-nav li.uk-active a,
#a9bd6a4916a2714 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9bd6a4916a2714 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #000000;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #000000;
}
#a9bd6a4916a2714 .layout-left li,
#a9bd6a4916a2714 .layout-center li,
#a9bd6a4916a2714 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9bd6a4916a2714 .layout-left li a,
#a9bd6a4916a2714 .layout-center li a,
#a9bd6a4916a2714 .layout-right li a {
  height: 100%;
}
#a9bd6a4916a2714 > .tab-tabs .layout-left {
  text-align: left;
}
#a9bd6a4916a2714 > .tab-tabs .layout-center {
  text-align: center;
}
#a9bd6a4916a2714 > .tab-tabs .layout-right {
  text-align: right;
}
#a9bd6a4916a2714 .tab-contents {
  height: 100%;
  height: calc(100% - 20px);
}
#a9bd6a4916a2714 .tab-content-wrap {
  background-color: #ffffff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  border-top-style: none;
  border-top-width: 0;
}
#a9bd6a4916a2714 .tab-contents,
#a9bd6a4916a2714 .tab-contents-wrap {
  pointer-events: none;
}
#a9bd6a4916a2714 .tab-content,
#a9bd6a4916a2714 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9bd6a4916a2714 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9bd6a4916a2714 .tab-wrap .tab-contents {
  height: 100%;
}
#a9bd6a4916a2714 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9bd6a4916a2714 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9bd6a4916a2714 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a664cab3d2a611b .ele-wrap {color: #01755f;border-width: 0px;border-style: solid;font-size: 12px;background-color: transparent;border-radius: 3px;justify-content: flex-start;font-family: Verdana;padding-left: 1px;padding-right: 1px;}#a664cab3d2a611b .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #000000;background-color: rgba(255, 255, 255, 0);}#afc4dacc1fa77bd {
  overflow: hidden;
  pointer-events: none;
}
#afc4dacc1fa77bd > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#afc4dacc1fa77bd > .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;
}
#afc4dacc1fa77bd > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#afc4dacc1fa77bd > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#afc4dacc1fa77bd > .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;
}
#afc4dacc1fa77bd > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#afc4dacc1fa77bd > .tab-wrap > div > .tab-nav,
#afc4dacc1fa77bd > .tab-nav,
#afc4dacc1fa77bd > .tab-tabs > .tab-wrap > div > .tab-nav,
#afc4dacc1fa77bd > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#afc4dacc1fa77bd > .tab-wrap > div > .tab-nav-horizontal,
#afc4dacc1fa77bd > .tab-nav-horizontal,
#afc4dacc1fa77bd > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#afc4dacc1fa77bd > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#afc4dacc1fa77bd > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#afc4dacc1fa77bd > .tab-nav-horizontal::-webkit-scrollbar,
#afc4dacc1fa77bd > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#afc4dacc1fa77bd > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#afc4dacc1fa77bd > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#afc4dacc1fa77bd > .tab-nav-horizontal.tagScroll,
#afc4dacc1fa77bd > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#afc4dacc1fa77bd > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 20px;
  overflow-x: auto;
}
#afc4dacc1fa77bd > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#afc4dacc1fa77bd > .tab-nav-horizontal.tagScroll li a,
#afc4dacc1fa77bd > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#afc4dacc1fa77bd > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#afc4dacc1fa77bd > .tab-wrap > div > .tab-nav a,
#afc4dacc1fa77bd > .tab-nav a,
#afc4dacc1fa77bd > .tab-tabs > .tab-wrap > div > .tab-nav a,
#afc4dacc1fa77bd > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#afc4dacc1fa77bd > .tab-wrap > div > .tab-nav li a,
#afc4dacc1fa77bd > .tab-nav li a,
#afc4dacc1fa77bd > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#afc4dacc1fa77bd > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #1364d8;
  background-color: rgba(35, 143, 202, 0);
  margin-top: 0;
  margin-right: 5px;
  margin-left: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #1364d8;
}
#afc4dacc1fa77bd > .tab-wrap > div > .tab-nav li a svg,
#afc4dacc1fa77bd > .tab-nav li a svg,
#afc4dacc1fa77bd > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#afc4dacc1fa77bd > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#afc4dacc1fa77bd > .tab-wrap > div > .tab-nav li a .ap_icon,
#afc4dacc1fa77bd > .tab-nav li a .ap_icon,
#afc4dacc1fa77bd > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#afc4dacc1fa77bd > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#afc4dacc1fa77bd > .tab-wrap > div > .tab-nav li a:hover,
#afc4dacc1fa77bd > .tab-nav li a:hover,
#afc4dacc1fa77bd > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#afc4dacc1fa77bd > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #000000;
}
#afc4dacc1fa77bd > .tab-wrap > div > .tab-nav li.uk-active a,
#afc4dacc1fa77bd > .tab-nav li.uk-active a,
#afc4dacc1fa77bd > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#afc4dacc1fa77bd > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #000000;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #000000;
}
#afc4dacc1fa77bd .layout-left li,
#afc4dacc1fa77bd .layout-center li,
#afc4dacc1fa77bd .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#afc4dacc1fa77bd .layout-left li a,
#afc4dacc1fa77bd .layout-center li a,
#afc4dacc1fa77bd .layout-right li a {
  height: 100%;
}
#afc4dacc1fa77bd > .tab-tabs .layout-left {
  text-align: left;
}
#afc4dacc1fa77bd > .tab-tabs .layout-center {
  text-align: center;
}
#afc4dacc1fa77bd > .tab-tabs .layout-right {
  text-align: right;
}
#afc4dacc1fa77bd .tab-contents {
  height: 100%;
  height: calc(100% - 20px);
}
#afc4dacc1fa77bd .tab-content-wrap {
  background-color: #ffffff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-style: none;
  border-top-width: 0;
}
#afc4dacc1fa77bd .tab-contents,
#afc4dacc1fa77bd .tab-contents-wrap {
  pointer-events: none;
}
#afc4dacc1fa77bd .tab-content,
#afc4dacc1fa77bd .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#afc4dacc1fa77bd .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#afc4dacc1fa77bd .tab-wrap .tab-contents {
  height: 100%;
}
#afc4dacc1fa77bd .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#afc4dacc1fa77bd .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#afc4dacc1fa77bd .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a3b0faa63fa40bc .ele-wrap {color: #01755f;border-width: 0px;border-style: solid;font-size: 12px;background-color: transparent;border-radius: 3px;justify-content: flex-start;font-family: Verdana;padding-left: 1px;padding-right: 1px;}#a3b0faa63fa40bc .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #000000;background-color: rgba(255, 255, 255, 0);}#a7ac0acdbba1756 {
  overflow: hidden;
  pointer-events: none;
}
#a7ac0acdbba1756 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a7ac0acdbba1756 > .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;
}
#a7ac0acdbba1756 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a7ac0acdbba1756 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a7ac0acdbba1756 > .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;
}
#a7ac0acdbba1756 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a7ac0acdbba1756 > .tab-wrap > div > .tab-nav,
#a7ac0acdbba1756 > .tab-nav,
#a7ac0acdbba1756 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a7ac0acdbba1756 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a7ac0acdbba1756 > .tab-wrap > div > .tab-nav-horizontal,
#a7ac0acdbba1756 > .tab-nav-horizontal,
#a7ac0acdbba1756 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a7ac0acdbba1756 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a7ac0acdbba1756 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a7ac0acdbba1756 > .tab-nav-horizontal::-webkit-scrollbar,
#a7ac0acdbba1756 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a7ac0acdbba1756 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a7ac0acdbba1756 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a7ac0acdbba1756 > .tab-nav-horizontal.tagScroll,
#a7ac0acdbba1756 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a7ac0acdbba1756 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 20px;
  overflow-x: auto;
}
#a7ac0acdbba1756 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a7ac0acdbba1756 > .tab-nav-horizontal.tagScroll li a,
#a7ac0acdbba1756 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a7ac0acdbba1756 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a7ac0acdbba1756 > .tab-wrap > div > .tab-nav a,
#a7ac0acdbba1756 > .tab-nav a,
#a7ac0acdbba1756 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a7ac0acdbba1756 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a7ac0acdbba1756 > .tab-wrap > div > .tab-nav li a,
#a7ac0acdbba1756 > .tab-nav li a,
#a7ac0acdbba1756 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a7ac0acdbba1756 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #1364d8;
  background-color: rgba(35, 143, 202, 0);
  margin-top: 0;
  margin-left: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #1364d8;
}
#a7ac0acdbba1756 > .tab-wrap > div > .tab-nav li a svg,
#a7ac0acdbba1756 > .tab-nav li a svg,
#a7ac0acdbba1756 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a7ac0acdbba1756 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a7ac0acdbba1756 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a7ac0acdbba1756 > .tab-nav li a .ap_icon,
#a7ac0acdbba1756 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a7ac0acdbba1756 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a7ac0acdbba1756 > .tab-wrap > div > .tab-nav li a:hover,
#a7ac0acdbba1756 > .tab-nav li a:hover,
#a7ac0acdbba1756 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a7ac0acdbba1756 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
}
#a7ac0acdbba1756 > .tab-wrap > div > .tab-nav li.uk-active a,
#a7ac0acdbba1756 > .tab-nav li.uk-active a,
#a7ac0acdbba1756 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a7ac0acdbba1756 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
}
#a7ac0acdbba1756 .layout-left li,
#a7ac0acdbba1756 .layout-center li,
#a7ac0acdbba1756 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a7ac0acdbba1756 .layout-left li a,
#a7ac0acdbba1756 .layout-center li a,
#a7ac0acdbba1756 .layout-right li a {
  height: 100%;
}
#a7ac0acdbba1756 > .tab-tabs .layout-left {
  text-align: left;
}
#a7ac0acdbba1756 > .tab-tabs .layout-center {
  text-align: center;
}
#a7ac0acdbba1756 > .tab-tabs .layout-right {
  text-align: right;
}
#a7ac0acdbba1756 .tab-contents {
  height: 100%;
  height: calc(100% - 20px);
}
#a7ac0acdbba1756 .tab-content-wrap {
  background-color: #ffffff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-style: none;
  border-top-width: 0;
}
#a7ac0acdbba1756 .tab-contents,
#a7ac0acdbba1756 .tab-contents-wrap {
  pointer-events: none;
}
#a7ac0acdbba1756 .tab-content,
#a7ac0acdbba1756 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a7ac0acdbba1756 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a7ac0acdbba1756 .tab-wrap .tab-contents {
  height: 100%;
}
#a7ac0acdbba1756 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a7ac0acdbba1756 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a7ac0acdbba1756 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a5bb2a21b6ae4fe  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a2d8aae499aa978  {flex-grow: 1;}#a92a8a27feac891  {flex: 1;}#ad252ae69bae906  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 20px;}#ad8a8a9d31a7a56  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;}#a3bd4abe22aa4d3  {flex-grow: 1;}#a2fa4a91aea5143  {flex: 1;}#ae6f5ad37ba05ed  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;}#a4975aea77ab740 .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 15px;background-color: #1364d8;border-radius: 3px;justify-content: center;font-family: Verdana;}#a4975aea77ab740 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(1, 117, 95, 0.8);}#a99dfad58ea5ee6  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;}#a8a05a092ea520d .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 15px;background-color: #1364d8;border-radius: 3px;justify-content: center;font-family: Verdana;}#a8a05a092ea520d .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(1, 117, 95, 0.8);}#a0518a6cbba1f40  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 40px;}#ac6a7a7b6ba147b  {flex: 1;}#aaf0cad842a9530 .a76fba0982a59f8 {
  overflow: hidden;
}
#aaf0cad842a9530 .a76fba0982a59f8 , #aaf0cad842a9530 .a76fba0982a59f8 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#aaf0cad842a9530 .a76fba0982a59f8:hover , #aaf0cad842a9530 .a76fba0982a59f8 *:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aaf0cad842a9530 .a0884a9580a2414 {
  overflow: hidden;
}
#aaf0cad842a9530 .a0884a9580a2414 , #aaf0cad842a9530 .a0884a9580a2414 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: Verdana;color: rgba(225, 225, 225, 1);}#aaf0cad842a9530 .a3c3ba81bea061b {
  overflow: hidden;
}
#aaf0cad842a9530 .a3c3ba81bea061b , #aaf0cad842a9530 .a3c3ba81bea061b > * {
        font-weight: bold;
        font-style: normal;
    font-size: 13px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#aaf0cad842a9530 .uk-grid {
  margin-left: -10px;
}
#aaf0cad842a9530 .uk-grid > * {
  padding-left: 10px;
}
#aaf0cad842a9530 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#aaf0cad842a9530 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#aaf0cad842a9530 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #aaf0cad842a9530 .uk-position-center-left-out {
    left: -30px;
  }
  #aaf0cad842a9530 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a65cea0e6aae8aa  {flex: 1;}#af00bab966a0919 .ad27fa8168a8a5f {
  overflow: hidden;
}
#af00bab966a0919 .ad27fa8168a8a5f , #af00bab966a0919 .ad27fa8168a8a5f > * {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#af00bab966a0919 .ad27fa8168a8a5f:hover , #af00bab966a0919 .ad27fa8168a8a5f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#af00bab966a0919 .uk-grid {
  margin-left: -10px;
}
#af00bab966a0919 .uk-grid > * {
  padding-left: 10px;
}
#af00bab966a0919 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#af00bab966a0919 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#af00bab966a0919 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #af00bab966a0919 .uk-position-center-left-out {
    left: -30px;
  }
  #af00bab966a0919 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ad535a889ea6fff {
  overflow: hidden;
  pointer-events: none;
}
#ad535a889ea6fff > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ad535a889ea6fff > .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;
}
#ad535a889ea6fff > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ad535a889ea6fff > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ad535a889ea6fff > .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;
}
#ad535a889ea6fff > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ad535a889ea6fff > .tab-wrap > div > .tab-nav,
#ad535a889ea6fff > .tab-nav,
#ad535a889ea6fff > .tab-tabs > .tab-wrap > div > .tab-nav,
#ad535a889ea6fff > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ad535a889ea6fff > .tab-wrap > div > .tab-nav-horizontal,
#ad535a889ea6fff > .tab-nav-horizontal,
#ad535a889ea6fff > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ad535a889ea6fff > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ad535a889ea6fff > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ad535a889ea6fff > .tab-nav-horizontal::-webkit-scrollbar,
#ad535a889ea6fff > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ad535a889ea6fff > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ad535a889ea6fff > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ad535a889ea6fff > .tab-nav-horizontal.tagScroll,
#ad535a889ea6fff > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ad535a889ea6fff > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#ad535a889ea6fff > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ad535a889ea6fff > .tab-nav-horizontal.tagScroll li a,
#ad535a889ea6fff > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ad535a889ea6fff > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ad535a889ea6fff > .tab-wrap > div > .tab-nav a,
#ad535a889ea6fff > .tab-nav a,
#ad535a889ea6fff > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ad535a889ea6fff > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ad535a889ea6fff > .tab-wrap > div > .tab-nav li a,
#ad535a889ea6fff > .tab-nav li a,
#ad535a889ea6fff > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ad535a889ea6fff > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 10px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(255, 255, 255, 0);
  border-right-style: none;
}
#ad535a889ea6fff > .tab-wrap > div > .tab-nav li a svg,
#ad535a889ea6fff > .tab-nav li a svg,
#ad535a889ea6fff > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ad535a889ea6fff > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ad535a889ea6fff > .tab-wrap > div > .tab-nav li a .ap_icon,
#ad535a889ea6fff > .tab-nav li a .ap_icon,
#ad535a889ea6fff > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ad535a889ea6fff > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ad535a889ea6fff > .tab-wrap > div > .tab-nav li a:hover,
#ad535a889ea6fff > .tab-nav li a:hover,
#ad535a889ea6fff > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ad535a889ea6fff > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ad535a889ea6fff > .tab-wrap > div > .tab-nav li.uk-active a,
#ad535a889ea6fff > .tab-nav li.uk-active a,
#ad535a889ea6fff > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ad535a889ea6fff > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ad535a889ea6fff .layout-left li,
#ad535a889ea6fff .layout-center li,
#ad535a889ea6fff .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ad535a889ea6fff .layout-left li a,
#ad535a889ea6fff .layout-center li a,
#ad535a889ea6fff .layout-right li a {
  height: 100%;
}
#ad535a889ea6fff > .tab-tabs .layout-left {
  text-align: left;
}
#ad535a889ea6fff > .tab-tabs .layout-center {
  text-align: center;
}
#ad535a889ea6fff > .tab-tabs .layout-right {
  text-align: right;
}
#ad535a889ea6fff .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#ad535a889ea6fff .tab-content-wrap {
  background-color: transparent;
}
#ad535a889ea6fff .tab-contents,
#ad535a889ea6fff .tab-contents-wrap {
  pointer-events: none;
}
#ad535a889ea6fff .tab-content,
#ad535a889ea6fff .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ad535a889ea6fff .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ad535a889ea6fff .tab-wrap .tab-contents {
  height: 100%;
}
#ad535a889ea6fff .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ad535a889ea6fff .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ad535a889ea6fff .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aeebca01e9a498b  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#adf63a75c0a3192  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 10px;padding-bottom: 10px;}#ab6daa95f4a0905 > .ele-wrap {background-color: #1364d8;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ade2ca1bd9abe70 > .ele-wrap {background-color: rgba(245, 242, 227, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0feea95a2a72ad  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#af056a2390a76c7  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a36a4a72ebaa0ec , #a36a4a72ebaa0ec a{flex-grow: 0;color: rgba(49, 118, 219, 1);}#a36a4a72ebaa0ec:hover, #a36a4a72ebaa0ec a:hover {color: rgba(19, 100, 216, 1);}#a767fa3f3aaf748  {flex-grow: 1;}#a4fb9aba3ca9c8c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a4fb9aba3ca9c8c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a4fb9aba3ca9c8c .ap-icon {
  margin-right: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon img,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li:hover > a,
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a4fb9aba3ca9c8c .menu-list ul,
#a4fb9aba3ca9c8c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a4fb9aba3ca9c8c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a4fb9aba3ca9c8c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4fb9aba3ca9c8c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4fb9aba3ca9c8c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a49b0afccaac34c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a49b0afccaac34c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a49b0afccaac34c .ap-icon {
  margin-right: 6px;
}
#a49b0afccaac34c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a,
#a49b0afccaac34c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon img,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a49b0afccaac34c .menu-list > li:hover > a,
#a49b0afccaac34c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a49b0afccaac34c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a49b0afccaac34c .menu-list ul,
#a49b0afccaac34c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a49b0afccaac34c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a49b0afccaac34c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a49b0afccaac34c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a49b0afccaac34c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a468aa0b1da717e > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afe37a828faabd7 , #afe37a828faabd7 a{color: rgba(6, 164, 100, 1);}#afe37a828faabd7:hover, #afe37a828faabd7 a:hover {color: rgba(4, 204, 101, 1);}#ac7eca0ba9a4ccf .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac7eca0ba9a4ccf .menu-list-expand .submenu-indicator {
  display: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a img,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9e02ae88da9704 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a img,
#a9e02ae88da9704 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa5cfa706da140f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa5cfa706da140f .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa5cfa706da140f .menu-list-expand .submenu-indicator {
  display: none;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li a img,
#aa5cfa706da140f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a38a6acbb5a39f1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a78c9aa66cacab3 .list-icon {
  color: #1364d8;
}
#a78c9aa66cacab3 .uk-button {
  padding: 0px 60px;
  border: 1px solid #fff;
  background: none;
  font-weight: bold;
  font-size: 18px;
  transition: all 0.2s ease-in;
}
#a78c9aa66cacab3 .uk-button:hover {
  background: #fff;
  color: #1364d8;
}
#a78c9aa66cacab3 .uk-button i {
  margin-left: 10px;
  display: inline-block;
}
#a5bb0a4e40af0ac  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#a4f0eae1c8ad5b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a5e1fa5af8a6d2f > .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;flex-grow: 0;}#aaa66adb04a787f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aaa66adb04a787f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6e05a9cb2aacc5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a71eaaa784aba6f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a71eaaa784aba6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1f02a72faacac9 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad649a4e1faa01e > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad649a4e1faa01e  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2131a4568ad5fb .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8427a3663ab91d > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8427a3663ab91d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a54aea8b6da48ed .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#af514ac23ca7297  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4549a962ca7add > .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;flex-grow: 0;}#aefe9a9dcba95e8 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aefe9a9dcba95e8  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a78b8a66c3a62cd .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a6860a4373a658a > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a6860a4373a658a  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a60d7a306dad87e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aa506af856a9ff7 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aa506af856a9ff7  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1a9bafb12a3379 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a1ea5a55aba2aaa > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a1ea5a55aba2aaa  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a92fda3d31aebae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a96dba8355ac472 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a96dba8355ac472  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3fa0aa753aa303 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a05c0a0e46a2f58  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ace13a3d21a10ea > .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;flex-grow: 0;}#a0604a42d4a4597 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0604a42d4a4597  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ac9a8ad93ea1211 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae9cbafda3a2f1b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae9cbafda3a2f1b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aac8da5f56ab439 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4442ab252a29a9 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4442ab252a29a9  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae418a8e29ac7a8 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aacb4aacb5aec67 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aacb4aacb5aec67  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#adafea3e44a3273 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7b50a7223adfe6 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7b50a7223adfe6  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1ff7aaad5a00c5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4ed7a699ea9c4b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4ed7a699ea9c4b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3cc7a1265a50b6 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8ba8a9e62a0d8c > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8ba8a9e62a0d8c  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2e38acba1a6797 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab151a234ead77c {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#ab151a234ead77c .layout-left li,
#ab151a234ead77c .layout-center li,
#ab151a234ead77c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab151a234ead77c .layout-left li a,
#ab151a234ead77c .layout-center li a,
#ab151a234ead77c .layout-right li a {
  height: 100%;
}
#ab151a234ead77c > .tab-tabs .layout-left {
  text-align: left;
}
#ab151a234ead77c > .tab-tabs .layout-center {
  text-align: center;
}
#ab151a234ead77c > .tab-tabs .layout-right {
  text-align: right;
}
#ab151a234ead77c .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#ab151a234ead77c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c .tab-contents,
#ab151a234ead77c .tab-contents-wrap {
  pointer-events: none;
}
#ab151a234ead77c .tab-content,
#ab151a234ead77c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab151a234ead77c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab151a234ead77c .tab-wrap .tab-contents {
  height: 100%;
}
#ab151a234ead77c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab151a234ead77c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab151a234ead77c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a445cadc90a6f90  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a54aba797fa6994  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a0c23a8da1a5492  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aa603ad8dfa8ae5 .a72bea96eba74bb {
  overflow: hidden;
}
#aa603ad8dfa8ae5 .a72bea96eba74bb , #aa603ad8dfa8ae5 .a72bea96eba74bb > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aa603ad8dfa8ae5 .a72bea96eba74bb:hover , #aa603ad8dfa8ae5 .a72bea96eba74bb *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aa603ad8dfa8ae5 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa603ad8dfa8ae5 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa603ad8dfa8ae5 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aa603ad8dfa8ae5 .uk-position-center-left-out {
    left: -30px;
  }
  #aa603ad8dfa8ae5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6f8da0e6ea7804  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7baeab343a1ed2 .a31f5a9637ae63a {
  overflow: hidden;
}
#a7baeab343a1ed2 .a31f5a9637ae63a , #a7baeab343a1ed2 .a31f5a9637ae63a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7baeab343a1ed2 .a31f5a9637ae63a:hover , #a7baeab343a1ed2 .a31f5a9637ae63a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7baeab343a1ed2 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a7baeab343a1ed2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7baeab343a1ed2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7baeab343a1ed2 .uk-position-center-left-out {
    left: -30px;
  }
  #a7baeab343a1ed2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7eeea24a2a489a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a9e11a3922a0a84 .a0c79ae6caaf8e2 {
  overflow: hidden;
}
#a9e11a3922a0a84 .a0c79ae6caaf8e2 , #a9e11a3922a0a84 .a0c79ae6caaf8e2 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a9e11a3922a0a84 .a0c79ae6caaf8e2:hover , #a9e11a3922a0a84 .a0c79ae6caaf8e2 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a9e11a3922a0a84 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a9e11a3922a0a84 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9e11a3922a0a84 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a9e11a3922a0a84 .uk-position-center-left-out {
    left: -30px;
  }
  #a9e11a3922a0a84 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa82faaea2a1c77  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a94ffa5483a8d60 .a8a48ae1cfa9a13 {
  overflow: hidden;
}
#a94ffa5483a8d60 .a8a48ae1cfa9a13 , #a94ffa5483a8d60 .a8a48ae1cfa9a13 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a94ffa5483a8d60 .a8a48ae1cfa9a13:hover , #a94ffa5483a8d60 .a8a48ae1cfa9a13 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a94ffa5483a8d60 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a94ffa5483a8d60 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a94ffa5483a8d60 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a94ffa5483a8d60 .uk-position-center-left-out {
    left: -30px;
  }
  #a94ffa5483a8d60 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3b61acc08a6bcf {
  overflow: hidden;
  pointer-events: none;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a3b61acc08a6bcf .layout-left li,
#a3b61acc08a6bcf .layout-center li,
#a3b61acc08a6bcf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3b61acc08a6bcf .layout-left li a,
#a3b61acc08a6bcf .layout-center li a,
#a3b61acc08a6bcf .layout-right li a {
  height: 100%;
}
#a3b61acc08a6bcf > .tab-tabs .layout-left {
  text-align: left;
}
#a3b61acc08a6bcf > .tab-tabs .layout-center {
  text-align: center;
}
#a3b61acc08a6bcf > .tab-tabs .layout-right {
  text-align: right;
}
#a3b61acc08a6bcf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a3b61acc08a6bcf .tab-content-wrap {
  background-color: #ffffff;
}
#a3b61acc08a6bcf .tab-contents,
#a3b61acc08a6bcf .tab-contents-wrap {
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-content,
#a3b61acc08a6bcf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3b61acc08a6bcf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-wrap .tab-contents {
  height: 100%;
}
#a3b61acc08a6bcf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2b29afa75af3d2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a7bdda440da10de  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af0fda089faa74e .a179ba61fca0888 {
  overflow: hidden;
}
#af0fda089faa74e .a179ba61fca0888 , #af0fda089faa74e .a179ba61fca0888 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af0fda089faa74e .a179ba61fca0888:hover , #af0fda089faa74e .a179ba61fca0888 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af0fda089faa74e .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af0fda089faa74e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af0fda089faa74e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af0fda089faa74e .uk-position-center-left-out {
    left: -30px;
  }
  #af0fda089faa74e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac029ab8d2ac795  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3fa1aa72eae5d8 .a8a0fa2a83ace44 {
  overflow: hidden;
}
#a3fa1aa72eae5d8 .a8a0fa2a83ace44 , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3fa1aa72eae5d8 .a8a0fa2a83ace44:hover , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3fa1aa72eae5d8 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a3fa1aa72eae5d8 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3fa1aa72eae5d8 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3fa1aa72eae5d8 .uk-position-center-left-out {
    left: -30px;
  }
  #a3fa1aa72eae5d8 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acd71a09bca3734  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2599afd13a8dda .a67b0a5657abdca {
  overflow: hidden;
}
#a2599afd13a8dda .a67b0a5657abdca , #a2599afd13a8dda .a67b0a5657abdca > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2599afd13a8dda .a67b0a5657abdca:hover , #a2599afd13a8dda .a67b0a5657abdca *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2599afd13a8dda .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2599afd13a8dda .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2599afd13a8dda .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2599afd13a8dda .uk-position-center-left-out {
    left: -30px;
  }
  #a2599afd13a8dda .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3bd9a9ed3a0012  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5fc2ae1b1ac227 .ada91af9b0a0502 {
  overflow: hidden;
}
#a5fc2ae1b1ac227 .ada91af9b0a0502 , #a5fc2ae1b1ac227 .ada91af9b0a0502 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5fc2ae1b1ac227 .ada91af9b0a0502:hover , #a5fc2ae1b1ac227 .ada91af9b0a0502 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5fc2ae1b1ac227 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a5fc2ae1b1ac227 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5fc2ae1b1ac227 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5fc2ae1b1ac227 .uk-position-center-left-out {
    left: -30px;
  }
  #a5fc2ae1b1ac227 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6bcdafc0fa513f  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab2a3a53e3a711b .aec71a08e0ab367 {
  overflow: hidden;
}
#ab2a3a53e3a711b .aec71a08e0ab367 , #ab2a3a53e3a711b .aec71a08e0ab367 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab2a3a53e3a711b .aec71a08e0ab367:hover , #ab2a3a53e3a711b .aec71a08e0ab367 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab2a3a53e3a711b .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ab2a3a53e3a711b .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab2a3a53e3a711b .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab2a3a53e3a711b .uk-position-center-left-out {
    left: -30px;
  }
  #ab2a3a53e3a711b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a309aa2ec8a7ce3 {
  overflow: hidden;
  pointer-events: none;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a309aa2ec8a7ce3 .layout-left li,
#a309aa2ec8a7ce3 .layout-center li,
#a309aa2ec8a7ce3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a309aa2ec8a7ce3 .layout-left li a,
#a309aa2ec8a7ce3 .layout-center li a,
#a309aa2ec8a7ce3 .layout-right li a {
  height: 100%;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-left {
  text-align: left;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-center {
  text-align: center;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-right {
  text-align: right;
}
#a309aa2ec8a7ce3 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a309aa2ec8a7ce3 .tab-content-wrap {
  background-color: #ffffff;
}
#a309aa2ec8a7ce3 .tab-contents,
#a309aa2ec8a7ce3 .tab-contents-wrap {
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-content,
#a309aa2ec8a7ce3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-wrap .tab-contents {
  height: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6180acc49a3e93  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a6dafa4ecea60a0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aff3cac13cafbfb .a06ebafd21a2d85 {
  overflow: hidden;
}
#aff3cac13cafbfb .a06ebafd21a2d85 , #aff3cac13cafbfb .a06ebafd21a2d85 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aff3cac13cafbfb .a06ebafd21a2d85:hover , #aff3cac13cafbfb .a06ebafd21a2d85 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aff3cac13cafbfb .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aff3cac13cafbfb .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aff3cac13cafbfb .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aff3cac13cafbfb .uk-position-center-left-out {
    left: -30px;
  }
  #aff3cac13cafbfb .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#afcbbaca6ea610b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a53e2aef3aaf277 .aa00dac1eeacc9a {
  overflow: hidden;
}
#a53e2aef3aaf277 .aa00dac1eeacc9a , #a53e2aef3aaf277 .aa00dac1eeacc9a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a53e2aef3aaf277 .aa00dac1eeacc9a:hover , #a53e2aef3aaf277 .aa00dac1eeacc9a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a53e2aef3aaf277 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a53e2aef3aaf277 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a53e2aef3aaf277 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a53e2aef3aaf277 .uk-position-center-left-out {
    left: -30px;
  }
  #a53e2aef3aaf277 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4dd9a08d0a4fbc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adea6aad87ac37c .a709ba3eb4afea8 {
  overflow: hidden;
}
#adea6aad87ac37c .a709ba3eb4afea8 , #adea6aad87ac37c .a709ba3eb4afea8 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adea6aad87ac37c .a709ba3eb4afea8:hover , #adea6aad87ac37c .a709ba3eb4afea8 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adea6aad87ac37c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#adea6aad87ac37c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adea6aad87ac37c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adea6aad87ac37c .uk-position-center-left-out {
    left: -30px;
  }
  #adea6aad87ac37c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5f67a73efa84f8  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4f05aa0b1a588c .ab4cfa7547abdc6 {
  overflow: hidden;
}
#a4f05aa0b1a588c .ab4cfa7547abdc6 , #a4f05aa0b1a588c .ab4cfa7547abdc6 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4f05aa0b1a588c .ab4cfa7547abdc6:hover , #a4f05aa0b1a588c .ab4cfa7547abdc6 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4f05aa0b1a588c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4f05aa0b1a588c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4f05aa0b1a588c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4f05aa0b1a588c .uk-position-center-left-out {
    left: -30px;
  }
  #a4f05aa0b1a588c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8b3caf245a9550 {
  overflow: hidden;
  pointer-events: none;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a8b3caf245a9550 .layout-left li,
#a8b3caf245a9550 .layout-center li,
#a8b3caf245a9550 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8b3caf245a9550 .layout-left li a,
#a8b3caf245a9550 .layout-center li a,
#a8b3caf245a9550 .layout-right li a {
  height: 100%;
}
#a8b3caf245a9550 > .tab-tabs .layout-left {
  text-align: left;
}
#a8b3caf245a9550 > .tab-tabs .layout-center {
  text-align: center;
}
#a8b3caf245a9550 > .tab-tabs .layout-right {
  text-align: right;
}
#a8b3caf245a9550 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a8b3caf245a9550 .tab-content-wrap {
  background-color: #ffffff;
}
#a8b3caf245a9550 .tab-contents,
#a8b3caf245a9550 .tab-contents-wrap {
  pointer-events: none;
}
#a8b3caf245a9550 .tab-content,
#a8b3caf245a9550 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8b3caf245a9550 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8b3caf245a9550 .tab-wrap .tab-contents {
  height: 100%;
}
#a8b3caf245a9550 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1c11abae0a6498  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#aa27fa0954aa408  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a61a0af29da2f9c .aeab3a5320a803f {
  overflow: hidden;
}
#a61a0af29da2f9c .aeab3a5320a803f , #a61a0af29da2f9c .aeab3a5320a803f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a61a0af29da2f9c .aeab3a5320a803f:hover , #a61a0af29da2f9c .aeab3a5320a803f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a61a0af29da2f9c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a61a0af29da2f9c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a61a0af29da2f9c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a61a0af29da2f9c .uk-position-center-left-out {
    left: -30px;
  }
  #a61a0af29da2f9c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8c29a827fa339d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a1f73acf75a8e75 .a5c24a00fda0569 {
  overflow: hidden;
}
#a1f73acf75a8e75 .a5c24a00fda0569 , #a1f73acf75a8e75 .a5c24a00fda0569 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a1f73acf75a8e75 .a5c24a00fda0569:hover , #a1f73acf75a8e75 .a5c24a00fda0569 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a1f73acf75a8e75 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1f73acf75a8e75 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a1f73acf75a8e75 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a1f73acf75a8e75 .uk-position-center-left-out {
    left: -30px;
  }
  #a1f73acf75a8e75 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a988ba0fa4a2973  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4092a576fa0692 .a229fac40ea9024 {
  overflow: hidden;
}
#a4092a576fa0692 .a229fac40ea9024 , #a4092a576fa0692 .a229fac40ea9024 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4092a576fa0692 .a229fac40ea9024:hover , #a4092a576fa0692 .a229fac40ea9024 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4092a576fa0692 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4092a576fa0692 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4092a576fa0692 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4092a576fa0692 .uk-position-center-left-out {
    left: -30px;
  }
  #a4092a576fa0692 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac7c7a155ba5f06  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a0daaa7cb3a7125 .a8c63ab1d9a065f {
  overflow: hidden;
}
#a0daaa7cb3a7125 .a8c63ab1d9a065f , #a0daaa7cb3a7125 .a8c63ab1d9a065f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a0daaa7cb3a7125 .a8c63ab1d9a065f:hover , #a0daaa7cb3a7125 .a8c63ab1d9a065f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a0daaa7cb3a7125 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a0daaa7cb3a7125 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a0daaa7cb3a7125 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a0daaa7cb3a7125 .uk-position-center-left-out {
    left: -30px;
  }
  #a0daaa7cb3a7125 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a2884a9c7aa42cb {
  overflow: hidden;
  pointer-events: none;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a2884a9c7aa42cb .layout-left li,
#a2884a9c7aa42cb .layout-center li,
#a2884a9c7aa42cb .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a2884a9c7aa42cb .layout-left li a,
#a2884a9c7aa42cb .layout-center li a,
#a2884a9c7aa42cb .layout-right li a {
  height: 100%;
}
#a2884a9c7aa42cb > .tab-tabs .layout-left {
  text-align: left;
}
#a2884a9c7aa42cb > .tab-tabs .layout-center {
  text-align: center;
}
#a2884a9c7aa42cb > .tab-tabs .layout-right {
  text-align: right;
}
#a2884a9c7aa42cb .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a2884a9c7aa42cb .tab-content-wrap {
  background-color: #ffffff;
}
#a2884a9c7aa42cb .tab-contents,
#a2884a9c7aa42cb .tab-contents-wrap {
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-content,
#a2884a9c7aa42cb .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a2884a9c7aa42cb .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-wrap .tab-contents {
  height: 100%;
}
#a2884a9c7aa42cb .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9337a9870a4aa8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .tab-nav li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .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: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#a9337a9870a4aa8 .layout-left li,
#a9337a9870a4aa8 .layout-center li,
#a9337a9870a4aa8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9337a9870a4aa8 .layout-left li a,
#a9337a9870a4aa8 .layout-center li a,
#a9337a9870a4aa8 .layout-right li a {
  height: 100%;
}
#a9337a9870a4aa8 > .tab-tabs .layout-left {
  text-align: left;
}
#a9337a9870a4aa8 > .tab-tabs .layout-center {
  text-align: center;
}
#a9337a9870a4aa8 > .tab-tabs .layout-right {
  text-align: right;
}
#a9337a9870a4aa8 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a9337a9870a4aa8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 .tab-contents,
#a9337a9870a4aa8 .tab-contents-wrap {
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-content,
#a9337a9870a4aa8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9337a9870a4aa8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-wrap .tab-contents {
  height: 100%;
}
#a9337a9870a4aa8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a02f5a3ff9a4083  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0dafa41eda42c1 > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a0936a27c6a7e20 > .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;}#a0936a27c6a7e20  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0936a27c6a7e20:hover * {color: #000000  !important}
                            #a0936a27c6a7e20:hover .line{border-color: #000000  !important}#a0099a01a7a0786 > .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;}#a0099a01a7a0786  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0099a01a7a0786:hover * {color: #000000  !important}
                            #a0099a01a7a0786:hover .line{border-color: #000000  !important}#ada22ad7caad10a  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a2384a88bcaa91f > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#aff0fa80aca0f48 > .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;}#aff0fa80aca0f48  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aff0fa80aca0f48:hover * {color: #000000  !important}
                            #aff0fa80aca0f48:hover .line{border-color: #000000  !important}#a7c98ad8d3a2f15 > .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;}#a7c98ad8d3a2f15  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7c98ad8d3a2f15:hover * {color: #000000  !important}
                            #a7c98ad8d3a2f15:hover .line{border-color: #000000  !important}#aef76a9e03a209f  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a96e2a6c2aae62d > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#ae1efad977acc8b > .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;}#ae1efad977acc8b  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#ae1efad977acc8b:hover * {color: #000000  !important}
                            #ae1efad977acc8b:hover .line{border-color: #000000  !important}#a969ba27fba3e87 > .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;}#a969ba27fba3e87  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a969ba27fba3e87:hover * {color: #000000  !important}
                            #a969ba27fba3e87:hover .line{border-color: #000000  !important}#a72b8a64dba1bcc > .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;}#a72b8a64dba1bcc  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a72b8a64dba1bcc:hover * {color: #000000  !important}
                            #a72b8a64dba1bcc:hover .line{border-color: #000000  !important}#a5509a25c7aa431 > .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;}#a5509a25c7aa431  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a5509a25c7aa431:hover * {color: #000000  !important}
                            #a5509a25c7aa431:hover .line{border-color: #000000  !important}#ac860aabe5ab7a3 {
  overflow: hidden;
  pointer-events: none;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 .layout-left li,
#ac860aabe5ab7a3 .layout-center li,
#ac860aabe5ab7a3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac860aabe5ab7a3 .layout-left li a,
#ac860aabe5ab7a3 .layout-center li a,
#ac860aabe5ab7a3 .layout-right li a {
  height: 100%;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-left {
  text-align: left;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-center {
  text-align: center;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-right {
  text-align: right;
}
#ac860aabe5ab7a3 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#ac860aabe5ab7a3 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ac860aabe5ab7a3 .tab-contents,
#ac860aabe5ab7a3 .tab-contents-wrap {
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-content,
#ac860aabe5ab7a3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac860aabe5ab7a3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-wrap .tab-contents {
  height: 100%;
}
#ac860aabe5ab7a3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a803baa081aca73 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a803baa081aca73 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a803baa081aca73 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a803baa081aca73 .menu-list > li > a {
  padding: 0 10px;
}
#a803baa081aca73 .menu-list > li:hover:before {
  height: 100%;
}
#a803baa081aca73 .menu-list > li:hover:after {
  color: auto;
}
#a803baa081aca73 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a803baa081aca73 .menu-list > li:first-child:after {
  content: "";
}
#a803baa081aca73 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a803baa081aca73 .menu-list > li ul li {
  position: relative;
}
#a803baa081aca73 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a803baa081aca73 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a803baa081aca73 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 li ul,
#a803baa081aca73 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a803baa081aca73 li:hover > ul {
  left: auto;
}
#a803baa081aca73 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a0ebba0fd0a8c07  {flex: 1;}#a081daced0a889b  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 30px;}#a918da54baac0ef > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a63f2afcd2a0938 .ele-wrap {border-color: rgba(1, 117, 95, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 16px;background-color: #1364d8;border-radius: 3px;justify-content: center;}#a63f2afcd2a0938 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;border-color: rgba(17, 138, 158, 1);background-color: rgba(9, 107, 123, 1);}#aefc5af120aa3ef  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 50px;}#a7fd9a45d1a47cc {
  border-radius: 5px;
  overflow: hidden;
}
#a7fd9a45d1a47cc .ele-slideshow .uk-dotnav li a {
  background: #ffffff;
}
#a7fd9a45d1a47cc .ele-slideshow .uk-dotnav > .uk-active a {
  background: #01755f;
}
#a7fd9a45d1a47cc .ele-slideshow .uk-slidenav {
  background-color: rgba(65, 117, 5, 0);
}
#a7fd9a45d1a47cc .ele-slideshow .uk-slidenav {
  color: #f5a623;
}
#a7fd9a45d1a47cc .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(255, 255, 255, 0);
}
#a19f1af0dbab3e1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a9632ad07ca9971 > .ele-wrap {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;}#ac20ca1715a42d1 > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#a75f4ad062ade50 > .ele-wrap {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;}#a6e5aa87b6a7bcc > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#af9d6aeedeacdfa > .ele-wrap {border-left-width: -1px;border-bottom-width: -1px;border-right-width: -1px;border-top-width: -1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac07ea567ba2196 > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-left-color: rgba(235, 235, 235, 1);}#ac217aabf0a7c03  {flex: 1;}#ab80baf160ac28f  {flex-grow: 1;}#a13f0a5216a7437  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a881bac65fa8cd5  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 0px;padding-bottom: 20px;padding-right: 0px;padding-left: 0px;}#ad7d4a0b4da9141 .img-wrap {
  flex-grow: 0;
}
#aefa2a47f5a9941  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-bottom: 60px;}#ada5da8fdca2864  {flex-grow: 1;}#a5827a63baae4d6  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a1cf1a6098a5b20  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 0px;padding-bottom: 20px;padding-right: 0px;padding-left: 0px;}#a49e4aa9d8a5798 .img-wrap {
  flex-grow: 0;
}
#ac562aac1dab90f  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-bottom: 60px;}#ab22fa2077a2a7e  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#ae254a939aa0d60  {flex-grow: 1;}#adb8ba49eea3f8c  {flex: 1;}#a2dd2a5d9ca1015  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 20px;}#a597aab171a3f20  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;}#afc9dac9a4ab44d  {flex-grow: 1;}#a64ccadaf6aff6f  {flex: 1;}#ace66acc94a0d2c  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;}#a5a7fa9d2aa9330 .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 15px;background-color: #1364d8;border-radius: 3px;justify-content: center;font-family: Verdana;}#a5a7fa9d2aa9330 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(1, 117, 95, 0.8);}#af8dda5701ac2dc  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;}#af5e1a9bcbac504 .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 15px;background-color: #1364d8;border-radius: 3px;justify-content: center;font-family: Verdana;}#af5e1a9bcbac504 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(1, 117, 95, 0.8);}#a0fe7a35bba9306  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 40px;}#a8732af454a449b  {flex: 1;}#aa3a9ac20aa1c52 .a7f50ac35da5b5f {
  overflow: hidden;
}
#aa3a9ac20aa1c52 .a7f50ac35da5b5f , #aa3a9ac20aa1c52 .a7f50ac35da5b5f > * {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#aa3a9ac20aa1c52 .a7f50ac35da5b5f:hover , #aa3a9ac20aa1c52 .a7f50ac35da5b5f *:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aa3a9ac20aa1c52 .ad1fda1e28ab7ca {
  overflow: hidden;
}
#aa3a9ac20aa1c52 .ad1fda1e28ab7ca , #aa3a9ac20aa1c52 .ad1fda1e28ab7ca > * {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: Verdana;color: rgba(225, 225, 225, 1);}#aa3a9ac20aa1c52 .ae64aaf5b4a0edd {
  overflow: hidden;
}
#aa3a9ac20aa1c52 .ae64aaf5b4a0edd , #aa3a9ac20aa1c52 .ae64aaf5b4a0edd > * {
        font-weight: bold;
        font-style: normal;
    font-size: 13px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#aa3a9ac20aa1c52 .uk-grid {
  margin-left: -10px;
}
#aa3a9ac20aa1c52 .uk-grid > * {
  padding-left: 10px;
}
#aa3a9ac20aa1c52 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#aa3a9ac20aa1c52 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#aa3a9ac20aa1c52 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #aa3a9ac20aa1c52 .uk-position-center-left-out {
    left: -30px;
  }
  #aa3a9ac20aa1c52 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a67bba916aaab3d  {flex: 1;}#acb31a6810a7354 .a9769a7e4fae3b5 {
  overflow: hidden;
}
#acb31a6810a7354 .a9769a7e4fae3b5 , #acb31a6810a7354 .a9769a7e4fae3b5 > * {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#acb31a6810a7354 .a9769a7e4fae3b5:hover , #acb31a6810a7354 .a9769a7e4fae3b5 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#acb31a6810a7354 .uk-grid {
  margin-left: -10px;
}
#acb31a6810a7354 .uk-grid > * {
  padding-left: 10px;
}
#acb31a6810a7354 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#acb31a6810a7354 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#acb31a6810a7354 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #acb31a6810a7354 .uk-position-center-left-out {
    left: -30px;
  }
  #acb31a6810a7354 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ae7ccaa3f5ae785 {
  overflow: hidden;
  pointer-events: none;
}
#ae7ccaa3f5ae785 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ae7ccaa3f5ae785 > .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;
}
#ae7ccaa3f5ae785 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ae7ccaa3f5ae785 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ae7ccaa3f5ae785 > .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;
}
#ae7ccaa3f5ae785 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ae7ccaa3f5ae785 > .tab-wrap > div > .tab-nav,
#ae7ccaa3f5ae785 > .tab-nav,
#ae7ccaa3f5ae785 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ae7ccaa3f5ae785 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae7ccaa3f5ae785 > .tab-wrap > div > .tab-nav-horizontal,
#ae7ccaa3f5ae785 > .tab-nav-horizontal,
#ae7ccaa3f5ae785 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ae7ccaa3f5ae785 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ae7ccaa3f5ae785 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ae7ccaa3f5ae785 > .tab-nav-horizontal::-webkit-scrollbar,
#ae7ccaa3f5ae785 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ae7ccaa3f5ae785 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ae7ccaa3f5ae785 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ae7ccaa3f5ae785 > .tab-nav-horizontal.tagScroll,
#ae7ccaa3f5ae785 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ae7ccaa3f5ae785 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#ae7ccaa3f5ae785 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ae7ccaa3f5ae785 > .tab-nav-horizontal.tagScroll li a,
#ae7ccaa3f5ae785 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ae7ccaa3f5ae785 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ae7ccaa3f5ae785 > .tab-wrap > div > .tab-nav a,
#ae7ccaa3f5ae785 > .tab-nav a,
#ae7ccaa3f5ae785 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ae7ccaa3f5ae785 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ae7ccaa3f5ae785 > .tab-wrap > div > .tab-nav li a,
#ae7ccaa3f5ae785 > .tab-nav li a,
#ae7ccaa3f5ae785 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ae7ccaa3f5ae785 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 10px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(255, 255, 255, 0);
  border-right-style: none;
}
#ae7ccaa3f5ae785 > .tab-wrap > div > .tab-nav li a svg,
#ae7ccaa3f5ae785 > .tab-nav li a svg,
#ae7ccaa3f5ae785 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ae7ccaa3f5ae785 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ae7ccaa3f5ae785 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ae7ccaa3f5ae785 > .tab-nav li a .ap_icon,
#ae7ccaa3f5ae785 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ae7ccaa3f5ae785 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ae7ccaa3f5ae785 > .tab-wrap > div > .tab-nav li a:hover,
#ae7ccaa3f5ae785 > .tab-nav li a:hover,
#ae7ccaa3f5ae785 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ae7ccaa3f5ae785 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae7ccaa3f5ae785 > .tab-wrap > div > .tab-nav li.uk-active a,
#ae7ccaa3f5ae785 > .tab-nav li.uk-active a,
#ae7ccaa3f5ae785 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ae7ccaa3f5ae785 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae7ccaa3f5ae785 .layout-left li,
#ae7ccaa3f5ae785 .layout-center li,
#ae7ccaa3f5ae785 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ae7ccaa3f5ae785 .layout-left li a,
#ae7ccaa3f5ae785 .layout-center li a,
#ae7ccaa3f5ae785 .layout-right li a {
  height: 100%;
}
#ae7ccaa3f5ae785 > .tab-tabs .layout-left {
  text-align: left;
}
#ae7ccaa3f5ae785 > .tab-tabs .layout-center {
  text-align: center;
}
#ae7ccaa3f5ae785 > .tab-tabs .layout-right {
  text-align: right;
}
#ae7ccaa3f5ae785 .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#ae7ccaa3f5ae785 .tab-content-wrap {
  background-color: transparent;
}
#ae7ccaa3f5ae785 .tab-contents,
#ae7ccaa3f5ae785 .tab-contents-wrap {
  pointer-events: none;
}
#ae7ccaa3f5ae785 .tab-content,
#ae7ccaa3f5ae785 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ae7ccaa3f5ae785 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ae7ccaa3f5ae785 .tab-wrap .tab-contents {
  height: 100%;
}
#ae7ccaa3f5ae785 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ae7ccaa3f5ae785 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ae7ccaa3f5ae785 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#af22fa4949acb92 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;font-family: Verdana;}#a0feea95a2a72ad  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#af056a2390a76c7  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a36a4a72ebaa0ec , #a36a4a72ebaa0ec a{flex-grow: 0;color: rgba(49, 118, 219, 1);}#a36a4a72ebaa0ec:hover, #a36a4a72ebaa0ec a:hover {color: rgba(19, 100, 216, 1);}#a767fa3f3aaf748  {flex-grow: 1;}#a4fb9aba3ca9c8c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a4fb9aba3ca9c8c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a4fb9aba3ca9c8c .ap-icon {
  margin-right: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon img,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li:hover > a,
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a4fb9aba3ca9c8c .menu-list ul,
#a4fb9aba3ca9c8c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a4fb9aba3ca9c8c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a4fb9aba3ca9c8c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4fb9aba3ca9c8c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4fb9aba3ca9c8c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a49b0afccaac34c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a49b0afccaac34c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a49b0afccaac34c .ap-icon {
  margin-right: 6px;
}
#a49b0afccaac34c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a,
#a49b0afccaac34c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon img,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a49b0afccaac34c .menu-list > li:hover > a,
#a49b0afccaac34c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a49b0afccaac34c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a49b0afccaac34c .menu-list ul,
#a49b0afccaac34c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a49b0afccaac34c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a49b0afccaac34c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a49b0afccaac34c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a49b0afccaac34c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a468aa0b1da717e > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afe37a828faabd7 , #afe37a828faabd7 a{color: rgba(6, 164, 100, 1);}#afe37a828faabd7:hover, #afe37a828faabd7 a:hover {color: rgba(4, 204, 101, 1);}#ac7eca0ba9a4ccf .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac7eca0ba9a4ccf .menu-list-expand .submenu-indicator {
  display: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a img,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9e02ae88da9704 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a img,
#a9e02ae88da9704 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa5cfa706da140f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa5cfa706da140f .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa5cfa706da140f .menu-list-expand .submenu-indicator {
  display: none;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li a img,
#aa5cfa706da140f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a8419a8d13a66a4 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ae753a5d70a4e0a .list-item.uk-first-column {
  border-right: 1px solid #ececec;
}
#a5bb0a4e40af0ac  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#a4f0eae1c8ad5b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a5e1fa5af8a6d2f > .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;flex-grow: 0;}#aaa66adb04a787f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aaa66adb04a787f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6e05a9cb2aacc5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a71eaaa784aba6f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a71eaaa784aba6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1f02a72faacac9 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad649a4e1faa01e > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad649a4e1faa01e  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2131a4568ad5fb .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8427a3663ab91d > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8427a3663ab91d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a54aea8b6da48ed .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#af514ac23ca7297  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4549a962ca7add > .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;flex-grow: 0;}#aefe9a9dcba95e8 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aefe9a9dcba95e8  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a78b8a66c3a62cd .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a6860a4373a658a > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a6860a4373a658a  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a60d7a306dad87e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aa506af856a9ff7 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aa506af856a9ff7  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1a9bafb12a3379 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a1ea5a55aba2aaa > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a1ea5a55aba2aaa  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a92fda3d31aebae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a96dba8355ac472 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a96dba8355ac472  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3fa0aa753aa303 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a05c0a0e46a2f58  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ace13a3d21a10ea > .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;flex-grow: 0;}#a0604a42d4a4597 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0604a42d4a4597  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ac9a8ad93ea1211 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae9cbafda3a2f1b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae9cbafda3a2f1b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aac8da5f56ab439 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4442ab252a29a9 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4442ab252a29a9  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae418a8e29ac7a8 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aacb4aacb5aec67 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aacb4aacb5aec67  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#adafea3e44a3273 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7b50a7223adfe6 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7b50a7223adfe6  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1ff7aaad5a00c5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4ed7a699ea9c4b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4ed7a699ea9c4b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3cc7a1265a50b6 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8ba8a9e62a0d8c > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8ba8a9e62a0d8c  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2e38acba1a6797 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab151a234ead77c {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#ab151a234ead77c .layout-left li,
#ab151a234ead77c .layout-center li,
#ab151a234ead77c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab151a234ead77c .layout-left li a,
#ab151a234ead77c .layout-center li a,
#ab151a234ead77c .layout-right li a {
  height: 100%;
}
#ab151a234ead77c > .tab-tabs .layout-left {
  text-align: left;
}
#ab151a234ead77c > .tab-tabs .layout-center {
  text-align: center;
}
#ab151a234ead77c > .tab-tabs .layout-right {
  text-align: right;
}
#ab151a234ead77c .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#ab151a234ead77c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c .tab-contents,
#ab151a234ead77c .tab-contents-wrap {
  pointer-events: none;
}
#ab151a234ead77c .tab-content,
#ab151a234ead77c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab151a234ead77c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab151a234ead77c .tab-wrap .tab-contents {
  height: 100%;
}
#ab151a234ead77c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab151a234ead77c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab151a234ead77c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a445cadc90a6f90  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a54aba797fa6994  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a0c23a8da1a5492  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aa603ad8dfa8ae5 .a72bea96eba74bb {
  overflow: hidden;
}
#aa603ad8dfa8ae5 .a72bea96eba74bb , #aa603ad8dfa8ae5 .a72bea96eba74bb > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aa603ad8dfa8ae5 .a72bea96eba74bb:hover , #aa603ad8dfa8ae5 .a72bea96eba74bb *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aa603ad8dfa8ae5 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa603ad8dfa8ae5 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa603ad8dfa8ae5 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aa603ad8dfa8ae5 .uk-position-center-left-out {
    left: -30px;
  }
  #aa603ad8dfa8ae5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6f8da0e6ea7804  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7baeab343a1ed2 .a31f5a9637ae63a {
  overflow: hidden;
}
#a7baeab343a1ed2 .a31f5a9637ae63a , #a7baeab343a1ed2 .a31f5a9637ae63a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7baeab343a1ed2 .a31f5a9637ae63a:hover , #a7baeab343a1ed2 .a31f5a9637ae63a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7baeab343a1ed2 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a7baeab343a1ed2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7baeab343a1ed2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7baeab343a1ed2 .uk-position-center-left-out {
    left: -30px;
  }
  #a7baeab343a1ed2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7eeea24a2a489a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a9e11a3922a0a84 .a0c79ae6caaf8e2 {
  overflow: hidden;
}
#a9e11a3922a0a84 .a0c79ae6caaf8e2 , #a9e11a3922a0a84 .a0c79ae6caaf8e2 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a9e11a3922a0a84 .a0c79ae6caaf8e2:hover , #a9e11a3922a0a84 .a0c79ae6caaf8e2 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a9e11a3922a0a84 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a9e11a3922a0a84 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9e11a3922a0a84 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a9e11a3922a0a84 .uk-position-center-left-out {
    left: -30px;
  }
  #a9e11a3922a0a84 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa82faaea2a1c77  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a94ffa5483a8d60 .a8a48ae1cfa9a13 {
  overflow: hidden;
}
#a94ffa5483a8d60 .a8a48ae1cfa9a13 , #a94ffa5483a8d60 .a8a48ae1cfa9a13 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a94ffa5483a8d60 .a8a48ae1cfa9a13:hover , #a94ffa5483a8d60 .a8a48ae1cfa9a13 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a94ffa5483a8d60 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a94ffa5483a8d60 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a94ffa5483a8d60 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a94ffa5483a8d60 .uk-position-center-left-out {
    left: -30px;
  }
  #a94ffa5483a8d60 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3b61acc08a6bcf {
  overflow: hidden;
  pointer-events: none;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a3b61acc08a6bcf .layout-left li,
#a3b61acc08a6bcf .layout-center li,
#a3b61acc08a6bcf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3b61acc08a6bcf .layout-left li a,
#a3b61acc08a6bcf .layout-center li a,
#a3b61acc08a6bcf .layout-right li a {
  height: 100%;
}
#a3b61acc08a6bcf > .tab-tabs .layout-left {
  text-align: left;
}
#a3b61acc08a6bcf > .tab-tabs .layout-center {
  text-align: center;
}
#a3b61acc08a6bcf > .tab-tabs .layout-right {
  text-align: right;
}
#a3b61acc08a6bcf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a3b61acc08a6bcf .tab-content-wrap {
  background-color: #ffffff;
}
#a3b61acc08a6bcf .tab-contents,
#a3b61acc08a6bcf .tab-contents-wrap {
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-content,
#a3b61acc08a6bcf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3b61acc08a6bcf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-wrap .tab-contents {
  height: 100%;
}
#a3b61acc08a6bcf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2b29afa75af3d2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a7bdda440da10de  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af0fda089faa74e .a179ba61fca0888 {
  overflow: hidden;
}
#af0fda089faa74e .a179ba61fca0888 , #af0fda089faa74e .a179ba61fca0888 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af0fda089faa74e .a179ba61fca0888:hover , #af0fda089faa74e .a179ba61fca0888 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af0fda089faa74e .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af0fda089faa74e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af0fda089faa74e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af0fda089faa74e .uk-position-center-left-out {
    left: -30px;
  }
  #af0fda089faa74e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac029ab8d2ac795  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3fa1aa72eae5d8 .a8a0fa2a83ace44 {
  overflow: hidden;
}
#a3fa1aa72eae5d8 .a8a0fa2a83ace44 , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3fa1aa72eae5d8 .a8a0fa2a83ace44:hover , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3fa1aa72eae5d8 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a3fa1aa72eae5d8 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3fa1aa72eae5d8 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3fa1aa72eae5d8 .uk-position-center-left-out {
    left: -30px;
  }
  #a3fa1aa72eae5d8 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acd71a09bca3734  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2599afd13a8dda .a67b0a5657abdca {
  overflow: hidden;
}
#a2599afd13a8dda .a67b0a5657abdca , #a2599afd13a8dda .a67b0a5657abdca > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2599afd13a8dda .a67b0a5657abdca:hover , #a2599afd13a8dda .a67b0a5657abdca *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2599afd13a8dda .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2599afd13a8dda .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2599afd13a8dda .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2599afd13a8dda .uk-position-center-left-out {
    left: -30px;
  }
  #a2599afd13a8dda .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3bd9a9ed3a0012  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5fc2ae1b1ac227 .ada91af9b0a0502 {
  overflow: hidden;
}
#a5fc2ae1b1ac227 .ada91af9b0a0502 , #a5fc2ae1b1ac227 .ada91af9b0a0502 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5fc2ae1b1ac227 .ada91af9b0a0502:hover , #a5fc2ae1b1ac227 .ada91af9b0a0502 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5fc2ae1b1ac227 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a5fc2ae1b1ac227 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5fc2ae1b1ac227 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5fc2ae1b1ac227 .uk-position-center-left-out {
    left: -30px;
  }
  #a5fc2ae1b1ac227 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6bcdafc0fa513f  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab2a3a53e3a711b .aec71a08e0ab367 {
  overflow: hidden;
}
#ab2a3a53e3a711b .aec71a08e0ab367 , #ab2a3a53e3a711b .aec71a08e0ab367 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab2a3a53e3a711b .aec71a08e0ab367:hover , #ab2a3a53e3a711b .aec71a08e0ab367 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab2a3a53e3a711b .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ab2a3a53e3a711b .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab2a3a53e3a711b .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab2a3a53e3a711b .uk-position-center-left-out {
    left: -30px;
  }
  #ab2a3a53e3a711b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a309aa2ec8a7ce3 {
  overflow: hidden;
  pointer-events: none;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a309aa2ec8a7ce3 .layout-left li,
#a309aa2ec8a7ce3 .layout-center li,
#a309aa2ec8a7ce3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a309aa2ec8a7ce3 .layout-left li a,
#a309aa2ec8a7ce3 .layout-center li a,
#a309aa2ec8a7ce3 .layout-right li a {
  height: 100%;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-left {
  text-align: left;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-center {
  text-align: center;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-right {
  text-align: right;
}
#a309aa2ec8a7ce3 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a309aa2ec8a7ce3 .tab-content-wrap {
  background-color: #ffffff;
}
#a309aa2ec8a7ce3 .tab-contents,
#a309aa2ec8a7ce3 .tab-contents-wrap {
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-content,
#a309aa2ec8a7ce3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-wrap .tab-contents {
  height: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6180acc49a3e93  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a6dafa4ecea60a0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aff3cac13cafbfb .a06ebafd21a2d85 {
  overflow: hidden;
}
#aff3cac13cafbfb .a06ebafd21a2d85 , #aff3cac13cafbfb .a06ebafd21a2d85 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aff3cac13cafbfb .a06ebafd21a2d85:hover , #aff3cac13cafbfb .a06ebafd21a2d85 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aff3cac13cafbfb .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aff3cac13cafbfb .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aff3cac13cafbfb .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aff3cac13cafbfb .uk-position-center-left-out {
    left: -30px;
  }
  #aff3cac13cafbfb .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#afcbbaca6ea610b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a53e2aef3aaf277 .aa00dac1eeacc9a {
  overflow: hidden;
}
#a53e2aef3aaf277 .aa00dac1eeacc9a , #a53e2aef3aaf277 .aa00dac1eeacc9a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a53e2aef3aaf277 .aa00dac1eeacc9a:hover , #a53e2aef3aaf277 .aa00dac1eeacc9a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a53e2aef3aaf277 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a53e2aef3aaf277 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a53e2aef3aaf277 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a53e2aef3aaf277 .uk-position-center-left-out {
    left: -30px;
  }
  #a53e2aef3aaf277 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4dd9a08d0a4fbc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adea6aad87ac37c .a709ba3eb4afea8 {
  overflow: hidden;
}
#adea6aad87ac37c .a709ba3eb4afea8 , #adea6aad87ac37c .a709ba3eb4afea8 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adea6aad87ac37c .a709ba3eb4afea8:hover , #adea6aad87ac37c .a709ba3eb4afea8 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adea6aad87ac37c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#adea6aad87ac37c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adea6aad87ac37c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adea6aad87ac37c .uk-position-center-left-out {
    left: -30px;
  }
  #adea6aad87ac37c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5f67a73efa84f8  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4f05aa0b1a588c .ab4cfa7547abdc6 {
  overflow: hidden;
}
#a4f05aa0b1a588c .ab4cfa7547abdc6 , #a4f05aa0b1a588c .ab4cfa7547abdc6 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4f05aa0b1a588c .ab4cfa7547abdc6:hover , #a4f05aa0b1a588c .ab4cfa7547abdc6 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4f05aa0b1a588c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4f05aa0b1a588c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4f05aa0b1a588c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4f05aa0b1a588c .uk-position-center-left-out {
    left: -30px;
  }
  #a4f05aa0b1a588c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8b3caf245a9550 {
  overflow: hidden;
  pointer-events: none;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a8b3caf245a9550 .layout-left li,
#a8b3caf245a9550 .layout-center li,
#a8b3caf245a9550 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8b3caf245a9550 .layout-left li a,
#a8b3caf245a9550 .layout-center li a,
#a8b3caf245a9550 .layout-right li a {
  height: 100%;
}
#a8b3caf245a9550 > .tab-tabs .layout-left {
  text-align: left;
}
#a8b3caf245a9550 > .tab-tabs .layout-center {
  text-align: center;
}
#a8b3caf245a9550 > .tab-tabs .layout-right {
  text-align: right;
}
#a8b3caf245a9550 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a8b3caf245a9550 .tab-content-wrap {
  background-color: #ffffff;
}
#a8b3caf245a9550 .tab-contents,
#a8b3caf245a9550 .tab-contents-wrap {
  pointer-events: none;
}
#a8b3caf245a9550 .tab-content,
#a8b3caf245a9550 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8b3caf245a9550 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8b3caf245a9550 .tab-wrap .tab-contents {
  height: 100%;
}
#a8b3caf245a9550 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1c11abae0a6498  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#aa27fa0954aa408  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a61a0af29da2f9c .aeab3a5320a803f {
  overflow: hidden;
}
#a61a0af29da2f9c .aeab3a5320a803f , #a61a0af29da2f9c .aeab3a5320a803f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a61a0af29da2f9c .aeab3a5320a803f:hover , #a61a0af29da2f9c .aeab3a5320a803f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a61a0af29da2f9c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a61a0af29da2f9c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a61a0af29da2f9c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a61a0af29da2f9c .uk-position-center-left-out {
    left: -30px;
  }
  #a61a0af29da2f9c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8c29a827fa339d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a1f73acf75a8e75 .a5c24a00fda0569 {
  overflow: hidden;
}
#a1f73acf75a8e75 .a5c24a00fda0569 , #a1f73acf75a8e75 .a5c24a00fda0569 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a1f73acf75a8e75 .a5c24a00fda0569:hover , #a1f73acf75a8e75 .a5c24a00fda0569 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a1f73acf75a8e75 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1f73acf75a8e75 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a1f73acf75a8e75 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a1f73acf75a8e75 .uk-position-center-left-out {
    left: -30px;
  }
  #a1f73acf75a8e75 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a988ba0fa4a2973  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4092a576fa0692 .a229fac40ea9024 {
  overflow: hidden;
}
#a4092a576fa0692 .a229fac40ea9024 , #a4092a576fa0692 .a229fac40ea9024 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4092a576fa0692 .a229fac40ea9024:hover , #a4092a576fa0692 .a229fac40ea9024 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4092a576fa0692 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4092a576fa0692 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4092a576fa0692 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4092a576fa0692 .uk-position-center-left-out {
    left: -30px;
  }
  #a4092a576fa0692 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac7c7a155ba5f06  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a0daaa7cb3a7125 .a8c63ab1d9a065f {
  overflow: hidden;
}
#a0daaa7cb3a7125 .a8c63ab1d9a065f , #a0daaa7cb3a7125 .a8c63ab1d9a065f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a0daaa7cb3a7125 .a8c63ab1d9a065f:hover , #a0daaa7cb3a7125 .a8c63ab1d9a065f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a0daaa7cb3a7125 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a0daaa7cb3a7125 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a0daaa7cb3a7125 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a0daaa7cb3a7125 .uk-position-center-left-out {
    left: -30px;
  }
  #a0daaa7cb3a7125 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a2884a9c7aa42cb {
  overflow: hidden;
  pointer-events: none;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a2884a9c7aa42cb .layout-left li,
#a2884a9c7aa42cb .layout-center li,
#a2884a9c7aa42cb .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a2884a9c7aa42cb .layout-left li a,
#a2884a9c7aa42cb .layout-center li a,
#a2884a9c7aa42cb .layout-right li a {
  height: 100%;
}
#a2884a9c7aa42cb > .tab-tabs .layout-left {
  text-align: left;
}
#a2884a9c7aa42cb > .tab-tabs .layout-center {
  text-align: center;
}
#a2884a9c7aa42cb > .tab-tabs .layout-right {
  text-align: right;
}
#a2884a9c7aa42cb .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a2884a9c7aa42cb .tab-content-wrap {
  background-color: #ffffff;
}
#a2884a9c7aa42cb .tab-contents,
#a2884a9c7aa42cb .tab-contents-wrap {
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-content,
#a2884a9c7aa42cb .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a2884a9c7aa42cb .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-wrap .tab-contents {
  height: 100%;
}
#a2884a9c7aa42cb .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9337a9870a4aa8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .tab-nav li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .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: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#a9337a9870a4aa8 .layout-left li,
#a9337a9870a4aa8 .layout-center li,
#a9337a9870a4aa8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9337a9870a4aa8 .layout-left li a,
#a9337a9870a4aa8 .layout-center li a,
#a9337a9870a4aa8 .layout-right li a {
  height: 100%;
}
#a9337a9870a4aa8 > .tab-tabs .layout-left {
  text-align: left;
}
#a9337a9870a4aa8 > .tab-tabs .layout-center {
  text-align: center;
}
#a9337a9870a4aa8 > .tab-tabs .layout-right {
  text-align: right;
}
#a9337a9870a4aa8 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a9337a9870a4aa8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 .tab-contents,
#a9337a9870a4aa8 .tab-contents-wrap {
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-content,
#a9337a9870a4aa8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9337a9870a4aa8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-wrap .tab-contents {
  height: 100%;
}
#a9337a9870a4aa8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a02f5a3ff9a4083  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0dafa41eda42c1 > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a0936a27c6a7e20 > .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;}#a0936a27c6a7e20  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0936a27c6a7e20:hover * {color: #000000  !important}
                            #a0936a27c6a7e20:hover .line{border-color: #000000  !important}#a0099a01a7a0786 > .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;}#a0099a01a7a0786  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0099a01a7a0786:hover * {color: #000000  !important}
                            #a0099a01a7a0786:hover .line{border-color: #000000  !important}#ada22ad7caad10a  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a2384a88bcaa91f > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#aff0fa80aca0f48 > .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;}#aff0fa80aca0f48  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aff0fa80aca0f48:hover * {color: #000000  !important}
                            #aff0fa80aca0f48:hover .line{border-color: #000000  !important}#a7c98ad8d3a2f15 > .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;}#a7c98ad8d3a2f15  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7c98ad8d3a2f15:hover * {color: #000000  !important}
                            #a7c98ad8d3a2f15:hover .line{border-color: #000000  !important}#aef76a9e03a209f  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a96e2a6c2aae62d > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#ae1efad977acc8b > .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;}#ae1efad977acc8b  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#ae1efad977acc8b:hover * {color: #000000  !important}
                            #ae1efad977acc8b:hover .line{border-color: #000000  !important}#a969ba27fba3e87 > .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;}#a969ba27fba3e87  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a969ba27fba3e87:hover * {color: #000000  !important}
                            #a969ba27fba3e87:hover .line{border-color: #000000  !important}#a72b8a64dba1bcc > .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;}#a72b8a64dba1bcc  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a72b8a64dba1bcc:hover * {color: #000000  !important}
                            #a72b8a64dba1bcc:hover .line{border-color: #000000  !important}#a5509a25c7aa431 > .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;}#a5509a25c7aa431  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a5509a25c7aa431:hover * {color: #000000  !important}
                            #a5509a25c7aa431:hover .line{border-color: #000000  !important}#ac860aabe5ab7a3 {
  overflow: hidden;
  pointer-events: none;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 .layout-left li,
#ac860aabe5ab7a3 .layout-center li,
#ac860aabe5ab7a3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac860aabe5ab7a3 .layout-left li a,
#ac860aabe5ab7a3 .layout-center li a,
#ac860aabe5ab7a3 .layout-right li a {
  height: 100%;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-left {
  text-align: left;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-center {
  text-align: center;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-right {
  text-align: right;
}
#ac860aabe5ab7a3 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#ac860aabe5ab7a3 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ac860aabe5ab7a3 .tab-contents,
#ac860aabe5ab7a3 .tab-contents-wrap {
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-content,
#ac860aabe5ab7a3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac860aabe5ab7a3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-wrap .tab-contents {
  height: 100%;
}
#ac860aabe5ab7a3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a803baa081aca73 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a803baa081aca73 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a803baa081aca73 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a803baa081aca73 .menu-list > li > a {
  padding: 0 10px;
}
#a803baa081aca73 .menu-list > li:hover:before {
  height: 100%;
}
#a803baa081aca73 .menu-list > li:hover:after {
  color: auto;
}
#a803baa081aca73 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a803baa081aca73 .menu-list > li:first-child:after {
  content: "";
}
#a803baa081aca73 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a803baa081aca73 .menu-list > li ul li {
  position: relative;
}
#a803baa081aca73 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a803baa081aca73 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a803baa081aca73 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 li ul,
#a803baa081aca73 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a803baa081aca73 li:hover > ul {
  left: auto;
}
#a803baa081aca73 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a15c4a113ea90f8  {flex: 1;}#a7ce2a468ba0649  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 30px;}#aa1c5a4cb1a275d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6f5fa1d8aa1562  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 50px;}#aeb81a3efaa7465 {
  border-radius: 5px;
  overflow: hidden;
}
#aeb81a3efaa7465 .ele-slideshow .uk-dotnav li a {
  background: #ffffff;
}
#aeb81a3efaa7465 .ele-slideshow .uk-dotnav > .uk-active a {
  background: #01755f;
}
#aeb81a3efaa7465 .ele-slideshow .uk-slidenav {
  background-color: rgba(65, 117, 5, 0);
}
#aeb81a3efaa7465 .ele-slideshow .uk-slidenav {
  color: #f5a623;
}
#aeb81a3efaa7465 .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(255, 255, 255, 0);
}
#a5942a06e6a3d76 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a2535ad4a3af777 > .ele-wrap {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;}#a7380ae38ca2a60 > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#aa491a3c67a83c4 > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-left-color: rgba(235, 235, 235, 1);}#ac024a8208a210e > .ele-wrap {border-left-width: -1px;border-bottom-width: -1px;border-right-width: -1px;border-top-width: -1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a44dcab63dafc89 > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-left-color: rgba(235, 235, 235, 1);}#a782ba5bd9a1583  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a9dc0aa056ab682  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 0px;padding-bottom: 40px;}#ac5a1adf64a8a18 > .ele-wrap {background-image: url(/resources/upload/ad1cfa3e21a0b3d/1758865046324.webp);background-position: center center;background-size: cover;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae333ac033a0415  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a7c7bac4d7a5cad  {flex-grow: 1;}#aac45a03b9a5123  {flex: 1;}#ae46aa464ea7c9e  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 20px;}#ae6f4a1911a6fc6  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;}#ab489af707abfd5  {flex-grow: 1;}#ab6a4abb7baa8f9  {flex: 1;}#a84eea6e28ac1ef  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;}#a8c8babe96a150b .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 15px;background-color: #1364d8;border-radius: 3px;justify-content: center;font-family: Verdana;}#a8c8babe96a150b .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(1, 117, 95, 0.8);}#a0dc6ad12daf811  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 40px;}#a627da2e68a17c8  {flex: 1;}#aa8f3a85fbace3a .a5c96aa2bca45bb {
  overflow: hidden;
}
#aa8f3a85fbace3a .a5c96aa2bca45bb , #aa8f3a85fbace3a .a5c96aa2bca45bb > * {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#aa8f3a85fbace3a .a5c96aa2bca45bb:hover , #aa8f3a85fbace3a .a5c96aa2bca45bb *:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aa8f3a85fbace3a .ae811a1daba72ea {
  overflow: hidden;
}
#aa8f3a85fbace3a .ae811a1daba72ea , #aa8f3a85fbace3a .ae811a1daba72ea > * {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: Verdana;color: rgba(225, 225, 225, 1);}#aa8f3a85fbace3a .a21f6a3b80a1d77 {
  overflow: hidden;
}
#aa8f3a85fbace3a .a21f6a3b80a1d77 , #aa8f3a85fbace3a .a21f6a3b80a1d77 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 13px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#aa8f3a85fbace3a .uk-grid {
  margin-left: -10px;
}
#aa8f3a85fbace3a .uk-grid > * {
  padding-left: 10px;
}
#aa8f3a85fbace3a .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#aa8f3a85fbace3a .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#aa8f3a85fbace3a .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #aa8f3a85fbace3a .uk-position-center-left-out {
    left: -30px;
  }
  #aa8f3a85fbace3a .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aef90a64e3ae329  {flex: 1;}#aa5ccaaf20a268d .a5c06a16d3aeac2 {
  overflow: hidden;
}
#aa5ccaaf20a268d .a5c06a16d3aeac2 , #aa5ccaaf20a268d .a5c06a16d3aeac2 > * {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#aa5ccaaf20a268d .a5c06a16d3aeac2:hover , #aa5ccaaf20a268d .a5c06a16d3aeac2 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#aa5ccaaf20a268d .uk-grid {
  margin-left: -10px;
}
#aa5ccaaf20a268d .uk-grid > * {
  padding-left: 10px;
}
#aa5ccaaf20a268d .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#aa5ccaaf20a268d .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#aa5ccaaf20a268d .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #aa5ccaaf20a268d .uk-position-center-left-out {
    left: -30px;
  }
  #aa5ccaaf20a268d .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a272da404ba69b8 {
  overflow: hidden;
  pointer-events: none;
}
#a272da404ba69b8 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a272da404ba69b8 > .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;
}
#a272da404ba69b8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a272da404ba69b8 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a272da404ba69b8 > .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;
}
#a272da404ba69b8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a272da404ba69b8 > .tab-wrap > div > .tab-nav,
#a272da404ba69b8 > .tab-nav,
#a272da404ba69b8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a272da404ba69b8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a272da404ba69b8 > .tab-wrap > div > .tab-nav-horizontal,
#a272da404ba69b8 > .tab-nav-horizontal,
#a272da404ba69b8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a272da404ba69b8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a272da404ba69b8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a272da404ba69b8 > .tab-nav-horizontal::-webkit-scrollbar,
#a272da404ba69b8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a272da404ba69b8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a272da404ba69b8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a272da404ba69b8 > .tab-nav-horizontal.tagScroll,
#a272da404ba69b8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a272da404ba69b8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#a272da404ba69b8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a272da404ba69b8 > .tab-nav-horizontal.tagScroll li a,
#a272da404ba69b8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a272da404ba69b8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a272da404ba69b8 > .tab-wrap > div > .tab-nav a,
#a272da404ba69b8 > .tab-nav a,
#a272da404ba69b8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a272da404ba69b8 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a272da404ba69b8 > .tab-wrap > div > .tab-nav li a,
#a272da404ba69b8 > .tab-nav li a,
#a272da404ba69b8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a272da404ba69b8 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 10px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(255, 255, 255, 0);
  border-right-style: none;
}
#a272da404ba69b8 > .tab-wrap > div > .tab-nav li a svg,
#a272da404ba69b8 > .tab-nav li a svg,
#a272da404ba69b8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a272da404ba69b8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a272da404ba69b8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a272da404ba69b8 > .tab-nav li a .ap_icon,
#a272da404ba69b8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a272da404ba69b8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a272da404ba69b8 > .tab-wrap > div > .tab-nav li a:hover,
#a272da404ba69b8 > .tab-nav li a:hover,
#a272da404ba69b8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a272da404ba69b8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a272da404ba69b8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a272da404ba69b8 > .tab-nav li.uk-active a,
#a272da404ba69b8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a272da404ba69b8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a272da404ba69b8 .layout-left li,
#a272da404ba69b8 .layout-center li,
#a272da404ba69b8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a272da404ba69b8 .layout-left li a,
#a272da404ba69b8 .layout-center li a,
#a272da404ba69b8 .layout-right li a {
  height: 100%;
}
#a272da404ba69b8 > .tab-tabs .layout-left {
  text-align: left;
}
#a272da404ba69b8 > .tab-tabs .layout-center {
  text-align: center;
}
#a272da404ba69b8 > .tab-tabs .layout-right {
  text-align: right;
}
#a272da404ba69b8 .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#a272da404ba69b8 .tab-content-wrap {
  background-color: transparent;
}
#a272da404ba69b8 .tab-contents,
#a272da404ba69b8 .tab-contents-wrap {
  pointer-events: none;
}
#a272da404ba69b8 .tab-content,
#a272da404ba69b8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a272da404ba69b8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a272da404ba69b8 .tab-wrap .tab-contents {
  height: 100%;
}
#a272da404ba69b8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a272da404ba69b8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a272da404ba69b8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7a9da84c9affe5  {flex: 1;}#a250da7a81a754c  {flex-grow: 1;}#ac4f6a14ada82c8  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a53e6ae7b4a12fd  {flex-grow: 1;}#a164dac31caa14d  {flex: 1;}#a4072a6ef3ac2fc  {flex-grow: 1;}#af801ab7b5a2126  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a73dda80b6a479b  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 30px;padding-bottom: 30px;}#a72a6a6fbaa0278  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;}#a41ffa650ba6faa  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;}#a90b5add51a59fc  {flex-grow: 1;}#a9448a8226ab53e  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;padding-bottom: 20px;}#a3a41a19ffa5f12  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-right: 50px;}#aaeb8af2d0ad7b0 > .ele-wrap {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;}#abe23aa79ca7139  {flex-grow: 1;}#a4542a863fa59ee  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a3f37ad3a6a679f  {flex-grow: 1;}#a02d0a6467a19b4  {flex: 1;}#a5e2ca8185ab1ba  {flex-grow: 1;}#a5536ae15cad9ba  {flex: 1;}#adeefaf746afa4d  {flex-grow: 1;}#ae7f4ac9f7a2bf2  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a2638a5d0da0872  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-left: 30px;padding-top: 30px;padding-bottom: 30px;}#a51dcac75fa230c  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-left: 30px;margin-bottom: 20px;}#aaf09a0777a4d7a  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;}#ab99ca6756a3cbd  {flex-grow: 1;}#a30ffa4e6daa5de  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-left: 30px;padding-bottom: 20px;}#a66fcac987aaef6 > .ele-wrap {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;flex-grow: 0;}#a0feea95a2a72ad  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#af056a2390a76c7  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a36a4a72ebaa0ec , #a36a4a72ebaa0ec a{flex-grow: 0;color: rgba(49, 118, 219, 1);}#a36a4a72ebaa0ec:hover, #a36a4a72ebaa0ec a:hover {color: rgba(19, 100, 216, 1);}#a767fa3f3aaf748  {flex-grow: 1;}#a4fb9aba3ca9c8c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a4fb9aba3ca9c8c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a4fb9aba3ca9c8c .ap-icon {
  margin-right: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon img,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li:hover > a,
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a4fb9aba3ca9c8c .menu-list ul,
#a4fb9aba3ca9c8c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a4fb9aba3ca9c8c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a4fb9aba3ca9c8c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4fb9aba3ca9c8c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4fb9aba3ca9c8c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a49b0afccaac34c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a49b0afccaac34c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a49b0afccaac34c .ap-icon {
  margin-right: 6px;
}
#a49b0afccaac34c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a,
#a49b0afccaac34c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon img,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a49b0afccaac34c .menu-list > li:hover > a,
#a49b0afccaac34c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a49b0afccaac34c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a49b0afccaac34c .menu-list ul,
#a49b0afccaac34c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a49b0afccaac34c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a49b0afccaac34c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a49b0afccaac34c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a49b0afccaac34c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a468aa0b1da717e > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afe37a828faabd7 , #afe37a828faabd7 a{color: rgba(6, 164, 100, 1);}#afe37a828faabd7:hover, #afe37a828faabd7 a:hover {color: rgba(4, 204, 101, 1);}#ac7eca0ba9a4ccf .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac7eca0ba9a4ccf .menu-list-expand .submenu-indicator {
  display: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a img,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9e02ae88da9704 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a img,
#a9e02ae88da9704 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa5cfa706da140f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa5cfa706da140f .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa5cfa706da140f .menu-list-expand .submenu-indicator {
  display: none;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li a img,
#aa5cfa706da140f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac02fa130dabd5c .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab967a9c03a9ca4 .uk-card {
  overflow: hidden;
  height: 400px;
}
#ab967a9c03a9ca4 .uk-link-reset {
  cursor: default;
}
#ab967a9c03a9ca4 .uk-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#ab967a9c03a9ca4 .uk-card .abstract {
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  margin-top: 10px;
  color: #fff;
  font-size: 16px;
  padding: 0 15px;
}
#ab967a9c03a9ca4 .uk-card .item-logo {
  position: relative;
  margin-top: 120px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#ab967a9c03a9ca4 .uk-card .item-logo .ap-icon {
  width: 55px;
  height: 55px;
  color: #fff;
  font-size: 45px;
}
#ab967a9c03a9ca4 .uk-card .title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 20px 0;
  position: relative;
}
#ab967a9c03a9ca4 .uk-card .title::before {
  content: "";
  position: relative;
  display: block;
  width: 20px;
  border-bottom: 2px solid #fff;
  margin: 0 auto 20px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#ab967a9c03a9ca4 .uk-card .uk-h5,
#ab967a9c03a9ca4 .uk-card .ap-icon {
  color: #666666;
}
#ab967a9c03a9ca4 .uk-card:hover::before {
  background: rgba(19, 100, 216, 0.9);
}
#ab967a9c03a9ca4 .uk-card:hover .item-logo {
  margin-top: 80px;
}
#ab967a9c03a9ca4 .uk-card:hover .title::before {
  opacity: 0;
  margin-bottom: 0;
}
#ab967a9c03a9ca4 .uk-card:hover .abstract {
  display: block;
  opacity: 1;
  margin-top: 0;
}
#a5bb0a4e40af0ac  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#a4f0eae1c8ad5b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a5e1fa5af8a6d2f > .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;flex-grow: 0;}#aaa66adb04a787f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aaa66adb04a787f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6e05a9cb2aacc5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a71eaaa784aba6f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a71eaaa784aba6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1f02a72faacac9 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad649a4e1faa01e > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad649a4e1faa01e  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2131a4568ad5fb .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8427a3663ab91d > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8427a3663ab91d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a54aea8b6da48ed .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#af514ac23ca7297  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4549a962ca7add > .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;flex-grow: 0;}#aefe9a9dcba95e8 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aefe9a9dcba95e8  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a78b8a66c3a62cd .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a6860a4373a658a > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a6860a4373a658a  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a60d7a306dad87e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aa506af856a9ff7 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aa506af856a9ff7  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1a9bafb12a3379 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a1ea5a55aba2aaa > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a1ea5a55aba2aaa  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a92fda3d31aebae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a96dba8355ac472 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a96dba8355ac472  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3fa0aa753aa303 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a05c0a0e46a2f58  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ace13a3d21a10ea > .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;flex-grow: 0;}#a0604a42d4a4597 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0604a42d4a4597  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ac9a8ad93ea1211 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae9cbafda3a2f1b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae9cbafda3a2f1b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aac8da5f56ab439 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4442ab252a29a9 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4442ab252a29a9  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae418a8e29ac7a8 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aacb4aacb5aec67 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aacb4aacb5aec67  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#adafea3e44a3273 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7b50a7223adfe6 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7b50a7223adfe6  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1ff7aaad5a00c5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4ed7a699ea9c4b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4ed7a699ea9c4b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3cc7a1265a50b6 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8ba8a9e62a0d8c > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8ba8a9e62a0d8c  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2e38acba1a6797 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab151a234ead77c {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#ab151a234ead77c .layout-left li,
#ab151a234ead77c .layout-center li,
#ab151a234ead77c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab151a234ead77c .layout-left li a,
#ab151a234ead77c .layout-center li a,
#ab151a234ead77c .layout-right li a {
  height: 100%;
}
#ab151a234ead77c > .tab-tabs .layout-left {
  text-align: left;
}
#ab151a234ead77c > .tab-tabs .layout-center {
  text-align: center;
}
#ab151a234ead77c > .tab-tabs .layout-right {
  text-align: right;
}
#ab151a234ead77c .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#ab151a234ead77c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c .tab-contents,
#ab151a234ead77c .tab-contents-wrap {
  pointer-events: none;
}
#ab151a234ead77c .tab-content,
#ab151a234ead77c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab151a234ead77c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab151a234ead77c .tab-wrap .tab-contents {
  height: 100%;
}
#ab151a234ead77c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab151a234ead77c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab151a234ead77c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a445cadc90a6f90  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a54aba797fa6994  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a0c23a8da1a5492  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aa603ad8dfa8ae5 .a72bea96eba74bb {
  overflow: hidden;
}
#aa603ad8dfa8ae5 .a72bea96eba74bb , #aa603ad8dfa8ae5 .a72bea96eba74bb > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aa603ad8dfa8ae5 .a72bea96eba74bb:hover , #aa603ad8dfa8ae5 .a72bea96eba74bb *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aa603ad8dfa8ae5 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa603ad8dfa8ae5 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa603ad8dfa8ae5 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aa603ad8dfa8ae5 .uk-position-center-left-out {
    left: -30px;
  }
  #aa603ad8dfa8ae5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6f8da0e6ea7804  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7baeab343a1ed2 .a31f5a9637ae63a {
  overflow: hidden;
}
#a7baeab343a1ed2 .a31f5a9637ae63a , #a7baeab343a1ed2 .a31f5a9637ae63a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7baeab343a1ed2 .a31f5a9637ae63a:hover , #a7baeab343a1ed2 .a31f5a9637ae63a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7baeab343a1ed2 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a7baeab343a1ed2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7baeab343a1ed2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7baeab343a1ed2 .uk-position-center-left-out {
    left: -30px;
  }
  #a7baeab343a1ed2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7eeea24a2a489a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a9e11a3922a0a84 .a0c79ae6caaf8e2 {
  overflow: hidden;
}
#a9e11a3922a0a84 .a0c79ae6caaf8e2 , #a9e11a3922a0a84 .a0c79ae6caaf8e2 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a9e11a3922a0a84 .a0c79ae6caaf8e2:hover , #a9e11a3922a0a84 .a0c79ae6caaf8e2 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a9e11a3922a0a84 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a9e11a3922a0a84 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9e11a3922a0a84 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a9e11a3922a0a84 .uk-position-center-left-out {
    left: -30px;
  }
  #a9e11a3922a0a84 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa82faaea2a1c77  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a94ffa5483a8d60 .a8a48ae1cfa9a13 {
  overflow: hidden;
}
#a94ffa5483a8d60 .a8a48ae1cfa9a13 , #a94ffa5483a8d60 .a8a48ae1cfa9a13 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a94ffa5483a8d60 .a8a48ae1cfa9a13:hover , #a94ffa5483a8d60 .a8a48ae1cfa9a13 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a94ffa5483a8d60 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a94ffa5483a8d60 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a94ffa5483a8d60 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a94ffa5483a8d60 .uk-position-center-left-out {
    left: -30px;
  }
  #a94ffa5483a8d60 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3b61acc08a6bcf {
  overflow: hidden;
  pointer-events: none;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a3b61acc08a6bcf .layout-left li,
#a3b61acc08a6bcf .layout-center li,
#a3b61acc08a6bcf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3b61acc08a6bcf .layout-left li a,
#a3b61acc08a6bcf .layout-center li a,
#a3b61acc08a6bcf .layout-right li a {
  height: 100%;
}
#a3b61acc08a6bcf > .tab-tabs .layout-left {
  text-align: left;
}
#a3b61acc08a6bcf > .tab-tabs .layout-center {
  text-align: center;
}
#a3b61acc08a6bcf > .tab-tabs .layout-right {
  text-align: right;
}
#a3b61acc08a6bcf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a3b61acc08a6bcf .tab-content-wrap {
  background-color: #ffffff;
}
#a3b61acc08a6bcf .tab-contents,
#a3b61acc08a6bcf .tab-contents-wrap {
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-content,
#a3b61acc08a6bcf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3b61acc08a6bcf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-wrap .tab-contents {
  height: 100%;
}
#a3b61acc08a6bcf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2b29afa75af3d2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a7bdda440da10de  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af0fda089faa74e .a179ba61fca0888 {
  overflow: hidden;
}
#af0fda089faa74e .a179ba61fca0888 , #af0fda089faa74e .a179ba61fca0888 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af0fda089faa74e .a179ba61fca0888:hover , #af0fda089faa74e .a179ba61fca0888 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af0fda089faa74e .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af0fda089faa74e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af0fda089faa74e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af0fda089faa74e .uk-position-center-left-out {
    left: -30px;
  }
  #af0fda089faa74e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac029ab8d2ac795  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3fa1aa72eae5d8 .a8a0fa2a83ace44 {
  overflow: hidden;
}
#a3fa1aa72eae5d8 .a8a0fa2a83ace44 , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3fa1aa72eae5d8 .a8a0fa2a83ace44:hover , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3fa1aa72eae5d8 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a3fa1aa72eae5d8 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3fa1aa72eae5d8 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3fa1aa72eae5d8 .uk-position-center-left-out {
    left: -30px;
  }
  #a3fa1aa72eae5d8 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acd71a09bca3734  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2599afd13a8dda .a67b0a5657abdca {
  overflow: hidden;
}
#a2599afd13a8dda .a67b0a5657abdca , #a2599afd13a8dda .a67b0a5657abdca > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2599afd13a8dda .a67b0a5657abdca:hover , #a2599afd13a8dda .a67b0a5657abdca *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2599afd13a8dda .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2599afd13a8dda .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2599afd13a8dda .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2599afd13a8dda .uk-position-center-left-out {
    left: -30px;
  }
  #a2599afd13a8dda .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3bd9a9ed3a0012  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5fc2ae1b1ac227 .ada91af9b0a0502 {
  overflow: hidden;
}
#a5fc2ae1b1ac227 .ada91af9b0a0502 , #a5fc2ae1b1ac227 .ada91af9b0a0502 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5fc2ae1b1ac227 .ada91af9b0a0502:hover , #a5fc2ae1b1ac227 .ada91af9b0a0502 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5fc2ae1b1ac227 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a5fc2ae1b1ac227 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5fc2ae1b1ac227 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5fc2ae1b1ac227 .uk-position-center-left-out {
    left: -30px;
  }
  #a5fc2ae1b1ac227 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6bcdafc0fa513f  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab2a3a53e3a711b .aec71a08e0ab367 {
  overflow: hidden;
}
#ab2a3a53e3a711b .aec71a08e0ab367 , #ab2a3a53e3a711b .aec71a08e0ab367 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab2a3a53e3a711b .aec71a08e0ab367:hover , #ab2a3a53e3a711b .aec71a08e0ab367 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab2a3a53e3a711b .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ab2a3a53e3a711b .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab2a3a53e3a711b .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab2a3a53e3a711b .uk-position-center-left-out {
    left: -30px;
  }
  #ab2a3a53e3a711b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a309aa2ec8a7ce3 {
  overflow: hidden;
  pointer-events: none;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a309aa2ec8a7ce3 .layout-left li,
#a309aa2ec8a7ce3 .layout-center li,
#a309aa2ec8a7ce3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a309aa2ec8a7ce3 .layout-left li a,
#a309aa2ec8a7ce3 .layout-center li a,
#a309aa2ec8a7ce3 .layout-right li a {
  height: 100%;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-left {
  text-align: left;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-center {
  text-align: center;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-right {
  text-align: right;
}
#a309aa2ec8a7ce3 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a309aa2ec8a7ce3 .tab-content-wrap {
  background-color: #ffffff;
}
#a309aa2ec8a7ce3 .tab-contents,
#a309aa2ec8a7ce3 .tab-contents-wrap {
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-content,
#a309aa2ec8a7ce3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-wrap .tab-contents {
  height: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6180acc49a3e93  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a6dafa4ecea60a0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aff3cac13cafbfb .a06ebafd21a2d85 {
  overflow: hidden;
}
#aff3cac13cafbfb .a06ebafd21a2d85 , #aff3cac13cafbfb .a06ebafd21a2d85 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aff3cac13cafbfb .a06ebafd21a2d85:hover , #aff3cac13cafbfb .a06ebafd21a2d85 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aff3cac13cafbfb .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aff3cac13cafbfb .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aff3cac13cafbfb .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aff3cac13cafbfb .uk-position-center-left-out {
    left: -30px;
  }
  #aff3cac13cafbfb .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#afcbbaca6ea610b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a53e2aef3aaf277 .aa00dac1eeacc9a {
  overflow: hidden;
}
#a53e2aef3aaf277 .aa00dac1eeacc9a , #a53e2aef3aaf277 .aa00dac1eeacc9a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a53e2aef3aaf277 .aa00dac1eeacc9a:hover , #a53e2aef3aaf277 .aa00dac1eeacc9a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a53e2aef3aaf277 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a53e2aef3aaf277 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a53e2aef3aaf277 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a53e2aef3aaf277 .uk-position-center-left-out {
    left: -30px;
  }
  #a53e2aef3aaf277 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4dd9a08d0a4fbc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adea6aad87ac37c .a709ba3eb4afea8 {
  overflow: hidden;
}
#adea6aad87ac37c .a709ba3eb4afea8 , #adea6aad87ac37c .a709ba3eb4afea8 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adea6aad87ac37c .a709ba3eb4afea8:hover , #adea6aad87ac37c .a709ba3eb4afea8 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adea6aad87ac37c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#adea6aad87ac37c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adea6aad87ac37c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adea6aad87ac37c .uk-position-center-left-out {
    left: -30px;
  }
  #adea6aad87ac37c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5f67a73efa84f8  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4f05aa0b1a588c .ab4cfa7547abdc6 {
  overflow: hidden;
}
#a4f05aa0b1a588c .ab4cfa7547abdc6 , #a4f05aa0b1a588c .ab4cfa7547abdc6 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4f05aa0b1a588c .ab4cfa7547abdc6:hover , #a4f05aa0b1a588c .ab4cfa7547abdc6 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4f05aa0b1a588c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4f05aa0b1a588c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4f05aa0b1a588c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4f05aa0b1a588c .uk-position-center-left-out {
    left: -30px;
  }
  #a4f05aa0b1a588c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8b3caf245a9550 {
  overflow: hidden;
  pointer-events: none;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a8b3caf245a9550 .layout-left li,
#a8b3caf245a9550 .layout-center li,
#a8b3caf245a9550 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8b3caf245a9550 .layout-left li a,
#a8b3caf245a9550 .layout-center li a,
#a8b3caf245a9550 .layout-right li a {
  height: 100%;
}
#a8b3caf245a9550 > .tab-tabs .layout-left {
  text-align: left;
}
#a8b3caf245a9550 > .tab-tabs .layout-center {
  text-align: center;
}
#a8b3caf245a9550 > .tab-tabs .layout-right {
  text-align: right;
}
#a8b3caf245a9550 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a8b3caf245a9550 .tab-content-wrap {
  background-color: #ffffff;
}
#a8b3caf245a9550 .tab-contents,
#a8b3caf245a9550 .tab-contents-wrap {
  pointer-events: none;
}
#a8b3caf245a9550 .tab-content,
#a8b3caf245a9550 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8b3caf245a9550 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8b3caf245a9550 .tab-wrap .tab-contents {
  height: 100%;
}
#a8b3caf245a9550 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1c11abae0a6498  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#aa27fa0954aa408  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a61a0af29da2f9c .aeab3a5320a803f {
  overflow: hidden;
}
#a61a0af29da2f9c .aeab3a5320a803f , #a61a0af29da2f9c .aeab3a5320a803f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a61a0af29da2f9c .aeab3a5320a803f:hover , #a61a0af29da2f9c .aeab3a5320a803f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a61a0af29da2f9c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a61a0af29da2f9c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a61a0af29da2f9c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a61a0af29da2f9c .uk-position-center-left-out {
    left: -30px;
  }
  #a61a0af29da2f9c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8c29a827fa339d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a1f73acf75a8e75 .a5c24a00fda0569 {
  overflow: hidden;
}
#a1f73acf75a8e75 .a5c24a00fda0569 , #a1f73acf75a8e75 .a5c24a00fda0569 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a1f73acf75a8e75 .a5c24a00fda0569:hover , #a1f73acf75a8e75 .a5c24a00fda0569 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a1f73acf75a8e75 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1f73acf75a8e75 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a1f73acf75a8e75 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a1f73acf75a8e75 .uk-position-center-left-out {
    left: -30px;
  }
  #a1f73acf75a8e75 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a988ba0fa4a2973  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4092a576fa0692 .a229fac40ea9024 {
  overflow: hidden;
}
#a4092a576fa0692 .a229fac40ea9024 , #a4092a576fa0692 .a229fac40ea9024 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4092a576fa0692 .a229fac40ea9024:hover , #a4092a576fa0692 .a229fac40ea9024 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4092a576fa0692 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4092a576fa0692 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4092a576fa0692 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4092a576fa0692 .uk-position-center-left-out {
    left: -30px;
  }
  #a4092a576fa0692 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac7c7a155ba5f06  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a0daaa7cb3a7125 .a8c63ab1d9a065f {
  overflow: hidden;
}
#a0daaa7cb3a7125 .a8c63ab1d9a065f , #a0daaa7cb3a7125 .a8c63ab1d9a065f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a0daaa7cb3a7125 .a8c63ab1d9a065f:hover , #a0daaa7cb3a7125 .a8c63ab1d9a065f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a0daaa7cb3a7125 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a0daaa7cb3a7125 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a0daaa7cb3a7125 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a0daaa7cb3a7125 .uk-position-center-left-out {
    left: -30px;
  }
  #a0daaa7cb3a7125 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a2884a9c7aa42cb {
  overflow: hidden;
  pointer-events: none;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a2884a9c7aa42cb .layout-left li,
#a2884a9c7aa42cb .layout-center li,
#a2884a9c7aa42cb .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a2884a9c7aa42cb .layout-left li a,
#a2884a9c7aa42cb .layout-center li a,
#a2884a9c7aa42cb .layout-right li a {
  height: 100%;
}
#a2884a9c7aa42cb > .tab-tabs .layout-left {
  text-align: left;
}
#a2884a9c7aa42cb > .tab-tabs .layout-center {
  text-align: center;
}
#a2884a9c7aa42cb > .tab-tabs .layout-right {
  text-align: right;
}
#a2884a9c7aa42cb .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a2884a9c7aa42cb .tab-content-wrap {
  background-color: #ffffff;
}
#a2884a9c7aa42cb .tab-contents,
#a2884a9c7aa42cb .tab-contents-wrap {
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-content,
#a2884a9c7aa42cb .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a2884a9c7aa42cb .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-wrap .tab-contents {
  height: 100%;
}
#a2884a9c7aa42cb .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9337a9870a4aa8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .tab-nav li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .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: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#a9337a9870a4aa8 .layout-left li,
#a9337a9870a4aa8 .layout-center li,
#a9337a9870a4aa8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9337a9870a4aa8 .layout-left li a,
#a9337a9870a4aa8 .layout-center li a,
#a9337a9870a4aa8 .layout-right li a {
  height: 100%;
}
#a9337a9870a4aa8 > .tab-tabs .layout-left {
  text-align: left;
}
#a9337a9870a4aa8 > .tab-tabs .layout-center {
  text-align: center;
}
#a9337a9870a4aa8 > .tab-tabs .layout-right {
  text-align: right;
}
#a9337a9870a4aa8 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a9337a9870a4aa8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 .tab-contents,
#a9337a9870a4aa8 .tab-contents-wrap {
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-content,
#a9337a9870a4aa8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9337a9870a4aa8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-wrap .tab-contents {
  height: 100%;
}
#a9337a9870a4aa8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a02f5a3ff9a4083  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0dafa41eda42c1 > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a0936a27c6a7e20 > .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;}#a0936a27c6a7e20  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0936a27c6a7e20:hover * {color: #000000  !important}
                            #a0936a27c6a7e20:hover .line{border-color: #000000  !important}#a0099a01a7a0786 > .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;}#a0099a01a7a0786  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0099a01a7a0786:hover * {color: #000000  !important}
                            #a0099a01a7a0786:hover .line{border-color: #000000  !important}#ada22ad7caad10a  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a2384a88bcaa91f > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#aff0fa80aca0f48 > .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;}#aff0fa80aca0f48  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aff0fa80aca0f48:hover * {color: #000000  !important}
                            #aff0fa80aca0f48:hover .line{border-color: #000000  !important}#a7c98ad8d3a2f15 > .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;}#a7c98ad8d3a2f15  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7c98ad8d3a2f15:hover * {color: #000000  !important}
                            #a7c98ad8d3a2f15:hover .line{border-color: #000000  !important}#aef76a9e03a209f  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a96e2a6c2aae62d > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#ae1efad977acc8b > .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;}#ae1efad977acc8b  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#ae1efad977acc8b:hover * {color: #000000  !important}
                            #ae1efad977acc8b:hover .line{border-color: #000000  !important}#a969ba27fba3e87 > .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;}#a969ba27fba3e87  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a969ba27fba3e87:hover * {color: #000000  !important}
                            #a969ba27fba3e87:hover .line{border-color: #000000  !important}#a72b8a64dba1bcc > .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;}#a72b8a64dba1bcc  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a72b8a64dba1bcc:hover * {color: #000000  !important}
                            #a72b8a64dba1bcc:hover .line{border-color: #000000  !important}#a5509a25c7aa431 > .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;}#a5509a25c7aa431  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a5509a25c7aa431:hover * {color: #000000  !important}
                            #a5509a25c7aa431:hover .line{border-color: #000000  !important}#ac860aabe5ab7a3 {
  overflow: hidden;
  pointer-events: none;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 .layout-left li,
#ac860aabe5ab7a3 .layout-center li,
#ac860aabe5ab7a3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac860aabe5ab7a3 .layout-left li a,
#ac860aabe5ab7a3 .layout-center li a,
#ac860aabe5ab7a3 .layout-right li a {
  height: 100%;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-left {
  text-align: left;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-center {
  text-align: center;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-right {
  text-align: right;
}
#ac860aabe5ab7a3 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#ac860aabe5ab7a3 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ac860aabe5ab7a3 .tab-contents,
#ac860aabe5ab7a3 .tab-contents-wrap {
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-content,
#ac860aabe5ab7a3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac860aabe5ab7a3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-wrap .tab-contents {
  height: 100%;
}
#ac860aabe5ab7a3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a803baa081aca73 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a803baa081aca73 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a803baa081aca73 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a803baa081aca73 .menu-list > li > a {
  padding: 0 10px;
}
#a803baa081aca73 .menu-list > li:hover:before {
  height: 100%;
}
#a803baa081aca73 .menu-list > li:hover:after {
  color: auto;
}
#a803baa081aca73 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a803baa081aca73 .menu-list > li:first-child:after {
  content: "";
}
#a803baa081aca73 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a803baa081aca73 .menu-list > li ul li {
  position: relative;
}
#a803baa081aca73 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a803baa081aca73 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a803baa081aca73 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 li ul,
#a803baa081aca73 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a803baa081aca73 li:hover > ul {
  left: auto;
}
#a803baa081aca73 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a0feea95a2a72ad  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#af056a2390a76c7  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a36a4a72ebaa0ec , #a36a4a72ebaa0ec a{flex-grow: 0;color: rgba(49, 118, 219, 1);}#a36a4a72ebaa0ec:hover, #a36a4a72ebaa0ec a:hover {color: rgba(19, 100, 216, 1);}#a767fa3f3aaf748  {flex-grow: 1;}#a4fb9aba3ca9c8c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a4fb9aba3ca9c8c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a4fb9aba3ca9c8c .ap-icon {
  margin-right: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon img,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li:hover > a,
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a4fb9aba3ca9c8c .menu-list ul,
#a4fb9aba3ca9c8c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a4fb9aba3ca9c8c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a4fb9aba3ca9c8c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4fb9aba3ca9c8c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4fb9aba3ca9c8c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a49b0afccaac34c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a49b0afccaac34c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a49b0afccaac34c .ap-icon {
  margin-right: 6px;
}
#a49b0afccaac34c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a,
#a49b0afccaac34c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon img,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a49b0afccaac34c .menu-list > li:hover > a,
#a49b0afccaac34c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a49b0afccaac34c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a49b0afccaac34c .menu-list ul,
#a49b0afccaac34c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a49b0afccaac34c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a49b0afccaac34c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a49b0afccaac34c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a49b0afccaac34c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a468aa0b1da717e > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afe37a828faabd7 , #afe37a828faabd7 a{color: rgba(6, 164, 100, 1);}#afe37a828faabd7:hover, #afe37a828faabd7 a:hover {color: rgba(4, 204, 101, 1);}#ac7eca0ba9a4ccf .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac7eca0ba9a4ccf .menu-list-expand .submenu-indicator {
  display: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a img,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9e02ae88da9704 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a img,
#a9e02ae88da9704 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa5cfa706da140f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa5cfa706da140f .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa5cfa706da140f .menu-list-expand .submenu-indicator {
  display: none;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li a img,
#aa5cfa706da140f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a1536af6a1ad6bf .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a3312a4f52a63be .icon-round {
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  position: absolute;
  left: -3rem;
  top: .5rem;
  text-align: center;
  line-height: 4rem;
  background: #1364d8;
  color: #fff;
}
#a3312a4f52a63be .icon-round i,
#a3312a4f52a63be .icon-round img {
  width: 2rem;
  height: 2rem;
  font-size: 1.5rem;
  line-height: 4rem;
}
#a5bb0a4e40af0ac  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#a4f0eae1c8ad5b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a5e1fa5af8a6d2f > .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;flex-grow: 0;}#aaa66adb04a787f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aaa66adb04a787f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6e05a9cb2aacc5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a71eaaa784aba6f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a71eaaa784aba6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1f02a72faacac9 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad649a4e1faa01e > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad649a4e1faa01e  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2131a4568ad5fb .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8427a3663ab91d > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8427a3663ab91d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a54aea8b6da48ed .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#af514ac23ca7297  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4549a962ca7add > .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;flex-grow: 0;}#aefe9a9dcba95e8 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aefe9a9dcba95e8  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a78b8a66c3a62cd .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a6860a4373a658a > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a6860a4373a658a  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a60d7a306dad87e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aa506af856a9ff7 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aa506af856a9ff7  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1a9bafb12a3379 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a1ea5a55aba2aaa > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a1ea5a55aba2aaa  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a92fda3d31aebae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a96dba8355ac472 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a96dba8355ac472  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3fa0aa753aa303 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a05c0a0e46a2f58  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ace13a3d21a10ea > .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;flex-grow: 0;}#a0604a42d4a4597 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0604a42d4a4597  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ac9a8ad93ea1211 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae9cbafda3a2f1b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae9cbafda3a2f1b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aac8da5f56ab439 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4442ab252a29a9 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4442ab252a29a9  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae418a8e29ac7a8 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aacb4aacb5aec67 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aacb4aacb5aec67  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#adafea3e44a3273 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7b50a7223adfe6 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7b50a7223adfe6  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1ff7aaad5a00c5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4ed7a699ea9c4b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4ed7a699ea9c4b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3cc7a1265a50b6 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8ba8a9e62a0d8c > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8ba8a9e62a0d8c  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2e38acba1a6797 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab151a234ead77c {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#ab151a234ead77c .layout-left li,
#ab151a234ead77c .layout-center li,
#ab151a234ead77c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab151a234ead77c .layout-left li a,
#ab151a234ead77c .layout-center li a,
#ab151a234ead77c .layout-right li a {
  height: 100%;
}
#ab151a234ead77c > .tab-tabs .layout-left {
  text-align: left;
}
#ab151a234ead77c > .tab-tabs .layout-center {
  text-align: center;
}
#ab151a234ead77c > .tab-tabs .layout-right {
  text-align: right;
}
#ab151a234ead77c .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#ab151a234ead77c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c .tab-contents,
#ab151a234ead77c .tab-contents-wrap {
  pointer-events: none;
}
#ab151a234ead77c .tab-content,
#ab151a234ead77c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab151a234ead77c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab151a234ead77c .tab-wrap .tab-contents {
  height: 100%;
}
#ab151a234ead77c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab151a234ead77c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab151a234ead77c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a445cadc90a6f90  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a54aba797fa6994  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a0c23a8da1a5492  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aa603ad8dfa8ae5 .a72bea96eba74bb {
  overflow: hidden;
}
#aa603ad8dfa8ae5 .a72bea96eba74bb , #aa603ad8dfa8ae5 .a72bea96eba74bb > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aa603ad8dfa8ae5 .a72bea96eba74bb:hover , #aa603ad8dfa8ae5 .a72bea96eba74bb *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aa603ad8dfa8ae5 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa603ad8dfa8ae5 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa603ad8dfa8ae5 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aa603ad8dfa8ae5 .uk-position-center-left-out {
    left: -30px;
  }
  #aa603ad8dfa8ae5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6f8da0e6ea7804  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7baeab343a1ed2 .a31f5a9637ae63a {
  overflow: hidden;
}
#a7baeab343a1ed2 .a31f5a9637ae63a , #a7baeab343a1ed2 .a31f5a9637ae63a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7baeab343a1ed2 .a31f5a9637ae63a:hover , #a7baeab343a1ed2 .a31f5a9637ae63a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7baeab343a1ed2 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a7baeab343a1ed2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7baeab343a1ed2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7baeab343a1ed2 .uk-position-center-left-out {
    left: -30px;
  }
  #a7baeab343a1ed2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7eeea24a2a489a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a9e11a3922a0a84 .a0c79ae6caaf8e2 {
  overflow: hidden;
}
#a9e11a3922a0a84 .a0c79ae6caaf8e2 , #a9e11a3922a0a84 .a0c79ae6caaf8e2 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a9e11a3922a0a84 .a0c79ae6caaf8e2:hover , #a9e11a3922a0a84 .a0c79ae6caaf8e2 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a9e11a3922a0a84 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a9e11a3922a0a84 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9e11a3922a0a84 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a9e11a3922a0a84 .uk-position-center-left-out {
    left: -30px;
  }
  #a9e11a3922a0a84 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa82faaea2a1c77  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a94ffa5483a8d60 .a8a48ae1cfa9a13 {
  overflow: hidden;
}
#a94ffa5483a8d60 .a8a48ae1cfa9a13 , #a94ffa5483a8d60 .a8a48ae1cfa9a13 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a94ffa5483a8d60 .a8a48ae1cfa9a13:hover , #a94ffa5483a8d60 .a8a48ae1cfa9a13 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a94ffa5483a8d60 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a94ffa5483a8d60 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a94ffa5483a8d60 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a94ffa5483a8d60 .uk-position-center-left-out {
    left: -30px;
  }
  #a94ffa5483a8d60 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3b61acc08a6bcf {
  overflow: hidden;
  pointer-events: none;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a3b61acc08a6bcf .layout-left li,
#a3b61acc08a6bcf .layout-center li,
#a3b61acc08a6bcf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3b61acc08a6bcf .layout-left li a,
#a3b61acc08a6bcf .layout-center li a,
#a3b61acc08a6bcf .layout-right li a {
  height: 100%;
}
#a3b61acc08a6bcf > .tab-tabs .layout-left {
  text-align: left;
}
#a3b61acc08a6bcf > .tab-tabs .layout-center {
  text-align: center;
}
#a3b61acc08a6bcf > .tab-tabs .layout-right {
  text-align: right;
}
#a3b61acc08a6bcf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a3b61acc08a6bcf .tab-content-wrap {
  background-color: #ffffff;
}
#a3b61acc08a6bcf .tab-contents,
#a3b61acc08a6bcf .tab-contents-wrap {
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-content,
#a3b61acc08a6bcf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3b61acc08a6bcf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-wrap .tab-contents {
  height: 100%;
}
#a3b61acc08a6bcf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2b29afa75af3d2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a7bdda440da10de  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af0fda089faa74e .a179ba61fca0888 {
  overflow: hidden;
}
#af0fda089faa74e .a179ba61fca0888 , #af0fda089faa74e .a179ba61fca0888 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af0fda089faa74e .a179ba61fca0888:hover , #af0fda089faa74e .a179ba61fca0888 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af0fda089faa74e .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af0fda089faa74e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af0fda089faa74e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af0fda089faa74e .uk-position-center-left-out {
    left: -30px;
  }
  #af0fda089faa74e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac029ab8d2ac795  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3fa1aa72eae5d8 .a8a0fa2a83ace44 {
  overflow: hidden;
}
#a3fa1aa72eae5d8 .a8a0fa2a83ace44 , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3fa1aa72eae5d8 .a8a0fa2a83ace44:hover , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3fa1aa72eae5d8 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a3fa1aa72eae5d8 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3fa1aa72eae5d8 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3fa1aa72eae5d8 .uk-position-center-left-out {
    left: -30px;
  }
  #a3fa1aa72eae5d8 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acd71a09bca3734  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2599afd13a8dda .a67b0a5657abdca {
  overflow: hidden;
}
#a2599afd13a8dda .a67b0a5657abdca , #a2599afd13a8dda .a67b0a5657abdca > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2599afd13a8dda .a67b0a5657abdca:hover , #a2599afd13a8dda .a67b0a5657abdca *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2599afd13a8dda .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2599afd13a8dda .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2599afd13a8dda .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2599afd13a8dda .uk-position-center-left-out {
    left: -30px;
  }
  #a2599afd13a8dda .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3bd9a9ed3a0012  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5fc2ae1b1ac227 .ada91af9b0a0502 {
  overflow: hidden;
}
#a5fc2ae1b1ac227 .ada91af9b0a0502 , #a5fc2ae1b1ac227 .ada91af9b0a0502 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5fc2ae1b1ac227 .ada91af9b0a0502:hover , #a5fc2ae1b1ac227 .ada91af9b0a0502 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5fc2ae1b1ac227 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a5fc2ae1b1ac227 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5fc2ae1b1ac227 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5fc2ae1b1ac227 .uk-position-center-left-out {
    left: -30px;
  }
  #a5fc2ae1b1ac227 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6bcdafc0fa513f  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab2a3a53e3a711b .aec71a08e0ab367 {
  overflow: hidden;
}
#ab2a3a53e3a711b .aec71a08e0ab367 , #ab2a3a53e3a711b .aec71a08e0ab367 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab2a3a53e3a711b .aec71a08e0ab367:hover , #ab2a3a53e3a711b .aec71a08e0ab367 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab2a3a53e3a711b .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ab2a3a53e3a711b .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab2a3a53e3a711b .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab2a3a53e3a711b .uk-position-center-left-out {
    left: -30px;
  }
  #ab2a3a53e3a711b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a309aa2ec8a7ce3 {
  overflow: hidden;
  pointer-events: none;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a309aa2ec8a7ce3 .layout-left li,
#a309aa2ec8a7ce3 .layout-center li,
#a309aa2ec8a7ce3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a309aa2ec8a7ce3 .layout-left li a,
#a309aa2ec8a7ce3 .layout-center li a,
#a309aa2ec8a7ce3 .layout-right li a {
  height: 100%;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-left {
  text-align: left;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-center {
  text-align: center;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-right {
  text-align: right;
}
#a309aa2ec8a7ce3 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a309aa2ec8a7ce3 .tab-content-wrap {
  background-color: #ffffff;
}
#a309aa2ec8a7ce3 .tab-contents,
#a309aa2ec8a7ce3 .tab-contents-wrap {
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-content,
#a309aa2ec8a7ce3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-wrap .tab-contents {
  height: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6180acc49a3e93  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a6dafa4ecea60a0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aff3cac13cafbfb .a06ebafd21a2d85 {
  overflow: hidden;
}
#aff3cac13cafbfb .a06ebafd21a2d85 , #aff3cac13cafbfb .a06ebafd21a2d85 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aff3cac13cafbfb .a06ebafd21a2d85:hover , #aff3cac13cafbfb .a06ebafd21a2d85 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aff3cac13cafbfb .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aff3cac13cafbfb .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aff3cac13cafbfb .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aff3cac13cafbfb .uk-position-center-left-out {
    left: -30px;
  }
  #aff3cac13cafbfb .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#afcbbaca6ea610b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a53e2aef3aaf277 .aa00dac1eeacc9a {
  overflow: hidden;
}
#a53e2aef3aaf277 .aa00dac1eeacc9a , #a53e2aef3aaf277 .aa00dac1eeacc9a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a53e2aef3aaf277 .aa00dac1eeacc9a:hover , #a53e2aef3aaf277 .aa00dac1eeacc9a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a53e2aef3aaf277 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a53e2aef3aaf277 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a53e2aef3aaf277 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a53e2aef3aaf277 .uk-position-center-left-out {
    left: -30px;
  }
  #a53e2aef3aaf277 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4dd9a08d0a4fbc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adea6aad87ac37c .a709ba3eb4afea8 {
  overflow: hidden;
}
#adea6aad87ac37c .a709ba3eb4afea8 , #adea6aad87ac37c .a709ba3eb4afea8 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adea6aad87ac37c .a709ba3eb4afea8:hover , #adea6aad87ac37c .a709ba3eb4afea8 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adea6aad87ac37c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#adea6aad87ac37c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adea6aad87ac37c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adea6aad87ac37c .uk-position-center-left-out {
    left: -30px;
  }
  #adea6aad87ac37c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5f67a73efa84f8  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4f05aa0b1a588c .ab4cfa7547abdc6 {
  overflow: hidden;
}
#a4f05aa0b1a588c .ab4cfa7547abdc6 , #a4f05aa0b1a588c .ab4cfa7547abdc6 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4f05aa0b1a588c .ab4cfa7547abdc6:hover , #a4f05aa0b1a588c .ab4cfa7547abdc6 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4f05aa0b1a588c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4f05aa0b1a588c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4f05aa0b1a588c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4f05aa0b1a588c .uk-position-center-left-out {
    left: -30px;
  }
  #a4f05aa0b1a588c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8b3caf245a9550 {
  overflow: hidden;
  pointer-events: none;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a8b3caf245a9550 .layout-left li,
#a8b3caf245a9550 .layout-center li,
#a8b3caf245a9550 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8b3caf245a9550 .layout-left li a,
#a8b3caf245a9550 .layout-center li a,
#a8b3caf245a9550 .layout-right li a {
  height: 100%;
}
#a8b3caf245a9550 > .tab-tabs .layout-left {
  text-align: left;
}
#a8b3caf245a9550 > .tab-tabs .layout-center {
  text-align: center;
}
#a8b3caf245a9550 > .tab-tabs .layout-right {
  text-align: right;
}
#a8b3caf245a9550 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a8b3caf245a9550 .tab-content-wrap {
  background-color: #ffffff;
}
#a8b3caf245a9550 .tab-contents,
#a8b3caf245a9550 .tab-contents-wrap {
  pointer-events: none;
}
#a8b3caf245a9550 .tab-content,
#a8b3caf245a9550 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8b3caf245a9550 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8b3caf245a9550 .tab-wrap .tab-contents {
  height: 100%;
}
#a8b3caf245a9550 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1c11abae0a6498  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#aa27fa0954aa408  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a61a0af29da2f9c .aeab3a5320a803f {
  overflow: hidden;
}
#a61a0af29da2f9c .aeab3a5320a803f , #a61a0af29da2f9c .aeab3a5320a803f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a61a0af29da2f9c .aeab3a5320a803f:hover , #a61a0af29da2f9c .aeab3a5320a803f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a61a0af29da2f9c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a61a0af29da2f9c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a61a0af29da2f9c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a61a0af29da2f9c .uk-position-center-left-out {
    left: -30px;
  }
  #a61a0af29da2f9c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8c29a827fa339d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a1f73acf75a8e75 .a5c24a00fda0569 {
  overflow: hidden;
}
#a1f73acf75a8e75 .a5c24a00fda0569 , #a1f73acf75a8e75 .a5c24a00fda0569 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a1f73acf75a8e75 .a5c24a00fda0569:hover , #a1f73acf75a8e75 .a5c24a00fda0569 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a1f73acf75a8e75 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1f73acf75a8e75 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a1f73acf75a8e75 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a1f73acf75a8e75 .uk-position-center-left-out {
    left: -30px;
  }
  #a1f73acf75a8e75 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a988ba0fa4a2973  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4092a576fa0692 .a229fac40ea9024 {
  overflow: hidden;
}
#a4092a576fa0692 .a229fac40ea9024 , #a4092a576fa0692 .a229fac40ea9024 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4092a576fa0692 .a229fac40ea9024:hover , #a4092a576fa0692 .a229fac40ea9024 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4092a576fa0692 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4092a576fa0692 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4092a576fa0692 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4092a576fa0692 .uk-position-center-left-out {
    left: -30px;
  }
  #a4092a576fa0692 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac7c7a155ba5f06  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a0daaa7cb3a7125 .a8c63ab1d9a065f {
  overflow: hidden;
}
#a0daaa7cb3a7125 .a8c63ab1d9a065f , #a0daaa7cb3a7125 .a8c63ab1d9a065f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a0daaa7cb3a7125 .a8c63ab1d9a065f:hover , #a0daaa7cb3a7125 .a8c63ab1d9a065f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a0daaa7cb3a7125 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a0daaa7cb3a7125 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a0daaa7cb3a7125 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a0daaa7cb3a7125 .uk-position-center-left-out {
    left: -30px;
  }
  #a0daaa7cb3a7125 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a2884a9c7aa42cb {
  overflow: hidden;
  pointer-events: none;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a2884a9c7aa42cb .layout-left li,
#a2884a9c7aa42cb .layout-center li,
#a2884a9c7aa42cb .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a2884a9c7aa42cb .layout-left li a,
#a2884a9c7aa42cb .layout-center li a,
#a2884a9c7aa42cb .layout-right li a {
  height: 100%;
}
#a2884a9c7aa42cb > .tab-tabs .layout-left {
  text-align: left;
}
#a2884a9c7aa42cb > .tab-tabs .layout-center {
  text-align: center;
}
#a2884a9c7aa42cb > .tab-tabs .layout-right {
  text-align: right;
}
#a2884a9c7aa42cb .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a2884a9c7aa42cb .tab-content-wrap {
  background-color: #ffffff;
}
#a2884a9c7aa42cb .tab-contents,
#a2884a9c7aa42cb .tab-contents-wrap {
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-content,
#a2884a9c7aa42cb .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a2884a9c7aa42cb .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-wrap .tab-contents {
  height: 100%;
}
#a2884a9c7aa42cb .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9337a9870a4aa8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .tab-nav li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .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: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#a9337a9870a4aa8 .layout-left li,
#a9337a9870a4aa8 .layout-center li,
#a9337a9870a4aa8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9337a9870a4aa8 .layout-left li a,
#a9337a9870a4aa8 .layout-center li a,
#a9337a9870a4aa8 .layout-right li a {
  height: 100%;
}
#a9337a9870a4aa8 > .tab-tabs .layout-left {
  text-align: left;
}
#a9337a9870a4aa8 > .tab-tabs .layout-center {
  text-align: center;
}
#a9337a9870a4aa8 > .tab-tabs .layout-right {
  text-align: right;
}
#a9337a9870a4aa8 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a9337a9870a4aa8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 .tab-contents,
#a9337a9870a4aa8 .tab-contents-wrap {
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-content,
#a9337a9870a4aa8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9337a9870a4aa8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-wrap .tab-contents {
  height: 100%;
}
#a9337a9870a4aa8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a02f5a3ff9a4083  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0dafa41eda42c1 > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a0936a27c6a7e20 > .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;}#a0936a27c6a7e20  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0936a27c6a7e20:hover * {color: #000000  !important}
                            #a0936a27c6a7e20:hover .line{border-color: #000000  !important}#a0099a01a7a0786 > .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;}#a0099a01a7a0786  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0099a01a7a0786:hover * {color: #000000  !important}
                            #a0099a01a7a0786:hover .line{border-color: #000000  !important}#ada22ad7caad10a  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a2384a88bcaa91f > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#aff0fa80aca0f48 > .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;}#aff0fa80aca0f48  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aff0fa80aca0f48:hover * {color: #000000  !important}
                            #aff0fa80aca0f48:hover .line{border-color: #000000  !important}#a7c98ad8d3a2f15 > .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;}#a7c98ad8d3a2f15  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7c98ad8d3a2f15:hover * {color: #000000  !important}
                            #a7c98ad8d3a2f15:hover .line{border-color: #000000  !important}#aef76a9e03a209f  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a96e2a6c2aae62d > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#ae1efad977acc8b > .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;}#ae1efad977acc8b  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#ae1efad977acc8b:hover * {color: #000000  !important}
                            #ae1efad977acc8b:hover .line{border-color: #000000  !important}#a969ba27fba3e87 > .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;}#a969ba27fba3e87  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a969ba27fba3e87:hover * {color: #000000  !important}
                            #a969ba27fba3e87:hover .line{border-color: #000000  !important}#a72b8a64dba1bcc > .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;}#a72b8a64dba1bcc  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a72b8a64dba1bcc:hover * {color: #000000  !important}
                            #a72b8a64dba1bcc:hover .line{border-color: #000000  !important}#a5509a25c7aa431 > .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;}#a5509a25c7aa431  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a5509a25c7aa431:hover * {color: #000000  !important}
                            #a5509a25c7aa431:hover .line{border-color: #000000  !important}#ac860aabe5ab7a3 {
  overflow: hidden;
  pointer-events: none;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 .layout-left li,
#ac860aabe5ab7a3 .layout-center li,
#ac860aabe5ab7a3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac860aabe5ab7a3 .layout-left li a,
#ac860aabe5ab7a3 .layout-center li a,
#ac860aabe5ab7a3 .layout-right li a {
  height: 100%;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-left {
  text-align: left;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-center {
  text-align: center;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-right {
  text-align: right;
}
#ac860aabe5ab7a3 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#ac860aabe5ab7a3 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ac860aabe5ab7a3 .tab-contents,
#ac860aabe5ab7a3 .tab-contents-wrap {
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-content,
#ac860aabe5ab7a3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac860aabe5ab7a3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-wrap .tab-contents {
  height: 100%;
}
#ac860aabe5ab7a3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a803baa081aca73 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a803baa081aca73 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a803baa081aca73 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a803baa081aca73 .menu-list > li > a {
  padding: 0 10px;
}
#a803baa081aca73 .menu-list > li:hover:before {
  height: 100%;
}
#a803baa081aca73 .menu-list > li:hover:after {
  color: auto;
}
#a803baa081aca73 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a803baa081aca73 .menu-list > li:first-child:after {
  content: "";
}
#a803baa081aca73 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a803baa081aca73 .menu-list > li ul li {
  position: relative;
}
#a803baa081aca73 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a803baa081aca73 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a803baa081aca73 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 li ul,
#a803baa081aca73 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a803baa081aca73 li:hover > ul {
  left: auto;
}
#a803baa081aca73 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#af52da95bca2b9a {
  border-radius: 5px;
  overflow: hidden;
}
#af52da95bca2b9a .ele-slideshow .uk-dotnav li a {
  background: #ffffff;
}
#af52da95bca2b9a .ele-slideshow .uk-dotnav > .uk-active a {
  background: #01755f;
}
#af52da95bca2b9a .ele-slideshow .uk-slidenav {
  background-color: rgba(65, 117, 5, 0);
}
#af52da95bca2b9a .ele-slideshow .uk-slidenav {
  color: #f5a623;
}
#af52da95bca2b9a .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(255, 255, 255, 0);
}
#a9e9fa3f92ac56c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a41a1aa136a1f71 .ele-wrap {border-color: rgba(1, 117, 95, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 16px;background-color: #1364d8;border-radius: 3px;justify-content: center;}#a41a1aa136a1f71 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;border-color: rgba(17, 138, 158, 1);background-color: rgba(9, 107, 123, 1);}#aefaaa7d6fa4470 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a9ad6a0e80aa0a1 > .ele-wrap {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;}#ae346aceafa7d5d > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#a0a64a1759aaeb4 > .ele-wrap {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;}#a0042a9685afa55 > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#ad9c2a9a32ac73c > .ele-wrap {border-left-width: -1px;border-bottom-width: -1px;border-right-width: -1px;border-top-width: -1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab436a4dedadcd8 > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-left-color: rgba(235, 235, 235, 1);}#a084ca1cc2a06e2  {flex: 1;}#a97b4a7081ab2c2  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-right: 40px;}#adc54a2ba8a350f  {flex: 1;flex-direction: column;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;max-width: 600px;}#a0b8dad1e2aa537  {flex: 1;flex-direction: column;justify-content: flex-start;align-items: stretch;overflow-x: visible;overflow-y: visible;}#ab4aaae9c0adad3  {flex-grow: 0;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a69eaa8c4ba097e  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a0293a3bf3af02a  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;min-width: 500px;padding-bottom: 30px;}#a4335afc7caf3cc  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;min-width: 500px;padding-bottom: 40px;}#a379ba14d4aa699  {flex-grow: 0;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a6f4aa8e46adb81  {flex-grow: 1;}#a0899a6332a7fc5  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a7ddba8587a3dd7  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 15px;min-width: 200px;}#a6e66a1195afbf4  {flex-grow: 1;}#a27c4a9c44a235c  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#ad8c5a492da4e9c  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 15px;max-width: 250px;}#ae9e9a2f3aa5c6d  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-right: 30px;}#ad967a28d6a03b7  {flex-grow: 1;}#a1584a5ebea25f9  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a1ac3a1ebda622f  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 15px;min-width: 200px;}#a090ea9272abdae  {flex-grow: 1;}#a73cba75d7aba8b  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a1516acf1ba2363  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 10px;}#a27dda7054ae52b  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-right: 30px;}#a37bca2ff9aacac  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;max-width: 600px;padding-top: 60px;margin-bottom: 30px;min-width: 500px;}#a73e5a5c18ac123 > .ele-wrap {background-image: url(/resources/upload/ad1cfa3e21a0b3d/1757573368494.webp);background-position: center center;background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;flex-grow: 0;}#ab4e1aac2fa33b6 > .ele-wrap {background-image: url(/resources/upload/ad1cfa3e21a0b3d/1757559124358.jpeg);background-size: cover;background-position: top center;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a44daa1dc4a067e .ele-wrap {color: #01755f;border-width: 0px;border-style: solid;font-size: 12px;background-color: transparent;border-radius: 3px;justify-content: flex-start;font-family: Verdana;padding-left: 1px;padding-right: 1px;}#a44daa1dc4a067e .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #000000;background-color: rgba(255, 255, 255, 0);}#ad662ab69aa0479 {
  overflow: hidden;
  pointer-events: none;
}
#ad662ab69aa0479 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ad662ab69aa0479 > .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;
}
#ad662ab69aa0479 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ad662ab69aa0479 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ad662ab69aa0479 > .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;
}
#ad662ab69aa0479 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ad662ab69aa0479 > .tab-wrap > div > .tab-nav,
#ad662ab69aa0479 > .tab-nav,
#ad662ab69aa0479 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ad662ab69aa0479 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#ad662ab69aa0479 > .tab-wrap > div > .tab-nav-horizontal,
#ad662ab69aa0479 > .tab-nav-horizontal,
#ad662ab69aa0479 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ad662ab69aa0479 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ad662ab69aa0479 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ad662ab69aa0479 > .tab-nav-horizontal::-webkit-scrollbar,
#ad662ab69aa0479 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ad662ab69aa0479 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ad662ab69aa0479 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ad662ab69aa0479 > .tab-nav-horizontal.tagScroll,
#ad662ab69aa0479 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ad662ab69aa0479 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 20px;
  overflow-x: auto;
}
#ad662ab69aa0479 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ad662ab69aa0479 > .tab-nav-horizontal.tagScroll li a,
#ad662ab69aa0479 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ad662ab69aa0479 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ad662ab69aa0479 > .tab-wrap > div > .tab-nav a,
#ad662ab69aa0479 > .tab-nav a,
#ad662ab69aa0479 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ad662ab69aa0479 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ad662ab69aa0479 > .tab-wrap > div > .tab-nav li a,
#ad662ab69aa0479 > .tab-nav li a,
#ad662ab69aa0479 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ad662ab69aa0479 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  background-color: rgba(35, 143, 202, 0);
  margin-top: 0;
  margin-right: 10px;
  margin-left: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
}
#ad662ab69aa0479 > .tab-wrap > div > .tab-nav li a svg,
#ad662ab69aa0479 > .tab-nav li a svg,
#ad662ab69aa0479 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ad662ab69aa0479 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ad662ab69aa0479 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ad662ab69aa0479 > .tab-nav li a .ap_icon,
#ad662ab69aa0479 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ad662ab69aa0479 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ad662ab69aa0479 > .tab-wrap > div > .tab-nav li a:hover,
#ad662ab69aa0479 > .tab-nav li a:hover,
#ad662ab69aa0479 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ad662ab69aa0479 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #1364d8;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #1364d8;
}
#ad662ab69aa0479 > .tab-wrap > div > .tab-nav li.uk-active a,
#ad662ab69aa0479 > .tab-nav li.uk-active a,
#ad662ab69aa0479 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ad662ab69aa0479 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #1364d8;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #1364d8;
}
#ad662ab69aa0479 .layout-left li,
#ad662ab69aa0479 .layout-center li,
#ad662ab69aa0479 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ad662ab69aa0479 .layout-left li a,
#ad662ab69aa0479 .layout-center li a,
#ad662ab69aa0479 .layout-right li a {
  height: 100%;
}
#ad662ab69aa0479 > .tab-tabs .layout-left {
  text-align: left;
}
#ad662ab69aa0479 > .tab-tabs .layout-center {
  text-align: center;
}
#ad662ab69aa0479 > .tab-tabs .layout-right {
  text-align: right;
}
#ad662ab69aa0479 .tab-contents {
  height: 100%;
  height: calc(100% - 20px);
}
#ad662ab69aa0479 .tab-content-wrap {
  background-color: #ffffff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top-style: none;
  border-top-width: 0;
}
#ad662ab69aa0479 .tab-contents,
#ad662ab69aa0479 .tab-contents-wrap {
  pointer-events: none;
}
#ad662ab69aa0479 .tab-content,
#ad662ab69aa0479 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ad662ab69aa0479 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ad662ab69aa0479 .tab-wrap .tab-contents {
  height: 100%;
}
#ad662ab69aa0479 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ad662ab69aa0479 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ad662ab69aa0479 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a7ce0aeceda6625 .ele-wrap {color: #01755f;border-width: 0px;border-style: solid;font-size: 12px;background-color: transparent;border-radius: 3px;justify-content: flex-start;font-family: Verdana;padding-left: 1px;padding-right: 1px;}#a7ce0aeceda6625 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #000000;background-color: rgba(255, 255, 255, 0);}#a64c4a2ce2a83f0 .ele-wrap {color: #01755f;border-width: 0px;border-style: solid;font-size: 12px;background-color: transparent;border-radius: 3px;justify-content: flex-start;font-family: Verdana;padding-left: 1px;padding-right: 1px;}#a64c4a2ce2a83f0 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #000000;background-color: rgba(255, 255, 255, 0);}#a3257ac58da7822 {
  overflow: hidden;
  pointer-events: none;
}
#a3257ac58da7822 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a3257ac58da7822 > .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;
}
#a3257ac58da7822 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3257ac58da7822 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a3257ac58da7822 > .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;
}
#a3257ac58da7822 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3257ac58da7822 > .tab-wrap > div > .tab-nav,
#a3257ac58da7822 > .tab-nav,
#a3257ac58da7822 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3257ac58da7822 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a3257ac58da7822 > .tab-wrap > div > .tab-nav-horizontal,
#a3257ac58da7822 > .tab-nav-horizontal,
#a3257ac58da7822 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3257ac58da7822 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3257ac58da7822 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3257ac58da7822 > .tab-nav-horizontal::-webkit-scrollbar,
#a3257ac58da7822 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3257ac58da7822 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3257ac58da7822 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3257ac58da7822 > .tab-nav-horizontal.tagScroll,
#a3257ac58da7822 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3257ac58da7822 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 20px;
  overflow-x: auto;
}
#a3257ac58da7822 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3257ac58da7822 > .tab-nav-horizontal.tagScroll li a,
#a3257ac58da7822 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3257ac58da7822 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3257ac58da7822 > .tab-wrap > div > .tab-nav a,
#a3257ac58da7822 > .tab-nav a,
#a3257ac58da7822 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3257ac58da7822 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a3257ac58da7822 > .tab-wrap > div > .tab-nav li a,
#a3257ac58da7822 > .tab-nav li a,
#a3257ac58da7822 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3257ac58da7822 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  background-color: rgba(35, 143, 202, 0);
  margin-top: 0;
  margin-right: 10px;
  margin-left: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
}
#a3257ac58da7822 > .tab-wrap > div > .tab-nav li a svg,
#a3257ac58da7822 > .tab-nav li a svg,
#a3257ac58da7822 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3257ac58da7822 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3257ac58da7822 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3257ac58da7822 > .tab-nav li a .ap_icon,
#a3257ac58da7822 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3257ac58da7822 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3257ac58da7822 > .tab-wrap > div > .tab-nav li a:hover,
#a3257ac58da7822 > .tab-nav li a:hover,
#a3257ac58da7822 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3257ac58da7822 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
}
#a3257ac58da7822 > .tab-wrap > div > .tab-nav li.uk-active a,
#a3257ac58da7822 > .tab-nav li.uk-active a,
#a3257ac58da7822 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3257ac58da7822 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
}
#a3257ac58da7822 .layout-left li,
#a3257ac58da7822 .layout-center li,
#a3257ac58da7822 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3257ac58da7822 .layout-left li a,
#a3257ac58da7822 .layout-center li a,
#a3257ac58da7822 .layout-right li a {
  height: 100%;
}
#a3257ac58da7822 > .tab-tabs .layout-left {
  text-align: left;
}
#a3257ac58da7822 > .tab-tabs .layout-center {
  text-align: center;
}
#a3257ac58da7822 > .tab-tabs .layout-right {
  text-align: right;
}
#a3257ac58da7822 .tab-contents {
  height: 100%;
  height: calc(100% - 20px);
}
#a3257ac58da7822 .tab-content-wrap {
  background-color: #ffffff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a3257ac58da7822 .tab-contents,
#a3257ac58da7822 .tab-contents-wrap {
  pointer-events: none;
}
#a3257ac58da7822 .tab-content,
#a3257ac58da7822 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3257ac58da7822 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3257ac58da7822 .tab-wrap .tab-contents {
  height: 100%;
}
#a3257ac58da7822 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3257ac58da7822 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3257ac58da7822 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ad635a9073a5eb0 .ele-wrap {color: #01755f;border-width: 0px;border-style: solid;font-size: 12px;background-color: transparent;border-radius: 3px;justify-content: flex-start;font-family: Verdana;padding-left: 1px;padding-right: 1px;}#ad635a9073a5eb0 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #000000;background-color: rgba(255, 255, 255, 0);}#ae312a6bc1a1fa5 {
  overflow: hidden;
  pointer-events: none;
}
#ae312a6bc1a1fa5 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ae312a6bc1a1fa5 > .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;
}
#ae312a6bc1a1fa5 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ae312a6bc1a1fa5 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ae312a6bc1a1fa5 > .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;
}
#ae312a6bc1a1fa5 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ae312a6bc1a1fa5 > .tab-wrap > div > .tab-nav,
#ae312a6bc1a1fa5 > .tab-nav,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#ae312a6bc1a1fa5 > .tab-wrap > div > .tab-nav-horizontal,
#ae312a6bc1a1fa5 > .tab-nav-horizontal,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ae312a6bc1a1fa5 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ae312a6bc1a1fa5 > .tab-nav-horizontal::-webkit-scrollbar,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ae312a6bc1a1fa5 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ae312a6bc1a1fa5 > .tab-nav-horizontal.tagScroll,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 20px;
  overflow-x: auto;
}
#ae312a6bc1a1fa5 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ae312a6bc1a1fa5 > .tab-nav-horizontal.tagScroll li a,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ae312a6bc1a1fa5 > .tab-wrap > div > .tab-nav a,
#ae312a6bc1a1fa5 > .tab-nav a,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ae312a6bc1a1fa5 > .tab-wrap > div > .tab-nav li a,
#ae312a6bc1a1fa5 > .tab-nav li a,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 20px;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  background-color: rgba(35, 143, 202, 0);
  margin-top: 0;
  margin-right: 10px;
  margin-left: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
}
#ae312a6bc1a1fa5 > .tab-wrap > div > .tab-nav li a svg,
#ae312a6bc1a1fa5 > .tab-nav li a svg,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ae312a6bc1a1fa5 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ae312a6bc1a1fa5 > .tab-nav li a .ap_icon,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ae312a6bc1a1fa5 > .tab-wrap > div > .tab-nav li a:hover,
#ae312a6bc1a1fa5 > .tab-nav li a:hover,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
}
#ae312a6bc1a1fa5 > .tab-wrap > div > .tab-nav li.uk-active a,
#ae312a6bc1a1fa5 > .tab-nav li.uk-active a,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ae312a6bc1a1fa5 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  font-family: Verdana;
  color: #ffffff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
}
#ae312a6bc1a1fa5 .layout-left li,
#ae312a6bc1a1fa5 .layout-center li,
#ae312a6bc1a1fa5 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ae312a6bc1a1fa5 .layout-left li a,
#ae312a6bc1a1fa5 .layout-center li a,
#ae312a6bc1a1fa5 .layout-right li a {
  height: 100%;
}
#ae312a6bc1a1fa5 > .tab-tabs .layout-left {
  text-align: left;
}
#ae312a6bc1a1fa5 > .tab-tabs .layout-center {
  text-align: center;
}
#ae312a6bc1a1fa5 > .tab-tabs .layout-right {
  text-align: right;
}
#ae312a6bc1a1fa5 .tab-contents {
  height: 100%;
  height: calc(100% - 20px);
}
#ae312a6bc1a1fa5 .tab-content-wrap {
  background-color: #ffffff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
}
#ae312a6bc1a1fa5 .tab-contents,
#ae312a6bc1a1fa5 .tab-contents-wrap {
  pointer-events: none;
}
#ae312a6bc1a1fa5 .tab-content,
#ae312a6bc1a1fa5 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ae312a6bc1a1fa5 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ae312a6bc1a1fa5 .tab-wrap .tab-contents {
  height: 100%;
}
#ae312a6bc1a1fa5 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ae312a6bc1a1fa5 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ae312a6bc1a1fa5 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a3899ab83da05fb  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#aa35ba4074a29db  {flex-grow: 1;}#af8f8a18b6ad1ed  {flex: 1;}#af278a4eb9aa1c0  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 20px;}#aa33da25e3af738  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;}#aa13aa0a85ab720  {flex-grow: 1;}#a6a5ca45b4a2169  {flex: 1;}#ab9baa1393a2036  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;}#a620bad59ba8251 .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 15px;background-color: #1364d8;border-radius: 3px;justify-content: center;font-family: Verdana;}#a620bad59ba8251 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(1, 117, 95, 0.8);}#a7d9ca22a5a02ea  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;}#a49a4afbbfa4cbf .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 15px;background-color: #1364d8;border-radius: 3px;justify-content: center;font-family: Verdana;}#a49a4afbbfa4cbf .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(1, 117, 95, 0.8);}#a4f7da7b3caa0e2  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 40px;}#a4458a5821ab966  {flex: 1;}#a460ea26d9a0564 .a19f7acb57a7c30 {
  overflow: hidden;
}
#a460ea26d9a0564 .a19f7acb57a7c30 , #a460ea26d9a0564 .a19f7acb57a7c30 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a460ea26d9a0564 .a19f7acb57a7c30:hover , #a460ea26d9a0564 .a19f7acb57a7c30 *:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a460ea26d9a0564 .ab578a5231af523 {
  overflow: hidden;
}
#a460ea26d9a0564 .ab578a5231af523 , #a460ea26d9a0564 .ab578a5231af523 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: Verdana;color: rgba(225, 225, 225, 1);}#a460ea26d9a0564 .a77fea5c86aa783 {
  overflow: hidden;
}
#a460ea26d9a0564 .a77fea5c86aa783 , #a460ea26d9a0564 .a77fea5c86aa783 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 13px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a460ea26d9a0564 .uk-grid {
  margin-left: -10px;
}
#a460ea26d9a0564 .uk-grid > * {
  padding-left: 10px;
}
#a460ea26d9a0564 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a460ea26d9a0564 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#a460ea26d9a0564 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #a460ea26d9a0564 .uk-position-center-left-out {
    left: -30px;
  }
  #a460ea26d9a0564 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a38a6a163fa7158  {flex: 1;}#a8fb0a77a8a15cf .a423aa3fecad7dd {
  overflow: hidden;
}
#a8fb0a77a8a15cf .a423aa3fecad7dd , #a8fb0a77a8a15cf .a423aa3fecad7dd > * {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a8fb0a77a8a15cf .a423aa3fecad7dd:hover , #a8fb0a77a8a15cf .a423aa3fecad7dd *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a8fb0a77a8a15cf .uk-grid {
  margin-left: -10px;
}
#a8fb0a77a8a15cf .uk-grid > * {
  padding-left: 10px;
}
#a8fb0a77a8a15cf .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a8fb0a77a8a15cf .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#a8fb0a77a8a15cf .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #a8fb0a77a8a15cf .uk-position-center-left-out {
    left: -30px;
  }
  #a8fb0a77a8a15cf .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a1109a2939a5c2f {
  overflow: hidden;
  pointer-events: none;
}
#a1109a2939a5c2f > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a1109a2939a5c2f > .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;
}
#a1109a2939a5c2f > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a1109a2939a5c2f > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a1109a2939a5c2f > .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;
}
#a1109a2939a5c2f > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a1109a2939a5c2f > .tab-wrap > div > .tab-nav,
#a1109a2939a5c2f > .tab-nav,
#a1109a2939a5c2f > .tab-tabs > .tab-wrap > div > .tab-nav,
#a1109a2939a5c2f > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a1109a2939a5c2f > .tab-wrap > div > .tab-nav-horizontal,
#a1109a2939a5c2f > .tab-nav-horizontal,
#a1109a2939a5c2f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a1109a2939a5c2f > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a1109a2939a5c2f > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a1109a2939a5c2f > .tab-nav-horizontal::-webkit-scrollbar,
#a1109a2939a5c2f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a1109a2939a5c2f > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a1109a2939a5c2f > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a1109a2939a5c2f > .tab-nav-horizontal.tagScroll,
#a1109a2939a5c2f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a1109a2939a5c2f > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#a1109a2939a5c2f > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a1109a2939a5c2f > .tab-nav-horizontal.tagScroll li a,
#a1109a2939a5c2f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a1109a2939a5c2f > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a1109a2939a5c2f > .tab-wrap > div > .tab-nav a,
#a1109a2939a5c2f > .tab-nav a,
#a1109a2939a5c2f > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a1109a2939a5c2f > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a1109a2939a5c2f > .tab-wrap > div > .tab-nav li a,
#a1109a2939a5c2f > .tab-nav li a,
#a1109a2939a5c2f > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a1109a2939a5c2f > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 10px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(255, 255, 255, 0);
  border-right-style: none;
}
#a1109a2939a5c2f > .tab-wrap > div > .tab-nav li a svg,
#a1109a2939a5c2f > .tab-nav li a svg,
#a1109a2939a5c2f > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a1109a2939a5c2f > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a1109a2939a5c2f > .tab-wrap > div > .tab-nav li a .ap_icon,
#a1109a2939a5c2f > .tab-nav li a .ap_icon,
#a1109a2939a5c2f > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a1109a2939a5c2f > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a1109a2939a5c2f > .tab-wrap > div > .tab-nav li a:hover,
#a1109a2939a5c2f > .tab-nav li a:hover,
#a1109a2939a5c2f > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a1109a2939a5c2f > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a1109a2939a5c2f > .tab-wrap > div > .tab-nav li.uk-active a,
#a1109a2939a5c2f > .tab-nav li.uk-active a,
#a1109a2939a5c2f > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a1109a2939a5c2f > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a1109a2939a5c2f .layout-left li,
#a1109a2939a5c2f .layout-center li,
#a1109a2939a5c2f .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a1109a2939a5c2f .layout-left li a,
#a1109a2939a5c2f .layout-center li a,
#a1109a2939a5c2f .layout-right li a {
  height: 100%;
}
#a1109a2939a5c2f > .tab-tabs .layout-left {
  text-align: left;
}
#a1109a2939a5c2f > .tab-tabs .layout-center {
  text-align: center;
}
#a1109a2939a5c2f > .tab-tabs .layout-right {
  text-align: right;
}
#a1109a2939a5c2f .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#a1109a2939a5c2f .tab-content-wrap {
  background-color: transparent;
}
#a1109a2939a5c2f .tab-contents,
#a1109a2939a5c2f .tab-contents-wrap {
  pointer-events: none;
}
#a1109a2939a5c2f .tab-content,
#a1109a2939a5c2f .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a1109a2939a5c2f .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a1109a2939a5c2f .tab-wrap .tab-contents {
  height: 100%;
}
#a1109a2939a5c2f .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a1109a2939a5c2f .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a1109a2939a5c2f .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ac118a18a4a92d1  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a5f21aff63a0a98  {flex-grow: 1;}#a1123aeb53aaf8d  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;background-color: rgba(255, 255, 255, 0);padding-top: 15px;padding-bottom: 20px;border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;}#af453a9e48a220a .ac343ac248ab89c {
  overflow: hidden;
}
#af453a9e48a220a .ac343ac248ab89c , #af453a9e48a220a .ac343ac248ab89c > * {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 13px;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af453a9e48a220a .aaaa4ad30ea44bd {
  overflow: hidden;
}
#af453a9e48a220a .aaaa4ad30ea44bd , #af453a9e48a220a .aaaa4ad30ea44bd > * {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: Verdana;color: rgba(100, 100, 100, 1);}#af453a9e48a220a .ad111a6d13aa473 {
  overflow: hidden;
}
#af453a9e48a220a .ad111a6d13aa473 , #af453a9e48a220a .ad111a6d13aa473 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 12px;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af453a9e48a220a .uk-grid {
  margin-left: -50px;
}
#af453a9e48a220a .uk-grid > * {
  padding-left: 50px;
}
#af453a9e48a220a .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af453a9e48a220a .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af453a9e48a220a .uk-position-center-left-out {
    left: -30px;
  }
  #af453a9e48a220a .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa8b4a6fbeaa59c {
  overflow: hidden;
  pointer-events: none;
}
#aa8b4a6fbeaa59c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa8b4a6fbeaa59c > .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;
}
#aa8b4a6fbeaa59c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa8b4a6fbeaa59c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa8b4a6fbeaa59c > .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;
}
#aa8b4a6fbeaa59c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa8b4a6fbeaa59c > .tab-wrap > div > .tab-nav,
#aa8b4a6fbeaa59c > .tab-nav,
#aa8b4a6fbeaa59c > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa8b4a6fbeaa59c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(185, 185, 185, 0.39);
  border-bottom-style: solid;
}
#aa8b4a6fbeaa59c > .tab-wrap > div > .tab-nav-horizontal,
#aa8b4a6fbeaa59c > .tab-nav-horizontal,
#aa8b4a6fbeaa59c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa8b4a6fbeaa59c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa8b4a6fbeaa59c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa8b4a6fbeaa59c > .tab-nav-horizontal::-webkit-scrollbar,
#aa8b4a6fbeaa59c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa8b4a6fbeaa59c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa8b4a6fbeaa59c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa8b4a6fbeaa59c > .tab-nav-horizontal.tagScroll,
#aa8b4a6fbeaa59c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa8b4a6fbeaa59c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 20px;
  overflow-x: auto;
}
#aa8b4a6fbeaa59c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa8b4a6fbeaa59c > .tab-nav-horizontal.tagScroll li a,
#aa8b4a6fbeaa59c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa8b4a6fbeaa59c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa8b4a6fbeaa59c > .tab-wrap > div > .tab-nav a,
#aa8b4a6fbeaa59c > .tab-nav a,
#aa8b4a6fbeaa59c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa8b4a6fbeaa59c > .tab-tabs > .tab-nav a {
  padding: 0 5px;
}
#aa8b4a6fbeaa59c > .tab-wrap > div > .tab-nav li a,
#aa8b4a6fbeaa59c > .tab-nav li a,
#aa8b4a6fbeaa59c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa8b4a6fbeaa59c > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 20px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-bottom: 10px;
  margin-top: 10px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  padding: 0 5px;
}
#aa8b4a6fbeaa59c > .tab-wrap > div > .tab-nav li a svg,
#aa8b4a6fbeaa59c > .tab-nav li a svg,
#aa8b4a6fbeaa59c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa8b4a6fbeaa59c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa8b4a6fbeaa59c > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa8b4a6fbeaa59c > .tab-nav li a .ap_icon,
#aa8b4a6fbeaa59c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa8b4a6fbeaa59c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa8b4a6fbeaa59c > .tab-wrap > div > .tab-nav li a:hover,
#aa8b4a6fbeaa59c > .tab-nav li a:hover,
#aa8b4a6fbeaa59c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa8b4a6fbeaa59c > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #1364d8;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa8b4a6fbeaa59c > .tab-wrap > div > .tab-nav li.uk-active a,
#aa8b4a6fbeaa59c > .tab-nav li.uk-active a,
#aa8b4a6fbeaa59c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa8b4a6fbeaa59c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #1364d8;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa8b4a6fbeaa59c .layout-left li,
#aa8b4a6fbeaa59c .layout-center li,
#aa8b4a6fbeaa59c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa8b4a6fbeaa59c .layout-left li a,
#aa8b4a6fbeaa59c .layout-center li a,
#aa8b4a6fbeaa59c .layout-right li a {
  height: 100%;
}
#aa8b4a6fbeaa59c > .tab-tabs .layout-left {
  text-align: left;
}
#aa8b4a6fbeaa59c > .tab-tabs .layout-center {
  text-align: center;
}
#aa8b4a6fbeaa59c > .tab-tabs .layout-right {
  text-align: right;
}
#aa8b4a6fbeaa59c .tab-contents {
  height: 100%;
  height: calc(100% - 20px);
}
#aa8b4a6fbeaa59c .tab-content-wrap {
  background-color: transparent;
}
#aa8b4a6fbeaa59c .tab-contents,
#aa8b4a6fbeaa59c .tab-contents-wrap {
  pointer-events: none;
}
#aa8b4a6fbeaa59c .tab-content,
#aa8b4a6fbeaa59c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa8b4a6fbeaa59c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa8b4a6fbeaa59c .tab-wrap .tab-contents {
  height: 100%;
}
#aa8b4a6fbeaa59c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa8b4a6fbeaa59c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa8b4a6fbeaa59c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ae32ca26f8a9a76  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a55dbaa8c5aede8  {flex-grow: 1;}#a59b2a1d50a67d6  {flex: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;background-color: rgba(255, 255, 255, 0);padding-top: 15px;padding-bottom: 20px;border-bottom-style: none;border-bottom-width: 0px;}#acc80a31aea5ea5 .a2df5a6130a97a6 {
  overflow: hidden;
}
#acc80a31aea5ea5 .a2df5a6130a97a6 , #acc80a31aea5ea5 .a2df5a6130a97a6 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(85, 85, 85, 1);}#acc80a31aea5ea5 .a2df5a6130a97a6:hover , #acc80a31aea5ea5 .a2df5a6130a97a6 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#acc80a31aea5ea5 .uk-grid {
  margin-left: -30px;
}
#acc80a31aea5ea5 .uk-grid > * {
  padding-left: 30px;
}
#acc80a31aea5ea5 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#acc80a31aea5ea5 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #acc80a31aea5ea5 .uk-position-center-left-out {
    left: -30px;
  }
  #acc80a31aea5ea5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a23d7a0f5ead827 {
  overflow: hidden;
  pointer-events: none;
}
#a23d7a0f5ead827 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a23d7a0f5ead827 > .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;
}
#a23d7a0f5ead827 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a23d7a0f5ead827 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 20px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a23d7a0f5ead827 > .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;
}
#a23d7a0f5ead827 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a23d7a0f5ead827 > .tab-wrap > div > .tab-nav,
#a23d7a0f5ead827 > .tab-nav,
#a23d7a0f5ead827 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a23d7a0f5ead827 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(185, 185, 185, 0.39);
  border-bottom-style: solid;
}
#a23d7a0f5ead827 > .tab-wrap > div > .tab-nav-horizontal,
#a23d7a0f5ead827 > .tab-nav-horizontal,
#a23d7a0f5ead827 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a23d7a0f5ead827 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a23d7a0f5ead827 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a23d7a0f5ead827 > .tab-nav-horizontal::-webkit-scrollbar,
#a23d7a0f5ead827 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a23d7a0f5ead827 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a23d7a0f5ead827 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a23d7a0f5ead827 > .tab-nav-horizontal.tagScroll,
#a23d7a0f5ead827 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a23d7a0f5ead827 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 20px;
  overflow-x: auto;
}
#a23d7a0f5ead827 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a23d7a0f5ead827 > .tab-nav-horizontal.tagScroll li a,
#a23d7a0f5ead827 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a23d7a0f5ead827 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a23d7a0f5ead827 > .tab-wrap > div > .tab-nav a,
#a23d7a0f5ead827 > .tab-nav a,
#a23d7a0f5ead827 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a23d7a0f5ead827 > .tab-tabs > .tab-nav a {
  padding: 0 5px;
}
#a23d7a0f5ead827 > .tab-wrap > div > .tab-nav li a,
#a23d7a0f5ead827 > .tab-nav li a,
#a23d7a0f5ead827 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a23d7a0f5ead827 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 19px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 20px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-bottom: 10px;
  margin-top: 10px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  padding: 0 5px;
}
#a23d7a0f5ead827 > .tab-wrap > div > .tab-nav li a svg,
#a23d7a0f5ead827 > .tab-nav li a svg,
#a23d7a0f5ead827 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a23d7a0f5ead827 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a23d7a0f5ead827 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a23d7a0f5ead827 > .tab-nav li a .ap_icon,
#a23d7a0f5ead827 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a23d7a0f5ead827 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a23d7a0f5ead827 > .tab-wrap > div > .tab-nav li a:hover,
#a23d7a0f5ead827 > .tab-nav li a:hover,
#a23d7a0f5ead827 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a23d7a0f5ead827 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #1364d8;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a23d7a0f5ead827 > .tab-wrap > div > .tab-nav li.uk-active a,
#a23d7a0f5ead827 > .tab-nav li.uk-active a,
#a23d7a0f5ead827 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a23d7a0f5ead827 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #1364d8;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a23d7a0f5ead827 .layout-left li,
#a23d7a0f5ead827 .layout-center li,
#a23d7a0f5ead827 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a23d7a0f5ead827 .layout-left li a,
#a23d7a0f5ead827 .layout-center li a,
#a23d7a0f5ead827 .layout-right li a {
  height: 100%;
}
#a23d7a0f5ead827 > .tab-tabs .layout-left {
  text-align: left;
}
#a23d7a0f5ead827 > .tab-tabs .layout-center {
  text-align: center;
}
#a23d7a0f5ead827 > .tab-tabs .layout-right {
  text-align: right;
}
#a23d7a0f5ead827 .tab-contents {
  height: 100%;
  height: calc(100% - 20px);
}
#a23d7a0f5ead827 .tab-content-wrap {
  background-color: transparent;
}
#a23d7a0f5ead827 .tab-contents,
#a23d7a0f5ead827 .tab-contents-wrap {
  pointer-events: none;
}
#a23d7a0f5ead827 .tab-content,
#a23d7a0f5ead827 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a23d7a0f5ead827 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a23d7a0f5ead827 .tab-wrap .tab-contents {
  height: 100%;
}
#a23d7a0f5ead827 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a23d7a0f5ead827 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a23d7a0f5ead827 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0feea95a2a72ad  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#af056a2390a76c7  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a36a4a72ebaa0ec , #a36a4a72ebaa0ec a{flex-grow: 0;color: rgba(49, 118, 219, 1);}#a36a4a72ebaa0ec:hover, #a36a4a72ebaa0ec a:hover {color: rgba(19, 100, 216, 1);}#a767fa3f3aaf748  {flex-grow: 1;}#a4fb9aba3ca9c8c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a4fb9aba3ca9c8c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a4fb9aba3ca9c8c .ap-icon {
  margin-right: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon img,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li:hover > a,
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a4fb9aba3ca9c8c .menu-list ul,
#a4fb9aba3ca9c8c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a4fb9aba3ca9c8c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a4fb9aba3ca9c8c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4fb9aba3ca9c8c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4fb9aba3ca9c8c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a49b0afccaac34c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a49b0afccaac34c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a49b0afccaac34c .ap-icon {
  margin-right: 6px;
}
#a49b0afccaac34c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a,
#a49b0afccaac34c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon img,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a49b0afccaac34c .menu-list > li:hover > a,
#a49b0afccaac34c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a49b0afccaac34c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a49b0afccaac34c .menu-list ul,
#a49b0afccaac34c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a49b0afccaac34c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a49b0afccaac34c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a49b0afccaac34c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a49b0afccaac34c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a468aa0b1da717e > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afe37a828faabd7 , #afe37a828faabd7 a{color: rgba(6, 164, 100, 1);}#afe37a828faabd7:hover, #afe37a828faabd7 a:hover {color: rgba(4, 204, 101, 1);}#ac7eca0ba9a4ccf .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac7eca0ba9a4ccf .menu-list-expand .submenu-indicator {
  display: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a img,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9e02ae88da9704 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a img,
#a9e02ae88da9704 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa5cfa706da140f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa5cfa706da140f .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa5cfa706da140f .menu-list-expand .submenu-indicator {
  display: none;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li a img,
#aa5cfa706da140f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#acf47a1bfba6c1b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a7376a2888a8242 .list-item.uk-first-column {
  border-right: 1px solid #ececec;
}
#a5bb0a4e40af0ac  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#a4f0eae1c8ad5b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a5e1fa5af8a6d2f > .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;flex-grow: 0;}#aaa66adb04a787f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aaa66adb04a787f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6e05a9cb2aacc5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a71eaaa784aba6f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a71eaaa784aba6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1f02a72faacac9 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad649a4e1faa01e > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad649a4e1faa01e  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2131a4568ad5fb .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8427a3663ab91d > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8427a3663ab91d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a54aea8b6da48ed .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#af514ac23ca7297  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4549a962ca7add > .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;flex-grow: 0;}#aefe9a9dcba95e8 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aefe9a9dcba95e8  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a78b8a66c3a62cd .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a6860a4373a658a > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a6860a4373a658a  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a60d7a306dad87e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aa506af856a9ff7 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aa506af856a9ff7  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1a9bafb12a3379 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a1ea5a55aba2aaa > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a1ea5a55aba2aaa  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a92fda3d31aebae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a96dba8355ac472 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a96dba8355ac472  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3fa0aa753aa303 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a05c0a0e46a2f58  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ace13a3d21a10ea > .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;flex-grow: 0;}#a0604a42d4a4597 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0604a42d4a4597  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ac9a8ad93ea1211 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae9cbafda3a2f1b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae9cbafda3a2f1b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aac8da5f56ab439 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4442ab252a29a9 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4442ab252a29a9  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae418a8e29ac7a8 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aacb4aacb5aec67 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aacb4aacb5aec67  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#adafea3e44a3273 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7b50a7223adfe6 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7b50a7223adfe6  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1ff7aaad5a00c5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4ed7a699ea9c4b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4ed7a699ea9c4b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3cc7a1265a50b6 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8ba8a9e62a0d8c > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8ba8a9e62a0d8c  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2e38acba1a6797 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab151a234ead77c {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#ab151a234ead77c .layout-left li,
#ab151a234ead77c .layout-center li,
#ab151a234ead77c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab151a234ead77c .layout-left li a,
#ab151a234ead77c .layout-center li a,
#ab151a234ead77c .layout-right li a {
  height: 100%;
}
#ab151a234ead77c > .tab-tabs .layout-left {
  text-align: left;
}
#ab151a234ead77c > .tab-tabs .layout-center {
  text-align: center;
}
#ab151a234ead77c > .tab-tabs .layout-right {
  text-align: right;
}
#ab151a234ead77c .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#ab151a234ead77c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c .tab-contents,
#ab151a234ead77c .tab-contents-wrap {
  pointer-events: none;
}
#ab151a234ead77c .tab-content,
#ab151a234ead77c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab151a234ead77c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab151a234ead77c .tab-wrap .tab-contents {
  height: 100%;
}
#ab151a234ead77c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab151a234ead77c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab151a234ead77c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a445cadc90a6f90  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a54aba797fa6994  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a0c23a8da1a5492  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aa603ad8dfa8ae5 .a72bea96eba74bb {
  overflow: hidden;
}
#aa603ad8dfa8ae5 .a72bea96eba74bb , #aa603ad8dfa8ae5 .a72bea96eba74bb > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aa603ad8dfa8ae5 .a72bea96eba74bb:hover , #aa603ad8dfa8ae5 .a72bea96eba74bb *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aa603ad8dfa8ae5 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa603ad8dfa8ae5 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa603ad8dfa8ae5 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aa603ad8dfa8ae5 .uk-position-center-left-out {
    left: -30px;
  }
  #aa603ad8dfa8ae5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6f8da0e6ea7804  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7baeab343a1ed2 .a31f5a9637ae63a {
  overflow: hidden;
}
#a7baeab343a1ed2 .a31f5a9637ae63a , #a7baeab343a1ed2 .a31f5a9637ae63a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7baeab343a1ed2 .a31f5a9637ae63a:hover , #a7baeab343a1ed2 .a31f5a9637ae63a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7baeab343a1ed2 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a7baeab343a1ed2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7baeab343a1ed2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7baeab343a1ed2 .uk-position-center-left-out {
    left: -30px;
  }
  #a7baeab343a1ed2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7eeea24a2a489a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a9e11a3922a0a84 .a0c79ae6caaf8e2 {
  overflow: hidden;
}
#a9e11a3922a0a84 .a0c79ae6caaf8e2 , #a9e11a3922a0a84 .a0c79ae6caaf8e2 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a9e11a3922a0a84 .a0c79ae6caaf8e2:hover , #a9e11a3922a0a84 .a0c79ae6caaf8e2 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a9e11a3922a0a84 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a9e11a3922a0a84 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9e11a3922a0a84 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a9e11a3922a0a84 .uk-position-center-left-out {
    left: -30px;
  }
  #a9e11a3922a0a84 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa82faaea2a1c77  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a94ffa5483a8d60 .a8a48ae1cfa9a13 {
  overflow: hidden;
}
#a94ffa5483a8d60 .a8a48ae1cfa9a13 , #a94ffa5483a8d60 .a8a48ae1cfa9a13 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a94ffa5483a8d60 .a8a48ae1cfa9a13:hover , #a94ffa5483a8d60 .a8a48ae1cfa9a13 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a94ffa5483a8d60 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a94ffa5483a8d60 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a94ffa5483a8d60 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a94ffa5483a8d60 .uk-position-center-left-out {
    left: -30px;
  }
  #a94ffa5483a8d60 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3b61acc08a6bcf {
  overflow: hidden;
  pointer-events: none;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a3b61acc08a6bcf .layout-left li,
#a3b61acc08a6bcf .layout-center li,
#a3b61acc08a6bcf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3b61acc08a6bcf .layout-left li a,
#a3b61acc08a6bcf .layout-center li a,
#a3b61acc08a6bcf .layout-right li a {
  height: 100%;
}
#a3b61acc08a6bcf > .tab-tabs .layout-left {
  text-align: left;
}
#a3b61acc08a6bcf > .tab-tabs .layout-center {
  text-align: center;
}
#a3b61acc08a6bcf > .tab-tabs .layout-right {
  text-align: right;
}
#a3b61acc08a6bcf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a3b61acc08a6bcf .tab-content-wrap {
  background-color: #ffffff;
}
#a3b61acc08a6bcf .tab-contents,
#a3b61acc08a6bcf .tab-contents-wrap {
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-content,
#a3b61acc08a6bcf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3b61acc08a6bcf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-wrap .tab-contents {
  height: 100%;
}
#a3b61acc08a6bcf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2b29afa75af3d2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a7bdda440da10de  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af0fda089faa74e .a179ba61fca0888 {
  overflow: hidden;
}
#af0fda089faa74e .a179ba61fca0888 , #af0fda089faa74e .a179ba61fca0888 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af0fda089faa74e .a179ba61fca0888:hover , #af0fda089faa74e .a179ba61fca0888 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af0fda089faa74e .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af0fda089faa74e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af0fda089faa74e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af0fda089faa74e .uk-position-center-left-out {
    left: -30px;
  }
  #af0fda089faa74e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac029ab8d2ac795  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3fa1aa72eae5d8 .a8a0fa2a83ace44 {
  overflow: hidden;
}
#a3fa1aa72eae5d8 .a8a0fa2a83ace44 , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3fa1aa72eae5d8 .a8a0fa2a83ace44:hover , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3fa1aa72eae5d8 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a3fa1aa72eae5d8 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3fa1aa72eae5d8 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3fa1aa72eae5d8 .uk-position-center-left-out {
    left: -30px;
  }
  #a3fa1aa72eae5d8 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acd71a09bca3734  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2599afd13a8dda .a67b0a5657abdca {
  overflow: hidden;
}
#a2599afd13a8dda .a67b0a5657abdca , #a2599afd13a8dda .a67b0a5657abdca > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2599afd13a8dda .a67b0a5657abdca:hover , #a2599afd13a8dda .a67b0a5657abdca *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2599afd13a8dda .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2599afd13a8dda .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2599afd13a8dda .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2599afd13a8dda .uk-position-center-left-out {
    left: -30px;
  }
  #a2599afd13a8dda .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3bd9a9ed3a0012  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5fc2ae1b1ac227 .ada91af9b0a0502 {
  overflow: hidden;
}
#a5fc2ae1b1ac227 .ada91af9b0a0502 , #a5fc2ae1b1ac227 .ada91af9b0a0502 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5fc2ae1b1ac227 .ada91af9b0a0502:hover , #a5fc2ae1b1ac227 .ada91af9b0a0502 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5fc2ae1b1ac227 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a5fc2ae1b1ac227 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5fc2ae1b1ac227 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5fc2ae1b1ac227 .uk-position-center-left-out {
    left: -30px;
  }
  #a5fc2ae1b1ac227 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6bcdafc0fa513f  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab2a3a53e3a711b .aec71a08e0ab367 {
  overflow: hidden;
}
#ab2a3a53e3a711b .aec71a08e0ab367 , #ab2a3a53e3a711b .aec71a08e0ab367 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab2a3a53e3a711b .aec71a08e0ab367:hover , #ab2a3a53e3a711b .aec71a08e0ab367 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab2a3a53e3a711b .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ab2a3a53e3a711b .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab2a3a53e3a711b .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab2a3a53e3a711b .uk-position-center-left-out {
    left: -30px;
  }
  #ab2a3a53e3a711b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a309aa2ec8a7ce3 {
  overflow: hidden;
  pointer-events: none;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a309aa2ec8a7ce3 .layout-left li,
#a309aa2ec8a7ce3 .layout-center li,
#a309aa2ec8a7ce3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a309aa2ec8a7ce3 .layout-left li a,
#a309aa2ec8a7ce3 .layout-center li a,
#a309aa2ec8a7ce3 .layout-right li a {
  height: 100%;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-left {
  text-align: left;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-center {
  text-align: center;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-right {
  text-align: right;
}
#a309aa2ec8a7ce3 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a309aa2ec8a7ce3 .tab-content-wrap {
  background-color: #ffffff;
}
#a309aa2ec8a7ce3 .tab-contents,
#a309aa2ec8a7ce3 .tab-contents-wrap {
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-content,
#a309aa2ec8a7ce3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-wrap .tab-contents {
  height: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6180acc49a3e93  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a6dafa4ecea60a0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aff3cac13cafbfb .a06ebafd21a2d85 {
  overflow: hidden;
}
#aff3cac13cafbfb .a06ebafd21a2d85 , #aff3cac13cafbfb .a06ebafd21a2d85 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aff3cac13cafbfb .a06ebafd21a2d85:hover , #aff3cac13cafbfb .a06ebafd21a2d85 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aff3cac13cafbfb .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aff3cac13cafbfb .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aff3cac13cafbfb .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aff3cac13cafbfb .uk-position-center-left-out {
    left: -30px;
  }
  #aff3cac13cafbfb .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#afcbbaca6ea610b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a53e2aef3aaf277 .aa00dac1eeacc9a {
  overflow: hidden;
}
#a53e2aef3aaf277 .aa00dac1eeacc9a , #a53e2aef3aaf277 .aa00dac1eeacc9a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a53e2aef3aaf277 .aa00dac1eeacc9a:hover , #a53e2aef3aaf277 .aa00dac1eeacc9a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a53e2aef3aaf277 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a53e2aef3aaf277 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a53e2aef3aaf277 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a53e2aef3aaf277 .uk-position-center-left-out {
    left: -30px;
  }
  #a53e2aef3aaf277 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4dd9a08d0a4fbc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adea6aad87ac37c .a709ba3eb4afea8 {
  overflow: hidden;
}
#adea6aad87ac37c .a709ba3eb4afea8 , #adea6aad87ac37c .a709ba3eb4afea8 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adea6aad87ac37c .a709ba3eb4afea8:hover , #adea6aad87ac37c .a709ba3eb4afea8 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adea6aad87ac37c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#adea6aad87ac37c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adea6aad87ac37c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adea6aad87ac37c .uk-position-center-left-out {
    left: -30px;
  }
  #adea6aad87ac37c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5f67a73efa84f8  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4f05aa0b1a588c .ab4cfa7547abdc6 {
  overflow: hidden;
}
#a4f05aa0b1a588c .ab4cfa7547abdc6 , #a4f05aa0b1a588c .ab4cfa7547abdc6 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4f05aa0b1a588c .ab4cfa7547abdc6:hover , #a4f05aa0b1a588c .ab4cfa7547abdc6 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4f05aa0b1a588c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4f05aa0b1a588c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4f05aa0b1a588c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4f05aa0b1a588c .uk-position-center-left-out {
    left: -30px;
  }
  #a4f05aa0b1a588c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8b3caf245a9550 {
  overflow: hidden;
  pointer-events: none;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a8b3caf245a9550 .layout-left li,
#a8b3caf245a9550 .layout-center li,
#a8b3caf245a9550 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8b3caf245a9550 .layout-left li a,
#a8b3caf245a9550 .layout-center li a,
#a8b3caf245a9550 .layout-right li a {
  height: 100%;
}
#a8b3caf245a9550 > .tab-tabs .layout-left {
  text-align: left;
}
#a8b3caf245a9550 > .tab-tabs .layout-center {
  text-align: center;
}
#a8b3caf245a9550 > .tab-tabs .layout-right {
  text-align: right;
}
#a8b3caf245a9550 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a8b3caf245a9550 .tab-content-wrap {
  background-color: #ffffff;
}
#a8b3caf245a9550 .tab-contents,
#a8b3caf245a9550 .tab-contents-wrap {
  pointer-events: none;
}
#a8b3caf245a9550 .tab-content,
#a8b3caf245a9550 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8b3caf245a9550 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8b3caf245a9550 .tab-wrap .tab-contents {
  height: 100%;
}
#a8b3caf245a9550 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1c11abae0a6498  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#aa27fa0954aa408  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a61a0af29da2f9c .aeab3a5320a803f {
  overflow: hidden;
}
#a61a0af29da2f9c .aeab3a5320a803f , #a61a0af29da2f9c .aeab3a5320a803f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a61a0af29da2f9c .aeab3a5320a803f:hover , #a61a0af29da2f9c .aeab3a5320a803f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a61a0af29da2f9c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a61a0af29da2f9c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a61a0af29da2f9c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a61a0af29da2f9c .uk-position-center-left-out {
    left: -30px;
  }
  #a61a0af29da2f9c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8c29a827fa339d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a1f73acf75a8e75 .a5c24a00fda0569 {
  overflow: hidden;
}
#a1f73acf75a8e75 .a5c24a00fda0569 , #a1f73acf75a8e75 .a5c24a00fda0569 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a1f73acf75a8e75 .a5c24a00fda0569:hover , #a1f73acf75a8e75 .a5c24a00fda0569 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a1f73acf75a8e75 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1f73acf75a8e75 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a1f73acf75a8e75 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a1f73acf75a8e75 .uk-position-center-left-out {
    left: -30px;
  }
  #a1f73acf75a8e75 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a988ba0fa4a2973  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4092a576fa0692 .a229fac40ea9024 {
  overflow: hidden;
}
#a4092a576fa0692 .a229fac40ea9024 , #a4092a576fa0692 .a229fac40ea9024 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4092a576fa0692 .a229fac40ea9024:hover , #a4092a576fa0692 .a229fac40ea9024 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4092a576fa0692 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4092a576fa0692 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4092a576fa0692 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4092a576fa0692 .uk-position-center-left-out {
    left: -30px;
  }
  #a4092a576fa0692 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac7c7a155ba5f06  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a0daaa7cb3a7125 .a8c63ab1d9a065f {
  overflow: hidden;
}
#a0daaa7cb3a7125 .a8c63ab1d9a065f , #a0daaa7cb3a7125 .a8c63ab1d9a065f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a0daaa7cb3a7125 .a8c63ab1d9a065f:hover , #a0daaa7cb3a7125 .a8c63ab1d9a065f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a0daaa7cb3a7125 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a0daaa7cb3a7125 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a0daaa7cb3a7125 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a0daaa7cb3a7125 .uk-position-center-left-out {
    left: -30px;
  }
  #a0daaa7cb3a7125 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a2884a9c7aa42cb {
  overflow: hidden;
  pointer-events: none;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a2884a9c7aa42cb .layout-left li,
#a2884a9c7aa42cb .layout-center li,
#a2884a9c7aa42cb .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a2884a9c7aa42cb .layout-left li a,
#a2884a9c7aa42cb .layout-center li a,
#a2884a9c7aa42cb .layout-right li a {
  height: 100%;
}
#a2884a9c7aa42cb > .tab-tabs .layout-left {
  text-align: left;
}
#a2884a9c7aa42cb > .tab-tabs .layout-center {
  text-align: center;
}
#a2884a9c7aa42cb > .tab-tabs .layout-right {
  text-align: right;
}
#a2884a9c7aa42cb .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a2884a9c7aa42cb .tab-content-wrap {
  background-color: #ffffff;
}
#a2884a9c7aa42cb .tab-contents,
#a2884a9c7aa42cb .tab-contents-wrap {
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-content,
#a2884a9c7aa42cb .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a2884a9c7aa42cb .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-wrap .tab-contents {
  height: 100%;
}
#a2884a9c7aa42cb .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9337a9870a4aa8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .tab-nav li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .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: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#a9337a9870a4aa8 .layout-left li,
#a9337a9870a4aa8 .layout-center li,
#a9337a9870a4aa8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9337a9870a4aa8 .layout-left li a,
#a9337a9870a4aa8 .layout-center li a,
#a9337a9870a4aa8 .layout-right li a {
  height: 100%;
}
#a9337a9870a4aa8 > .tab-tabs .layout-left {
  text-align: left;
}
#a9337a9870a4aa8 > .tab-tabs .layout-center {
  text-align: center;
}
#a9337a9870a4aa8 > .tab-tabs .layout-right {
  text-align: right;
}
#a9337a9870a4aa8 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a9337a9870a4aa8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 .tab-contents,
#a9337a9870a4aa8 .tab-contents-wrap {
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-content,
#a9337a9870a4aa8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9337a9870a4aa8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-wrap .tab-contents {
  height: 100%;
}
#a9337a9870a4aa8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a02f5a3ff9a4083  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0dafa41eda42c1 > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a0936a27c6a7e20 > .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;}#a0936a27c6a7e20  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0936a27c6a7e20:hover * {color: #000000  !important}
                            #a0936a27c6a7e20:hover .line{border-color: #000000  !important}#a0099a01a7a0786 > .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;}#a0099a01a7a0786  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0099a01a7a0786:hover * {color: #000000  !important}
                            #a0099a01a7a0786:hover .line{border-color: #000000  !important}#ada22ad7caad10a  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a2384a88bcaa91f > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#aff0fa80aca0f48 > .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;}#aff0fa80aca0f48  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aff0fa80aca0f48:hover * {color: #000000  !important}
                            #aff0fa80aca0f48:hover .line{border-color: #000000  !important}#a7c98ad8d3a2f15 > .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;}#a7c98ad8d3a2f15  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7c98ad8d3a2f15:hover * {color: #000000  !important}
                            #a7c98ad8d3a2f15:hover .line{border-color: #000000  !important}#aef76a9e03a209f  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a96e2a6c2aae62d > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#ae1efad977acc8b > .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;}#ae1efad977acc8b  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#ae1efad977acc8b:hover * {color: #000000  !important}
                            #ae1efad977acc8b:hover .line{border-color: #000000  !important}#a969ba27fba3e87 > .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;}#a969ba27fba3e87  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a969ba27fba3e87:hover * {color: #000000  !important}
                            #a969ba27fba3e87:hover .line{border-color: #000000  !important}#a72b8a64dba1bcc > .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;}#a72b8a64dba1bcc  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a72b8a64dba1bcc:hover * {color: #000000  !important}
                            #a72b8a64dba1bcc:hover .line{border-color: #000000  !important}#a5509a25c7aa431 > .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;}#a5509a25c7aa431  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a5509a25c7aa431:hover * {color: #000000  !important}
                            #a5509a25c7aa431:hover .line{border-color: #000000  !important}#ac860aabe5ab7a3 {
  overflow: hidden;
  pointer-events: none;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 .layout-left li,
#ac860aabe5ab7a3 .layout-center li,
#ac860aabe5ab7a3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac860aabe5ab7a3 .layout-left li a,
#ac860aabe5ab7a3 .layout-center li a,
#ac860aabe5ab7a3 .layout-right li a {
  height: 100%;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-left {
  text-align: left;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-center {
  text-align: center;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-right {
  text-align: right;
}
#ac860aabe5ab7a3 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#ac860aabe5ab7a3 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ac860aabe5ab7a3 .tab-contents,
#ac860aabe5ab7a3 .tab-contents-wrap {
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-content,
#ac860aabe5ab7a3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac860aabe5ab7a3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-wrap .tab-contents {
  height: 100%;
}
#ac860aabe5ab7a3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a803baa081aca73 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a803baa081aca73 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a803baa081aca73 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a803baa081aca73 .menu-list > li > a {
  padding: 0 10px;
}
#a803baa081aca73 .menu-list > li:hover:before {
  height: 100%;
}
#a803baa081aca73 .menu-list > li:hover:after {
  color: auto;
}
#a803baa081aca73 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a803baa081aca73 .menu-list > li:first-child:after {
  content: "";
}
#a803baa081aca73 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a803baa081aca73 .menu-list > li ul li {
  position: relative;
}
#a803baa081aca73 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a803baa081aca73 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a803baa081aca73 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 li ul,
#a803baa081aca73 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a803baa081aca73 li:hover > ul {
  left: auto;
}
#a803baa081aca73 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a14a9aa4faa723b  {flex: 1;}#a6008a151fa2c43  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 30px;}#a3547a9f80a6c62 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac581addada4f1b .ele-wrap {border-color: rgba(1, 117, 95, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 16px;background-color: #1364d8;border-radius: 3px;justify-content: center;}#ac581addada4f1b .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;border-color: rgba(17, 138, 158, 1);background-color: rgba(9, 107, 123, 1);}#addb4a19d3a3269  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 50px;}#a4bcea4f2ba47b8 {
  border-radius: 5px;
  overflow: hidden;
}
#a4bcea4f2ba47b8 .ele-slideshow .uk-dotnav li a {
  background: #ffffff;
}
#a4bcea4f2ba47b8 .ele-slideshow .uk-dotnav > .uk-active a {
  background: #01755f;
}
#a4bcea4f2ba47b8 .ele-slideshow .uk-slidenav {
  background-color: rgba(65, 117, 5, 0);
}
#a4bcea4f2ba47b8 .ele-slideshow .uk-slidenav {
  color: #f5a623;
}
#a4bcea4f2ba47b8 .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(255, 255, 255, 0);
}
#ab10da4f9fa5d00 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a59e0a6629a092c > .ele-wrap {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;}#a287aa7ec9a4215 > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#aadfea8540af56a > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#a6473a176eaea6a > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#a5d0aa0952a3d8f > .ele-wrap {border-left-width: -1px;border-bottom-width: -1px;border-right-width: -1px;border-top-width: -1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2ff4aa590ab1a9  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a7977a7dacab4c2  {flex-grow: 1;}#a0c93add83a20a1  {flex: 1;}#ac7a0ab4f0aa37d  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 20px;}#a3b3cae3eba90af  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;}#a8be5aa6a0a98d3  {flex-grow: 1;}#a09ebaa149a0c95  {flex: 1;}#a47dfa07c2a1a41  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;}#a1ebfaa372a7843 .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 15px;background-color: #1364d8;border-radius: 3px;justify-content: center;font-family: Verdana;}#a1ebfaa372a7843 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(1, 117, 95, 0.8);}#adc54a1eeda06c7  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;}#a0f37a2bc8a30ee .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 15px;background-color: #1364d8;border-radius: 3px;justify-content: center;font-family: Verdana;}#a0f37a2bc8a30ee .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(1, 117, 95, 0.8);}#a0af5ad57ca6c1a  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 40px;}#a2cb1a3847ae86d  {flex: 1;}#a0a47a6889a318d .a6704a028aa383f {
  overflow: hidden;
}
#a0a47a6889a318d .a6704a028aa383f , #a0a47a6889a318d .a6704a028aa383f > * {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a0a47a6889a318d .a6704a028aa383f:hover , #a0a47a6889a318d .a6704a028aa383f *:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a0a47a6889a318d .a362eafcfca7474 {
  overflow: hidden;
}
#a0a47a6889a318d .a362eafcfca7474 , #a0a47a6889a318d .a362eafcfca7474 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: Verdana;color: rgba(225, 225, 225, 1);}#a0a47a6889a318d .a0c0caca0aa0175 {
  overflow: hidden;
}
#a0a47a6889a318d .a0c0caca0aa0175 , #a0a47a6889a318d .a0c0caca0aa0175 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 13px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a0a47a6889a318d .uk-grid {
  margin-left: -10px;
}
#a0a47a6889a318d .uk-grid > * {
  padding-left: 10px;
}
#a0a47a6889a318d .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a0a47a6889a318d .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#a0a47a6889a318d .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #a0a47a6889a318d .uk-position-center-left-out {
    left: -30px;
  }
  #a0a47a6889a318d .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a85f2ad278ad0fc  {flex: 1;}#af72da3fa5a7015 .aba1aa185aa8a3d {
  overflow: hidden;
}
#af72da3fa5a7015 .aba1aa185aa8a3d , #af72da3fa5a7015 .aba1aa185aa8a3d > * {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#af72da3fa5a7015 .aba1aa185aa8a3d:hover , #af72da3fa5a7015 .aba1aa185aa8a3d *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#af72da3fa5a7015 .uk-grid {
  margin-left: -10px;
}
#af72da3fa5a7015 .uk-grid > * {
  padding-left: 10px;
}
#af72da3fa5a7015 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#af72da3fa5a7015 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#af72da3fa5a7015 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #af72da3fa5a7015 .uk-position-center-left-out {
    left: -30px;
  }
  #af72da3fa5a7015 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ae590a464dadbff {
  overflow: hidden;
  pointer-events: none;
}
#ae590a464dadbff > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ae590a464dadbff > .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;
}
#ae590a464dadbff > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ae590a464dadbff > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ae590a464dadbff > .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;
}
#ae590a464dadbff > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ae590a464dadbff > .tab-wrap > div > .tab-nav,
#ae590a464dadbff > .tab-nav,
#ae590a464dadbff > .tab-tabs > .tab-wrap > div > .tab-nav,
#ae590a464dadbff > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae590a464dadbff > .tab-wrap > div > .tab-nav-horizontal,
#ae590a464dadbff > .tab-nav-horizontal,
#ae590a464dadbff > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ae590a464dadbff > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ae590a464dadbff > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ae590a464dadbff > .tab-nav-horizontal::-webkit-scrollbar,
#ae590a464dadbff > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ae590a464dadbff > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ae590a464dadbff > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ae590a464dadbff > .tab-nav-horizontal.tagScroll,
#ae590a464dadbff > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ae590a464dadbff > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#ae590a464dadbff > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ae590a464dadbff > .tab-nav-horizontal.tagScroll li a,
#ae590a464dadbff > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ae590a464dadbff > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ae590a464dadbff > .tab-wrap > div > .tab-nav a,
#ae590a464dadbff > .tab-nav a,
#ae590a464dadbff > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ae590a464dadbff > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ae590a464dadbff > .tab-wrap > div > .tab-nav li a,
#ae590a464dadbff > .tab-nav li a,
#ae590a464dadbff > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ae590a464dadbff > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 10px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(255, 255, 255, 0);
  border-right-style: none;
}
#ae590a464dadbff > .tab-wrap > div > .tab-nav li a svg,
#ae590a464dadbff > .tab-nav li a svg,
#ae590a464dadbff > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ae590a464dadbff > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ae590a464dadbff > .tab-wrap > div > .tab-nav li a .ap_icon,
#ae590a464dadbff > .tab-nav li a .ap_icon,
#ae590a464dadbff > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ae590a464dadbff > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ae590a464dadbff > .tab-wrap > div > .tab-nav li a:hover,
#ae590a464dadbff > .tab-nav li a:hover,
#ae590a464dadbff > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ae590a464dadbff > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae590a464dadbff > .tab-wrap > div > .tab-nav li.uk-active a,
#ae590a464dadbff > .tab-nav li.uk-active a,
#ae590a464dadbff > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ae590a464dadbff > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae590a464dadbff .layout-left li,
#ae590a464dadbff .layout-center li,
#ae590a464dadbff .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ae590a464dadbff .layout-left li a,
#ae590a464dadbff .layout-center li a,
#ae590a464dadbff .layout-right li a {
  height: 100%;
}
#ae590a464dadbff > .tab-tabs .layout-left {
  text-align: left;
}
#ae590a464dadbff > .tab-tabs .layout-center {
  text-align: center;
}
#ae590a464dadbff > .tab-tabs .layout-right {
  text-align: right;
}
#ae590a464dadbff .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#ae590a464dadbff .tab-content-wrap {
  background-color: transparent;
}
#ae590a464dadbff .tab-contents,
#ae590a464dadbff .tab-contents-wrap {
  pointer-events: none;
}
#ae590a464dadbff .tab-content,
#ae590a464dadbff .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ae590a464dadbff .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ae590a464dadbff .tab-wrap .tab-contents {
  height: 100%;
}
#ae590a464dadbff .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ae590a464dadbff .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ae590a464dadbff .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0feea95a2a72ad  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#af056a2390a76c7  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a36a4a72ebaa0ec , #a36a4a72ebaa0ec a{flex-grow: 0;color: rgba(49, 118, 219, 1);}#a36a4a72ebaa0ec:hover, #a36a4a72ebaa0ec a:hover {color: rgba(19, 100, 216, 1);}#a767fa3f3aaf748  {flex-grow: 1;}#a4fb9aba3ca9c8c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a4fb9aba3ca9c8c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a4fb9aba3ca9c8c .ap-icon {
  margin-right: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon img,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li:hover > a,
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a4fb9aba3ca9c8c .menu-list ul,
#a4fb9aba3ca9c8c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a4fb9aba3ca9c8c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a4fb9aba3ca9c8c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4fb9aba3ca9c8c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4fb9aba3ca9c8c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a49b0afccaac34c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a49b0afccaac34c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a49b0afccaac34c .ap-icon {
  margin-right: 6px;
}
#a49b0afccaac34c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a,
#a49b0afccaac34c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon img,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a49b0afccaac34c .menu-list > li:hover > a,
#a49b0afccaac34c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a49b0afccaac34c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a49b0afccaac34c .menu-list ul,
#a49b0afccaac34c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a49b0afccaac34c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a49b0afccaac34c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a49b0afccaac34c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a49b0afccaac34c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a468aa0b1da717e > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afe37a828faabd7 , #afe37a828faabd7 a{color: rgba(6, 164, 100, 1);}#afe37a828faabd7:hover, #afe37a828faabd7 a:hover {color: rgba(4, 204, 101, 1);}#ac7eca0ba9a4ccf .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac7eca0ba9a4ccf .menu-list-expand .submenu-indicator {
  display: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a img,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9e02ae88da9704 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a img,
#a9e02ae88da9704 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa5cfa706da140f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa5cfa706da140f .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa5cfa706da140f .menu-list-expand .submenu-indicator {
  display: none;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li a img,
#aa5cfa706da140f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a45b7a9ebeaba8a .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a796babe96a59ce .list-icon {
  color: #1364d8;
}
#a796babe96a59ce .uk-button {
  padding: 0px 60px;
  border: 1px solid #fff;
  background: none;
  font-weight: bold;
  font-size: 18px;
  transition: all 0.2s ease-in;
}
#a796babe96a59ce .uk-button:hover {
  background: #fff;
  color: #1364d8;
}
#a796babe96a59ce .uk-button i {
  margin-left: 10px;
  display: inline-block;
}
#a5bb0a4e40af0ac  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#a4f0eae1c8ad5b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a5e1fa5af8a6d2f > .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;flex-grow: 0;}#aaa66adb04a787f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aaa66adb04a787f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6e05a9cb2aacc5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a71eaaa784aba6f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a71eaaa784aba6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1f02a72faacac9 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad649a4e1faa01e > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad649a4e1faa01e  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2131a4568ad5fb .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8427a3663ab91d > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8427a3663ab91d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a54aea8b6da48ed .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#af514ac23ca7297  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4549a962ca7add > .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;flex-grow: 0;}#aefe9a9dcba95e8 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aefe9a9dcba95e8  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a78b8a66c3a62cd .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a6860a4373a658a > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a6860a4373a658a  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a60d7a306dad87e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aa506af856a9ff7 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aa506af856a9ff7  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1a9bafb12a3379 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a1ea5a55aba2aaa > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a1ea5a55aba2aaa  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a92fda3d31aebae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a96dba8355ac472 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a96dba8355ac472  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3fa0aa753aa303 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a05c0a0e46a2f58  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ace13a3d21a10ea > .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;flex-grow: 0;}#a0604a42d4a4597 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0604a42d4a4597  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ac9a8ad93ea1211 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae9cbafda3a2f1b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae9cbafda3a2f1b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aac8da5f56ab439 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4442ab252a29a9 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4442ab252a29a9  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae418a8e29ac7a8 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aacb4aacb5aec67 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aacb4aacb5aec67  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#adafea3e44a3273 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7b50a7223adfe6 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7b50a7223adfe6  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1ff7aaad5a00c5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4ed7a699ea9c4b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4ed7a699ea9c4b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3cc7a1265a50b6 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8ba8a9e62a0d8c > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8ba8a9e62a0d8c  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2e38acba1a6797 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab151a234ead77c {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#ab151a234ead77c .layout-left li,
#ab151a234ead77c .layout-center li,
#ab151a234ead77c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab151a234ead77c .layout-left li a,
#ab151a234ead77c .layout-center li a,
#ab151a234ead77c .layout-right li a {
  height: 100%;
}
#ab151a234ead77c > .tab-tabs .layout-left {
  text-align: left;
}
#ab151a234ead77c > .tab-tabs .layout-center {
  text-align: center;
}
#ab151a234ead77c > .tab-tabs .layout-right {
  text-align: right;
}
#ab151a234ead77c .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#ab151a234ead77c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c .tab-contents,
#ab151a234ead77c .tab-contents-wrap {
  pointer-events: none;
}
#ab151a234ead77c .tab-content,
#ab151a234ead77c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab151a234ead77c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab151a234ead77c .tab-wrap .tab-contents {
  height: 100%;
}
#ab151a234ead77c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab151a234ead77c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab151a234ead77c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a445cadc90a6f90  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a54aba797fa6994  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a0c23a8da1a5492  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aa603ad8dfa8ae5 .a72bea96eba74bb {
  overflow: hidden;
}
#aa603ad8dfa8ae5 .a72bea96eba74bb , #aa603ad8dfa8ae5 .a72bea96eba74bb > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aa603ad8dfa8ae5 .a72bea96eba74bb:hover , #aa603ad8dfa8ae5 .a72bea96eba74bb *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aa603ad8dfa8ae5 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa603ad8dfa8ae5 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa603ad8dfa8ae5 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aa603ad8dfa8ae5 .uk-position-center-left-out {
    left: -30px;
  }
  #aa603ad8dfa8ae5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6f8da0e6ea7804  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7baeab343a1ed2 .a31f5a9637ae63a {
  overflow: hidden;
}
#a7baeab343a1ed2 .a31f5a9637ae63a , #a7baeab343a1ed2 .a31f5a9637ae63a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7baeab343a1ed2 .a31f5a9637ae63a:hover , #a7baeab343a1ed2 .a31f5a9637ae63a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7baeab343a1ed2 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a7baeab343a1ed2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7baeab343a1ed2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7baeab343a1ed2 .uk-position-center-left-out {
    left: -30px;
  }
  #a7baeab343a1ed2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7eeea24a2a489a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a9e11a3922a0a84 .a0c79ae6caaf8e2 {
  overflow: hidden;
}
#a9e11a3922a0a84 .a0c79ae6caaf8e2 , #a9e11a3922a0a84 .a0c79ae6caaf8e2 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a9e11a3922a0a84 .a0c79ae6caaf8e2:hover , #a9e11a3922a0a84 .a0c79ae6caaf8e2 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a9e11a3922a0a84 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a9e11a3922a0a84 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9e11a3922a0a84 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a9e11a3922a0a84 .uk-position-center-left-out {
    left: -30px;
  }
  #a9e11a3922a0a84 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa82faaea2a1c77  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a94ffa5483a8d60 .a8a48ae1cfa9a13 {
  overflow: hidden;
}
#a94ffa5483a8d60 .a8a48ae1cfa9a13 , #a94ffa5483a8d60 .a8a48ae1cfa9a13 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a94ffa5483a8d60 .a8a48ae1cfa9a13:hover , #a94ffa5483a8d60 .a8a48ae1cfa9a13 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a94ffa5483a8d60 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a94ffa5483a8d60 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a94ffa5483a8d60 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a94ffa5483a8d60 .uk-position-center-left-out {
    left: -30px;
  }
  #a94ffa5483a8d60 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3b61acc08a6bcf {
  overflow: hidden;
  pointer-events: none;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a3b61acc08a6bcf .layout-left li,
#a3b61acc08a6bcf .layout-center li,
#a3b61acc08a6bcf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3b61acc08a6bcf .layout-left li a,
#a3b61acc08a6bcf .layout-center li a,
#a3b61acc08a6bcf .layout-right li a {
  height: 100%;
}
#a3b61acc08a6bcf > .tab-tabs .layout-left {
  text-align: left;
}
#a3b61acc08a6bcf > .tab-tabs .layout-center {
  text-align: center;
}
#a3b61acc08a6bcf > .tab-tabs .layout-right {
  text-align: right;
}
#a3b61acc08a6bcf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a3b61acc08a6bcf .tab-content-wrap {
  background-color: #ffffff;
}
#a3b61acc08a6bcf .tab-contents,
#a3b61acc08a6bcf .tab-contents-wrap {
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-content,
#a3b61acc08a6bcf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3b61acc08a6bcf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-wrap .tab-contents {
  height: 100%;
}
#a3b61acc08a6bcf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2b29afa75af3d2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a7bdda440da10de  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af0fda089faa74e .a179ba61fca0888 {
  overflow: hidden;
}
#af0fda089faa74e .a179ba61fca0888 , #af0fda089faa74e .a179ba61fca0888 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af0fda089faa74e .a179ba61fca0888:hover , #af0fda089faa74e .a179ba61fca0888 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af0fda089faa74e .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af0fda089faa74e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af0fda089faa74e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af0fda089faa74e .uk-position-center-left-out {
    left: -30px;
  }
  #af0fda089faa74e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac029ab8d2ac795  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3fa1aa72eae5d8 .a8a0fa2a83ace44 {
  overflow: hidden;
}
#a3fa1aa72eae5d8 .a8a0fa2a83ace44 , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3fa1aa72eae5d8 .a8a0fa2a83ace44:hover , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3fa1aa72eae5d8 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a3fa1aa72eae5d8 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3fa1aa72eae5d8 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3fa1aa72eae5d8 .uk-position-center-left-out {
    left: -30px;
  }
  #a3fa1aa72eae5d8 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acd71a09bca3734  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2599afd13a8dda .a67b0a5657abdca {
  overflow: hidden;
}
#a2599afd13a8dda .a67b0a5657abdca , #a2599afd13a8dda .a67b0a5657abdca > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2599afd13a8dda .a67b0a5657abdca:hover , #a2599afd13a8dda .a67b0a5657abdca *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2599afd13a8dda .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2599afd13a8dda .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2599afd13a8dda .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2599afd13a8dda .uk-position-center-left-out {
    left: -30px;
  }
  #a2599afd13a8dda .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3bd9a9ed3a0012  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5fc2ae1b1ac227 .ada91af9b0a0502 {
  overflow: hidden;
}
#a5fc2ae1b1ac227 .ada91af9b0a0502 , #a5fc2ae1b1ac227 .ada91af9b0a0502 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5fc2ae1b1ac227 .ada91af9b0a0502:hover , #a5fc2ae1b1ac227 .ada91af9b0a0502 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5fc2ae1b1ac227 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a5fc2ae1b1ac227 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5fc2ae1b1ac227 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5fc2ae1b1ac227 .uk-position-center-left-out {
    left: -30px;
  }
  #a5fc2ae1b1ac227 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6bcdafc0fa513f  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab2a3a53e3a711b .aec71a08e0ab367 {
  overflow: hidden;
}
#ab2a3a53e3a711b .aec71a08e0ab367 , #ab2a3a53e3a711b .aec71a08e0ab367 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab2a3a53e3a711b .aec71a08e0ab367:hover , #ab2a3a53e3a711b .aec71a08e0ab367 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab2a3a53e3a711b .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ab2a3a53e3a711b .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab2a3a53e3a711b .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab2a3a53e3a711b .uk-position-center-left-out {
    left: -30px;
  }
  #ab2a3a53e3a711b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a309aa2ec8a7ce3 {
  overflow: hidden;
  pointer-events: none;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a309aa2ec8a7ce3 .layout-left li,
#a309aa2ec8a7ce3 .layout-center li,
#a309aa2ec8a7ce3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a309aa2ec8a7ce3 .layout-left li a,
#a309aa2ec8a7ce3 .layout-center li a,
#a309aa2ec8a7ce3 .layout-right li a {
  height: 100%;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-left {
  text-align: left;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-center {
  text-align: center;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-right {
  text-align: right;
}
#a309aa2ec8a7ce3 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a309aa2ec8a7ce3 .tab-content-wrap {
  background-color: #ffffff;
}
#a309aa2ec8a7ce3 .tab-contents,
#a309aa2ec8a7ce3 .tab-contents-wrap {
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-content,
#a309aa2ec8a7ce3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-wrap .tab-contents {
  height: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6180acc49a3e93  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a6dafa4ecea60a0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aff3cac13cafbfb .a06ebafd21a2d85 {
  overflow: hidden;
}
#aff3cac13cafbfb .a06ebafd21a2d85 , #aff3cac13cafbfb .a06ebafd21a2d85 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aff3cac13cafbfb .a06ebafd21a2d85:hover , #aff3cac13cafbfb .a06ebafd21a2d85 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aff3cac13cafbfb .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aff3cac13cafbfb .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aff3cac13cafbfb .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aff3cac13cafbfb .uk-position-center-left-out {
    left: -30px;
  }
  #aff3cac13cafbfb .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#afcbbaca6ea610b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a53e2aef3aaf277 .aa00dac1eeacc9a {
  overflow: hidden;
}
#a53e2aef3aaf277 .aa00dac1eeacc9a , #a53e2aef3aaf277 .aa00dac1eeacc9a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a53e2aef3aaf277 .aa00dac1eeacc9a:hover , #a53e2aef3aaf277 .aa00dac1eeacc9a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a53e2aef3aaf277 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a53e2aef3aaf277 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a53e2aef3aaf277 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a53e2aef3aaf277 .uk-position-center-left-out {
    left: -30px;
  }
  #a53e2aef3aaf277 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4dd9a08d0a4fbc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adea6aad87ac37c .a709ba3eb4afea8 {
  overflow: hidden;
}
#adea6aad87ac37c .a709ba3eb4afea8 , #adea6aad87ac37c .a709ba3eb4afea8 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adea6aad87ac37c .a709ba3eb4afea8:hover , #adea6aad87ac37c .a709ba3eb4afea8 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adea6aad87ac37c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#adea6aad87ac37c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adea6aad87ac37c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adea6aad87ac37c .uk-position-center-left-out {
    left: -30px;
  }
  #adea6aad87ac37c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5f67a73efa84f8  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4f05aa0b1a588c .ab4cfa7547abdc6 {
  overflow: hidden;
}
#a4f05aa0b1a588c .ab4cfa7547abdc6 , #a4f05aa0b1a588c .ab4cfa7547abdc6 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4f05aa0b1a588c .ab4cfa7547abdc6:hover , #a4f05aa0b1a588c .ab4cfa7547abdc6 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4f05aa0b1a588c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4f05aa0b1a588c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4f05aa0b1a588c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4f05aa0b1a588c .uk-position-center-left-out {
    left: -30px;
  }
  #a4f05aa0b1a588c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8b3caf245a9550 {
  overflow: hidden;
  pointer-events: none;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a8b3caf245a9550 .layout-left li,
#a8b3caf245a9550 .layout-center li,
#a8b3caf245a9550 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8b3caf245a9550 .layout-left li a,
#a8b3caf245a9550 .layout-center li a,
#a8b3caf245a9550 .layout-right li a {
  height: 100%;
}
#a8b3caf245a9550 > .tab-tabs .layout-left {
  text-align: left;
}
#a8b3caf245a9550 > .tab-tabs .layout-center {
  text-align: center;
}
#a8b3caf245a9550 > .tab-tabs .layout-right {
  text-align: right;
}
#a8b3caf245a9550 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a8b3caf245a9550 .tab-content-wrap {
  background-color: #ffffff;
}
#a8b3caf245a9550 .tab-contents,
#a8b3caf245a9550 .tab-contents-wrap {
  pointer-events: none;
}
#a8b3caf245a9550 .tab-content,
#a8b3caf245a9550 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8b3caf245a9550 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8b3caf245a9550 .tab-wrap .tab-contents {
  height: 100%;
}
#a8b3caf245a9550 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1c11abae0a6498  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#aa27fa0954aa408  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a61a0af29da2f9c .aeab3a5320a803f {
  overflow: hidden;
}
#a61a0af29da2f9c .aeab3a5320a803f , #a61a0af29da2f9c .aeab3a5320a803f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a61a0af29da2f9c .aeab3a5320a803f:hover , #a61a0af29da2f9c .aeab3a5320a803f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a61a0af29da2f9c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a61a0af29da2f9c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a61a0af29da2f9c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a61a0af29da2f9c .uk-position-center-left-out {
    left: -30px;
  }
  #a61a0af29da2f9c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8c29a827fa339d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a1f73acf75a8e75 .a5c24a00fda0569 {
  overflow: hidden;
}
#a1f73acf75a8e75 .a5c24a00fda0569 , #a1f73acf75a8e75 .a5c24a00fda0569 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a1f73acf75a8e75 .a5c24a00fda0569:hover , #a1f73acf75a8e75 .a5c24a00fda0569 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a1f73acf75a8e75 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1f73acf75a8e75 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a1f73acf75a8e75 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a1f73acf75a8e75 .uk-position-center-left-out {
    left: -30px;
  }
  #a1f73acf75a8e75 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a988ba0fa4a2973  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4092a576fa0692 .a229fac40ea9024 {
  overflow: hidden;
}
#a4092a576fa0692 .a229fac40ea9024 , #a4092a576fa0692 .a229fac40ea9024 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4092a576fa0692 .a229fac40ea9024:hover , #a4092a576fa0692 .a229fac40ea9024 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4092a576fa0692 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4092a576fa0692 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4092a576fa0692 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4092a576fa0692 .uk-position-center-left-out {
    left: -30px;
  }
  #a4092a576fa0692 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac7c7a155ba5f06  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a0daaa7cb3a7125 .a8c63ab1d9a065f {
  overflow: hidden;
}
#a0daaa7cb3a7125 .a8c63ab1d9a065f , #a0daaa7cb3a7125 .a8c63ab1d9a065f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a0daaa7cb3a7125 .a8c63ab1d9a065f:hover , #a0daaa7cb3a7125 .a8c63ab1d9a065f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a0daaa7cb3a7125 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a0daaa7cb3a7125 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a0daaa7cb3a7125 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a0daaa7cb3a7125 .uk-position-center-left-out {
    left: -30px;
  }
  #a0daaa7cb3a7125 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a2884a9c7aa42cb {
  overflow: hidden;
  pointer-events: none;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a2884a9c7aa42cb .layout-left li,
#a2884a9c7aa42cb .layout-center li,
#a2884a9c7aa42cb .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a2884a9c7aa42cb .layout-left li a,
#a2884a9c7aa42cb .layout-center li a,
#a2884a9c7aa42cb .layout-right li a {
  height: 100%;
}
#a2884a9c7aa42cb > .tab-tabs .layout-left {
  text-align: left;
}
#a2884a9c7aa42cb > .tab-tabs .layout-center {
  text-align: center;
}
#a2884a9c7aa42cb > .tab-tabs .layout-right {
  text-align: right;
}
#a2884a9c7aa42cb .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a2884a9c7aa42cb .tab-content-wrap {
  background-color: #ffffff;
}
#a2884a9c7aa42cb .tab-contents,
#a2884a9c7aa42cb .tab-contents-wrap {
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-content,
#a2884a9c7aa42cb .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a2884a9c7aa42cb .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-wrap .tab-contents {
  height: 100%;
}
#a2884a9c7aa42cb .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9337a9870a4aa8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .tab-nav li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .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: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#a9337a9870a4aa8 .layout-left li,
#a9337a9870a4aa8 .layout-center li,
#a9337a9870a4aa8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9337a9870a4aa8 .layout-left li a,
#a9337a9870a4aa8 .layout-center li a,
#a9337a9870a4aa8 .layout-right li a {
  height: 100%;
}
#a9337a9870a4aa8 > .tab-tabs .layout-left {
  text-align: left;
}
#a9337a9870a4aa8 > .tab-tabs .layout-center {
  text-align: center;
}
#a9337a9870a4aa8 > .tab-tabs .layout-right {
  text-align: right;
}
#a9337a9870a4aa8 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a9337a9870a4aa8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 .tab-contents,
#a9337a9870a4aa8 .tab-contents-wrap {
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-content,
#a9337a9870a4aa8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9337a9870a4aa8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-wrap .tab-contents {
  height: 100%;
}
#a9337a9870a4aa8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a02f5a3ff9a4083  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0dafa41eda42c1 > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a0936a27c6a7e20 > .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;}#a0936a27c6a7e20  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0936a27c6a7e20:hover * {color: #000000  !important}
                            #a0936a27c6a7e20:hover .line{border-color: #000000  !important}#a0099a01a7a0786 > .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;}#a0099a01a7a0786  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0099a01a7a0786:hover * {color: #000000  !important}
                            #a0099a01a7a0786:hover .line{border-color: #000000  !important}#ada22ad7caad10a  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a2384a88bcaa91f > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#aff0fa80aca0f48 > .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;}#aff0fa80aca0f48  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aff0fa80aca0f48:hover * {color: #000000  !important}
                            #aff0fa80aca0f48:hover .line{border-color: #000000  !important}#a7c98ad8d3a2f15 > .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;}#a7c98ad8d3a2f15  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7c98ad8d3a2f15:hover * {color: #000000  !important}
                            #a7c98ad8d3a2f15:hover .line{border-color: #000000  !important}#aef76a9e03a209f  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a96e2a6c2aae62d > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#ae1efad977acc8b > .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;}#ae1efad977acc8b  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#ae1efad977acc8b:hover * {color: #000000  !important}
                            #ae1efad977acc8b:hover .line{border-color: #000000  !important}#a969ba27fba3e87 > .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;}#a969ba27fba3e87  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a969ba27fba3e87:hover * {color: #000000  !important}
                            #a969ba27fba3e87:hover .line{border-color: #000000  !important}#a72b8a64dba1bcc > .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;}#a72b8a64dba1bcc  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a72b8a64dba1bcc:hover * {color: #000000  !important}
                            #a72b8a64dba1bcc:hover .line{border-color: #000000  !important}#a5509a25c7aa431 > .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;}#a5509a25c7aa431  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a5509a25c7aa431:hover * {color: #000000  !important}
                            #a5509a25c7aa431:hover .line{border-color: #000000  !important}#ac860aabe5ab7a3 {
  overflow: hidden;
  pointer-events: none;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 .layout-left li,
#ac860aabe5ab7a3 .layout-center li,
#ac860aabe5ab7a3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac860aabe5ab7a3 .layout-left li a,
#ac860aabe5ab7a3 .layout-center li a,
#ac860aabe5ab7a3 .layout-right li a {
  height: 100%;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-left {
  text-align: left;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-center {
  text-align: center;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-right {
  text-align: right;
}
#ac860aabe5ab7a3 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#ac860aabe5ab7a3 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ac860aabe5ab7a3 .tab-contents,
#ac860aabe5ab7a3 .tab-contents-wrap {
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-content,
#ac860aabe5ab7a3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac860aabe5ab7a3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-wrap .tab-contents {
  height: 100%;
}
#ac860aabe5ab7a3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a803baa081aca73 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a803baa081aca73 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a803baa081aca73 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a803baa081aca73 .menu-list > li > a {
  padding: 0 10px;
}
#a803baa081aca73 .menu-list > li:hover:before {
  height: 100%;
}
#a803baa081aca73 .menu-list > li:hover:after {
  color: auto;
}
#a803baa081aca73 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a803baa081aca73 .menu-list > li:first-child:after {
  content: "";
}
#a803baa081aca73 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a803baa081aca73 .menu-list > li ul li {
  position: relative;
}
#a803baa081aca73 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a803baa081aca73 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a803baa081aca73 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 li ul,
#a803baa081aca73 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a803baa081aca73 li:hover > ul {
  left: auto;
}
#a803baa081aca73 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6dc0a5e5fa6229  {flex: 1;}#a7e4ba246ba8e3f  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 30px;}#a31ebacaaaaab3c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1dcaa08e4a9af6 .ele-wrap {border-color: rgba(1, 117, 95, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 16px;background-color: #1364d8;border-radius: 3px;justify-content: center;}#a1dcaa08e4a9af6 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;border-color: rgba(17, 138, 158, 1);background-color: rgba(9, 107, 123, 1);}#ac51da0210a0d7b  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 30px;}#aa2baa930faeb3f {
  border-radius: 5px;
  overflow: hidden;
}
#aa2baa930faeb3f .ele-slideshow .uk-dotnav li a {
  background: #ffffff;
}
#aa2baa930faeb3f .ele-slideshow .uk-dotnav > .uk-active a {
  background: #01755f;
}
#aa2baa930faeb3f .ele-slideshow .uk-slidenav {
  background-color: rgba(65, 117, 5, 0);
}
#aa2baa930faeb3f .ele-slideshow .uk-slidenav {
  color: #f5a623;
}
#aa2baa930faeb3f .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(255, 255, 255, 0);
}
#ac514a92e9a6683 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7305a79cca85cd > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/ad1cfa3e21a0b3d/1760159755930.jpeg);background-position: center center;background-size: cover;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1775ac6a7a57cc  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a6116ae345a2628  {flex-grow: 1;}#aff96a1bcfaa305  {flex: 1;}#aa80fadd05a6dea  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 20px;}#a3d12a9830ae49f  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;}#a316ba5434adddd  {flex-grow: 1;}#a4dd9a7c82a6a42  {flex: 1;}#af6b4a5dfba1e0a  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;}#a1928a19f2a5c91 .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 15px;background-color: #1364d8;border-radius: 3px;justify-content: center;font-family: Verdana;}#a1928a19f2a5c91 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(1, 117, 95, 0.8);}#adf16aa2f5a92fb  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;}#a7376ade13a00e7 .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 15px;background-color: #1364d8;border-radius: 3px;justify-content: center;font-family: Verdana;}#a7376ade13a00e7 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(1, 117, 95, 0.8);}#a9cada72f5a3b69  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 40px;}#a4a3ca194ba9a70  {flex: 1;}#a00c6a078ba8598 .a7e2eaba8aaa192 {
  overflow: hidden;
}
#a00c6a078ba8598 .a7e2eaba8aaa192 , #a00c6a078ba8598 .a7e2eaba8aaa192 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a00c6a078ba8598 .a7e2eaba8aaa192:hover , #a00c6a078ba8598 .a7e2eaba8aaa192 *:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a00c6a078ba8598 .a323da2f67ac4fb {
  overflow: hidden;
}
#a00c6a078ba8598 .a323da2f67ac4fb , #a00c6a078ba8598 .a323da2f67ac4fb > * {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: Verdana;color: rgba(225, 225, 225, 1);}#a00c6a078ba8598 .ade54a00a7aeb41 {
  overflow: hidden;
}
#a00c6a078ba8598 .ade54a00a7aeb41 , #a00c6a078ba8598 .ade54a00a7aeb41 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 13px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a00c6a078ba8598 .uk-grid {
  margin-left: -10px;
}
#a00c6a078ba8598 .uk-grid > * {
  padding-left: 10px;
}
#a00c6a078ba8598 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a00c6a078ba8598 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#a00c6a078ba8598 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #a00c6a078ba8598 .uk-position-center-left-out {
    left: -30px;
  }
  #a00c6a078ba8598 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a875fa1ec2a39c1  {flex: 1;}#a5c9aa68b4ae4f1 .a0abfa1ceaa89f4 {
  overflow: hidden;
}
#a5c9aa68b4ae4f1 .a0abfa1ceaa89f4 , #a5c9aa68b4ae4f1 .a0abfa1ceaa89f4 > * {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a5c9aa68b4ae4f1 .a0abfa1ceaa89f4:hover , #a5c9aa68b4ae4f1 .a0abfa1ceaa89f4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a5c9aa68b4ae4f1 .uk-grid {
  margin-left: -10px;
}
#a5c9aa68b4ae4f1 .uk-grid > * {
  padding-left: 10px;
}
#a5c9aa68b4ae4f1 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a5c9aa68b4ae4f1 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#a5c9aa68b4ae4f1 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #a5c9aa68b4ae4f1 .uk-position-center-left-out {
    left: -30px;
  }
  #a5c9aa68b4ae4f1 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#afc98aed4caf5d9 {
  overflow: hidden;
  pointer-events: none;
}
#afc98aed4caf5d9 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#afc98aed4caf5d9 > .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;
}
#afc98aed4caf5d9 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#afc98aed4caf5d9 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#afc98aed4caf5d9 > .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;
}
#afc98aed4caf5d9 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#afc98aed4caf5d9 > .tab-wrap > div > .tab-nav,
#afc98aed4caf5d9 > .tab-nav,
#afc98aed4caf5d9 > .tab-tabs > .tab-wrap > div > .tab-nav,
#afc98aed4caf5d9 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#afc98aed4caf5d9 > .tab-wrap > div > .tab-nav-horizontal,
#afc98aed4caf5d9 > .tab-nav-horizontal,
#afc98aed4caf5d9 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#afc98aed4caf5d9 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#afc98aed4caf5d9 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#afc98aed4caf5d9 > .tab-nav-horizontal::-webkit-scrollbar,
#afc98aed4caf5d9 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#afc98aed4caf5d9 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#afc98aed4caf5d9 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#afc98aed4caf5d9 > .tab-nav-horizontal.tagScroll,
#afc98aed4caf5d9 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#afc98aed4caf5d9 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#afc98aed4caf5d9 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#afc98aed4caf5d9 > .tab-nav-horizontal.tagScroll li a,
#afc98aed4caf5d9 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#afc98aed4caf5d9 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#afc98aed4caf5d9 > .tab-wrap > div > .tab-nav a,
#afc98aed4caf5d9 > .tab-nav a,
#afc98aed4caf5d9 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#afc98aed4caf5d9 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#afc98aed4caf5d9 > .tab-wrap > div > .tab-nav li a,
#afc98aed4caf5d9 > .tab-nav li a,
#afc98aed4caf5d9 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#afc98aed4caf5d9 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 10px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(255, 255, 255, 0);
  border-right-style: none;
}
#afc98aed4caf5d9 > .tab-wrap > div > .tab-nav li a svg,
#afc98aed4caf5d9 > .tab-nav li a svg,
#afc98aed4caf5d9 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#afc98aed4caf5d9 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#afc98aed4caf5d9 > .tab-wrap > div > .tab-nav li a .ap_icon,
#afc98aed4caf5d9 > .tab-nav li a .ap_icon,
#afc98aed4caf5d9 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#afc98aed4caf5d9 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#afc98aed4caf5d9 > .tab-wrap > div > .tab-nav li a:hover,
#afc98aed4caf5d9 > .tab-nav li a:hover,
#afc98aed4caf5d9 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#afc98aed4caf5d9 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#afc98aed4caf5d9 > .tab-wrap > div > .tab-nav li.uk-active a,
#afc98aed4caf5d9 > .tab-nav li.uk-active a,
#afc98aed4caf5d9 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#afc98aed4caf5d9 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#afc98aed4caf5d9 .layout-left li,
#afc98aed4caf5d9 .layout-center li,
#afc98aed4caf5d9 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#afc98aed4caf5d9 .layout-left li a,
#afc98aed4caf5d9 .layout-center li a,
#afc98aed4caf5d9 .layout-right li a {
  height: 100%;
}
#afc98aed4caf5d9 > .tab-tabs .layout-left {
  text-align: left;
}
#afc98aed4caf5d9 > .tab-tabs .layout-center {
  text-align: center;
}
#afc98aed4caf5d9 > .tab-tabs .layout-right {
  text-align: right;
}
#afc98aed4caf5d9 .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#afc98aed4caf5d9 .tab-content-wrap {
  background-color: transparent;
}
#afc98aed4caf5d9 .tab-contents,
#afc98aed4caf5d9 .tab-contents-wrap {
  pointer-events: none;
}
#afc98aed4caf5d9 .tab-content,
#afc98aed4caf5d9 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#afc98aed4caf5d9 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#afc98aed4caf5d9 .tab-wrap .tab-contents {
  height: 100%;
}
#afc98aed4caf5d9 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#afc98aed4caf5d9 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#afc98aed4caf5d9 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0feea95a2a72ad  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#af056a2390a76c7  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a36a4a72ebaa0ec , #a36a4a72ebaa0ec a{flex-grow: 0;color: rgba(49, 118, 219, 1);}#a36a4a72ebaa0ec:hover, #a36a4a72ebaa0ec a:hover {color: rgba(19, 100, 216, 1);}#a767fa3f3aaf748  {flex-grow: 1;}#a4fb9aba3ca9c8c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a4fb9aba3ca9c8c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a4fb9aba3ca9c8c .ap-icon {
  margin-right: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon img,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li:hover > a,
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a4fb9aba3ca9c8c .menu-list ul,
#a4fb9aba3ca9c8c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a4fb9aba3ca9c8c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a4fb9aba3ca9c8c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4fb9aba3ca9c8c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4fb9aba3ca9c8c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a49b0afccaac34c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a49b0afccaac34c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a49b0afccaac34c .ap-icon {
  margin-right: 6px;
}
#a49b0afccaac34c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a,
#a49b0afccaac34c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon img,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a49b0afccaac34c .menu-list > li:hover > a,
#a49b0afccaac34c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a49b0afccaac34c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a49b0afccaac34c .menu-list ul,
#a49b0afccaac34c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a49b0afccaac34c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a49b0afccaac34c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a49b0afccaac34c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a49b0afccaac34c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a468aa0b1da717e > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afe37a828faabd7 , #afe37a828faabd7 a{color: rgba(6, 164, 100, 1);}#afe37a828faabd7:hover, #afe37a828faabd7 a:hover {color: rgba(4, 204, 101, 1);}#ac7eca0ba9a4ccf .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac7eca0ba9a4ccf .menu-list-expand .submenu-indicator {
  display: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a img,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9e02ae88da9704 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a img,
#a9e02ae88da9704 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa5cfa706da140f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa5cfa706da140f .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa5cfa706da140f .menu-list-expand .submenu-indicator {
  display: none;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li a img,
#aa5cfa706da140f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ae773aca72a2f04 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5bb0a4e40af0ac  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#a4f0eae1c8ad5b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a5e1fa5af8a6d2f > .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;flex-grow: 0;}#aaa66adb04a787f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aaa66adb04a787f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6e05a9cb2aacc5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a71eaaa784aba6f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a71eaaa784aba6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1f02a72faacac9 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad649a4e1faa01e > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad649a4e1faa01e  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2131a4568ad5fb .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8427a3663ab91d > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8427a3663ab91d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a54aea8b6da48ed .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#af514ac23ca7297  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4549a962ca7add > .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;flex-grow: 0;}#aefe9a9dcba95e8 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aefe9a9dcba95e8  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a78b8a66c3a62cd .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a6860a4373a658a > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a6860a4373a658a  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a60d7a306dad87e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aa506af856a9ff7 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aa506af856a9ff7  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1a9bafb12a3379 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a1ea5a55aba2aaa > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a1ea5a55aba2aaa  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a92fda3d31aebae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a96dba8355ac472 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a96dba8355ac472  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3fa0aa753aa303 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a05c0a0e46a2f58  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ace13a3d21a10ea > .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;flex-grow: 0;}#a0604a42d4a4597 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0604a42d4a4597  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ac9a8ad93ea1211 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae9cbafda3a2f1b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae9cbafda3a2f1b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aac8da5f56ab439 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4442ab252a29a9 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4442ab252a29a9  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae418a8e29ac7a8 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aacb4aacb5aec67 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aacb4aacb5aec67  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#adafea3e44a3273 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7b50a7223adfe6 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7b50a7223adfe6  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1ff7aaad5a00c5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4ed7a699ea9c4b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4ed7a699ea9c4b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3cc7a1265a50b6 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8ba8a9e62a0d8c > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8ba8a9e62a0d8c  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2e38acba1a6797 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab151a234ead77c {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#ab151a234ead77c .layout-left li,
#ab151a234ead77c .layout-center li,
#ab151a234ead77c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab151a234ead77c .layout-left li a,
#ab151a234ead77c .layout-center li a,
#ab151a234ead77c .layout-right li a {
  height: 100%;
}
#ab151a234ead77c > .tab-tabs .layout-left {
  text-align: left;
}
#ab151a234ead77c > .tab-tabs .layout-center {
  text-align: center;
}
#ab151a234ead77c > .tab-tabs .layout-right {
  text-align: right;
}
#ab151a234ead77c .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#ab151a234ead77c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c .tab-contents,
#ab151a234ead77c .tab-contents-wrap {
  pointer-events: none;
}
#ab151a234ead77c .tab-content,
#ab151a234ead77c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab151a234ead77c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab151a234ead77c .tab-wrap .tab-contents {
  height: 100%;
}
#ab151a234ead77c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab151a234ead77c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab151a234ead77c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a445cadc90a6f90  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a54aba797fa6994  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a0c23a8da1a5492  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aa603ad8dfa8ae5 .a72bea96eba74bb {
  overflow: hidden;
}
#aa603ad8dfa8ae5 .a72bea96eba74bb , #aa603ad8dfa8ae5 .a72bea96eba74bb > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aa603ad8dfa8ae5 .a72bea96eba74bb:hover , #aa603ad8dfa8ae5 .a72bea96eba74bb *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aa603ad8dfa8ae5 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa603ad8dfa8ae5 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa603ad8dfa8ae5 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aa603ad8dfa8ae5 .uk-position-center-left-out {
    left: -30px;
  }
  #aa603ad8dfa8ae5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6f8da0e6ea7804  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7baeab343a1ed2 .a31f5a9637ae63a {
  overflow: hidden;
}
#a7baeab343a1ed2 .a31f5a9637ae63a , #a7baeab343a1ed2 .a31f5a9637ae63a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7baeab343a1ed2 .a31f5a9637ae63a:hover , #a7baeab343a1ed2 .a31f5a9637ae63a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7baeab343a1ed2 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a7baeab343a1ed2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7baeab343a1ed2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7baeab343a1ed2 .uk-position-center-left-out {
    left: -30px;
  }
  #a7baeab343a1ed2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7eeea24a2a489a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a9e11a3922a0a84 .a0c79ae6caaf8e2 {
  overflow: hidden;
}
#a9e11a3922a0a84 .a0c79ae6caaf8e2 , #a9e11a3922a0a84 .a0c79ae6caaf8e2 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a9e11a3922a0a84 .a0c79ae6caaf8e2:hover , #a9e11a3922a0a84 .a0c79ae6caaf8e2 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a9e11a3922a0a84 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a9e11a3922a0a84 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9e11a3922a0a84 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a9e11a3922a0a84 .uk-position-center-left-out {
    left: -30px;
  }
  #a9e11a3922a0a84 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa82faaea2a1c77  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a94ffa5483a8d60 .a8a48ae1cfa9a13 {
  overflow: hidden;
}
#a94ffa5483a8d60 .a8a48ae1cfa9a13 , #a94ffa5483a8d60 .a8a48ae1cfa9a13 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a94ffa5483a8d60 .a8a48ae1cfa9a13:hover , #a94ffa5483a8d60 .a8a48ae1cfa9a13 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a94ffa5483a8d60 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a94ffa5483a8d60 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a94ffa5483a8d60 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a94ffa5483a8d60 .uk-position-center-left-out {
    left: -30px;
  }
  #a94ffa5483a8d60 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3b61acc08a6bcf {
  overflow: hidden;
  pointer-events: none;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a3b61acc08a6bcf .layout-left li,
#a3b61acc08a6bcf .layout-center li,
#a3b61acc08a6bcf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3b61acc08a6bcf .layout-left li a,
#a3b61acc08a6bcf .layout-center li a,
#a3b61acc08a6bcf .layout-right li a {
  height: 100%;
}
#a3b61acc08a6bcf > .tab-tabs .layout-left {
  text-align: left;
}
#a3b61acc08a6bcf > .tab-tabs .layout-center {
  text-align: center;
}
#a3b61acc08a6bcf > .tab-tabs .layout-right {
  text-align: right;
}
#a3b61acc08a6bcf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a3b61acc08a6bcf .tab-content-wrap {
  background-color: #ffffff;
}
#a3b61acc08a6bcf .tab-contents,
#a3b61acc08a6bcf .tab-contents-wrap {
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-content,
#a3b61acc08a6bcf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3b61acc08a6bcf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-wrap .tab-contents {
  height: 100%;
}
#a3b61acc08a6bcf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2b29afa75af3d2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a7bdda440da10de  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af0fda089faa74e .a179ba61fca0888 {
  overflow: hidden;
}
#af0fda089faa74e .a179ba61fca0888 , #af0fda089faa74e .a179ba61fca0888 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af0fda089faa74e .a179ba61fca0888:hover , #af0fda089faa74e .a179ba61fca0888 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af0fda089faa74e .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af0fda089faa74e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af0fda089faa74e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af0fda089faa74e .uk-position-center-left-out {
    left: -30px;
  }
  #af0fda089faa74e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac029ab8d2ac795  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3fa1aa72eae5d8 .a8a0fa2a83ace44 {
  overflow: hidden;
}
#a3fa1aa72eae5d8 .a8a0fa2a83ace44 , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3fa1aa72eae5d8 .a8a0fa2a83ace44:hover , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3fa1aa72eae5d8 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a3fa1aa72eae5d8 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3fa1aa72eae5d8 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3fa1aa72eae5d8 .uk-position-center-left-out {
    left: -30px;
  }
  #a3fa1aa72eae5d8 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acd71a09bca3734  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2599afd13a8dda .a67b0a5657abdca {
  overflow: hidden;
}
#a2599afd13a8dda .a67b0a5657abdca , #a2599afd13a8dda .a67b0a5657abdca > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2599afd13a8dda .a67b0a5657abdca:hover , #a2599afd13a8dda .a67b0a5657abdca *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2599afd13a8dda .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2599afd13a8dda .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2599afd13a8dda .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2599afd13a8dda .uk-position-center-left-out {
    left: -30px;
  }
  #a2599afd13a8dda .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3bd9a9ed3a0012  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5fc2ae1b1ac227 .ada91af9b0a0502 {
  overflow: hidden;
}
#a5fc2ae1b1ac227 .ada91af9b0a0502 , #a5fc2ae1b1ac227 .ada91af9b0a0502 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5fc2ae1b1ac227 .ada91af9b0a0502:hover , #a5fc2ae1b1ac227 .ada91af9b0a0502 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5fc2ae1b1ac227 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a5fc2ae1b1ac227 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5fc2ae1b1ac227 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5fc2ae1b1ac227 .uk-position-center-left-out {
    left: -30px;
  }
  #a5fc2ae1b1ac227 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6bcdafc0fa513f  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab2a3a53e3a711b .aec71a08e0ab367 {
  overflow: hidden;
}
#ab2a3a53e3a711b .aec71a08e0ab367 , #ab2a3a53e3a711b .aec71a08e0ab367 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab2a3a53e3a711b .aec71a08e0ab367:hover , #ab2a3a53e3a711b .aec71a08e0ab367 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab2a3a53e3a711b .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ab2a3a53e3a711b .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab2a3a53e3a711b .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab2a3a53e3a711b .uk-position-center-left-out {
    left: -30px;
  }
  #ab2a3a53e3a711b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a309aa2ec8a7ce3 {
  overflow: hidden;
  pointer-events: none;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a309aa2ec8a7ce3 .layout-left li,
#a309aa2ec8a7ce3 .layout-center li,
#a309aa2ec8a7ce3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a309aa2ec8a7ce3 .layout-left li a,
#a309aa2ec8a7ce3 .layout-center li a,
#a309aa2ec8a7ce3 .layout-right li a {
  height: 100%;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-left {
  text-align: left;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-center {
  text-align: center;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-right {
  text-align: right;
}
#a309aa2ec8a7ce3 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a309aa2ec8a7ce3 .tab-content-wrap {
  background-color: #ffffff;
}
#a309aa2ec8a7ce3 .tab-contents,
#a309aa2ec8a7ce3 .tab-contents-wrap {
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-content,
#a309aa2ec8a7ce3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-wrap .tab-contents {
  height: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6180acc49a3e93  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a6dafa4ecea60a0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aff3cac13cafbfb .a06ebafd21a2d85 {
  overflow: hidden;
}
#aff3cac13cafbfb .a06ebafd21a2d85 , #aff3cac13cafbfb .a06ebafd21a2d85 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aff3cac13cafbfb .a06ebafd21a2d85:hover , #aff3cac13cafbfb .a06ebafd21a2d85 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aff3cac13cafbfb .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aff3cac13cafbfb .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aff3cac13cafbfb .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aff3cac13cafbfb .uk-position-center-left-out {
    left: -30px;
  }
  #aff3cac13cafbfb .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#afcbbaca6ea610b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a53e2aef3aaf277 .aa00dac1eeacc9a {
  overflow: hidden;
}
#a53e2aef3aaf277 .aa00dac1eeacc9a , #a53e2aef3aaf277 .aa00dac1eeacc9a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a53e2aef3aaf277 .aa00dac1eeacc9a:hover , #a53e2aef3aaf277 .aa00dac1eeacc9a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a53e2aef3aaf277 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a53e2aef3aaf277 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a53e2aef3aaf277 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a53e2aef3aaf277 .uk-position-center-left-out {
    left: -30px;
  }
  #a53e2aef3aaf277 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4dd9a08d0a4fbc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adea6aad87ac37c .a709ba3eb4afea8 {
  overflow: hidden;
}
#adea6aad87ac37c .a709ba3eb4afea8 , #adea6aad87ac37c .a709ba3eb4afea8 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adea6aad87ac37c .a709ba3eb4afea8:hover , #adea6aad87ac37c .a709ba3eb4afea8 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adea6aad87ac37c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#adea6aad87ac37c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adea6aad87ac37c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adea6aad87ac37c .uk-position-center-left-out {
    left: -30px;
  }
  #adea6aad87ac37c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5f67a73efa84f8  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4f05aa0b1a588c .ab4cfa7547abdc6 {
  overflow: hidden;
}
#a4f05aa0b1a588c .ab4cfa7547abdc6 , #a4f05aa0b1a588c .ab4cfa7547abdc6 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4f05aa0b1a588c .ab4cfa7547abdc6:hover , #a4f05aa0b1a588c .ab4cfa7547abdc6 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4f05aa0b1a588c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4f05aa0b1a588c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4f05aa0b1a588c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4f05aa0b1a588c .uk-position-center-left-out {
    left: -30px;
  }
  #a4f05aa0b1a588c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8b3caf245a9550 {
  overflow: hidden;
  pointer-events: none;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a8b3caf245a9550 .layout-left li,
#a8b3caf245a9550 .layout-center li,
#a8b3caf245a9550 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8b3caf245a9550 .layout-left li a,
#a8b3caf245a9550 .layout-center li a,
#a8b3caf245a9550 .layout-right li a {
  height: 100%;
}
#a8b3caf245a9550 > .tab-tabs .layout-left {
  text-align: left;
}
#a8b3caf245a9550 > .tab-tabs .layout-center {
  text-align: center;
}
#a8b3caf245a9550 > .tab-tabs .layout-right {
  text-align: right;
}
#a8b3caf245a9550 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a8b3caf245a9550 .tab-content-wrap {
  background-color: #ffffff;
}
#a8b3caf245a9550 .tab-contents,
#a8b3caf245a9550 .tab-contents-wrap {
  pointer-events: none;
}
#a8b3caf245a9550 .tab-content,
#a8b3caf245a9550 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8b3caf245a9550 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8b3caf245a9550 .tab-wrap .tab-contents {
  height: 100%;
}
#a8b3caf245a9550 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1c11abae0a6498  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#aa27fa0954aa408  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a61a0af29da2f9c .aeab3a5320a803f {
  overflow: hidden;
}
#a61a0af29da2f9c .aeab3a5320a803f , #a61a0af29da2f9c .aeab3a5320a803f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a61a0af29da2f9c .aeab3a5320a803f:hover , #a61a0af29da2f9c .aeab3a5320a803f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a61a0af29da2f9c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a61a0af29da2f9c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a61a0af29da2f9c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a61a0af29da2f9c .uk-position-center-left-out {
    left: -30px;
  }
  #a61a0af29da2f9c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8c29a827fa339d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a1f73acf75a8e75 .a5c24a00fda0569 {
  overflow: hidden;
}
#a1f73acf75a8e75 .a5c24a00fda0569 , #a1f73acf75a8e75 .a5c24a00fda0569 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a1f73acf75a8e75 .a5c24a00fda0569:hover , #a1f73acf75a8e75 .a5c24a00fda0569 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a1f73acf75a8e75 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1f73acf75a8e75 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a1f73acf75a8e75 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a1f73acf75a8e75 .uk-position-center-left-out {
    left: -30px;
  }
  #a1f73acf75a8e75 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a988ba0fa4a2973  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4092a576fa0692 .a229fac40ea9024 {
  overflow: hidden;
}
#a4092a576fa0692 .a229fac40ea9024 , #a4092a576fa0692 .a229fac40ea9024 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4092a576fa0692 .a229fac40ea9024:hover , #a4092a576fa0692 .a229fac40ea9024 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4092a576fa0692 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4092a576fa0692 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4092a576fa0692 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4092a576fa0692 .uk-position-center-left-out {
    left: -30px;
  }
  #a4092a576fa0692 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac7c7a155ba5f06  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a0daaa7cb3a7125 .a8c63ab1d9a065f {
  overflow: hidden;
}
#a0daaa7cb3a7125 .a8c63ab1d9a065f , #a0daaa7cb3a7125 .a8c63ab1d9a065f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a0daaa7cb3a7125 .a8c63ab1d9a065f:hover , #a0daaa7cb3a7125 .a8c63ab1d9a065f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a0daaa7cb3a7125 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a0daaa7cb3a7125 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a0daaa7cb3a7125 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a0daaa7cb3a7125 .uk-position-center-left-out {
    left: -30px;
  }
  #a0daaa7cb3a7125 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a2884a9c7aa42cb {
  overflow: hidden;
  pointer-events: none;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a2884a9c7aa42cb .layout-left li,
#a2884a9c7aa42cb .layout-center li,
#a2884a9c7aa42cb .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a2884a9c7aa42cb .layout-left li a,
#a2884a9c7aa42cb .layout-center li a,
#a2884a9c7aa42cb .layout-right li a {
  height: 100%;
}
#a2884a9c7aa42cb > .tab-tabs .layout-left {
  text-align: left;
}
#a2884a9c7aa42cb > .tab-tabs .layout-center {
  text-align: center;
}
#a2884a9c7aa42cb > .tab-tabs .layout-right {
  text-align: right;
}
#a2884a9c7aa42cb .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a2884a9c7aa42cb .tab-content-wrap {
  background-color: #ffffff;
}
#a2884a9c7aa42cb .tab-contents,
#a2884a9c7aa42cb .tab-contents-wrap {
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-content,
#a2884a9c7aa42cb .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a2884a9c7aa42cb .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-wrap .tab-contents {
  height: 100%;
}
#a2884a9c7aa42cb .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9337a9870a4aa8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .tab-nav li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .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: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#a9337a9870a4aa8 .layout-left li,
#a9337a9870a4aa8 .layout-center li,
#a9337a9870a4aa8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9337a9870a4aa8 .layout-left li a,
#a9337a9870a4aa8 .layout-center li a,
#a9337a9870a4aa8 .layout-right li a {
  height: 100%;
}
#a9337a9870a4aa8 > .tab-tabs .layout-left {
  text-align: left;
}
#a9337a9870a4aa8 > .tab-tabs .layout-center {
  text-align: center;
}
#a9337a9870a4aa8 > .tab-tabs .layout-right {
  text-align: right;
}
#a9337a9870a4aa8 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a9337a9870a4aa8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 .tab-contents,
#a9337a9870a4aa8 .tab-contents-wrap {
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-content,
#a9337a9870a4aa8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9337a9870a4aa8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-wrap .tab-contents {
  height: 100%;
}
#a9337a9870a4aa8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a02f5a3ff9a4083  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0dafa41eda42c1 > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a0936a27c6a7e20 > .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;}#a0936a27c6a7e20  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0936a27c6a7e20:hover * {color: #000000  !important}
                            #a0936a27c6a7e20:hover .line{border-color: #000000  !important}#a0099a01a7a0786 > .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;}#a0099a01a7a0786  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0099a01a7a0786:hover * {color: #000000  !important}
                            #a0099a01a7a0786:hover .line{border-color: #000000  !important}#ada22ad7caad10a  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a2384a88bcaa91f > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#aff0fa80aca0f48 > .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;}#aff0fa80aca0f48  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aff0fa80aca0f48:hover * {color: #000000  !important}
                            #aff0fa80aca0f48:hover .line{border-color: #000000  !important}#a7c98ad8d3a2f15 > .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;}#a7c98ad8d3a2f15  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7c98ad8d3a2f15:hover * {color: #000000  !important}
                            #a7c98ad8d3a2f15:hover .line{border-color: #000000  !important}#aef76a9e03a209f  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a96e2a6c2aae62d > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#ae1efad977acc8b > .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;}#ae1efad977acc8b  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#ae1efad977acc8b:hover * {color: #000000  !important}
                            #ae1efad977acc8b:hover .line{border-color: #000000  !important}#a969ba27fba3e87 > .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;}#a969ba27fba3e87  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a969ba27fba3e87:hover * {color: #000000  !important}
                            #a969ba27fba3e87:hover .line{border-color: #000000  !important}#a72b8a64dba1bcc > .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;}#a72b8a64dba1bcc  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a72b8a64dba1bcc:hover * {color: #000000  !important}
                            #a72b8a64dba1bcc:hover .line{border-color: #000000  !important}#a5509a25c7aa431 > .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;}#a5509a25c7aa431  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a5509a25c7aa431:hover * {color: #000000  !important}
                            #a5509a25c7aa431:hover .line{border-color: #000000  !important}#ac860aabe5ab7a3 {
  overflow: hidden;
  pointer-events: none;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 .layout-left li,
#ac860aabe5ab7a3 .layout-center li,
#ac860aabe5ab7a3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac860aabe5ab7a3 .layout-left li a,
#ac860aabe5ab7a3 .layout-center li a,
#ac860aabe5ab7a3 .layout-right li a {
  height: 100%;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-left {
  text-align: left;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-center {
  text-align: center;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-right {
  text-align: right;
}
#ac860aabe5ab7a3 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#ac860aabe5ab7a3 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ac860aabe5ab7a3 .tab-contents,
#ac860aabe5ab7a3 .tab-contents-wrap {
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-content,
#ac860aabe5ab7a3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac860aabe5ab7a3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-wrap .tab-contents {
  height: 100%;
}
#ac860aabe5ab7a3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a803baa081aca73 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a803baa081aca73 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a803baa081aca73 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a803baa081aca73 .menu-list > li > a {
  padding: 0 10px;
}
#a803baa081aca73 .menu-list > li:hover:before {
  height: 100%;
}
#a803baa081aca73 .menu-list > li:hover:after {
  color: auto;
}
#a803baa081aca73 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a803baa081aca73 .menu-list > li:first-child:after {
  content: "";
}
#a803baa081aca73 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a803baa081aca73 .menu-list > li ul li {
  position: relative;
}
#a803baa081aca73 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a803baa081aca73 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a803baa081aca73 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 li ul,
#a803baa081aca73 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a803baa081aca73 li:hover > ul {
  left: auto;
}
#a803baa081aca73 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a0feea95a2a72ad  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#af056a2390a76c7  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a36a4a72ebaa0ec , #a36a4a72ebaa0ec a{flex-grow: 0;color: rgba(49, 118, 219, 1);}#a36a4a72ebaa0ec:hover, #a36a4a72ebaa0ec a:hover {color: rgba(19, 100, 216, 1);}#a767fa3f3aaf748  {flex-grow: 1;}#a4fb9aba3ca9c8c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a4fb9aba3ca9c8c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a4fb9aba3ca9c8c .ap-icon {
  margin-right: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon img,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li:hover > a,
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a4fb9aba3ca9c8c .menu-list ul,
#a4fb9aba3ca9c8c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a4fb9aba3ca9c8c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a4fb9aba3ca9c8c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4fb9aba3ca9c8c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4fb9aba3ca9c8c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a49b0afccaac34c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a49b0afccaac34c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a49b0afccaac34c .ap-icon {
  margin-right: 6px;
}
#a49b0afccaac34c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a,
#a49b0afccaac34c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon img,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a49b0afccaac34c .menu-list > li:hover > a,
#a49b0afccaac34c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a49b0afccaac34c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a49b0afccaac34c .menu-list ul,
#a49b0afccaac34c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a49b0afccaac34c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a49b0afccaac34c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a49b0afccaac34c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a49b0afccaac34c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a468aa0b1da717e > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afe37a828faabd7 , #afe37a828faabd7 a{color: rgba(6, 164, 100, 1);}#afe37a828faabd7:hover, #afe37a828faabd7 a:hover {color: rgba(4, 204, 101, 1);}#ac7eca0ba9a4ccf .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac7eca0ba9a4ccf .menu-list-expand .submenu-indicator {
  display: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a img,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9e02ae88da9704 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a img,
#a9e02ae88da9704 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa5cfa706da140f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa5cfa706da140f .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa5cfa706da140f .menu-list-expand .submenu-indicator {
  display: none;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li a img,
#aa5cfa706da140f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ae9e4a9bb5ad7b5 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5bb0a4e40af0ac  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#a4f0eae1c8ad5b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a5e1fa5af8a6d2f > .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;flex-grow: 0;}#aaa66adb04a787f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aaa66adb04a787f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6e05a9cb2aacc5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a71eaaa784aba6f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a71eaaa784aba6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1f02a72faacac9 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad649a4e1faa01e > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad649a4e1faa01e  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2131a4568ad5fb .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8427a3663ab91d > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8427a3663ab91d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a54aea8b6da48ed .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#af514ac23ca7297  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4549a962ca7add > .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;flex-grow: 0;}#aefe9a9dcba95e8 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aefe9a9dcba95e8  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a78b8a66c3a62cd .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a6860a4373a658a > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a6860a4373a658a  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a60d7a306dad87e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aa506af856a9ff7 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aa506af856a9ff7  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1a9bafb12a3379 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a1ea5a55aba2aaa > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a1ea5a55aba2aaa  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a92fda3d31aebae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a96dba8355ac472 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a96dba8355ac472  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3fa0aa753aa303 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a05c0a0e46a2f58  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ace13a3d21a10ea > .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;flex-grow: 0;}#a0604a42d4a4597 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0604a42d4a4597  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ac9a8ad93ea1211 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae9cbafda3a2f1b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae9cbafda3a2f1b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aac8da5f56ab439 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4442ab252a29a9 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4442ab252a29a9  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae418a8e29ac7a8 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aacb4aacb5aec67 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aacb4aacb5aec67  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#adafea3e44a3273 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7b50a7223adfe6 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7b50a7223adfe6  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1ff7aaad5a00c5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4ed7a699ea9c4b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4ed7a699ea9c4b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3cc7a1265a50b6 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8ba8a9e62a0d8c > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8ba8a9e62a0d8c  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2e38acba1a6797 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab151a234ead77c {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#ab151a234ead77c .layout-left li,
#ab151a234ead77c .layout-center li,
#ab151a234ead77c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab151a234ead77c .layout-left li a,
#ab151a234ead77c .layout-center li a,
#ab151a234ead77c .layout-right li a {
  height: 100%;
}
#ab151a234ead77c > .tab-tabs .layout-left {
  text-align: left;
}
#ab151a234ead77c > .tab-tabs .layout-center {
  text-align: center;
}
#ab151a234ead77c > .tab-tabs .layout-right {
  text-align: right;
}
#ab151a234ead77c .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#ab151a234ead77c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c .tab-contents,
#ab151a234ead77c .tab-contents-wrap {
  pointer-events: none;
}
#ab151a234ead77c .tab-content,
#ab151a234ead77c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab151a234ead77c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab151a234ead77c .tab-wrap .tab-contents {
  height: 100%;
}
#ab151a234ead77c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab151a234ead77c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab151a234ead77c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a445cadc90a6f90  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a54aba797fa6994  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a0c23a8da1a5492  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aa603ad8dfa8ae5 .a72bea96eba74bb {
  overflow: hidden;
}
#aa603ad8dfa8ae5 .a72bea96eba74bb , #aa603ad8dfa8ae5 .a72bea96eba74bb > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aa603ad8dfa8ae5 .a72bea96eba74bb:hover , #aa603ad8dfa8ae5 .a72bea96eba74bb *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aa603ad8dfa8ae5 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa603ad8dfa8ae5 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa603ad8dfa8ae5 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aa603ad8dfa8ae5 .uk-position-center-left-out {
    left: -30px;
  }
  #aa603ad8dfa8ae5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6f8da0e6ea7804  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7baeab343a1ed2 .a31f5a9637ae63a {
  overflow: hidden;
}
#a7baeab343a1ed2 .a31f5a9637ae63a , #a7baeab343a1ed2 .a31f5a9637ae63a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7baeab343a1ed2 .a31f5a9637ae63a:hover , #a7baeab343a1ed2 .a31f5a9637ae63a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7baeab343a1ed2 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a7baeab343a1ed2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7baeab343a1ed2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7baeab343a1ed2 .uk-position-center-left-out {
    left: -30px;
  }
  #a7baeab343a1ed2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7eeea24a2a489a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a9e11a3922a0a84 .a0c79ae6caaf8e2 {
  overflow: hidden;
}
#a9e11a3922a0a84 .a0c79ae6caaf8e2 , #a9e11a3922a0a84 .a0c79ae6caaf8e2 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a9e11a3922a0a84 .a0c79ae6caaf8e2:hover , #a9e11a3922a0a84 .a0c79ae6caaf8e2 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a9e11a3922a0a84 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a9e11a3922a0a84 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9e11a3922a0a84 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a9e11a3922a0a84 .uk-position-center-left-out {
    left: -30px;
  }
  #a9e11a3922a0a84 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa82faaea2a1c77  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a94ffa5483a8d60 .a8a48ae1cfa9a13 {
  overflow: hidden;
}
#a94ffa5483a8d60 .a8a48ae1cfa9a13 , #a94ffa5483a8d60 .a8a48ae1cfa9a13 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a94ffa5483a8d60 .a8a48ae1cfa9a13:hover , #a94ffa5483a8d60 .a8a48ae1cfa9a13 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a94ffa5483a8d60 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a94ffa5483a8d60 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a94ffa5483a8d60 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a94ffa5483a8d60 .uk-position-center-left-out {
    left: -30px;
  }
  #a94ffa5483a8d60 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3b61acc08a6bcf {
  overflow: hidden;
  pointer-events: none;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a3b61acc08a6bcf .layout-left li,
#a3b61acc08a6bcf .layout-center li,
#a3b61acc08a6bcf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3b61acc08a6bcf .layout-left li a,
#a3b61acc08a6bcf .layout-center li a,
#a3b61acc08a6bcf .layout-right li a {
  height: 100%;
}
#a3b61acc08a6bcf > .tab-tabs .layout-left {
  text-align: left;
}
#a3b61acc08a6bcf > .tab-tabs .layout-center {
  text-align: center;
}
#a3b61acc08a6bcf > .tab-tabs .layout-right {
  text-align: right;
}
#a3b61acc08a6bcf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a3b61acc08a6bcf .tab-content-wrap {
  background-color: #ffffff;
}
#a3b61acc08a6bcf .tab-contents,
#a3b61acc08a6bcf .tab-contents-wrap {
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-content,
#a3b61acc08a6bcf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3b61acc08a6bcf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-wrap .tab-contents {
  height: 100%;
}
#a3b61acc08a6bcf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2b29afa75af3d2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a7bdda440da10de  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af0fda089faa74e .a179ba61fca0888 {
  overflow: hidden;
}
#af0fda089faa74e .a179ba61fca0888 , #af0fda089faa74e .a179ba61fca0888 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af0fda089faa74e .a179ba61fca0888:hover , #af0fda089faa74e .a179ba61fca0888 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af0fda089faa74e .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af0fda089faa74e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af0fda089faa74e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af0fda089faa74e .uk-position-center-left-out {
    left: -30px;
  }
  #af0fda089faa74e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac029ab8d2ac795  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3fa1aa72eae5d8 .a8a0fa2a83ace44 {
  overflow: hidden;
}
#a3fa1aa72eae5d8 .a8a0fa2a83ace44 , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3fa1aa72eae5d8 .a8a0fa2a83ace44:hover , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3fa1aa72eae5d8 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a3fa1aa72eae5d8 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3fa1aa72eae5d8 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3fa1aa72eae5d8 .uk-position-center-left-out {
    left: -30px;
  }
  #a3fa1aa72eae5d8 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acd71a09bca3734  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2599afd13a8dda .a67b0a5657abdca {
  overflow: hidden;
}
#a2599afd13a8dda .a67b0a5657abdca , #a2599afd13a8dda .a67b0a5657abdca > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2599afd13a8dda .a67b0a5657abdca:hover , #a2599afd13a8dda .a67b0a5657abdca *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2599afd13a8dda .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2599afd13a8dda .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2599afd13a8dda .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2599afd13a8dda .uk-position-center-left-out {
    left: -30px;
  }
  #a2599afd13a8dda .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3bd9a9ed3a0012  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5fc2ae1b1ac227 .ada91af9b0a0502 {
  overflow: hidden;
}
#a5fc2ae1b1ac227 .ada91af9b0a0502 , #a5fc2ae1b1ac227 .ada91af9b0a0502 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5fc2ae1b1ac227 .ada91af9b0a0502:hover , #a5fc2ae1b1ac227 .ada91af9b0a0502 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5fc2ae1b1ac227 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a5fc2ae1b1ac227 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5fc2ae1b1ac227 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5fc2ae1b1ac227 .uk-position-center-left-out {
    left: -30px;
  }
  #a5fc2ae1b1ac227 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6bcdafc0fa513f  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab2a3a53e3a711b .aec71a08e0ab367 {
  overflow: hidden;
}
#ab2a3a53e3a711b .aec71a08e0ab367 , #ab2a3a53e3a711b .aec71a08e0ab367 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab2a3a53e3a711b .aec71a08e0ab367:hover , #ab2a3a53e3a711b .aec71a08e0ab367 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab2a3a53e3a711b .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ab2a3a53e3a711b .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab2a3a53e3a711b .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab2a3a53e3a711b .uk-position-center-left-out {
    left: -30px;
  }
  #ab2a3a53e3a711b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a309aa2ec8a7ce3 {
  overflow: hidden;
  pointer-events: none;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a309aa2ec8a7ce3 .layout-left li,
#a309aa2ec8a7ce3 .layout-center li,
#a309aa2ec8a7ce3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a309aa2ec8a7ce3 .layout-left li a,
#a309aa2ec8a7ce3 .layout-center li a,
#a309aa2ec8a7ce3 .layout-right li a {
  height: 100%;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-left {
  text-align: left;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-center {
  text-align: center;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-right {
  text-align: right;
}
#a309aa2ec8a7ce3 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a309aa2ec8a7ce3 .tab-content-wrap {
  background-color: #ffffff;
}
#a309aa2ec8a7ce3 .tab-contents,
#a309aa2ec8a7ce3 .tab-contents-wrap {
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-content,
#a309aa2ec8a7ce3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-wrap .tab-contents {
  height: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6180acc49a3e93  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a6dafa4ecea60a0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aff3cac13cafbfb .a06ebafd21a2d85 {
  overflow: hidden;
}
#aff3cac13cafbfb .a06ebafd21a2d85 , #aff3cac13cafbfb .a06ebafd21a2d85 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aff3cac13cafbfb .a06ebafd21a2d85:hover , #aff3cac13cafbfb .a06ebafd21a2d85 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aff3cac13cafbfb .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aff3cac13cafbfb .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aff3cac13cafbfb .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aff3cac13cafbfb .uk-position-center-left-out {
    left: -30px;
  }
  #aff3cac13cafbfb .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#afcbbaca6ea610b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a53e2aef3aaf277 .aa00dac1eeacc9a {
  overflow: hidden;
}
#a53e2aef3aaf277 .aa00dac1eeacc9a , #a53e2aef3aaf277 .aa00dac1eeacc9a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a53e2aef3aaf277 .aa00dac1eeacc9a:hover , #a53e2aef3aaf277 .aa00dac1eeacc9a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a53e2aef3aaf277 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a53e2aef3aaf277 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a53e2aef3aaf277 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a53e2aef3aaf277 .uk-position-center-left-out {
    left: -30px;
  }
  #a53e2aef3aaf277 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4dd9a08d0a4fbc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adea6aad87ac37c .a709ba3eb4afea8 {
  overflow: hidden;
}
#adea6aad87ac37c .a709ba3eb4afea8 , #adea6aad87ac37c .a709ba3eb4afea8 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adea6aad87ac37c .a709ba3eb4afea8:hover , #adea6aad87ac37c .a709ba3eb4afea8 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adea6aad87ac37c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#adea6aad87ac37c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adea6aad87ac37c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adea6aad87ac37c .uk-position-center-left-out {
    left: -30px;
  }
  #adea6aad87ac37c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5f67a73efa84f8  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4f05aa0b1a588c .ab4cfa7547abdc6 {
  overflow: hidden;
}
#a4f05aa0b1a588c .ab4cfa7547abdc6 , #a4f05aa0b1a588c .ab4cfa7547abdc6 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4f05aa0b1a588c .ab4cfa7547abdc6:hover , #a4f05aa0b1a588c .ab4cfa7547abdc6 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4f05aa0b1a588c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4f05aa0b1a588c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4f05aa0b1a588c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4f05aa0b1a588c .uk-position-center-left-out {
    left: -30px;
  }
  #a4f05aa0b1a588c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8b3caf245a9550 {
  overflow: hidden;
  pointer-events: none;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a8b3caf245a9550 .layout-left li,
#a8b3caf245a9550 .layout-center li,
#a8b3caf245a9550 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8b3caf245a9550 .layout-left li a,
#a8b3caf245a9550 .layout-center li a,
#a8b3caf245a9550 .layout-right li a {
  height: 100%;
}
#a8b3caf245a9550 > .tab-tabs .layout-left {
  text-align: left;
}
#a8b3caf245a9550 > .tab-tabs .layout-center {
  text-align: center;
}
#a8b3caf245a9550 > .tab-tabs .layout-right {
  text-align: right;
}
#a8b3caf245a9550 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a8b3caf245a9550 .tab-content-wrap {
  background-color: #ffffff;
}
#a8b3caf245a9550 .tab-contents,
#a8b3caf245a9550 .tab-contents-wrap {
  pointer-events: none;
}
#a8b3caf245a9550 .tab-content,
#a8b3caf245a9550 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8b3caf245a9550 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8b3caf245a9550 .tab-wrap .tab-contents {
  height: 100%;
}
#a8b3caf245a9550 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1c11abae0a6498  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#aa27fa0954aa408  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a61a0af29da2f9c .aeab3a5320a803f {
  overflow: hidden;
}
#a61a0af29da2f9c .aeab3a5320a803f , #a61a0af29da2f9c .aeab3a5320a803f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a61a0af29da2f9c .aeab3a5320a803f:hover , #a61a0af29da2f9c .aeab3a5320a803f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a61a0af29da2f9c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a61a0af29da2f9c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a61a0af29da2f9c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a61a0af29da2f9c .uk-position-center-left-out {
    left: -30px;
  }
  #a61a0af29da2f9c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8c29a827fa339d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a1f73acf75a8e75 .a5c24a00fda0569 {
  overflow: hidden;
}
#a1f73acf75a8e75 .a5c24a00fda0569 , #a1f73acf75a8e75 .a5c24a00fda0569 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a1f73acf75a8e75 .a5c24a00fda0569:hover , #a1f73acf75a8e75 .a5c24a00fda0569 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a1f73acf75a8e75 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1f73acf75a8e75 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a1f73acf75a8e75 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a1f73acf75a8e75 .uk-position-center-left-out {
    left: -30px;
  }
  #a1f73acf75a8e75 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a988ba0fa4a2973  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4092a576fa0692 .a229fac40ea9024 {
  overflow: hidden;
}
#a4092a576fa0692 .a229fac40ea9024 , #a4092a576fa0692 .a229fac40ea9024 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4092a576fa0692 .a229fac40ea9024:hover , #a4092a576fa0692 .a229fac40ea9024 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4092a576fa0692 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4092a576fa0692 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4092a576fa0692 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4092a576fa0692 .uk-position-center-left-out {
    left: -30px;
  }
  #a4092a576fa0692 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac7c7a155ba5f06  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a0daaa7cb3a7125 .a8c63ab1d9a065f {
  overflow: hidden;
}
#a0daaa7cb3a7125 .a8c63ab1d9a065f , #a0daaa7cb3a7125 .a8c63ab1d9a065f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a0daaa7cb3a7125 .a8c63ab1d9a065f:hover , #a0daaa7cb3a7125 .a8c63ab1d9a065f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a0daaa7cb3a7125 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a0daaa7cb3a7125 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a0daaa7cb3a7125 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a0daaa7cb3a7125 .uk-position-center-left-out {
    left: -30px;
  }
  #a0daaa7cb3a7125 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a2884a9c7aa42cb {
  overflow: hidden;
  pointer-events: none;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a2884a9c7aa42cb .layout-left li,
#a2884a9c7aa42cb .layout-center li,
#a2884a9c7aa42cb .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a2884a9c7aa42cb .layout-left li a,
#a2884a9c7aa42cb .layout-center li a,
#a2884a9c7aa42cb .layout-right li a {
  height: 100%;
}
#a2884a9c7aa42cb > .tab-tabs .layout-left {
  text-align: left;
}
#a2884a9c7aa42cb > .tab-tabs .layout-center {
  text-align: center;
}
#a2884a9c7aa42cb > .tab-tabs .layout-right {
  text-align: right;
}
#a2884a9c7aa42cb .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a2884a9c7aa42cb .tab-content-wrap {
  background-color: #ffffff;
}
#a2884a9c7aa42cb .tab-contents,
#a2884a9c7aa42cb .tab-contents-wrap {
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-content,
#a2884a9c7aa42cb .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a2884a9c7aa42cb .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-wrap .tab-contents {
  height: 100%;
}
#a2884a9c7aa42cb .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9337a9870a4aa8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .tab-nav li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .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: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#a9337a9870a4aa8 .layout-left li,
#a9337a9870a4aa8 .layout-center li,
#a9337a9870a4aa8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9337a9870a4aa8 .layout-left li a,
#a9337a9870a4aa8 .layout-center li a,
#a9337a9870a4aa8 .layout-right li a {
  height: 100%;
}
#a9337a9870a4aa8 > .tab-tabs .layout-left {
  text-align: left;
}
#a9337a9870a4aa8 > .tab-tabs .layout-center {
  text-align: center;
}
#a9337a9870a4aa8 > .tab-tabs .layout-right {
  text-align: right;
}
#a9337a9870a4aa8 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a9337a9870a4aa8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 .tab-contents,
#a9337a9870a4aa8 .tab-contents-wrap {
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-content,
#a9337a9870a4aa8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9337a9870a4aa8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-wrap .tab-contents {
  height: 100%;
}
#a9337a9870a4aa8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a02f5a3ff9a4083  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0dafa41eda42c1 > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a0936a27c6a7e20 > .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;}#a0936a27c6a7e20  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0936a27c6a7e20:hover * {color: #000000  !important}
                            #a0936a27c6a7e20:hover .line{border-color: #000000  !important}#a0099a01a7a0786 > .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;}#a0099a01a7a0786  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0099a01a7a0786:hover * {color: #000000  !important}
                            #a0099a01a7a0786:hover .line{border-color: #000000  !important}#ada22ad7caad10a  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a2384a88bcaa91f > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#aff0fa80aca0f48 > .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;}#aff0fa80aca0f48  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aff0fa80aca0f48:hover * {color: #000000  !important}
                            #aff0fa80aca0f48:hover .line{border-color: #000000  !important}#a7c98ad8d3a2f15 > .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;}#a7c98ad8d3a2f15  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7c98ad8d3a2f15:hover * {color: #000000  !important}
                            #a7c98ad8d3a2f15:hover .line{border-color: #000000  !important}#aef76a9e03a209f  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a96e2a6c2aae62d > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#ae1efad977acc8b > .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;}#ae1efad977acc8b  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#ae1efad977acc8b:hover * {color: #000000  !important}
                            #ae1efad977acc8b:hover .line{border-color: #000000  !important}#a969ba27fba3e87 > .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;}#a969ba27fba3e87  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a969ba27fba3e87:hover * {color: #000000  !important}
                            #a969ba27fba3e87:hover .line{border-color: #000000  !important}#a72b8a64dba1bcc > .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;}#a72b8a64dba1bcc  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a72b8a64dba1bcc:hover * {color: #000000  !important}
                            #a72b8a64dba1bcc:hover .line{border-color: #000000  !important}#a5509a25c7aa431 > .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;}#a5509a25c7aa431  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a5509a25c7aa431:hover * {color: #000000  !important}
                            #a5509a25c7aa431:hover .line{border-color: #000000  !important}#ac860aabe5ab7a3 {
  overflow: hidden;
  pointer-events: none;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 .layout-left li,
#ac860aabe5ab7a3 .layout-center li,
#ac860aabe5ab7a3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac860aabe5ab7a3 .layout-left li a,
#ac860aabe5ab7a3 .layout-center li a,
#ac860aabe5ab7a3 .layout-right li a {
  height: 100%;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-left {
  text-align: left;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-center {
  text-align: center;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-right {
  text-align: right;
}
#ac860aabe5ab7a3 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#ac860aabe5ab7a3 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ac860aabe5ab7a3 .tab-contents,
#ac860aabe5ab7a3 .tab-contents-wrap {
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-content,
#ac860aabe5ab7a3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac860aabe5ab7a3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-wrap .tab-contents {
  height: 100%;
}
#ac860aabe5ab7a3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a803baa081aca73 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a803baa081aca73 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a803baa081aca73 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a803baa081aca73 .menu-list > li > a {
  padding: 0 10px;
}
#a803baa081aca73 .menu-list > li:hover:before {
  height: 100%;
}
#a803baa081aca73 .menu-list > li:hover:after {
  color: auto;
}
#a803baa081aca73 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a803baa081aca73 .menu-list > li:first-child:after {
  content: "";
}
#a803baa081aca73 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a803baa081aca73 .menu-list > li ul li {
  position: relative;
}
#a803baa081aca73 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a803baa081aca73 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a803baa081aca73 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 li ul,
#a803baa081aca73 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a803baa081aca73 li:hover > ul {
  left: auto;
}
#a803baa081aca73 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ac018a267ba68c4  {flex: 1;}#a3a9ba34d0ae888  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 30px;}#ad858ac9eeab19a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a65caa8690a847c .ele-wrap {border-color: rgba(1, 117, 95, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 16px;background-color: #1364d8;border-radius: 3px;justify-content: center;}#a65caa8690a847c .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;border-color: rgba(17, 138, 158, 1);background-color: rgba(9, 107, 123, 1);}#a9663a26fcaaa04  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 50px;}#a098cac2c4a4d23 {
  border-radius: 5px;
  overflow: hidden;
}
#a098cac2c4a4d23 .ele-slideshow .uk-dotnav li a {
  background: #ffffff;
}
#a098cac2c4a4d23 .ele-slideshow .uk-dotnav > .uk-active a {
  background: #01755f;
}
#a098cac2c4a4d23 .ele-slideshow .uk-slidenav {
  background-color: rgba(65, 117, 5, 0);
}
#a098cac2c4a4d23 .ele-slideshow .uk-slidenav {
  color: #f5a623;
}
#a098cac2c4a4d23 .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(255, 255, 255, 0);
}
#a31fca4e18a0a78 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a8f6ead1faaabb0 > .ele-wrap {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;}#af614a6621aa8e4 > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#a90ebaec28a67c0 > .ele-wrap {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;}#a22b0abab8a4ed8 > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);}#a0aaca24daa97d0 > .ele-wrap {border-left-width: -1px;border-bottom-width: -1px;border-right-width: -1px;border-top-width: -1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aeedba1d1aabd40 > .ele-wrap {border-left-width: 1px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-left-color: rgba(235, 235, 235, 1);}#ace00a2435aaa26 > .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;}#a7472ab348a9f1e > .ele-wrap {background-image: url(/resources/upload/ad1cfa3e21a0b3d/1759109857847.webp);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3a3ba1cf7a10bc  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a0a96a076ea999a  {flex-grow: 1;}#a3181a06faa8ca4  {flex: 1;}#a555fa18d5ad5e7  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 20px;}#ad83ca8f95a5fbf  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;}#ae5aca7caaa0134  {flex-grow: 1;}#ada96a4e04ab494  {flex: 1;}#ab65aa3608a6124  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;}#ac187a99deaeefb .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 15px;background-color: #1364d8;border-radius: 3px;justify-content: center;font-family: Verdana;}#ac187a99deaeefb .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(1, 117, 95, 0.8);}#ac057a618ca72f0  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;}#a9937a93efa9f64 .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 15px;background-color: #1364d8;border-radius: 3px;justify-content: center;font-family: Verdana;}#a9937a93efa9f64 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(1, 117, 95, 0.8);}#a1873a1ffcaee55  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 40px;}#ae763a38d7aeb02  {flex: 1;}#a2a2ea883fa65f6 .a30d2a967ba8ecc {
  overflow: hidden;
}
#a2a2ea883fa65f6 .a30d2a967ba8ecc , #a2a2ea883fa65f6 .a30d2a967ba8ecc > * {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a2a2ea883fa65f6 .a30d2a967ba8ecc:hover , #a2a2ea883fa65f6 .a30d2a967ba8ecc *:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2a2ea883fa65f6 .a24a7a8d55acc7e {
  overflow: hidden;
}
#a2a2ea883fa65f6 .a24a7a8d55acc7e , #a2a2ea883fa65f6 .a24a7a8d55acc7e > * {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: Verdana;color: rgba(225, 225, 225, 1);}#a2a2ea883fa65f6 .a71e8a237ea9691 {
  overflow: hidden;
}
#a2a2ea883fa65f6 .a71e8a237ea9691 , #a2a2ea883fa65f6 .a71e8a237ea9691 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 13px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a2a2ea883fa65f6 .uk-grid {
  margin-left: -10px;
}
#a2a2ea883fa65f6 .uk-grid > * {
  padding-left: 10px;
}
#a2a2ea883fa65f6 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a2a2ea883fa65f6 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#a2a2ea883fa65f6 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #a2a2ea883fa65f6 .uk-position-center-left-out {
    left: -30px;
  }
  #a2a2ea883fa65f6 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0831aa469a50e5  {flex: 1;}#a598ba31a8a7c87 .a0c94ac12aa331e {
  overflow: hidden;
}
#a598ba31a8a7c87 .a0c94ac12aa331e , #a598ba31a8a7c87 .a0c94ac12aa331e > * {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a598ba31a8a7c87 .a0c94ac12aa331e:hover , #a598ba31a8a7c87 .a0c94ac12aa331e *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a598ba31a8a7c87 .uk-grid {
  margin-left: -10px;
}
#a598ba31a8a7c87 .uk-grid > * {
  padding-left: 10px;
}
#a598ba31a8a7c87 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a598ba31a8a7c87 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#a598ba31a8a7c87 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #a598ba31a8a7c87 .uk-position-center-left-out {
    left: -30px;
  }
  #a598ba31a8a7c87 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ad959a4109a3cde {
  overflow: hidden;
  pointer-events: none;
}
#ad959a4109a3cde > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ad959a4109a3cde > .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;
}
#ad959a4109a3cde > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ad959a4109a3cde > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ad959a4109a3cde > .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;
}
#ad959a4109a3cde > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ad959a4109a3cde > .tab-wrap > div > .tab-nav,
#ad959a4109a3cde > .tab-nav,
#ad959a4109a3cde > .tab-tabs > .tab-wrap > div > .tab-nav,
#ad959a4109a3cde > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ad959a4109a3cde > .tab-wrap > div > .tab-nav-horizontal,
#ad959a4109a3cde > .tab-nav-horizontal,
#ad959a4109a3cde > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ad959a4109a3cde > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ad959a4109a3cde > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ad959a4109a3cde > .tab-nav-horizontal::-webkit-scrollbar,
#ad959a4109a3cde > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ad959a4109a3cde > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ad959a4109a3cde > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ad959a4109a3cde > .tab-nav-horizontal.tagScroll,
#ad959a4109a3cde > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ad959a4109a3cde > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#ad959a4109a3cde > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ad959a4109a3cde > .tab-nav-horizontal.tagScroll li a,
#ad959a4109a3cde > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ad959a4109a3cde > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ad959a4109a3cde > .tab-wrap > div > .tab-nav a,
#ad959a4109a3cde > .tab-nav a,
#ad959a4109a3cde > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ad959a4109a3cde > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ad959a4109a3cde > .tab-wrap > div > .tab-nav li a,
#ad959a4109a3cde > .tab-nav li a,
#ad959a4109a3cde > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ad959a4109a3cde > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 10px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(255, 255, 255, 0);
  border-right-style: none;
}
#ad959a4109a3cde > .tab-wrap > div > .tab-nav li a svg,
#ad959a4109a3cde > .tab-nav li a svg,
#ad959a4109a3cde > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ad959a4109a3cde > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ad959a4109a3cde > .tab-wrap > div > .tab-nav li a .ap_icon,
#ad959a4109a3cde > .tab-nav li a .ap_icon,
#ad959a4109a3cde > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ad959a4109a3cde > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ad959a4109a3cde > .tab-wrap > div > .tab-nav li a:hover,
#ad959a4109a3cde > .tab-nav li a:hover,
#ad959a4109a3cde > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ad959a4109a3cde > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ad959a4109a3cde > .tab-wrap > div > .tab-nav li.uk-active a,
#ad959a4109a3cde > .tab-nav li.uk-active a,
#ad959a4109a3cde > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ad959a4109a3cde > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ad959a4109a3cde .layout-left li,
#ad959a4109a3cde .layout-center li,
#ad959a4109a3cde .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ad959a4109a3cde .layout-left li a,
#ad959a4109a3cde .layout-center li a,
#ad959a4109a3cde .layout-right li a {
  height: 100%;
}
#ad959a4109a3cde > .tab-tabs .layout-left {
  text-align: left;
}
#ad959a4109a3cde > .tab-tabs .layout-center {
  text-align: center;
}
#ad959a4109a3cde > .tab-tabs .layout-right {
  text-align: right;
}
#ad959a4109a3cde .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#ad959a4109a3cde .tab-content-wrap {
  background-color: transparent;
}
#ad959a4109a3cde .tab-contents,
#ad959a4109a3cde .tab-contents-wrap {
  pointer-events: none;
}
#ad959a4109a3cde .tab-content,
#ad959a4109a3cde .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ad959a4109a3cde .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ad959a4109a3cde .tab-wrap .tab-contents {
  height: 100%;
}
#ad959a4109a3cde .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ad959a4109a3cde .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ad959a4109a3cde .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0feea95a2a72ad  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#af056a2390a76c7  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a36a4a72ebaa0ec , #a36a4a72ebaa0ec a{flex-grow: 0;color: rgba(49, 118, 219, 1);}#a36a4a72ebaa0ec:hover, #a36a4a72ebaa0ec a:hover {color: rgba(19, 100, 216, 1);}#a767fa3f3aaf748  {flex-grow: 1;}#a4fb9aba3ca9c8c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a4fb9aba3ca9c8c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a4fb9aba3ca9c8c .ap-icon {
  margin-right: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon img,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li:hover > a,
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a4fb9aba3ca9c8c .menu-list ul,
#a4fb9aba3ca9c8c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a4fb9aba3ca9c8c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a4fb9aba3ca9c8c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4fb9aba3ca9c8c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4fb9aba3ca9c8c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a49b0afccaac34c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a49b0afccaac34c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a49b0afccaac34c .ap-icon {
  margin-right: 6px;
}
#a49b0afccaac34c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a,
#a49b0afccaac34c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon img,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a49b0afccaac34c .menu-list > li:hover > a,
#a49b0afccaac34c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a49b0afccaac34c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a49b0afccaac34c .menu-list ul,
#a49b0afccaac34c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a49b0afccaac34c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a49b0afccaac34c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a49b0afccaac34c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a49b0afccaac34c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a468aa0b1da717e > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afe37a828faabd7 , #afe37a828faabd7 a{color: rgba(6, 164, 100, 1);}#afe37a828faabd7:hover, #afe37a828faabd7 a:hover {color: rgba(4, 204, 101, 1);}#ac7eca0ba9a4ccf .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac7eca0ba9a4ccf .menu-list-expand .submenu-indicator {
  display: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a img,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9e02ae88da9704 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a img,
#a9e02ae88da9704 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa5cfa706da140f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa5cfa706da140f .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa5cfa706da140f .menu-list-expand .submenu-indicator {
  display: none;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li a img,
#aa5cfa706da140f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a0deaad1bda5996 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5bb0a4e40af0ac  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#a4f0eae1c8ad5b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a5e1fa5af8a6d2f > .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;flex-grow: 0;}#aaa66adb04a787f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aaa66adb04a787f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6e05a9cb2aacc5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a71eaaa784aba6f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a71eaaa784aba6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1f02a72faacac9 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad649a4e1faa01e > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad649a4e1faa01e  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2131a4568ad5fb .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8427a3663ab91d > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8427a3663ab91d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a54aea8b6da48ed .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#af514ac23ca7297  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4549a962ca7add > .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;flex-grow: 0;}#aefe9a9dcba95e8 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aefe9a9dcba95e8  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a78b8a66c3a62cd .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a6860a4373a658a > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a6860a4373a658a  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a60d7a306dad87e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aa506af856a9ff7 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aa506af856a9ff7  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1a9bafb12a3379 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a1ea5a55aba2aaa > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a1ea5a55aba2aaa  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a92fda3d31aebae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a96dba8355ac472 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a96dba8355ac472  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3fa0aa753aa303 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a05c0a0e46a2f58  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ace13a3d21a10ea > .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;flex-grow: 0;}#a0604a42d4a4597 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0604a42d4a4597  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ac9a8ad93ea1211 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae9cbafda3a2f1b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae9cbafda3a2f1b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aac8da5f56ab439 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4442ab252a29a9 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4442ab252a29a9  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae418a8e29ac7a8 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aacb4aacb5aec67 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aacb4aacb5aec67  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#adafea3e44a3273 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7b50a7223adfe6 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7b50a7223adfe6  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1ff7aaad5a00c5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4ed7a699ea9c4b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4ed7a699ea9c4b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3cc7a1265a50b6 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8ba8a9e62a0d8c > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8ba8a9e62a0d8c  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2e38acba1a6797 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab151a234ead77c {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#ab151a234ead77c .layout-left li,
#ab151a234ead77c .layout-center li,
#ab151a234ead77c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab151a234ead77c .layout-left li a,
#ab151a234ead77c .layout-center li a,
#ab151a234ead77c .layout-right li a {
  height: 100%;
}
#ab151a234ead77c > .tab-tabs .layout-left {
  text-align: left;
}
#ab151a234ead77c > .tab-tabs .layout-center {
  text-align: center;
}
#ab151a234ead77c > .tab-tabs .layout-right {
  text-align: right;
}
#ab151a234ead77c .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#ab151a234ead77c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c .tab-contents,
#ab151a234ead77c .tab-contents-wrap {
  pointer-events: none;
}
#ab151a234ead77c .tab-content,
#ab151a234ead77c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab151a234ead77c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab151a234ead77c .tab-wrap .tab-contents {
  height: 100%;
}
#ab151a234ead77c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab151a234ead77c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab151a234ead77c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a445cadc90a6f90  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a54aba797fa6994  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a0c23a8da1a5492  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aa603ad8dfa8ae5 .a72bea96eba74bb {
  overflow: hidden;
}
#aa603ad8dfa8ae5 .a72bea96eba74bb , #aa603ad8dfa8ae5 .a72bea96eba74bb > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aa603ad8dfa8ae5 .a72bea96eba74bb:hover , #aa603ad8dfa8ae5 .a72bea96eba74bb *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aa603ad8dfa8ae5 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa603ad8dfa8ae5 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa603ad8dfa8ae5 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aa603ad8dfa8ae5 .uk-position-center-left-out {
    left: -30px;
  }
  #aa603ad8dfa8ae5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6f8da0e6ea7804  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7baeab343a1ed2 .a31f5a9637ae63a {
  overflow: hidden;
}
#a7baeab343a1ed2 .a31f5a9637ae63a , #a7baeab343a1ed2 .a31f5a9637ae63a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7baeab343a1ed2 .a31f5a9637ae63a:hover , #a7baeab343a1ed2 .a31f5a9637ae63a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7baeab343a1ed2 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a7baeab343a1ed2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7baeab343a1ed2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7baeab343a1ed2 .uk-position-center-left-out {
    left: -30px;
  }
  #a7baeab343a1ed2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7eeea24a2a489a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a9e11a3922a0a84 .a0c79ae6caaf8e2 {
  overflow: hidden;
}
#a9e11a3922a0a84 .a0c79ae6caaf8e2 , #a9e11a3922a0a84 .a0c79ae6caaf8e2 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a9e11a3922a0a84 .a0c79ae6caaf8e2:hover , #a9e11a3922a0a84 .a0c79ae6caaf8e2 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a9e11a3922a0a84 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a9e11a3922a0a84 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9e11a3922a0a84 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a9e11a3922a0a84 .uk-position-center-left-out {
    left: -30px;
  }
  #a9e11a3922a0a84 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa82faaea2a1c77  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a94ffa5483a8d60 .a8a48ae1cfa9a13 {
  overflow: hidden;
}
#a94ffa5483a8d60 .a8a48ae1cfa9a13 , #a94ffa5483a8d60 .a8a48ae1cfa9a13 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a94ffa5483a8d60 .a8a48ae1cfa9a13:hover , #a94ffa5483a8d60 .a8a48ae1cfa9a13 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a94ffa5483a8d60 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a94ffa5483a8d60 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a94ffa5483a8d60 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a94ffa5483a8d60 .uk-position-center-left-out {
    left: -30px;
  }
  #a94ffa5483a8d60 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3b61acc08a6bcf {
  overflow: hidden;
  pointer-events: none;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a3b61acc08a6bcf .layout-left li,
#a3b61acc08a6bcf .layout-center li,
#a3b61acc08a6bcf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3b61acc08a6bcf .layout-left li a,
#a3b61acc08a6bcf .layout-center li a,
#a3b61acc08a6bcf .layout-right li a {
  height: 100%;
}
#a3b61acc08a6bcf > .tab-tabs .layout-left {
  text-align: left;
}
#a3b61acc08a6bcf > .tab-tabs .layout-center {
  text-align: center;
}
#a3b61acc08a6bcf > .tab-tabs .layout-right {
  text-align: right;
}
#a3b61acc08a6bcf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a3b61acc08a6bcf .tab-content-wrap {
  background-color: #ffffff;
}
#a3b61acc08a6bcf .tab-contents,
#a3b61acc08a6bcf .tab-contents-wrap {
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-content,
#a3b61acc08a6bcf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3b61acc08a6bcf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-wrap .tab-contents {
  height: 100%;
}
#a3b61acc08a6bcf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2b29afa75af3d2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a7bdda440da10de  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af0fda089faa74e .a179ba61fca0888 {
  overflow: hidden;
}
#af0fda089faa74e .a179ba61fca0888 , #af0fda089faa74e .a179ba61fca0888 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af0fda089faa74e .a179ba61fca0888:hover , #af0fda089faa74e .a179ba61fca0888 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af0fda089faa74e .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af0fda089faa74e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af0fda089faa74e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af0fda089faa74e .uk-position-center-left-out {
    left: -30px;
  }
  #af0fda089faa74e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac029ab8d2ac795  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3fa1aa72eae5d8 .a8a0fa2a83ace44 {
  overflow: hidden;
}
#a3fa1aa72eae5d8 .a8a0fa2a83ace44 , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3fa1aa72eae5d8 .a8a0fa2a83ace44:hover , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3fa1aa72eae5d8 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a3fa1aa72eae5d8 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3fa1aa72eae5d8 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3fa1aa72eae5d8 .uk-position-center-left-out {
    left: -30px;
  }
  #a3fa1aa72eae5d8 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acd71a09bca3734  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2599afd13a8dda .a67b0a5657abdca {
  overflow: hidden;
}
#a2599afd13a8dda .a67b0a5657abdca , #a2599afd13a8dda .a67b0a5657abdca > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2599afd13a8dda .a67b0a5657abdca:hover , #a2599afd13a8dda .a67b0a5657abdca *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2599afd13a8dda .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2599afd13a8dda .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2599afd13a8dda .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2599afd13a8dda .uk-position-center-left-out {
    left: -30px;
  }
  #a2599afd13a8dda .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3bd9a9ed3a0012  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5fc2ae1b1ac227 .ada91af9b0a0502 {
  overflow: hidden;
}
#a5fc2ae1b1ac227 .ada91af9b0a0502 , #a5fc2ae1b1ac227 .ada91af9b0a0502 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5fc2ae1b1ac227 .ada91af9b0a0502:hover , #a5fc2ae1b1ac227 .ada91af9b0a0502 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5fc2ae1b1ac227 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a5fc2ae1b1ac227 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5fc2ae1b1ac227 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5fc2ae1b1ac227 .uk-position-center-left-out {
    left: -30px;
  }
  #a5fc2ae1b1ac227 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6bcdafc0fa513f  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab2a3a53e3a711b .aec71a08e0ab367 {
  overflow: hidden;
}
#ab2a3a53e3a711b .aec71a08e0ab367 , #ab2a3a53e3a711b .aec71a08e0ab367 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab2a3a53e3a711b .aec71a08e0ab367:hover , #ab2a3a53e3a711b .aec71a08e0ab367 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab2a3a53e3a711b .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ab2a3a53e3a711b .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab2a3a53e3a711b .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab2a3a53e3a711b .uk-position-center-left-out {
    left: -30px;
  }
  #ab2a3a53e3a711b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a309aa2ec8a7ce3 {
  overflow: hidden;
  pointer-events: none;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a309aa2ec8a7ce3 .layout-left li,
#a309aa2ec8a7ce3 .layout-center li,
#a309aa2ec8a7ce3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a309aa2ec8a7ce3 .layout-left li a,
#a309aa2ec8a7ce3 .layout-center li a,
#a309aa2ec8a7ce3 .layout-right li a {
  height: 100%;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-left {
  text-align: left;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-center {
  text-align: center;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-right {
  text-align: right;
}
#a309aa2ec8a7ce3 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a309aa2ec8a7ce3 .tab-content-wrap {
  background-color: #ffffff;
}
#a309aa2ec8a7ce3 .tab-contents,
#a309aa2ec8a7ce3 .tab-contents-wrap {
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-content,
#a309aa2ec8a7ce3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-wrap .tab-contents {
  height: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6180acc49a3e93  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a6dafa4ecea60a0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aff3cac13cafbfb .a06ebafd21a2d85 {
  overflow: hidden;
}
#aff3cac13cafbfb .a06ebafd21a2d85 , #aff3cac13cafbfb .a06ebafd21a2d85 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aff3cac13cafbfb .a06ebafd21a2d85:hover , #aff3cac13cafbfb .a06ebafd21a2d85 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aff3cac13cafbfb .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aff3cac13cafbfb .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aff3cac13cafbfb .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aff3cac13cafbfb .uk-position-center-left-out {
    left: -30px;
  }
  #aff3cac13cafbfb .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#afcbbaca6ea610b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a53e2aef3aaf277 .aa00dac1eeacc9a {
  overflow: hidden;
}
#a53e2aef3aaf277 .aa00dac1eeacc9a , #a53e2aef3aaf277 .aa00dac1eeacc9a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a53e2aef3aaf277 .aa00dac1eeacc9a:hover , #a53e2aef3aaf277 .aa00dac1eeacc9a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a53e2aef3aaf277 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a53e2aef3aaf277 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a53e2aef3aaf277 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a53e2aef3aaf277 .uk-position-center-left-out {
    left: -30px;
  }
  #a53e2aef3aaf277 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4dd9a08d0a4fbc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adea6aad87ac37c .a709ba3eb4afea8 {
  overflow: hidden;
}
#adea6aad87ac37c .a709ba3eb4afea8 , #adea6aad87ac37c .a709ba3eb4afea8 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adea6aad87ac37c .a709ba3eb4afea8:hover , #adea6aad87ac37c .a709ba3eb4afea8 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adea6aad87ac37c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#adea6aad87ac37c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adea6aad87ac37c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adea6aad87ac37c .uk-position-center-left-out {
    left: -30px;
  }
  #adea6aad87ac37c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5f67a73efa84f8  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4f05aa0b1a588c .ab4cfa7547abdc6 {
  overflow: hidden;
}
#a4f05aa0b1a588c .ab4cfa7547abdc6 , #a4f05aa0b1a588c .ab4cfa7547abdc6 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4f05aa0b1a588c .ab4cfa7547abdc6:hover , #a4f05aa0b1a588c .ab4cfa7547abdc6 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4f05aa0b1a588c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4f05aa0b1a588c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4f05aa0b1a588c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4f05aa0b1a588c .uk-position-center-left-out {
    left: -30px;
  }
  #a4f05aa0b1a588c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8b3caf245a9550 {
  overflow: hidden;
  pointer-events: none;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a8b3caf245a9550 .layout-left li,
#a8b3caf245a9550 .layout-center li,
#a8b3caf245a9550 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8b3caf245a9550 .layout-left li a,
#a8b3caf245a9550 .layout-center li a,
#a8b3caf245a9550 .layout-right li a {
  height: 100%;
}
#a8b3caf245a9550 > .tab-tabs .layout-left {
  text-align: left;
}
#a8b3caf245a9550 > .tab-tabs .layout-center {
  text-align: center;
}
#a8b3caf245a9550 > .tab-tabs .layout-right {
  text-align: right;
}
#a8b3caf245a9550 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a8b3caf245a9550 .tab-content-wrap {
  background-color: #ffffff;
}
#a8b3caf245a9550 .tab-contents,
#a8b3caf245a9550 .tab-contents-wrap {
  pointer-events: none;
}
#a8b3caf245a9550 .tab-content,
#a8b3caf245a9550 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8b3caf245a9550 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8b3caf245a9550 .tab-wrap .tab-contents {
  height: 100%;
}
#a8b3caf245a9550 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1c11abae0a6498  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#aa27fa0954aa408  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a61a0af29da2f9c .aeab3a5320a803f {
  overflow: hidden;
}
#a61a0af29da2f9c .aeab3a5320a803f , #a61a0af29da2f9c .aeab3a5320a803f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a61a0af29da2f9c .aeab3a5320a803f:hover , #a61a0af29da2f9c .aeab3a5320a803f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a61a0af29da2f9c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a61a0af29da2f9c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a61a0af29da2f9c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a61a0af29da2f9c .uk-position-center-left-out {
    left: -30px;
  }
  #a61a0af29da2f9c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8c29a827fa339d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a1f73acf75a8e75 .a5c24a00fda0569 {
  overflow: hidden;
}
#a1f73acf75a8e75 .a5c24a00fda0569 , #a1f73acf75a8e75 .a5c24a00fda0569 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a1f73acf75a8e75 .a5c24a00fda0569:hover , #a1f73acf75a8e75 .a5c24a00fda0569 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a1f73acf75a8e75 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1f73acf75a8e75 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a1f73acf75a8e75 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a1f73acf75a8e75 .uk-position-center-left-out {
    left: -30px;
  }
  #a1f73acf75a8e75 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a988ba0fa4a2973  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4092a576fa0692 .a229fac40ea9024 {
  overflow: hidden;
}
#a4092a576fa0692 .a229fac40ea9024 , #a4092a576fa0692 .a229fac40ea9024 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4092a576fa0692 .a229fac40ea9024:hover , #a4092a576fa0692 .a229fac40ea9024 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4092a576fa0692 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4092a576fa0692 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4092a576fa0692 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4092a576fa0692 .uk-position-center-left-out {
    left: -30px;
  }
  #a4092a576fa0692 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac7c7a155ba5f06  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a0daaa7cb3a7125 .a8c63ab1d9a065f {
  overflow: hidden;
}
#a0daaa7cb3a7125 .a8c63ab1d9a065f , #a0daaa7cb3a7125 .a8c63ab1d9a065f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a0daaa7cb3a7125 .a8c63ab1d9a065f:hover , #a0daaa7cb3a7125 .a8c63ab1d9a065f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a0daaa7cb3a7125 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a0daaa7cb3a7125 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a0daaa7cb3a7125 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a0daaa7cb3a7125 .uk-position-center-left-out {
    left: -30px;
  }
  #a0daaa7cb3a7125 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a2884a9c7aa42cb {
  overflow: hidden;
  pointer-events: none;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a2884a9c7aa42cb .layout-left li,
#a2884a9c7aa42cb .layout-center li,
#a2884a9c7aa42cb .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a2884a9c7aa42cb .layout-left li a,
#a2884a9c7aa42cb .layout-center li a,
#a2884a9c7aa42cb .layout-right li a {
  height: 100%;
}
#a2884a9c7aa42cb > .tab-tabs .layout-left {
  text-align: left;
}
#a2884a9c7aa42cb > .tab-tabs .layout-center {
  text-align: center;
}
#a2884a9c7aa42cb > .tab-tabs .layout-right {
  text-align: right;
}
#a2884a9c7aa42cb .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a2884a9c7aa42cb .tab-content-wrap {
  background-color: #ffffff;
}
#a2884a9c7aa42cb .tab-contents,
#a2884a9c7aa42cb .tab-contents-wrap {
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-content,
#a2884a9c7aa42cb .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a2884a9c7aa42cb .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-wrap .tab-contents {
  height: 100%;
}
#a2884a9c7aa42cb .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9337a9870a4aa8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .tab-nav li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .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: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#a9337a9870a4aa8 .layout-left li,
#a9337a9870a4aa8 .layout-center li,
#a9337a9870a4aa8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9337a9870a4aa8 .layout-left li a,
#a9337a9870a4aa8 .layout-center li a,
#a9337a9870a4aa8 .layout-right li a {
  height: 100%;
}
#a9337a9870a4aa8 > .tab-tabs .layout-left {
  text-align: left;
}
#a9337a9870a4aa8 > .tab-tabs .layout-center {
  text-align: center;
}
#a9337a9870a4aa8 > .tab-tabs .layout-right {
  text-align: right;
}
#a9337a9870a4aa8 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a9337a9870a4aa8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 .tab-contents,
#a9337a9870a4aa8 .tab-contents-wrap {
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-content,
#a9337a9870a4aa8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9337a9870a4aa8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-wrap .tab-contents {
  height: 100%;
}
#a9337a9870a4aa8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a02f5a3ff9a4083  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0dafa41eda42c1 > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a0936a27c6a7e20 > .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;}#a0936a27c6a7e20  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0936a27c6a7e20:hover * {color: #000000  !important}
                            #a0936a27c6a7e20:hover .line{border-color: #000000  !important}#a0099a01a7a0786 > .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;}#a0099a01a7a0786  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0099a01a7a0786:hover * {color: #000000  !important}
                            #a0099a01a7a0786:hover .line{border-color: #000000  !important}#ada22ad7caad10a  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a2384a88bcaa91f > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#aff0fa80aca0f48 > .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;}#aff0fa80aca0f48  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aff0fa80aca0f48:hover * {color: #000000  !important}
                            #aff0fa80aca0f48:hover .line{border-color: #000000  !important}#a7c98ad8d3a2f15 > .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;}#a7c98ad8d3a2f15  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7c98ad8d3a2f15:hover * {color: #000000  !important}
                            #a7c98ad8d3a2f15:hover .line{border-color: #000000  !important}#aef76a9e03a209f  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a96e2a6c2aae62d > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#ae1efad977acc8b > .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;}#ae1efad977acc8b  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#ae1efad977acc8b:hover * {color: #000000  !important}
                            #ae1efad977acc8b:hover .line{border-color: #000000  !important}#a969ba27fba3e87 > .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;}#a969ba27fba3e87  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a969ba27fba3e87:hover * {color: #000000  !important}
                            #a969ba27fba3e87:hover .line{border-color: #000000  !important}#a72b8a64dba1bcc > .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;}#a72b8a64dba1bcc  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a72b8a64dba1bcc:hover * {color: #000000  !important}
                            #a72b8a64dba1bcc:hover .line{border-color: #000000  !important}#a5509a25c7aa431 > .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;}#a5509a25c7aa431  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a5509a25c7aa431:hover * {color: #000000  !important}
                            #a5509a25c7aa431:hover .line{border-color: #000000  !important}#ac860aabe5ab7a3 {
  overflow: hidden;
  pointer-events: none;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 .layout-left li,
#ac860aabe5ab7a3 .layout-center li,
#ac860aabe5ab7a3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac860aabe5ab7a3 .layout-left li a,
#ac860aabe5ab7a3 .layout-center li a,
#ac860aabe5ab7a3 .layout-right li a {
  height: 100%;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-left {
  text-align: left;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-center {
  text-align: center;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-right {
  text-align: right;
}
#ac860aabe5ab7a3 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#ac860aabe5ab7a3 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ac860aabe5ab7a3 .tab-contents,
#ac860aabe5ab7a3 .tab-contents-wrap {
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-content,
#ac860aabe5ab7a3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac860aabe5ab7a3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-wrap .tab-contents {
  height: 100%;
}
#ac860aabe5ab7a3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a803baa081aca73 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a803baa081aca73 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a803baa081aca73 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a803baa081aca73 .menu-list > li > a {
  padding: 0 10px;
}
#a803baa081aca73 .menu-list > li:hover:before {
  height: 100%;
}
#a803baa081aca73 .menu-list > li:hover:after {
  color: auto;
}
#a803baa081aca73 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a803baa081aca73 .menu-list > li:first-child:after {
  content: "";
}
#a803baa081aca73 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a803baa081aca73 .menu-list > li ul li {
  position: relative;
}
#a803baa081aca73 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a803baa081aca73 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a803baa081aca73 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 li ul,
#a803baa081aca73 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a803baa081aca73 li:hover > ul {
  left: auto;
}
#a803baa081aca73 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aabbfadbe4a8ccb  {flex: 1;}#ae8fba8e87a1a65  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 30px;}#a3f49a1618aaa76 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3c17a870cac489 .ele-wrap {border-color: rgba(1, 117, 95, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 16px;background-color: #1364d8;border-radius: 3px;justify-content: center;}#a3c17a870cac489 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;border-color: rgba(17, 138, 158, 1);background-color: rgba(9, 107, 123, 1);}#a5b5ea0b13a1875  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 40px;padding-bottom: 30px;}#adb9aab44eafcdb {
  border-radius: 5px;
  overflow: hidden;
}
#adb9aab44eafcdb .ele-slideshow .uk-dotnav li a {
  background: #ffffff;
}
#adb9aab44eafcdb .ele-slideshow .uk-dotnav > .uk-active a {
  background: #01755f;
}
#adb9aab44eafcdb .ele-slideshow .uk-slidenav {
  background-color: rgba(65, 117, 5, 0);
}
#adb9aab44eafcdb .ele-slideshow .uk-slidenav {
  color: #f5a623;
}
#adb9aab44eafcdb .ele-slideshow .uk-slidenav:hover {
  background-color: rgba(255, 255, 255, 0);
}
#ab189a527baa4b6 > .ele-wrap {background-image: url(/resources/upload/ad1cfa3e21a0b3d/1760162463138.jpeg);background-position: center center;background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a958faa665a8e69  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#ae771a8217a4933  {flex-grow: 1;}#a3fcda83bdad2ed  {flex: 1;}#a3efaa746ba21a7  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 20px;}#a808ca90b7a634f  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;}#afe13a7ffdafdab  {flex-grow: 1;}#ac166a36f5aa4b7  {flex: 1;}#a004ca2167a8289  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: center;overflow-x: visible;overflow-y: visible;}#a8092ac266afa20 .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 15px;background-color: #1364d8;border-radius: 3px;justify-content: center;font-family: Verdana;}#a8092ac266afa20 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(1, 117, 95, 0.8);}#a2bd4a54bba5819  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 40px;}#a959daea1caec43  {flex: 1;}#a9769a2f84a54f4 .a0799a3a74a8b0f {
  overflow: hidden;
}
#a9769a2f84a54f4 .a0799a3a74a8b0f , #a9769a2f84a54f4 .a0799a3a74a8b0f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a9769a2f84a54f4 .a0799a3a74a8b0f:hover , #a9769a2f84a54f4 .a0799a3a74a8b0f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a9769a2f84a54f4 .uk-grid {
  margin-left: -10px;
}
#a9769a2f84a54f4 .uk-grid > * {
  padding-left: 10px;
}
#a9769a2f84a54f4 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a9769a2f84a54f4 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#a9769a2f84a54f4 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #a9769a2f84a54f4 .uk-position-center-left-out {
    left: -30px;
  }
  #a9769a2f84a54f4 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa179adb1da850c  {flex: 1;}#a2b3aa3844ae2c1 .ac501aec20a68b1 {
  overflow: hidden;
}
#a2b3aa3844ae2c1 .ac501aec20a68b1 , #a2b3aa3844ae2c1 .ac501aec20a68b1 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a2b3aa3844ae2c1 .ac501aec20a68b1:hover , #a2b3aa3844ae2c1 .ac501aec20a68b1 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: Verdana;color: rgba(255, 255, 255, 1);}#a2b3aa3844ae2c1 .uk-grid {
  margin-left: -10px;
}
#a2b3aa3844ae2c1 .uk-grid > * {
  padding-left: 10px;
}
#a2b3aa3844ae2c1 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a2b3aa3844ae2c1 .dynamic-list-item {
  background-color: rgba(255, 255, 255, 0.1);
}
#a2b3aa3844ae2c1 .dynamic-list-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* mobile */
@media (max-width: 640px) {
  #a2b3aa3844ae2c1 .uk-position-center-left-out {
    left: -30px;
  }
  #a2b3aa3844ae2c1 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ab347a2731ad84b {
  overflow: hidden;
  pointer-events: none;
}
#ab347a2731ad84b > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab347a2731ad84b > .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;
}
#ab347a2731ad84b > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab347a2731ad84b > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab347a2731ad84b > .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;
}
#ab347a2731ad84b > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab347a2731ad84b > .tab-wrap > div > .tab-nav,
#ab347a2731ad84b > .tab-nav,
#ab347a2731ad84b > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab347a2731ad84b > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab347a2731ad84b > .tab-wrap > div > .tab-nav-horizontal,
#ab347a2731ad84b > .tab-nav-horizontal,
#ab347a2731ad84b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab347a2731ad84b > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab347a2731ad84b > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab347a2731ad84b > .tab-nav-horizontal::-webkit-scrollbar,
#ab347a2731ad84b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab347a2731ad84b > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab347a2731ad84b > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab347a2731ad84b > .tab-nav-horizontal.tagScroll,
#ab347a2731ad84b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab347a2731ad84b > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#ab347a2731ad84b > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab347a2731ad84b > .tab-nav-horizontal.tagScroll li a,
#ab347a2731ad84b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab347a2731ad84b > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab347a2731ad84b > .tab-wrap > div > .tab-nav a,
#ab347a2731ad84b > .tab-nav a,
#ab347a2731ad84b > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab347a2731ad84b > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ab347a2731ad84b > .tab-wrap > div > .tab-nav li a,
#ab347a2731ad84b > .tab-nav li a,
#ab347a2731ad84b > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab347a2731ad84b > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 10px;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(255, 255, 255, 0);
  border-right-style: none;
}
#ab347a2731ad84b > .tab-wrap > div > .tab-nav li a svg,
#ab347a2731ad84b > .tab-nav li a svg,
#ab347a2731ad84b > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab347a2731ad84b > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab347a2731ad84b > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab347a2731ad84b > .tab-nav li a .ap_icon,
#ab347a2731ad84b > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab347a2731ad84b > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab347a2731ad84b > .tab-wrap > div > .tab-nav li a:hover,
#ab347a2731ad84b > .tab-nav li a:hover,
#ab347a2731ad84b > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab347a2731ad84b > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab347a2731ad84b > .tab-wrap > div > .tab-nav li.uk-active a,
#ab347a2731ad84b > .tab-nav li.uk-active a,
#ab347a2731ad84b > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab347a2731ad84b > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: rgba(74, 144, 226, 0);
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab347a2731ad84b .layout-left li,
#ab347a2731ad84b .layout-center li,
#ab347a2731ad84b .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab347a2731ad84b .layout-left li a,
#ab347a2731ad84b .layout-center li a,
#ab347a2731ad84b .layout-right li a {
  height: 100%;
}
#ab347a2731ad84b > .tab-tabs .layout-left {
  text-align: left;
}
#ab347a2731ad84b > .tab-tabs .layout-center {
  text-align: center;
}
#ab347a2731ad84b > .tab-tabs .layout-right {
  text-align: right;
}
#ab347a2731ad84b .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#ab347a2731ad84b .tab-content-wrap {
  background-color: transparent;
}
#ab347a2731ad84b .tab-contents,
#ab347a2731ad84b .tab-contents-wrap {
  pointer-events: none;
}
#ab347a2731ad84b .tab-content,
#ab347a2731ad84b .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab347a2731ad84b .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab347a2731ad84b .tab-wrap .tab-contents {
  height: 100%;
}
#ab347a2731ad84b .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab347a2731ad84b .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab347a2731ad84b .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0feea95a2a72ad  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#af056a2390a76c7  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a36a4a72ebaa0ec , #a36a4a72ebaa0ec a{flex-grow: 0;color: rgba(49, 118, 219, 1);}#a36a4a72ebaa0ec:hover, #a36a4a72ebaa0ec a:hover {color: rgba(19, 100, 216, 1);}#a767fa3f3aaf748  {flex-grow: 1;}#a4fb9aba3ca9c8c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a4fb9aba3ca9c8c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a4fb9aba3ca9c8c .ap-icon {
  margin-right: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon img,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li:hover > a,
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a4fb9aba3ca9c8c .menu-list ul,
#a4fb9aba3ca9c8c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a4fb9aba3ca9c8c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a4fb9aba3ca9c8c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4fb9aba3ca9c8c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4fb9aba3ca9c8c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a49b0afccaac34c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a49b0afccaac34c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a49b0afccaac34c .ap-icon {
  margin-right: 6px;
}
#a49b0afccaac34c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a,
#a49b0afccaac34c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon img,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a49b0afccaac34c .menu-list > li:hover > a,
#a49b0afccaac34c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a49b0afccaac34c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a49b0afccaac34c .menu-list ul,
#a49b0afccaac34c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a49b0afccaac34c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a49b0afccaac34c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a49b0afccaac34c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a49b0afccaac34c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a468aa0b1da717e > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afe37a828faabd7 , #afe37a828faabd7 a{color: rgba(6, 164, 100, 1);}#afe37a828faabd7:hover, #afe37a828faabd7 a:hover {color: rgba(4, 204, 101, 1);}#ac7eca0ba9a4ccf .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac7eca0ba9a4ccf .menu-list-expand .submenu-indicator {
  display: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a img,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9e02ae88da9704 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a img,
#a9e02ae88da9704 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa5cfa706da140f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa5cfa706da140f .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa5cfa706da140f .menu-list-expand .submenu-indicator {
  display: none;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li a img,
#aa5cfa706da140f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a0463a2717a7c07 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5bb0a4e40af0ac  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#a4f0eae1c8ad5b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a5e1fa5af8a6d2f > .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;flex-grow: 0;}#aaa66adb04a787f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aaa66adb04a787f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6e05a9cb2aacc5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a71eaaa784aba6f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a71eaaa784aba6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1f02a72faacac9 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad649a4e1faa01e > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad649a4e1faa01e  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2131a4568ad5fb .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8427a3663ab91d > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8427a3663ab91d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a54aea8b6da48ed .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#af514ac23ca7297  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4549a962ca7add > .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;flex-grow: 0;}#aefe9a9dcba95e8 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aefe9a9dcba95e8  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a78b8a66c3a62cd .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a6860a4373a658a > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a6860a4373a658a  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a60d7a306dad87e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aa506af856a9ff7 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aa506af856a9ff7  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1a9bafb12a3379 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a1ea5a55aba2aaa > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a1ea5a55aba2aaa  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a92fda3d31aebae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a96dba8355ac472 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a96dba8355ac472  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3fa0aa753aa303 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a05c0a0e46a2f58  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ace13a3d21a10ea > .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;flex-grow: 0;}#a0604a42d4a4597 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0604a42d4a4597  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ac9a8ad93ea1211 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae9cbafda3a2f1b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae9cbafda3a2f1b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aac8da5f56ab439 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4442ab252a29a9 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4442ab252a29a9  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae418a8e29ac7a8 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aacb4aacb5aec67 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aacb4aacb5aec67  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#adafea3e44a3273 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7b50a7223adfe6 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7b50a7223adfe6  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1ff7aaad5a00c5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4ed7a699ea9c4b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4ed7a699ea9c4b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3cc7a1265a50b6 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8ba8a9e62a0d8c > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8ba8a9e62a0d8c  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2e38acba1a6797 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab151a234ead77c {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#ab151a234ead77c .layout-left li,
#ab151a234ead77c .layout-center li,
#ab151a234ead77c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab151a234ead77c .layout-left li a,
#ab151a234ead77c .layout-center li a,
#ab151a234ead77c .layout-right li a {
  height: 100%;
}
#ab151a234ead77c > .tab-tabs .layout-left {
  text-align: left;
}
#ab151a234ead77c > .tab-tabs .layout-center {
  text-align: center;
}
#ab151a234ead77c > .tab-tabs .layout-right {
  text-align: right;
}
#ab151a234ead77c .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#ab151a234ead77c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c .tab-contents,
#ab151a234ead77c .tab-contents-wrap {
  pointer-events: none;
}
#ab151a234ead77c .tab-content,
#ab151a234ead77c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab151a234ead77c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab151a234ead77c .tab-wrap .tab-contents {
  height: 100%;
}
#ab151a234ead77c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab151a234ead77c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab151a234ead77c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a445cadc90a6f90  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a54aba797fa6994  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a0c23a8da1a5492  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aa603ad8dfa8ae5 .a72bea96eba74bb {
  overflow: hidden;
}
#aa603ad8dfa8ae5 .a72bea96eba74bb , #aa603ad8dfa8ae5 .a72bea96eba74bb > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aa603ad8dfa8ae5 .a72bea96eba74bb:hover , #aa603ad8dfa8ae5 .a72bea96eba74bb *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aa603ad8dfa8ae5 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa603ad8dfa8ae5 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa603ad8dfa8ae5 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aa603ad8dfa8ae5 .uk-position-center-left-out {
    left: -30px;
  }
  #aa603ad8dfa8ae5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6f8da0e6ea7804  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7baeab343a1ed2 .a31f5a9637ae63a {
  overflow: hidden;
}
#a7baeab343a1ed2 .a31f5a9637ae63a , #a7baeab343a1ed2 .a31f5a9637ae63a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7baeab343a1ed2 .a31f5a9637ae63a:hover , #a7baeab343a1ed2 .a31f5a9637ae63a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7baeab343a1ed2 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a7baeab343a1ed2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7baeab343a1ed2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7baeab343a1ed2 .uk-position-center-left-out {
    left: -30px;
  }
  #a7baeab343a1ed2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7eeea24a2a489a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a9e11a3922a0a84 .a0c79ae6caaf8e2 {
  overflow: hidden;
}
#a9e11a3922a0a84 .a0c79ae6caaf8e2 , #a9e11a3922a0a84 .a0c79ae6caaf8e2 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a9e11a3922a0a84 .a0c79ae6caaf8e2:hover , #a9e11a3922a0a84 .a0c79ae6caaf8e2 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a9e11a3922a0a84 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a9e11a3922a0a84 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9e11a3922a0a84 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a9e11a3922a0a84 .uk-position-center-left-out {
    left: -30px;
  }
  #a9e11a3922a0a84 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa82faaea2a1c77  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a94ffa5483a8d60 .a8a48ae1cfa9a13 {
  overflow: hidden;
}
#a94ffa5483a8d60 .a8a48ae1cfa9a13 , #a94ffa5483a8d60 .a8a48ae1cfa9a13 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a94ffa5483a8d60 .a8a48ae1cfa9a13:hover , #a94ffa5483a8d60 .a8a48ae1cfa9a13 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a94ffa5483a8d60 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a94ffa5483a8d60 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a94ffa5483a8d60 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a94ffa5483a8d60 .uk-position-center-left-out {
    left: -30px;
  }
  #a94ffa5483a8d60 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3b61acc08a6bcf {
  overflow: hidden;
  pointer-events: none;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a3b61acc08a6bcf .layout-left li,
#a3b61acc08a6bcf .layout-center li,
#a3b61acc08a6bcf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3b61acc08a6bcf .layout-left li a,
#a3b61acc08a6bcf .layout-center li a,
#a3b61acc08a6bcf .layout-right li a {
  height: 100%;
}
#a3b61acc08a6bcf > .tab-tabs .layout-left {
  text-align: left;
}
#a3b61acc08a6bcf > .tab-tabs .layout-center {
  text-align: center;
}
#a3b61acc08a6bcf > .tab-tabs .layout-right {
  text-align: right;
}
#a3b61acc08a6bcf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a3b61acc08a6bcf .tab-content-wrap {
  background-color: #ffffff;
}
#a3b61acc08a6bcf .tab-contents,
#a3b61acc08a6bcf .tab-contents-wrap {
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-content,
#a3b61acc08a6bcf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3b61acc08a6bcf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-wrap .tab-contents {
  height: 100%;
}
#a3b61acc08a6bcf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2b29afa75af3d2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a7bdda440da10de  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af0fda089faa74e .a179ba61fca0888 {
  overflow: hidden;
}
#af0fda089faa74e .a179ba61fca0888 , #af0fda089faa74e .a179ba61fca0888 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af0fda089faa74e .a179ba61fca0888:hover , #af0fda089faa74e .a179ba61fca0888 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af0fda089faa74e .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af0fda089faa74e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af0fda089faa74e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af0fda089faa74e .uk-position-center-left-out {
    left: -30px;
  }
  #af0fda089faa74e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac029ab8d2ac795  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3fa1aa72eae5d8 .a8a0fa2a83ace44 {
  overflow: hidden;
}
#a3fa1aa72eae5d8 .a8a0fa2a83ace44 , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3fa1aa72eae5d8 .a8a0fa2a83ace44:hover , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3fa1aa72eae5d8 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a3fa1aa72eae5d8 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3fa1aa72eae5d8 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3fa1aa72eae5d8 .uk-position-center-left-out {
    left: -30px;
  }
  #a3fa1aa72eae5d8 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acd71a09bca3734  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2599afd13a8dda .a67b0a5657abdca {
  overflow: hidden;
}
#a2599afd13a8dda .a67b0a5657abdca , #a2599afd13a8dda .a67b0a5657abdca > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2599afd13a8dda .a67b0a5657abdca:hover , #a2599afd13a8dda .a67b0a5657abdca *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2599afd13a8dda .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2599afd13a8dda .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2599afd13a8dda .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2599afd13a8dda .uk-position-center-left-out {
    left: -30px;
  }
  #a2599afd13a8dda .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3bd9a9ed3a0012  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5fc2ae1b1ac227 .ada91af9b0a0502 {
  overflow: hidden;
}
#a5fc2ae1b1ac227 .ada91af9b0a0502 , #a5fc2ae1b1ac227 .ada91af9b0a0502 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5fc2ae1b1ac227 .ada91af9b0a0502:hover , #a5fc2ae1b1ac227 .ada91af9b0a0502 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5fc2ae1b1ac227 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a5fc2ae1b1ac227 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5fc2ae1b1ac227 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5fc2ae1b1ac227 .uk-position-center-left-out {
    left: -30px;
  }
  #a5fc2ae1b1ac227 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6bcdafc0fa513f  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab2a3a53e3a711b .aec71a08e0ab367 {
  overflow: hidden;
}
#ab2a3a53e3a711b .aec71a08e0ab367 , #ab2a3a53e3a711b .aec71a08e0ab367 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab2a3a53e3a711b .aec71a08e0ab367:hover , #ab2a3a53e3a711b .aec71a08e0ab367 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab2a3a53e3a711b .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ab2a3a53e3a711b .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab2a3a53e3a711b .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab2a3a53e3a711b .uk-position-center-left-out {
    left: -30px;
  }
  #ab2a3a53e3a711b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a309aa2ec8a7ce3 {
  overflow: hidden;
  pointer-events: none;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a309aa2ec8a7ce3 .layout-left li,
#a309aa2ec8a7ce3 .layout-center li,
#a309aa2ec8a7ce3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a309aa2ec8a7ce3 .layout-left li a,
#a309aa2ec8a7ce3 .layout-center li a,
#a309aa2ec8a7ce3 .layout-right li a {
  height: 100%;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-left {
  text-align: left;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-center {
  text-align: center;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-right {
  text-align: right;
}
#a309aa2ec8a7ce3 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a309aa2ec8a7ce3 .tab-content-wrap {
  background-color: #ffffff;
}
#a309aa2ec8a7ce3 .tab-contents,
#a309aa2ec8a7ce3 .tab-contents-wrap {
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-content,
#a309aa2ec8a7ce3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-wrap .tab-contents {
  height: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6180acc49a3e93  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a6dafa4ecea60a0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aff3cac13cafbfb .a06ebafd21a2d85 {
  overflow: hidden;
}
#aff3cac13cafbfb .a06ebafd21a2d85 , #aff3cac13cafbfb .a06ebafd21a2d85 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aff3cac13cafbfb .a06ebafd21a2d85:hover , #aff3cac13cafbfb .a06ebafd21a2d85 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aff3cac13cafbfb .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aff3cac13cafbfb .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aff3cac13cafbfb .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aff3cac13cafbfb .uk-position-center-left-out {
    left: -30px;
  }
  #aff3cac13cafbfb .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#afcbbaca6ea610b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a53e2aef3aaf277 .aa00dac1eeacc9a {
  overflow: hidden;
}
#a53e2aef3aaf277 .aa00dac1eeacc9a , #a53e2aef3aaf277 .aa00dac1eeacc9a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a53e2aef3aaf277 .aa00dac1eeacc9a:hover , #a53e2aef3aaf277 .aa00dac1eeacc9a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a53e2aef3aaf277 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a53e2aef3aaf277 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a53e2aef3aaf277 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a53e2aef3aaf277 .uk-position-center-left-out {
    left: -30px;
  }
  #a53e2aef3aaf277 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4dd9a08d0a4fbc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adea6aad87ac37c .a709ba3eb4afea8 {
  overflow: hidden;
}
#adea6aad87ac37c .a709ba3eb4afea8 , #adea6aad87ac37c .a709ba3eb4afea8 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adea6aad87ac37c .a709ba3eb4afea8:hover , #adea6aad87ac37c .a709ba3eb4afea8 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adea6aad87ac37c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#adea6aad87ac37c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adea6aad87ac37c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adea6aad87ac37c .uk-position-center-left-out {
    left: -30px;
  }
  #adea6aad87ac37c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5f67a73efa84f8  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4f05aa0b1a588c .ab4cfa7547abdc6 {
  overflow: hidden;
}
#a4f05aa0b1a588c .ab4cfa7547abdc6 , #a4f05aa0b1a588c .ab4cfa7547abdc6 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4f05aa0b1a588c .ab4cfa7547abdc6:hover , #a4f05aa0b1a588c .ab4cfa7547abdc6 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4f05aa0b1a588c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4f05aa0b1a588c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4f05aa0b1a588c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4f05aa0b1a588c .uk-position-center-left-out {
    left: -30px;
  }
  #a4f05aa0b1a588c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8b3caf245a9550 {
  overflow: hidden;
  pointer-events: none;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a8b3caf245a9550 .layout-left li,
#a8b3caf245a9550 .layout-center li,
#a8b3caf245a9550 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8b3caf245a9550 .layout-left li a,
#a8b3caf245a9550 .layout-center li a,
#a8b3caf245a9550 .layout-right li a {
  height: 100%;
}
#a8b3caf245a9550 > .tab-tabs .layout-left {
  text-align: left;
}
#a8b3caf245a9550 > .tab-tabs .layout-center {
  text-align: center;
}
#a8b3caf245a9550 > .tab-tabs .layout-right {
  text-align: right;
}
#a8b3caf245a9550 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a8b3caf245a9550 .tab-content-wrap {
  background-color: #ffffff;
}
#a8b3caf245a9550 .tab-contents,
#a8b3caf245a9550 .tab-contents-wrap {
  pointer-events: none;
}
#a8b3caf245a9550 .tab-content,
#a8b3caf245a9550 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8b3caf245a9550 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8b3caf245a9550 .tab-wrap .tab-contents {
  height: 100%;
}
#a8b3caf245a9550 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1c11abae0a6498  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#aa27fa0954aa408  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a61a0af29da2f9c .aeab3a5320a803f {
  overflow: hidden;
}
#a61a0af29da2f9c .aeab3a5320a803f , #a61a0af29da2f9c .aeab3a5320a803f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a61a0af29da2f9c .aeab3a5320a803f:hover , #a61a0af29da2f9c .aeab3a5320a803f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a61a0af29da2f9c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a61a0af29da2f9c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a61a0af29da2f9c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a61a0af29da2f9c .uk-position-center-left-out {
    left: -30px;
  }
  #a61a0af29da2f9c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8c29a827fa339d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a1f73acf75a8e75 .a5c24a00fda0569 {
  overflow: hidden;
}
#a1f73acf75a8e75 .a5c24a00fda0569 , #a1f73acf75a8e75 .a5c24a00fda0569 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a1f73acf75a8e75 .a5c24a00fda0569:hover , #a1f73acf75a8e75 .a5c24a00fda0569 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a1f73acf75a8e75 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1f73acf75a8e75 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a1f73acf75a8e75 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a1f73acf75a8e75 .uk-position-center-left-out {
    left: -30px;
  }
  #a1f73acf75a8e75 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a988ba0fa4a2973  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4092a576fa0692 .a229fac40ea9024 {
  overflow: hidden;
}
#a4092a576fa0692 .a229fac40ea9024 , #a4092a576fa0692 .a229fac40ea9024 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4092a576fa0692 .a229fac40ea9024:hover , #a4092a576fa0692 .a229fac40ea9024 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4092a576fa0692 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4092a576fa0692 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4092a576fa0692 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4092a576fa0692 .uk-position-center-left-out {
    left: -30px;
  }
  #a4092a576fa0692 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac7c7a155ba5f06  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a0daaa7cb3a7125 .a8c63ab1d9a065f {
  overflow: hidden;
}
#a0daaa7cb3a7125 .a8c63ab1d9a065f , #a0daaa7cb3a7125 .a8c63ab1d9a065f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a0daaa7cb3a7125 .a8c63ab1d9a065f:hover , #a0daaa7cb3a7125 .a8c63ab1d9a065f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a0daaa7cb3a7125 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a0daaa7cb3a7125 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a0daaa7cb3a7125 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a0daaa7cb3a7125 .uk-position-center-left-out {
    left: -30px;
  }
  #a0daaa7cb3a7125 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a2884a9c7aa42cb {
  overflow: hidden;
  pointer-events: none;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a2884a9c7aa42cb .layout-left li,
#a2884a9c7aa42cb .layout-center li,
#a2884a9c7aa42cb .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a2884a9c7aa42cb .layout-left li a,
#a2884a9c7aa42cb .layout-center li a,
#a2884a9c7aa42cb .layout-right li a {
  height: 100%;
}
#a2884a9c7aa42cb > .tab-tabs .layout-left {
  text-align: left;
}
#a2884a9c7aa42cb > .tab-tabs .layout-center {
  text-align: center;
}
#a2884a9c7aa42cb > .tab-tabs .layout-right {
  text-align: right;
}
#a2884a9c7aa42cb .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a2884a9c7aa42cb .tab-content-wrap {
  background-color: #ffffff;
}
#a2884a9c7aa42cb .tab-contents,
#a2884a9c7aa42cb .tab-contents-wrap {
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-content,
#a2884a9c7aa42cb .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a2884a9c7aa42cb .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-wrap .tab-contents {
  height: 100%;
}
#a2884a9c7aa42cb .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9337a9870a4aa8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .tab-nav li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .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: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#a9337a9870a4aa8 .layout-left li,
#a9337a9870a4aa8 .layout-center li,
#a9337a9870a4aa8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9337a9870a4aa8 .layout-left li a,
#a9337a9870a4aa8 .layout-center li a,
#a9337a9870a4aa8 .layout-right li a {
  height: 100%;
}
#a9337a9870a4aa8 > .tab-tabs .layout-left {
  text-align: left;
}
#a9337a9870a4aa8 > .tab-tabs .layout-center {
  text-align: center;
}
#a9337a9870a4aa8 > .tab-tabs .layout-right {
  text-align: right;
}
#a9337a9870a4aa8 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a9337a9870a4aa8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 .tab-contents,
#a9337a9870a4aa8 .tab-contents-wrap {
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-content,
#a9337a9870a4aa8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9337a9870a4aa8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-wrap .tab-contents {
  height: 100%;
}
#a9337a9870a4aa8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a02f5a3ff9a4083  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0dafa41eda42c1 > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a0936a27c6a7e20 > .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;}#a0936a27c6a7e20  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0936a27c6a7e20:hover * {color: #000000  !important}
                            #a0936a27c6a7e20:hover .line{border-color: #000000  !important}#a0099a01a7a0786 > .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;}#a0099a01a7a0786  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0099a01a7a0786:hover * {color: #000000  !important}
                            #a0099a01a7a0786:hover .line{border-color: #000000  !important}#ada22ad7caad10a  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a2384a88bcaa91f > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#aff0fa80aca0f48 > .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;}#aff0fa80aca0f48  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aff0fa80aca0f48:hover * {color: #000000  !important}
                            #aff0fa80aca0f48:hover .line{border-color: #000000  !important}#a7c98ad8d3a2f15 > .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;}#a7c98ad8d3a2f15  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7c98ad8d3a2f15:hover * {color: #000000  !important}
                            #a7c98ad8d3a2f15:hover .line{border-color: #000000  !important}#aef76a9e03a209f  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a96e2a6c2aae62d > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#ae1efad977acc8b > .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;}#ae1efad977acc8b  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#ae1efad977acc8b:hover * {color: #000000  !important}
                            #ae1efad977acc8b:hover .line{border-color: #000000  !important}#a969ba27fba3e87 > .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;}#a969ba27fba3e87  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a969ba27fba3e87:hover * {color: #000000  !important}
                            #a969ba27fba3e87:hover .line{border-color: #000000  !important}#a72b8a64dba1bcc > .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;}#a72b8a64dba1bcc  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a72b8a64dba1bcc:hover * {color: #000000  !important}
                            #a72b8a64dba1bcc:hover .line{border-color: #000000  !important}#a5509a25c7aa431 > .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;}#a5509a25c7aa431  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a5509a25c7aa431:hover * {color: #000000  !important}
                            #a5509a25c7aa431:hover .line{border-color: #000000  !important}#ac860aabe5ab7a3 {
  overflow: hidden;
  pointer-events: none;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 .layout-left li,
#ac860aabe5ab7a3 .layout-center li,
#ac860aabe5ab7a3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac860aabe5ab7a3 .layout-left li a,
#ac860aabe5ab7a3 .layout-center li a,
#ac860aabe5ab7a3 .layout-right li a {
  height: 100%;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-left {
  text-align: left;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-center {
  text-align: center;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-right {
  text-align: right;
}
#ac860aabe5ab7a3 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#ac860aabe5ab7a3 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ac860aabe5ab7a3 .tab-contents,
#ac860aabe5ab7a3 .tab-contents-wrap {
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-content,
#ac860aabe5ab7a3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac860aabe5ab7a3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-wrap .tab-contents {
  height: 100%;
}
#ac860aabe5ab7a3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a803baa081aca73 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a803baa081aca73 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a803baa081aca73 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a803baa081aca73 .menu-list > li > a {
  padding: 0 10px;
}
#a803baa081aca73 .menu-list > li:hover:before {
  height: 100%;
}
#a803baa081aca73 .menu-list > li:hover:after {
  color: auto;
}
#a803baa081aca73 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a803baa081aca73 .menu-list > li:first-child:after {
  content: "";
}
#a803baa081aca73 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a803baa081aca73 .menu-list > li ul li {
  position: relative;
}
#a803baa081aca73 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a803baa081aca73 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a803baa081aca73 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 li ul,
#a803baa081aca73 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a803baa081aca73 li:hover > ul {
  left: auto;
}
#a803baa081aca73 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9a34a151bad575 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;background-color: rgba(255, 255, 255, 0);border-width: 1px;border-color: rgba(255, 255, 255, 1);}#a0feea95a2a72ad  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#af056a2390a76c7  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a36a4a72ebaa0ec , #a36a4a72ebaa0ec a{flex-grow: 0;color: rgba(49, 118, 219, 1);}#a36a4a72ebaa0ec:hover, #a36a4a72ebaa0ec a:hover {color: rgba(19, 100, 216, 1);}#a767fa3f3aaf748  {flex-grow: 1;}#a4fb9aba3ca9c8c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a4fb9aba3ca9c8c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a4fb9aba3ca9c8c .ap-icon {
  margin-right: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon img,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li:hover > a,
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a4fb9aba3ca9c8c .menu-list ul,
#a4fb9aba3ca9c8c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a4fb9aba3ca9c8c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a4fb9aba3ca9c8c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4fb9aba3ca9c8c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4fb9aba3ca9c8c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a49b0afccaac34c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a49b0afccaac34c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a49b0afccaac34c .ap-icon {
  margin-right: 6px;
}
#a49b0afccaac34c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a,
#a49b0afccaac34c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon img,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a49b0afccaac34c .menu-list > li:hover > a,
#a49b0afccaac34c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a49b0afccaac34c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a49b0afccaac34c .menu-list ul,
#a49b0afccaac34c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a49b0afccaac34c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a49b0afccaac34c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a49b0afccaac34c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a49b0afccaac34c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a468aa0b1da717e > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afe37a828faabd7 , #afe37a828faabd7 a{color: rgba(6, 164, 100, 1);}#afe37a828faabd7:hover, #afe37a828faabd7 a:hover {color: rgba(4, 204, 101, 1);}#ac7eca0ba9a4ccf .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac7eca0ba9a4ccf .menu-list-expand .submenu-indicator {
  display: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a img,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9e02ae88da9704 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a img,
#a9e02ae88da9704 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa5cfa706da140f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa5cfa706da140f .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa5cfa706da140f .menu-list-expand .submenu-indicator {
  display: none;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li a img,
#aa5cfa706da140f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a7c2ca3e4aa1c3b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad5eaa153aae2fe .separator-line {
  width: 50px;
  border-bottom: 2px solid #1364d8;
}
#aa916a7fe4a3b8d .uk-card-media-left {
  min-height: 200px;
}
#aa916a7fe4a3b8d .h-float .uk-card {
  transition: all .3s ease;
}
#a5bb0a4e40af0ac  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#a4f0eae1c8ad5b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a5e1fa5af8a6d2f > .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;flex-grow: 0;}#aaa66adb04a787f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aaa66adb04a787f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6e05a9cb2aacc5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a71eaaa784aba6f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a71eaaa784aba6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1f02a72faacac9 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad649a4e1faa01e > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad649a4e1faa01e  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2131a4568ad5fb .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8427a3663ab91d > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8427a3663ab91d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a54aea8b6da48ed .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#af514ac23ca7297  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4549a962ca7add > .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;flex-grow: 0;}#aefe9a9dcba95e8 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aefe9a9dcba95e8  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a78b8a66c3a62cd .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a6860a4373a658a > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a6860a4373a658a  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a60d7a306dad87e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aa506af856a9ff7 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aa506af856a9ff7  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1a9bafb12a3379 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a1ea5a55aba2aaa > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a1ea5a55aba2aaa  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a92fda3d31aebae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a96dba8355ac472 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a96dba8355ac472  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3fa0aa753aa303 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a05c0a0e46a2f58  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ace13a3d21a10ea > .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;flex-grow: 0;}#a0604a42d4a4597 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0604a42d4a4597  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ac9a8ad93ea1211 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae9cbafda3a2f1b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae9cbafda3a2f1b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aac8da5f56ab439 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4442ab252a29a9 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4442ab252a29a9  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae418a8e29ac7a8 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aacb4aacb5aec67 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aacb4aacb5aec67  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#adafea3e44a3273 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7b50a7223adfe6 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7b50a7223adfe6  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1ff7aaad5a00c5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4ed7a699ea9c4b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4ed7a699ea9c4b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3cc7a1265a50b6 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8ba8a9e62a0d8c > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8ba8a9e62a0d8c  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2e38acba1a6797 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab151a234ead77c {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#ab151a234ead77c .layout-left li,
#ab151a234ead77c .layout-center li,
#ab151a234ead77c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab151a234ead77c .layout-left li a,
#ab151a234ead77c .layout-center li a,
#ab151a234ead77c .layout-right li a {
  height: 100%;
}
#ab151a234ead77c > .tab-tabs .layout-left {
  text-align: left;
}
#ab151a234ead77c > .tab-tabs .layout-center {
  text-align: center;
}
#ab151a234ead77c > .tab-tabs .layout-right {
  text-align: right;
}
#ab151a234ead77c .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#ab151a234ead77c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c .tab-contents,
#ab151a234ead77c .tab-contents-wrap {
  pointer-events: none;
}
#ab151a234ead77c .tab-content,
#ab151a234ead77c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab151a234ead77c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab151a234ead77c .tab-wrap .tab-contents {
  height: 100%;
}
#ab151a234ead77c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab151a234ead77c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab151a234ead77c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a445cadc90a6f90  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a54aba797fa6994  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a0c23a8da1a5492  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aa603ad8dfa8ae5 .a72bea96eba74bb {
  overflow: hidden;
}
#aa603ad8dfa8ae5 .a72bea96eba74bb , #aa603ad8dfa8ae5 .a72bea96eba74bb > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aa603ad8dfa8ae5 .a72bea96eba74bb:hover , #aa603ad8dfa8ae5 .a72bea96eba74bb *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aa603ad8dfa8ae5 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa603ad8dfa8ae5 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa603ad8dfa8ae5 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aa603ad8dfa8ae5 .uk-position-center-left-out {
    left: -30px;
  }
  #aa603ad8dfa8ae5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6f8da0e6ea7804  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7baeab343a1ed2 .a31f5a9637ae63a {
  overflow: hidden;
}
#a7baeab343a1ed2 .a31f5a9637ae63a , #a7baeab343a1ed2 .a31f5a9637ae63a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7baeab343a1ed2 .a31f5a9637ae63a:hover , #a7baeab343a1ed2 .a31f5a9637ae63a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7baeab343a1ed2 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a7baeab343a1ed2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7baeab343a1ed2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7baeab343a1ed2 .uk-position-center-left-out {
    left: -30px;
  }
  #a7baeab343a1ed2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7eeea24a2a489a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a9e11a3922a0a84 .a0c79ae6caaf8e2 {
  overflow: hidden;
}
#a9e11a3922a0a84 .a0c79ae6caaf8e2 , #a9e11a3922a0a84 .a0c79ae6caaf8e2 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a9e11a3922a0a84 .a0c79ae6caaf8e2:hover , #a9e11a3922a0a84 .a0c79ae6caaf8e2 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a9e11a3922a0a84 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a9e11a3922a0a84 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9e11a3922a0a84 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a9e11a3922a0a84 .uk-position-center-left-out {
    left: -30px;
  }
  #a9e11a3922a0a84 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa82faaea2a1c77  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a94ffa5483a8d60 .a8a48ae1cfa9a13 {
  overflow: hidden;
}
#a94ffa5483a8d60 .a8a48ae1cfa9a13 , #a94ffa5483a8d60 .a8a48ae1cfa9a13 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a94ffa5483a8d60 .a8a48ae1cfa9a13:hover , #a94ffa5483a8d60 .a8a48ae1cfa9a13 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a94ffa5483a8d60 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a94ffa5483a8d60 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a94ffa5483a8d60 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a94ffa5483a8d60 .uk-position-center-left-out {
    left: -30px;
  }
  #a94ffa5483a8d60 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3b61acc08a6bcf {
  overflow: hidden;
  pointer-events: none;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a3b61acc08a6bcf .layout-left li,
#a3b61acc08a6bcf .layout-center li,
#a3b61acc08a6bcf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3b61acc08a6bcf .layout-left li a,
#a3b61acc08a6bcf .layout-center li a,
#a3b61acc08a6bcf .layout-right li a {
  height: 100%;
}
#a3b61acc08a6bcf > .tab-tabs .layout-left {
  text-align: left;
}
#a3b61acc08a6bcf > .tab-tabs .layout-center {
  text-align: center;
}
#a3b61acc08a6bcf > .tab-tabs .layout-right {
  text-align: right;
}
#a3b61acc08a6bcf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a3b61acc08a6bcf .tab-content-wrap {
  background-color: #ffffff;
}
#a3b61acc08a6bcf .tab-contents,
#a3b61acc08a6bcf .tab-contents-wrap {
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-content,
#a3b61acc08a6bcf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3b61acc08a6bcf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-wrap .tab-contents {
  height: 100%;
}
#a3b61acc08a6bcf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2b29afa75af3d2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a7bdda440da10de  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af0fda089faa74e .a179ba61fca0888 {
  overflow: hidden;
}
#af0fda089faa74e .a179ba61fca0888 , #af0fda089faa74e .a179ba61fca0888 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af0fda089faa74e .a179ba61fca0888:hover , #af0fda089faa74e .a179ba61fca0888 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af0fda089faa74e .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af0fda089faa74e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af0fda089faa74e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af0fda089faa74e .uk-position-center-left-out {
    left: -30px;
  }
  #af0fda089faa74e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac029ab8d2ac795  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3fa1aa72eae5d8 .a8a0fa2a83ace44 {
  overflow: hidden;
}
#a3fa1aa72eae5d8 .a8a0fa2a83ace44 , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3fa1aa72eae5d8 .a8a0fa2a83ace44:hover , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3fa1aa72eae5d8 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a3fa1aa72eae5d8 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3fa1aa72eae5d8 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3fa1aa72eae5d8 .uk-position-center-left-out {
    left: -30px;
  }
  #a3fa1aa72eae5d8 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acd71a09bca3734  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2599afd13a8dda .a67b0a5657abdca {
  overflow: hidden;
}
#a2599afd13a8dda .a67b0a5657abdca , #a2599afd13a8dda .a67b0a5657abdca > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2599afd13a8dda .a67b0a5657abdca:hover , #a2599afd13a8dda .a67b0a5657abdca *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2599afd13a8dda .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2599afd13a8dda .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2599afd13a8dda .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2599afd13a8dda .uk-position-center-left-out {
    left: -30px;
  }
  #a2599afd13a8dda .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3bd9a9ed3a0012  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5fc2ae1b1ac227 .ada91af9b0a0502 {
  overflow: hidden;
}
#a5fc2ae1b1ac227 .ada91af9b0a0502 , #a5fc2ae1b1ac227 .ada91af9b0a0502 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5fc2ae1b1ac227 .ada91af9b0a0502:hover , #a5fc2ae1b1ac227 .ada91af9b0a0502 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5fc2ae1b1ac227 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a5fc2ae1b1ac227 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5fc2ae1b1ac227 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5fc2ae1b1ac227 .uk-position-center-left-out {
    left: -30px;
  }
  #a5fc2ae1b1ac227 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6bcdafc0fa513f  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab2a3a53e3a711b .aec71a08e0ab367 {
  overflow: hidden;
}
#ab2a3a53e3a711b .aec71a08e0ab367 , #ab2a3a53e3a711b .aec71a08e0ab367 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab2a3a53e3a711b .aec71a08e0ab367:hover , #ab2a3a53e3a711b .aec71a08e0ab367 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab2a3a53e3a711b .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ab2a3a53e3a711b .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab2a3a53e3a711b .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab2a3a53e3a711b .uk-position-center-left-out {
    left: -30px;
  }
  #ab2a3a53e3a711b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a309aa2ec8a7ce3 {
  overflow: hidden;
  pointer-events: none;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a309aa2ec8a7ce3 .layout-left li,
#a309aa2ec8a7ce3 .layout-center li,
#a309aa2ec8a7ce3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a309aa2ec8a7ce3 .layout-left li a,
#a309aa2ec8a7ce3 .layout-center li a,
#a309aa2ec8a7ce3 .layout-right li a {
  height: 100%;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-left {
  text-align: left;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-center {
  text-align: center;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-right {
  text-align: right;
}
#a309aa2ec8a7ce3 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a309aa2ec8a7ce3 .tab-content-wrap {
  background-color: #ffffff;
}
#a309aa2ec8a7ce3 .tab-contents,
#a309aa2ec8a7ce3 .tab-contents-wrap {
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-content,
#a309aa2ec8a7ce3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-wrap .tab-contents {
  height: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6180acc49a3e93  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a6dafa4ecea60a0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aff3cac13cafbfb .a06ebafd21a2d85 {
  overflow: hidden;
}
#aff3cac13cafbfb .a06ebafd21a2d85 , #aff3cac13cafbfb .a06ebafd21a2d85 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aff3cac13cafbfb .a06ebafd21a2d85:hover , #aff3cac13cafbfb .a06ebafd21a2d85 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aff3cac13cafbfb .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aff3cac13cafbfb .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aff3cac13cafbfb .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aff3cac13cafbfb .uk-position-center-left-out {
    left: -30px;
  }
  #aff3cac13cafbfb .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#afcbbaca6ea610b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a53e2aef3aaf277 .aa00dac1eeacc9a {
  overflow: hidden;
}
#a53e2aef3aaf277 .aa00dac1eeacc9a , #a53e2aef3aaf277 .aa00dac1eeacc9a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a53e2aef3aaf277 .aa00dac1eeacc9a:hover , #a53e2aef3aaf277 .aa00dac1eeacc9a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a53e2aef3aaf277 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a53e2aef3aaf277 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a53e2aef3aaf277 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a53e2aef3aaf277 .uk-position-center-left-out {
    left: -30px;
  }
  #a53e2aef3aaf277 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4dd9a08d0a4fbc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adea6aad87ac37c .a709ba3eb4afea8 {
  overflow: hidden;
}
#adea6aad87ac37c .a709ba3eb4afea8 , #adea6aad87ac37c .a709ba3eb4afea8 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adea6aad87ac37c .a709ba3eb4afea8:hover , #adea6aad87ac37c .a709ba3eb4afea8 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adea6aad87ac37c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#adea6aad87ac37c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adea6aad87ac37c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adea6aad87ac37c .uk-position-center-left-out {
    left: -30px;
  }
  #adea6aad87ac37c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5f67a73efa84f8  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4f05aa0b1a588c .ab4cfa7547abdc6 {
  overflow: hidden;
}
#a4f05aa0b1a588c .ab4cfa7547abdc6 , #a4f05aa0b1a588c .ab4cfa7547abdc6 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4f05aa0b1a588c .ab4cfa7547abdc6:hover , #a4f05aa0b1a588c .ab4cfa7547abdc6 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4f05aa0b1a588c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4f05aa0b1a588c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4f05aa0b1a588c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4f05aa0b1a588c .uk-position-center-left-out {
    left: -30px;
  }
  #a4f05aa0b1a588c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8b3caf245a9550 {
  overflow: hidden;
  pointer-events: none;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a8b3caf245a9550 .layout-left li,
#a8b3caf245a9550 .layout-center li,
#a8b3caf245a9550 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8b3caf245a9550 .layout-left li a,
#a8b3caf245a9550 .layout-center li a,
#a8b3caf245a9550 .layout-right li a {
  height: 100%;
}
#a8b3caf245a9550 > .tab-tabs .layout-left {
  text-align: left;
}
#a8b3caf245a9550 > .tab-tabs .layout-center {
  text-align: center;
}
#a8b3caf245a9550 > .tab-tabs .layout-right {
  text-align: right;
}
#a8b3caf245a9550 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a8b3caf245a9550 .tab-content-wrap {
  background-color: #ffffff;
}
#a8b3caf245a9550 .tab-contents,
#a8b3caf245a9550 .tab-contents-wrap {
  pointer-events: none;
}
#a8b3caf245a9550 .tab-content,
#a8b3caf245a9550 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8b3caf245a9550 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8b3caf245a9550 .tab-wrap .tab-contents {
  height: 100%;
}
#a8b3caf245a9550 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1c11abae0a6498  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#aa27fa0954aa408  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a61a0af29da2f9c .aeab3a5320a803f {
  overflow: hidden;
}
#a61a0af29da2f9c .aeab3a5320a803f , #a61a0af29da2f9c .aeab3a5320a803f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a61a0af29da2f9c .aeab3a5320a803f:hover , #a61a0af29da2f9c .aeab3a5320a803f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a61a0af29da2f9c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a61a0af29da2f9c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a61a0af29da2f9c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a61a0af29da2f9c .uk-position-center-left-out {
    left: -30px;
  }
  #a61a0af29da2f9c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8c29a827fa339d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a1f73acf75a8e75 .a5c24a00fda0569 {
  overflow: hidden;
}
#a1f73acf75a8e75 .a5c24a00fda0569 , #a1f73acf75a8e75 .a5c24a00fda0569 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a1f73acf75a8e75 .a5c24a00fda0569:hover , #a1f73acf75a8e75 .a5c24a00fda0569 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a1f73acf75a8e75 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1f73acf75a8e75 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a1f73acf75a8e75 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a1f73acf75a8e75 .uk-position-center-left-out {
    left: -30px;
  }
  #a1f73acf75a8e75 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a988ba0fa4a2973  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4092a576fa0692 .a229fac40ea9024 {
  overflow: hidden;
}
#a4092a576fa0692 .a229fac40ea9024 , #a4092a576fa0692 .a229fac40ea9024 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4092a576fa0692 .a229fac40ea9024:hover , #a4092a576fa0692 .a229fac40ea9024 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4092a576fa0692 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4092a576fa0692 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4092a576fa0692 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4092a576fa0692 .uk-position-center-left-out {
    left: -30px;
  }
  #a4092a576fa0692 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac7c7a155ba5f06  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a0daaa7cb3a7125 .a8c63ab1d9a065f {
  overflow: hidden;
}
#a0daaa7cb3a7125 .a8c63ab1d9a065f , #a0daaa7cb3a7125 .a8c63ab1d9a065f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a0daaa7cb3a7125 .a8c63ab1d9a065f:hover , #a0daaa7cb3a7125 .a8c63ab1d9a065f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a0daaa7cb3a7125 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a0daaa7cb3a7125 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a0daaa7cb3a7125 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a0daaa7cb3a7125 .uk-position-center-left-out {
    left: -30px;
  }
  #a0daaa7cb3a7125 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a2884a9c7aa42cb {
  overflow: hidden;
  pointer-events: none;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a2884a9c7aa42cb .layout-left li,
#a2884a9c7aa42cb .layout-center li,
#a2884a9c7aa42cb .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a2884a9c7aa42cb .layout-left li a,
#a2884a9c7aa42cb .layout-center li a,
#a2884a9c7aa42cb .layout-right li a {
  height: 100%;
}
#a2884a9c7aa42cb > .tab-tabs .layout-left {
  text-align: left;
}
#a2884a9c7aa42cb > .tab-tabs .layout-center {
  text-align: center;
}
#a2884a9c7aa42cb > .tab-tabs .layout-right {
  text-align: right;
}
#a2884a9c7aa42cb .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a2884a9c7aa42cb .tab-content-wrap {
  background-color: #ffffff;
}
#a2884a9c7aa42cb .tab-contents,
#a2884a9c7aa42cb .tab-contents-wrap {
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-content,
#a2884a9c7aa42cb .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a2884a9c7aa42cb .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-wrap .tab-contents {
  height: 100%;
}
#a2884a9c7aa42cb .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9337a9870a4aa8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .tab-nav li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .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: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#a9337a9870a4aa8 .layout-left li,
#a9337a9870a4aa8 .layout-center li,
#a9337a9870a4aa8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9337a9870a4aa8 .layout-left li a,
#a9337a9870a4aa8 .layout-center li a,
#a9337a9870a4aa8 .layout-right li a {
  height: 100%;
}
#a9337a9870a4aa8 > .tab-tabs .layout-left {
  text-align: left;
}
#a9337a9870a4aa8 > .tab-tabs .layout-center {
  text-align: center;
}
#a9337a9870a4aa8 > .tab-tabs .layout-right {
  text-align: right;
}
#a9337a9870a4aa8 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a9337a9870a4aa8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 .tab-contents,
#a9337a9870a4aa8 .tab-contents-wrap {
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-content,
#a9337a9870a4aa8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9337a9870a4aa8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-wrap .tab-contents {
  height: 100%;
}
#a9337a9870a4aa8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a02f5a3ff9a4083  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0dafa41eda42c1 > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a0936a27c6a7e20 > .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;}#a0936a27c6a7e20  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0936a27c6a7e20:hover * {color: #000000  !important}
                            #a0936a27c6a7e20:hover .line{border-color: #000000  !important}#a0099a01a7a0786 > .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;}#a0099a01a7a0786  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0099a01a7a0786:hover * {color: #000000  !important}
                            #a0099a01a7a0786:hover .line{border-color: #000000  !important}#ada22ad7caad10a  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a2384a88bcaa91f > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#aff0fa80aca0f48 > .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;}#aff0fa80aca0f48  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aff0fa80aca0f48:hover * {color: #000000  !important}
                            #aff0fa80aca0f48:hover .line{border-color: #000000  !important}#a7c98ad8d3a2f15 > .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;}#a7c98ad8d3a2f15  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7c98ad8d3a2f15:hover * {color: #000000  !important}
                            #a7c98ad8d3a2f15:hover .line{border-color: #000000  !important}#aef76a9e03a209f  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a96e2a6c2aae62d > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#ae1efad977acc8b > .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;}#ae1efad977acc8b  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#ae1efad977acc8b:hover * {color: #000000  !important}
                            #ae1efad977acc8b:hover .line{border-color: #000000  !important}#a969ba27fba3e87 > .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;}#a969ba27fba3e87  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a969ba27fba3e87:hover * {color: #000000  !important}
                            #a969ba27fba3e87:hover .line{border-color: #000000  !important}#a72b8a64dba1bcc > .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;}#a72b8a64dba1bcc  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a72b8a64dba1bcc:hover * {color: #000000  !important}
                            #a72b8a64dba1bcc:hover .line{border-color: #000000  !important}#a5509a25c7aa431 > .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;}#a5509a25c7aa431  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a5509a25c7aa431:hover * {color: #000000  !important}
                            #a5509a25c7aa431:hover .line{border-color: #000000  !important}#ac860aabe5ab7a3 {
  overflow: hidden;
  pointer-events: none;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 .layout-left li,
#ac860aabe5ab7a3 .layout-center li,
#ac860aabe5ab7a3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac860aabe5ab7a3 .layout-left li a,
#ac860aabe5ab7a3 .layout-center li a,
#ac860aabe5ab7a3 .layout-right li a {
  height: 100%;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-left {
  text-align: left;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-center {
  text-align: center;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-right {
  text-align: right;
}
#ac860aabe5ab7a3 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#ac860aabe5ab7a3 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ac860aabe5ab7a3 .tab-contents,
#ac860aabe5ab7a3 .tab-contents-wrap {
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-content,
#ac860aabe5ab7a3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac860aabe5ab7a3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-wrap .tab-contents {
  height: 100%;
}
#ac860aabe5ab7a3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a803baa081aca73 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a803baa081aca73 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a803baa081aca73 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a803baa081aca73 .menu-list > li > a {
  padding: 0 10px;
}
#a803baa081aca73 .menu-list > li:hover:before {
  height: 100%;
}
#a803baa081aca73 .menu-list > li:hover:after {
  color: auto;
}
#a803baa081aca73 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a803baa081aca73 .menu-list > li:first-child:after {
  content: "";
}
#a803baa081aca73 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a803baa081aca73 .menu-list > li ul li {
  position: relative;
}
#a803baa081aca73 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a803baa081aca73 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a803baa081aca73 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 li ul,
#a803baa081aca73 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a803baa081aca73 li:hover > ul {
  left: auto;
}
#a803baa081aca73 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a0feea95a2a72ad  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#af056a2390a76c7  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a36a4a72ebaa0ec , #a36a4a72ebaa0ec a{flex-grow: 0;color: rgba(49, 118, 219, 1);}#a36a4a72ebaa0ec:hover, #a36a4a72ebaa0ec a:hover {color: rgba(19, 100, 216, 1);}#a767fa3f3aaf748  {flex-grow: 1;}#a4fb9aba3ca9c8c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a4fb9aba3ca9c8c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a4fb9aba3ca9c8c .ap-icon {
  margin-right: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon img,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li:hover > a,
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a4fb9aba3ca9c8c .menu-list ul,
#a4fb9aba3ca9c8c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a4fb9aba3ca9c8c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a4fb9aba3ca9c8c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4fb9aba3ca9c8c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4fb9aba3ca9c8c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a49b0afccaac34c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a49b0afccaac34c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a49b0afccaac34c .ap-icon {
  margin-right: 6px;
}
#a49b0afccaac34c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a,
#a49b0afccaac34c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon img,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a49b0afccaac34c .menu-list > li:hover > a,
#a49b0afccaac34c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a49b0afccaac34c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a49b0afccaac34c .menu-list ul,
#a49b0afccaac34c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a49b0afccaac34c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a49b0afccaac34c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a49b0afccaac34c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a49b0afccaac34c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a468aa0b1da717e > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afe37a828faabd7 , #afe37a828faabd7 a{color: rgba(6, 164, 100, 1);}#afe37a828faabd7:hover, #afe37a828faabd7 a:hover {color: rgba(4, 204, 101, 1);}#ac7eca0ba9a4ccf .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac7eca0ba9a4ccf .menu-list-expand .submenu-indicator {
  display: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a img,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9e02ae88da9704 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a img,
#a9e02ae88da9704 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa5cfa706da140f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa5cfa706da140f .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa5cfa706da140f .menu-list-expand .submenu-indicator {
  display: none;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li a img,
#aa5cfa706da140f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ad450af7cfaf0be .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5bb0a4e40af0ac  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#a4f0eae1c8ad5b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a5e1fa5af8a6d2f > .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;flex-grow: 0;}#aaa66adb04a787f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aaa66adb04a787f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6e05a9cb2aacc5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a71eaaa784aba6f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a71eaaa784aba6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1f02a72faacac9 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad649a4e1faa01e > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad649a4e1faa01e  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2131a4568ad5fb .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8427a3663ab91d > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8427a3663ab91d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a54aea8b6da48ed .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#af514ac23ca7297  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4549a962ca7add > .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;flex-grow: 0;}#aefe9a9dcba95e8 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aefe9a9dcba95e8  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a78b8a66c3a62cd .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a6860a4373a658a > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a6860a4373a658a  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a60d7a306dad87e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aa506af856a9ff7 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aa506af856a9ff7  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1a9bafb12a3379 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a1ea5a55aba2aaa > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a1ea5a55aba2aaa  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a92fda3d31aebae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a96dba8355ac472 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a96dba8355ac472  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3fa0aa753aa303 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a05c0a0e46a2f58  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ace13a3d21a10ea > .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;flex-grow: 0;}#a0604a42d4a4597 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0604a42d4a4597  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ac9a8ad93ea1211 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae9cbafda3a2f1b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae9cbafda3a2f1b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aac8da5f56ab439 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4442ab252a29a9 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4442ab252a29a9  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae418a8e29ac7a8 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aacb4aacb5aec67 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aacb4aacb5aec67  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#adafea3e44a3273 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7b50a7223adfe6 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7b50a7223adfe6  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1ff7aaad5a00c5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4ed7a699ea9c4b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4ed7a699ea9c4b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3cc7a1265a50b6 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8ba8a9e62a0d8c > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8ba8a9e62a0d8c  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2e38acba1a6797 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab151a234ead77c {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#ab151a234ead77c .layout-left li,
#ab151a234ead77c .layout-center li,
#ab151a234ead77c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab151a234ead77c .layout-left li a,
#ab151a234ead77c .layout-center li a,
#ab151a234ead77c .layout-right li a {
  height: 100%;
}
#ab151a234ead77c > .tab-tabs .layout-left {
  text-align: left;
}
#ab151a234ead77c > .tab-tabs .layout-center {
  text-align: center;
}
#ab151a234ead77c > .tab-tabs .layout-right {
  text-align: right;
}
#ab151a234ead77c .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#ab151a234ead77c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c .tab-contents,
#ab151a234ead77c .tab-contents-wrap {
  pointer-events: none;
}
#ab151a234ead77c .tab-content,
#ab151a234ead77c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab151a234ead77c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab151a234ead77c .tab-wrap .tab-contents {
  height: 100%;
}
#ab151a234ead77c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab151a234ead77c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab151a234ead77c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a445cadc90a6f90  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a54aba797fa6994  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a0c23a8da1a5492  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aa603ad8dfa8ae5 .a72bea96eba74bb {
  overflow: hidden;
}
#aa603ad8dfa8ae5 .a72bea96eba74bb , #aa603ad8dfa8ae5 .a72bea96eba74bb > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aa603ad8dfa8ae5 .a72bea96eba74bb:hover , #aa603ad8dfa8ae5 .a72bea96eba74bb *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aa603ad8dfa8ae5 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa603ad8dfa8ae5 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa603ad8dfa8ae5 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aa603ad8dfa8ae5 .uk-position-center-left-out {
    left: -30px;
  }
  #aa603ad8dfa8ae5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6f8da0e6ea7804  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7baeab343a1ed2 .a31f5a9637ae63a {
  overflow: hidden;
}
#a7baeab343a1ed2 .a31f5a9637ae63a , #a7baeab343a1ed2 .a31f5a9637ae63a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7baeab343a1ed2 .a31f5a9637ae63a:hover , #a7baeab343a1ed2 .a31f5a9637ae63a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7baeab343a1ed2 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a7baeab343a1ed2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7baeab343a1ed2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7baeab343a1ed2 .uk-position-center-left-out {
    left: -30px;
  }
  #a7baeab343a1ed2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7eeea24a2a489a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a9e11a3922a0a84 .a0c79ae6caaf8e2 {
  overflow: hidden;
}
#a9e11a3922a0a84 .a0c79ae6caaf8e2 , #a9e11a3922a0a84 .a0c79ae6caaf8e2 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a9e11a3922a0a84 .a0c79ae6caaf8e2:hover , #a9e11a3922a0a84 .a0c79ae6caaf8e2 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a9e11a3922a0a84 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a9e11a3922a0a84 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9e11a3922a0a84 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a9e11a3922a0a84 .uk-position-center-left-out {
    left: -30px;
  }
  #a9e11a3922a0a84 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa82faaea2a1c77  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a94ffa5483a8d60 .a8a48ae1cfa9a13 {
  overflow: hidden;
}
#a94ffa5483a8d60 .a8a48ae1cfa9a13 , #a94ffa5483a8d60 .a8a48ae1cfa9a13 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a94ffa5483a8d60 .a8a48ae1cfa9a13:hover , #a94ffa5483a8d60 .a8a48ae1cfa9a13 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a94ffa5483a8d60 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a94ffa5483a8d60 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a94ffa5483a8d60 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a94ffa5483a8d60 .uk-position-center-left-out {
    left: -30px;
  }
  #a94ffa5483a8d60 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3b61acc08a6bcf {
  overflow: hidden;
  pointer-events: none;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a3b61acc08a6bcf .layout-left li,
#a3b61acc08a6bcf .layout-center li,
#a3b61acc08a6bcf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3b61acc08a6bcf .layout-left li a,
#a3b61acc08a6bcf .layout-center li a,
#a3b61acc08a6bcf .layout-right li a {
  height: 100%;
}
#a3b61acc08a6bcf > .tab-tabs .layout-left {
  text-align: left;
}
#a3b61acc08a6bcf > .tab-tabs .layout-center {
  text-align: center;
}
#a3b61acc08a6bcf > .tab-tabs .layout-right {
  text-align: right;
}
#a3b61acc08a6bcf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a3b61acc08a6bcf .tab-content-wrap {
  background-color: #ffffff;
}
#a3b61acc08a6bcf .tab-contents,
#a3b61acc08a6bcf .tab-contents-wrap {
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-content,
#a3b61acc08a6bcf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3b61acc08a6bcf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-wrap .tab-contents {
  height: 100%;
}
#a3b61acc08a6bcf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2b29afa75af3d2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a7bdda440da10de  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af0fda089faa74e .a179ba61fca0888 {
  overflow: hidden;
}
#af0fda089faa74e .a179ba61fca0888 , #af0fda089faa74e .a179ba61fca0888 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af0fda089faa74e .a179ba61fca0888:hover , #af0fda089faa74e .a179ba61fca0888 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af0fda089faa74e .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af0fda089faa74e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af0fda089faa74e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af0fda089faa74e .uk-position-center-left-out {
    left: -30px;
  }
  #af0fda089faa74e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac029ab8d2ac795  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3fa1aa72eae5d8 .a8a0fa2a83ace44 {
  overflow: hidden;
}
#a3fa1aa72eae5d8 .a8a0fa2a83ace44 , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3fa1aa72eae5d8 .a8a0fa2a83ace44:hover , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3fa1aa72eae5d8 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a3fa1aa72eae5d8 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3fa1aa72eae5d8 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3fa1aa72eae5d8 .uk-position-center-left-out {
    left: -30px;
  }
  #a3fa1aa72eae5d8 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acd71a09bca3734  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2599afd13a8dda .a67b0a5657abdca {
  overflow: hidden;
}
#a2599afd13a8dda .a67b0a5657abdca , #a2599afd13a8dda .a67b0a5657abdca > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2599afd13a8dda .a67b0a5657abdca:hover , #a2599afd13a8dda .a67b0a5657abdca *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2599afd13a8dda .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2599afd13a8dda .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2599afd13a8dda .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2599afd13a8dda .uk-position-center-left-out {
    left: -30px;
  }
  #a2599afd13a8dda .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3bd9a9ed3a0012  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5fc2ae1b1ac227 .ada91af9b0a0502 {
  overflow: hidden;
}
#a5fc2ae1b1ac227 .ada91af9b0a0502 , #a5fc2ae1b1ac227 .ada91af9b0a0502 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5fc2ae1b1ac227 .ada91af9b0a0502:hover , #a5fc2ae1b1ac227 .ada91af9b0a0502 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5fc2ae1b1ac227 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a5fc2ae1b1ac227 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5fc2ae1b1ac227 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5fc2ae1b1ac227 .uk-position-center-left-out {
    left: -30px;
  }
  #a5fc2ae1b1ac227 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6bcdafc0fa513f  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab2a3a53e3a711b .aec71a08e0ab367 {
  overflow: hidden;
}
#ab2a3a53e3a711b .aec71a08e0ab367 , #ab2a3a53e3a711b .aec71a08e0ab367 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab2a3a53e3a711b .aec71a08e0ab367:hover , #ab2a3a53e3a711b .aec71a08e0ab367 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab2a3a53e3a711b .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ab2a3a53e3a711b .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab2a3a53e3a711b .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab2a3a53e3a711b .uk-position-center-left-out {
    left: -30px;
  }
  #ab2a3a53e3a711b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a309aa2ec8a7ce3 {
  overflow: hidden;
  pointer-events: none;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a309aa2ec8a7ce3 .layout-left li,
#a309aa2ec8a7ce3 .layout-center li,
#a309aa2ec8a7ce3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a309aa2ec8a7ce3 .layout-left li a,
#a309aa2ec8a7ce3 .layout-center li a,
#a309aa2ec8a7ce3 .layout-right li a {
  height: 100%;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-left {
  text-align: left;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-center {
  text-align: center;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-right {
  text-align: right;
}
#a309aa2ec8a7ce3 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a309aa2ec8a7ce3 .tab-content-wrap {
  background-color: #ffffff;
}
#a309aa2ec8a7ce3 .tab-contents,
#a309aa2ec8a7ce3 .tab-contents-wrap {
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-content,
#a309aa2ec8a7ce3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-wrap .tab-contents {
  height: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6180acc49a3e93  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a6dafa4ecea60a0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aff3cac13cafbfb .a06ebafd21a2d85 {
  overflow: hidden;
}
#aff3cac13cafbfb .a06ebafd21a2d85 , #aff3cac13cafbfb .a06ebafd21a2d85 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aff3cac13cafbfb .a06ebafd21a2d85:hover , #aff3cac13cafbfb .a06ebafd21a2d85 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aff3cac13cafbfb .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aff3cac13cafbfb .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aff3cac13cafbfb .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aff3cac13cafbfb .uk-position-center-left-out {
    left: -30px;
  }
  #aff3cac13cafbfb .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#afcbbaca6ea610b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a53e2aef3aaf277 .aa00dac1eeacc9a {
  overflow: hidden;
}
#a53e2aef3aaf277 .aa00dac1eeacc9a , #a53e2aef3aaf277 .aa00dac1eeacc9a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a53e2aef3aaf277 .aa00dac1eeacc9a:hover , #a53e2aef3aaf277 .aa00dac1eeacc9a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a53e2aef3aaf277 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a53e2aef3aaf277 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a53e2aef3aaf277 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a53e2aef3aaf277 .uk-position-center-left-out {
    left: -30px;
  }
  #a53e2aef3aaf277 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4dd9a08d0a4fbc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adea6aad87ac37c .a709ba3eb4afea8 {
  overflow: hidden;
}
#adea6aad87ac37c .a709ba3eb4afea8 , #adea6aad87ac37c .a709ba3eb4afea8 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adea6aad87ac37c .a709ba3eb4afea8:hover , #adea6aad87ac37c .a709ba3eb4afea8 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adea6aad87ac37c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#adea6aad87ac37c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adea6aad87ac37c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adea6aad87ac37c .uk-position-center-left-out {
    left: -30px;
  }
  #adea6aad87ac37c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5f67a73efa84f8  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4f05aa0b1a588c .ab4cfa7547abdc6 {
  overflow: hidden;
}
#a4f05aa0b1a588c .ab4cfa7547abdc6 , #a4f05aa0b1a588c .ab4cfa7547abdc6 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4f05aa0b1a588c .ab4cfa7547abdc6:hover , #a4f05aa0b1a588c .ab4cfa7547abdc6 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4f05aa0b1a588c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4f05aa0b1a588c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4f05aa0b1a588c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4f05aa0b1a588c .uk-position-center-left-out {
    left: -30px;
  }
  #a4f05aa0b1a588c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8b3caf245a9550 {
  overflow: hidden;
  pointer-events: none;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a8b3caf245a9550 .layout-left li,
#a8b3caf245a9550 .layout-center li,
#a8b3caf245a9550 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8b3caf245a9550 .layout-left li a,
#a8b3caf245a9550 .layout-center li a,
#a8b3caf245a9550 .layout-right li a {
  height: 100%;
}
#a8b3caf245a9550 > .tab-tabs .layout-left {
  text-align: left;
}
#a8b3caf245a9550 > .tab-tabs .layout-center {
  text-align: center;
}
#a8b3caf245a9550 > .tab-tabs .layout-right {
  text-align: right;
}
#a8b3caf245a9550 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a8b3caf245a9550 .tab-content-wrap {
  background-color: #ffffff;
}
#a8b3caf245a9550 .tab-contents,
#a8b3caf245a9550 .tab-contents-wrap {
  pointer-events: none;
}
#a8b3caf245a9550 .tab-content,
#a8b3caf245a9550 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8b3caf245a9550 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8b3caf245a9550 .tab-wrap .tab-contents {
  height: 100%;
}
#a8b3caf245a9550 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1c11abae0a6498  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#aa27fa0954aa408  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a61a0af29da2f9c .aeab3a5320a803f {
  overflow: hidden;
}
#a61a0af29da2f9c .aeab3a5320a803f , #a61a0af29da2f9c .aeab3a5320a803f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a61a0af29da2f9c .aeab3a5320a803f:hover , #a61a0af29da2f9c .aeab3a5320a803f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a61a0af29da2f9c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a61a0af29da2f9c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a61a0af29da2f9c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a61a0af29da2f9c .uk-position-center-left-out {
    left: -30px;
  }
  #a61a0af29da2f9c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8c29a827fa339d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a1f73acf75a8e75 .a5c24a00fda0569 {
  overflow: hidden;
}
#a1f73acf75a8e75 .a5c24a00fda0569 , #a1f73acf75a8e75 .a5c24a00fda0569 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a1f73acf75a8e75 .a5c24a00fda0569:hover , #a1f73acf75a8e75 .a5c24a00fda0569 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a1f73acf75a8e75 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1f73acf75a8e75 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a1f73acf75a8e75 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a1f73acf75a8e75 .uk-position-center-left-out {
    left: -30px;
  }
  #a1f73acf75a8e75 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a988ba0fa4a2973  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4092a576fa0692 .a229fac40ea9024 {
  overflow: hidden;
}
#a4092a576fa0692 .a229fac40ea9024 , #a4092a576fa0692 .a229fac40ea9024 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4092a576fa0692 .a229fac40ea9024:hover , #a4092a576fa0692 .a229fac40ea9024 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4092a576fa0692 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4092a576fa0692 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4092a576fa0692 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4092a576fa0692 .uk-position-center-left-out {
    left: -30px;
  }
  #a4092a576fa0692 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac7c7a155ba5f06  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a0daaa7cb3a7125 .a8c63ab1d9a065f {
  overflow: hidden;
}
#a0daaa7cb3a7125 .a8c63ab1d9a065f , #a0daaa7cb3a7125 .a8c63ab1d9a065f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a0daaa7cb3a7125 .a8c63ab1d9a065f:hover , #a0daaa7cb3a7125 .a8c63ab1d9a065f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a0daaa7cb3a7125 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a0daaa7cb3a7125 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a0daaa7cb3a7125 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a0daaa7cb3a7125 .uk-position-center-left-out {
    left: -30px;
  }
  #a0daaa7cb3a7125 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a2884a9c7aa42cb {
  overflow: hidden;
  pointer-events: none;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a2884a9c7aa42cb .layout-left li,
#a2884a9c7aa42cb .layout-center li,
#a2884a9c7aa42cb .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a2884a9c7aa42cb .layout-left li a,
#a2884a9c7aa42cb .layout-center li a,
#a2884a9c7aa42cb .layout-right li a {
  height: 100%;
}
#a2884a9c7aa42cb > .tab-tabs .layout-left {
  text-align: left;
}
#a2884a9c7aa42cb > .tab-tabs .layout-center {
  text-align: center;
}
#a2884a9c7aa42cb > .tab-tabs .layout-right {
  text-align: right;
}
#a2884a9c7aa42cb .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a2884a9c7aa42cb .tab-content-wrap {
  background-color: #ffffff;
}
#a2884a9c7aa42cb .tab-contents,
#a2884a9c7aa42cb .tab-contents-wrap {
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-content,
#a2884a9c7aa42cb .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a2884a9c7aa42cb .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-wrap .tab-contents {
  height: 100%;
}
#a2884a9c7aa42cb .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9337a9870a4aa8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .tab-nav li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .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: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#a9337a9870a4aa8 .layout-left li,
#a9337a9870a4aa8 .layout-center li,
#a9337a9870a4aa8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9337a9870a4aa8 .layout-left li a,
#a9337a9870a4aa8 .layout-center li a,
#a9337a9870a4aa8 .layout-right li a {
  height: 100%;
}
#a9337a9870a4aa8 > .tab-tabs .layout-left {
  text-align: left;
}
#a9337a9870a4aa8 > .tab-tabs .layout-center {
  text-align: center;
}
#a9337a9870a4aa8 > .tab-tabs .layout-right {
  text-align: right;
}
#a9337a9870a4aa8 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a9337a9870a4aa8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 .tab-contents,
#a9337a9870a4aa8 .tab-contents-wrap {
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-content,
#a9337a9870a4aa8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9337a9870a4aa8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-wrap .tab-contents {
  height: 100%;
}
#a9337a9870a4aa8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a02f5a3ff9a4083  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0dafa41eda42c1 > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a0936a27c6a7e20 > .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;}#a0936a27c6a7e20  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0936a27c6a7e20:hover * {color: #000000  !important}
                            #a0936a27c6a7e20:hover .line{border-color: #000000  !important}#a0099a01a7a0786 > .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;}#a0099a01a7a0786  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0099a01a7a0786:hover * {color: #000000  !important}
                            #a0099a01a7a0786:hover .line{border-color: #000000  !important}#ada22ad7caad10a  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a2384a88bcaa91f > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#aff0fa80aca0f48 > .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;}#aff0fa80aca0f48  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aff0fa80aca0f48:hover * {color: #000000  !important}
                            #aff0fa80aca0f48:hover .line{border-color: #000000  !important}#a7c98ad8d3a2f15 > .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;}#a7c98ad8d3a2f15  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7c98ad8d3a2f15:hover * {color: #000000  !important}
                            #a7c98ad8d3a2f15:hover .line{border-color: #000000  !important}#aef76a9e03a209f  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a96e2a6c2aae62d > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#ae1efad977acc8b > .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;}#ae1efad977acc8b  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#ae1efad977acc8b:hover * {color: #000000  !important}
                            #ae1efad977acc8b:hover .line{border-color: #000000  !important}#a969ba27fba3e87 > .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;}#a969ba27fba3e87  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a969ba27fba3e87:hover * {color: #000000  !important}
                            #a969ba27fba3e87:hover .line{border-color: #000000  !important}#a72b8a64dba1bcc > .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;}#a72b8a64dba1bcc  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a72b8a64dba1bcc:hover * {color: #000000  !important}
                            #a72b8a64dba1bcc:hover .line{border-color: #000000  !important}#a5509a25c7aa431 > .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;}#a5509a25c7aa431  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a5509a25c7aa431:hover * {color: #000000  !important}
                            #a5509a25c7aa431:hover .line{border-color: #000000  !important}#ac860aabe5ab7a3 {
  overflow: hidden;
  pointer-events: none;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 .layout-left li,
#ac860aabe5ab7a3 .layout-center li,
#ac860aabe5ab7a3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac860aabe5ab7a3 .layout-left li a,
#ac860aabe5ab7a3 .layout-center li a,
#ac860aabe5ab7a3 .layout-right li a {
  height: 100%;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-left {
  text-align: left;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-center {
  text-align: center;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-right {
  text-align: right;
}
#ac860aabe5ab7a3 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#ac860aabe5ab7a3 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ac860aabe5ab7a3 .tab-contents,
#ac860aabe5ab7a3 .tab-contents-wrap {
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-content,
#ac860aabe5ab7a3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac860aabe5ab7a3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-wrap .tab-contents {
  height: 100%;
}
#ac860aabe5ab7a3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a803baa081aca73 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a803baa081aca73 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a803baa081aca73 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a803baa081aca73 .menu-list > li > a {
  padding: 0 10px;
}
#a803baa081aca73 .menu-list > li:hover:before {
  height: 100%;
}
#a803baa081aca73 .menu-list > li:hover:after {
  color: auto;
}
#a803baa081aca73 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a803baa081aca73 .menu-list > li:first-child:after {
  content: "";
}
#a803baa081aca73 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a803baa081aca73 .menu-list > li ul li {
  position: relative;
}
#a803baa081aca73 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a803baa081aca73 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a803baa081aca73 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 li ul,
#a803baa081aca73 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a803baa081aca73 li:hover > ul {
  left: auto;
}
#a803baa081aca73 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a15f9ab8aea3b48  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a52a6a5e07a499e  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-bottom: 10px;margin-top: 60px;}#ab2d2af20aa9e02  {flex: 1;}#a55a3a9ec5a9566  {flex-grow: 1;}#aabeba8129a80da > .ele-wrap {background-color: orange;background-image: url(/resources/upload/2c01a12dbcee/1570692205609.png);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-right-color: rgba(205, 205, 205, 1);border-left-color: rgba(205, 205, 205, 1);border-bottom-color: rgba(205, 205, 205, 1);border-top-color: rgba(205, 205, 205, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#aabeba8129a80da  > .ele-wrap:hover {border-bottom-color: #0372ff;border-bottom-width: 3px;border-bottom-style: solid;}#a2b18aed54ae848 .img-wrap {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
}
#a9c15a1ca9aebc4  {flex-grow: 1;}#a5a53a0dc3ae88a > .ele-wrap {background-color: orange;background-image: url(/resources/upload/2c01a12dbcee/1570692205609.png);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-right-color: rgba(205, 205, 205, 1);border-left-color: rgba(205, 205, 205, 1);border-bottom-color: rgba(205, 205, 205, 1);border-top-color: rgba(205, 205, 205, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a5a53a0dc3ae88a  > .ele-wrap:hover {border-bottom-color: #0372ff;border-bottom-width: 3px;border-bottom-style: solid;}#aceccadcc9a8d6b .img-wrap {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
}
#a86eaa6884acbd8  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 10px;margin-bottom: 80px;}#a86c9a92e1a29aa  {flex: 1;}#a660fa0b6ba17f0  {flex-grow: 1;}#a9b03a3c50aa4e7 > .ele-wrap {background-color: orange;background-image: url(/resources/upload/2c01a12dbcee/1570692205609.png);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-right-color: rgba(205, 205, 205, 1);border-left-color: rgba(205, 205, 205, 1);border-bottom-color: rgba(205, 205, 205, 1);border-top-color: rgba(205, 205, 205, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a9b03a3c50aa4e7  > .ele-wrap:hover {border-bottom-color: #0372ff;border-bottom-width: 3px;border-bottom-style: solid;}#a83c6a1685ad282 .img-wrap {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
}
#abb3fa4db2aeedb  {flex-grow: 1;}#a0feea95a2a72ad  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#af056a2390a76c7  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a36a4a72ebaa0ec , #a36a4a72ebaa0ec a{flex-grow: 0;color: rgba(49, 118, 219, 1);}#a36a4a72ebaa0ec:hover, #a36a4a72ebaa0ec a:hover {color: rgba(19, 100, 216, 1);}#a767fa3f3aaf748  {flex-grow: 1;}#a4fb9aba3ca9c8c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a4fb9aba3ca9c8c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a4fb9aba3ca9c8c .ap-icon {
  margin-right: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon img,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li:hover > a,
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a4fb9aba3ca9c8c .menu-list ul,
#a4fb9aba3ca9c8c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a4fb9aba3ca9c8c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a4fb9aba3ca9c8c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4fb9aba3ca9c8c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4fb9aba3ca9c8c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a49b0afccaac34c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a49b0afccaac34c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a49b0afccaac34c .ap-icon {
  margin-right: 6px;
}
#a49b0afccaac34c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a,
#a49b0afccaac34c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon img,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a49b0afccaac34c .menu-list > li:hover > a,
#a49b0afccaac34c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a49b0afccaac34c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a49b0afccaac34c .menu-list ul,
#a49b0afccaac34c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a49b0afccaac34c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a49b0afccaac34c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a49b0afccaac34c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a49b0afccaac34c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a468aa0b1da717e > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afe37a828faabd7 , #afe37a828faabd7 a{color: rgba(6, 164, 100, 1);}#afe37a828faabd7:hover, #afe37a828faabd7 a:hover {color: rgba(4, 204, 101, 1);}#ac7eca0ba9a4ccf .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac7eca0ba9a4ccf .menu-list-expand .submenu-indicator {
  display: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a img,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9e02ae88da9704 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a img,
#a9e02ae88da9704 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa5cfa706da140f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa5cfa706da140f .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa5cfa706da140f .menu-list-expand .submenu-indicator {
  display: none;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li a img,
#aa5cfa706da140f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aefcca0912a1fb1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5bb0a4e40af0ac  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#a4f0eae1c8ad5b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a5e1fa5af8a6d2f > .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;flex-grow: 0;}#aaa66adb04a787f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aaa66adb04a787f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6e05a9cb2aacc5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a71eaaa784aba6f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a71eaaa784aba6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1f02a72faacac9 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad649a4e1faa01e > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad649a4e1faa01e  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2131a4568ad5fb .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8427a3663ab91d > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8427a3663ab91d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a54aea8b6da48ed .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#af514ac23ca7297  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4549a962ca7add > .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;flex-grow: 0;}#aefe9a9dcba95e8 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aefe9a9dcba95e8  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a78b8a66c3a62cd .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a6860a4373a658a > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a6860a4373a658a  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a60d7a306dad87e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aa506af856a9ff7 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aa506af856a9ff7  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1a9bafb12a3379 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a1ea5a55aba2aaa > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a1ea5a55aba2aaa  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a92fda3d31aebae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a96dba8355ac472 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a96dba8355ac472  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3fa0aa753aa303 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a05c0a0e46a2f58  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ace13a3d21a10ea > .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;flex-grow: 0;}#a0604a42d4a4597 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0604a42d4a4597  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ac9a8ad93ea1211 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae9cbafda3a2f1b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae9cbafda3a2f1b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aac8da5f56ab439 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4442ab252a29a9 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4442ab252a29a9  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae418a8e29ac7a8 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aacb4aacb5aec67 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aacb4aacb5aec67  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#adafea3e44a3273 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7b50a7223adfe6 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7b50a7223adfe6  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1ff7aaad5a00c5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4ed7a699ea9c4b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4ed7a699ea9c4b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3cc7a1265a50b6 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8ba8a9e62a0d8c > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8ba8a9e62a0d8c  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2e38acba1a6797 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab151a234ead77c {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#ab151a234ead77c .layout-left li,
#ab151a234ead77c .layout-center li,
#ab151a234ead77c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab151a234ead77c .layout-left li a,
#ab151a234ead77c .layout-center li a,
#ab151a234ead77c .layout-right li a {
  height: 100%;
}
#ab151a234ead77c > .tab-tabs .layout-left {
  text-align: left;
}
#ab151a234ead77c > .tab-tabs .layout-center {
  text-align: center;
}
#ab151a234ead77c > .tab-tabs .layout-right {
  text-align: right;
}
#ab151a234ead77c .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#ab151a234ead77c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c .tab-contents,
#ab151a234ead77c .tab-contents-wrap {
  pointer-events: none;
}
#ab151a234ead77c .tab-content,
#ab151a234ead77c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab151a234ead77c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab151a234ead77c .tab-wrap .tab-contents {
  height: 100%;
}
#ab151a234ead77c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab151a234ead77c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab151a234ead77c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a445cadc90a6f90  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a54aba797fa6994  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a0c23a8da1a5492  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aa603ad8dfa8ae5 .a72bea96eba74bb {
  overflow: hidden;
}
#aa603ad8dfa8ae5 .a72bea96eba74bb , #aa603ad8dfa8ae5 .a72bea96eba74bb > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aa603ad8dfa8ae5 .a72bea96eba74bb:hover , #aa603ad8dfa8ae5 .a72bea96eba74bb *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aa603ad8dfa8ae5 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa603ad8dfa8ae5 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa603ad8dfa8ae5 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aa603ad8dfa8ae5 .uk-position-center-left-out {
    left: -30px;
  }
  #aa603ad8dfa8ae5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6f8da0e6ea7804  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7baeab343a1ed2 .a31f5a9637ae63a {
  overflow: hidden;
}
#a7baeab343a1ed2 .a31f5a9637ae63a , #a7baeab343a1ed2 .a31f5a9637ae63a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7baeab343a1ed2 .a31f5a9637ae63a:hover , #a7baeab343a1ed2 .a31f5a9637ae63a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7baeab343a1ed2 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a7baeab343a1ed2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7baeab343a1ed2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7baeab343a1ed2 .uk-position-center-left-out {
    left: -30px;
  }
  #a7baeab343a1ed2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7eeea24a2a489a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a9e11a3922a0a84 .a0c79ae6caaf8e2 {
  overflow: hidden;
}
#a9e11a3922a0a84 .a0c79ae6caaf8e2 , #a9e11a3922a0a84 .a0c79ae6caaf8e2 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a9e11a3922a0a84 .a0c79ae6caaf8e2:hover , #a9e11a3922a0a84 .a0c79ae6caaf8e2 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a9e11a3922a0a84 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a9e11a3922a0a84 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9e11a3922a0a84 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a9e11a3922a0a84 .uk-position-center-left-out {
    left: -30px;
  }
  #a9e11a3922a0a84 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa82faaea2a1c77  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a94ffa5483a8d60 .a8a48ae1cfa9a13 {
  overflow: hidden;
}
#a94ffa5483a8d60 .a8a48ae1cfa9a13 , #a94ffa5483a8d60 .a8a48ae1cfa9a13 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a94ffa5483a8d60 .a8a48ae1cfa9a13:hover , #a94ffa5483a8d60 .a8a48ae1cfa9a13 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a94ffa5483a8d60 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a94ffa5483a8d60 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a94ffa5483a8d60 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a94ffa5483a8d60 .uk-position-center-left-out {
    left: -30px;
  }
  #a94ffa5483a8d60 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3b61acc08a6bcf {
  overflow: hidden;
  pointer-events: none;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a3b61acc08a6bcf .layout-left li,
#a3b61acc08a6bcf .layout-center li,
#a3b61acc08a6bcf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3b61acc08a6bcf .layout-left li a,
#a3b61acc08a6bcf .layout-center li a,
#a3b61acc08a6bcf .layout-right li a {
  height: 100%;
}
#a3b61acc08a6bcf > .tab-tabs .layout-left {
  text-align: left;
}
#a3b61acc08a6bcf > .tab-tabs .layout-center {
  text-align: center;
}
#a3b61acc08a6bcf > .tab-tabs .layout-right {
  text-align: right;
}
#a3b61acc08a6bcf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a3b61acc08a6bcf .tab-content-wrap {
  background-color: #ffffff;
}
#a3b61acc08a6bcf .tab-contents,
#a3b61acc08a6bcf .tab-contents-wrap {
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-content,
#a3b61acc08a6bcf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3b61acc08a6bcf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-wrap .tab-contents {
  height: 100%;
}
#a3b61acc08a6bcf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2b29afa75af3d2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a7bdda440da10de  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af0fda089faa74e .a179ba61fca0888 {
  overflow: hidden;
}
#af0fda089faa74e .a179ba61fca0888 , #af0fda089faa74e .a179ba61fca0888 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af0fda089faa74e .a179ba61fca0888:hover , #af0fda089faa74e .a179ba61fca0888 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af0fda089faa74e .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af0fda089faa74e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af0fda089faa74e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af0fda089faa74e .uk-position-center-left-out {
    left: -30px;
  }
  #af0fda089faa74e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac029ab8d2ac795  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3fa1aa72eae5d8 .a8a0fa2a83ace44 {
  overflow: hidden;
}
#a3fa1aa72eae5d8 .a8a0fa2a83ace44 , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3fa1aa72eae5d8 .a8a0fa2a83ace44:hover , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3fa1aa72eae5d8 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a3fa1aa72eae5d8 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3fa1aa72eae5d8 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3fa1aa72eae5d8 .uk-position-center-left-out {
    left: -30px;
  }
  #a3fa1aa72eae5d8 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acd71a09bca3734  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2599afd13a8dda .a67b0a5657abdca {
  overflow: hidden;
}
#a2599afd13a8dda .a67b0a5657abdca , #a2599afd13a8dda .a67b0a5657abdca > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2599afd13a8dda .a67b0a5657abdca:hover , #a2599afd13a8dda .a67b0a5657abdca *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2599afd13a8dda .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2599afd13a8dda .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2599afd13a8dda .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2599afd13a8dda .uk-position-center-left-out {
    left: -30px;
  }
  #a2599afd13a8dda .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3bd9a9ed3a0012  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5fc2ae1b1ac227 .ada91af9b0a0502 {
  overflow: hidden;
}
#a5fc2ae1b1ac227 .ada91af9b0a0502 , #a5fc2ae1b1ac227 .ada91af9b0a0502 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5fc2ae1b1ac227 .ada91af9b0a0502:hover , #a5fc2ae1b1ac227 .ada91af9b0a0502 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5fc2ae1b1ac227 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a5fc2ae1b1ac227 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5fc2ae1b1ac227 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5fc2ae1b1ac227 .uk-position-center-left-out {
    left: -30px;
  }
  #a5fc2ae1b1ac227 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6bcdafc0fa513f  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab2a3a53e3a711b .aec71a08e0ab367 {
  overflow: hidden;
}
#ab2a3a53e3a711b .aec71a08e0ab367 , #ab2a3a53e3a711b .aec71a08e0ab367 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab2a3a53e3a711b .aec71a08e0ab367:hover , #ab2a3a53e3a711b .aec71a08e0ab367 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab2a3a53e3a711b .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ab2a3a53e3a711b .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab2a3a53e3a711b .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab2a3a53e3a711b .uk-position-center-left-out {
    left: -30px;
  }
  #ab2a3a53e3a711b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a309aa2ec8a7ce3 {
  overflow: hidden;
  pointer-events: none;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a309aa2ec8a7ce3 .layout-left li,
#a309aa2ec8a7ce3 .layout-center li,
#a309aa2ec8a7ce3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a309aa2ec8a7ce3 .layout-left li a,
#a309aa2ec8a7ce3 .layout-center li a,
#a309aa2ec8a7ce3 .layout-right li a {
  height: 100%;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-left {
  text-align: left;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-center {
  text-align: center;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-right {
  text-align: right;
}
#a309aa2ec8a7ce3 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a309aa2ec8a7ce3 .tab-content-wrap {
  background-color: #ffffff;
}
#a309aa2ec8a7ce3 .tab-contents,
#a309aa2ec8a7ce3 .tab-contents-wrap {
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-content,
#a309aa2ec8a7ce3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-wrap .tab-contents {
  height: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6180acc49a3e93  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a6dafa4ecea60a0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aff3cac13cafbfb .a06ebafd21a2d85 {
  overflow: hidden;
}
#aff3cac13cafbfb .a06ebafd21a2d85 , #aff3cac13cafbfb .a06ebafd21a2d85 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aff3cac13cafbfb .a06ebafd21a2d85:hover , #aff3cac13cafbfb .a06ebafd21a2d85 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aff3cac13cafbfb .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aff3cac13cafbfb .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aff3cac13cafbfb .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aff3cac13cafbfb .uk-position-center-left-out {
    left: -30px;
  }
  #aff3cac13cafbfb .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#afcbbaca6ea610b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a53e2aef3aaf277 .aa00dac1eeacc9a {
  overflow: hidden;
}
#a53e2aef3aaf277 .aa00dac1eeacc9a , #a53e2aef3aaf277 .aa00dac1eeacc9a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a53e2aef3aaf277 .aa00dac1eeacc9a:hover , #a53e2aef3aaf277 .aa00dac1eeacc9a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a53e2aef3aaf277 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a53e2aef3aaf277 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a53e2aef3aaf277 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a53e2aef3aaf277 .uk-position-center-left-out {
    left: -30px;
  }
  #a53e2aef3aaf277 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4dd9a08d0a4fbc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adea6aad87ac37c .a709ba3eb4afea8 {
  overflow: hidden;
}
#adea6aad87ac37c .a709ba3eb4afea8 , #adea6aad87ac37c .a709ba3eb4afea8 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adea6aad87ac37c .a709ba3eb4afea8:hover , #adea6aad87ac37c .a709ba3eb4afea8 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adea6aad87ac37c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#adea6aad87ac37c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adea6aad87ac37c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adea6aad87ac37c .uk-position-center-left-out {
    left: -30px;
  }
  #adea6aad87ac37c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5f67a73efa84f8  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4f05aa0b1a588c .ab4cfa7547abdc6 {
  overflow: hidden;
}
#a4f05aa0b1a588c .ab4cfa7547abdc6 , #a4f05aa0b1a588c .ab4cfa7547abdc6 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4f05aa0b1a588c .ab4cfa7547abdc6:hover , #a4f05aa0b1a588c .ab4cfa7547abdc6 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4f05aa0b1a588c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4f05aa0b1a588c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4f05aa0b1a588c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4f05aa0b1a588c .uk-position-center-left-out {
    left: -30px;
  }
  #a4f05aa0b1a588c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8b3caf245a9550 {
  overflow: hidden;
  pointer-events: none;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a8b3caf245a9550 .layout-left li,
#a8b3caf245a9550 .layout-center li,
#a8b3caf245a9550 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8b3caf245a9550 .layout-left li a,
#a8b3caf245a9550 .layout-center li a,
#a8b3caf245a9550 .layout-right li a {
  height: 100%;
}
#a8b3caf245a9550 > .tab-tabs .layout-left {
  text-align: left;
}
#a8b3caf245a9550 > .tab-tabs .layout-center {
  text-align: center;
}
#a8b3caf245a9550 > .tab-tabs .layout-right {
  text-align: right;
}
#a8b3caf245a9550 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a8b3caf245a9550 .tab-content-wrap {
  background-color: #ffffff;
}
#a8b3caf245a9550 .tab-contents,
#a8b3caf245a9550 .tab-contents-wrap {
  pointer-events: none;
}
#a8b3caf245a9550 .tab-content,
#a8b3caf245a9550 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8b3caf245a9550 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8b3caf245a9550 .tab-wrap .tab-contents {
  height: 100%;
}
#a8b3caf245a9550 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1c11abae0a6498  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#aa27fa0954aa408  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a61a0af29da2f9c .aeab3a5320a803f {
  overflow: hidden;
}
#a61a0af29da2f9c .aeab3a5320a803f , #a61a0af29da2f9c .aeab3a5320a803f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a61a0af29da2f9c .aeab3a5320a803f:hover , #a61a0af29da2f9c .aeab3a5320a803f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a61a0af29da2f9c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a61a0af29da2f9c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a61a0af29da2f9c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a61a0af29da2f9c .uk-position-center-left-out {
    left: -30px;
  }
  #a61a0af29da2f9c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8c29a827fa339d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a1f73acf75a8e75 .a5c24a00fda0569 {
  overflow: hidden;
}
#a1f73acf75a8e75 .a5c24a00fda0569 , #a1f73acf75a8e75 .a5c24a00fda0569 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a1f73acf75a8e75 .a5c24a00fda0569:hover , #a1f73acf75a8e75 .a5c24a00fda0569 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a1f73acf75a8e75 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1f73acf75a8e75 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a1f73acf75a8e75 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a1f73acf75a8e75 .uk-position-center-left-out {
    left: -30px;
  }
  #a1f73acf75a8e75 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a988ba0fa4a2973  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4092a576fa0692 .a229fac40ea9024 {
  overflow: hidden;
}
#a4092a576fa0692 .a229fac40ea9024 , #a4092a576fa0692 .a229fac40ea9024 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4092a576fa0692 .a229fac40ea9024:hover , #a4092a576fa0692 .a229fac40ea9024 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4092a576fa0692 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4092a576fa0692 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4092a576fa0692 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4092a576fa0692 .uk-position-center-left-out {
    left: -30px;
  }
  #a4092a576fa0692 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac7c7a155ba5f06  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a0daaa7cb3a7125 .a8c63ab1d9a065f {
  overflow: hidden;
}
#a0daaa7cb3a7125 .a8c63ab1d9a065f , #a0daaa7cb3a7125 .a8c63ab1d9a065f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a0daaa7cb3a7125 .a8c63ab1d9a065f:hover , #a0daaa7cb3a7125 .a8c63ab1d9a065f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a0daaa7cb3a7125 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a0daaa7cb3a7125 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a0daaa7cb3a7125 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a0daaa7cb3a7125 .uk-position-center-left-out {
    left: -30px;
  }
  #a0daaa7cb3a7125 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a2884a9c7aa42cb {
  overflow: hidden;
  pointer-events: none;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a2884a9c7aa42cb .layout-left li,
#a2884a9c7aa42cb .layout-center li,
#a2884a9c7aa42cb .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a2884a9c7aa42cb .layout-left li a,
#a2884a9c7aa42cb .layout-center li a,
#a2884a9c7aa42cb .layout-right li a {
  height: 100%;
}
#a2884a9c7aa42cb > .tab-tabs .layout-left {
  text-align: left;
}
#a2884a9c7aa42cb > .tab-tabs .layout-center {
  text-align: center;
}
#a2884a9c7aa42cb > .tab-tabs .layout-right {
  text-align: right;
}
#a2884a9c7aa42cb .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a2884a9c7aa42cb .tab-content-wrap {
  background-color: #ffffff;
}
#a2884a9c7aa42cb .tab-contents,
#a2884a9c7aa42cb .tab-contents-wrap {
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-content,
#a2884a9c7aa42cb .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a2884a9c7aa42cb .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-wrap .tab-contents {
  height: 100%;
}
#a2884a9c7aa42cb .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9337a9870a4aa8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .tab-nav li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .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: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#a9337a9870a4aa8 .layout-left li,
#a9337a9870a4aa8 .layout-center li,
#a9337a9870a4aa8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9337a9870a4aa8 .layout-left li a,
#a9337a9870a4aa8 .layout-center li a,
#a9337a9870a4aa8 .layout-right li a {
  height: 100%;
}
#a9337a9870a4aa8 > .tab-tabs .layout-left {
  text-align: left;
}
#a9337a9870a4aa8 > .tab-tabs .layout-center {
  text-align: center;
}
#a9337a9870a4aa8 > .tab-tabs .layout-right {
  text-align: right;
}
#a9337a9870a4aa8 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a9337a9870a4aa8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 .tab-contents,
#a9337a9870a4aa8 .tab-contents-wrap {
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-content,
#a9337a9870a4aa8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9337a9870a4aa8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-wrap .tab-contents {
  height: 100%;
}
#a9337a9870a4aa8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a02f5a3ff9a4083  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0dafa41eda42c1 > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a0936a27c6a7e20 > .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;}#a0936a27c6a7e20  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0936a27c6a7e20:hover * {color: #000000  !important}
                            #a0936a27c6a7e20:hover .line{border-color: #000000  !important}#a0099a01a7a0786 > .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;}#a0099a01a7a0786  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0099a01a7a0786:hover * {color: #000000  !important}
                            #a0099a01a7a0786:hover .line{border-color: #000000  !important}#ada22ad7caad10a  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a2384a88bcaa91f > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#aff0fa80aca0f48 > .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;}#aff0fa80aca0f48  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aff0fa80aca0f48:hover * {color: #000000  !important}
                            #aff0fa80aca0f48:hover .line{border-color: #000000  !important}#a7c98ad8d3a2f15 > .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;}#a7c98ad8d3a2f15  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7c98ad8d3a2f15:hover * {color: #000000  !important}
                            #a7c98ad8d3a2f15:hover .line{border-color: #000000  !important}#aef76a9e03a209f  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a96e2a6c2aae62d > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#ae1efad977acc8b > .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;}#ae1efad977acc8b  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#ae1efad977acc8b:hover * {color: #000000  !important}
                            #ae1efad977acc8b:hover .line{border-color: #000000  !important}#a969ba27fba3e87 > .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;}#a969ba27fba3e87  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a969ba27fba3e87:hover * {color: #000000  !important}
                            #a969ba27fba3e87:hover .line{border-color: #000000  !important}#a72b8a64dba1bcc > .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;}#a72b8a64dba1bcc  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a72b8a64dba1bcc:hover * {color: #000000  !important}
                            #a72b8a64dba1bcc:hover .line{border-color: #000000  !important}#a5509a25c7aa431 > .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;}#a5509a25c7aa431  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a5509a25c7aa431:hover * {color: #000000  !important}
                            #a5509a25c7aa431:hover .line{border-color: #000000  !important}#ac860aabe5ab7a3 {
  overflow: hidden;
  pointer-events: none;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 .layout-left li,
#ac860aabe5ab7a3 .layout-center li,
#ac860aabe5ab7a3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac860aabe5ab7a3 .layout-left li a,
#ac860aabe5ab7a3 .layout-center li a,
#ac860aabe5ab7a3 .layout-right li a {
  height: 100%;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-left {
  text-align: left;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-center {
  text-align: center;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-right {
  text-align: right;
}
#ac860aabe5ab7a3 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#ac860aabe5ab7a3 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ac860aabe5ab7a3 .tab-contents,
#ac860aabe5ab7a3 .tab-contents-wrap {
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-content,
#ac860aabe5ab7a3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac860aabe5ab7a3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-wrap .tab-contents {
  height: 100%;
}
#ac860aabe5ab7a3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a803baa081aca73 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a803baa081aca73 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a803baa081aca73 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a803baa081aca73 .menu-list > li > a {
  padding: 0 10px;
}
#a803baa081aca73 .menu-list > li:hover:before {
  height: 100%;
}
#a803baa081aca73 .menu-list > li:hover:after {
  color: auto;
}
#a803baa081aca73 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a803baa081aca73 .menu-list > li:first-child:after {
  content: "";
}
#a803baa081aca73 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a803baa081aca73 .menu-list > li ul li {
  position: relative;
}
#a803baa081aca73 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a803baa081aca73 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a803baa081aca73 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 li ul,
#a803baa081aca73 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a803baa081aca73 li:hover > ul {
  left: auto;
}
#a803baa081aca73 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3ac2ac535a0670  {flex: 1;}#a157ca0284aa9b9  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: flex-start;overflow-x: visible;overflow-y: visible;background-color: rgba(30, 30, 30, 1);padding-top: 30px;padding-bottom: 50px;padding-left: 40px;margin-top: 80px;margin-bottom: 80px;}#aedf9ab520a29e9 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1bdca1f7dacc06 , #a1bdca1f7dacc06 a{color: rgba(255, 255, 255, 1);}#a57f6a48bda0a3f , #a57f6a48bda0a3f a{color: rgba(255, 255, 255, 1);}#a06f2a59ceac6a6 , #a06f2a59ceac6a6 a{color: rgba(255, 255, 255, 1);}#a6dfbaaa99a174c  {flex-grow: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;padding-top: 30px;padding-bottom: 50px;padding-right: 40px;margin-top: 80px;margin-bottom: 80px;background-color: rgba(245, 245, 245, 1);}#a11aea7a8aa9b96 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab9aeaf7a2a582a .form-agree {
  display: flex;
  align-items: center;
}
#ab9aeaf7a2a582a .uk-form .form-submit-btn {
  width: 150px;
}
#ab9aeaf7a2a582a .submit-wrap {
  text-align: left;
}
#ab9aeaf7a2a582a .submit-wrap button {
  font-size: 14px;
}
#ab9aeaf7a2a582a form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#ab9aeaf7a2a582a .form-item .uk-input,
#ab9aeaf7a2a582a .form-item .uk-select,
#ab9aeaf7a2a582a .form-item .uk-textarea {
  width: autopx;
  height: 35px;
  line-height: 35px;
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  margin-top: 1px;
}
#ab9aeaf7a2a582a .form-item .uk-input::-webkit-input-placeholder,
#ab9aeaf7a2a582a .form-item .uk-select::-webkit-input-placeholder,
#ab9aeaf7a2a582a .form-item .uk-textarea::-webkit-input-placeholder {
  color: #9b9b9b;
}
#ab9aeaf7a2a582a .form-item .uk-input:-ms-input-placeholder,
#ab9aeaf7a2a582a .form-item .uk-select:-ms-input-placeholder,
#ab9aeaf7a2a582a .form-item .uk-textarea:-ms-input-placeholder {
  color: #9b9b9b;
}
#ab9aeaf7a2a582a .form-item .uk-input::-moz-placeholder,
#ab9aeaf7a2a582a .form-item .uk-select::-moz-placeholder,
#ab9aeaf7a2a582a .form-item .uk-textarea::-moz-placeholder {
  color: #9b9b9b;
}
#ab9aeaf7a2a582a .form-item .uk-input::placeholder,
#ab9aeaf7a2a582a .form-item .uk-select::placeholder,
#ab9aeaf7a2a582a .form-item .uk-textarea::placeholder {
  color: #9b9b9b;
}
#ab9aeaf7a2a582a .form-item .auto-height {
  height: auto;
}
#ab9aeaf7a2a582a .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#ab9aeaf7a2a582a .form-item .send-code {
  bottom: -2.5px;
}
#ab9aeaf7a2a582a .form-item .uk-textarea {
  height: 70px;
  line-height: 1.5;
}
#ab9aeaf7a2a582a .uk-form-label,
#ab9aeaf7a2a582a .form-agree,
#ab9aeaf7a2a582a .uk-h3,
#ab9aeaf7a2a582a p {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a0feea95a2a72ad  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#af056a2390a76c7  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a36a4a72ebaa0ec , #a36a4a72ebaa0ec a{flex-grow: 0;color: rgba(49, 118, 219, 1);}#a36a4a72ebaa0ec:hover, #a36a4a72ebaa0ec a:hover {color: rgba(19, 100, 216, 1);}#a767fa3f3aaf748  {flex-grow: 1;}#a4fb9aba3ca9c8c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a4fb9aba3ca9c8c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a4fb9aba3ca9c8c .ap-icon {
  margin-right: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon img,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li:hover > a,
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a4fb9aba3ca9c8c .menu-list ul,
#a4fb9aba3ca9c8c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a4fb9aba3ca9c8c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a4fb9aba3ca9c8c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4fb9aba3ca9c8c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4fb9aba3ca9c8c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a49b0afccaac34c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a49b0afccaac34c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a49b0afccaac34c .ap-icon {
  margin-right: 6px;
}
#a49b0afccaac34c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a,
#a49b0afccaac34c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon img,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a49b0afccaac34c .menu-list > li:hover > a,
#a49b0afccaac34c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a49b0afccaac34c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a49b0afccaac34c .menu-list ul,
#a49b0afccaac34c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a49b0afccaac34c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a49b0afccaac34c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a49b0afccaac34c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a49b0afccaac34c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a468aa0b1da717e > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afe37a828faabd7 , #afe37a828faabd7 a{color: rgba(6, 164, 100, 1);}#afe37a828faabd7:hover, #afe37a828faabd7 a:hover {color: rgba(4, 204, 101, 1);}#ac7eca0ba9a4ccf .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac7eca0ba9a4ccf .menu-list-expand .submenu-indicator {
  display: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a img,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9e02ae88da9704 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a img,
#a9e02ae88da9704 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa5cfa706da140f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa5cfa706da140f .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa5cfa706da140f .menu-list-expand .submenu-indicator {
  display: none;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li a img,
#aa5cfa706da140f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ad450af7cfaf0be .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5bb0a4e40af0ac  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#a4f0eae1c8ad5b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a5e1fa5af8a6d2f > .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;flex-grow: 0;}#aaa66adb04a787f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aaa66adb04a787f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6e05a9cb2aacc5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a71eaaa784aba6f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a71eaaa784aba6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1f02a72faacac9 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad649a4e1faa01e > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad649a4e1faa01e  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2131a4568ad5fb .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8427a3663ab91d > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8427a3663ab91d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a54aea8b6da48ed .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#af514ac23ca7297  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4549a962ca7add > .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;flex-grow: 0;}#aefe9a9dcba95e8 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aefe9a9dcba95e8  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a78b8a66c3a62cd .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a6860a4373a658a > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a6860a4373a658a  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a60d7a306dad87e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aa506af856a9ff7 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aa506af856a9ff7  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1a9bafb12a3379 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a1ea5a55aba2aaa > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a1ea5a55aba2aaa  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a92fda3d31aebae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a96dba8355ac472 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a96dba8355ac472  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3fa0aa753aa303 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a05c0a0e46a2f58  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ace13a3d21a10ea > .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;flex-grow: 0;}#a0604a42d4a4597 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0604a42d4a4597  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ac9a8ad93ea1211 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae9cbafda3a2f1b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae9cbafda3a2f1b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aac8da5f56ab439 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4442ab252a29a9 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4442ab252a29a9  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae418a8e29ac7a8 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aacb4aacb5aec67 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aacb4aacb5aec67  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#adafea3e44a3273 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7b50a7223adfe6 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7b50a7223adfe6  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1ff7aaad5a00c5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4ed7a699ea9c4b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4ed7a699ea9c4b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3cc7a1265a50b6 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8ba8a9e62a0d8c > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8ba8a9e62a0d8c  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2e38acba1a6797 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab151a234ead77c {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#ab151a234ead77c .layout-left li,
#ab151a234ead77c .layout-center li,
#ab151a234ead77c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab151a234ead77c .layout-left li a,
#ab151a234ead77c .layout-center li a,
#ab151a234ead77c .layout-right li a {
  height: 100%;
}
#ab151a234ead77c > .tab-tabs .layout-left {
  text-align: left;
}
#ab151a234ead77c > .tab-tabs .layout-center {
  text-align: center;
}
#ab151a234ead77c > .tab-tabs .layout-right {
  text-align: right;
}
#ab151a234ead77c .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#ab151a234ead77c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c .tab-contents,
#ab151a234ead77c .tab-contents-wrap {
  pointer-events: none;
}
#ab151a234ead77c .tab-content,
#ab151a234ead77c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab151a234ead77c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab151a234ead77c .tab-wrap .tab-contents {
  height: 100%;
}
#ab151a234ead77c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab151a234ead77c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab151a234ead77c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a445cadc90a6f90  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a54aba797fa6994  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a0c23a8da1a5492  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aa603ad8dfa8ae5 .a72bea96eba74bb {
  overflow: hidden;
}
#aa603ad8dfa8ae5 .a72bea96eba74bb , #aa603ad8dfa8ae5 .a72bea96eba74bb > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aa603ad8dfa8ae5 .a72bea96eba74bb:hover , #aa603ad8dfa8ae5 .a72bea96eba74bb *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aa603ad8dfa8ae5 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa603ad8dfa8ae5 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa603ad8dfa8ae5 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aa603ad8dfa8ae5 .uk-position-center-left-out {
    left: -30px;
  }
  #aa603ad8dfa8ae5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6f8da0e6ea7804  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7baeab343a1ed2 .a31f5a9637ae63a {
  overflow: hidden;
}
#a7baeab343a1ed2 .a31f5a9637ae63a , #a7baeab343a1ed2 .a31f5a9637ae63a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7baeab343a1ed2 .a31f5a9637ae63a:hover , #a7baeab343a1ed2 .a31f5a9637ae63a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7baeab343a1ed2 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a7baeab343a1ed2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7baeab343a1ed2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7baeab343a1ed2 .uk-position-center-left-out {
    left: -30px;
  }
  #a7baeab343a1ed2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7eeea24a2a489a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a9e11a3922a0a84 .a0c79ae6caaf8e2 {
  overflow: hidden;
}
#a9e11a3922a0a84 .a0c79ae6caaf8e2 , #a9e11a3922a0a84 .a0c79ae6caaf8e2 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a9e11a3922a0a84 .a0c79ae6caaf8e2:hover , #a9e11a3922a0a84 .a0c79ae6caaf8e2 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a9e11a3922a0a84 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a9e11a3922a0a84 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9e11a3922a0a84 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a9e11a3922a0a84 .uk-position-center-left-out {
    left: -30px;
  }
  #a9e11a3922a0a84 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa82faaea2a1c77  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a94ffa5483a8d60 .a8a48ae1cfa9a13 {
  overflow: hidden;
}
#a94ffa5483a8d60 .a8a48ae1cfa9a13 , #a94ffa5483a8d60 .a8a48ae1cfa9a13 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a94ffa5483a8d60 .a8a48ae1cfa9a13:hover , #a94ffa5483a8d60 .a8a48ae1cfa9a13 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a94ffa5483a8d60 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a94ffa5483a8d60 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a94ffa5483a8d60 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a94ffa5483a8d60 .uk-position-center-left-out {
    left: -30px;
  }
  #a94ffa5483a8d60 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3b61acc08a6bcf {
  overflow: hidden;
  pointer-events: none;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a3b61acc08a6bcf .layout-left li,
#a3b61acc08a6bcf .layout-center li,
#a3b61acc08a6bcf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3b61acc08a6bcf .layout-left li a,
#a3b61acc08a6bcf .layout-center li a,
#a3b61acc08a6bcf .layout-right li a {
  height: 100%;
}
#a3b61acc08a6bcf > .tab-tabs .layout-left {
  text-align: left;
}
#a3b61acc08a6bcf > .tab-tabs .layout-center {
  text-align: center;
}
#a3b61acc08a6bcf > .tab-tabs .layout-right {
  text-align: right;
}
#a3b61acc08a6bcf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a3b61acc08a6bcf .tab-content-wrap {
  background-color: #ffffff;
}
#a3b61acc08a6bcf .tab-contents,
#a3b61acc08a6bcf .tab-contents-wrap {
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-content,
#a3b61acc08a6bcf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3b61acc08a6bcf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-wrap .tab-contents {
  height: 100%;
}
#a3b61acc08a6bcf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2b29afa75af3d2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a7bdda440da10de  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af0fda089faa74e .a179ba61fca0888 {
  overflow: hidden;
}
#af0fda089faa74e .a179ba61fca0888 , #af0fda089faa74e .a179ba61fca0888 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af0fda089faa74e .a179ba61fca0888:hover , #af0fda089faa74e .a179ba61fca0888 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af0fda089faa74e .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af0fda089faa74e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af0fda089faa74e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af0fda089faa74e .uk-position-center-left-out {
    left: -30px;
  }
  #af0fda089faa74e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac029ab8d2ac795  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3fa1aa72eae5d8 .a8a0fa2a83ace44 {
  overflow: hidden;
}
#a3fa1aa72eae5d8 .a8a0fa2a83ace44 , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3fa1aa72eae5d8 .a8a0fa2a83ace44:hover , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3fa1aa72eae5d8 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a3fa1aa72eae5d8 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3fa1aa72eae5d8 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3fa1aa72eae5d8 .uk-position-center-left-out {
    left: -30px;
  }
  #a3fa1aa72eae5d8 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acd71a09bca3734  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2599afd13a8dda .a67b0a5657abdca {
  overflow: hidden;
}
#a2599afd13a8dda .a67b0a5657abdca , #a2599afd13a8dda .a67b0a5657abdca > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2599afd13a8dda .a67b0a5657abdca:hover , #a2599afd13a8dda .a67b0a5657abdca *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2599afd13a8dda .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2599afd13a8dda .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2599afd13a8dda .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2599afd13a8dda .uk-position-center-left-out {
    left: -30px;
  }
  #a2599afd13a8dda .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3bd9a9ed3a0012  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5fc2ae1b1ac227 .ada91af9b0a0502 {
  overflow: hidden;
}
#a5fc2ae1b1ac227 .ada91af9b0a0502 , #a5fc2ae1b1ac227 .ada91af9b0a0502 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5fc2ae1b1ac227 .ada91af9b0a0502:hover , #a5fc2ae1b1ac227 .ada91af9b0a0502 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5fc2ae1b1ac227 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a5fc2ae1b1ac227 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5fc2ae1b1ac227 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5fc2ae1b1ac227 .uk-position-center-left-out {
    left: -30px;
  }
  #a5fc2ae1b1ac227 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6bcdafc0fa513f  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab2a3a53e3a711b .aec71a08e0ab367 {
  overflow: hidden;
}
#ab2a3a53e3a711b .aec71a08e0ab367 , #ab2a3a53e3a711b .aec71a08e0ab367 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab2a3a53e3a711b .aec71a08e0ab367:hover , #ab2a3a53e3a711b .aec71a08e0ab367 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab2a3a53e3a711b .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ab2a3a53e3a711b .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab2a3a53e3a711b .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab2a3a53e3a711b .uk-position-center-left-out {
    left: -30px;
  }
  #ab2a3a53e3a711b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a309aa2ec8a7ce3 {
  overflow: hidden;
  pointer-events: none;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a309aa2ec8a7ce3 .layout-left li,
#a309aa2ec8a7ce3 .layout-center li,
#a309aa2ec8a7ce3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a309aa2ec8a7ce3 .layout-left li a,
#a309aa2ec8a7ce3 .layout-center li a,
#a309aa2ec8a7ce3 .layout-right li a {
  height: 100%;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-left {
  text-align: left;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-center {
  text-align: center;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-right {
  text-align: right;
}
#a309aa2ec8a7ce3 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a309aa2ec8a7ce3 .tab-content-wrap {
  background-color: #ffffff;
}
#a309aa2ec8a7ce3 .tab-contents,
#a309aa2ec8a7ce3 .tab-contents-wrap {
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-content,
#a309aa2ec8a7ce3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-wrap .tab-contents {
  height: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6180acc49a3e93  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a6dafa4ecea60a0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aff3cac13cafbfb .a06ebafd21a2d85 {
  overflow: hidden;
}
#aff3cac13cafbfb .a06ebafd21a2d85 , #aff3cac13cafbfb .a06ebafd21a2d85 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aff3cac13cafbfb .a06ebafd21a2d85:hover , #aff3cac13cafbfb .a06ebafd21a2d85 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aff3cac13cafbfb .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aff3cac13cafbfb .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aff3cac13cafbfb .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aff3cac13cafbfb .uk-position-center-left-out {
    left: -30px;
  }
  #aff3cac13cafbfb .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#afcbbaca6ea610b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a53e2aef3aaf277 .aa00dac1eeacc9a {
  overflow: hidden;
}
#a53e2aef3aaf277 .aa00dac1eeacc9a , #a53e2aef3aaf277 .aa00dac1eeacc9a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a53e2aef3aaf277 .aa00dac1eeacc9a:hover , #a53e2aef3aaf277 .aa00dac1eeacc9a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a53e2aef3aaf277 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a53e2aef3aaf277 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a53e2aef3aaf277 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a53e2aef3aaf277 .uk-position-center-left-out {
    left: -30px;
  }
  #a53e2aef3aaf277 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4dd9a08d0a4fbc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adea6aad87ac37c .a709ba3eb4afea8 {
  overflow: hidden;
}
#adea6aad87ac37c .a709ba3eb4afea8 , #adea6aad87ac37c .a709ba3eb4afea8 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adea6aad87ac37c .a709ba3eb4afea8:hover , #adea6aad87ac37c .a709ba3eb4afea8 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adea6aad87ac37c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#adea6aad87ac37c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adea6aad87ac37c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adea6aad87ac37c .uk-position-center-left-out {
    left: -30px;
  }
  #adea6aad87ac37c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5f67a73efa84f8  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4f05aa0b1a588c .ab4cfa7547abdc6 {
  overflow: hidden;
}
#a4f05aa0b1a588c .ab4cfa7547abdc6 , #a4f05aa0b1a588c .ab4cfa7547abdc6 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4f05aa0b1a588c .ab4cfa7547abdc6:hover , #a4f05aa0b1a588c .ab4cfa7547abdc6 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4f05aa0b1a588c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4f05aa0b1a588c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4f05aa0b1a588c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4f05aa0b1a588c .uk-position-center-left-out {
    left: -30px;
  }
  #a4f05aa0b1a588c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8b3caf245a9550 {
  overflow: hidden;
  pointer-events: none;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a8b3caf245a9550 .layout-left li,
#a8b3caf245a9550 .layout-center li,
#a8b3caf245a9550 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8b3caf245a9550 .layout-left li a,
#a8b3caf245a9550 .layout-center li a,
#a8b3caf245a9550 .layout-right li a {
  height: 100%;
}
#a8b3caf245a9550 > .tab-tabs .layout-left {
  text-align: left;
}
#a8b3caf245a9550 > .tab-tabs .layout-center {
  text-align: center;
}
#a8b3caf245a9550 > .tab-tabs .layout-right {
  text-align: right;
}
#a8b3caf245a9550 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a8b3caf245a9550 .tab-content-wrap {
  background-color: #ffffff;
}
#a8b3caf245a9550 .tab-contents,
#a8b3caf245a9550 .tab-contents-wrap {
  pointer-events: none;
}
#a8b3caf245a9550 .tab-content,
#a8b3caf245a9550 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8b3caf245a9550 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8b3caf245a9550 .tab-wrap .tab-contents {
  height: 100%;
}
#a8b3caf245a9550 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1c11abae0a6498  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#aa27fa0954aa408  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a61a0af29da2f9c .aeab3a5320a803f {
  overflow: hidden;
}
#a61a0af29da2f9c .aeab3a5320a803f , #a61a0af29da2f9c .aeab3a5320a803f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a61a0af29da2f9c .aeab3a5320a803f:hover , #a61a0af29da2f9c .aeab3a5320a803f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a61a0af29da2f9c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a61a0af29da2f9c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a61a0af29da2f9c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a61a0af29da2f9c .uk-position-center-left-out {
    left: -30px;
  }
  #a61a0af29da2f9c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8c29a827fa339d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a1f73acf75a8e75 .a5c24a00fda0569 {
  overflow: hidden;
}
#a1f73acf75a8e75 .a5c24a00fda0569 , #a1f73acf75a8e75 .a5c24a00fda0569 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a1f73acf75a8e75 .a5c24a00fda0569:hover , #a1f73acf75a8e75 .a5c24a00fda0569 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a1f73acf75a8e75 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1f73acf75a8e75 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a1f73acf75a8e75 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a1f73acf75a8e75 .uk-position-center-left-out {
    left: -30px;
  }
  #a1f73acf75a8e75 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a988ba0fa4a2973  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4092a576fa0692 .a229fac40ea9024 {
  overflow: hidden;
}
#a4092a576fa0692 .a229fac40ea9024 , #a4092a576fa0692 .a229fac40ea9024 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4092a576fa0692 .a229fac40ea9024:hover , #a4092a576fa0692 .a229fac40ea9024 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4092a576fa0692 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4092a576fa0692 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4092a576fa0692 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4092a576fa0692 .uk-position-center-left-out {
    left: -30px;
  }
  #a4092a576fa0692 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac7c7a155ba5f06  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a0daaa7cb3a7125 .a8c63ab1d9a065f {
  overflow: hidden;
}
#a0daaa7cb3a7125 .a8c63ab1d9a065f , #a0daaa7cb3a7125 .a8c63ab1d9a065f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a0daaa7cb3a7125 .a8c63ab1d9a065f:hover , #a0daaa7cb3a7125 .a8c63ab1d9a065f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a0daaa7cb3a7125 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a0daaa7cb3a7125 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a0daaa7cb3a7125 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a0daaa7cb3a7125 .uk-position-center-left-out {
    left: -30px;
  }
  #a0daaa7cb3a7125 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a2884a9c7aa42cb {
  overflow: hidden;
  pointer-events: none;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a2884a9c7aa42cb .layout-left li,
#a2884a9c7aa42cb .layout-center li,
#a2884a9c7aa42cb .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a2884a9c7aa42cb .layout-left li a,
#a2884a9c7aa42cb .layout-center li a,
#a2884a9c7aa42cb .layout-right li a {
  height: 100%;
}
#a2884a9c7aa42cb > .tab-tabs .layout-left {
  text-align: left;
}
#a2884a9c7aa42cb > .tab-tabs .layout-center {
  text-align: center;
}
#a2884a9c7aa42cb > .tab-tabs .layout-right {
  text-align: right;
}
#a2884a9c7aa42cb .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a2884a9c7aa42cb .tab-content-wrap {
  background-color: #ffffff;
}
#a2884a9c7aa42cb .tab-contents,
#a2884a9c7aa42cb .tab-contents-wrap {
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-content,
#a2884a9c7aa42cb .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a2884a9c7aa42cb .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-wrap .tab-contents {
  height: 100%;
}
#a2884a9c7aa42cb .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9337a9870a4aa8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .tab-nav li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .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: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#a9337a9870a4aa8 .layout-left li,
#a9337a9870a4aa8 .layout-center li,
#a9337a9870a4aa8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9337a9870a4aa8 .layout-left li a,
#a9337a9870a4aa8 .layout-center li a,
#a9337a9870a4aa8 .layout-right li a {
  height: 100%;
}
#a9337a9870a4aa8 > .tab-tabs .layout-left {
  text-align: left;
}
#a9337a9870a4aa8 > .tab-tabs .layout-center {
  text-align: center;
}
#a9337a9870a4aa8 > .tab-tabs .layout-right {
  text-align: right;
}
#a9337a9870a4aa8 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a9337a9870a4aa8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 .tab-contents,
#a9337a9870a4aa8 .tab-contents-wrap {
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-content,
#a9337a9870a4aa8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9337a9870a4aa8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-wrap .tab-contents {
  height: 100%;
}
#a9337a9870a4aa8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a02f5a3ff9a4083  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0dafa41eda42c1 > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a0936a27c6a7e20 > .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;}#a0936a27c6a7e20  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0936a27c6a7e20:hover * {color: #000000  !important}
                            #a0936a27c6a7e20:hover .line{border-color: #000000  !important}#a0099a01a7a0786 > .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;}#a0099a01a7a0786  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0099a01a7a0786:hover * {color: #000000  !important}
                            #a0099a01a7a0786:hover .line{border-color: #000000  !important}#ada22ad7caad10a  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a2384a88bcaa91f > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#aff0fa80aca0f48 > .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;}#aff0fa80aca0f48  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aff0fa80aca0f48:hover * {color: #000000  !important}
                            #aff0fa80aca0f48:hover .line{border-color: #000000  !important}#a7c98ad8d3a2f15 > .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;}#a7c98ad8d3a2f15  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7c98ad8d3a2f15:hover * {color: #000000  !important}
                            #a7c98ad8d3a2f15:hover .line{border-color: #000000  !important}#aef76a9e03a209f  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a96e2a6c2aae62d > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#ae1efad977acc8b > .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;}#ae1efad977acc8b  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#ae1efad977acc8b:hover * {color: #000000  !important}
                            #ae1efad977acc8b:hover .line{border-color: #000000  !important}#a969ba27fba3e87 > .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;}#a969ba27fba3e87  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a969ba27fba3e87:hover * {color: #000000  !important}
                            #a969ba27fba3e87:hover .line{border-color: #000000  !important}#a72b8a64dba1bcc > .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;}#a72b8a64dba1bcc  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a72b8a64dba1bcc:hover * {color: #000000  !important}
                            #a72b8a64dba1bcc:hover .line{border-color: #000000  !important}#a5509a25c7aa431 > .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;}#a5509a25c7aa431  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a5509a25c7aa431:hover * {color: #000000  !important}
                            #a5509a25c7aa431:hover .line{border-color: #000000  !important}#ac860aabe5ab7a3 {
  overflow: hidden;
  pointer-events: none;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 .layout-left li,
#ac860aabe5ab7a3 .layout-center li,
#ac860aabe5ab7a3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac860aabe5ab7a3 .layout-left li a,
#ac860aabe5ab7a3 .layout-center li a,
#ac860aabe5ab7a3 .layout-right li a {
  height: 100%;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-left {
  text-align: left;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-center {
  text-align: center;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-right {
  text-align: right;
}
#ac860aabe5ab7a3 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#ac860aabe5ab7a3 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ac860aabe5ab7a3 .tab-contents,
#ac860aabe5ab7a3 .tab-contents-wrap {
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-content,
#ac860aabe5ab7a3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac860aabe5ab7a3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-wrap .tab-contents {
  height: 100%;
}
#ac860aabe5ab7a3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a803baa081aca73 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a803baa081aca73 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a803baa081aca73 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a803baa081aca73 .menu-list > li > a {
  padding: 0 10px;
}
#a803baa081aca73 .menu-list > li:hover:before {
  height: 100%;
}
#a803baa081aca73 .menu-list > li:hover:after {
  color: auto;
}
#a803baa081aca73 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a803baa081aca73 .menu-list > li:first-child:after {
  content: "";
}
#a803baa081aca73 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a803baa081aca73 .menu-list > li ul li {
  position: relative;
}
#a803baa081aca73 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a803baa081aca73 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a803baa081aca73 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 li ul,
#a803baa081aca73 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a803baa081aca73 li:hover > ul {
  left: auto;
}
#a803baa081aca73 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a36d9a2a5ca5884  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#a115cab3ada229c  {flex-grow: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 60px;}#a8d31aeceba449a  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-top: 30px;}#a3bdea47c6a5094  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-top: 30px;}#af53bae88da18a4  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-top: 30px;}#a7428a6009ac2bc {
  overflow: hidden;
  pointer-events: none;
}
#a7428a6009ac2bc > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 55px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a7428a6009ac2bc > .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;
}
#a7428a6009ac2bc > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a7428a6009ac2bc > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 55px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a7428a6009ac2bc > .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;
}
#a7428a6009ac2bc > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a7428a6009ac2bc > .tab-wrap > div > .tab-nav,
#a7428a6009ac2bc > .tab-nav,
#a7428a6009ac2bc > .tab-tabs > .tab-wrap > div > .tab-nav,
#a7428a6009ac2bc > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
  border-bottom-style: solid;
}
#a7428a6009ac2bc > .tab-wrap > div > .tab-nav-horizontal,
#a7428a6009ac2bc > .tab-nav-horizontal,
#a7428a6009ac2bc > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a7428a6009ac2bc > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a7428a6009ac2bc > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a7428a6009ac2bc > .tab-nav-horizontal::-webkit-scrollbar,
#a7428a6009ac2bc > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a7428a6009ac2bc > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a7428a6009ac2bc > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a7428a6009ac2bc > .tab-nav-horizontal.tagScroll,
#a7428a6009ac2bc > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a7428a6009ac2bc > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 55px;
  overflow-x: auto;
}
#a7428a6009ac2bc > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a7428a6009ac2bc > .tab-nav-horizontal.tagScroll li a,
#a7428a6009ac2bc > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a7428a6009ac2bc > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a7428a6009ac2bc > .tab-wrap > div > .tab-nav a,
#a7428a6009ac2bc > .tab-nav a,
#a7428a6009ac2bc > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a7428a6009ac2bc > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#a7428a6009ac2bc > .tab-wrap > div > .tab-nav li a,
#a7428a6009ac2bc > .tab-nav li a,
#a7428a6009ac2bc > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a7428a6009ac2bc > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 54px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 55px;
  font-weight: bold;
  font-style: normal;
  font-size: 17px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 10px;
  margin-left: 10px;
  padding: 0 20px;
}
#a7428a6009ac2bc > .tab-wrap > div > .tab-nav li a svg,
#a7428a6009ac2bc > .tab-nav li a svg,
#a7428a6009ac2bc > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a7428a6009ac2bc > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a7428a6009ac2bc > .tab-wrap > div > .tab-nav li a .ap_icon,
#a7428a6009ac2bc > .tab-nav li a .ap_icon,
#a7428a6009ac2bc > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a7428a6009ac2bc > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a7428a6009ac2bc > .tab-wrap > div > .tab-nav li a:hover,
#a7428a6009ac2bc > .tab-nav li a:hover,
#a7428a6009ac2bc > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a7428a6009ac2bc > .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;
}
#a7428a6009ac2bc > .tab-wrap > div > .tab-nav li.uk-active a,
#a7428a6009ac2bc > .tab-nav li.uk-active a,
#a7428a6009ac2bc > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a7428a6009ac2bc > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 17px;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
  background-color: #1364d8;
}
#a7428a6009ac2bc .layout-left li,
#a7428a6009ac2bc .layout-center li,
#a7428a6009ac2bc .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a7428a6009ac2bc .layout-left li a,
#a7428a6009ac2bc .layout-center li a,
#a7428a6009ac2bc .layout-right li a {
  height: 100%;
}
#a7428a6009ac2bc > .tab-tabs .layout-left {
  text-align: left;
}
#a7428a6009ac2bc > .tab-tabs .layout-center {
  text-align: center;
}
#a7428a6009ac2bc > .tab-tabs .layout-right {
  text-align: right;
}
#a7428a6009ac2bc .tab-contents {
  height: 100%;
  height: calc(100% - 55px);
}
#a7428a6009ac2bc .tab-content-wrap {
  background-color: #ffffff;
}
#a7428a6009ac2bc .tab-contents,
#a7428a6009ac2bc .tab-contents-wrap {
  pointer-events: none;
}
#a7428a6009ac2bc .tab-content,
#a7428a6009ac2bc .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a7428a6009ac2bc .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a7428a6009ac2bc .tab-wrap .tab-contents {
  height: 100%;
}
#a7428a6009ac2bc .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a7428a6009ac2bc .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a7428a6009ac2bc .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0feea95a2a72ad  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#af056a2390a76c7  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a36a4a72ebaa0ec , #a36a4a72ebaa0ec a{flex-grow: 0;color: rgba(49, 118, 219, 1);}#a36a4a72ebaa0ec:hover, #a36a4a72ebaa0ec a:hover {color: rgba(19, 100, 216, 1);}#a767fa3f3aaf748  {flex-grow: 1;}#a4fb9aba3ca9c8c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a4fb9aba3ca9c8c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a4fb9aba3ca9c8c .ap-icon {
  margin-right: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon img,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li:hover > a,
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a4fb9aba3ca9c8c .menu-list ul,
#a4fb9aba3ca9c8c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a4fb9aba3ca9c8c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a4fb9aba3ca9c8c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4fb9aba3ca9c8c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4fb9aba3ca9c8c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a49b0afccaac34c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a49b0afccaac34c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a49b0afccaac34c .ap-icon {
  margin-right: 6px;
}
#a49b0afccaac34c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a,
#a49b0afccaac34c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon img,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a49b0afccaac34c .menu-list > li:hover > a,
#a49b0afccaac34c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a49b0afccaac34c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a49b0afccaac34c .menu-list ul,
#a49b0afccaac34c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a49b0afccaac34c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a49b0afccaac34c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a49b0afccaac34c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a49b0afccaac34c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a468aa0b1da717e > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afe37a828faabd7 , #afe37a828faabd7 a{color: rgba(6, 164, 100, 1);}#afe37a828faabd7:hover, #afe37a828faabd7 a:hover {color: rgba(4, 204, 101, 1);}#ac7eca0ba9a4ccf .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac7eca0ba9a4ccf .menu-list-expand .submenu-indicator {
  display: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a img,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9e02ae88da9704 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a img,
#a9e02ae88da9704 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa5cfa706da140f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa5cfa706da140f .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa5cfa706da140f .menu-list-expand .submenu-indicator {
  display: none;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li a img,
#aa5cfa706da140f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ad450af7cfaf0be .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a1ca5ae345af76e {
  min-height: 90vh;
  /* mobile */
}
#a1ca5ae345af76e .search-highlight {
  background: yellow;
}
#a1ca5ae345af76e .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a1ca5ae345af76e .el-title {
  margin-bottom: 20px;
}
#a1ca5ae345af76e .el-item:hover .el-title {
  color: #1364d8;
}
#a1ca5ae345af76e .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a1ca5ae345af76e .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a1ca5ae345af76e .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a1ca5ae345af76e .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a1ca5ae345af76e .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a1ca5ae345af76e .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a1ca5ae345af76e .el-title {
    margin-bottom: 0;
  }
  #a1ca5ae345af76e .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a1ca5ae345af76e .category {
    font-size: 12px;
  }
  #a1ca5ae345af76e .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#a5bb0a4e40af0ac  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#a4f0eae1c8ad5b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a5e1fa5af8a6d2f > .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;flex-grow: 0;}#aaa66adb04a787f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aaa66adb04a787f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6e05a9cb2aacc5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a71eaaa784aba6f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a71eaaa784aba6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1f02a72faacac9 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad649a4e1faa01e > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad649a4e1faa01e  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2131a4568ad5fb .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8427a3663ab91d > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8427a3663ab91d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a54aea8b6da48ed .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#af514ac23ca7297  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4549a962ca7add > .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;flex-grow: 0;}#aefe9a9dcba95e8 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aefe9a9dcba95e8  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a78b8a66c3a62cd .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a6860a4373a658a > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a6860a4373a658a  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a60d7a306dad87e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aa506af856a9ff7 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aa506af856a9ff7  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1a9bafb12a3379 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a1ea5a55aba2aaa > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a1ea5a55aba2aaa  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a92fda3d31aebae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a96dba8355ac472 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a96dba8355ac472  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3fa0aa753aa303 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a05c0a0e46a2f58  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ace13a3d21a10ea > .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;flex-grow: 0;}#a0604a42d4a4597 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0604a42d4a4597  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ac9a8ad93ea1211 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae9cbafda3a2f1b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae9cbafda3a2f1b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aac8da5f56ab439 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4442ab252a29a9 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4442ab252a29a9  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae418a8e29ac7a8 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aacb4aacb5aec67 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aacb4aacb5aec67  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#adafea3e44a3273 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7b50a7223adfe6 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7b50a7223adfe6  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1ff7aaad5a00c5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4ed7a699ea9c4b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4ed7a699ea9c4b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3cc7a1265a50b6 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8ba8a9e62a0d8c > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8ba8a9e62a0d8c  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2e38acba1a6797 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab151a234ead77c {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#ab151a234ead77c .layout-left li,
#ab151a234ead77c .layout-center li,
#ab151a234ead77c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab151a234ead77c .layout-left li a,
#ab151a234ead77c .layout-center li a,
#ab151a234ead77c .layout-right li a {
  height: 100%;
}
#ab151a234ead77c > .tab-tabs .layout-left {
  text-align: left;
}
#ab151a234ead77c > .tab-tabs .layout-center {
  text-align: center;
}
#ab151a234ead77c > .tab-tabs .layout-right {
  text-align: right;
}
#ab151a234ead77c .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#ab151a234ead77c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c .tab-contents,
#ab151a234ead77c .tab-contents-wrap {
  pointer-events: none;
}
#ab151a234ead77c .tab-content,
#ab151a234ead77c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab151a234ead77c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab151a234ead77c .tab-wrap .tab-contents {
  height: 100%;
}
#ab151a234ead77c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab151a234ead77c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab151a234ead77c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a445cadc90a6f90  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a54aba797fa6994  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a0c23a8da1a5492  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aa603ad8dfa8ae5 .a72bea96eba74bb {
  overflow: hidden;
}
#aa603ad8dfa8ae5 .a72bea96eba74bb , #aa603ad8dfa8ae5 .a72bea96eba74bb > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aa603ad8dfa8ae5 .a72bea96eba74bb:hover , #aa603ad8dfa8ae5 .a72bea96eba74bb *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aa603ad8dfa8ae5 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa603ad8dfa8ae5 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa603ad8dfa8ae5 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aa603ad8dfa8ae5 .uk-position-center-left-out {
    left: -30px;
  }
  #aa603ad8dfa8ae5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6f8da0e6ea7804  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7baeab343a1ed2 .a31f5a9637ae63a {
  overflow: hidden;
}
#a7baeab343a1ed2 .a31f5a9637ae63a , #a7baeab343a1ed2 .a31f5a9637ae63a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7baeab343a1ed2 .a31f5a9637ae63a:hover , #a7baeab343a1ed2 .a31f5a9637ae63a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7baeab343a1ed2 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a7baeab343a1ed2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7baeab343a1ed2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7baeab343a1ed2 .uk-position-center-left-out {
    left: -30px;
  }
  #a7baeab343a1ed2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7eeea24a2a489a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a9e11a3922a0a84 .a0c79ae6caaf8e2 {
  overflow: hidden;
}
#a9e11a3922a0a84 .a0c79ae6caaf8e2 , #a9e11a3922a0a84 .a0c79ae6caaf8e2 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a9e11a3922a0a84 .a0c79ae6caaf8e2:hover , #a9e11a3922a0a84 .a0c79ae6caaf8e2 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a9e11a3922a0a84 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a9e11a3922a0a84 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9e11a3922a0a84 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a9e11a3922a0a84 .uk-position-center-left-out {
    left: -30px;
  }
  #a9e11a3922a0a84 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa82faaea2a1c77  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a94ffa5483a8d60 .a8a48ae1cfa9a13 {
  overflow: hidden;
}
#a94ffa5483a8d60 .a8a48ae1cfa9a13 , #a94ffa5483a8d60 .a8a48ae1cfa9a13 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a94ffa5483a8d60 .a8a48ae1cfa9a13:hover , #a94ffa5483a8d60 .a8a48ae1cfa9a13 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a94ffa5483a8d60 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a94ffa5483a8d60 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a94ffa5483a8d60 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a94ffa5483a8d60 .uk-position-center-left-out {
    left: -30px;
  }
  #a94ffa5483a8d60 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3b61acc08a6bcf {
  overflow: hidden;
  pointer-events: none;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a3b61acc08a6bcf .layout-left li,
#a3b61acc08a6bcf .layout-center li,
#a3b61acc08a6bcf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3b61acc08a6bcf .layout-left li a,
#a3b61acc08a6bcf .layout-center li a,
#a3b61acc08a6bcf .layout-right li a {
  height: 100%;
}
#a3b61acc08a6bcf > .tab-tabs .layout-left {
  text-align: left;
}
#a3b61acc08a6bcf > .tab-tabs .layout-center {
  text-align: center;
}
#a3b61acc08a6bcf > .tab-tabs .layout-right {
  text-align: right;
}
#a3b61acc08a6bcf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a3b61acc08a6bcf .tab-content-wrap {
  background-color: #ffffff;
}
#a3b61acc08a6bcf .tab-contents,
#a3b61acc08a6bcf .tab-contents-wrap {
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-content,
#a3b61acc08a6bcf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3b61acc08a6bcf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-wrap .tab-contents {
  height: 100%;
}
#a3b61acc08a6bcf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2b29afa75af3d2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a7bdda440da10de  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af0fda089faa74e .a179ba61fca0888 {
  overflow: hidden;
}
#af0fda089faa74e .a179ba61fca0888 , #af0fda089faa74e .a179ba61fca0888 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af0fda089faa74e .a179ba61fca0888:hover , #af0fda089faa74e .a179ba61fca0888 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af0fda089faa74e .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af0fda089faa74e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af0fda089faa74e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af0fda089faa74e .uk-position-center-left-out {
    left: -30px;
  }
  #af0fda089faa74e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac029ab8d2ac795  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3fa1aa72eae5d8 .a8a0fa2a83ace44 {
  overflow: hidden;
}
#a3fa1aa72eae5d8 .a8a0fa2a83ace44 , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3fa1aa72eae5d8 .a8a0fa2a83ace44:hover , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3fa1aa72eae5d8 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a3fa1aa72eae5d8 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3fa1aa72eae5d8 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3fa1aa72eae5d8 .uk-position-center-left-out {
    left: -30px;
  }
  #a3fa1aa72eae5d8 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acd71a09bca3734  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2599afd13a8dda .a67b0a5657abdca {
  overflow: hidden;
}
#a2599afd13a8dda .a67b0a5657abdca , #a2599afd13a8dda .a67b0a5657abdca > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2599afd13a8dda .a67b0a5657abdca:hover , #a2599afd13a8dda .a67b0a5657abdca *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2599afd13a8dda .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2599afd13a8dda .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2599afd13a8dda .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2599afd13a8dda .uk-position-center-left-out {
    left: -30px;
  }
  #a2599afd13a8dda .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3bd9a9ed3a0012  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5fc2ae1b1ac227 .ada91af9b0a0502 {
  overflow: hidden;
}
#a5fc2ae1b1ac227 .ada91af9b0a0502 , #a5fc2ae1b1ac227 .ada91af9b0a0502 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5fc2ae1b1ac227 .ada91af9b0a0502:hover , #a5fc2ae1b1ac227 .ada91af9b0a0502 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5fc2ae1b1ac227 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a5fc2ae1b1ac227 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5fc2ae1b1ac227 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5fc2ae1b1ac227 .uk-position-center-left-out {
    left: -30px;
  }
  #a5fc2ae1b1ac227 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6bcdafc0fa513f  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab2a3a53e3a711b .aec71a08e0ab367 {
  overflow: hidden;
}
#ab2a3a53e3a711b .aec71a08e0ab367 , #ab2a3a53e3a711b .aec71a08e0ab367 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab2a3a53e3a711b .aec71a08e0ab367:hover , #ab2a3a53e3a711b .aec71a08e0ab367 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab2a3a53e3a711b .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ab2a3a53e3a711b .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab2a3a53e3a711b .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab2a3a53e3a711b .uk-position-center-left-out {
    left: -30px;
  }
  #ab2a3a53e3a711b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a309aa2ec8a7ce3 {
  overflow: hidden;
  pointer-events: none;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a309aa2ec8a7ce3 .layout-left li,
#a309aa2ec8a7ce3 .layout-center li,
#a309aa2ec8a7ce3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a309aa2ec8a7ce3 .layout-left li a,
#a309aa2ec8a7ce3 .layout-center li a,
#a309aa2ec8a7ce3 .layout-right li a {
  height: 100%;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-left {
  text-align: left;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-center {
  text-align: center;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-right {
  text-align: right;
}
#a309aa2ec8a7ce3 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a309aa2ec8a7ce3 .tab-content-wrap {
  background-color: #ffffff;
}
#a309aa2ec8a7ce3 .tab-contents,
#a309aa2ec8a7ce3 .tab-contents-wrap {
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-content,
#a309aa2ec8a7ce3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-wrap .tab-contents {
  height: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6180acc49a3e93  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a6dafa4ecea60a0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aff3cac13cafbfb .a06ebafd21a2d85 {
  overflow: hidden;
}
#aff3cac13cafbfb .a06ebafd21a2d85 , #aff3cac13cafbfb .a06ebafd21a2d85 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aff3cac13cafbfb .a06ebafd21a2d85:hover , #aff3cac13cafbfb .a06ebafd21a2d85 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aff3cac13cafbfb .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aff3cac13cafbfb .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aff3cac13cafbfb .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aff3cac13cafbfb .uk-position-center-left-out {
    left: -30px;
  }
  #aff3cac13cafbfb .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#afcbbaca6ea610b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a53e2aef3aaf277 .aa00dac1eeacc9a {
  overflow: hidden;
}
#a53e2aef3aaf277 .aa00dac1eeacc9a , #a53e2aef3aaf277 .aa00dac1eeacc9a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a53e2aef3aaf277 .aa00dac1eeacc9a:hover , #a53e2aef3aaf277 .aa00dac1eeacc9a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a53e2aef3aaf277 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a53e2aef3aaf277 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a53e2aef3aaf277 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a53e2aef3aaf277 .uk-position-center-left-out {
    left: -30px;
  }
  #a53e2aef3aaf277 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4dd9a08d0a4fbc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adea6aad87ac37c .a709ba3eb4afea8 {
  overflow: hidden;
}
#adea6aad87ac37c .a709ba3eb4afea8 , #adea6aad87ac37c .a709ba3eb4afea8 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adea6aad87ac37c .a709ba3eb4afea8:hover , #adea6aad87ac37c .a709ba3eb4afea8 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adea6aad87ac37c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#adea6aad87ac37c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adea6aad87ac37c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adea6aad87ac37c .uk-position-center-left-out {
    left: -30px;
  }
  #adea6aad87ac37c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5f67a73efa84f8  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4f05aa0b1a588c .ab4cfa7547abdc6 {
  overflow: hidden;
}
#a4f05aa0b1a588c .ab4cfa7547abdc6 , #a4f05aa0b1a588c .ab4cfa7547abdc6 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4f05aa0b1a588c .ab4cfa7547abdc6:hover , #a4f05aa0b1a588c .ab4cfa7547abdc6 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4f05aa0b1a588c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4f05aa0b1a588c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4f05aa0b1a588c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4f05aa0b1a588c .uk-position-center-left-out {
    left: -30px;
  }
  #a4f05aa0b1a588c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8b3caf245a9550 {
  overflow: hidden;
  pointer-events: none;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a8b3caf245a9550 .layout-left li,
#a8b3caf245a9550 .layout-center li,
#a8b3caf245a9550 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8b3caf245a9550 .layout-left li a,
#a8b3caf245a9550 .layout-center li a,
#a8b3caf245a9550 .layout-right li a {
  height: 100%;
}
#a8b3caf245a9550 > .tab-tabs .layout-left {
  text-align: left;
}
#a8b3caf245a9550 > .tab-tabs .layout-center {
  text-align: center;
}
#a8b3caf245a9550 > .tab-tabs .layout-right {
  text-align: right;
}
#a8b3caf245a9550 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a8b3caf245a9550 .tab-content-wrap {
  background-color: #ffffff;
}
#a8b3caf245a9550 .tab-contents,
#a8b3caf245a9550 .tab-contents-wrap {
  pointer-events: none;
}
#a8b3caf245a9550 .tab-content,
#a8b3caf245a9550 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8b3caf245a9550 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8b3caf245a9550 .tab-wrap .tab-contents {
  height: 100%;
}
#a8b3caf245a9550 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1c11abae0a6498  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#aa27fa0954aa408  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a61a0af29da2f9c .aeab3a5320a803f {
  overflow: hidden;
}
#a61a0af29da2f9c .aeab3a5320a803f , #a61a0af29da2f9c .aeab3a5320a803f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a61a0af29da2f9c .aeab3a5320a803f:hover , #a61a0af29da2f9c .aeab3a5320a803f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a61a0af29da2f9c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a61a0af29da2f9c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a61a0af29da2f9c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a61a0af29da2f9c .uk-position-center-left-out {
    left: -30px;
  }
  #a61a0af29da2f9c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8c29a827fa339d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a1f73acf75a8e75 .a5c24a00fda0569 {
  overflow: hidden;
}
#a1f73acf75a8e75 .a5c24a00fda0569 , #a1f73acf75a8e75 .a5c24a00fda0569 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a1f73acf75a8e75 .a5c24a00fda0569:hover , #a1f73acf75a8e75 .a5c24a00fda0569 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a1f73acf75a8e75 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1f73acf75a8e75 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a1f73acf75a8e75 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a1f73acf75a8e75 .uk-position-center-left-out {
    left: -30px;
  }
  #a1f73acf75a8e75 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a988ba0fa4a2973  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4092a576fa0692 .a229fac40ea9024 {
  overflow: hidden;
}
#a4092a576fa0692 .a229fac40ea9024 , #a4092a576fa0692 .a229fac40ea9024 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4092a576fa0692 .a229fac40ea9024:hover , #a4092a576fa0692 .a229fac40ea9024 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4092a576fa0692 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4092a576fa0692 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4092a576fa0692 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4092a576fa0692 .uk-position-center-left-out {
    left: -30px;
  }
  #a4092a576fa0692 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac7c7a155ba5f06  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a0daaa7cb3a7125 .a8c63ab1d9a065f {
  overflow: hidden;
}
#a0daaa7cb3a7125 .a8c63ab1d9a065f , #a0daaa7cb3a7125 .a8c63ab1d9a065f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a0daaa7cb3a7125 .a8c63ab1d9a065f:hover , #a0daaa7cb3a7125 .a8c63ab1d9a065f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a0daaa7cb3a7125 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a0daaa7cb3a7125 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a0daaa7cb3a7125 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a0daaa7cb3a7125 .uk-position-center-left-out {
    left: -30px;
  }
  #a0daaa7cb3a7125 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a2884a9c7aa42cb {
  overflow: hidden;
  pointer-events: none;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a2884a9c7aa42cb .layout-left li,
#a2884a9c7aa42cb .layout-center li,
#a2884a9c7aa42cb .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a2884a9c7aa42cb .layout-left li a,
#a2884a9c7aa42cb .layout-center li a,
#a2884a9c7aa42cb .layout-right li a {
  height: 100%;
}
#a2884a9c7aa42cb > .tab-tabs .layout-left {
  text-align: left;
}
#a2884a9c7aa42cb > .tab-tabs .layout-center {
  text-align: center;
}
#a2884a9c7aa42cb > .tab-tabs .layout-right {
  text-align: right;
}
#a2884a9c7aa42cb .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a2884a9c7aa42cb .tab-content-wrap {
  background-color: #ffffff;
}
#a2884a9c7aa42cb .tab-contents,
#a2884a9c7aa42cb .tab-contents-wrap {
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-content,
#a2884a9c7aa42cb .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a2884a9c7aa42cb .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-wrap .tab-contents {
  height: 100%;
}
#a2884a9c7aa42cb .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9337a9870a4aa8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .tab-nav li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .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: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#a9337a9870a4aa8 .layout-left li,
#a9337a9870a4aa8 .layout-center li,
#a9337a9870a4aa8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9337a9870a4aa8 .layout-left li a,
#a9337a9870a4aa8 .layout-center li a,
#a9337a9870a4aa8 .layout-right li a {
  height: 100%;
}
#a9337a9870a4aa8 > .tab-tabs .layout-left {
  text-align: left;
}
#a9337a9870a4aa8 > .tab-tabs .layout-center {
  text-align: center;
}
#a9337a9870a4aa8 > .tab-tabs .layout-right {
  text-align: right;
}
#a9337a9870a4aa8 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a9337a9870a4aa8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 .tab-contents,
#a9337a9870a4aa8 .tab-contents-wrap {
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-content,
#a9337a9870a4aa8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9337a9870a4aa8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-wrap .tab-contents {
  height: 100%;
}
#a9337a9870a4aa8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a02f5a3ff9a4083  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0dafa41eda42c1 > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a0936a27c6a7e20 > .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;}#a0936a27c6a7e20  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0936a27c6a7e20:hover * {color: #000000  !important}
                            #a0936a27c6a7e20:hover .line{border-color: #000000  !important}#a0099a01a7a0786 > .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;}#a0099a01a7a0786  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0099a01a7a0786:hover * {color: #000000  !important}
                            #a0099a01a7a0786:hover .line{border-color: #000000  !important}#ada22ad7caad10a  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a2384a88bcaa91f > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#aff0fa80aca0f48 > .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;}#aff0fa80aca0f48  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aff0fa80aca0f48:hover * {color: #000000  !important}
                            #aff0fa80aca0f48:hover .line{border-color: #000000  !important}#a7c98ad8d3a2f15 > .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;}#a7c98ad8d3a2f15  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7c98ad8d3a2f15:hover * {color: #000000  !important}
                            #a7c98ad8d3a2f15:hover .line{border-color: #000000  !important}#aef76a9e03a209f  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a96e2a6c2aae62d > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#ae1efad977acc8b > .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;}#ae1efad977acc8b  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#ae1efad977acc8b:hover * {color: #000000  !important}
                            #ae1efad977acc8b:hover .line{border-color: #000000  !important}#a969ba27fba3e87 > .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;}#a969ba27fba3e87  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a969ba27fba3e87:hover * {color: #000000  !important}
                            #a969ba27fba3e87:hover .line{border-color: #000000  !important}#a72b8a64dba1bcc > .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;}#a72b8a64dba1bcc  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a72b8a64dba1bcc:hover * {color: #000000  !important}
                            #a72b8a64dba1bcc:hover .line{border-color: #000000  !important}#a5509a25c7aa431 > .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;}#a5509a25c7aa431  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a5509a25c7aa431:hover * {color: #000000  !important}
                            #a5509a25c7aa431:hover .line{border-color: #000000  !important}#ac860aabe5ab7a3 {
  overflow: hidden;
  pointer-events: none;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 .layout-left li,
#ac860aabe5ab7a3 .layout-center li,
#ac860aabe5ab7a3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac860aabe5ab7a3 .layout-left li a,
#ac860aabe5ab7a3 .layout-center li a,
#ac860aabe5ab7a3 .layout-right li a {
  height: 100%;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-left {
  text-align: left;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-center {
  text-align: center;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-right {
  text-align: right;
}
#ac860aabe5ab7a3 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#ac860aabe5ab7a3 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ac860aabe5ab7a3 .tab-contents,
#ac860aabe5ab7a3 .tab-contents-wrap {
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-content,
#ac860aabe5ab7a3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac860aabe5ab7a3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-wrap .tab-contents {
  height: 100%;
}
#ac860aabe5ab7a3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a803baa081aca73 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a803baa081aca73 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a803baa081aca73 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a803baa081aca73 .menu-list > li > a {
  padding: 0 10px;
}
#a803baa081aca73 .menu-list > li:hover:before {
  height: 100%;
}
#a803baa081aca73 .menu-list > li:hover:after {
  color: auto;
}
#a803baa081aca73 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a803baa081aca73 .menu-list > li:first-child:after {
  content: "";
}
#a803baa081aca73 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a803baa081aca73 .menu-list > li ul li {
  position: relative;
}
#a803baa081aca73 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a803baa081aca73 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a803baa081aca73 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 li ul,
#a803baa081aca73 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a803baa081aca73 li:hover > ul {
  left: auto;
}
#a803baa081aca73 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a0feea95a2a72ad  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#af056a2390a76c7  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a36a4a72ebaa0ec , #a36a4a72ebaa0ec a{flex-grow: 0;color: rgba(49, 118, 219, 1);}#a36a4a72ebaa0ec:hover, #a36a4a72ebaa0ec a:hover {color: rgba(19, 100, 216, 1);}#a767fa3f3aaf748  {flex-grow: 1;}#a4fb9aba3ca9c8c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a4fb9aba3ca9c8c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a4fb9aba3ca9c8c .ap-icon {
  margin-right: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon img,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li:hover > a,
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a4fb9aba3ca9c8c .menu-list ul,
#a4fb9aba3ca9c8c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a4fb9aba3ca9c8c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a4fb9aba3ca9c8c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4fb9aba3ca9c8c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4fb9aba3ca9c8c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a49b0afccaac34c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a49b0afccaac34c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a49b0afccaac34c .ap-icon {
  margin-right: 6px;
}
#a49b0afccaac34c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a,
#a49b0afccaac34c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon img,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a49b0afccaac34c .menu-list > li:hover > a,
#a49b0afccaac34c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a49b0afccaac34c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a49b0afccaac34c .menu-list ul,
#a49b0afccaac34c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a49b0afccaac34c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a49b0afccaac34c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a49b0afccaac34c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a49b0afccaac34c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a468aa0b1da717e > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afe37a828faabd7 , #afe37a828faabd7 a{color: rgba(6, 164, 100, 1);}#afe37a828faabd7:hover, #afe37a828faabd7 a:hover {color: rgba(4, 204, 101, 1);}#ac7eca0ba9a4ccf .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac7eca0ba9a4ccf .menu-list-expand .submenu-indicator {
  display: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a img,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9e02ae88da9704 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a img,
#a9e02ae88da9704 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa5cfa706da140f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa5cfa706da140f .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa5cfa706da140f .menu-list-expand .submenu-indicator {
  display: none;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li a img,
#aa5cfa706da140f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ad450af7cfaf0be .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5bb0a4e40af0ac  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#a4f0eae1c8ad5b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a5e1fa5af8a6d2f > .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;flex-grow: 0;}#aaa66adb04a787f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aaa66adb04a787f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6e05a9cb2aacc5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a71eaaa784aba6f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a71eaaa784aba6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1f02a72faacac9 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad649a4e1faa01e > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad649a4e1faa01e  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2131a4568ad5fb .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8427a3663ab91d > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8427a3663ab91d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a54aea8b6da48ed .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#af514ac23ca7297  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4549a962ca7add > .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;flex-grow: 0;}#aefe9a9dcba95e8 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aefe9a9dcba95e8  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a78b8a66c3a62cd .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a6860a4373a658a > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a6860a4373a658a  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a60d7a306dad87e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aa506af856a9ff7 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aa506af856a9ff7  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1a9bafb12a3379 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a1ea5a55aba2aaa > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a1ea5a55aba2aaa  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a92fda3d31aebae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a96dba8355ac472 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a96dba8355ac472  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3fa0aa753aa303 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a05c0a0e46a2f58  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ace13a3d21a10ea > .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;flex-grow: 0;}#a0604a42d4a4597 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0604a42d4a4597  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ac9a8ad93ea1211 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae9cbafda3a2f1b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae9cbafda3a2f1b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aac8da5f56ab439 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4442ab252a29a9 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4442ab252a29a9  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae418a8e29ac7a8 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aacb4aacb5aec67 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aacb4aacb5aec67  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#adafea3e44a3273 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7b50a7223adfe6 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7b50a7223adfe6  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1ff7aaad5a00c5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4ed7a699ea9c4b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4ed7a699ea9c4b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3cc7a1265a50b6 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8ba8a9e62a0d8c > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8ba8a9e62a0d8c  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2e38acba1a6797 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab151a234ead77c {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#ab151a234ead77c .layout-left li,
#ab151a234ead77c .layout-center li,
#ab151a234ead77c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab151a234ead77c .layout-left li a,
#ab151a234ead77c .layout-center li a,
#ab151a234ead77c .layout-right li a {
  height: 100%;
}
#ab151a234ead77c > .tab-tabs .layout-left {
  text-align: left;
}
#ab151a234ead77c > .tab-tabs .layout-center {
  text-align: center;
}
#ab151a234ead77c > .tab-tabs .layout-right {
  text-align: right;
}
#ab151a234ead77c .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#ab151a234ead77c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c .tab-contents,
#ab151a234ead77c .tab-contents-wrap {
  pointer-events: none;
}
#ab151a234ead77c .tab-content,
#ab151a234ead77c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab151a234ead77c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab151a234ead77c .tab-wrap .tab-contents {
  height: 100%;
}
#ab151a234ead77c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab151a234ead77c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab151a234ead77c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a445cadc90a6f90  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a54aba797fa6994  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a0c23a8da1a5492  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aa603ad8dfa8ae5 .a72bea96eba74bb {
  overflow: hidden;
}
#aa603ad8dfa8ae5 .a72bea96eba74bb , #aa603ad8dfa8ae5 .a72bea96eba74bb > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aa603ad8dfa8ae5 .a72bea96eba74bb:hover , #aa603ad8dfa8ae5 .a72bea96eba74bb *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aa603ad8dfa8ae5 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa603ad8dfa8ae5 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa603ad8dfa8ae5 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aa603ad8dfa8ae5 .uk-position-center-left-out {
    left: -30px;
  }
  #aa603ad8dfa8ae5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6f8da0e6ea7804  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7baeab343a1ed2 .a31f5a9637ae63a {
  overflow: hidden;
}
#a7baeab343a1ed2 .a31f5a9637ae63a , #a7baeab343a1ed2 .a31f5a9637ae63a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7baeab343a1ed2 .a31f5a9637ae63a:hover , #a7baeab343a1ed2 .a31f5a9637ae63a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7baeab343a1ed2 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a7baeab343a1ed2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7baeab343a1ed2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7baeab343a1ed2 .uk-position-center-left-out {
    left: -30px;
  }
  #a7baeab343a1ed2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7eeea24a2a489a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a9e11a3922a0a84 .a0c79ae6caaf8e2 {
  overflow: hidden;
}
#a9e11a3922a0a84 .a0c79ae6caaf8e2 , #a9e11a3922a0a84 .a0c79ae6caaf8e2 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a9e11a3922a0a84 .a0c79ae6caaf8e2:hover , #a9e11a3922a0a84 .a0c79ae6caaf8e2 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a9e11a3922a0a84 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a9e11a3922a0a84 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9e11a3922a0a84 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a9e11a3922a0a84 .uk-position-center-left-out {
    left: -30px;
  }
  #a9e11a3922a0a84 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa82faaea2a1c77  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a94ffa5483a8d60 .a8a48ae1cfa9a13 {
  overflow: hidden;
}
#a94ffa5483a8d60 .a8a48ae1cfa9a13 , #a94ffa5483a8d60 .a8a48ae1cfa9a13 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a94ffa5483a8d60 .a8a48ae1cfa9a13:hover , #a94ffa5483a8d60 .a8a48ae1cfa9a13 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a94ffa5483a8d60 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a94ffa5483a8d60 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a94ffa5483a8d60 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a94ffa5483a8d60 .uk-position-center-left-out {
    left: -30px;
  }
  #a94ffa5483a8d60 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3b61acc08a6bcf {
  overflow: hidden;
  pointer-events: none;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a3b61acc08a6bcf .layout-left li,
#a3b61acc08a6bcf .layout-center li,
#a3b61acc08a6bcf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3b61acc08a6bcf .layout-left li a,
#a3b61acc08a6bcf .layout-center li a,
#a3b61acc08a6bcf .layout-right li a {
  height: 100%;
}
#a3b61acc08a6bcf > .tab-tabs .layout-left {
  text-align: left;
}
#a3b61acc08a6bcf > .tab-tabs .layout-center {
  text-align: center;
}
#a3b61acc08a6bcf > .tab-tabs .layout-right {
  text-align: right;
}
#a3b61acc08a6bcf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a3b61acc08a6bcf .tab-content-wrap {
  background-color: #ffffff;
}
#a3b61acc08a6bcf .tab-contents,
#a3b61acc08a6bcf .tab-contents-wrap {
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-content,
#a3b61acc08a6bcf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3b61acc08a6bcf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-wrap .tab-contents {
  height: 100%;
}
#a3b61acc08a6bcf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2b29afa75af3d2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a7bdda440da10de  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af0fda089faa74e .a179ba61fca0888 {
  overflow: hidden;
}
#af0fda089faa74e .a179ba61fca0888 , #af0fda089faa74e .a179ba61fca0888 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af0fda089faa74e .a179ba61fca0888:hover , #af0fda089faa74e .a179ba61fca0888 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af0fda089faa74e .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af0fda089faa74e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af0fda089faa74e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af0fda089faa74e .uk-position-center-left-out {
    left: -30px;
  }
  #af0fda089faa74e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac029ab8d2ac795  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3fa1aa72eae5d8 .a8a0fa2a83ace44 {
  overflow: hidden;
}
#a3fa1aa72eae5d8 .a8a0fa2a83ace44 , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3fa1aa72eae5d8 .a8a0fa2a83ace44:hover , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3fa1aa72eae5d8 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a3fa1aa72eae5d8 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3fa1aa72eae5d8 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3fa1aa72eae5d8 .uk-position-center-left-out {
    left: -30px;
  }
  #a3fa1aa72eae5d8 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acd71a09bca3734  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2599afd13a8dda .a67b0a5657abdca {
  overflow: hidden;
}
#a2599afd13a8dda .a67b0a5657abdca , #a2599afd13a8dda .a67b0a5657abdca > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2599afd13a8dda .a67b0a5657abdca:hover , #a2599afd13a8dda .a67b0a5657abdca *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2599afd13a8dda .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2599afd13a8dda .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2599afd13a8dda .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2599afd13a8dda .uk-position-center-left-out {
    left: -30px;
  }
  #a2599afd13a8dda .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3bd9a9ed3a0012  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5fc2ae1b1ac227 .ada91af9b0a0502 {
  overflow: hidden;
}
#a5fc2ae1b1ac227 .ada91af9b0a0502 , #a5fc2ae1b1ac227 .ada91af9b0a0502 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5fc2ae1b1ac227 .ada91af9b0a0502:hover , #a5fc2ae1b1ac227 .ada91af9b0a0502 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5fc2ae1b1ac227 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a5fc2ae1b1ac227 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5fc2ae1b1ac227 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5fc2ae1b1ac227 .uk-position-center-left-out {
    left: -30px;
  }
  #a5fc2ae1b1ac227 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6bcdafc0fa513f  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab2a3a53e3a711b .aec71a08e0ab367 {
  overflow: hidden;
}
#ab2a3a53e3a711b .aec71a08e0ab367 , #ab2a3a53e3a711b .aec71a08e0ab367 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab2a3a53e3a711b .aec71a08e0ab367:hover , #ab2a3a53e3a711b .aec71a08e0ab367 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab2a3a53e3a711b .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ab2a3a53e3a711b .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab2a3a53e3a711b .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab2a3a53e3a711b .uk-position-center-left-out {
    left: -30px;
  }
  #ab2a3a53e3a711b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a309aa2ec8a7ce3 {
  overflow: hidden;
  pointer-events: none;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a309aa2ec8a7ce3 .layout-left li,
#a309aa2ec8a7ce3 .layout-center li,
#a309aa2ec8a7ce3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a309aa2ec8a7ce3 .layout-left li a,
#a309aa2ec8a7ce3 .layout-center li a,
#a309aa2ec8a7ce3 .layout-right li a {
  height: 100%;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-left {
  text-align: left;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-center {
  text-align: center;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-right {
  text-align: right;
}
#a309aa2ec8a7ce3 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a309aa2ec8a7ce3 .tab-content-wrap {
  background-color: #ffffff;
}
#a309aa2ec8a7ce3 .tab-contents,
#a309aa2ec8a7ce3 .tab-contents-wrap {
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-content,
#a309aa2ec8a7ce3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-wrap .tab-contents {
  height: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6180acc49a3e93  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a6dafa4ecea60a0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aff3cac13cafbfb .a06ebafd21a2d85 {
  overflow: hidden;
}
#aff3cac13cafbfb .a06ebafd21a2d85 , #aff3cac13cafbfb .a06ebafd21a2d85 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aff3cac13cafbfb .a06ebafd21a2d85:hover , #aff3cac13cafbfb .a06ebafd21a2d85 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aff3cac13cafbfb .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aff3cac13cafbfb .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aff3cac13cafbfb .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aff3cac13cafbfb .uk-position-center-left-out {
    left: -30px;
  }
  #aff3cac13cafbfb .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#afcbbaca6ea610b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a53e2aef3aaf277 .aa00dac1eeacc9a {
  overflow: hidden;
}
#a53e2aef3aaf277 .aa00dac1eeacc9a , #a53e2aef3aaf277 .aa00dac1eeacc9a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a53e2aef3aaf277 .aa00dac1eeacc9a:hover , #a53e2aef3aaf277 .aa00dac1eeacc9a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a53e2aef3aaf277 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a53e2aef3aaf277 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a53e2aef3aaf277 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a53e2aef3aaf277 .uk-position-center-left-out {
    left: -30px;
  }
  #a53e2aef3aaf277 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4dd9a08d0a4fbc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adea6aad87ac37c .a709ba3eb4afea8 {
  overflow: hidden;
}
#adea6aad87ac37c .a709ba3eb4afea8 , #adea6aad87ac37c .a709ba3eb4afea8 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adea6aad87ac37c .a709ba3eb4afea8:hover , #adea6aad87ac37c .a709ba3eb4afea8 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adea6aad87ac37c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#adea6aad87ac37c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adea6aad87ac37c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adea6aad87ac37c .uk-position-center-left-out {
    left: -30px;
  }
  #adea6aad87ac37c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5f67a73efa84f8  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4f05aa0b1a588c .ab4cfa7547abdc6 {
  overflow: hidden;
}
#a4f05aa0b1a588c .ab4cfa7547abdc6 , #a4f05aa0b1a588c .ab4cfa7547abdc6 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4f05aa0b1a588c .ab4cfa7547abdc6:hover , #a4f05aa0b1a588c .ab4cfa7547abdc6 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4f05aa0b1a588c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4f05aa0b1a588c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4f05aa0b1a588c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4f05aa0b1a588c .uk-position-center-left-out {
    left: -30px;
  }
  #a4f05aa0b1a588c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8b3caf245a9550 {
  overflow: hidden;
  pointer-events: none;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a8b3caf245a9550 .layout-left li,
#a8b3caf245a9550 .layout-center li,
#a8b3caf245a9550 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8b3caf245a9550 .layout-left li a,
#a8b3caf245a9550 .layout-center li a,
#a8b3caf245a9550 .layout-right li a {
  height: 100%;
}
#a8b3caf245a9550 > .tab-tabs .layout-left {
  text-align: left;
}
#a8b3caf245a9550 > .tab-tabs .layout-center {
  text-align: center;
}
#a8b3caf245a9550 > .tab-tabs .layout-right {
  text-align: right;
}
#a8b3caf245a9550 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a8b3caf245a9550 .tab-content-wrap {
  background-color: #ffffff;
}
#a8b3caf245a9550 .tab-contents,
#a8b3caf245a9550 .tab-contents-wrap {
  pointer-events: none;
}
#a8b3caf245a9550 .tab-content,
#a8b3caf245a9550 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8b3caf245a9550 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8b3caf245a9550 .tab-wrap .tab-contents {
  height: 100%;
}
#a8b3caf245a9550 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1c11abae0a6498  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#aa27fa0954aa408  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a61a0af29da2f9c .aeab3a5320a803f {
  overflow: hidden;
}
#a61a0af29da2f9c .aeab3a5320a803f , #a61a0af29da2f9c .aeab3a5320a803f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a61a0af29da2f9c .aeab3a5320a803f:hover , #a61a0af29da2f9c .aeab3a5320a803f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a61a0af29da2f9c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a61a0af29da2f9c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a61a0af29da2f9c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a61a0af29da2f9c .uk-position-center-left-out {
    left: -30px;
  }
  #a61a0af29da2f9c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8c29a827fa339d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a1f73acf75a8e75 .a5c24a00fda0569 {
  overflow: hidden;
}
#a1f73acf75a8e75 .a5c24a00fda0569 , #a1f73acf75a8e75 .a5c24a00fda0569 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a1f73acf75a8e75 .a5c24a00fda0569:hover , #a1f73acf75a8e75 .a5c24a00fda0569 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a1f73acf75a8e75 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1f73acf75a8e75 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a1f73acf75a8e75 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a1f73acf75a8e75 .uk-position-center-left-out {
    left: -30px;
  }
  #a1f73acf75a8e75 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a988ba0fa4a2973  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4092a576fa0692 .a229fac40ea9024 {
  overflow: hidden;
}
#a4092a576fa0692 .a229fac40ea9024 , #a4092a576fa0692 .a229fac40ea9024 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4092a576fa0692 .a229fac40ea9024:hover , #a4092a576fa0692 .a229fac40ea9024 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4092a576fa0692 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4092a576fa0692 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4092a576fa0692 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4092a576fa0692 .uk-position-center-left-out {
    left: -30px;
  }
  #a4092a576fa0692 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac7c7a155ba5f06  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a0daaa7cb3a7125 .a8c63ab1d9a065f {
  overflow: hidden;
}
#a0daaa7cb3a7125 .a8c63ab1d9a065f , #a0daaa7cb3a7125 .a8c63ab1d9a065f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a0daaa7cb3a7125 .a8c63ab1d9a065f:hover , #a0daaa7cb3a7125 .a8c63ab1d9a065f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a0daaa7cb3a7125 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a0daaa7cb3a7125 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a0daaa7cb3a7125 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a0daaa7cb3a7125 .uk-position-center-left-out {
    left: -30px;
  }
  #a0daaa7cb3a7125 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a2884a9c7aa42cb {
  overflow: hidden;
  pointer-events: none;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a2884a9c7aa42cb .layout-left li,
#a2884a9c7aa42cb .layout-center li,
#a2884a9c7aa42cb .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a2884a9c7aa42cb .layout-left li a,
#a2884a9c7aa42cb .layout-center li a,
#a2884a9c7aa42cb .layout-right li a {
  height: 100%;
}
#a2884a9c7aa42cb > .tab-tabs .layout-left {
  text-align: left;
}
#a2884a9c7aa42cb > .tab-tabs .layout-center {
  text-align: center;
}
#a2884a9c7aa42cb > .tab-tabs .layout-right {
  text-align: right;
}
#a2884a9c7aa42cb .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a2884a9c7aa42cb .tab-content-wrap {
  background-color: #ffffff;
}
#a2884a9c7aa42cb .tab-contents,
#a2884a9c7aa42cb .tab-contents-wrap {
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-content,
#a2884a9c7aa42cb .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a2884a9c7aa42cb .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-wrap .tab-contents {
  height: 100%;
}
#a2884a9c7aa42cb .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9337a9870a4aa8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .tab-nav li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .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: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#a9337a9870a4aa8 .layout-left li,
#a9337a9870a4aa8 .layout-center li,
#a9337a9870a4aa8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9337a9870a4aa8 .layout-left li a,
#a9337a9870a4aa8 .layout-center li a,
#a9337a9870a4aa8 .layout-right li a {
  height: 100%;
}
#a9337a9870a4aa8 > .tab-tabs .layout-left {
  text-align: left;
}
#a9337a9870a4aa8 > .tab-tabs .layout-center {
  text-align: center;
}
#a9337a9870a4aa8 > .tab-tabs .layout-right {
  text-align: right;
}
#a9337a9870a4aa8 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a9337a9870a4aa8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 .tab-contents,
#a9337a9870a4aa8 .tab-contents-wrap {
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-content,
#a9337a9870a4aa8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9337a9870a4aa8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-wrap .tab-contents {
  height: 100%;
}
#a9337a9870a4aa8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a02f5a3ff9a4083  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0dafa41eda42c1 > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a0936a27c6a7e20 > .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;}#a0936a27c6a7e20  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0936a27c6a7e20:hover * {color: #000000  !important}
                            #a0936a27c6a7e20:hover .line{border-color: #000000  !important}#a0099a01a7a0786 > .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;}#a0099a01a7a0786  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0099a01a7a0786:hover * {color: #000000  !important}
                            #a0099a01a7a0786:hover .line{border-color: #000000  !important}#ada22ad7caad10a  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a2384a88bcaa91f > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#aff0fa80aca0f48 > .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;}#aff0fa80aca0f48  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aff0fa80aca0f48:hover * {color: #000000  !important}
                            #aff0fa80aca0f48:hover .line{border-color: #000000  !important}#a7c98ad8d3a2f15 > .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;}#a7c98ad8d3a2f15  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7c98ad8d3a2f15:hover * {color: #000000  !important}
                            #a7c98ad8d3a2f15:hover .line{border-color: #000000  !important}#aef76a9e03a209f  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a96e2a6c2aae62d > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#ae1efad977acc8b > .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;}#ae1efad977acc8b  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#ae1efad977acc8b:hover * {color: #000000  !important}
                            #ae1efad977acc8b:hover .line{border-color: #000000  !important}#a969ba27fba3e87 > .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;}#a969ba27fba3e87  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a969ba27fba3e87:hover * {color: #000000  !important}
                            #a969ba27fba3e87:hover .line{border-color: #000000  !important}#a72b8a64dba1bcc > .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;}#a72b8a64dba1bcc  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a72b8a64dba1bcc:hover * {color: #000000  !important}
                            #a72b8a64dba1bcc:hover .line{border-color: #000000  !important}#a5509a25c7aa431 > .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;}#a5509a25c7aa431  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a5509a25c7aa431:hover * {color: #000000  !important}
                            #a5509a25c7aa431:hover .line{border-color: #000000  !important}#ac860aabe5ab7a3 {
  overflow: hidden;
  pointer-events: none;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 .layout-left li,
#ac860aabe5ab7a3 .layout-center li,
#ac860aabe5ab7a3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac860aabe5ab7a3 .layout-left li a,
#ac860aabe5ab7a3 .layout-center li a,
#ac860aabe5ab7a3 .layout-right li a {
  height: 100%;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-left {
  text-align: left;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-center {
  text-align: center;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-right {
  text-align: right;
}
#ac860aabe5ab7a3 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#ac860aabe5ab7a3 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ac860aabe5ab7a3 .tab-contents,
#ac860aabe5ab7a3 .tab-contents-wrap {
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-content,
#ac860aabe5ab7a3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac860aabe5ab7a3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-wrap .tab-contents {
  height: 100%;
}
#ac860aabe5ab7a3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a803baa081aca73 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a803baa081aca73 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a803baa081aca73 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a803baa081aca73 .menu-list > li > a {
  padding: 0 10px;
}
#a803baa081aca73 .menu-list > li:hover:before {
  height: 100%;
}
#a803baa081aca73 .menu-list > li:hover:after {
  color: auto;
}
#a803baa081aca73 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a803baa081aca73 .menu-list > li:first-child:after {
  content: "";
}
#a803baa081aca73 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a803baa081aca73 .menu-list > li ul li {
  position: relative;
}
#a803baa081aca73 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a803baa081aca73 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a803baa081aca73 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 li ul,
#a803baa081aca73 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a803baa081aca73 li:hover > ul {
  left: auto;
}
#a803baa081aca73 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a0feea95a2a72ad  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#af056a2390a76c7  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a36a4a72ebaa0ec , #a36a4a72ebaa0ec a{flex-grow: 0;color: rgba(49, 118, 219, 1);}#a36a4a72ebaa0ec:hover, #a36a4a72ebaa0ec a:hover {color: rgba(19, 100, 216, 1);}#a767fa3f3aaf748  {flex-grow: 1;}#a4fb9aba3ca9c8c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a4fb9aba3ca9c8c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a4fb9aba3ca9c8c .ap-icon {
  margin-right: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon img,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li:hover > a,
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a4fb9aba3ca9c8c .menu-list ul,
#a4fb9aba3ca9c8c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a4fb9aba3ca9c8c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a4fb9aba3ca9c8c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4fb9aba3ca9c8c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4fb9aba3ca9c8c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a49b0afccaac34c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a49b0afccaac34c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a49b0afccaac34c .ap-icon {
  margin-right: 6px;
}
#a49b0afccaac34c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a,
#a49b0afccaac34c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon img,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a49b0afccaac34c .menu-list > li:hover > a,
#a49b0afccaac34c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a49b0afccaac34c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a49b0afccaac34c .menu-list ul,
#a49b0afccaac34c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a49b0afccaac34c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a49b0afccaac34c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a49b0afccaac34c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a49b0afccaac34c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a468aa0b1da717e > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afe37a828faabd7 , #afe37a828faabd7 a{color: rgba(6, 164, 100, 1);}#afe37a828faabd7:hover, #afe37a828faabd7 a:hover {color: rgba(4, 204, 101, 1);}#ac7eca0ba9a4ccf .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac7eca0ba9a4ccf .menu-list-expand .submenu-indicator {
  display: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a img,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9e02ae88da9704 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a img,
#a9e02ae88da9704 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa5cfa706da140f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa5cfa706da140f .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa5cfa706da140f .menu-list-expand .submenu-indicator {
  display: none;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li a img,
#aa5cfa706da140f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aefcca0912a1fb1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aa491a3181ad91b {
  min-height: 90vh;
  /* mobile */
}
#aa491a3181ad91b .search-highlight {
  background: yellow;
}
#aa491a3181ad91b .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#aa491a3181ad91b .el-title {
  margin-bottom: 20px;
}
#aa491a3181ad91b .el-item:hover .el-title {
  color: #1364d8;
}
#aa491a3181ad91b .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#aa491a3181ad91b .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#aa491a3181ad91b .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#aa491a3181ad91b .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#aa491a3181ad91b .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#aa491a3181ad91b .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #aa491a3181ad91b .el-title {
    margin-bottom: 0;
  }
  #aa491a3181ad91b .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #aa491a3181ad91b .category {
    font-size: 12px;
  }
  #aa491a3181ad91b .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#a5bb0a4e40af0ac  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#a4f0eae1c8ad5b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a5e1fa5af8a6d2f > .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;flex-grow: 0;}#aaa66adb04a787f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aaa66adb04a787f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6e05a9cb2aacc5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a71eaaa784aba6f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a71eaaa784aba6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1f02a72faacac9 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad649a4e1faa01e > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad649a4e1faa01e  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2131a4568ad5fb .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8427a3663ab91d > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8427a3663ab91d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a54aea8b6da48ed .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#af514ac23ca7297  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4549a962ca7add > .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;flex-grow: 0;}#aefe9a9dcba95e8 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aefe9a9dcba95e8  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a78b8a66c3a62cd .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a6860a4373a658a > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a6860a4373a658a  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a60d7a306dad87e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aa506af856a9ff7 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aa506af856a9ff7  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1a9bafb12a3379 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a1ea5a55aba2aaa > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a1ea5a55aba2aaa  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a92fda3d31aebae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a96dba8355ac472 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a96dba8355ac472  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3fa0aa753aa303 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a05c0a0e46a2f58  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ace13a3d21a10ea > .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;flex-grow: 0;}#a0604a42d4a4597 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0604a42d4a4597  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ac9a8ad93ea1211 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae9cbafda3a2f1b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae9cbafda3a2f1b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aac8da5f56ab439 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4442ab252a29a9 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4442ab252a29a9  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae418a8e29ac7a8 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aacb4aacb5aec67 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aacb4aacb5aec67  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#adafea3e44a3273 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7b50a7223adfe6 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7b50a7223adfe6  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1ff7aaad5a00c5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4ed7a699ea9c4b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4ed7a699ea9c4b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3cc7a1265a50b6 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8ba8a9e62a0d8c > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8ba8a9e62a0d8c  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2e38acba1a6797 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab151a234ead77c {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#ab151a234ead77c .layout-left li,
#ab151a234ead77c .layout-center li,
#ab151a234ead77c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab151a234ead77c .layout-left li a,
#ab151a234ead77c .layout-center li a,
#ab151a234ead77c .layout-right li a {
  height: 100%;
}
#ab151a234ead77c > .tab-tabs .layout-left {
  text-align: left;
}
#ab151a234ead77c > .tab-tabs .layout-center {
  text-align: center;
}
#ab151a234ead77c > .tab-tabs .layout-right {
  text-align: right;
}
#ab151a234ead77c .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#ab151a234ead77c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c .tab-contents,
#ab151a234ead77c .tab-contents-wrap {
  pointer-events: none;
}
#ab151a234ead77c .tab-content,
#ab151a234ead77c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab151a234ead77c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab151a234ead77c .tab-wrap .tab-contents {
  height: 100%;
}
#ab151a234ead77c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab151a234ead77c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab151a234ead77c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a445cadc90a6f90  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a54aba797fa6994  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a0c23a8da1a5492  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aa603ad8dfa8ae5 .a72bea96eba74bb {
  overflow: hidden;
}
#aa603ad8dfa8ae5 .a72bea96eba74bb , #aa603ad8dfa8ae5 .a72bea96eba74bb > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aa603ad8dfa8ae5 .a72bea96eba74bb:hover , #aa603ad8dfa8ae5 .a72bea96eba74bb *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aa603ad8dfa8ae5 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa603ad8dfa8ae5 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa603ad8dfa8ae5 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aa603ad8dfa8ae5 .uk-position-center-left-out {
    left: -30px;
  }
  #aa603ad8dfa8ae5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6f8da0e6ea7804  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7baeab343a1ed2 .a31f5a9637ae63a {
  overflow: hidden;
}
#a7baeab343a1ed2 .a31f5a9637ae63a , #a7baeab343a1ed2 .a31f5a9637ae63a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7baeab343a1ed2 .a31f5a9637ae63a:hover , #a7baeab343a1ed2 .a31f5a9637ae63a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7baeab343a1ed2 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a7baeab343a1ed2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7baeab343a1ed2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7baeab343a1ed2 .uk-position-center-left-out {
    left: -30px;
  }
  #a7baeab343a1ed2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7eeea24a2a489a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a9e11a3922a0a84 .a0c79ae6caaf8e2 {
  overflow: hidden;
}
#a9e11a3922a0a84 .a0c79ae6caaf8e2 , #a9e11a3922a0a84 .a0c79ae6caaf8e2 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a9e11a3922a0a84 .a0c79ae6caaf8e2:hover , #a9e11a3922a0a84 .a0c79ae6caaf8e2 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a9e11a3922a0a84 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a9e11a3922a0a84 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9e11a3922a0a84 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a9e11a3922a0a84 .uk-position-center-left-out {
    left: -30px;
  }
  #a9e11a3922a0a84 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa82faaea2a1c77  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a94ffa5483a8d60 .a8a48ae1cfa9a13 {
  overflow: hidden;
}
#a94ffa5483a8d60 .a8a48ae1cfa9a13 , #a94ffa5483a8d60 .a8a48ae1cfa9a13 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a94ffa5483a8d60 .a8a48ae1cfa9a13:hover , #a94ffa5483a8d60 .a8a48ae1cfa9a13 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a94ffa5483a8d60 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a94ffa5483a8d60 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a94ffa5483a8d60 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a94ffa5483a8d60 .uk-position-center-left-out {
    left: -30px;
  }
  #a94ffa5483a8d60 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3b61acc08a6bcf {
  overflow: hidden;
  pointer-events: none;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a3b61acc08a6bcf .layout-left li,
#a3b61acc08a6bcf .layout-center li,
#a3b61acc08a6bcf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3b61acc08a6bcf .layout-left li a,
#a3b61acc08a6bcf .layout-center li a,
#a3b61acc08a6bcf .layout-right li a {
  height: 100%;
}
#a3b61acc08a6bcf > .tab-tabs .layout-left {
  text-align: left;
}
#a3b61acc08a6bcf > .tab-tabs .layout-center {
  text-align: center;
}
#a3b61acc08a6bcf > .tab-tabs .layout-right {
  text-align: right;
}
#a3b61acc08a6bcf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a3b61acc08a6bcf .tab-content-wrap {
  background-color: #ffffff;
}
#a3b61acc08a6bcf .tab-contents,
#a3b61acc08a6bcf .tab-contents-wrap {
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-content,
#a3b61acc08a6bcf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3b61acc08a6bcf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-wrap .tab-contents {
  height: 100%;
}
#a3b61acc08a6bcf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2b29afa75af3d2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a7bdda440da10de  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af0fda089faa74e .a179ba61fca0888 {
  overflow: hidden;
}
#af0fda089faa74e .a179ba61fca0888 , #af0fda089faa74e .a179ba61fca0888 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af0fda089faa74e .a179ba61fca0888:hover , #af0fda089faa74e .a179ba61fca0888 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af0fda089faa74e .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af0fda089faa74e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af0fda089faa74e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af0fda089faa74e .uk-position-center-left-out {
    left: -30px;
  }
  #af0fda089faa74e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac029ab8d2ac795  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3fa1aa72eae5d8 .a8a0fa2a83ace44 {
  overflow: hidden;
}
#a3fa1aa72eae5d8 .a8a0fa2a83ace44 , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3fa1aa72eae5d8 .a8a0fa2a83ace44:hover , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3fa1aa72eae5d8 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a3fa1aa72eae5d8 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3fa1aa72eae5d8 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3fa1aa72eae5d8 .uk-position-center-left-out {
    left: -30px;
  }
  #a3fa1aa72eae5d8 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acd71a09bca3734  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2599afd13a8dda .a67b0a5657abdca {
  overflow: hidden;
}
#a2599afd13a8dda .a67b0a5657abdca , #a2599afd13a8dda .a67b0a5657abdca > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2599afd13a8dda .a67b0a5657abdca:hover , #a2599afd13a8dda .a67b0a5657abdca *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2599afd13a8dda .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2599afd13a8dda .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2599afd13a8dda .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2599afd13a8dda .uk-position-center-left-out {
    left: -30px;
  }
  #a2599afd13a8dda .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3bd9a9ed3a0012  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5fc2ae1b1ac227 .ada91af9b0a0502 {
  overflow: hidden;
}
#a5fc2ae1b1ac227 .ada91af9b0a0502 , #a5fc2ae1b1ac227 .ada91af9b0a0502 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5fc2ae1b1ac227 .ada91af9b0a0502:hover , #a5fc2ae1b1ac227 .ada91af9b0a0502 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5fc2ae1b1ac227 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a5fc2ae1b1ac227 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5fc2ae1b1ac227 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5fc2ae1b1ac227 .uk-position-center-left-out {
    left: -30px;
  }
  #a5fc2ae1b1ac227 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6bcdafc0fa513f  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab2a3a53e3a711b .aec71a08e0ab367 {
  overflow: hidden;
}
#ab2a3a53e3a711b .aec71a08e0ab367 , #ab2a3a53e3a711b .aec71a08e0ab367 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab2a3a53e3a711b .aec71a08e0ab367:hover , #ab2a3a53e3a711b .aec71a08e0ab367 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab2a3a53e3a711b .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ab2a3a53e3a711b .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab2a3a53e3a711b .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab2a3a53e3a711b .uk-position-center-left-out {
    left: -30px;
  }
  #ab2a3a53e3a711b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a309aa2ec8a7ce3 {
  overflow: hidden;
  pointer-events: none;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a309aa2ec8a7ce3 .layout-left li,
#a309aa2ec8a7ce3 .layout-center li,
#a309aa2ec8a7ce3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a309aa2ec8a7ce3 .layout-left li a,
#a309aa2ec8a7ce3 .layout-center li a,
#a309aa2ec8a7ce3 .layout-right li a {
  height: 100%;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-left {
  text-align: left;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-center {
  text-align: center;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-right {
  text-align: right;
}
#a309aa2ec8a7ce3 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a309aa2ec8a7ce3 .tab-content-wrap {
  background-color: #ffffff;
}
#a309aa2ec8a7ce3 .tab-contents,
#a309aa2ec8a7ce3 .tab-contents-wrap {
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-content,
#a309aa2ec8a7ce3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-wrap .tab-contents {
  height: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6180acc49a3e93  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a6dafa4ecea60a0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aff3cac13cafbfb .a06ebafd21a2d85 {
  overflow: hidden;
}
#aff3cac13cafbfb .a06ebafd21a2d85 , #aff3cac13cafbfb .a06ebafd21a2d85 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aff3cac13cafbfb .a06ebafd21a2d85:hover , #aff3cac13cafbfb .a06ebafd21a2d85 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aff3cac13cafbfb .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aff3cac13cafbfb .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aff3cac13cafbfb .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aff3cac13cafbfb .uk-position-center-left-out {
    left: -30px;
  }
  #aff3cac13cafbfb .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#afcbbaca6ea610b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a53e2aef3aaf277 .aa00dac1eeacc9a {
  overflow: hidden;
}
#a53e2aef3aaf277 .aa00dac1eeacc9a , #a53e2aef3aaf277 .aa00dac1eeacc9a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a53e2aef3aaf277 .aa00dac1eeacc9a:hover , #a53e2aef3aaf277 .aa00dac1eeacc9a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a53e2aef3aaf277 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a53e2aef3aaf277 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a53e2aef3aaf277 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a53e2aef3aaf277 .uk-position-center-left-out {
    left: -30px;
  }
  #a53e2aef3aaf277 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4dd9a08d0a4fbc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adea6aad87ac37c .a709ba3eb4afea8 {
  overflow: hidden;
}
#adea6aad87ac37c .a709ba3eb4afea8 , #adea6aad87ac37c .a709ba3eb4afea8 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adea6aad87ac37c .a709ba3eb4afea8:hover , #adea6aad87ac37c .a709ba3eb4afea8 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adea6aad87ac37c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#adea6aad87ac37c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adea6aad87ac37c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adea6aad87ac37c .uk-position-center-left-out {
    left: -30px;
  }
  #adea6aad87ac37c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5f67a73efa84f8  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4f05aa0b1a588c .ab4cfa7547abdc6 {
  overflow: hidden;
}
#a4f05aa0b1a588c .ab4cfa7547abdc6 , #a4f05aa0b1a588c .ab4cfa7547abdc6 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4f05aa0b1a588c .ab4cfa7547abdc6:hover , #a4f05aa0b1a588c .ab4cfa7547abdc6 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4f05aa0b1a588c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4f05aa0b1a588c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4f05aa0b1a588c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4f05aa0b1a588c .uk-position-center-left-out {
    left: -30px;
  }
  #a4f05aa0b1a588c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8b3caf245a9550 {
  overflow: hidden;
  pointer-events: none;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a8b3caf245a9550 .layout-left li,
#a8b3caf245a9550 .layout-center li,
#a8b3caf245a9550 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8b3caf245a9550 .layout-left li a,
#a8b3caf245a9550 .layout-center li a,
#a8b3caf245a9550 .layout-right li a {
  height: 100%;
}
#a8b3caf245a9550 > .tab-tabs .layout-left {
  text-align: left;
}
#a8b3caf245a9550 > .tab-tabs .layout-center {
  text-align: center;
}
#a8b3caf245a9550 > .tab-tabs .layout-right {
  text-align: right;
}
#a8b3caf245a9550 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a8b3caf245a9550 .tab-content-wrap {
  background-color: #ffffff;
}
#a8b3caf245a9550 .tab-contents,
#a8b3caf245a9550 .tab-contents-wrap {
  pointer-events: none;
}
#a8b3caf245a9550 .tab-content,
#a8b3caf245a9550 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8b3caf245a9550 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8b3caf245a9550 .tab-wrap .tab-contents {
  height: 100%;
}
#a8b3caf245a9550 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1c11abae0a6498  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#aa27fa0954aa408  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a61a0af29da2f9c .aeab3a5320a803f {
  overflow: hidden;
}
#a61a0af29da2f9c .aeab3a5320a803f , #a61a0af29da2f9c .aeab3a5320a803f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a61a0af29da2f9c .aeab3a5320a803f:hover , #a61a0af29da2f9c .aeab3a5320a803f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a61a0af29da2f9c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a61a0af29da2f9c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a61a0af29da2f9c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a61a0af29da2f9c .uk-position-center-left-out {
    left: -30px;
  }
  #a61a0af29da2f9c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8c29a827fa339d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a1f73acf75a8e75 .a5c24a00fda0569 {
  overflow: hidden;
}
#a1f73acf75a8e75 .a5c24a00fda0569 , #a1f73acf75a8e75 .a5c24a00fda0569 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a1f73acf75a8e75 .a5c24a00fda0569:hover , #a1f73acf75a8e75 .a5c24a00fda0569 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a1f73acf75a8e75 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1f73acf75a8e75 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a1f73acf75a8e75 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a1f73acf75a8e75 .uk-position-center-left-out {
    left: -30px;
  }
  #a1f73acf75a8e75 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a988ba0fa4a2973  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4092a576fa0692 .a229fac40ea9024 {
  overflow: hidden;
}
#a4092a576fa0692 .a229fac40ea9024 , #a4092a576fa0692 .a229fac40ea9024 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4092a576fa0692 .a229fac40ea9024:hover , #a4092a576fa0692 .a229fac40ea9024 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4092a576fa0692 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4092a576fa0692 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4092a576fa0692 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4092a576fa0692 .uk-position-center-left-out {
    left: -30px;
  }
  #a4092a576fa0692 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac7c7a155ba5f06  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a0daaa7cb3a7125 .a8c63ab1d9a065f {
  overflow: hidden;
}
#a0daaa7cb3a7125 .a8c63ab1d9a065f , #a0daaa7cb3a7125 .a8c63ab1d9a065f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a0daaa7cb3a7125 .a8c63ab1d9a065f:hover , #a0daaa7cb3a7125 .a8c63ab1d9a065f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a0daaa7cb3a7125 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a0daaa7cb3a7125 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a0daaa7cb3a7125 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a0daaa7cb3a7125 .uk-position-center-left-out {
    left: -30px;
  }
  #a0daaa7cb3a7125 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a2884a9c7aa42cb {
  overflow: hidden;
  pointer-events: none;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a2884a9c7aa42cb .layout-left li,
#a2884a9c7aa42cb .layout-center li,
#a2884a9c7aa42cb .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a2884a9c7aa42cb .layout-left li a,
#a2884a9c7aa42cb .layout-center li a,
#a2884a9c7aa42cb .layout-right li a {
  height: 100%;
}
#a2884a9c7aa42cb > .tab-tabs .layout-left {
  text-align: left;
}
#a2884a9c7aa42cb > .tab-tabs .layout-center {
  text-align: center;
}
#a2884a9c7aa42cb > .tab-tabs .layout-right {
  text-align: right;
}
#a2884a9c7aa42cb .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a2884a9c7aa42cb .tab-content-wrap {
  background-color: #ffffff;
}
#a2884a9c7aa42cb .tab-contents,
#a2884a9c7aa42cb .tab-contents-wrap {
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-content,
#a2884a9c7aa42cb .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a2884a9c7aa42cb .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-wrap .tab-contents {
  height: 100%;
}
#a2884a9c7aa42cb .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9337a9870a4aa8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .tab-nav li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .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: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#a9337a9870a4aa8 .layout-left li,
#a9337a9870a4aa8 .layout-center li,
#a9337a9870a4aa8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9337a9870a4aa8 .layout-left li a,
#a9337a9870a4aa8 .layout-center li a,
#a9337a9870a4aa8 .layout-right li a {
  height: 100%;
}
#a9337a9870a4aa8 > .tab-tabs .layout-left {
  text-align: left;
}
#a9337a9870a4aa8 > .tab-tabs .layout-center {
  text-align: center;
}
#a9337a9870a4aa8 > .tab-tabs .layout-right {
  text-align: right;
}
#a9337a9870a4aa8 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a9337a9870a4aa8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 .tab-contents,
#a9337a9870a4aa8 .tab-contents-wrap {
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-content,
#a9337a9870a4aa8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9337a9870a4aa8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-wrap .tab-contents {
  height: 100%;
}
#a9337a9870a4aa8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a02f5a3ff9a4083  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0dafa41eda42c1 > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a0936a27c6a7e20 > .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;}#a0936a27c6a7e20  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0936a27c6a7e20:hover * {color: #000000  !important}
                            #a0936a27c6a7e20:hover .line{border-color: #000000  !important}#a0099a01a7a0786 > .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;}#a0099a01a7a0786  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0099a01a7a0786:hover * {color: #000000  !important}
                            #a0099a01a7a0786:hover .line{border-color: #000000  !important}#ada22ad7caad10a  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a2384a88bcaa91f > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#aff0fa80aca0f48 > .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;}#aff0fa80aca0f48  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aff0fa80aca0f48:hover * {color: #000000  !important}
                            #aff0fa80aca0f48:hover .line{border-color: #000000  !important}#a7c98ad8d3a2f15 > .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;}#a7c98ad8d3a2f15  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7c98ad8d3a2f15:hover * {color: #000000  !important}
                            #a7c98ad8d3a2f15:hover .line{border-color: #000000  !important}#aef76a9e03a209f  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a96e2a6c2aae62d > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#ae1efad977acc8b > .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;}#ae1efad977acc8b  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#ae1efad977acc8b:hover * {color: #000000  !important}
                            #ae1efad977acc8b:hover .line{border-color: #000000  !important}#a969ba27fba3e87 > .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;}#a969ba27fba3e87  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a969ba27fba3e87:hover * {color: #000000  !important}
                            #a969ba27fba3e87:hover .line{border-color: #000000  !important}#a72b8a64dba1bcc > .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;}#a72b8a64dba1bcc  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a72b8a64dba1bcc:hover * {color: #000000  !important}
                            #a72b8a64dba1bcc:hover .line{border-color: #000000  !important}#a5509a25c7aa431 > .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;}#a5509a25c7aa431  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a5509a25c7aa431:hover * {color: #000000  !important}
                            #a5509a25c7aa431:hover .line{border-color: #000000  !important}#ac860aabe5ab7a3 {
  overflow: hidden;
  pointer-events: none;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 .layout-left li,
#ac860aabe5ab7a3 .layout-center li,
#ac860aabe5ab7a3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac860aabe5ab7a3 .layout-left li a,
#ac860aabe5ab7a3 .layout-center li a,
#ac860aabe5ab7a3 .layout-right li a {
  height: 100%;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-left {
  text-align: left;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-center {
  text-align: center;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-right {
  text-align: right;
}
#ac860aabe5ab7a3 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#ac860aabe5ab7a3 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ac860aabe5ab7a3 .tab-contents,
#ac860aabe5ab7a3 .tab-contents-wrap {
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-content,
#ac860aabe5ab7a3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac860aabe5ab7a3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-wrap .tab-contents {
  height: 100%;
}
#ac860aabe5ab7a3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a803baa081aca73 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a803baa081aca73 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a803baa081aca73 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a803baa081aca73 .menu-list > li > a {
  padding: 0 10px;
}
#a803baa081aca73 .menu-list > li:hover:before {
  height: 100%;
}
#a803baa081aca73 .menu-list > li:hover:after {
  color: auto;
}
#a803baa081aca73 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a803baa081aca73 .menu-list > li:first-child:after {
  content: "";
}
#a803baa081aca73 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a803baa081aca73 .menu-list > li ul li {
  position: relative;
}
#a803baa081aca73 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a803baa081aca73 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a803baa081aca73 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 li ul,
#a803baa081aca73 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a803baa081aca73 li:hover > ul {
  left: auto;
}
#a803baa081aca73 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a0feea95a2a72ad  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#af056a2390a76c7  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a36a4a72ebaa0ec , #a36a4a72ebaa0ec a{flex-grow: 0;color: rgba(49, 118, 219, 1);}#a36a4a72ebaa0ec:hover, #a36a4a72ebaa0ec a:hover {color: rgba(19, 100, 216, 1);}#a767fa3f3aaf748  {flex-grow: 1;}#a4fb9aba3ca9c8c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a4fb9aba3ca9c8c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a4fb9aba3ca9c8c .ap-icon {
  margin-right: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon img,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li:hover > a,
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a4fb9aba3ca9c8c .menu-list ul,
#a4fb9aba3ca9c8c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a4fb9aba3ca9c8c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a4fb9aba3ca9c8c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4fb9aba3ca9c8c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4fb9aba3ca9c8c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a49b0afccaac34c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a49b0afccaac34c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a49b0afccaac34c .ap-icon {
  margin-right: 6px;
}
#a49b0afccaac34c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a,
#a49b0afccaac34c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon img,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a49b0afccaac34c .menu-list > li:hover > a,
#a49b0afccaac34c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a49b0afccaac34c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a49b0afccaac34c .menu-list ul,
#a49b0afccaac34c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a49b0afccaac34c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a49b0afccaac34c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a49b0afccaac34c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a49b0afccaac34c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a468aa0b1da717e > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afe37a828faabd7 , #afe37a828faabd7 a{color: rgba(6, 164, 100, 1);}#afe37a828faabd7:hover, #afe37a828faabd7 a:hover {color: rgba(4, 204, 101, 1);}#ac7eca0ba9a4ccf .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac7eca0ba9a4ccf .menu-list-expand .submenu-indicator {
  display: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a img,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9e02ae88da9704 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a img,
#a9e02ae88da9704 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa5cfa706da140f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa5cfa706da140f .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa5cfa706da140f .menu-list-expand .submenu-indicator {
  display: none;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li a img,
#aa5cfa706da140f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a0669a27c0aee1f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#afe42a304dac4e0 .comment-detail {
  min-height: 600px;
}
#afe42a304dac4e0 table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#afe42a304dac4e0 table th,
#afe42a304dac4e0 table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#afe42a304dac4e0 table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#afe42a304dac4e0 .red {
  color: #F00!important;
}
#afe42a304dac4e0 .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;
}
#a5bb0a4e40af0ac  {flex: 1;flex-direction: row;justify-content: center;align-items: center;overflow-x: visible;overflow-y: visible;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);}#a4f0eae1c8ad5b8  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a5e1fa5af8a6d2f > .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;flex-grow: 0;}#aaa66adb04a787f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aaa66adb04a787f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a6e05a9cb2aacc5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a71eaaa784aba6f > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a71eaaa784aba6f  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1f02a72faacac9 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ad649a4e1faa01e > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad649a4e1faa01e  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2131a4568ad5fb .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8427a3663ab91d > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8427a3663ab91d  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a54aea8b6da48ed .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#af514ac23ca7297  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#a4549a962ca7add > .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;flex-grow: 0;}#aefe9a9dcba95e8 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aefe9a9dcba95e8  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a78b8a66c3a62cd .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a6860a4373a658a > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a6860a4373a658a  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a60d7a306dad87e .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aa506af856a9ff7 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aa506af856a9ff7  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1a9bafb12a3379 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a1ea5a55aba2aaa > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a1ea5a55aba2aaa  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a92fda3d31aebae .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a96dba8355ac472 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a96dba8355ac472  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3fa0aa753aa303 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a05c0a0e46a2f58  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 030px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 10px;}#ace13a3d21a10ea > .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;flex-grow: 0;}#a0604a42d4a4597 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0604a42d4a4597  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ac9a8ad93ea1211 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ae9cbafda3a2f1b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ae9cbafda3a2f1b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#aac8da5f56ab439 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4442ab252a29a9 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4442ab252a29a9  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#ae418a8e29ac7a8 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#aacb4aacb5aec67 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aacb4aacb5aec67  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#adafea3e44a3273 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7b50a7223adfe6 > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a7b50a7223adfe6  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a1ff7aaad5a00c5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a4ed7a699ea9c4b > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4ed7a699ea9c4b  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a3cc7a1265a50b6 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a8ba8a9e62a0d8c > .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: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8ba8a9e62a0d8c  > .ele-wrap:hover {background-color: rgba(245, 245, 245, 1);}#a2e38acba1a6797 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#ab151a234ead77c {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab151a234ead77c > .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;
}
#ab151a234ead77c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab151a234ead77c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab151a234ead77c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab151a234ead77c > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab151a234ead77c > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 70px;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 20px;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab151a234ead77c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab151a234ead77c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab151a234ead77c > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
}
#ab151a234ead77c > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab151a234ead77c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #4a90e2;
  background-color: #fafafa;
}
#ab151a234ead77c .layout-left li,
#ab151a234ead77c .layout-center li,
#ab151a234ead77c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab151a234ead77c .layout-left li a,
#ab151a234ead77c .layout-center li a,
#ab151a234ead77c .layout-right li a {
  height: 100%;
}
#ab151a234ead77c > .tab-tabs .layout-left {
  text-align: left;
}
#ab151a234ead77c > .tab-tabs .layout-center {
  text-align: center;
}
#ab151a234ead77c > .tab-tabs .layout-right {
  text-align: right;
}
#ab151a234ead77c .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#ab151a234ead77c .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab151a234ead77c .tab-contents,
#ab151a234ead77c .tab-contents-wrap {
  pointer-events: none;
}
#ab151a234ead77c .tab-content,
#ab151a234ead77c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab151a234ead77c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab151a234ead77c .tab-wrap .tab-contents {
  height: 100%;
}
#ab151a234ead77c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab151a234ead77c .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab151a234ead77c .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a445cadc90a6f90  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 30px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);padding-top: 0px;box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a54aba797fa6994  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a0c23a8da1a5492  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aa603ad8dfa8ae5 .a72bea96eba74bb {
  overflow: hidden;
}
#aa603ad8dfa8ae5 .a72bea96eba74bb , #aa603ad8dfa8ae5 .a72bea96eba74bb > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aa603ad8dfa8ae5 .a72bea96eba74bb:hover , #aa603ad8dfa8ae5 .a72bea96eba74bb *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aa603ad8dfa8ae5 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa603ad8dfa8ae5 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aa603ad8dfa8ae5 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aa603ad8dfa8ae5 .uk-position-center-left-out {
    left: -30px;
  }
  #aa603ad8dfa8ae5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6f8da0e6ea7804  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a7baeab343a1ed2 .a31f5a9637ae63a {
  overflow: hidden;
}
#a7baeab343a1ed2 .a31f5a9637ae63a , #a7baeab343a1ed2 .a31f5a9637ae63a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a7baeab343a1ed2 .a31f5a9637ae63a:hover , #a7baeab343a1ed2 .a31f5a9637ae63a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a7baeab343a1ed2 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a7baeab343a1ed2 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a7baeab343a1ed2 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a7baeab343a1ed2 .uk-position-center-left-out {
    left: -30px;
  }
  #a7baeab343a1ed2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7eeea24a2a489a  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a9e11a3922a0a84 .a0c79ae6caaf8e2 {
  overflow: hidden;
}
#a9e11a3922a0a84 .a0c79ae6caaf8e2 , #a9e11a3922a0a84 .a0c79ae6caaf8e2 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a9e11a3922a0a84 .a0c79ae6caaf8e2:hover , #a9e11a3922a0a84 .a0c79ae6caaf8e2 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a9e11a3922a0a84 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a9e11a3922a0a84 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9e11a3922a0a84 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a9e11a3922a0a84 .uk-position-center-left-out {
    left: -30px;
  }
  #a9e11a3922a0a84 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa82faaea2a1c77  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a94ffa5483a8d60 .a8a48ae1cfa9a13 {
  overflow: hidden;
}
#a94ffa5483a8d60 .a8a48ae1cfa9a13 , #a94ffa5483a8d60 .a8a48ae1cfa9a13 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a94ffa5483a8d60 .a8a48ae1cfa9a13:hover , #a94ffa5483a8d60 .a8a48ae1cfa9a13 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a94ffa5483a8d60 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a94ffa5483a8d60 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a94ffa5483a8d60 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a94ffa5483a8d60 .uk-position-center-left-out {
    left: -30px;
  }
  #a94ffa5483a8d60 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3b61acc08a6bcf {
  overflow: hidden;
  pointer-events: none;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a3b61acc08a6bcf > .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;
}
#a3b61acc08a6bcf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3b61acc08a6bcf > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3b61acc08a6bcf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a3b61acc08a6bcf .layout-left li,
#a3b61acc08a6bcf .layout-center li,
#a3b61acc08a6bcf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3b61acc08a6bcf .layout-left li a,
#a3b61acc08a6bcf .layout-center li a,
#a3b61acc08a6bcf .layout-right li a {
  height: 100%;
}
#a3b61acc08a6bcf > .tab-tabs .layout-left {
  text-align: left;
}
#a3b61acc08a6bcf > .tab-tabs .layout-center {
  text-align: center;
}
#a3b61acc08a6bcf > .tab-tabs .layout-right {
  text-align: right;
}
#a3b61acc08a6bcf .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a3b61acc08a6bcf .tab-content-wrap {
  background-color: #ffffff;
}
#a3b61acc08a6bcf .tab-contents,
#a3b61acc08a6bcf .tab-contents-wrap {
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-content,
#a3b61acc08a6bcf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3b61acc08a6bcf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3b61acc08a6bcf .tab-wrap .tab-contents {
  height: 100%;
}
#a3b61acc08a6bcf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a3b61acc08a6bcf .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2b29afa75af3d2  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a7bdda440da10de  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#af0fda089faa74e .a179ba61fca0888 {
  overflow: hidden;
}
#af0fda089faa74e .a179ba61fca0888 , #af0fda089faa74e .a179ba61fca0888 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#af0fda089faa74e .a179ba61fca0888:hover , #af0fda089faa74e .a179ba61fca0888 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#af0fda089faa74e .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af0fda089faa74e .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#af0fda089faa74e .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #af0fda089faa74e .uk-position-center-left-out {
    left: -30px;
  }
  #af0fda089faa74e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac029ab8d2ac795  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a3fa1aa72eae5d8 .a8a0fa2a83ace44 {
  overflow: hidden;
}
#a3fa1aa72eae5d8 .a8a0fa2a83ace44 , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a3fa1aa72eae5d8 .a8a0fa2a83ace44:hover , #a3fa1aa72eae5d8 .a8a0fa2a83ace44 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a3fa1aa72eae5d8 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a3fa1aa72eae5d8 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a3fa1aa72eae5d8 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a3fa1aa72eae5d8 .uk-position-center-left-out {
    left: -30px;
  }
  #a3fa1aa72eae5d8 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acd71a09bca3734  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a2599afd13a8dda .a67b0a5657abdca {
  overflow: hidden;
}
#a2599afd13a8dda .a67b0a5657abdca , #a2599afd13a8dda .a67b0a5657abdca > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a2599afd13a8dda .a67b0a5657abdca:hover , #a2599afd13a8dda .a67b0a5657abdca *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a2599afd13a8dda .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2599afd13a8dda .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2599afd13a8dda .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a2599afd13a8dda .uk-position-center-left-out {
    left: -30px;
  }
  #a2599afd13a8dda .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3bd9a9ed3a0012  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a5fc2ae1b1ac227 .ada91af9b0a0502 {
  overflow: hidden;
}
#a5fc2ae1b1ac227 .ada91af9b0a0502 , #a5fc2ae1b1ac227 .ada91af9b0a0502 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a5fc2ae1b1ac227 .ada91af9b0a0502:hover , #a5fc2ae1b1ac227 .ada91af9b0a0502 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a5fc2ae1b1ac227 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a5fc2ae1b1ac227 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a5fc2ae1b1ac227 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a5fc2ae1b1ac227 .uk-position-center-left-out {
    left: -30px;
  }
  #a5fc2ae1b1ac227 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6bcdafc0fa513f  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#ab2a3a53e3a711b .aec71a08e0ab367 {
  overflow: hidden;
}
#ab2a3a53e3a711b .aec71a08e0ab367 , #ab2a3a53e3a711b .aec71a08e0ab367 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#ab2a3a53e3a711b .aec71a08e0ab367:hover , #ab2a3a53e3a711b .aec71a08e0ab367 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#ab2a3a53e3a711b .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ab2a3a53e3a711b .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ab2a3a53e3a711b .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #ab2a3a53e3a711b .uk-position-center-left-out {
    left: -30px;
  }
  #ab2a3a53e3a711b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a309aa2ec8a7ce3 {
  overflow: hidden;
  pointer-events: none;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a309aa2ec8a7ce3 > .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;
}
#a309aa2ec8a7ce3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a309aa2ec8a7ce3 > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a309aa2ec8a7ce3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a309aa2ec8a7ce3 .layout-left li,
#a309aa2ec8a7ce3 .layout-center li,
#a309aa2ec8a7ce3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a309aa2ec8a7ce3 .layout-left li a,
#a309aa2ec8a7ce3 .layout-center li a,
#a309aa2ec8a7ce3 .layout-right li a {
  height: 100%;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-left {
  text-align: left;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-center {
  text-align: center;
}
#a309aa2ec8a7ce3 > .tab-tabs .layout-right {
  text-align: right;
}
#a309aa2ec8a7ce3 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a309aa2ec8a7ce3 .tab-content-wrap {
  background-color: #ffffff;
}
#a309aa2ec8a7ce3 .tab-contents,
#a309aa2ec8a7ce3 .tab-contents-wrap {
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-content,
#a309aa2ec8a7ce3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a309aa2ec8a7ce3 .tab-wrap .tab-contents {
  height: 100%;
}
#a309aa2ec8a7ce3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a309aa2ec8a7ce3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6180acc49a3e93  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#a6dafa4ecea60a0  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#aff3cac13cafbfb .a06ebafd21a2d85 {
  overflow: hidden;
}
#aff3cac13cafbfb .a06ebafd21a2d85 , #aff3cac13cafbfb .a06ebafd21a2d85 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#aff3cac13cafbfb .a06ebafd21a2d85:hover , #aff3cac13cafbfb .a06ebafd21a2d85 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#aff3cac13cafbfb .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aff3cac13cafbfb .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#aff3cac13cafbfb .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #aff3cac13cafbfb .uk-position-center-left-out {
    left: -30px;
  }
  #aff3cac13cafbfb .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#afcbbaca6ea610b  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a53e2aef3aaf277 .aa00dac1eeacc9a {
  overflow: hidden;
}
#a53e2aef3aaf277 .aa00dac1eeacc9a , #a53e2aef3aaf277 .aa00dac1eeacc9a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a53e2aef3aaf277 .aa00dac1eeacc9a:hover , #a53e2aef3aaf277 .aa00dac1eeacc9a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a53e2aef3aaf277 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a53e2aef3aaf277 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a53e2aef3aaf277 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a53e2aef3aaf277 .uk-position-center-left-out {
    left: -30px;
  }
  #a53e2aef3aaf277 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4dd9a08d0a4fbc  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#adea6aad87ac37c .a709ba3eb4afea8 {
  overflow: hidden;
}
#adea6aad87ac37c .a709ba3eb4afea8 , #adea6aad87ac37c .a709ba3eb4afea8 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#adea6aad87ac37c .a709ba3eb4afea8:hover , #adea6aad87ac37c .a709ba3eb4afea8 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#adea6aad87ac37c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#adea6aad87ac37c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#adea6aad87ac37c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #adea6aad87ac37c .uk-position-center-left-out {
    left: -30px;
  }
  #adea6aad87ac37c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5f67a73efa84f8  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4f05aa0b1a588c .ab4cfa7547abdc6 {
  overflow: hidden;
}
#a4f05aa0b1a588c .ab4cfa7547abdc6 , #a4f05aa0b1a588c .ab4cfa7547abdc6 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4f05aa0b1a588c .ab4cfa7547abdc6:hover , #a4f05aa0b1a588c .ab4cfa7547abdc6 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4f05aa0b1a588c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4f05aa0b1a588c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4f05aa0b1a588c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4f05aa0b1a588c .uk-position-center-left-out {
    left: -30px;
  }
  #a4f05aa0b1a588c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8b3caf245a9550 {
  overflow: hidden;
  pointer-events: none;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8b3caf245a9550 > .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;
}
#a8b3caf245a9550 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8b3caf245a9550 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a8b3caf245a9550 > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8b3caf245a9550 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a8b3caf245a9550 .layout-left li,
#a8b3caf245a9550 .layout-center li,
#a8b3caf245a9550 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8b3caf245a9550 .layout-left li a,
#a8b3caf245a9550 .layout-center li a,
#a8b3caf245a9550 .layout-right li a {
  height: 100%;
}
#a8b3caf245a9550 > .tab-tabs .layout-left {
  text-align: left;
}
#a8b3caf245a9550 > .tab-tabs .layout-center {
  text-align: center;
}
#a8b3caf245a9550 > .tab-tabs .layout-right {
  text-align: right;
}
#a8b3caf245a9550 .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a8b3caf245a9550 .tab-content-wrap {
  background-color: #ffffff;
}
#a8b3caf245a9550 .tab-contents,
#a8b3caf245a9550 .tab-contents-wrap {
  pointer-events: none;
}
#a8b3caf245a9550 .tab-content,
#a8b3caf245a9550 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8b3caf245a9550 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8b3caf245a9550 .tab-wrap .tab-contents {
  height: 100%;
}
#a8b3caf245a9550 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8b3caf245a9550 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1c11abae0a6498  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 50px;border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;padding-top: 25px;}#aa27fa0954aa408  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a61a0af29da2f9c .aeab3a5320a803f {
  overflow: hidden;
}
#a61a0af29da2f9c .aeab3a5320a803f , #a61a0af29da2f9c .aeab3a5320a803f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a61a0af29da2f9c .aeab3a5320a803f:hover , #a61a0af29da2f9c .aeab3a5320a803f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a61a0af29da2f9c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a61a0af29da2f9c .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a61a0af29da2f9c .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a61a0af29da2f9c .uk-position-center-left-out {
    left: -30px;
  }
  #a61a0af29da2f9c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8c29a827fa339d  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a1f73acf75a8e75 .a5c24a00fda0569 {
  overflow: hidden;
}
#a1f73acf75a8e75 .a5c24a00fda0569 , #a1f73acf75a8e75 .a5c24a00fda0569 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a1f73acf75a8e75 .a5c24a00fda0569:hover , #a1f73acf75a8e75 .a5c24a00fda0569 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a1f73acf75a8e75 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1f73acf75a8e75 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a1f73acf75a8e75 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a1f73acf75a8e75 .uk-position-center-left-out {
    left: -30px;
  }
  #a1f73acf75a8e75 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a988ba0fa4a2973  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a4092a576fa0692 .a229fac40ea9024 {
  overflow: hidden;
}
#a4092a576fa0692 .a229fac40ea9024 , #a4092a576fa0692 .a229fac40ea9024 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a4092a576fa0692 .a229fac40ea9024:hover , #a4092a576fa0692 .a229fac40ea9024 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a4092a576fa0692 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4092a576fa0692 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a4092a576fa0692 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a4092a576fa0692 .uk-position-center-left-out {
    left: -30px;
  }
  #a4092a576fa0692 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac7c7a155ba5f06  {flex: 1;flex-direction: row;justify-content: flex-end;align-items: flex-start;overflow-x: visible;overflow-y: visible;}#a0daaa7cb3a7125 .a8c63ab1d9a065f {
  overflow: hidden;
}
#a0daaa7cb3a7125 .a8c63ab1d9a065f , #a0daaa7cb3a7125 .a8c63ab1d9a065f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(74, 74, 74, 1);}#a0daaa7cb3a7125 .a8c63ab1d9a065f:hover , #a0daaa7cb3a7125 .a8c63ab1d9a065f *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;text-align: left;font-family: Verdana;color: rgba(0, 0, 0, 1);}#a0daaa7cb3a7125 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a0daaa7cb3a7125 .dynamic-list-item {
  background-color: #fafafa;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a0daaa7cb3a7125 .dynamic-list-item:hover {
  background-color: #f5f5f5;
}
/* mobile */
@media (max-width: 640px) {
  #a0daaa7cb3a7125 .uk-position-center-left-out {
    left: -30px;
  }
  #a0daaa7cb3a7125 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a2884a9c7aa42cb {
  overflow: hidden;
  pointer-events: none;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 45px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a2884a9c7aa42cb > .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;
}
#a2884a9c7aa42cb > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 45px;
  overflow-x: auto;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 45px;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 15px;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2884a9c7aa42cb > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a2884a9c7aa42cb > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #f5f5f5;
}
#a2884a9c7aa42cb .layout-left li,
#a2884a9c7aa42cb .layout-center li,
#a2884a9c7aa42cb .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a2884a9c7aa42cb .layout-left li a,
#a2884a9c7aa42cb .layout-center li a,
#a2884a9c7aa42cb .layout-right li a {
  height: 100%;
}
#a2884a9c7aa42cb > .tab-tabs .layout-left {
  text-align: left;
}
#a2884a9c7aa42cb > .tab-tabs .layout-center {
  text-align: center;
}
#a2884a9c7aa42cb > .tab-tabs .layout-right {
  text-align: right;
}
#a2884a9c7aa42cb .tab-contents {
  height: 100%;
  height: calc(100% - 45px);
}
#a2884a9c7aa42cb .tab-content-wrap {
  background-color: #ffffff;
}
#a2884a9c7aa42cb .tab-contents,
#a2884a9c7aa42cb .tab-contents-wrap {
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-content,
#a2884a9c7aa42cb .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a2884a9c7aa42cb .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a2884a9c7aa42cb .tab-wrap .tab-contents {
  height: 100%;
}
#a2884a9c7aa42cb .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a2884a9c7aa42cb .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9337a9870a4aa8 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .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;
}
#a9337a9870a4aa8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav a {
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .tab-nav li a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9337a9870a4aa8 > .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: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #323232;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  border-top-style: none;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  padding: 0 15px;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9337a9870a4aa8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  text-align: left;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  background-color: #f5f5f5;
}
#a9337a9870a4aa8 .layout-left li,
#a9337a9870a4aa8 .layout-center li,
#a9337a9870a4aa8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9337a9870a4aa8 .layout-left li a,
#a9337a9870a4aa8 .layout-center li a,
#a9337a9870a4aa8 .layout-right li a {
  height: 100%;
}
#a9337a9870a4aa8 > .tab-tabs .layout-left {
  text-align: left;
}
#a9337a9870a4aa8 > .tab-tabs .layout-center {
  text-align: center;
}
#a9337a9870a4aa8 > .tab-tabs .layout-right {
  text-align: right;
}
#a9337a9870a4aa8 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a9337a9870a4aa8 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a9337a9870a4aa8 .tab-contents,
#a9337a9870a4aa8 .tab-contents-wrap {
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-content,
#a9337a9870a4aa8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9337a9870a4aa8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9337a9870a4aa8 .tab-wrap .tab-contents {
  height: 100%;
}
#a9337a9870a4aa8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9337a9870a4aa8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a02f5a3ff9a4083  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a0dafa41eda42c1 > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#a0936a27c6a7e20 > .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;}#a0936a27c6a7e20  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0936a27c6a7e20:hover * {color: #000000  !important}
                            #a0936a27c6a7e20:hover .line{border-color: #000000  !important}#a0099a01a7a0786 > .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;}#a0099a01a7a0786  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a0099a01a7a0786:hover * {color: #000000  !important}
                            #a0099a01a7a0786:hover .line{border-color: #000000  !important}#ada22ad7caad10a  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a2384a88bcaa91f > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#aff0fa80aca0f48 > .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;}#aff0fa80aca0f48  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#aff0fa80aca0f48:hover * {color: #000000  !important}
                            #aff0fa80aca0f48:hover .line{border-color: #000000  !important}#a7c98ad8d3a2f15 > .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;}#a7c98ad8d3a2f15  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a7c98ad8d3a2f15:hover * {color: #000000  !important}
                            #a7c98ad8d3a2f15:hover .line{border-color: #000000  !important}#aef76a9e03a209f  {flex: 1;flex-direction: row;justify-content: center;align-items: flex-start;overflow-x: visible;overflow-y: visible;margin-bottom: 20px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(205, 205, 205, 1);box-shadow: 0px 4px 7px 2px rgba(155, 155, 155, 0.3);}#a96e2a6c2aae62d > .ele-wrap {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-bottom-left-radius: 10px;border-bottom-right-radius: 10px;flex-grow: 0;}#ae1efad977acc8b > .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;}#ae1efad977acc8b  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: solid;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-top-style: solid;color: #000000;}#ae1efad977acc8b:hover * {color: #000000  !important}
                            #ae1efad977acc8b:hover .line{border-color: #000000  !important}#a969ba27fba3e87 > .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;}#a969ba27fba3e87  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-width: 0px;border-bottom-style: none;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a969ba27fba3e87:hover * {color: #000000  !important}
                            #a969ba27fba3e87:hover .line{border-color: #000000  !important}#a72b8a64dba1bcc > .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;}#a72b8a64dba1bcc  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a72b8a64dba1bcc:hover * {color: #000000  !important}
                            #a72b8a64dba1bcc:hover .line{border-color: #000000  !important}#a5509a25c7aa431 > .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;}#a5509a25c7aa431  > .ele-wrap:hover {background-color: rgba(250, 250, 250, 1);border-bottom-style: none;border-bottom-width: 0px;border-right-width: 0px;border-left-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-top-style: none;color: #000000;}#a5509a25c7aa431:hover * {color: #000000  !important}
                            #a5509a25c7aa431:hover .line{border-color: #000000  !important}#ac860aabe5ab7a3 {
  overflow: hidden;
  pointer-events: none;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac860aabe5ab7a3 > .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;
}
#ac860aabe5ab7a3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #cdcdcd;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav a {
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 30px;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac860aabe5ab7a3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: Verdana;
  color: #000000;
  border-bottom-width: 3px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ac860aabe5ab7a3 .layout-left li,
#ac860aabe5ab7a3 .layout-center li,
#ac860aabe5ab7a3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac860aabe5ab7a3 .layout-left li a,
#ac860aabe5ab7a3 .layout-center li a,
#ac860aabe5ab7a3 .layout-right li a {
  height: 100%;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-left {
  text-align: left;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-center {
  text-align: center;
}
#ac860aabe5ab7a3 > .tab-tabs .layout-right {
  text-align: right;
}
#ac860aabe5ab7a3 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#ac860aabe5ab7a3 .tab-content-wrap {
  background-color: #ffffff;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ac860aabe5ab7a3 .tab-contents,
#ac860aabe5ab7a3 .tab-contents-wrap {
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-content,
#ac860aabe5ab7a3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac860aabe5ab7a3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac860aabe5ab7a3 .tab-wrap .tab-contents {
  height: 100%;
}
#ac860aabe5ab7a3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac860aabe5ab7a3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a803baa081aca73 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a803baa081aca73 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a803baa081aca73 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a803baa081aca73 .menu-list > li > a {
  padding: 0 10px;
}
#a803baa081aca73 .menu-list > li:hover:before {
  height: 100%;
}
#a803baa081aca73 .menu-list > li:hover:after {
  color: auto;
}
#a803baa081aca73 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
  content: "|";
}
#a803baa081aca73 .menu-list > li:first-child:after {
  content: "";
}
#a803baa081aca73 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a803baa081aca73 .menu-list > li ul li {
  position: relative;
}
#a803baa081aca73 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 50px;
}
#a803baa081aca73 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #4a4a4a;
}
#a803baa081aca73 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a803baa081aca73 li ul,
#a803baa081aca73 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a803baa081aca73 li:hover > ul {
  left: auto;
}
#a803baa081aca73 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a0feea95a2a72ad  {flex: 1;flex-direction: column;justify-content: center;align-items: stretch;overflow-x: visible;overflow-y: visible;}#af056a2390a76c7  {flex-grow: 1;flex-direction: row;justify-content: flex-start;align-items: center;overflow-x: visible;overflow-y: visible;padding-top: 20px;padding-bottom: 11px;}#a36a4a72ebaa0ec , #a36a4a72ebaa0ec a{flex-grow: 0;color: rgba(49, 118, 219, 1);}#a36a4a72ebaa0ec:hover, #a36a4a72ebaa0ec a:hover {color: rgba(19, 100, 216, 1);}#a767fa3f3aaf748  {flex-grow: 1;}#a4fb9aba3ca9c8c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a4fb9aba3ca9c8c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a4fb9aba3ca9c8c .ap-icon {
  margin-right: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 170px;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon svg,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon img,
#a4fb9aba3ca9c8c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon,
#a4fb9aba3ca9c8c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a4fb9aba3ca9c8c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a4fb9aba3ca9c8c .menu-list > li:hover > a,
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a4fb9aba3ca9c8c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a4fb9aba3ca9c8c .menu-list ul,
#a4fb9aba3ca9c8c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a4fb9aba3ca9c8c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a4fb9aba3ca9c8c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4fb9aba3ca9c8c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4fb9aba3ca9c8c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a49b0afccaac34c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a49b0afccaac34c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a49b0afccaac34c .ap-icon {
  margin-right: 6px;
}
#a49b0afccaac34c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: Verdana;
  color: #4a4a4a;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: nullpx;
  height: nullpx;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a,
#a49b0afccaac34c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon svg,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon img,
#a49b0afccaac34c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon,
#a49b0afccaac34c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a49b0afccaac34c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a49b0afccaac34c .menu-list > li:hover > a,
#a49b0afccaac34c .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a49b0afccaac34c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a49b0afccaac34c .menu-list ul,
#a49b0afccaac34c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a49b0afccaac34c .menu-list ul {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#a49b0afccaac34c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a49b0afccaac34c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a49b0afccaac34c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a468aa0b1da717e > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afe37a828faabd7 , #afe37a828faabd7 a{color: rgba(6, 164, 100, 1);}#afe37a828faabd7:hover, #afe37a828faabd7 a:hover {color: rgba(4, 204, 101, 1);}#ac7eca0ba9a4ccf .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ac7eca0ba9a4ccf .menu-list-expand .submenu-indicator {
  display: none;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a img,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ac7eca0ba9a4ccf .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show,
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac7eca0ba9a4ccf .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#a9e02ae88da9704 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a9e02ae88da9704 .menu-list-expand .submenu-indicator {
  display: none;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(245, 245, 245, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul li a img,
#a9e02ae88da9704 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a9e02ae88da9704 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a9e02ae88da9704 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show,
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a9e02ae88da9704 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a9e02ae88da9704 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
}
#aa5cfa706da140f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aa5cfa706da140f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aa5cfa706da140f .jquery-accordion-menu ul li a {
  color: #000000;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aa5cfa706da140f .menu-list-expand .submenu-indicator {
  display: none;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(245, 245, 245, 0);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li > a {
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li.active > a {
  color: #000000;
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul li a img,
#aa5cfa706da140f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aa5cfa706da140f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aa5cfa706da140f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show,
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ececec;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #444444;
  background-color: #ececec;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(255, 255, 255, 0);
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aa5cfa706da140f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#aa5cfa706da140f .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aa5cfa706da140f .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
