@charset "UTF-8";
/* ========================================================================
   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 iOS.
 * 3. Style
 */
html {
  /* 1 */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  background: #fff;
  color: #666; }

/*
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/* Links
 ========================================================================== */
/*
 * Remove the outline on focused links when they are also active or hovered
 */
a:active,
a:hover {
  outline: none; }

/*
 * Style
 */
a,
.uk-link {
  color: #1e87f0;
  text-decoration: none;
  cursor: pointer; }

a:hover,
.uk-link:hover,
.uk-link-toggle:hover .uk-link,
.uk-link-toggle:focus .uk-link {
  color: #0f6ecd;
  text-decoration: underline; }

/* Text-level semantics
 ========================================================================== */
/*
 * 1. Add the correct text decoration in Edge.
 * 2. The shorthand declaration `underline dotted` is not supported in Safari.
 */
abbr[title] {
  /* 1 */
  text-decoration: underline dotted;
  /* 2 */
  -webkit-text-decoration-style: dotted; }

/*
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/*
 * 1. Consolas has a better baseline in running text compared to `Courier`
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Style
 */
:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  /* 1 */
  font-family: Consolas, monaco, monospace;
  /* 2 */
  font-size: 0.875rem;
  /* 3 */
  color: #f0506e;
  white-space: nowrap;
  padding: 2px 6px;
  background: #f8f8f8; }

/*
 * Emphasize
 */
em {
  color: #f0506e; }

/*
 * Insert
 */
ins {
  background: #ffd;
  color: #666;
  text-decoration: none; }

/*
 * Mark
 */
mark {
  background: #ffd;
  color: #666; }

/*
 * Quote
 */
q {
  font-style: italic; }

/*
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
 ========================================================================== */
/*
 * Remove the gap between embedded content and the bottom of their containers.
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * 1. Add responsiveness.
 * 2. Auto-scale the height. Only needed if `height` attribute is present.
 * 3. Corrects responsive `max-width` behavior if padding and border are used.
 * 4. Exclude SVGs for IE11 because they don't preserve their aspect ratio.
 */
canvas,
img,
video {
  /* 1 */
  max-width: 100%;
  /* 2 */
  height: auto;
  /* 3 */
  box-sizing: border-box; }

/* 4 */
@supports (display: block) {
  svg {
    max-width: 100%;
    height: auto;
    box-sizing: border-box; } }

/*
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/*
 * 1. Fix lazy loading images if parent element is set to `display: inline` and has `overflow: hidden`.
 * 2. Hide `alt` text for lazy loading images.
 * Note: Selector for background while loading img[data-src*='.jpg'][src*='data:image'] { background: grey; }
 */
img:not([src]) {
  /* 1 */
  min-width: 1px;
  /* 2 */
  visibility: hidden; }

/*
 * Iframe
 * Remove border in all browsers
 */
iframe {
  border: 0; }

/* Block elements
 ========================================================================== */
/*
 * Margins
 */
p,
ul,
ol,
dl,
pre,
address,
fieldset,
figure {
  margin: 0 0 20px 0; }

/* Add margin if adjacent element */
* + p,
* + ul,
* + ol,
* + dl,
* + pre,
* + address,
* + fieldset,
* + figure {
  margin-top: 20px; }

/* Headings
 ========================================================================== */
h1, .uk-h1,
h2, .uk-h2,
h3, .uk-h3,
h4, .uk-h4,
h5, .uk-h5,
h6, .uk-h6,
.uk-heading-small,
.uk-heading-medium,
.uk-heading-large,
.uk-heading-xlarge,
.uk-heading-2xlarge {
  margin: 0 0 20px 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  color: #333;
  text-transform: none; }

/* Add margin if adjacent element */
* + h1, * + .uk-h1,
* + h2, * + .uk-h2,
* + h3, * + .uk-h3,
* + h4, * + .uk-h4,
* + h5, * + .uk-h5,
* + h6, * + .uk-h6,
* + .uk-heading-small,
* + .uk-heading-medium,
* + .uk-heading-large,
* + .uk-heading-xlarge,
* + .uk-heading-2xlarge {
  margin-top: 40px; }

/*
 * Sizes
 */
h1, .uk-h1 {
  font-size: 2.23125rem;
  line-height: 1.2; }

h2, .uk-h2 {
  font-size: 1.7rem;
  line-height: 1.3; }

h3, .uk-h3 {
  font-size: 1.5rem;
  line-height: 1.4; }

h4, .uk-h4 {
  font-size: 1.25rem;
  line-height: 1.4; }

h5, .uk-h5 {
  font-size: 16px;
  line-height: 1.4; }

h6, .uk-h6 {
  font-size: 0.875rem;
  line-height: 1.4; }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  h1, .uk-h1 {
    font-size: 2.625rem; }
  h2, .uk-h2 {
    font-size: 2rem; } }

/* Lists
 ========================================================================== */
ul,
ol {
  padding-left: 30px; }

/*
 * Reset margin for nested lists
 */
ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
  margin: 0; }

/* Description lists
 ========================================================================== */
dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

/* Horizontal rules
 ========================================================================== */
/*
 * 1. Show the overflow in Chrome, Edge and IE.
 * 2. Add the correct text-align in Edge and IE.
 * 3. Style
 */
hr, .uk-hr {
  /* 1 */
  overflow: visible;
  /* 2 */
  text-align: inherit;
  /* 3 */
  margin: 0 0 20px 0;
  border: 0;
  border-top: 1px solid #e5e5e5; }

/* Add margin if adjacent element */
* + hr,
* + .uk-hr {
  margin-top: 20px; }

/* Address
 ========================================================================== */
address {
  font-style: normal; }

/* Blockquotes
 ========================================================================== */
blockquote {
  margin: 0 0 20px 0;
  font-size: 1.25rem;
  line-height: 1.5;
  font-style: italic;
  color: #333; }

/* Add margin if adjacent element */
* + blockquote {
  margin-top: 20px; }

/*
 * Content
 */
blockquote p:last-of-type {
  margin-bottom: 0; }

blockquote footer {
  margin-top: 10px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #666; }
  blockquote footer::before {
    content: "— "; }

/* Preformatted text
 ========================================================================== */
/*
 * 1. Contain overflow in all browsers.
 */
pre {
  font: 0.875rem / 1.5 Consolas, monaco, monospace;
  color: #666;
  -moz-tab-size: 4;
  tab-size: 4;
  /* 1 */
  overflow: auto;
  padding: 10px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  background: #fff; }

pre code {
  font-family: Consolas, monaco, monospace; }

/* Selection pseudo-element
 ========================================================================== */
::selection {
  background: #39f;
  color: #fff;
  text-shadow: none; }

/* HTML5 elements
 ========================================================================== */
/*
 * 1. Add the correct display in Edge, IE 10+, and Firefox.
 * 2. Add the correct display in IE.
 */
details,
main {
  /* 2 */
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/*
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Pass media breakpoints to JS
 ========================================================================== */
/*
 * Breakpoints
 */
.uk-breakpoint-s::before {
  content: "640px"; }

.uk-breakpoint-m::before {
  content: "960px"; }

.uk-breakpoint-l::before {
  content: "1200px"; }

.uk-breakpoint-xl::before {
  content: "1600px"; }

:root {
  --uk-breakpoint-s: 640px;
  --uk-breakpoint-m: 960px;
  --uk-breakpoint-l: 1200px;
  --uk-breakpoint-xl: 1600px; }

/* ========================================================================
   Component: Table
 ========================================================================== */
/*
 * 1. Remove most spacing between table cells.
 * 2. Behave like a block element
 * 3. Style
 */
.uk-table {
  /* 1 */
  border-collapse: collapse;
  border-spacing: 0;
  /* 2 */
  width: 100%;
  /* 3 */
  margin-bottom: 20px; }

/* Add margin if adjacent element */
* + .uk-table {
  margin-top: 20px; }

/* Header cell
 ========================================================================== */
/*
 * 1. Style
 */
.uk-table th {
  padding: 16px 12px;
  text-align: left;
  vertical-align: bottom;
  /* 1 */
  font-size: 0.875rem;
  font-weight: normal;
  color: #999;
  text-transform: uppercase; }

/* Cell
 ========================================================================== */
.uk-table td {
  padding: 16px 12px;
  vertical-align: top; }

/*
 * Remove margin from the last-child
 */
.uk-table td > :last-child {
  margin-bottom: 0; }

/* Footer
 ========================================================================== */
.uk-table tfoot {
  font-size: 0.875rem; }

/* Caption
 ========================================================================== */
.uk-table caption {
  font-size: 0.875rem;
  text-align: left;
  color: #999; }

/* Alignment modifier
 ========================================================================== */
.uk-table-middle,
.uk-table-middle td {
  vertical-align: middle !important; }

/* Style modifiers
 ========================================================================== */
/*
 * Divider
 */
.uk-table-divider > tr:not(:first-child),
.uk-table-divider > :not(:first-child) > tr,
.uk-table-divider > :first-child > tr:not(:first-child) {
  border-top: 1px solid #e5e5e5; }

/*
 * Striped
 */
.uk-table-striped > tr:nth-of-type(odd),
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #f8f8f8;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5; }

/*
 * Hover
 */
.uk-table-hover > tr:hover,
.uk-table-hover tbody tr:hover {
  background: #ffd; }

/* Active state
 ========================================================================== */
.uk-table > tr.uk-active,
.uk-table tbody tr.uk-active {
  background: #ffd; }

/* Size modifier
 ========================================================================== */
.uk-table-small th,
.uk-table-small td {
  padding: 10px 12px; }

.uk-table-large th,
.uk-table-large td {
  padding: 22px 12px; }

/* Justify modifier
 ========================================================================== */
.uk-table-justify th:first-child,
.uk-table-justify td:first-child {
  padding-left: 0; }

.uk-table-justify th:last-child,
.uk-table-justify td:last-child {
  padding-right: 0; }

/* Cell size modifier
 ========================================================================== */
.uk-table-shrink {
  width: 1px; }

.uk-table-expand {
  min-width: 150px; }

/* Cell link modifier
 ========================================================================== */
/*
 * Does not work with `uk-table-justify` at the moment
 */
.uk-table-link {
  padding: 0 !important; }

.uk-table-link > a {
  display: block;
  padding: 16px 12px; }

.uk-table-small .uk-table-link > a {
  padding: 10px 12px; }

/* Responsive table
 ========================================================================== */
/* Phone landscape and smaller */
@media (max-width: 959px) {
  .uk-table-responsive,
  .uk-table-responsive tbody,
  .uk-table-responsive th,
  .uk-table-responsive td,
  .uk-table-responsive tr {
    display: block; }
  .uk-table-responsive thead {
    display: none; }
  .uk-table-responsive th,
  .uk-table-responsive td {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    overflow: visible !important;
    white-space: normal !important; }
  .uk-table-responsive th:not(:first-child):not(.uk-table-link),
  .uk-table-responsive td:not(:first-child):not(.uk-table-link),
  .uk-table-responsive .uk-table-link:not(:first-child) > a {
    padding-top: 5px !important; }
  .uk-table-responsive th:not(:last-child):not(.uk-table-link),
  .uk-table-responsive td:not(:last-child):not(.uk-table-link),
  .uk-table-responsive .uk-table-link:not(:last-child) > a {
    padding-bottom: 5px !important; }
  .uk-table-justify.uk-table-responsive th,
  .uk-table-justify.uk-table-responsive td {
    padding-left: 0;
    padding-right: 0; } }

.uk-table tbody tr {
  transition: background-color 0.1s linear; }

/* ========================================================================
   Component: Icon
 ========================================================================== */
/*
 * Note: 1. - 7. is required for `button` elements. Needed for Close and Form Icon component.
 * 1. Remove margins in Chrome, Safari and Opera.
 * 2. Remove borders for `button`.
 * 3. Remove border-radius in Chrome.
 * 4. Address `overflow` set to `hidden` in IE.
 * 5. Correct `font` properties and `color` not being inherited for `button`.
 * 6. Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 7. Remove default `button` padding and background color
 * 8. Style
 * 9. Fill all SVG elements with the current text color if no `fill` attribute is set
 * 10. Let the container fit the height of the icon
 */
.uk-icon {
  /* 1 */
  margin: 0;
  /* 2 */
  border: none;
  /* 3 */
  border-radius: 0;
  /* 4 */
  overflow: visible;
  /* 5 */
  font: inherit;
  color: inherit;
  /* 6 */
  text-transform: none;
  /* 7. */
  padding: 0;
  background-color: transparent;
  /* 8 */
  display: inline-block;
  /* 9 */
  fill: currentcolor;
  /* 10 */
  line-height: 0; }

/* Required for `button`. */
button.uk-icon:not(:disabled) {
  cursor: pointer; }

/*
 * Remove the inner border and padding in Firefox.
 */
.uk-icon::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * Set the fill and stroke color of all SVG elements to the current text color
 */
.uk-icon:not(.uk-preserve) [fill*='#']:not(.uk-preserve) {
  fill: currentcolor; }

.uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
  stroke: currentcolor; }

/*
 * Fix Firefox blurry SVG rendering: https://bugzilla.mozilla.org/show_bug.cgi?id=1046835
 */
.uk-icon > * {
  transform: translate(0, 0); }

/* Image modifier
 ========================================================================== */
/*
 * Display images in icon dimensions
 */
.uk-icon-image {
  width: 20px;
  height: 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle; }

/* Style modifiers
 ========================================================================== */
/*
 * Link
 */
.uk-icon-link {
  color: #999; }

.uk-icon-link:hover,
.uk-icon-link:focus {
  color: #666;
  outline: none; }

/* OnClick + Active */
.uk-icon-link:active,
.uk-active > .uk-icon-link {
  color: #595959; }

/*
 * Button
 * 1. Center icon vertically and horizontally
 */
.uk-icon-button {
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  border-radius: 500px;
  background: #f8f8f8;
  color: #999;
  vertical-align: middle;
  /* 1 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color; }

/* Hover + Focus */
.uk-icon-button:hover,
.uk-icon-button:focus {
  background-color: #ebebeb;
  color: #666;
  outline: none; }

/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #dfdfdf;
  color: #666; }

/* ========================================================================
   Component: Container
 ========================================================================== */
/*
 * 1. Box sizing has to be `content-box` so the max-width is always the same and
 *    unaffected by the padding on different breakpoints. It's important for the size modifiers.
 */
.uk-container {
  /* 1 */
  box-sizing: content-box;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-container {
    padding-left: 30px;
    padding-right: 30px; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-container {
    padding-left: 40px;
    padding-right: 40px; } }

/*
 * Micro clearfix
 */
.uk-container::before,
.uk-container::after {
  content: "";
  display: table; }

.uk-container::after {
  clear: both; }

/*
 * Remove margin from the last-child
 */
.uk-container > :last-child {
  margin-bottom: 0; }

/*
 * Remove padding from nested containers
 */
.uk-container .uk-container {
  padding-left: 0;
  padding-right: 0; }

/* Size modifier
 ========================================================================== */
.uk-container-xsmall {
  max-width: 750px; }

.uk-container-small {
  max-width: 900px; }

.uk-container-large {
  max-width: 1600px; }

.uk-container-expand {
  max-width: none; }

/* Expand modifier
 ========================================================================== */
/*
 * Expand one side only
 */
.uk-container-expand-left {
  margin-left: 0; }

.uk-container-expand-right {
  margin-right: 0; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-container-expand-left.uk-container-xsmall,
  .uk-container-expand-right.uk-container-xsmall {
    max-width: calc(50% + (750px / 2) - 30px); }
  .uk-container-expand-left.uk-container-small,
  .uk-container-expand-right.uk-container-small {
    max-width: calc(50% + (900px / 2) - 30px); } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-container-expand-left,
  .uk-container-expand-right {
    max-width: calc(50% + (87.5rem / 2) - 40px); }
  .uk-container-expand-left.uk-container-xsmall,
  .uk-container-expand-right.uk-container-xsmall {
    max-width: calc(50% + (750px / 2) - 40px); }
  .uk-container-expand-left.uk-container-small,
  .uk-container-expand-right.uk-container-small {
    max-width: calc(50% + (900px / 2) - 40px); }
  .uk-container-expand-left.uk-container-large,
  .uk-container-expand-right.uk-container-large {
    max-width: calc(50% + (1600px / 2) - 40px); } }

/* Item
 ========================================================================== */
/*
 * Utility classes to reset container padding on the left or right side
 * Note: It has to be negative margin on the item, because it's specific to the item.
 */
.uk-container-item-padding-remove-left,
.uk-container-item-padding-remove-right {
  width: calc(100% + 15px); }

.uk-container-item-padding-remove-left {
  margin-left: -15px; }

.uk-container-item-padding-remove-right {
  margin-right: -15px; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-container-item-padding-remove-left,
  .uk-container-item-padding-remove-right {
    width: calc(100% + 30px); }
  .uk-container-item-padding-remove-left {
    margin-left: -30px; }
  .uk-container-item-padding-remove-right {
    margin-right: -30px; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-container-item-padding-remove-left,
  .uk-container-item-padding-remove-right {
    width: calc(100% + 40px); }
  .uk-container-item-padding-remove-left {
    margin-left: -40px; }
  .uk-container-item-padding-remove-right {
    margin-right: -40px; } }

/* ========================================================================
   Component: Grid
 ========================================================================== */
/*
 * 1. Allow cells to wrap into the next line
 * 2. Reset list
 */
.uk-grid {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none; }

/*
 * Grid cell
 * Note: Space is allocated solely based on content dimensions, but shrinks: 0 1 auto
 * Reset margin for e.g. paragraphs
 */
.uk-grid > * {
  margin: 0; }

/*
 * Remove margin from the last-child
 */
.uk-grid > * > :last-child {
  margin-bottom: 0; }

/* Gutter
 ========================================================================== */
/*
 * Default
 */
/* Horizontal */
.uk-grid {
  margin-left: -30px; }

.uk-grid > * {
  padding-left: 30px; }

/* Vertical */
.uk-grid + .uk-grid,
.uk-grid > .uk-grid-margin,
* + .uk-grid-margin {
  margin-top: 30px; }

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Horizontal */
  .uk-grid {
    margin-left: -40px; }
  .uk-grid > * {
    padding-left: 40px; }
  /* Vertical */
  .uk-grid + .uk-grid,
  .uk-grid > .uk-grid-margin,
  * + .uk-grid-margin {
    margin-top: 40px; } }

/*
 * Small
 */
/* Horizontal */
.uk-grid-small,
.uk-grid-column-small {
  margin-left: -15px; }

.uk-grid-small > *,
.uk-grid-column-small > * {
  padding-left: 15px; }

/* Vertical */
.uk-grid + .uk-grid-small,
.uk-grid + .uk-grid-row-small,
.uk-grid-small > .uk-grid-margin,
.uk-grid-row-small > .uk-grid-margin,
* + .uk-grid-margin-small {
  margin-top: 15px; }

/*
 * Medium
 */
/* Horizontal */
.uk-grid-medium,
.uk-grid-column-medium {
  margin-left: -30px; }

.uk-grid-medium > *,
.uk-grid-column-medium > * {
  padding-left: 30px; }

/* Vertical */
.uk-grid + .uk-grid-medium,
.uk-grid + .uk-grid-row-medium,
.uk-grid-medium > .uk-grid-margin,
.uk-grid-row-medium > .uk-grid-margin,
* + .uk-grid-margin-medium {
  margin-top: 30px; }

/*
 * Large
 */
/* Horizontal */
.uk-grid-large,
.uk-grid-column-large {
  margin-left: -40px; }

.uk-grid-large > *,
.uk-grid-column-large > * {
  padding-left: 40px; }

/* Vertical */
.uk-grid + .uk-grid-large,
.uk-grid + .uk-grid-row-large,
.uk-grid-large > .uk-grid-margin,
.uk-grid-row-large > .uk-grid-margin,
* + .uk-grid-margin-large {
  margin-top: 40px; }

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Horizontal */
  .uk-grid-large,
  .uk-grid-column-large {
    margin-left: -70px; }
  .uk-grid-large > *,
  .uk-grid-column-large > * {
    padding-left: 70px; }
  /* Vertical */
  .uk-grid + .uk-grid-large,
  .uk-grid + .uk-grid-row-large,
  .uk-grid-large > .uk-grid-margin,
  .uk-grid-row-large > .uk-grid-margin,
  * + .uk-grid-margin-large {
    margin-top: 70px; } }

/*
 * Collapse
 */
/* Horizontal */
.uk-grid-collapse,
.uk-grid-column-collapse {
  margin-left: 0; }

.uk-grid-collapse > *,
.uk-grid-column-collapse > * {
  padding-left: 0; }

/* Vertical */
.uk-grid + .uk-grid-collapse,
.uk-grid + .uk-grid-row-collapse,
.uk-grid-collapse > .uk-grid-margin,
.uk-grid-row-collapse > .uk-grid-margin {
  margin-top: 0; }

/* Divider
 ========================================================================== */
.uk-grid-divider > * {
  position: relative; }

.uk-grid-divider > :not(.uk-first-column)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border-left: 1px solid #e5e5e5; }

/* Vertical */
.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-top: 1px solid #e5e5e5; }

/*
 * Default
 */
/* Horizontal */
.uk-grid-divider {
  margin-left: -60px; }

.uk-grid-divider > * {
  padding-left: 60px; }

.uk-grid-divider > :not(.uk-first-column)::before {
  left: 30px; }

/* Vertical */
.uk-grid-divider.uk-grid-stack > .uk-grid-margin {
  margin-top: 60px; }

.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  top: -30px;
  left: 60px; }

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Horizontal */
  .uk-grid-divider {
    margin-left: -80px; }
  .uk-grid-divider > * {
    padding-left: 80px; }
  .uk-grid-divider > :not(.uk-first-column)::before {
    left: 40px; }
  /* Vertical */
  .uk-grid-divider.uk-grid-stack > .uk-grid-margin {
    margin-top: 80px; }
  .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
    top: -40px;
    left: 80px; } }

/*
 * Small
 */
/* Horizontal */
.uk-grid-divider.uk-grid-small,
.uk-grid-divider.uk-grid-column-small {
  margin-left: -30px; }

.uk-grid-divider.uk-grid-small > *,
.uk-grid-divider.uk-grid-column-small > * {
  padding-left: 30px; }

.uk-grid-divider.uk-grid-small > :not(.uk-first-column)::before,
.uk-grid-divider.uk-grid-column-small > :not(.uk-first-column)::before {
  left: 15px; }

/* Vertical */
.uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin,
.uk-grid-divider.uk-grid-row-small.uk-grid-stack > .uk-grid-margin {
  margin-top: 30px; }

.uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin::before {
  top: -15px;
  left: 30px; }

.uk-grid-divider.uk-grid-row-small.uk-grid-stack > .uk-grid-margin::before {
  top: -15px; }

.uk-grid-divider.uk-grid-column-small.uk-grid-stack > .uk-grid-margin::before {
  left: 30px; }

/*
 * Medium
 */
/* Horizontal */
.uk-grid-divider.uk-grid-medium,
.uk-grid-divider.uk-grid-column-medium {
  margin-left: -60px; }

.uk-grid-divider.uk-grid-medium > *,
.uk-grid-divider.uk-grid-column-medium > * {
  padding-left: 60px; }

.uk-grid-divider.uk-grid-medium > :not(.uk-first-column)::before,
.uk-grid-divider.uk-grid-column-medium > :not(.uk-first-column)::before {
  left: 30px; }

/* Vertical */
.uk-grid-divider.uk-grid-medium.uk-grid-stack > .uk-grid-margin,
.uk-grid-divider.uk-grid-row-medium.uk-grid-stack > .uk-grid-margin {
  margin-top: 60px; }

.uk-grid-divider.uk-grid-medium.uk-grid-stack > .uk-grid-margin::before {
  top: -30px;
  left: 60px; }

.uk-grid-divider.uk-grid-row-medium.uk-grid-stack > .uk-grid-margin::before {
  top: -30px; }

.uk-grid-divider.uk-grid-column-medium.uk-grid-stack > .uk-grid-margin::before {
  left: 60px; }

/*
 * Large
 */
/* Horizontal */
.uk-grid-divider.uk-grid-large,
.uk-grid-divider.uk-grid-column-large {
  margin-left: -80px; }

.uk-grid-divider.uk-grid-large > *,
.uk-grid-divider.uk-grid-column-large > * {
  padding-left: 80px; }

.uk-grid-divider.uk-grid-large > :not(.uk-first-column)::before,
.uk-grid-divider.uk-grid-column-large > :not(.uk-first-column)::before {
  left: 40px; }

/* Vertical */
.uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin,
.uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin {
  margin-top: 80px; }

.uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before {
  top: -40px;
  left: 80px; }

.uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin::before {
  top: -40px; }

.uk-grid-divider.uk-grid-column-large.uk-grid-stack > .uk-grid-margin::before {
  left: 80px; }

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Horizontal */
  .uk-grid-divider.uk-grid-large,
  .uk-grid-divider.uk-grid-column-large {
    margin-left: -140px; }
  .uk-grid-divider.uk-grid-large > *,
  .uk-grid-divider.uk-grid-column-large > * {
    padding-left: 140px; }
  .uk-grid-divider.uk-grid-large > :not(.uk-first-column)::before,
  .uk-grid-divider.uk-grid-column-large > :not(.uk-first-column)::before {
    left: 70px; }
  /* Vertical */
  .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin,
  .uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin {
    margin-top: 140px; }
  .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before {
    top: -70px;
    left: 140px; }
  .uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin::before {
    top: -70px; }
  .uk-grid-divider.uk-grid-column-large.uk-grid-stack > .uk-grid-margin::before {
    left: 140px; } }

/* Match child of a grid cell
 ========================================================================== */
/*
 * Behave like a block element
 * 1. Wrap into the next line
 * 2. Take the full width, at least 100%. Only if no class from the Width component is set.
 * 3. Expand width even if larger than 100%, e.g. because of negative margin (Needed for nested grids)
 */
.uk-grid-match > *,
.uk-grid-item-match {
  display: flex;
  /* 1 */
  flex-wrap: wrap; }

.uk-grid-match > * > :not([class*='uk-width']),
.uk-grid-item-match > :not([class*='uk-width']) {
  /* 2 */
  box-sizing: border-box;
  width: 100%;
  /* 3 */
  flex: auto; }

/* ========================================================================
   Component: Close
 ========================================================================== */
/*
 * Adopts `uk-icon`
 */
.uk-close {
  color: #999;
  transition: 0.1s ease-in-out;
  transition-property: color, opacity; }

/* Hover + Focus */
.uk-close:hover,
.uk-close:focus {
  color: #666;
  outline: none; }

/* ========================================================================
   Component: Spinner
 ========================================================================== */
/*
 * Adopts `uk-icon`
 */
/* SVG
 ========================================================================== */
.uk-spinner > * {
  animation: uk-spinner-rotate 1.4s linear infinite; }

@keyframes uk-spinner-rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(270deg); } }

/*
 * Circle
 */
.uk-spinner > * > * {
  stroke-dasharray: 88px;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: uk-spinner-dash 1.4s ease-in-out infinite;
  stroke-width: 1;
  stroke-linecap: round; }

@keyframes uk-spinner-dash {
  0% {
    stroke-dashoffset: 88px; }
  50% {
    stroke-dashoffset: 22px;
    transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 88px;
    transform: rotate(450deg); } }

/* ========================================================================
   Component: Totop
 ========================================================================== */
/*
 * Addopts `uk-icon`
 */
.uk-totop {
  padding: 5px;
  color: #999;
  transition: color 0.1s ease-in-out; }

/* Hover + Focus */
.uk-totop:hover,
.uk-totop:focus {
  color: #666;
  outline: none; }

/* OnClick */
.uk-totop:active {
  color: #333; }

/* ========================================================================
   Component: Alert
 ========================================================================== */
.uk-alert {
  position: relative;
  margin-bottom: 20px;
  padding: 15px 29px 15px 15px;
  background: #f8f8f8;
  color: #666; }

/* Add margin if adjacent element */
* + .uk-alert {
  margin-top: 20px; }

/*
 * Remove margin from the last-child
 */
.uk-alert > :last-child {
  margin-bottom: 0; }

/* Close
 * Adopts `uk-close`
 ========================================================================== */
.uk-alert-close {
  position: absolute;
  top: 20px;
  right: 15px;
  color: inherit;
  opacity: 0.4; }

/*
 * Remove margin from adjacent element
 */
.uk-alert-close:first-child + * {
  margin-top: 0; }

/*
 * Hover + Focus
 */
.uk-alert-close:hover,
.uk-alert-close:focus {
  color: inherit;
  opacity: 0.8; }

/* Style modifiers
 ========================================================================== */
/*
 * Primary
 */
.uk-alert-primary {
  background: #d8eafc;
  color: #1e87f0; }

/*
 * Success
 */
.uk-alert-success {
  background: #edfbf6;
  color: #32d296; }

/*
 * Warning
 */
.uk-alert-warning {
  background: #fef5ee;
  color: #faa05a; }

/*
 * Danger
 */
.uk-alert-danger {
  background: #fef4f6;
  color: #f0506e; }

/*
     * Content
     */
.uk-alert h1,
.uk-alert h2,
.uk-alert h3,
.uk-alert h4,
.uk-alert h5,
.uk-alert h6 {
  color: inherit; }

.uk-alert a:not([class]) {
  color: inherit;
  text-decoration: underline; }

.uk-alert a:not([class]):hover {
  color: inherit;
  text-decoration: underline; }

/* ========================================================================
   Component: Nav
 ========================================================================== */
/*
 * Reset
 * 1. Prepare lists
 * 2. Prepare links
 * 3. Remove default focus style
 */
/* 1 */
.uk-nav,
.uk-nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }

/* 2 */
.uk-nav li > a {
  display: block;
  text-decoration: none; }

/* 3 */
.uk-nav li > a:focus {
  outline: none; }

/*
 * Items
 * Must target `a` elements to exclude other elements (e.g. lists)
 */
.uk-nav > li > a {
  padding: 5px 0; }

/* Sublists
 ========================================================================== */
/*
 * Level 2
 * `ul` needed for higher specificity to override padding
 */
ul.uk-nav-sub {
  padding: 5px 0 5px 15px; }

/*
 * Level 3 and deeper
 */
.uk-nav-sub ul {
  padding-left: 15px; }

/*
 * Items
 */
.uk-nav-sub a {
  padding: 2px 0; }

/* Parent icon modifier
 ========================================================================== */
.uk-nav-parent-icon > .uk-parent > a::after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  float: right;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.uk-nav-parent-icon > .uk-parent.uk-open > a::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E"); }

/* Header
 ========================================================================== */
.uk-nav-header {
  padding: 5px 0;
  text-transform: uppercase;
  font-size: 0.875rem; }

.uk-nav-header:not(:first-child) {
  margin-top: 20px; }

/* Divider
 ========================================================================== */
.uk-nav-divider {
  margin: 5px 0; }

/* Default modifier
 ========================================================================== */
.uk-nav-default {
  font-size: 0.875rem; }

/*
 * Items
 */
.uk-nav-default > li > a {
  color: #999; }

/* Hover + Focus */
.uk-nav-default > li > a:hover,
.uk-nav-default > li > a:focus {
  color: #666; }

/* Active */
.uk-nav-default > li.uk-active > a {
  color: #333; }

/*
 * Header
 */
.uk-nav-default .uk-nav-header {
  color: #333; }

/*
 * Divider
 */
.uk-nav-default .uk-nav-divider {
  border-top: 1px solid #e5e5e5; }

/*
 * Sublists
 */
.uk-nav-default .uk-nav-sub a {
  color: #999; }

.uk-nav-default .uk-nav-sub a:hover,
.uk-nav-default .uk-nav-sub a:focus {
  color: #666; }

.uk-nav-default .uk-nav-sub li.uk-active > a {
  color: #333; }

/* Primary modifier
 ========================================================================== */
/*
 * Items
 */
.uk-nav-primary > li > a {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #999; }

/* Hover + Focus */
.uk-nav-primary > li > a:hover,
.uk-nav-primary > li > a:focus {
  color: #666; }

/* Active */
.uk-nav-primary > li.uk-active > a {
  color: #333; }

/*
 * Header
 */
.uk-nav-primary .uk-nav-header {
  color: #333; }

/*
 * Divider
 */
.uk-nav-primary .uk-nav-divider {
  border-top: 1px solid #e5e5e5; }

/*
 * Sublists
 */
.uk-nav-primary .uk-nav-sub a {
  color: #999; }

.uk-nav-primary .uk-nav-sub a:hover,
.uk-nav-primary .uk-nav-sub a:focus {
  color: #666; }

.uk-nav-primary .uk-nav-sub li.uk-active > a {
  color: #333; }

/* Alignment modifier
 ========================================================================== */
.uk-nav-center {
  text-align: center; }

/* Sublists */
.uk-nav-center .uk-nav-sub,
.uk-nav-center .uk-nav-sub ul {
  padding-left: 0; }

/* Parent icon modifier  */
.uk-nav-center.uk-nav-parent-icon > .uk-parent > a::after {
  position: absolute; }

/* ========================================================================
   Component: Navbar
 ========================================================================== */
/*
 * 1. Create position context to center navbar group
 */
.uk-navbar {
  display: flex;
  /* 1 */
  position: relative; }

/* Container
 ========================================================================== */
.uk-navbar-container:not(.uk-navbar-transparent) {
  background: #f8f8f8; }

/*
 * Remove pseudo elements created by micro clearfix as precaution (if Container component is used)
 */
.uk-navbar-container > ::before,
.uk-navbar-container > ::after {
  display: none !important; }

/* Groups
 ========================================================================== */
/*
 * 1. Align navs and items vertically if they have a different height
 * 2. Note: IE 11 requires an extra `div` which affects the center selector
 */
.uk-navbar-left,
.uk-navbar-right,
.uk-navbar-center,
.uk-navbar-center-left > *,
.uk-navbar-center-right > * {
  display: flex;
  /* 1 */
  align-items: center; }

/*
 * Horizontal alignment
 * 1. Create position context for centered navbar with sub groups (left/right)
 * 2. Fix text wrapping if content is larger than 50% of the container.
 * 3. Needed for dropdowns because a new position context is created
 *    `z-index` must be smaller than off-canvas
 * 4. Align sub groups for centered navbar
 */
.uk-navbar-right {
  margin-left: auto; }

.uk-navbar-center:only-child {
  margin-left: auto;
  margin-right: auto;
  /* 1 */
  position: relative; }

.uk-navbar-center:not(:only-child) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* 2 */
  width: max-content;
  box-sizing: border-box;
  /* 3 */
  z-index: 990; }

/* 4 */
.uk-navbar-center-left,
.uk-navbar-center-right {
  position: absolute;
  top: 0; }

.uk-navbar-center-left {
  right: 100%; }

.uk-navbar-center-right {
  left: 100%; }

[class*='uk-navbar-center-'] {
  width: max-content;
  box-sizing: border-box; }

/* Nav
 ========================================================================== */
/*
 * 1. Reset list
 */
.uk-navbar-nav {
  display: flex;
  /* 1 */
  margin: 0;
  padding: 0;
  list-style: none; }

/*
 * Allow items to wrap into the next line
 * Only not `absolute` positioned groups
 */
.uk-navbar-left,
.uk-navbar-right,
.uk-navbar-center:only-child {
  flex-wrap: wrap; }

/*
 * Items
 * 1. Center content vertically and horizontally
 * 2. Dimensions
 * 3. Style
 * 4. Required for `a`
 */
.uk-navbar-nav > li > a,
.uk-navbar-item,
.uk-navbar-toggle {
  /* 1 */
  display: flex;
  justify-content: center;
  align-items: center;
  /* 2 */
  box-sizing: border-box;
  min-height: 80px;
  padding: 0 15px;
  /* 3 */
  font-size: 0.875rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  text-decoration: none; }

/*
 * Nav items
 */
.uk-navbar-nav > li > a {
  color: #999;
  text-transform: uppercase;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color; }

/*
 * 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: #666;
  outline: none; }

/* OnClick */
.uk-navbar-nav > li > a:active {
  color: #333; }

/* Active */
.uk-navbar-nav > li.uk-active > a {
  color: #333; }

/* Item
 ========================================================================== */
.uk-navbar-item {
  color: #666; }

/* Toggle
 ========================================================================== */
.uk-navbar-toggle {
  color: #999; }

.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #666;
  outline: none;
  text-decoration: none; }

/*
 * Icon
 * Adopts `uk-icon`
 */
/* Hover + Focus */
/* Subtitle
 ========================================================================== */
.uk-navbar-subtitle {
  font-size: 0.875rem; }

/* Style modifiers
 ========================================================================== */
/* Dropdown
 ========================================================================== */
/*
 * Adopts `uk-dropdown`
 * 1. Hide by default
 * 2. Set position
 * 3. Set a default width
 * 4. Style
 */
.uk-navbar-dropdown {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1020;
  /* 3 */
  box-sizing: border-box;
  width: 200px;
  /* 4 */
  padding: 25px;
  background: #fff;
  color: #666;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15); }

/* Show */
.uk-navbar-dropdown.uk-open {
  display: block; }

/*
 * Direction / Alignment modifiers
 */
/* Direction */
[class*='uk-navbar-dropdown-top'] {
  margin-top: -15px; }

[class*='uk-navbar-dropdown-bottom'] {
  margin-top: 15px; }

[class*='uk-navbar-dropdown-left'] {
  margin-left: -15px; }

[class*='uk-navbar-dropdown-right'] {
  margin-left: 15px; }

/*
 * Grid
 * Adopts `uk-grid`
 */
/* Gutter Horizontal */
.uk-navbar-dropdown-grid {
  margin-left: -50px; }

.uk-navbar-dropdown-grid > * {
  padding-left: 50px; }

/* Gutter Vertical */
.uk-navbar-dropdown-grid > .uk-grid-margin {
  margin-top: 50px; }

/* Stack */
.uk-navbar-dropdown-stack .uk-navbar-dropdown-grid > * {
  width: 100% !important; }

/*
 * Width modifier
 */
.uk-navbar-dropdown-width-2:not(.uk-navbar-dropdown-stack) {
  width: 400px; }

.uk-navbar-dropdown-width-3:not(.uk-navbar-dropdown-stack) {
  width: 600px; }

.uk-navbar-dropdown-width-4:not(.uk-navbar-dropdown-stack) {
  width: 800px; }

.uk-navbar-dropdown-width-5:not(.uk-navbar-dropdown-stack) {
  width: 1000px; }

/*
 * Dropbar modifier
 */
.uk-navbar-dropdown-dropbar {
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: none; }

/* Dropdown Nav
 * Adopts `uk-nav`
 ========================================================================== */
.uk-navbar-dropdown-nav {
  font-size: 0.875rem; }

/*
 * Items
 */
.uk-navbar-dropdown-nav > li > a {
  color: #999; }

/* Hover + Focus */
.uk-navbar-dropdown-nav > li > a:hover,
.uk-navbar-dropdown-nav > li > a:focus {
  color: #666; }

/* Active */
.uk-navbar-dropdown-nav > li.uk-active > a {
  color: #333; }

/*
 * Header
 */
.uk-navbar-dropdown-nav .uk-nav-header {
  color: #333; }

/*
 * Divider
 */
.uk-navbar-dropdown-nav .uk-nav-divider {
  border-top: 1px solid #e5e5e5; }

/*
 * Sublists
 */
.uk-navbar-dropdown-nav .uk-nav-sub a {
  color: #999; }

.uk-navbar-dropdown-nav .uk-nav-sub a:hover,
.uk-navbar-dropdown-nav .uk-nav-sub a:focus {
  color: #666; }

.uk-navbar-dropdown-nav .uk-nav-sub li.uk-active > a {
  color: #333; }

/* Dropbar
 ========================================================================== */
.uk-navbar-dropbar {
  background: #fff; }

/*
 * Slide modifier
 */
.uk-navbar-dropbar-slide {
  position: absolute;
  z-index: 980;
  left: 0;
  right: 0;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.05); }

/*
     * Navbar
     */
.uk-navbar-container > .uk-container .uk-navbar-left {
  margin-left: -15px;
  margin-right: -15px; }

.uk-navbar-container > .uk-container .uk-navbar-right {
  margin-right: -15px; }

/*
     * Grid Divider
     */
.uk-navbar-dropdown-grid > * {
  position: relative; }

.uk-navbar-dropdown-grid > :not(.uk-first-column)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  border-left: 1px solid #e5e5e5; }

/* Vertical */
.uk-navbar-dropdown-grid.uk-grid-stack > .uk-grid-margin::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 50px;
  right: 0;
  border-top: 1px solid #e5e5e5; }

/* ========================================================================
   Component: Subnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Gutter
 * 3. Reset list
 */
.uk-subnav {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin-left: -20px;
  /* 3 */
  padding: 0;
  list-style: none; }

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 * 3. Create position context for dropdowns
 */
.uk-subnav > * {
  /* 1 */
  flex: none;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  position: relative; }

/* 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 {
  /* 1 */
  display: block;
  /* 2 */
  color: #999;
  font-size: 0.875rem;
  text-transform: uppercase;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color; }

/* Hover + Focus */
.uk-subnav > * > a:hover,
.uk-subnav > * > a:focus {
  color: #666;
  text-decoration: none;
  outline: none; }

/* Active */
.uk-subnav > .uk-active > a {
  color: #333; }

/* Divider modifier
 ========================================================================== */
/*
 * 1. Align items and divider vertically
 */
.uk-subnav-divider > * {
  /* 1 */
  display: flex;
  align-items: center; }

/*
 * Divider
 * `nth-child` makes it also work without JS if it's only one row
 */
.uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
  content: "";
  height: 1.5em;
  margin-left: 0px;
  margin-right: 20px;
  border-left: 1px solid #e5e5e5; }

/* Pill modifier
 ========================================================================== */
.uk-subnav-pill > * > :first-child {
  padding: 5px 10px;
  background: transparent;
  color: #999; }

/* Hover + Focus */
.uk-subnav-pill > * > a:hover,
.uk-subnav-pill > * > a:focus {
  background-color: #f8f8f8;
  color: #666; }

/* OnClick */
.uk-subnav-pill > * > a:active {
  background-color: #f8f8f8;
  color: #666; }

/* Active */
.uk-subnav-pill > .uk-active > a {
  background-color: #1e87f0;
  color: #fff; }

/* Disabled
 * The same for all style modifiers
 ========================================================================== */
.uk-subnav > .uk-disabled > a {
  color: #999; }

/* ========================================================================
   Component: Tab
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Gutter
 * 3. Reset list
 */
.uk-tab {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin-left: -20px;
  /* 3 */
  padding: 0;
  list-style: none;
  position: relative; }
  .uk-tab::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 0;
    border-bottom: 1px solid #e5e5e5; }

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 * 3. Create position context for dropdowns
 */
.uk-tab > * {
  /* 1 */
  flex: none;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  position: relative; }

/* 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 {
  /* 1 */
  display: block;
  text-align: center;
  /* 2 */
  padding: 5px 10px;
  color: #999;
  border-bottom: 1px solid transparent;
  font-size: 0.875rem;
  text-transform: uppercase;
  transition: color 0.1s ease-in-out; }

/* Hover + Focus */
.uk-tab > * > a:hover,
.uk-tab > * > a:focus {
  color: #666;
  text-decoration: none; }

/* Active */
.uk-tab > .uk-active > a {
  color: #333;
  border-color: #1e87f0; }

/* Disabled */
.uk-tab > .uk-disabled > a {
  color: #999; }

/* Position modifier
 ========================================================================== */
/*
 * Bottom
 */
.uk-tab-bottom::before {
  top: 0;
  bottom: auto; }

.uk-tab-bottom > * > a {
  border-top: 1px solid transparent;
  border-bottom: none; }

/*
 * Left + Right
 * 1. Reset Gutter
 */
.uk-tab-left,
.uk-tab-right {
  flex-direction: column;
  /* 1 */
  margin-left: 0; }

/* 1 */
.uk-tab-left > *,
.uk-tab-right > * {
  padding-left: 0; }

.uk-tab-left::before {
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  border-left: 1px solid #e5e5e5;
  border-bottom: none; }

.uk-tab-right::before {
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  border-left: 1px solid #e5e5e5;
  border-bottom: none; }

.uk-tab-left > * > a {
  text-align: left;
  border-right: 1px solid transparent;
  border-bottom: none; }

.uk-tab-right > * > a {
  text-align: left;
  border-left: 1px solid transparent;
  border-bottom: none; }

.uk-tab .uk-dropdown {
  margin-left: 30px; }

/* ========================================================================
   Component: Slidenav
 ========================================================================== */
/*
 * Adopts `uk-icon`
 */
.uk-slidenav {
  padding: 5px 10px;
  color: rgba(102, 102, 102, 0.5);
  transition: color 0.1s ease-in-out; }

/* Hover + Focus */
.uk-slidenav:hover,
.uk-slidenav:focus {
  color: rgba(102, 102, 102, 0.9);
  outline: none; }

/* OnClick */
.uk-slidenav:active {
  color: rgba(102, 102, 102, 0.5); }

/* Icon modifier
 ========================================================================== */
/*
 * Previous
 */
/*
 * Next
 */
/* Size modifier
 ========================================================================== */
.uk-slidenav-large {
  padding: 10px 10px; }

/* Container
 ========================================================================== */
.uk-slidenav-container {
  display: flex; }

/* ========================================================================
   Component: Dotnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 * 3. Gutter
 */
.uk-dotnav {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  margin-left: -12px; }

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 */
.uk-dotnav > * {
  /* 1 */
  flex: none;
  /* 2 */
  padding-left: 12px; }

/* Items
 ========================================================================== */
/*
 * Items
 * 1. Hide text if present
 */
.uk-dotnav > * > * {
  display: block;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: transparent;
  /* 1 */
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  border: 1px solid rgba(102, 102, 102, 0.4);
  transition: 0.2s ease-in-out;
  transition-property: background-color, border-color; }

/* Hover + Focus */
.uk-dotnav > * > :hover,
.uk-dotnav > * > :focus {
  background-color: rgba(102, 102, 102, 0.6);
  outline: none;
  border-color: transparent; }

/* OnClick */
.uk-dotnav > * > :active {
  background-color: rgba(102, 102, 102, 0.2);
  border-color: transparent; }

/* Active */
.uk-dotnav > .uk-active > * {
  background-color: rgba(102, 102, 102, 0.6);
  border-color: transparent; }

/* Modifier: 'uk-dotnav-vertical'
 ========================================================================== */
/*
 * 1. Change direction
 * 2. Gutter
 */
.uk-dotnav-vertical {
  /* 1 */
  flex-direction: column;
  /* 2 */
  margin-left: 0;
  margin-top: -12px; }

/* 2 */
.uk-dotnav-vertical > * {
  padding-left: 0;
  padding-top: 12px; }

/* ========================================================================
   Component: Thumbnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 * 3. Gutter
 */
.uk-thumbnav {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  margin-left: -15px; }

/*
 * Space is allocated based on content dimensions, but shrinks: 0 1 auto
 * 1. Gutter
 */
.uk-thumbnav > * {
  /* 1 */
  padding-left: 15px; }

/* Items
 ========================================================================== */
/*
 * Items
 */
.uk-thumbnav > * > * {
  display: inline-block;
  position: relative; }
  .uk-thumbnav > * > *::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.4);
    transition: background-color 0.1s ease-in-out; }

/* Hover + Focus */
.uk-thumbnav > * > :hover,
.uk-thumbnav > * > :focus {
  outline: none; }
  .uk-thumbnav > * > :hover::after,
  .uk-thumbnav > * > :focus::after {
    background-color: transparent; }

/* Active */
.uk-thumbnav > .uk-active > *::after {
  background-color: transparent; }

/* Modifier: 'uk-thumbnav-vertical'
 ========================================================================== */
/*
 * 1. Change direction
 * 2. Gutter
 */
.uk-thumbnav-vertical {
  /* 1 */
  flex-direction: column;
  /* 2 */
  margin-left: 0;
  margin-top: -15px; }

/* 2 */
.uk-thumbnav-vertical > * {
  padding-left: 0;
  padding-top: 15px; }

/* ========================================================================
   Component: Accordion
 ========================================================================== */
.uk-accordion {
  padding: 0;
  list-style: none; }

/* Item
 ========================================================================== */
.uk-accordion > :nth-child(n+2) {
  margin-top: 20px; }

/* Title
 ========================================================================== */
.uk-accordion-title {
  display: block;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #333;
  overflow: hidden; }
  .uk-accordion-title::before {
    content: "";
    width: 1.4em;
    height: 1.4em;
    margin-left: 10px;
    float: right;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%; }
  .uk-open > .uk-accordion-title::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E"); }

/* Hover + Focus */
.uk-accordion-title:hover,
.uk-accordion-title:focus {
  color: #666;
  text-decoration: none;
  outline: none; }

/* Content
 ========================================================================== */
.uk-accordion-content {
  margin-top: 20px; }

/*
 * Micro clearfix
 */
.uk-accordion-content::before,
.uk-accordion-content::after {
  content: "";
  display: table; }

.uk-accordion-content::after {
  clear: both; }

/*
 * Remove margin from the last-child
 */
.uk-accordion-content > :last-child {
  margin-bottom: 0; }

/* ========================================================================
   Component: Drop
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Set a default width
 */
.uk-drop {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1020;
  /* 3 */
  box-sizing: border-box;
  width: 300px; }

/* Show */
.uk-drop.uk-open {
  display: block; }

/* Direction / Alignment modifiers
 ========================================================================== */
/* Direction */
[class*='uk-drop-top'] {
  margin-top: -20px; }

[class*='uk-drop-bottom'] {
  margin-top: 20px; }

[class*='uk-drop-left'] {
  margin-left: -20px; }

[class*='uk-drop-right'] {
  margin-left: 20px; }

/* Grid modifiers
 ========================================================================== */
.uk-drop-stack .uk-drop-grid > * {
  width: 100% !important; }

/* ========================================================================
   Component: Dropdown
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Set a default width
 * 4. Style
 */
.uk-dropdown {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1020;
  /* 3 */
  box-sizing: border-box;
  min-width: 200px;
  /* 4 */
  padding: 25px;
  background: #fff;
  color: #666;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15); }

/* Show */
.uk-dropdown.uk-open {
  display: block; }

/* Nav
 * Adopts `uk-nav`
 ========================================================================== */
.uk-dropdown-nav {
  white-space: nowrap;
  font-size: 0.875rem; }

/*
 * Items
 */
.uk-dropdown-nav > li > a {
  color: #999; }

/* Hover + Focus + Active */
.uk-dropdown-nav > li > a:hover,
.uk-dropdown-nav > li > a:focus,
.uk-dropdown-nav > li.uk-active > a {
  color: #666; }

/*
 * Header
 */
.uk-dropdown-nav .uk-nav-header {
  color: #333; }

/*
 * Divider
 */
.uk-dropdown-nav .uk-nav-divider {
  border-top: 1px solid #e5e5e5; }

/*
 * Sublists
 */
.uk-dropdown-nav .uk-nav-sub a {
  color: #999; }

.uk-dropdown-nav .uk-nav-sub a:hover,
.uk-dropdown-nav .uk-nav-sub a:focus,
.uk-dropdown-nav .uk-nav-sub li.uk-active > a {
  color: #666; }

/* Direction / Alignment modifiers
 ========================================================================== */
/* Direction */
[class*='uk-dropdown-top'] {
  margin-top: -10px; }

[class*='uk-dropdown-bottom'] {
  margin-top: 10px; }

[class*='uk-dropdown-left'] {
  margin-left: -10px; }

[class*='uk-dropdown-right'] {
  margin-left: 10px; }

/* Grid modifiers
 ========================================================================== */
.uk-dropdown-stack .uk-dropdown-grid > * {
  width: 100% !important; }

/* ========================================================================
   Component: Modal
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Allow scrolling for the modal dialog
 * 4. Horizontal padding
 * 5. Mask the background page
 * 6. Fade-in transition
 */
.uk-modal {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  /* 3 */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* 4 */
  padding: 15px 15px;
  /* 5 */
  background: rgba(0, 0, 0, 0.6);
  /* 6 */
  opacity: 0;
  transition: opacity 0.15s linear; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-modal {
    padding: 50px 30px; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-modal {
    padding-left: 40px;
    padding-right: 40px; } }

/*
 * Open
 */
.uk-modal.uk-open {
  opacity: 1; }

/* Page
 ========================================================================== */
/*
 * Prevent scrollbars
 */
.uk-modal-page {
  overflow: hidden; }

/* 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 {
  /* 1 */
  position: relative;
  /* 2 */
  box-sizing: border-box;
  margin: 0 auto;
  width: 600px;
  /* 3 */
  max-width: calc(100% - 0.01px) !important;
  /* 4 */
  background: #fff;
  /* 5 */
  opacity: 0;
  transform: translateY(-100px);
  transition: 0.3s linear;
  transition-property: opacity, transform; }

/*
 * Open
 */
.uk-open > .uk-modal-dialog {
  opacity: 1;
  transform: translateY(0); }

/* Size modifier
 ========================================================================== */
/*
 * Container size
 * Take the same size as the Container component
 */
.uk-modal-container .uk-modal-dialog {
  width: 1200px; }

/*
 * Full size
 * 1. Remove padding and background from modal
 * 2. Reset all default declarations from modal dialog
 */
/* 1 */
.uk-modal-full {
  padding: 0;
  background: none; }

/* 2 */
.uk-modal-full .uk-modal-dialog {
  margin: 0;
  width: 100%;
  max-width: 100%;
  transform: translateY(0); }

/* Sections
 ========================================================================== */
.uk-modal-body {
  padding: 30px 30px; }

.uk-modal-header {
  padding: 15px 30px;
  background: #fff;
  border-bottom: 1px solid #e5e5e5; }

.uk-modal-footer {
  padding: 15px 30px;
  background: #fff;
  border-top: 1px solid #e5e5e5; }

/*
 * Micro clearfix
 */
.uk-modal-body::before,
.uk-modal-body::after,
.uk-modal-header::before,
.uk-modal-header::after,
.uk-modal-footer::before,
.uk-modal-footer::after {
  content: "";
  display: table; }

.uk-modal-body::after,
.uk-modal-header::after,
.uk-modal-footer::after {
  clear: both; }

/*
 * Remove margin from the last-child
 */
.uk-modal-body > :last-child,
.uk-modal-header > :last-child,
.uk-modal-footer > :last-child {
  margin-bottom: 0; }

/* Title
 ========================================================================== */
.uk-modal-title {
  font-size: 2rem;
  line-height: 1.3; }

/* Close
 * Adopts `uk-close`
 ========================================================================== */
[class*='uk-modal-close-'] {
  position: absolute;
  z-index: 1010;
  top: 10px;
  right: 10px;
  padding: 5px; }

/*
 * Remove margin from adjacent element
 */
[class*='uk-modal-close-']:first-child + * {
  margin-top: 0; }

/*
 * Hover
 */
/*
 * Default
 */
/*
 * Outside
 * 1. Prevent scrollbar on small devices
 */
.uk-modal-close-outside {
  top: 0;
  /* 1 */
  right: -5px;
  transform: translate(0, -100%);
  color: white; }

.uk-modal-close-outside:hover {
  color: #fff; }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* 1 */
  .uk-modal-close-outside {
    right: 0;
    transform: translate(100%, -100%); } }

/*
 * Full
 */
.uk-modal-close-full {
  top: 0;
  right: 0;
  padding: 20px;
  background: #fff; }

/* ========================================================================
   Component: Lightbox
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Allow scrolling for the modal dialog
 * 4. Horizontal padding
 * 5. Mask the background page
 * 6. Fade-in transition
 */
.uk-lightbox {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  /* 5 */
  background: #000;
  /* 6 */
  opacity: 0;
  transition: opacity 0.15s linear; }

/*
 * Open
 * 1. Center child
 * 2. Fade-in
 */
.uk-lightbox.uk-open {
  display: block;
  /* 2 */
  opacity: 1; }

/* Page
 ========================================================================== */
/*
 * Prevent scrollbars
 */
.uk-lightbox-page {
  overflow: hidden; }

/* Item
 ========================================================================== */
/*
 * 1. Center child within the viewport
 * 2. Not visible by default
 * 3. Color needed for spinner icon
 * 4. Optimize animation
 * 5. Responsiveness
 *    Using `vh` for `max-height` to fix image proportions after resize in Safari and Opera
 *    Using `vh` and `vw` to make responsive image work in IE11
 * 6. Suppress outline on focus
 */
.uk-lightbox-items > * {
  /* 1 */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  display: none;
  justify-content: center;
  align-items: center;
  /* 3 */
  color: rgba(255, 255, 255, 0.7);
  /* 4 */
  will-change: transform, opacity; }

/* 5 */
.uk-lightbox-items > * > * {
  max-width: 100vw;
  max-height: 100vh; }

/* 6 */
.uk-lightbox-items > :focus {
  outline: none; }

.uk-lightbox-items > * > :not(iframe) {
  width: auto;
  height: auto; }

.uk-lightbox-items > .uk-active {
  display: flex; }

/* Toolbar
 ========================================================================== */
.uk-lightbox-toolbar {
  padding: 10px 10px;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.7); }

.uk-lightbox-toolbar > * {
  color: rgba(255, 255, 255, 0.7); }

/* Toolbar Icon (Close)
 ========================================================================== */
.uk-lightbox-toolbar-icon {
  padding: 5px;
  color: rgba(255, 255, 255, 0.7); }

/*
 * Hover
 */
.uk-lightbox-toolbar-icon:hover {
  color: #fff; }

/* Button (Slidenav)
 ========================================================================== */
/*
 * 1. Center icon vertically and horizontally
 */
.uk-lightbox-button {
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.7);
  /* 1 */
  display: inline-flex;
  justify-content: center;
  align-items: center; }

/*
 * Hover
 */
.uk-lightbox-button:hover {
  color: #fff; }

/* Caption
 ========================================================================== */
/* Iframe
 ========================================================================== */
.uk-lightbox-iframe {
  width: 80%;
  height: 80%; }

/* ========================================================================
   Component: Slideshow
 ========================================================================== */
/*
 * 1. Prevent tab highlighting on iOS.
 */
.uk-slideshow {
  /* 1 */
  -webkit-tap-highlight-color: transparent; }

/* Items
 ========================================================================== */
/*
 * 1. Create position and stacking context
 * 2. Reset list
 * 3. Clip child elements
 * 4. Prevent displaying the callout information on iOS.
 */
.uk-slideshow-items {
  /* 1 */
  position: relative;
  z-index: 0;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  overflow: hidden;
  /* 4 */
  -webkit-touch-callout: none; }

/* Item
 ========================================================================== */
/*
 * 1. Position items above each other
 * 2. Take the full width
 * 3. Clip child elements, e.g. for `uk-cover`
 * 4. Optimize animation
 * 5. Disable horizontal panning gestures in IE11 and Edge
 * 6. Suppress outline on focus
 */
.uk-slideshow-items > * {
  /* 1 */
  position: absolute;
  top: 0;
  left: 0;
  /* 2 */
  right: 0;
  bottom: 0;
  /* 3 */
  overflow: hidden;
  /* 4 */
  will-change: transform, opacity;
  /* 5 */
  touch-action: pan-y; }

/* 6 */
.uk-slideshow-items > :focus {
  outline: none; }

/*
 * Hide not active items
 */
.uk-slideshow-items > :not(.uk-active) {
  display: none; }

/* ========================================================================
   Component: Slider
 ========================================================================== */
/*
 * 1. Prevent tab highlighting on iOS.
 */
.uk-slider {
  /* 1 */
  -webkit-tap-highlight-color: transparent; }

/* Container
 ========================================================================== */
/*
 * 1. Clip child elements
 */
.uk-slider-container {
  /* 1 */
  overflow: hidden; }

/* Items
 ========================================================================== */
/*
 * 1. Optimize animation
 * 2. Create a containing block. In Safari it's neither created by `transform` nor `will-change`.
 */
.uk-slider-items {
  /* 1 */
  will-change: transform;
  /* 2 */
  position: relative; }

/*
 * 1. Reset list style without interfering with grid
 * 2. Prevent displaying the callout information on iOS.
 */
.uk-slider-items:not(.uk-grid) {
  display: flex;
  /* 1 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 2 */
  -webkit-touch-callout: none; }

.uk-slider-items.uk-grid {
  flex-wrap: nowrap; }

/* Item
 ========================================================================== */
/*
 * 1. Let items take content dimensions (0 0 auto)
 * 2. Create position context
 * 3. Disable horizontal panning gestures in IE11 and Edge
 * 4. Suppress outline on focus
 */
.uk-slider-items > * {
  /* 1 */
  flex: none;
  /* 2 */
  position: relative;
  /* 3 */
  touch-action: pan-y; }

/* 4 */
.uk-slider-items > :focus {
  outline: none; }

/* ========================================================================
   Component: Sticky
 ========================================================================== */
/*
 * 1. Resolve frame rate issues on devices with lower frame rates by forcing hardware acceleration
 */
.uk-sticky-fixed {
  z-index: 980;
  box-sizing: border-box;
  margin: 0 !important;
  /* 1 */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/*
 * Faster animations
 */
.uk-sticky[class*='uk-animation-'] {
  animation-duration: 0.2s; }

.uk-sticky.uk-animation-reverse {
  animation-duration: 0.2s; }

/* ========================================================================
   Component: Off-canvas
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 */
.uk-offcanvas {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1000; }

/*
 * Flip modifier
 */
.uk-offcanvas-flip .uk-offcanvas {
  right: 0;
  left: auto; }

/* Bar
 ========================================================================== */
/*
 * 1. Set position
 * 2. Size and style
 * 3. Allow scrolling
 */
.uk-offcanvas-bar {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: -270px;
  /* 2 */
  box-sizing: border-box;
  width: 270px;
  padding: 20px 20px;
  background: #222;
  /* 3 */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-offcanvas-bar {
    left: -350px;
    width: 350px;
    padding: 40px 40px; } }

/* Flip modifier */
.uk-offcanvas-flip .uk-offcanvas-bar {
  left: auto;
  right: -270px; }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-offcanvas-flip .uk-offcanvas-bar {
    right: -350px; } }

/*
 * Open
 */
.uk-open > .uk-offcanvas-bar {
  left: 0; }

.uk-offcanvas-flip .uk-open > .uk-offcanvas-bar {
  left: auto;
  right: 0; }

/*
 * Slide Animation (Used in slide and push mode)
 */
.uk-offcanvas-bar-animation {
  transition: left 0.3s ease-out; }

.uk-offcanvas-flip .uk-offcanvas-bar-animation {
  transition-property: right; }

/*
 * Reveal Animation
 * 1. Set position
 * 2. Clip the bar
 * 3. Animation
 * 4. Reset position
 */
.uk-offcanvas-reveal {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  width: 0;
  overflow: hidden;
  /* 3 */
  transition: width 0.3s ease-out; }

.uk-offcanvas-reveal .uk-offcanvas-bar {
  /* 4 */
  left: 0; }

.uk-offcanvas-flip .uk-offcanvas-reveal .uk-offcanvas-bar {
  /* 4 */
  left: auto;
  right: 0; }

.uk-open > .uk-offcanvas-reveal {
  width: 270px; }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-open > .uk-offcanvas-reveal {
    width: 350px; } }

/*
 * Flip modifier
 */
.uk-offcanvas-flip .uk-offcanvas-reveal {
  right: 0;
  left: auto; }

/* Close
 * Adopts `uk-close`
 ========================================================================== */
.uk-offcanvas-close {
  position: absolute;
  z-index: 1000;
  top: 20px;
  right: 20px;
  padding: 5px; }

/* Overlay
 ========================================================================== */
/*
 * Overlay the whole page. Needed for the `::before`
 * 1. Using `100vw` so no modification is needed when off-canvas is flipped
 * 2. Allow for closing with swipe gesture on devices with pointer events.
 */
.uk-offcanvas-overlay {
  /* 1 */
  width: 100vw;
  /* 2 */
  touch-action: none; }

/*
 * 1. Mask the whole page
 * 2. Fade-in transition
 */
.uk-offcanvas-overlay::before {
  /* 1 */
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
  /* 2 */
  opacity: 0;
  transition: opacity 0.15s linear; }

.uk-offcanvas-overlay.uk-open::before {
  opacity: 1; }

/* Prevent scrolling
 ========================================================================== */
/*
 * Prevent horizontal scrollbar when the content is slide-out
 * Has to be on the `html` element too to make it work on the `body`
 */
.uk-offcanvas-page,
.uk-offcanvas-container {
  overflow-x: hidden; }

/* Container
 ========================================================================== */
/*
 * Prepare slide-out animation (Used in reveal and push mode)
 * Using `position: left` instead of `transform` because position `fixed` elements like sticky navbars
 * lose their fixed state and behaves like `absolute` within a transformed container
 * 1. Provide a fixed width and prevent shrinking
 */
.uk-offcanvas-container {
  position: relative;
  left: 0;
  transition: left 0.3s ease-out;
  /* 1 */
  box-sizing: border-box;
  width: 100%; }

/*
 * Activate slide-out animation
 */
:not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
  left: 270px; }

.uk-offcanvas-flip.uk-offcanvas-container-animation {
  left: -270px; }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  :not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
    left: 350px; }
  .uk-offcanvas-flip.uk-offcanvas-container-animation {
    left: -350px; } }

/* ========================================================================
   Component: Switcher
 ========================================================================== */
/*
 * Reset list
 */
.uk-switcher {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Items
 ========================================================================== */
/*
 * Hide not active items
 */
.uk-switcher > :not(.uk-active) {
  display: none; }

/*
 * Remove margin from the last-child
 */
.uk-switcher > * > :last-child {
  margin-bottom: 0; }

/* ========================================================================
   Component: Leader
 ========================================================================== */
.uk-leader {
  overflow: hidden; }

/*
 * 1. Place element in text flow
 * 2. Never break into a new line
 * 3. Get a string back with as many repeating characters to fill the container
 * 4. Prevent wrapping. Overflowing characters will be clipped by the container
 */
.uk-leader-fill::after {
  /* 1 */
  display: inline-block;
  margin-left: 15px;
  /* 2 */
  width: 0;
  /* 3 */
  content: attr(data-fill);
  /* 4 */
  white-space: nowrap; }

/*
 * Hide if media does not match
 */
.uk-leader-fill.uk-leader-hide::after {
  display: none; }

/*
 * Pass fill character to JS
 */
.uk-leader-fill-content::before {
  content: "."; }

:root {
  --uk-leader-fill-content: .; }

/* ========================================================================
   Component: Notification
 ========================================================================== */
/*
 * 1. Set position
 * 2. Dimensions
 */
.uk-notification {
  /* 1 */
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1040;
  /* 2 */
  box-sizing: border-box;
  width: 350px; }

/* Position modifiers
========================================================================== */
.uk-notification-top-right,
.uk-notification-bottom-right {
  left: auto;
  right: 10px; }

.uk-notification-top-center,
.uk-notification-bottom-center {
  left: 50%;
  margin-left: -175px; }

.uk-notification-bottom-left,
.uk-notification-bottom-right,
.uk-notification-bottom-center {
  top: auto;
  bottom: 10px; }

/* Responsiveness
========================================================================== */
/* Phones portrait and smaller */
@media (max-width: 639px) {
  .uk-notification {
    left: 10px;
    right: 10px;
    width: auto;
    margin: 0; } }

/* Message
========================================================================== */
.uk-notification-message {
  position: relative;
  padding: 15px;
  background: #f8f8f8;
  color: #666;
  font-size: 1.25rem;
  line-height: 1.4;
  cursor: pointer; }

* + .uk-notification-message {
  margin-top: 10px; }

/* Close
 * Adopts `uk-close`
 ========================================================================== */
.uk-notification-close {
  display: none;
  position: absolute;
  top: 20px;
  right: 15px; }

.uk-notification-message:hover .uk-notification-close {
  display: block; }

/* Style modifiers
 ========================================================================== */
/*
 * Primary
 */
.uk-notification-message-primary {
  color: #1e87f0; }

/*
 * Success
 */
.uk-notification-message-success {
  color: #32d296; }

/*
 * Warning
 */
.uk-notification-message-warning {
  color: #faa05a; }

/*
 * Danger
 */
.uk-notification-message-danger {
  color: #f0506e; }

/* ========================================================================
   Component: Tooltip
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Position
 * 3. Dimensions
 * 4. Style
 */
.uk-tooltip {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1030;
  /* 3 */
  box-sizing: border-box;
  max-width: 200px;
  padding: 3px 6px;
  /* 4 */
  background: #666;
  border-radius: 2px;
  color: #fff;
  font-size: 12px; }

/* Show */
.uk-tooltip.uk-active {
  display: block; }

/* Direction / Alignment modifiers
 ========================================================================== */
/* Direction */
[class*='uk-tooltip-top'] {
  margin-top: -10px; }

[class*='uk-tooltip-bottom'] {
  margin-top: 10px; }

[class*='uk-tooltip-left'] {
  margin-left: -10px; }

[class*='uk-tooltip-right'] {
  margin-left: 10px; }

/* ========================================================================
   Component: Animation
 ========================================================================== */
[class*='uk-animation-'] {
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: both; }

/* Animations
 ========================================================================== */
/*
 * Fade
 */
.uk-animation-fade {
  animation-name: uk-fade;
  animation-duration: 0.8s;
  animation-timing-function: linear; }

/*
 * Scale
 */
.uk-animation-scale-up {
  animation-name: uk-fade-scale-02; }

.uk-animation-scale-down {
  animation-name: uk-fade-scale-18; }

/*
 * Slide
 */
.uk-animation-slide-top {
  animation-name: uk-fade-top; }

.uk-animation-slide-bottom {
  animation-name: uk-fade-bottom; }

.uk-animation-slide-left {
  animation-name: uk-fade-left; }

.uk-animation-slide-right {
  animation-name: uk-fade-right; }

/*
 * Slide Small
 */
.uk-animation-slide-top-small {
  animation-name: uk-fade-top-small; }

.uk-animation-slide-bottom-small {
  animation-name: uk-fade-bottom-small; }

.uk-animation-slide-left-small {
  animation-name: uk-fade-left-small; }

.uk-animation-slide-right-small {
  animation-name: uk-fade-right-small; }

/*
 * Slide Medium
 */
.uk-animation-slide-top-medium {
  animation-name: uk-fade-top-medium; }

.uk-animation-slide-bottom-medium {
  animation-name: uk-fade-bottom-medium; }

.uk-animation-slide-left-medium {
  animation-name: uk-fade-left-medium; }

.uk-animation-slide-right-medium {
  animation-name: uk-fade-right-medium; }

/*
 * Kenburns
 */
.uk-animation-kenburns {
  animation-name: uk-scale-kenburns;
  animation-duration: 15s; }

/*
 * Shake
 */
.uk-animation-shake {
  animation-name: uk-shake; }

/*
 * SVG Stroke
 * The `--uk-animation-stroke` custom property contains the longest path length.
 * Set it manually or use `uk-svg="stroke-animation: true"` to set it automatically.
 * All strokes are animated by the same pace and doesn't end simultaneously.
 * To end simultaneously, `pathLength="1"` could be used, but it's not working in Safari yet.
 */
.uk-animation-stroke {
  animation-name: uk-stroke;
  stroke-dasharray: var(--uk-animation-stroke);
  animation-duration: 2s; }

/* Direction modifier
 ========================================================================== */
.uk-animation-reverse {
  animation-direction: reverse;
  animation-timing-function: ease-in; }

/* Duration modifier
 ========================================================================== */
.uk-animation-fast {
  animation-duration: 0.1s; }

/* Toggle (Hover + Focus)
========================================================================== */
/*
 * The toggle is triggered on touch devices using `:focus` and tabindex
 */
.uk-animation-toggle:not(:hover):not(:focus) [class*='uk-animation-'] {
  animation-name: none; }

/*
 * 1. Prevent tab highlighting on iOS.
 */
.uk-animation-toggle {
  /* 1 */
  -webkit-tap-highlight-color: transparent; }

/*
 * Remove outline for `tabindex`
 */
.uk-animation-toggle:focus {
  outline: none; }

/* Keyframes used by animation classes
 ========================================================================== */
/*
 * Fade
 */
@keyframes uk-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Slide Top
 */
@keyframes uk-fade-top {
  0% {
    opacity: 0;
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

/*
 * Slide Bottom
 */
@keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

/*
 * Slide Left
 */
@keyframes uk-fade-left {
  0% {
    opacity: 0;
    transform: translateX(-100%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

/*
 * Slide Right
 */
@keyframes uk-fade-right {
  0% {
    opacity: 0;
    transform: translateX(100%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

/*
 * Slide Top Small
 */
@keyframes uk-fade-top-small {
  0% {
    opacity: 0;
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

/*
 * Slide Bottom Small
 */
@keyframes uk-fade-bottom-small {
  0% {
    opacity: 0;
    transform: translateY(10px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

/*
 * Slide Left Small
 */
@keyframes uk-fade-left-small {
  0% {
    opacity: 0;
    transform: translateX(-10px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

/*
 * Slide Right Small
 */
@keyframes uk-fade-right-small {
  0% {
    opacity: 0;
    transform: translateX(10px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

/*
 * Slide Top Medium
 */
@keyframes uk-fade-top-medium {
  0% {
    opacity: 0;
    transform: translateY(-50px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

/*
 * Slide Bottom Medium
 */
@keyframes uk-fade-bottom-medium {
  0% {
    opacity: 0;
    transform: translateY(50px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

/*
 * Slide Left Medium
 */
@keyframes uk-fade-left-medium {
  0% {
    opacity: 0;
    transform: translateX(-50px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

/*
 * Slide Right Medium
 */
@keyframes uk-fade-right-medium {
  0% {
    opacity: 0;
    transform: translateX(50px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

/*
 * Scale Up
 */
@keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    transform: scale(0.2); }
  100% {
    opacity: 1;
    transform: scale(1); } }

/*
 * Scale Down
 */
@keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    transform: scale(1.8); }
  100% {
    opacity: 1;
    transform: scale(1); } }

/*
 * Kenburns
 */
@keyframes uk-scale-kenburns {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.2); } }

/*
 * Shake
 */
@keyframes uk-shake {
  0%, 100% {
    transform: translateX(0); }
  10% {
    transform: translateX(-9px); }
  20% {
    transform: translateX(8px); }
  30% {
    transform: translateX(-7px); }
  40% {
    transform: translateX(6px); }
  50% {
    transform: translateX(-5px); }
  60% {
    transform: translateX(4px); }
  70% {
    transform: translateX(-3px); }
  80% {
    transform: translateX(2px); }
  90% {
    transform: translateX(-1px); } }

/*
 * Stroke
 */
@keyframes uk-stroke {
  0% {
    stroke-dashoffset: var(--uk-animation-stroke); }
  100% {
    stroke-dashoffset: 0; } }

/* ========================================================================
   Component: Width
 ========================================================================== */
/* Equal child widths
 ========================================================================== */
[class*='uk-child-width'] > * {
  box-sizing: border-box;
  width: 100%; }

.uk-child-width-1-2 > * {
  width: 50%; }

.uk-child-width-1-3 > * {
  width: calc(100% * 1 / 3.001); }

.uk-child-width-1-4 > * {
  width: 25%; }

.uk-child-width-1-5 > * {
  width: 20%; }

.uk-child-width-1-6 > * {
  width: calc(100% * 1 / 6.001); }

.uk-child-width-auto > * {
  width: auto; }

/*
 * 1. Reset the `min-width`, which is set to auto by default, because
 *    flex items won't shrink below their minimum intrinsic content size.
 *    Using `1px` instead of `0`, so items still wrap into the next line,
 *    if they have zero width and padding and the predecessor is 100% wide.
 */
.uk-child-width-expand > :not([class*='uk-width']) {
  flex: 1;
  /* 1 */
  min-width: 1px; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-child-width-1-1\@s > * {
    width: 100%; }
  .uk-child-width-1-2\@s > * {
    width: 50%; }
  .uk-child-width-1-3\@s > * {
    width: calc(100% * 1 / 3.001); }
  .uk-child-width-1-4\@s > * {
    width: 25%; }
  .uk-child-width-1-5\@s > * {
    width: 20%; }
  .uk-child-width-1-6\@s > * {
    width: calc(100% * 1 / 6.001); }
  .uk-child-width-auto\@s > * {
    width: auto; }
  .uk-child-width-expand\@s > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-child-width-1-1\@m > * {
    width: 100%; }
  .uk-child-width-1-2\@m > * {
    width: 50%; }
  .uk-child-width-1-3\@m > * {
    width: calc(100% * 1 / 3.001); }
  .uk-child-width-1-4\@m > * {
    width: 25%; }
  .uk-child-width-1-5\@m > * {
    width: 20%; }
  .uk-child-width-1-6\@m > * {
    width: calc(100% * 1 / 6.001); }
  .uk-child-width-auto\@m > * {
    width: auto; }
  .uk-child-width-expand\@m > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px; } }

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-child-width-1-1\@l > * {
    width: 100%; }
  .uk-child-width-1-2\@l > * {
    width: 50%; }
  .uk-child-width-1-3\@l > * {
    width: calc(100% * 1 / 3.001); }
  .uk-child-width-1-4\@l > * {
    width: 25%; }
  .uk-child-width-1-5\@l > * {
    width: 20%; }
  .uk-child-width-1-6\@l > * {
    width: calc(100% * 1 / 6.001); }
  .uk-child-width-auto\@l > * {
    width: auto; }
  .uk-child-width-expand\@l > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px; } }

/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-child-width-1-1\@xl > * {
    width: 100%; }
  .uk-child-width-1-2\@xl > * {
    width: 50%; }
  .uk-child-width-1-3\@xl > * {
    width: calc(100% * 1 / 3.001); }
  .uk-child-width-1-4\@xl > * {
    width: 25%; }
  .uk-child-width-1-5\@xl > * {
    width: 20%; }
  .uk-child-width-1-6\@xl > * {
    width: calc(100% * 1 / 6.001); }
  .uk-child-width-auto\@xl > * {
    width: auto; }
  .uk-child-width-expand\@xl > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px; } }

/* Single Widths
 ========================================================================== */
/*
 * 1. `max-width` is needed for the pixel-based classes
 */
[class*='uk-width'] {
  box-sizing: border-box;
  width: 100%;
  /* 1 */
  max-width: 100%; }

/* Halves */
.uk-width-1-2 {
  width: 50%; }

/* Thirds */
.uk-width-1-3 {
  width: calc(100% * 1 / 3.001); }

.uk-width-2-3 {
  width: calc(100% * 2 / 3.001); }

/* Quarters */
.uk-width-1-4 {
  width: 25%; }

.uk-width-3-4 {
  width: 75%; }

/* Fifths */
.uk-width-1-5 {
  width: 20%; }

.uk-width-2-5 {
  width: 40%; }

.uk-width-3-5 {
  width: 60%; }

.uk-width-4-5 {
  width: 80%; }

/* Sixths */
.uk-width-1-6 {
  width: calc(100% * 1 / 6.001); }

.uk-width-5-6 {
  width: calc(100% * 5 / 6.001); }

/* Pixel */
.uk-width-small {
  width: 150px; }

.uk-width-medium {
  width: 300px; }

.uk-width-large {
  width: 450px; }

.uk-width-xlarge {
  width: 600px; }

.uk-width-xxlarge {
  width: 750px; }

/* Auto */
.uk-width-auto {
  width: auto; }

/* Expand */
.uk-width-expand {
  flex: 1;
  min-width: 1px; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  /* Whole */
  .uk-width-1-1\@s {
    width: 100%; }
  /* Halves */
  .uk-width-1-2\@s {
    width: 50%; }
  /* Thirds */
  .uk-width-1-3\@s {
    width: calc(100% * 1 / 3.001); }
  .uk-width-2-3\@s {
    width: calc(100% * 2 / 3.001); }
  /* Quarters */
  .uk-width-1-4\@s {
    width: 25%; }
  .uk-width-3-4\@s {
    width: 75%; }
  /* Fifths */
  .uk-width-1-5\@s {
    width: 20%; }
  .uk-width-2-5\@s {
    width: 40%; }
  .uk-width-3-5\@s {
    width: 60%; }
  .uk-width-4-5\@s {
    width: 80%; }
  /* Sixths */
  .uk-width-1-6\@s {
    width: calc(100% * 1 / 6.001); }
  .uk-width-5-6\@s {
    width: calc(100% * 5 / 6.001); }
  /* Pixel */
  .uk-width-small\@s {
    width: 150px; }
  .uk-width-medium\@s {
    width: 300px; }
  .uk-width-large\@s {
    width: 450px; }
  .uk-width-xlarge\@s {
    width: 600px; }
  .uk-width-xxlarge\@s {
    width: 750px; }
  /* Auto */
  .uk-width-auto\@s {
    width: auto; }
  /* Expand */
  .uk-width-expand\@s {
    flex: 1;
    min-width: 1px; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* Whole */
  .uk-width-1-1\@m {
    width: 100%; }
  /* Halves */
  .uk-width-1-2\@m {
    width: 50%; }
  /* Thirds */
  .uk-width-1-3\@m {
    width: calc(100% * 1 / 3.001); }
  .uk-width-2-3\@m {
    width: calc(100% * 2 / 3.001); }
  /* Quarters */
  .uk-width-1-4\@m {
    width: 25%; }
  .uk-width-3-4\@m {
    width: 75%; }
  /* Fifths */
  .uk-width-1-5\@m {
    width: 20%; }
  .uk-width-2-5\@m {
    width: 40%; }
  .uk-width-3-5\@m {
    width: 60%; }
  .uk-width-4-5\@m {
    width: 80%; }
  /* Sixths */
  .uk-width-1-6\@m {
    width: calc(100% * 1 / 6.001); }
  .uk-width-5-6\@m {
    width: calc(100% * 5 / 6.001); }
  /* Pixel */
  .uk-width-small\@m {
    width: 150px; }
  .uk-width-medium\@m {
    width: 300px; }
  .uk-width-large\@m {
    width: 450px; }
  .uk-width-xlarge\@m {
    width: 600px; }
  .uk-width-xxlarge\@m {
    width: 750px; }
  /* Auto */
  .uk-width-auto\@m {
    width: auto; }
  /* Expand */
  .uk-width-expand\@m {
    flex: 1;
    min-width: 1px; } }

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Whole */
  .uk-width-1-1\@l {
    width: 100%; }
  /* Halves */
  .uk-width-1-2\@l {
    width: 50%; }
  /* Thirds */
  .uk-width-1-3\@l {
    width: calc(100% * 1 / 3.001); }
  .uk-width-2-3\@l {
    width: calc(100% * 2 / 3.001); }
  /* Quarters */
  .uk-width-1-4\@l {
    width: 25%; }
  .uk-width-3-4\@l {
    width: 75%; }
  /* Fifths */
  .uk-width-1-5\@l {
    width: 20%; }
  .uk-width-2-5\@l {
    width: 40%; }
  .uk-width-3-5\@l {
    width: 60%; }
  .uk-width-4-5\@l {
    width: 80%; }
  /* Sixths */
  .uk-width-1-6\@l {
    width: calc(100% * 1 / 6.001); }
  .uk-width-5-6\@l {
    width: calc(100% * 5 / 6.001); }
  /* Pixel */
  .uk-width-small\@l {
    width: 150px; }
  .uk-width-medium\@l {
    width: 300px; }
  .uk-width-large\@l {
    width: 450px; }
  .uk-width-xlarge\@l {
    width: 600px; }
  .uk-width-xxlarge\@l {
    width: 750px; }
  /* Auto */
  .uk-width-auto\@l {
    width: auto; }
  /* Expand */
  .uk-width-expand\@l {
    flex: 1;
    min-width: 1px; } }

/* Large screen and bigger */
@media (min-width: 1600px) {
  /* Whole */
  .uk-width-1-1\@xl {
    width: 100%; }
  /* Halves */
  .uk-width-1-2\@xl {
    width: 50%; }
  /* Thirds */
  .uk-width-1-3\@xl {
    width: calc(100% * 1 / 3.001); }
  .uk-width-2-3\@xl {
    width: calc(100% * 2 / 3.001); }
  /* Quarters */
  .uk-width-1-4\@xl {
    width: 25%; }
  .uk-width-3-4\@xl {
    width: 75%; }
  /* Fifths */
  .uk-width-1-5\@xl {
    width: 20%; }
  .uk-width-2-5\@xl {
    width: 40%; }
  .uk-width-3-5\@xl {
    width: 60%; }
  .uk-width-4-5\@xl {
    width: 80%; }
  /* Sixths */
  .uk-width-1-6\@xl {
    width: calc(100% * 1 / 6.001); }
  .uk-width-5-6\@xl {
    width: calc(100% * 5 / 6.001); }
  /* Pixel */
  .uk-width-small\@xl {
    width: 150px; }
  .uk-width-medium\@xl {
    width: 300px; }
  .uk-width-large\@xl {
    width: 450px; }
  .uk-width-xlarge\@xl {
    width: 600px; }
  .uk-width-xxlarge\@xl {
    width: 750px; }
  /* Auto */
  .uk-width-auto\@xl {
    width: auto; }
  /* Expand */
  .uk-width-expand\@xl {
    flex: 1;
    min-width: 1px; } }

/* ========================================================================
   Component: Height
 ========================================================================== */
[class*='uk-height'] {
  box-sizing: border-box; }

/*
 * Only works if parent element has a height set
 */
.uk-height-1-1 {
  height: 100%; }

/*
 * Useful to create image teasers
 */
.uk-height-viewport {
  min-height: 100vh; }

/*
 * Pixel
 * Useful for `overflow: auto`
 */
.uk-height-small {
  height: 150px; }

.uk-height-medium {
  height: 300px; }

.uk-height-large {
  height: 450px; }

.uk-height-max-small {
  max-height: 150px; }

.uk-height-max-medium {
  max-height: 300px; }

.uk-height-max-large {
  max-height: 450px; }

/* ========================================================================
   Component: Text
 ========================================================================== */
/* Style modifiers
 ========================================================================== */
.uk-text-lead {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #333; }

.uk-text-meta {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #999; }
  .uk-text-meta a {
    color: #999; }
  .uk-text-meta a:hover {
    color: #666;
    text-decoration: none; }

/* Size modifiers
 ========================================================================== */
.uk-text-small {
  font-size: 0.875rem;
  line-height: 1.5; }

.uk-text-large {
  font-size: 1.5rem;
  line-height: 1.5; }

/* Weight modifier
 ========================================================================== */
.uk-text-light {
  font-weight: 300; }

.uk-text-normal {
  font-weight: 400; }

.uk-text-bold {
  font-weight: 700; }

.uk-text-lighter {
  font-weight: lighter; }

.uk-text-bolder {
  font-weight: bolder; }

/* Style modifier
 ========================================================================== */
.uk-text-italic {
  font-style: italic; }

/* Transform modifier
 ========================================================================== */
.uk-text-capitalize {
  text-transform: capitalize !important; }

.uk-text-uppercase {
  text-transform: uppercase !important; }

.uk-text-lowercase {
  text-transform: lowercase !important; }

/* Color modifiers
 ========================================================================== */
.uk-text-muted {
  color: #999 !important; }

.uk-text-emphasis {
  color: #333 !important; }

.uk-text-primary {
  color: #1e87f0 !important; }

.uk-text-secondary {
  color: #222 !important; }

.uk-text-success {
  color: #32d296 !important; }

.uk-text-warning {
  color: #faa05a !important; }

.uk-text-danger {
  color: #f0506e !important; }

/* Background modifier
 ========================================================================== */
/*
 * 1. The background clips to the foreground text. Works in Chrome, Firefox, Safari, Edge and Opera
 *    Default color is set to transparent
 * 2. Container fits the text
 * 3. Fallback color for IE11
 */
.uk-text-background {
  /* 1 */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* 2 */
  display: inline-block;
  /* 3 */
  color: #1e87f0 !important; }

@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #1e87f0; } }

/* Alignment modifiers
 ========================================================================== */
.uk-text-left {
  text-align: left !important; }

.uk-text-right {
  text-align: right !important; }

.uk-text-center {
  text-align: center !important; }

.uk-text-justify {
  text-align: justify !important; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-text-left\@s {
    text-align: left !important; }
  .uk-text-right\@s {
    text-align: right !important; }
  .uk-text-center\@s {
    text-align: center !important; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-text-left\@m {
    text-align: left !important; }
  .uk-text-right\@m {
    text-align: right !important; }
  .uk-text-center\@m {
    text-align: center !important; } }

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-text-left\@l {
    text-align: left !important; }
  .uk-text-right\@l {
    text-align: right !important; }
  .uk-text-center\@l {
    text-align: center !important; } }

/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-text-left\@xl {
    text-align: left !important; }
  .uk-text-right\@xl {
    text-align: right !important; }
  .uk-text-center\@xl {
    text-align: center !important; } }

/*
 * Vertical
 */
.uk-text-top {
  vertical-align: top !important; }

.uk-text-middle {
  vertical-align: middle !important; }

.uk-text-bottom {
  vertical-align: bottom !important; }

.uk-text-baseline {
  vertical-align: baseline !important; }

/* Wrap modifiers
 ========================================================================== */
/*
 * Prevent text from wrapping onto multiple lines
 */
.uk-text-nowrap {
  white-space: nowrap; }

/*
 * 1. Make sure a max-width is set after which truncation can occur
 * 2. Prevent text from wrapping onto multiple lines, and truncate with an ellipsis
 * 3. Fix for table cells
 */
.uk-text-truncate {
  /* 1 */
  max-width: 100%;
  /* 2 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* 2 */
th.uk-text-truncate,
td.uk-text-truncate {
  max-width: 0; }

/*
 * 1. Wrap long words onto the next line and break them if they are too long to fit
 * 2. Legacy `word-wrap` as fallback for `overflow-wrap`
 * 3. Fix `overflow-wrap` which doesn't work with table cells in Chrome, Opera, IE11 and Edge
 *    Must use `break-all` to support IE11 and Edge
 * Note: Not using `hyphens: auto;` because it hyphenates text even if not needed
 */
.uk-text-break {
  /* 1 */
  overflow-wrap: break-word;
  /* 2 */
  word-wrap: break-word; }

/* 3 */
th.uk-text-break,
td.uk-text-break {
  word-break: break-all; }

/* ========================================================================
   Component: Column
 ========================================================================== */
[class*='uk-column-'] {
  column-gap: 30px; }

/* Desktop and bigger */
@media (min-width: 1200px) {
  [class*='uk-column-'] {
    column-gap: 40px; } }

/*
 * Fix image 1px line wrapping into the next column in Chrome
 */
[class*='uk-column-'] img {
  transform: translate3d(0, 0, 0); }

/* Divider
 ========================================================================== */
/*
 * 1. Double the column gap
 */
.uk-column-divider {
  column-rule: 1px solid #e5e5e5;
  /* 1 */
  column-gap: 60px; }

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-column-divider {
    column-gap: 80px; } }

/* Width modifiers
 ========================================================================== */
.uk-column-1-2 {
  column-count: 2; }

.uk-column-1-3 {
  column-count: 3; }

.uk-column-1-4 {
  column-count: 4; }

.uk-column-1-5 {
  column-count: 5; }

.uk-column-1-6 {
  column-count: 6; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-column-1-2\@s {
    column-count: 2; }
  .uk-column-1-3\@s {
    column-count: 3; }
  .uk-column-1-4\@s {
    column-count: 4; }
  .uk-column-1-5\@s {
    column-count: 5; }
  .uk-column-1-6\@s {
    column-count: 6; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-column-1-2\@m {
    column-count: 2; }
  .uk-column-1-3\@m {
    column-count: 3; }
  .uk-column-1-4\@m {
    column-count: 4; }
  .uk-column-1-5\@m {
    column-count: 5; }
  .uk-column-1-6\@m {
    column-count: 6; } }

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-column-1-2\@l {
    column-count: 2; }
  .uk-column-1-3\@l {
    column-count: 3; }
  .uk-column-1-4\@l {
    column-count: 4; }
  .uk-column-1-5\@l {
    column-count: 5; }
  .uk-column-1-6\@l {
    column-count: 6; } }

/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-column-1-2\@xl {
    column-count: 2; }
  .uk-column-1-3\@xl {
    column-count: 3; }
  .uk-column-1-4\@xl {
    column-count: 4; }
  .uk-column-1-5\@xl {
    column-count: 5; }
  .uk-column-1-6\@xl {
    column-count: 6; } }

/* Make element span across all columns
 * Does not work in Firefox yet
 ========================================================================== */
.uk-column-span {
  column-span: all; }

/* ========================================================================
   Component: Cover
 ========================================================================== */
/*
 * Works with iframes and embedded content
 * 1. Reset responsiveness for embedded content
 * 2. Center object
 * Note: Percent values on the `top` property only works if this element
 *       is absolute positioned or if the container has a height
 */
.uk-cover {
  /* 1 */
  max-width: none;
  /* 2 */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

iframe.uk-cover {
  pointer-events: none; }

/* Container
 ========================================================================== */
/*
 * 1. Parent container which clips resized object
 * 2. Needed if the child is positioned absolute. See note above
 */
.uk-cover-container {
  /* 1 */
  overflow: hidden;
  /* 2 */
  position: relative; }

/* ========================================================================
   Component: Background
 ========================================================================== */
/* Color
 ========================================================================== */
.uk-background-default {
  background-color: #fff; }

.uk-background-muted {
  background-color: #f8f8f8; }

.uk-background-primary {
  background-color: #1e87f0; }

.uk-background-secondary {
  background-color: #222; }

/* Size
 ========================================================================== */
.uk-background-cover,
.uk-background-contain {
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.uk-background-cover {
  background-size: cover; }

.uk-background-contain {
  background-size: contain; }

/* Position
 ========================================================================== */
.uk-background-top-left {
  background-position: 0 0; }

.uk-background-top-center {
  background-position: 50% 0; }

.uk-background-top-right {
  background-position: 100% 0; }

.uk-background-center-left {
  background-position: 0 50%; }

.uk-background-center-center {
  background-position: 50% 50%; }

.uk-background-center-right {
  background-position: 100% 50%; }

.uk-background-bottom-left {
  background-position: 0 100%; }

.uk-background-bottom-center {
  background-position: 50% 100%; }

.uk-background-bottom-right {
  background-position: 100% 100%; }

/* Repeat
 ========================================================================== */
.uk-background-norepeat {
  background-repeat: no-repeat; }

/* Attachment
 ========================================================================== */
/*
 * 1. Fix bug introduced in Chrome 67: the background image is not visible if any element on the page uses `translate3d`
 */
.uk-background-fixed {
  background-attachment: fixed;
  /* 1 */
  backface-visibility: hidden; }

/*
 * Exclude touch devices because `fixed` doesn't work on iOS and Android
 */
@media (pointer: coarse) {
  .uk-background-fixed {
    background-attachment: scroll; } }

/* Image
 ========================================================================== */
/* Phone portrait and smaller */
@media (max-width: 639px) {
  .uk-background-image\@s {
    background-image: none !important; } }

/* Phone landscape and smaller */
@media (max-width: 959px) {
  .uk-background-image\@m {
    background-image: none !important; } }

/* Tablet landscape and smaller */
@media (max-width: 1199px) {
  .uk-background-image\@l {
    background-image: none !important; } }

/* Desktop and smaller */
@media (max-width: 1599px) {
  .uk-background-image\@xl {
    background-image: none !important; } }

/* Blend modes
 ========================================================================== */
.uk-background-blend-multiply {
  background-blend-mode: multiply; }

.uk-background-blend-screen {
  background-blend-mode: screen; }

.uk-background-blend-overlay {
  background-blend-mode: overlay; }

.uk-background-blend-darken {
  background-blend-mode: darken; }

.uk-background-blend-lighten {
  background-blend-mode: lighten; }

.uk-background-blend-color-dodge {
  background-blend-mode: color-dodge; }

.uk-background-blend-color-burn {
  background-blend-mode: color-burn; }

.uk-background-blend-hard-light {
  background-blend-mode: hard-light; }

.uk-background-blend-soft-light {
  background-blend-mode: soft-light; }

.uk-background-blend-difference {
  background-blend-mode: difference; }

.uk-background-blend-exclusion {
  background-blend-mode: exclusion; }

.uk-background-blend-hue {
  background-blend-mode: hue; }

.uk-background-blend-saturation {
  background-blend-mode: saturation; }

.uk-background-blend-color {
  background-blend-mode: color; }

.uk-background-blend-luminosity {
  background-blend-mode: luminosity; }

/* ========================================================================
   Component: Align
 ========================================================================== */
/*
 * Default
 */
[class*='uk-align'] {
  display: block;
  margin-bottom: 30px; }

* + [class*='uk-align'] {
  margin-top: 30px; }

/*
 * Center
 */
.uk-align-center {
  margin-left: auto;
  margin-right: auto; }

/*
 * Left/Right
 */
.uk-align-left {
  margin-top: 0;
  margin-right: 30px;
  float: left; }

.uk-align-right {
  margin-top: 0;
  margin-left: 30px;
  float: right; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-align-left\@s {
    margin-top: 0;
    margin-right: 30px;
    float: left; }
  .uk-align-right\@s {
    margin-top: 0;
    margin-left: 30px;
    float: right; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-align-left\@m {
    margin-top: 0;
    margin-right: 30px;
    float: left; }
  .uk-align-right\@m {
    margin-top: 0;
    margin-left: 30px;
    float: right; } }

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-align-left\@l {
    margin-top: 0;
    float: left; }
  .uk-align-right\@l {
    margin-top: 0;
    float: right; }
  .uk-align-left,
  .uk-align-left\@s,
  .uk-align-left\@m,
  .uk-align-left\@l {
    margin-right: 40px; }
  .uk-align-right,
  .uk-align-right\@s,
  .uk-align-right\@m,
  .uk-align-right\@l {
    margin-left: 40px; } }

/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-align-left\@xl {
    margin-top: 0;
    margin-right: 40px;
    float: left; }
  .uk-align-right\@xl {
    margin-top: 0;
    margin-left: 40px;
    float: right; } }

/* ========================================================================
   Component: SVG
 ========================================================================== */
/*
 * 1. Fill all SVG elements with the current text color if no `fill` attribute is set
 * 2. Set the fill and stroke color of all SVG elements to the current text color
 */
/* 1 */
.uk-svg,
.uk-svg:not(.uk-preserve) [fill*='#']:not(.uk-preserve) {
  fill: currentcolor; }

.uk-svg:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
  stroke: currentcolor; }

/*
 * Fix Firefox blurry SVG rendering: https://bugzilla.mozilla.org/show_bug.cgi?id=1046835
 */
.uk-svg {
  transform: translate(0, 0); }

/* ========================================================================
   Component: Utility
 ========================================================================== */
/* Panel
 ========================================================================== */
.uk-panel {
  position: relative;
  box-sizing: border-box; }

/*
 * Micro clearfix
 */
.uk-panel::before,
.uk-panel::after {
  content: "";
  display: table; }

.uk-panel::after {
  clear: both; }

/*
 * Remove margin from the last-child
 */
.uk-panel > :last-child {
  margin-bottom: 0; }

/*
 * Scrollable
 */
.uk-panel-scrollable {
  height: 170px;
  padding: 10px;
  border: 1px solid #e5e5e5;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  resize: both; }

/* Clearfix
 ========================================================================== */
/*
 * 1. `table-cell` is used with `::before` because `table` creates a 1px gap when it becomes a flex item, only in Webkit
 * 2. `table` is used again with `::after` because `clear` only works with block elements.
 * Note: `display: block` with `overflow: hidden` is currently not working in the latest Safari
 */
/* 1 */
.uk-clearfix::before {
  content: "";
  display: table-cell; }

/* 2 */
.uk-clearfix::after {
  content: "";
  display: table;
  clear: both; }

/* Float
 ========================================================================== */
/*
 * 1. Prevent content overflow
 */
.uk-float-left {
  float: left; }

.uk-float-right {
  float: right; }

/* 1 */
[class*='uk-float-'] {
  max-width: 100%; }

/* Overfow
 ========================================================================== */
.uk-overflow-hidden {
  overflow: hidden; }

/*
 * Enable scrollbars if content is clipped
 * Note: Firefox ignores `padding-bottom` for the scrollable overflow https://bugzilla.mozilla.org/show_bug.cgi?id=748518
 */
.uk-overflow-auto {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.uk-overflow-auto > :last-child {
  margin-bottom: 0; }

/* Resize
 ========================================================================== */
.uk-resize {
  resize: both; }

.uk-resize-vertical {
  resize: vertical; }

/* Display
 ========================================================================== */
.uk-display-block {
  display: block !important; }

.uk-display-inline {
  display: inline !important; }

.uk-display-inline-block {
  display: inline-block !important; }

/* Inline
 ========================================================================== */
/*
 * 1. Container fits its content
 * 2. Create position context
 * 3. Prevent content overflow
 * 4. Behave like most inline-block elements
 * 5. Force hardware acceleration without creating a new stacking context
 *    to fix 1px glitch when combined with overlays and transitions in Webkit
 * 6. Clip child elements
 */
[class*='uk-inline'] {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
  /* 4 */
  vertical-align: middle;
  /* 5 */
  -webkit-backface-visibility: hidden; }

.uk-inline-clip {
  /* 6 */
  overflow: hidden; }

/* Responsive objects
 ========================================================================== */
/*
 * Preserve original dimensions
 * Because `img, `video`, `canvas` and  `audio` are already responsive by default, see Base component
 */
.uk-preserve-width,
.uk-preserve-width canvas,
.uk-preserve-width img,
.uk-preserve-width svg,
.uk-preserve-width video {
  max-width: none; }

/*
 * Responsiveness
 * Corrects `max-width` and `max-height` behavior if padding and border are used
 */
.uk-responsive-width,
.uk-responsive-height {
  box-sizing: border-box; }

/*
 * 1. Set a maximum width. `important` needed to override `uk-preserve-width img`
 * 2. Auto scale the height. Only needed if `height` attribute is present
 */
.uk-responsive-width {
  /* 1 */
  max-width: 100% !important;
  /* 2 */
  height: auto; }

/*
 * 1. Set a maximum height. Only works if the parent element has a fixed height
 * 2. Auto scale the width. Only needed if `width` attribute is present
 * 3. Reset max-width, which `img, `video`, `canvas` and  `audio` already have by default
 */
.uk-responsive-height {
  /* 1 */
  max-height: 100%;
  /* 2 */
  width: auto;
  /* 3 */
  max-width: none; }

/* Border
 ========================================================================== */
.uk-border-circle {
  border-radius: 50%; }

.uk-border-pill {
  border-radius: 500px; }

.uk-border-rounded {
  border-radius: 5px; }

/*
 * Fix `overflow: hidden` to be ignored with border-radius and CSS transforms in Webkit
 */
.uk-inline-clip[class*='uk-border-'] {
  -webkit-transform: translateZ(0); }

/* Box-shadow
 ========================================================================== */
.uk-box-shadow-small {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); }

.uk-box-shadow-medium {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); }

.uk-box-shadow-large {
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16); }

.uk-box-shadow-xlarge {
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16); }

/*
 * Hover
 */
[class*='uk-box-shadow-hover'] {
  transition: box-shadow 0.1s ease-in-out; }

.uk-box-shadow-hover-small:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); }

.uk-box-shadow-hover-medium:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); }

.uk-box-shadow-hover-large:hover {
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16); }

.uk-box-shadow-hover-xlarge:hover {
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16); }

/* Box-shadow bottom
 ========================================================================== */
/*
 * 1. Set position.
 * 2. Set style
 * 3. Blur doesn't work on pseudo elements with negative `z-index` in Edge.
 *    Solved by using `before` and add position context to child elements.
 */
@supports (filter: blur(0)) {
  .uk-box-shadow-bottom {
    display: inline-block;
    position: relative;
    max-width: 100%;
    vertical-align: middle; }
  .uk-box-shadow-bottom::before {
    content: '';
    /* 1 */
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    /* 2 */
    height: 30px;
    border-radius: 100%;
    background: #444;
    filter: blur(20px); }
  /* 3 */
  .uk-box-shadow-bottom > * {
    position: relative; } }

/* Drop cap
 ========================================================================== */
/*
 * 1. Firefox doesn't apply `::first-letter` if the first letter is inside child elements
 *    https://bugzilla.mozilla.org/show_bug.cgi?id=214004
 * 2. In Firefox, a floating `::first-letter` doesn't have a line box and there for no `line-height`
 *    https://bugzilla.mozilla.org/show_bug.cgi?id=317933
 * 3. Caused by 1.: Edge creates two nested `::first-letter` containers, one for each selector
 *    This doubles the `font-size` exponential when using the `em` unit.
 */
.uk-dropcap::first-letter,
.uk-dropcap > p:first-of-type::first-letter {
  display: block;
  margin-right: 10px;
  float: left;
  font-size: 4.5em;
  line-height: 1;
  margin-bottom: -2px; }

/* 2 */
@-moz-document url-prefix() {
  .uk-dropcap::first-letter,
  .uk-dropcap > p:first-of-type::first-letter {
    margin-top: 1.1%; } }

/* 3 */
@supports (-ms-ime-align: auto) {
  .uk-dropcap > p:first-of-type::first-letter {
    font-size: 1em; } }

/* Logo
 ========================================================================== */
/*
 * 1. Required for `a`
 */
.uk-logo {
  font-size: 1.5rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #666;
  /* 1 */
  text-decoration: none; }

/* Hover + Focus */
.uk-logo:hover,
.uk-logo:focus {
  color: #666;
  outline: none;
  /* 1 */
  text-decoration: none; }

.uk-logo-inverse {
  display: none; }

/* Disabled State
 ========================================================================== */
.uk-disabled {
  pointer-events: none; }

/* Drag State
 ========================================================================== */
/*
 * 1. Needed if moving over elements with have their own cursor on hover, e.g. links or buttons
 * 2. Fix dragging over iframes
 */
.uk-drag,
.uk-drag * {
  cursor: move; }

/* 2 */
.uk-drag iframe {
  pointer-events: none; }

/* Dragover State
 ========================================================================== */
/*
 * Create a box-shadow when dragging a file over the upload area
 */
.uk-dragover {
  box-shadow: 0 0 20px rgba(100, 100, 100, 0.3); }

/* Blend modes
 ========================================================================== */
.uk-blend-multiply {
  mix-blend-mode: multiply; }

.uk-blend-screen {
  mix-blend-mode: screen; }

.uk-blend-overlay {
  mix-blend-mode: overlay; }

.uk-blend-darken {
  mix-blend-mode: darken; }

.uk-blend-lighten {
  mix-blend-mode: lighten; }

.uk-blend-color-dodge {
  mix-blend-mode: color-dodge; }

.uk-blend-color-burn {
  mix-blend-mode: color-burn; }

.uk-blend-hard-light {
  mix-blend-mode: hard-light; }

.uk-blend-soft-light {
  mix-blend-mode: soft-light; }

.uk-blend-difference {
  mix-blend-mode: difference; }

.uk-blend-exclusion {
  mix-blend-mode: exclusion; }

.uk-blend-hue {
  mix-blend-mode: hue; }

.uk-blend-saturation {
  mix-blend-mode: saturation; }

.uk-blend-color {
  mix-blend-mode: color; }

.uk-blend-luminosity {
  mix-blend-mode: luminosity; }

/* Transform
========================================================================== */
.uk-transform-center {
  transform: translate(-50%, -50%); }

/* Transform Origin
========================================================================== */
.uk-transform-origin-top-left {
  transform-origin: 0 0; }

.uk-transform-origin-top-center {
  transform-origin: 50% 0; }

.uk-transform-origin-top-right {
  transform-origin: 100% 0; }

.uk-transform-origin-center-left {
  transform-origin: 0 50%; }

.uk-transform-origin-center-right {
  transform-origin: 100% 50%; }

.uk-transform-origin-bottom-left {
  transform-origin: 0 100%; }

.uk-transform-origin-bottom-center {
  transform-origin: 50% 100%; }

.uk-transform-origin-bottom-right {
  transform-origin: 100% 100%; }

/* ========================================================================
   Component: Flex
 ========================================================================== */
.uk-flex {
  display: flex; }

.uk-flex-inline {
  display: inline-flex; }

/*
 * Remove pseudo elements created by micro clearfix as precaution
 */
.uk-flex::before,
.uk-flex::after,
.uk-flex-inline::before,
.uk-flex-inline::after {
  display: none; }

/* Alignment
 ========================================================================== */
/*
 * Align items along the main axis of the current line of the flex container
 * Row: Horizontal
 */
.uk-flex-left {
  justify-content: flex-start; }

.uk-flex-center {
  justify-content: center; }

.uk-flex-right {
  justify-content: flex-end; }

.uk-flex-between {
  justify-content: space-between; }

.uk-flex-around {
  justify-content: space-around; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-flex-left\@s {
    justify-content: flex-start; }
  .uk-flex-center\@s {
    justify-content: center; }
  .uk-flex-right\@s {
    justify-content: flex-end; }
  .uk-flex-between\@s {
    justify-content: space-between; }
  .uk-flex-around\@s {
    justify-content: space-around; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-flex-left\@m {
    justify-content: flex-start; }
  .uk-flex-center\@m {
    justify-content: center; }
  .uk-flex-right\@m {
    justify-content: flex-end; }
  .uk-flex-between\@m {
    justify-content: space-between; }
  .uk-flex-around\@m {
    justify-content: space-around; } }

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-flex-left\@l {
    justify-content: flex-start; }
  .uk-flex-center\@l {
    justify-content: center; }
  .uk-flex-right\@l {
    justify-content: flex-end; }
  .uk-flex-between\@l {
    justify-content: space-between; }
  .uk-flex-around\@l {
    justify-content: space-around; } }

/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-flex-left\@xl {
    justify-content: flex-start; }
  .uk-flex-center\@xl {
    justify-content: center; }
  .uk-flex-right\@xl {
    justify-content: flex-end; }
  .uk-flex-between\@xl {
    justify-content: space-between; }
  .uk-flex-around\@xl {
    justify-content: space-around; } }

/*
 * Align items in the cross axis of the current line of the flex container
 * Row: Vertical
 */
.uk-flex-stretch {
  align-items: stretch; }

.uk-flex-top {
  align-items: flex-start; }

.uk-flex-middle {
  align-items: center; }

.uk-flex-bottom {
  align-items: flex-end; }

/* Direction
 ========================================================================== */
.uk-flex-row {
  flex-direction: row; }

.uk-flex-row-reverse {
  flex-direction: row-reverse; }

.uk-flex-column {
  flex-direction: column; }

.uk-flex-column-reverse {
  flex-direction: column-reverse; }

/* Wrap
 ========================================================================== */
.uk-flex-nowrap {
  flex-wrap: nowrap; }

.uk-flex-wrap {
  flex-wrap: wrap; }

.uk-flex-wrap-reverse {
  flex-wrap: wrap-reverse; }

/*
 * Aligns items within the flex container when there is extra space in the cross-axis
 * Only works if there is more than one line of flex items
 */
.uk-flex-wrap-stretch {
  align-content: stretch; }

.uk-flex-wrap-top {
  align-content: flex-start; }

.uk-flex-wrap-middle {
  align-content: center; }

.uk-flex-wrap-bottom {
  align-content: flex-end; }

.uk-flex-wrap-between {
  align-content: space-between; }

.uk-flex-wrap-around {
  align-content: space-around; }

/* Item ordering
 ========================================================================== */
/*
 * Default is 0
 */
.uk-flex-first {
  order: -1; }

.uk-flex-last {
  order: 99; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-flex-first\@s {
    order: -1; }
  .uk-flex-last\@s {
    order: 99; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-flex-first\@m {
    order: -1; }
  .uk-flex-last\@m {
    order: 99; } }

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-flex-first\@l {
    order: -1; }
  .uk-flex-last\@l {
    order: 99; } }

/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-flex-first\@xl {
    order: -1; }
  .uk-flex-last\@xl {
    order: 99; } }

/* Item dimensions
 ========================================================================== */
/*
 * Initial: 0 1 auto
 * Content dimensions, but shrinks
 */
/*
 * No Flex: 0 0 auto
 * Content dimensions
 */
.uk-flex-none {
  flex: none; }

/*
 * Relative Flex: 1 1 auto
 * Space is allocated considering content
 */
.uk-flex-auto {
  flex: auto; }

/*
 * Absolute Flex: 1 1 0%
 * Space is allocated solely based on flex
 */
.uk-flex-1 {
  flex: 1; }

/* ========================================================================
   Component: Margin
 ========================================================================== */
/*
 * Default
 */
.uk-margin {
  margin-bottom: 20px; }

* + .uk-margin {
  margin-top: 20px !important; }

.uk-margin-top {
  margin-top: 20px !important; }

.uk-margin-bottom {
  margin-bottom: 20px !important; }

.uk-margin-left {
  margin-left: 20px !important; }

.uk-margin-right {
  margin-right: 20px !important; }

/* Small
 ========================================================================== */
.uk-margin-small {
  margin-bottom: 10px; }

* + .uk-margin-small {
  margin-top: 10px !important; }

.uk-margin-small-top {
  margin-top: 10px !important; }

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

.uk-margin-small-left {
  margin-left: 10px !important; }

.uk-margin-small-right {
  margin-right: 10px !important; }

/* Medium
 ========================================================================== */
.uk-margin-medium {
  margin-bottom: 40px; }

* + .uk-margin-medium {
  margin-top: 40px !important; }

.uk-margin-medium-top {
  margin-top: 40px !important; }

.uk-margin-medium-bottom {
  margin-bottom: 40px !important; }

.uk-margin-medium-left {
  margin-left: 40px !important; }

.uk-margin-medium-right {
  margin-right: 40px !important; }

/* Large
 ========================================================================== */
.uk-margin-large {
  margin-bottom: 40px; }

* + .uk-margin-large {
  margin-top: 40px !important; }

.uk-margin-large-top {
  margin-top: 40px !important; }

.uk-margin-large-bottom {
  margin-bottom: 40px !important; }

.uk-margin-large-left {
  margin-left: 40px !important; }

.uk-margin-large-right {
  margin-right: 40px !important; }

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-margin-large {
    margin-bottom: 70px; }
  * + .uk-margin-large {
    margin-top: 70px !important; }
  .uk-margin-large-top {
    margin-top: 70px !important; }
  .uk-margin-large-bottom {
    margin-bottom: 70px !important; }
  .uk-margin-large-left {
    margin-left: 70px !important; }
  .uk-margin-large-right {
    margin-right: 70px !important; } }

/* XLarge
 ========================================================================== */
.uk-margin-xlarge {
  margin-bottom: 70px; }

* + .uk-margin-xlarge {
  margin-top: 70px !important; }

.uk-margin-xlarge-top {
  margin-top: 70px !important; }

.uk-margin-xlarge-bottom {
  margin-bottom: 70px !important; }

.uk-margin-xlarge-left {
  margin-left: 70px !important; }

.uk-margin-xlarge-right {
  margin-right: 70px !important; }

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-margin-xlarge {
    margin-bottom: 140px; }
  * + .uk-margin-xlarge {
    margin-top: 140px !important; }
  .uk-margin-xlarge-top {
    margin-top: 140px !important; }
  .uk-margin-xlarge-bottom {
    margin-bottom: 140px !important; }
  .uk-margin-xlarge-left {
    margin-left: 140px !important; }
  .uk-margin-xlarge-right {
    margin-right: 140px !important; } }

/* Auto
 ========================================================================== */
.uk-margin-auto {
  margin-left: auto !important;
  margin-right: auto !important; }

.uk-margin-auto-top {
  margin-top: auto !important; }

.uk-margin-auto-bottom {
  margin-bottom: auto !important; }

.uk-margin-auto-left {
  margin-left: auto !important; }

.uk-margin-auto-right {
  margin-right: auto !important; }

.uk-margin-auto-vertical {
  margin-top: auto !important;
  margin-bottom: auto !important; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-margin-auto\@s {
    margin-left: auto !important;
    margin-right: auto !important; }
  .uk-margin-auto-left\@s {
    margin-left: auto !important; }
  .uk-margin-auto-right\@s {
    margin-right: auto !important; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-margin-auto\@m {
    margin-left: auto !important;
    margin-right: auto !important; }
  .uk-margin-auto-left\@m {
    margin-left: auto !important; }
  .uk-margin-auto-right\@m {
    margin-right: auto !important; } }

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-margin-auto\@l {
    margin-left: auto !important;
    margin-right: auto !important; }
  .uk-margin-auto-left\@l {
    margin-left: auto !important; }
  .uk-margin-auto-right\@l {
    margin-right: auto !important; } }

/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-margin-auto\@xl {
    margin-left: auto !important;
    margin-right: auto !important; }
  .uk-margin-auto-left\@xl {
    margin-left: auto !important; }
  .uk-margin-auto-right\@xl {
    margin-right: auto !important; } }

/* Remove
 ========================================================================== */
.uk-margin-remove {
  margin: 0 !important; }

.uk-margin-remove-top {
  margin-top: 0 !important; }

.uk-margin-remove-bottom {
  margin-bottom: 0 !important; }

.uk-margin-remove-left {
  margin-left: 0 !important; }

.uk-margin-remove-right {
  margin-right: 0 !important; }

.uk-margin-remove-vertical {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.uk-margin-remove-adjacent + *,
.uk-margin-remove-first-child > :first-child {
  margin-top: 0 !important; }

.uk-margin-remove-last-child > :last-child {
  margin-bottom: 0 !important; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-margin-remove-left\@s {
    margin-left: 0 !important; }
  .uk-margin-remove-right\@s {
    margin-right: 0 !important; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-margin-remove-left\@m {
    margin-left: 0 !important; }
  .uk-margin-remove-right\@m {
    margin-right: 0 !important; } }

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-margin-remove-left\@l {
    margin-left: 0 !important; }
  .uk-margin-remove-right\@l {
    margin-right: 0 !important; } }

/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-margin-remove-left\@xl {
    margin-left: 0 !important; }
  .uk-margin-remove-right\@xl {
    margin-right: 0 !important; } }

/* ========================================================================
   Component: Padding
 ========================================================================== */
.uk-padding {
  padding: 30px; }

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-padding {
    padding: 40px; } }

/* Small
 ========================================================================== */
.uk-padding-small {
  padding: 15px; }

/* Large
 ========================================================================== */
.uk-padding-large {
  padding: 30px; }

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-padding-large {
    padding: 70px; } }

/* Remove
 ========================================================================== */
.uk-padding-remove {
  padding: 0 !important; }

.uk-padding-remove-top {
  padding-top: 0 !important; }

.uk-padding-remove-bottom {
  padding-bottom: 0 !important; }

.uk-padding-remove-left {
  padding-left: 0 !important; }

.uk-padding-remove-right {
  padding-right: 0 !important; }

.uk-padding-remove-vertical {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.uk-padding-remove-horizontal {
  padding-left: 0 !important;
  padding-right: 0 !important; }

/* ========================================================================
   Component: Position
 ========================================================================== */
/* Directions
 ========================================================================== */
[class*='uk-position-top'],
[class*='uk-position-bottom'],
[class*='uk-position-left'],
[class*='uk-position-right'],
[class*='uk-position-center'] {
  position: absolute !important; }

/* Edges
 ========================================================================== */
/* Don't use `width: 100%` because it is wrong if the parent has padding. */
.uk-position-top {
  top: 0;
  left: 0;
  right: 0; }

.uk-position-bottom {
  bottom: 0;
  left: 0;
  right: 0; }

.uk-position-left {
  top: 0;
  bottom: 0;
  left: 0; }

.uk-position-right {
  top: 0;
  bottom: 0;
  right: 0; }

/* Corners
 ========================================================================== */
.uk-position-top-left {
  top: 0;
  left: 0; }

.uk-position-top-right {
  top: 0;
  right: 0; }

.uk-position-bottom-left {
  bottom: 0;
  left: 0; }

.uk-position-bottom-right {
  bottom: 0;
  right: 0; }

/*
 * Center
 * 1. Fix text wrapping if content is larger than 50% of the container.
 */
.uk-position-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* 1 */
  width: max-content;
  max-width: 100%;
  box-sizing: border-box; }

/* Vertical */
[class*='uk-position-center-left'],
[class*='uk-position-center-right'] {
  top: 50%;
  transform: translateY(-50%); }

.uk-position-center-left {
  left: 0; }

.uk-position-center-right {
  right: 0; }

.uk-position-center-left-out {
  right: 100%;
  width: max-content; }

.uk-position-center-right-out {
  left: 100%;
  width: max-content; }

/* Horizontal */
.uk-position-top-center,
.uk-position-bottom-center {
  left: 50%;
  transform: translateX(-50%);
  /* 1 */
  width: max-content;
  max-width: 100%;
  box-sizing: border-box; }

.uk-position-top-center {
  top: 0; }

.uk-position-bottom-center {
  bottom: 0; }

/* Cover
 ========================================================================== */
.uk-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

/* Utility
 ========================================================================== */
.uk-position-relative {
  position: relative !important; }

.uk-position-absolute {
  position: absolute !important; }

.uk-position-fixed {
  position: fixed !important; }

.uk-position-z-index {
  z-index: 1; }

/* Margin modifier
 ========================================================================== */
/*
 * Small
 */
.uk-position-small {
  max-width: calc(100% - (15px * 2));
  margin: 15px; }

.uk-position-small.uk-position-center {
  transform: translate(-50%, -50%) translate(-15px, -15px); }

.uk-position-small[class*='uk-position-center-left'],
.uk-position-small[class*='uk-position-center-right'] {
  transform: translateY(-50%) translateY(-15px); }

.uk-position-small.uk-position-top-center,
.uk-position-small.uk-position-bottom-center {
  transform: translateX(-50%) translateX(-15px); }

/*
 * Medium
 */
.uk-position-medium {
  max-width: calc(100% - (30px * 2));
  margin: 30px; }

.uk-position-medium.uk-position-center {
  transform: translate(-50%, -50%) translate(-30px, -30px); }

.uk-position-medium[class*='uk-position-center-left'],
.uk-position-medium[class*='uk-position-center-right'] {
  transform: translateY(-50%) translateY(-30px); }

.uk-position-medium.uk-position-top-center,
.uk-position-medium.uk-position-bottom-center {
  transform: translateX(-50%) translateX(-30px); }

/*
 * Large
 */
.uk-position-large {
  max-width: calc(100% - (30px * 2));
  margin: 30px; }

.uk-position-large.uk-position-center {
  transform: translate(-50%, -50%) translate(-30px, -30px); }

.uk-position-large[class*='uk-position-center-left'],
.uk-position-large[class*='uk-position-center-right'] {
  transform: translateY(-50%) translateY(-30px); }

.uk-position-large.uk-position-top-center,
.uk-position-large.uk-position-bottom-center {
  transform: translateX(-50%) translateX(-30px); }

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-position-large {
    max-width: calc(100% - (50px * 2));
    margin: 50px; }
  .uk-position-large.uk-position-center {
    transform: translate(-50%, -50%) translate(-50px, -50px); }
  .uk-position-large[class*='uk-position-center-left'],
  .uk-position-large[class*='uk-position-center-right'] {
    transform: translateY(-50%) translateY(-50px); }
  .uk-position-large.uk-position-top-center,
  .uk-position-large.uk-position-bottom-center {
    transform: translateX(-50%) translateX(-50px); } }

/* ========================================================================
   Component: Transition
 ========================================================================== */
/* Toggle (Hover + Focus)
 ========================================================================== */
/*
 * 1. Prevent tab highlighting on iOS.
 */
.uk-transition-toggle {
  /* 1 */
  -webkit-tap-highlight-color: transparent; }

/*
 * Remove outline for `tabindex`
 */
.uk-transition-toggle:focus {
  outline: none; }

/* Transitions
 ========================================================================== */
/*
 * The toggle is triggered on touch devices by two methods:
 * 1. Using `:focus` and tabindex
 * 2. Using `:hover` and a `touchstart` event listener registered on the document
 *    (Doesn't work on Surface touch devices)
 *
 * Note: Transitions don't work with `uk-postion-center-*` classes because they also use `transform`,
 *       therefore it's recommended to use an extra `div` for the transition.
 */
.uk-transition-fade,
[class*='uk-transition-scale'],
[class*='uk-transition-slide'] {
  transition: 0.3s ease-out;
  transition-property: opacity, transform, filter;
  opacity: 0; }

/*
 * Fade
 */
.uk-transition-toggle:hover .uk-transition-fade,
.uk-transition-toggle:focus .uk-transition-fade,
.uk-transition-active.uk-active .uk-transition-fade {
  opacity: 1; }

/*
 * Scale
 */
.uk-transition-scale-up {
  transform: scale(1, 1); }

.uk-transition-scale-down {
  transform: scale(1.1, 1.1); }

/* Show */
.uk-transition-toggle:hover .uk-transition-scale-up,
.uk-transition-toggle:focus .uk-transition-scale-up,
.uk-transition-active.uk-active .uk-transition-scale-up {
  opacity: 1;
  transform: scale(1.1, 1.1); }

.uk-transition-toggle:hover .uk-transition-scale-down,
.uk-transition-toggle:focus .uk-transition-scale-down,
.uk-transition-active.uk-active .uk-transition-scale-down {
  opacity: 1;
  transform: scale(1, 1); }

/*
 * Slide
 */
.uk-transition-slide-top {
  transform: translateY(-100%); }

.uk-transition-slide-bottom {
  transform: translateY(100%); }

.uk-transition-slide-left {
  transform: translateX(-100%); }

.uk-transition-slide-right {
  transform: translateX(100%); }

.uk-transition-slide-top-small {
  transform: translateY(-10px); }

.uk-transition-slide-bottom-small {
  transform: translateY(10px); }

.uk-transition-slide-left-small {
  transform: translateX(-10px); }

.uk-transition-slide-right-small {
  transform: translateX(10px); }

.uk-transition-slide-top-medium {
  transform: translateY(-50px); }

.uk-transition-slide-bottom-medium {
  transform: translateY(50px); }

.uk-transition-slide-left-medium {
  transform: translateX(-50px); }

.uk-transition-slide-right-medium {
  transform: translateX(50px); }

/* Show */
.uk-transition-toggle:hover [class*='uk-transition-slide'],
.uk-transition-toggle:focus [class*='uk-transition-slide'],
.uk-transition-active.uk-active [class*='uk-transition-slide'] {
  opacity: 1;
  transform: translate(0, 0); }

/* Opacity modifier
 ========================================================================== */
.uk-transition-opaque {
  opacity: 1; }

/* Duration modifiers
 ========================================================================== */
.uk-transition-slow {
  transition-duration: 0.7s; }

/* ========================================================================
   Component: Visibility
 ========================================================================== */
/*
 * Hidden
 * `hidden` attribute also set here to make it stronger
 */
[hidden],
.uk-hidden {
  display: none !important; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-hidden\@s {
    display: none !important; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-hidden\@m {
    display: none !important; } }

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-hidden\@l {
    display: none !important; } }

/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-hidden\@xl {
    display: none !important; } }

/*
 * Visible
 */
/* Phone portrait and smaller */
@media (max-width: 639px) {
  .uk-visible\@s {
    display: none !important; } }

/* Phone landscape and smaller */
@media (max-width: 959px) {
  .uk-visible\@m {
    display: none !important; } }

/* Tablet landscape and smaller */
@media (max-width: 1199px) {
  .uk-visible\@l {
    display: none !important; } }

/* Desktop and smaller */
@media (max-width: 1599px) {
  .uk-visible\@xl {
    display: none !important; } }

/* Visibility
 ========================================================================== */
.uk-invisible {
  visibility: hidden !important; }

/* Toggle (Hover + Focus)
 ========================================================================== */
/*
 * Hidden
 * 1. The toggle is triggered on touch devices using `:focus` and tabindex
 * 2. The target stays visible if any element within receives focus through keyboard
 *    Doesn't work in Edge, yet.
 * 3. Can't use `display: none` nor `visibility: hidden` because both are not focusable.
 *
 */
/* 1 + 2 */
.uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within) {
  /* 3 */
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important; }

/*
 * Invisible
 */
/* 1 + 2 */
.uk-visible-toggle:not(:hover):not(:focus) .uk-invisible-hover:not(:focus-within) {
  /* 3 */
  opacity: 0 !important; }

/*
 * 1. Prevent tab highlighting on iOS.
 */
.uk-visible-toggle {
  /* 1 */
  -webkit-tap-highlight-color: transparent; }

/*
 * Remove outline for `tabindex`
 */
.uk-visible-toggle:focus {
  outline: none; }

/* Touch
 ========================================================================== */
/*
 * Hide if primary pointing device has limited accuracy, e.g. a touch screen.
 * Works on mobile browsers: Safari, Chrome and Android browser
 */
@media (pointer: coarse) {
  .uk-hidden-touch {
    display: none !important; } }

/*
 * Hide if primary pointing device is accurate, e.g. mouse.
 * 1. Fallback for IE11 and Firefox, because `pointer` is not supported
 * 2. Reset if supported
 */
/* 1 */
.uk-hidden-notouch {
  display: none !important; }

@media (pointer: coarse) {
  .uk-hidden-notouch {
    display: block !important; } }

/* ========================================================================
   Component: Inverse
 ========================================================================== */
/*
 * Implemented class depends on the general theme color
 * `uk-light` is for light colors on dark backgrounds
 * `uk-dark` is or dark colors on light backgrounds
 */
.uk-light, .uk-offcanvas-bar {
  color: rgba(255, 255, 255, 0.7); }
  .uk-light a, .uk-offcanvas-bar a,
  .uk-light .uk-link,
  .uk-offcanvas-bar .uk-link {
    color: #fff; }
  .uk-light a:hover, .uk-offcanvas-bar a:hover,
  .uk-light .uk-link:hover,
  .uk-offcanvas-bar .uk-link:hover {
    color: #fff; }
  .uk-light :not(pre) > code, .uk-offcanvas-bar :not(pre) > code,
  .uk-light :not(pre) > kbd,
  .uk-offcanvas-bar :not(pre) > kbd,
  .uk-light :not(pre) > samp,
  .uk-offcanvas-bar :not(pre) > samp {
    color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.1); }
  .uk-light em, .uk-offcanvas-bar em {
    color: #fff; }
  .uk-light h1, .uk-offcanvas-bar h1, .uk-light .uk-h1, .uk-offcanvas-bar .uk-h1,
  .uk-light h2,
  .uk-offcanvas-bar h2, .uk-light .uk-h2, .uk-offcanvas-bar .uk-h2,
  .uk-light h3,
  .uk-offcanvas-bar h3, .uk-light .uk-h3, .uk-offcanvas-bar .uk-h3,
  .uk-light h4,
  .uk-offcanvas-bar h4, .uk-light .uk-h4, .uk-offcanvas-bar .uk-h4,
  .uk-light h5,
  .uk-offcanvas-bar h5, .uk-light .uk-h5, .uk-offcanvas-bar .uk-h5,
  .uk-light h6,
  .uk-offcanvas-bar h6, .uk-light .uk-h6, .uk-offcanvas-bar .uk-h6,
  .uk-light .uk-heading-small,
  .uk-offcanvas-bar .uk-heading-small,
  .uk-light .uk-heading-medium,
  .uk-offcanvas-bar .uk-heading-medium,
  .uk-light .uk-heading-large,
  .uk-offcanvas-bar .uk-heading-large,
  .uk-light .uk-heading-xlarge,
  .uk-offcanvas-bar .uk-heading-xlarge,
  .uk-light .uk-heading-2xlarge,
  .uk-offcanvas-bar .uk-heading-2xlarge {
    color: #fff; }
  .uk-light blockquote, .uk-offcanvas-bar blockquote {
    color: #fff; }
  .uk-light blockquote footer, .uk-offcanvas-bar blockquote footer {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light hr, .uk-offcanvas-bar hr, .uk-light .uk-hr, .uk-offcanvas-bar .uk-hr {
    border-top-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-link-muted, .uk-offcanvas-bar .uk-link-muted,
  .uk-light .uk-link-muted a,
  .uk-offcanvas-bar .uk-link-muted a {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-link-muted:hover, .uk-offcanvas-bar .uk-link-muted:hover,
  .uk-light .uk-link-muted a:hover,
  .uk-offcanvas-bar .uk-link-muted a:hover {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-link-text:hover, .uk-offcanvas-bar .uk-link-text:hover,
  .uk-light .uk-link-text a:hover,
  .uk-offcanvas-bar .uk-link-text a:hover {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-link-heading:hover, .uk-offcanvas-bar .uk-link-heading:hover,
  .uk-light .uk-link-heading a:hover,
  .uk-offcanvas-bar .uk-link-heading a:hover {
    color: #fff; }
  .uk-light .uk-heading-divider, .uk-offcanvas-bar .uk-heading-divider {
    border-bottom-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-heading-bullet::before, .uk-offcanvas-bar .uk-heading-bullet::before {
    border-left-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-heading-line > ::before, .uk-offcanvas-bar .uk-heading-line > ::before,
  .uk-light .uk-heading-line > ::after,
  .uk-offcanvas-bar .uk-heading-line > ::after {
    border-bottom-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-divider-icon, .uk-offcanvas-bar .uk-divider-icon {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22rgba(255, 255, 255, 0.2)%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A"); }
  .uk-light .uk-divider-icon::before, .uk-offcanvas-bar .uk-divider-icon::before,
  .uk-light .uk-divider-icon::after,
  .uk-offcanvas-bar .uk-divider-icon::after {
    border-bottom-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-divider-small::after, .uk-offcanvas-bar .uk-divider-small::after {
    border-top-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-divider-vertical, .uk-offcanvas-bar .uk-divider-vertical {
    border-left-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-list-divider > li:nth-child(n+2), .uk-offcanvas-bar .uk-list-divider > li:nth-child(n+2) {
    border-top-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-list-striped > li:nth-of-type(odd), .uk-offcanvas-bar .uk-list-striped > li:nth-of-type(odd) {
    border-top-color: rgba(255, 255, 255, 0.2);
    border-bottom-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-list-striped > li:nth-of-type(odd), .uk-offcanvas-bar .uk-list-striped > li:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.1); }
  .uk-light .uk-list-bullet > li::before, .uk-offcanvas-bar .uk-list-bullet > li::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E"); }
  .uk-light .uk-icon-link, .uk-offcanvas-bar .uk-icon-link {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-icon-link:hover, .uk-offcanvas-bar .uk-icon-link:hover,
  .uk-light .uk-icon-link:focus,
  .uk-offcanvas-bar .uk-icon-link:focus {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-icon-link:active, .uk-offcanvas-bar .uk-icon-link:active,
  .uk-light .uk-active > .uk-icon-link,
  .uk-offcanvas-bar .uk-active > .uk-icon-link {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-icon-button, .uk-offcanvas-bar .uk-icon-button {
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-icon-button:hover, .uk-offcanvas-bar .uk-icon-button:hover,
  .uk-light .uk-icon-button:focus,
  .uk-offcanvas-bar .uk-icon-button:focus {
    background-color: rgba(242, 242, 242, 0.1);
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-icon-button:active, .uk-offcanvas-bar .uk-icon-button:active {
    background-color: rgba(230, 230, 230, 0.1);
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-input, .uk-offcanvas-bar .uk-input,
  .uk-light .uk-select,
  .uk-offcanvas-bar .uk-select,
  .uk-light .uk-textarea,
  .uk-offcanvas-bar .uk-textarea {
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7);
    background-clip: padding-box;
    border-color: rgba(255, 255, 255, 0.2); }
    .uk-light .uk-input:focus, .uk-offcanvas-bar .uk-input:focus,
    .uk-light .uk-select:focus,
    .uk-offcanvas-bar .uk-select:focus,
    .uk-light .uk-textarea:focus,
    .uk-offcanvas-bar .uk-textarea:focus {
      background-color: rgba(255, 255, 255, 0.1);
      color: rgba(255, 255, 255, 0.7);
      border-color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-input::-ms-input-placeholder, .uk-offcanvas-bar .uk-input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important; }
  .uk-light .uk-input::placeholder, .uk-offcanvas-bar .uk-input::placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-textarea::-ms-input-placeholder, .uk-offcanvas-bar .uk-textarea::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important; }
  .uk-light .uk-textarea::placeholder, .uk-offcanvas-bar .uk-textarea::placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-select:not([multiple]):not([size]), .uk-offcanvas-bar .uk-select:not([multiple]):not([size]) {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A"); }
  .uk-light .uk-input[list]:hover, .uk-offcanvas-bar .uk-input[list]:hover,
  .uk-light .uk-input[list]:focus,
  .uk-offcanvas-bar .uk-input[list]:focus {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A"); }
  .uk-light .uk-radio, .uk-offcanvas-bar .uk-radio,
  .uk-light .uk-checkbox,
  .uk-offcanvas-bar .uk-checkbox {
    background-color: rgba(242, 242, 242, 0.1);
    border-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-radio:focus, .uk-offcanvas-bar .uk-radio:focus,
  .uk-light .uk-checkbox:focus,
  .uk-offcanvas-bar .uk-checkbox:focus {
    border-color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-radio:checked, .uk-offcanvas-bar .uk-radio:checked,
  .uk-light .uk-checkbox:checked,
  .uk-offcanvas-bar .uk-checkbox:checked,
  .uk-light .uk-checkbox:indeterminate,
  .uk-offcanvas-bar .uk-checkbox:indeterminate {
    background-color: #fff;
    border-color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-radio:checked:focus, .uk-offcanvas-bar .uk-radio:checked:focus,
  .uk-light .uk-checkbox:checked:focus,
  .uk-offcanvas-bar .uk-checkbox:checked:focus,
  .uk-light .uk-checkbox:indeterminate:focus,
  .uk-offcanvas-bar .uk-checkbox:indeterminate:focus {
    background-color: #e6e6e6; }
  .uk-light .uk-radio:checked, .uk-offcanvas-bar .uk-radio:checked {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23666%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E"); }
  
  .uk-light .uk-checkbox:checked,
  .uk-offcanvas-bar .uk-checkbox:checked {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A"); }
  
  .uk-light .uk-checkbox:indeterminate,
  .uk-offcanvas-bar .uk-checkbox:indeterminate {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E"); }
  .uk-light .uk-form-label, .uk-offcanvas-bar .uk-form-label {
    color: #fff; }
  .uk-light .uk-form-icon, .uk-offcanvas-bar .uk-form-icon {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-form-icon:hover, .uk-offcanvas-bar .uk-form-icon:hover {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-button-default, .uk-offcanvas-bar .uk-button-default {
    background-color: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-button-default:hover, .uk-offcanvas-bar .uk-button-default:hover,
  .uk-light .uk-button-default:focus,
  .uk-offcanvas-bar .uk-button-default:focus {
    background-color: transparent;
    color: #fff;
    border-color: #fff; }
  .uk-light .uk-button-default:active, .uk-offcanvas-bar .uk-button-default:active,
  .uk-light .uk-button-default.uk-active,
  .uk-offcanvas-bar .uk-button-default.uk-active {
    background-color: transparent;
    color: #fff;
    border-color: #fff; }
  .uk-light .uk-button-primary, .uk-offcanvas-bar .uk-button-primary {
    background-color: #fff;
    color: #666; }
  .uk-light .uk-button-primary:hover, .uk-offcanvas-bar .uk-button-primary:hover,
  .uk-light .uk-button-primary:focus,
  .uk-offcanvas-bar .uk-button-primary:focus {
    background-color: #f2f2f2;
    color: #666; }
  .uk-light .uk-button-primary:active, .uk-offcanvas-bar .uk-button-primary:active,
  .uk-light .uk-button-primary.uk-active,
  .uk-offcanvas-bar .uk-button-primary.uk-active {
    background-color: #e6e6e6;
    color: #666; }
  .uk-light .uk-button-secondary, .uk-offcanvas-bar .uk-button-secondary {
    background-color: #fff;
    color: #666; }
  .uk-light .uk-button-secondary:hover, .uk-offcanvas-bar .uk-button-secondary:hover,
  .uk-light .uk-button-secondary:focus,
  .uk-offcanvas-bar .uk-button-secondary:focus {
    background-color: #f2f2f2;
    color: #666; }
  .uk-light .uk-button-secondary:active, .uk-offcanvas-bar .uk-button-secondary:active,
  .uk-light .uk-button-secondary.uk-active,
  .uk-offcanvas-bar .uk-button-secondary.uk-active {
    background-color: #e6e6e6;
    color: #666; }
  .uk-light .uk-button-text, .uk-offcanvas-bar .uk-button-text {
    color: #fff; }
    .uk-light .uk-button-text::before, .uk-offcanvas-bar .uk-button-text::before {
      border-bottom-color: #fff; }
  .uk-light .uk-button-text:hover, .uk-offcanvas-bar .uk-button-text:hover,
  .uk-light .uk-button-text:focus,
  .uk-offcanvas-bar .uk-button-text:focus {
    color: #fff; }
  .uk-light .uk-button-text:disabled, .uk-offcanvas-bar .uk-button-text:disabled {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-button-link, .uk-offcanvas-bar .uk-button-link {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-button-link:hover, .uk-offcanvas-bar .uk-button-link:hover,
  .uk-light .uk-button-link:focus,
  .uk-offcanvas-bar .uk-button-link:focus {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-grid-divider > :not(.uk-first-column)::before, .uk-offcanvas-bar .uk-grid-divider > :not(.uk-first-column)::before {
    border-left-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-offcanvas-bar .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
    border-top-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-close, .uk-offcanvas-bar .uk-close {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-close:hover, .uk-offcanvas-bar .uk-close:hover,
  .uk-light .uk-close:focus,
  .uk-offcanvas-bar .uk-close:focus {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-totop, .uk-offcanvas-bar .uk-totop {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-totop:hover, .uk-offcanvas-bar .uk-totop:hover,
  .uk-light .uk-totop:focus,
  .uk-offcanvas-bar .uk-totop:focus {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-totop:active, .uk-offcanvas-bar .uk-totop:active {
    color: #fff; }
  .uk-light .uk-badge, .uk-offcanvas-bar .uk-badge {
    background-color: #fff;
    color: #666; }
  .uk-light .uk-badge:hover, .uk-offcanvas-bar .uk-badge:hover,
  .uk-light .uk-badge:focus,
  .uk-offcanvas-bar .uk-badge:focus {
    color: #666; }
  .uk-light .uk-label, .uk-offcanvas-bar .uk-label {
    background-color: #fff;
    color: #666; }
  .uk-light .uk-article-meta, .uk-offcanvas-bar .uk-article-meta {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-search-input, .uk-offcanvas-bar .uk-search-input {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-search-input:-ms-input-placeholder, .uk-offcanvas-bar .uk-search-input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important; }
  .uk-light .uk-search-input::placeholder, .uk-offcanvas-bar .uk-search-input::placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-search .uk-search-icon, .uk-offcanvas-bar .uk-search .uk-search-icon {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-search .uk-search-icon:hover, .uk-offcanvas-bar .uk-search .uk-search-icon:hover {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-search-default .uk-search-input, .uk-offcanvas-bar .uk-search-default .uk-search-input {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-search-default .uk-search-input:focus, .uk-offcanvas-bar .uk-search-default .uk-search-input:focus {
    background-color: transparent; }
  .uk-light .uk-search-navbar .uk-search-input, .uk-offcanvas-bar .uk-search-navbar .uk-search-input {
    background-color: transparent; }
  .uk-light .uk-search-large .uk-search-input, .uk-offcanvas-bar .uk-search-large .uk-search-input {
    background-color: transparent; }
  .uk-light .uk-search-toggle, .uk-offcanvas-bar .uk-search-toggle {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-search-toggle:hover, .uk-offcanvas-bar .uk-search-toggle:hover,
  .uk-light .uk-search-toggle:focus,
  .uk-offcanvas-bar .uk-search-toggle:focus {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-nav-parent-icon > .uk-parent > a::after, .uk-offcanvas-bar .uk-nav-parent-icon > .uk-parent > a::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22rgba(255, 255, 255, 0.7)%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E"); }
  .uk-light .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-offcanvas-bar .uk-nav-parent-icon > .uk-parent.uk-open > a::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22rgba(255, 255, 255, 0.7)%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E"); }
  .uk-light .uk-nav-default > li > a, .uk-offcanvas-bar .uk-nav-default > li > a {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-nav-default > li > a:hover, .uk-offcanvas-bar .uk-nav-default > li > a:hover,
  .uk-light .uk-nav-default > li > a:focus,
  .uk-offcanvas-bar .uk-nav-default > li > a:focus {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-nav-default > li.uk-active > a, .uk-offcanvas-bar .uk-nav-default > li.uk-active > a {
    color: #fff; }
  .uk-light .uk-nav-default .uk-nav-header, .uk-offcanvas-bar .uk-nav-default .uk-nav-header {
    color: #fff; }
  .uk-light .uk-nav-default .uk-nav-divider, .uk-offcanvas-bar .uk-nav-default .uk-nav-divider {
    border-top-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-nav-default .uk-nav-sub a, .uk-offcanvas-bar .uk-nav-default .uk-nav-sub a {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-nav-default .uk-nav-sub a:hover, .uk-offcanvas-bar .uk-nav-default .uk-nav-sub a:hover,
  .uk-light .uk-nav-default .uk-nav-sub a:focus,
  .uk-offcanvas-bar .uk-nav-default .uk-nav-sub a:focus {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-offcanvas-bar .uk-nav-default .uk-nav-sub li.uk-active > a {
    color: #fff; }
  .uk-light .uk-nav-primary > li > a, .uk-offcanvas-bar .uk-nav-primary > li > a {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-nav-primary > li > a:hover, .uk-offcanvas-bar .uk-nav-primary > li > a:hover,
  .uk-light .uk-nav-primary > li > a:focus,
  .uk-offcanvas-bar .uk-nav-primary > li > a:focus {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-nav-primary > li.uk-active > a, .uk-offcanvas-bar .uk-nav-primary > li.uk-active > a {
    color: #fff; }
  .uk-light .uk-nav-primary .uk-nav-header, .uk-offcanvas-bar .uk-nav-primary .uk-nav-header {
    color: #fff; }
  .uk-light .uk-nav-primary .uk-nav-divider, .uk-offcanvas-bar .uk-nav-primary .uk-nav-divider {
    border-top-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-nav-primary .uk-nav-sub a, .uk-offcanvas-bar .uk-nav-primary .uk-nav-sub a {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-nav-primary .uk-nav-sub a:hover, .uk-offcanvas-bar .uk-nav-primary .uk-nav-sub a:hover,
  .uk-light .uk-nav-primary .uk-nav-sub a:focus,
  .uk-offcanvas-bar .uk-nav-primary .uk-nav-sub a:focus {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-offcanvas-bar .uk-nav-primary .uk-nav-sub li.uk-active > a {
    color: #fff; }
  .uk-light .uk-navbar-nav > li > a, .uk-offcanvas-bar .uk-navbar-nav > li > a {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-navbar-nav > li:hover > a, .uk-offcanvas-bar .uk-navbar-nav > li:hover > a,
  .uk-light .uk-navbar-nav > li > a:focus,
  .uk-offcanvas-bar .uk-navbar-nav > li > a:focus,
  .uk-light .uk-navbar-nav > li > a.uk-open,
  .uk-offcanvas-bar .uk-navbar-nav > li > a.uk-open {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-navbar-nav > li > a:active, .uk-offcanvas-bar .uk-navbar-nav > li > a:active {
    color: #fff; }
  .uk-light .uk-navbar-nav > li.uk-active > a, .uk-offcanvas-bar .uk-navbar-nav > li.uk-active > a {
    color: #fff; }
  .uk-light .uk-navbar-item, .uk-offcanvas-bar .uk-navbar-item {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-navbar-toggle, .uk-offcanvas-bar .uk-navbar-toggle {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-navbar-toggle:hover, .uk-offcanvas-bar .uk-navbar-toggle:hover,
  .uk-light .uk-navbar-toggle:focus,
  .uk-offcanvas-bar .uk-navbar-toggle:focus,
  .uk-light .uk-navbar-toggle.uk-open,
  .uk-offcanvas-bar .uk-navbar-toggle.uk-open {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-subnav > * > :first-child, .uk-offcanvas-bar .uk-subnav > * > :first-child {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-subnav > * > a:hover, .uk-offcanvas-bar .uk-subnav > * > a:hover,
  .uk-light .uk-subnav > * > a:focus,
  .uk-offcanvas-bar .uk-subnav > * > a:focus {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-subnav > .uk-active > a, .uk-offcanvas-bar .uk-subnav > .uk-active > a {
    color: #fff; }
  .uk-light .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-offcanvas-bar .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
    border-left-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-subnav-pill > * > :first-child, .uk-offcanvas-bar .uk-subnav-pill > * > :first-child {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-subnav-pill > * > a:hover, .uk-offcanvas-bar .uk-subnav-pill > * > a:hover,
  .uk-light .uk-subnav-pill > * > a:focus,
  .uk-offcanvas-bar .uk-subnav-pill > * > a:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-subnav-pill > * > a:active, .uk-offcanvas-bar .uk-subnav-pill > * > a:active {
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-subnav-pill > .uk-active > a, .uk-offcanvas-bar .uk-subnav-pill > .uk-active > a {
    background-color: #fff;
    color: #666; }
  .uk-light .uk-subnav > .uk-disabled > a, .uk-offcanvas-bar .uk-subnav > .uk-disabled > a {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-breadcrumb > * > *, .uk-offcanvas-bar .uk-breadcrumb > * > * {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-breadcrumb > * > :hover, .uk-offcanvas-bar .uk-breadcrumb > * > :hover,
  .uk-light .uk-breadcrumb > * > :focus,
  .uk-offcanvas-bar .uk-breadcrumb > * > :focus {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-breadcrumb > :last-child > *, .uk-offcanvas-bar .uk-breadcrumb > :last-child > * {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-offcanvas-bar .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-pagination > * > *, .uk-offcanvas-bar .uk-pagination > * > * {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-pagination > * > :hover, .uk-offcanvas-bar .uk-pagination > * > :hover,
  .uk-light .uk-pagination > * > :focus,
  .uk-offcanvas-bar .uk-pagination > * > :focus {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-pagination > .uk-active > *, .uk-offcanvas-bar .uk-pagination > .uk-active > * {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-pagination > .uk-disabled > *, .uk-offcanvas-bar .uk-pagination > .uk-disabled > * {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-tab::before, .uk-offcanvas-bar .uk-tab::before {
    border-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-tab > * > a, .uk-offcanvas-bar .uk-tab > * > a {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-tab > * > a:hover, .uk-offcanvas-bar .uk-tab > * > a:hover,
  .uk-light .uk-tab > * > a:focus,
  .uk-offcanvas-bar .uk-tab > * > a:focus {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-tab > .uk-active > a, .uk-offcanvas-bar .uk-tab > .uk-active > a {
    color: #fff;
    border-color: #fff; }
  .uk-light .uk-tab > .uk-disabled > a, .uk-offcanvas-bar .uk-tab > .uk-disabled > a {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-slidenav, .uk-offcanvas-bar .uk-slidenav {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-slidenav:hover, .uk-offcanvas-bar .uk-slidenav:hover,
  .uk-light .uk-slidenav:focus,
  .uk-offcanvas-bar .uk-slidenav:focus {
    color: rgba(255, 255, 255, 0.95); }
  .uk-light .uk-slidenav:active, .uk-offcanvas-bar .uk-slidenav:active {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-dotnav > * > *, .uk-offcanvas-bar .uk-dotnav > * > * {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.9); }
  .uk-light .uk-dotnav > * > :hover, .uk-offcanvas-bar .uk-dotnav > * > :hover,
  .uk-light .uk-dotnav > * > :focus,
  .uk-offcanvas-bar .uk-dotnav > * > :focus {
    background-color: rgba(255, 255, 255, 0.9);
    border-color: transparent; }
  .uk-light .uk-dotnav > * > :active, .uk-offcanvas-bar .uk-dotnav > * > :active {
    background-color: rgba(255, 255, 255, 0.5);
    border-color: transparent; }
  .uk-light .uk-dotnav > .uk-active > *, .uk-offcanvas-bar .uk-dotnav > .uk-active > * {
    background-color: rgba(255, 255, 255, 0.9);
    border-color: transparent; }
  .uk-light .uk-accordion-title::before, .uk-offcanvas-bar .uk-accordion-title::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E"); }
  .uk-light .uk-open > .uk-accordion-title::before, .uk-offcanvas-bar .uk-open > .uk-accordion-title::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E"); }
  .uk-light .uk-iconnav > * > a, .uk-offcanvas-bar .uk-iconnav > * > a {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-iconnav > * > a:hover, .uk-offcanvas-bar .uk-iconnav > * > a:hover,
  .uk-light .uk-iconnav > * > a:focus,
  .uk-offcanvas-bar .uk-iconnav > * > a:focus {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-iconnav > .uk-active > a, .uk-offcanvas-bar .uk-iconnav > .uk-active > a {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-text-lead, .uk-offcanvas-bar .uk-text-lead {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-text-meta, .uk-offcanvas-bar .uk-text-meta {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-text-muted, .uk-offcanvas-bar .uk-text-muted {
    color: rgba(255, 255, 255, 0.5) !important; }
  .uk-light .uk-text-emphasis, .uk-offcanvas-bar .uk-text-emphasis {
    color: #fff !important; }
  .uk-light .uk-text-primary, .uk-offcanvas-bar .uk-text-primary {
    color: #fff !important; }
  .uk-light .uk-text-secondary, .uk-offcanvas-bar .uk-text-secondary {
    color: #fff !important; }
  .uk-light .uk-column-divider, .uk-offcanvas-bar .uk-column-divider {
    column-rule-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-logo, .uk-offcanvas-bar .uk-logo {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-logo:hover, .uk-offcanvas-bar .uk-logo:hover,
  .uk-light .uk-logo:focus,
  .uk-offcanvas-bar .uk-logo:focus {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-offcanvas-bar .uk-logo > :not(.uk-logo-inverse):not(:only-of-type) {
    display: none; }
  .uk-light .uk-logo-inverse, .uk-offcanvas-bar .uk-logo-inverse {
    display: inline; }

/* ========================================================================
   Component: Print
 ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; } }

.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden; }
  .selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 38px 0 10px;
    font-size: 12px;
    line-height: 38px;
    color: #444;
    height: 38px;
    user-select: none; }
  .selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background-color: #F8f8f8;
    color: #BBB;
    text-align: center;
    font: 0/0 a;
    *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial; }
    .selectric .button:after {
      content: " ";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 0;
      height: 0;
      border: 4px solid transparent;
      border-top-color: #BBB;
      border-bottom: none; }

.selectric-focus .selectric {
  border-color: #aaaaaa; }

.selectric-hover .selectric {
  border-color: #c4c4c4; }
  .selectric-hover .selectric .button {
    color: #a2a2a2; }
    .selectric-hover .selectric .button:after {
      border-top-color: #a2a2a2; }

.selectric-open {
  z-index: 9999; }
  .selectric-open .selectric {
    border-color: #c4c4c4; }
  .selectric-open .selectric-items {
    display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }
  .selectric-hide-select select {
    position: absolute;
    left: -100%; }
  .selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10; }
    .selectric-hide-select.selectric-is-native select {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      border: none;
      z-index: 1;
      box-sizing: border-box;
      opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px; }
  .selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto; }
  .selectric-above .selectric-items {
    top: auto;
    bottom: 100%; }
  .selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px; }
  .selectric-items li {
    display: block;
    padding: 10px;
    color: #666;
    cursor: pointer; }
    .selectric-items li.selected {
      background: #E0E0E0;
      color: #444; }
    .selectric-items li.highlighted {
      background: #D0D0D0;
      color: #444; }
    .selectric-items li:hover {
      background: #D5D5D5;
      color: #444; }
  .selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    user-select: none; }
  .selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    user-select: none;
    background: none;
    color: #444; }
  .selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1; }
  .selectric-items .selectric-group li {
    padding-left: 25px; }

.ag-gray-bg {
  background: #F8F8F8; }

.ag-black-bg {
  background: #000; }
  .ag-black-bg .ag-main-nav li a {
    color: #fff;
    padding: 0 10px; }
  .ag-black-bg .ag-main-nav li a.active {
    background: #76bd1d; }
    .ag-black-bg .ag-main-nav li a.active:hover {
      color: #fff; }

.ag-gray-white-form {
  background: #fff;
  margin-top: 194px; }
  .ag-gray-white-form .form-button {
    min-width: 200px; }
  .ag-gray-white-form .form-radio-group {
    margin-top: 15px; }
  .ag-gray-white-form .uk-grid > * > .form-radio-group {
    margin-bottom: 20px; }
  .ag-gray-white-form .uk-switcher {
    padding: 100px 0;
    min-height: 200px; }
    @media only screen and (max-width: 959px) {
      .ag-gray-white-form .uk-switcher {
        padding: 50px 0; } }
  .ag-gray-white-form .form-control {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 120px;
    padding-top: 0; }
    @media only screen and (max-width: 1024px) {
      .ag-gray-white-form .form-control {
        padding-bottom: 70px; } }
  .ag-gray-white-form .ag-switcher-box button:first-of-type {
    display: none; }
  .ag-gray-white-form .ag-switcher-box .form-button {
    margin: 0 auto; }
  .ag-gray-white-form .ag-send-btn {
    margin: 0 auto !important; }
  .ag-gray-white-form .ag-send-btn {
    display: none; }
  .ag-gray-white-form .aq-hide-btn {
    display: none !important; }
  .ag-gray-white-form .aq-show-btn {
    display: flex !important; }

.aq-wrapper-center {
  display: flex;
  justify-content: center; }

.ag-flex {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center; }

.ag-min-height {
  min-height: 44vh;
  padding: 80px 0; }

.ag-banner-padding {
  padding-top: 40px;
  padding-bottom: 40px;
  z-index: 1; }

.aq-padding-top-40 {
  padding-top: 40px;
  z-index: 1; }

.ag-padding-bottom-0 {
  padding-bottom: 0; }

.ag-padding-top-20 {
  padding-top: 20px; }

.aq-full-width {
  width: 100%; }

.uk-container > .ag-margin-large-bottom {
  margin-bottom: 170px; }

.ag-relative-top {
  position: relative;
  top: -170px;
  margin-bottom: -120px; }
  @media only screen and (max-width: 1100px) {
    .ag-relative-top {
      top: 0;
      margin-bottom: 0; } }

.ag-between-mobile {
  justify-content: space-between; }
  @media only screen and (max-width: 639px) {
    .ag-between-mobile {
      display: none; } }

.ag-flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media only screen and (max-width: 959px) {
    .ag-flex-between {
      flex-direction: column;
      align-items: normal;
      margin-bottom: 10px; } }
  @media only screen and (max-width: 959px) {
    .ag-flex-between {
      margin-bottom: 0; } }

.ag-icon-fb:after, .ag-icon-in:after, .ag-icon-yt:after {
  transition: opacity .3s ease-in-out; }

.ag-icon-fb:hover:after, .ag-icon-in:hover:after, .ag-icon-yt:hover:after {
  opacity: .3; }

.ag-icon-fb:after {
  content: url("../assets/images/facebook.svg");
  display: block;
  width: 9px;
  height: 100%; }

.ag-icon-in:after {
  content: url("../assets/images/linkedin.svg");
  display: block;
  width: 18px;
  height: 100%; }

.ag-icon-yt:after {
  content: url("../assets/images/youtube.svg");
  display: block;
  width: 20px;
  height: 100%;
  position: relative;
  top: 4px; }

.ag-icon-fb--white:after {
  content: url("../assets/images/facebook-white.svg"); }

.ag-icon-in--white:after {
  content: url("../assets/images/linkedin-white.svg"); }

.ag-icon-yt--white:after {
  content: url("../assets/images/youtube-white.svg");
  top: 0; }

.ag-icon-mail:after {
  content: url("../assets/images/malpka.svg");
  display: block;
  width: 14px;
  height: 100%;
  top: 1px;
  margin-right: 10px;
  transition: transform .3s ease-in-out; }

.ag-icon-phone:after {
  content: url("../assets/images/telephone.svg");
  display: block;
  width: 14px;
  height: 100%;
  top: 1px;
  margin-right: 10px; }

.ag-icon-envelope:after {
  content: url("../assets/images/envelope.svg");
  display: block;
  width: 14px;
  height: 100%;
  top: 1px;
  margin-right: 10px;
  transition: transform .3s ease-in-out; }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'Montserrat';
  src: url("../assets/fonts/Montserrat-Black.woff2") format("woff2"), url("../assets/fonts/Montserrat-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("../assets/fonts/Montserrat-Bold.woff2") format("woff2"), url("../assets/fonts/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("../assets/fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("../assets/fonts/Montserrat-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("../assets/fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../assets/fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("../assets/fonts/Montserrat-Regular.woff2") format("woff2"), url("../assets/fonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("../assets/fonts/Montserrat-Light.woff2") format("woff2"), url("../assets/fonts/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("../assets/fonts/Montserrat-Medium.woff2") format("woff2"), url("../assets/fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("../assets/fonts/Montserrat-ExtraLight.woff2") format("woff2"), url("../assets/fonts/Montserrat-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("../assets/fonts/Montserrat-Thin.woff2") format("woff2"), url("../assets/fonts/Montserrat-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

* {
  /*Webkit*/
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
  /*Mozilla*/
  /* Handle Track */
  scrollbar-color: #76BD1D #fff;
  /* width */
  scrollbar-width: thin; }
  *::-webkit-scrollbar {
    transition: background-color 0.3s ease-in-out;
    width: 0.625rem; }
  *::-webkit-scrollbar-track {
    background-color: #fff; }
  *::-webkit-scrollbar-thumb {
    background-color: #76BD1D; }
  *::-webkit-scrollbar-thumb:hover {
    background-color: #76BD1D; }

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0); }
  20%, 80% {
    transform: translate3d(1px, 0, 0); }
  30%, 50%, 70% {
    transform: translate3d(-3px, 0, 0); }
  40%, 60% {
    transform: translate3d(3px, 0, 0); } }

body {
  overflow-x: hidden;
  font-family: 'Montserrat';
  font-size: 1rem;
  font-weight: 400;
  background: #fff; }
  @media only screen and (max-width: 767px) {
    body {
      overflow: visible !important; } }

input:not(button),
button:not(button),
textarea:not(button),
select:not(button),
option:not(button) {
  font-size: 1rem !important;
  font-family: 'Montserrat'; }

.page-footer .top-column.newsletter .top-column-content .newsletter-field-input, .page-footer .top-column.newsletter .top-column-content .newsletter-field-add, .page-footer .top-column.newsletter .top-column-content .newsletter-field-remove {
  outline: none;
  margin: 0;
  border: none;
  border-radius: 0;
  padding: 0;
  background: none;
  appearance: none; }

::selection {
  background: #76bd1d;
  color: #fff;
  text-shadow: none; }

p,
a,
span,
h1,
h2,
h3,
h4,
h5 {
  color: #000; }

a:hover {
  text-decoration: none;
  color: #000; }

.page-footer {
  padding: 50px 0 30px 0;
  background-color: #282828;
  color: #ababab;
  position: fixed;
  z-index: -1;
  bottom: 0;
  width: 100%; }
  @media only screen and (max-width: 1200px) {
    .page-footer {
      position: static;
      z-index: 0; } }
  @media only screen and (max-width: 640px) {
    .page-footer {
      padding: 30px 0; } }
  .page-footer a {
    color: #fff; }
    .page-footer a:hover {
      color: #89dc22; }
  .page-footer .top {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 30px;
    font-weight: 500; }
    .page-footer .top-column {
      display: flex;
      flex-direction: column;
      flex-basis: 20%;
      max-width: 20%; }
      @media only screen and (max-width: 1200px) {
        .page-footer .top-column {
          order: 2;
          flex-basis: 50%;
          max-width: 50%; } }
      @media only screen and (max-width: 640px) {
        .page-footer .top-column {
          order: 0;
          flex-basis: 100%;
          max-width: 100%; } }
      .page-footer .top-column:first-child .header {
        padding-left: 0; }
      .page-footer .top-column:first-child .top-column-content {
        border-left: none;
        padding-left: 0; }
      @media only screen and (max-width: 1200px) {
        .page-footer .top-column:nth-child(1) .header, .page-footer .top-column:nth-child(2) .header {
          padding-left: 0; }
        .page-footer .top-column:nth-child(1) .top-column-content, .page-footer .top-column:nth-child(2) .top-column-content {
          border-left: none;
          padding-left: 0; } }
      @media only screen and (max-width: 1200px) {
        .page-footer .top-column:nth-child(2), .page-footer .top-column:nth-child(3) {
          margin-top: 35px;
          border-top: 1px solid #3c3c3b;
          padding-top: 35px; } }
      @media only screen and (max-width: 640px) {
        .page-footer .top-column:nth-child(2), .page-footer .top-column:nth-child(3) {
          margin-top: 35px;
          border-top: 1px solid #3c3c3b;
          padding-top: 35px; } }
      .page-footer .top-column:last-child .header {
        padding-right: 0; }
      .page-footer .top-column:last-child .top-column-content {
        padding-right: 0; }
        @media only screen and (max-width: 640px) {
          .page-footer .top-column:last-child .top-column-content {
            padding-bottom: 0; } }
      @media only screen and (max-width: 640px) {
        .page-footer .top-column:not(:first-child) {
          border-top: 1px solid #3c3c3b;
          padding-top: 20px; } }
      .page-footer .top-column.fast-contact {
        color: #fff; }
        @media only screen and (min-width: 1200px) {
          .page-footer .top-column.fast-contact {
            flex-basis: 40%;
            max-width: 40%; } }
        @media only screen and (max-width: 1200px) {
          .page-footer .top-column.fast-contact {
            order: 0; } }
        .page-footer .top-column.fast-contact .top-column-content {
          font-size: 16px; }
          .page-footer .top-column.fast-contact .top-column-content p {
            color: #fff; }
        .page-footer .top-column.fast-contact p {
          margin: 0 0 5px 0; }
          .page-footer .top-column.fast-contact p:last-child {
            margin-bottom: 0; }
      @media only screen and (max-width: 1200px) {
        .page-footer .top-column.newsletter {
          order: 1; } }
      .page-footer .top-column.newsletter .top-column-content {
        padding-top: 15px; }
        .page-footer .top-column.newsletter .top-column-content .newsletter-field {
          display: flex;
          margin-bottom: 30px;
          margin-top: 25px;
          border: 1px solid #3c3c3b; }
          @media only screen and (max-width: 640px) {
            .page-footer .top-column.newsletter .top-column-content .newsletter-field {
              margin-bottom: 20px; } }
          .page-footer .top-column.newsletter .top-column-content .newsletter-field-input, .page-footer .top-column.newsletter .top-column-content .newsletter-field-add, .page-footer .top-column.newsletter .top-column-content .newsletter-field-remove {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            box-sizing: border-box;
            height: 48px;
            color: #fff;
            transition: 0.3s ease;
            font-size: 14px !important; }
          .page-footer .top-column.newsletter .top-column-content .newsletter-field-input {
            padding: 0 15px;
            flex-basis: calc(100% - 35px);
            max-width: calc(100% - 35px);
            font-weight: 500; }
            .page-footer .top-column.newsletter .top-column-content .newsletter-field-input::placeholder {
              color: inherit; }
            .page-footer .top-column.newsletter .top-column-content .newsletter-field-input:hover:not(:focus) {
              padding-left: 25px; }
            .page-footer .top-column.newsletter .top-column-content .newsletter-field-input:hover, .page-footer .top-column.newsletter .top-column-content .newsletter-field-input:focus {
              background: #fbfbfb;
              color: #282828; }
          .page-footer .top-column.newsletter .top-column-content .newsletter-field-add, .page-footer .top-column.newsletter .top-column-content .newsletter-field-remove {
            justify-content: center;
            flex-basis: 35px;
            max-width: 35px;
            background-color: #76bd1d;
            transition: 0.3s ease; }
            .page-footer .top-column.newsletter .top-column-content .newsletter-field-add:hover, .page-footer .top-column.newsletter .top-column-content .newsletter-field-remove:hover {
              background-color: #639e18; }
        .page-footer .top-column.newsletter .top-column-content p {
          margin: 0;
          font-size: 14px; }
      .page-footer .top-column .header {
        margin: 0 0 10px 0;
        padding: 0 30px;
        color: #fff;
        font: inherit;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 14px; }
        @media only screen and (max-width: 640px) {
          .page-footer .top-column .header {
            padding: 0; } }
      .page-footer .top-column-content {
        flex-grow: 1;
        border-left: 1px solid #3c3c3b;
        padding: 35px 30px; }
        @media only screen and (max-width: 640px) {
          .page-footer .top-column-content {
            border-left: none;
            padding: 20px 0; } }
        .page-footer .top-column-content ul {
          margin: 0 0 0 -10px;
          display: block;
          list-style-type: disc;
          padding-left: 30px; }
          .page-footer .top-column-content ul li {
            color: #76bd1d; }
            .page-footer .top-column-content ul li:not(:first-child) {
              margin-top: 5px; }
            .page-footer .top-column-content ul li a {
              color: #ababab;
              transition: 0.3s ease;
              display: inline-block;
              padding: 14px 0px;
              font-size: 14px; }
              .page-footer .top-column-content ul li a:hover {
                color: #fff; }
  .page-footer .bottom {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #3c3c3b;
    padding-top: 30px;
    color: #ababab; }
    .page-footer .bottom p {
      margin: 0; }
    .page-footer .bottom .copyright p {
      color: #ababab;
      line-height: 1.5;
      font-size: 14px; }
    .page-footer .bottom .copyright a {
      color: #89dc22;
      line-height: 1.5;
      font-size: 14px; }
    .page-footer .bottom .artneo a {
      color: #ababab;
      transition: 0.3s ease;
      line-height: 1.5;
      font-size: 14px; }
      .page-footer .bottom .artneo a:hover {
        color: #32d600; }

.top-column p {
  color: #ababab;
  line-height: 1.5; }

.wrapper,
.uk-container {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px; }
  @media only screen and (max-width: 639px) {
    .wrapper,
    .uk-container {
      padding-left: 20px;
      padding-right: 20px; } }

.wrapper-large-medium {
  max-width: 98.75rem; }
  @media only screen and (min-width: 2000px) {
    .wrapper-large-medium {
      max-width: 105rem; } }
  @media only screen and (min-width: 2200px) {
    .wrapper-large-medium {
      max-width: 112.5rem; } }
  @media only screen and (min-width: 2400px) {
    .wrapper-large-medium {
      max-width: 118.75rem; } }

.wrapper-large {
  max-width: 1740px; }

.uk-container-expand {
  max-width: none !important; }

.ag-grid-3-2 {
  display: grid;
  grid-template-columns: 3fr 2fr; }
  @media only screen and (max-width: 1440px) {
    .ag-grid-3-2 {
      grid-template-columns: 1fr 1fr; } }
  @media only screen and (max-width: 1200px) {
    .ag-grid-3-2 {
      grid-template-columns: 1fr 1fr; } }
  @media only screen and (max-width: 1100px) {
    .ag-grid-3-2 {
      grid-template-columns: 1fr; } }

.ag-grid-2-3 {
  display: grid;
  grid-template-columns: 2fr 3fr; }
  @media only screen and (max-width: 1440px) {
    .ag-grid-2-3 {
      grid-template-columns: 1fr 3fr; } }
  @media only screen and (max-width: 1100px) {
    .ag-grid-2-3 {
      grid-template-columns: 1fr; }
      .ag-grid-2-3 .ag-product-card-box {
        grid-gap: 20px; }
      .ag-grid-2-3 .ag-product-card {
        margin-left: 0; } }

.ag-grid-1-1-1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 70px; }
  @media only screen and (max-width: 1200px) {
    .ag-grid-1-1-1 {
      grid-template-columns: 1fr 1fr; } }
  @media only screen and (max-width: 639px) {
    .ag-grid-1-1-1 {
      grid-template-columns: 1fr;
      grid-row-gap: 40px; } }

.ag-grid-1-1 {
  display: grid;
  grid-template-columns: 1fr 1fr; }

.ag-grid-1-5 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr; }

@media only screen and (max-width: 767px) {
  .ag-grid-1-mobile {
    grid-template-columns: 1fr; } }

.ag-grid-1 {
  display: grid;
  grid-template-columns: 1fr; }

.ag-grid-1-1-basic {
  display: grid;
  grid-template-columns: 1fr 1fr; }
  @media only screen and (max-width: 1440px) {
    .ag-grid-1-1-basic {
      grid-template-columns: 2fr 1fr; } }
  @media only screen and (max-width: 959px) {
    .ag-grid-1-1-basic {
      grid-template-columns: 1fr; } }

.ag-column-gap-120 {
  grid-gap: 120px; }
  @media only screen and (max-width: 1440px) {
    .ag-column-gap-120 {
      grid-gap: 60px; } }
  @media only screen and (max-width: 1200px) {
    .ag-column-gap-120 {
      grid-gap: 40px; } }

@media only screen and (min-width: 2000px) {
  .uk-container-expand {
    max-width: 2000px !important; }
  .ag-gray-bg {
    max-width: none !important; }
  .ag-main-bg {
    max-width: none !important; } }

.button {
  font-size: 0.8125rem;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 1000px;
  padding: 0.75rem 1.5625rem 0.75rem 1.5625rem;
  transition: all 0.3s ease-in-out; }

.button-more {
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #fff;
  background: transparent;
  padding: 5px 20px;
  min-height: 44px;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  transition: 0.3s ease;
  cursor: pointer;
  margin-bottom: 70px; }

.button-more-dark {
  border-color: #1c1c1b;
  color: #1c1c1b; }

.button-more:hover {
  background: #fff;
  color: #1c1c1b;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); }

.button-more-dark:hover {
  background: #1c1c1b;
  color: #fff; }

.ag-main-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%; }
  @media only screen and (max-width: 959px) {
    .ag-main-nav {
      display: none; } }
  .ag-main-nav li {
    color: #282828;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    height: 83px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .ag-main-nav li:first-of-type a {
      background: #76BD1D;
      padding: 0 40px; }
      .ag-main-nav li:first-of-type a:hover {
        color: #fff; }
    .ag-main-nav li:first-of-type li a {
      background: transparent; }
    @media only screen and (max-width: 1200px) {
      .ag-main-nav li {
        font-size: 14px; } }
    .ag-main-nav li a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      padding: 0;
      transition: color .3s ease-in-out; }
      .ag-main-nav li a:hover {
        color: #76BD1D; }
    @media only screen and (max-width: 767px) {
      .ag-main-nav li {
        height: 73px; }
        .ag-main-nav li a {
          padding: 0 23px; } }

.ag-logo {
  display: block;
  width: 240px;
  padding: 24px 0; }
  @media only screen and (max-width: 767px) {
    .ag-logo {
      width: 150px; } }
  @media only screen and (max-width: 420px) {
    .ag-logo {
      width: 140px; } }
  @media only screen and (max-width: 340px) {
    .ag-logo {
      width: 130px; } }

.ag-page-title {
  font-size: 30px;
  font-weight: 600;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .ag-page-title {
      font-size: 20px; } }
  @media only screen and (max-width: 420px) {
    .ag-page-title {
      font-size: 18px; } }
  @media only screen and (max-width: 340px) {
    .ag-page-title {
      font-size: 16px; } }
  .ag-page-title:before {
    content: '';
    display: block;
    width: 2px;
    height: 50px;
    background: #000;
    margin: 0 30px; }
    @media only screen and (max-width: 767px) {
      .ag-page-title:before {
        height: 35px;
        margin: 0 20px; } }
    @media only screen and (max-width: 480px) {
      .ag-page-title:before {
        margin: 0 15px; } }
    @media only screen and (max-width: 420px) {
      .ag-page-title:before {
        margin: 0 10px; } }

.ag-social-list {
  display: flex;
  margin-left: 10px; }
  @media only screen and (max-width: 1024px) {
    .ag-social-list {
      margin-left: 0; } }
  @media only screen and (max-width: 639px) {
    .ag-social-list {
      justify-content: space-between;
      max-width: 120px;
      margin: 20px 0 0 0; } }
  .ag-social-list__element {
    margin-left: 20px; }
    @media only screen and (max-width: 480px) {
      .ag-social-list__element {
        margin-left: 15px; } }

.ag-contact-links {
  margin-right: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .ag-contact-links:hover .ag-icon-phone:after {
    -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px; }
  .ag-contact-links:hover .ag-icon-mail:after {
    transform: rotate(-10deg) scale(1.2); }

.ag-contact-links-box {
  display: flex; }

.cd-auto-hide-header {
  position: fixed;
  z-index: 26;
  top: 0;
  width: 100%;
  background-color: #fff;
  transform: translateZ(0);
  will-change: transform;
  transition: transform .5s, padding .3s;
  display: flex;
  align-items: center;
  flex-direction: column; }
  @media only screen and (max-width: 959px) {
    .cd-auto-hide-header {
      padding-bottom: 10px; } }
  @media only screen and (max-width: 639px) {
    .cd-auto-hide-header {
      padding-bottom: 0; } }
  .cd-auto-hide-header .uk-container {
    width: 100%; }
  .cd-auto-hide-header nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }

.cd-auto-hide-header.is-hidden {
  transform: translateY(-112px); }
  @media only screen and (max-width: 959px) {
    .cd-auto-hide-header.is-hidden {
      transform: translateY(-144px); } }
  @media only screen and (max-width: 639px) {
    .cd-auto-hide-header.is-hidden {
      transform: translateY(-134px); } }

.cd-auto-hide-header.dark-color {
  background-color: white; }

.ag-hamburger-container {
  display: none; }

.ag-flex-between-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }

@media only screen and (max-width: 959px) {
  .ag-hamburger-container {
    display: block; }
  .ag-hamburger-container .ag-menu-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    height: 1rem;
    cursor: pointer;
    margin-left: 1.875rem; }
    .ag-hamburger-container .ag-menu-icon span {
      background: #000;
      height: 0.125rem;
      width: 2rem; } }

.ag-sub-menu-wrapper {
  background: #282828;
  top: 5.1875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0.625rem 0;
  height: 5rem;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  opacity: 0;
  visibility: hidden; }
  @media only screen and (max-width: 1440px) {
    .ag-sub-menu-wrapper {
      height: 8.125rem; } }

.ag-sub-menu-wrapper.ag-sub-menu-wrapper-open {
  opacity: 1;
  visibility: visible; }

.ag-sub-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 105rem;
  width: 100%;
  max-height: 3.125rem; }
  @media only screen and (max-width: 1440px) {
    .ag-sub-menu {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 20px;
      max-height: 100%;
      width: calc(100% - 40px); } }
  .ag-sub-menu li {
    position: relative;
    flex: 2;
    border-right: 1px solid #3c3c3b;
    max-height: 3.125rem;
    width: 100%;
    padding: 0 1.875rem;
    line-height: 1.4; }
    .ag-sub-menu li:nth-of-type(4) {
      flex: 1; }
    .ag-sub-menu li:nth-of-type(5) {
      flex: 1; }
    .ag-sub-menu li:last-of-type {
      border-right: none; }
    .ag-sub-menu li a {
      color: #fff;
      text-transform: initial;
      font-size: 0.75rem; }
      @media only screen and (max-width: 1440px) {
        .ag-sub-menu li a {
          max-width: 16.25rem; } }
      .ag-sub-menu li a img {
        margin-right: 1.25rem; }
      .ag-sub-menu li a svg path {
        fill: #76bd1d; }

.ag-menu-nav-sub-offcanvas {
  padding-left: 0.9375rem;
  margin: 1.25rem 0 0.625rem 0;
  display: none; }
  .ag-menu-nav-sub-offcanvas li:last-of-type {
    margin: 0; }
  .ag-menu-nav-sub-offcanvas li a {
    font-size: 0.875rem !important;
    line-height: 1.4 !important; }
  .ag-menu-nav-sub-offcanvas img {
    max-width: 1.25rem; }

.ag-menu-nav-sub-offcanvas {
  display: none; }

.ag-menu-nav-sub-offcanvas-open {
  display: block; }

body .uk-offcanvas-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #282828;
  box-shadow: -1px -1px 16px rgba(0, 0, 0, 0.74);
  padding: 10px 20px 10px 20px; }
  @media only screen and (max-width: 639px) {
    body .uk-offcanvas-bar {
      padding: 160px 20px 10px 20px;
      justify-content: space-between; } }
  body .uk-offcanvas-bar li {
    margin-bottom: 1.25rem;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    display: flex;
    width: 100%;
    flex-direction: column; }
    body .uk-offcanvas-bar li a {
      transition: color .3s ease-in-out;
      line-height: 1.2; }
      body .uk-offcanvas-bar li a:hover {
        color: #76BD1D; }
  body .uk-offcanvas-bar svg {
    width: 1.375rem; }

@media only screen and (max-width: 639px) {
  .ag-menu-nav {
    position: relative;
    top: -2.5rem;
    top: calc(50% - 160px);
    transform: translate(0, -50%); } }

.ag-menu-nav-sub {
  width: 100%; }
  @media only screen and (max-width: 639px) {
    .ag-menu-nav-sub {
      top: -2.5rem;
      transform: translate(0, 0); } }

body .uk-light .uk-close, body .uk-offcanvas-bar .uk-close,
body .uk-offcanvas-bar .uk-close {
  color: #fff; }

.ag-show-mobile {
  display: none; }

@media only screen and (max-width: 639px) {
  .ag-show-mobile {
    display: flex;
    flex-direction: column;
    padding: 20px 20px 10px 25px;
    width: calc(100% - 5px); }
    .ag-show-mobile .ag-contact-links-box {
      display: flex;
      flex-direction: column; }
      .ag-show-mobile .ag-contact-links-box a {
        margin-bottom: 15px; }
  body .uk-offcanvas-bar .ag-show-mobile li {
    margin-bottom: 0;
    margin-left: 0; } }

.ag-robotics-switcher {
  position: relative;
  top: 0;
  margin-bottom: 100px; }
  .ag-robotics-switcher .uk-switcher {
    padding-top: 80px;
    padding-bottom: 80px; }
    @media only screen and (max-width: 639px) {
      .ag-robotics-switcher .uk-switcher {
        padding-top: 40px;
        padding-bottom: 40px; } }
  .ag-robotics-switcher .uk-subnav {
    justify-content: space-between;
    align-items: center;
    margin: 0;
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; }
    @media only screen and (max-width: 1440px) {
      .ag-robotics-switcher .uk-subnav {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        margin-bottom: 40px; } }
    @media only screen and (max-width: 959px) {
      .ag-robotics-switcher .uk-subnav {
        grid-template-columns: 1fr 1fr; } }
    .ag-robotics-switcher .uk-subnav li a {
      height: 83px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0 30px;
      color: #282828; }
    .ag-robotics-switcher .uk-subnav li .uk-active {
      color: #fff; }
  .ag-robotics-switcher .uk-subnav > * {
    padding-left: 0; }
  .ag-robotics-switcher .uk-subnav-pill.ag-gray-bg li a {
    height: 83px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 639px) {
      .ag-robotics-switcher .uk-subnav-pill.ag-gray-bg li a {
        height: 73px;
        font-size: 12px;
        padding: 0 10px; } }
  .ag-robotics-switcher .uk-subnav-pill > .uk-active > a {
    background-color: #76bd1d;
    color: #fff; }

body .uk-container-expand-left {
  margin-left: 0; }

.button {
  font-size: 0.8125rem;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 1000px;
  padding: 0.75rem 1.5625rem 0.75rem 1.5625rem;
  transition: all 0.3s ease-in-out; }

.button-more {
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #fff;
  background: transparent;
  padding: 5px 20px;
  min-height: 44px;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  transition: 0.3s ease;
  cursor: pointer;
  margin-bottom: 70px; }

.button-more-dark {
  border-color: #1c1c1b;
  color: #1c1c1b; }

.button-more:hover {
  background: #fff;
  color: #1c1c1b;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); }

.button-more-dark:hover {
  background: #1c1c1b;
  color: #fff; }

.kuo-main-page-video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0; }

.kuo-full-img {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0; }

.kuo-mute-video {
  cursor: pointer; }
  .kuo-mute-video img.kuo-mute-on {
    display: block; }
  .kuo-mute-video img.kuo-mute-off {
    display: none; }

.kuo-mute-on, .kuo-mute-off {
  width: 1.875rem; }

.mute-video img.kuo-mute-on {
  display: none; }

.mute-video img.kuo-mute-off {
  display: block; }

.breadcrumbs {
  height: 66px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  font-size: 13px; }
  .breadcrumbs a {
    transition: .3s ease-in-out; }
    .breadcrumbs a:hover {
      color: #76bd1d; }
  @media only screen and (max-width: 639px) {
    .breadcrumbs {
      margin-bottom: 0.3125rem; } }
  .breadcrumbs__container {
    margin-top: 194px; }
    @media only screen and (max-width: 959px) {
      .breadcrumbs__container {
        margin-top: 144px; } }
    @media only screen and (max-width: 767px) {
      .breadcrumbs__container {
        margin-top: 122px; } }
    @media only screen and (max-width: 639px) {
      .breadcrumbs__container {
        margin-top: 89px; } }

.ag-breadcrumbs-title img {
  width: 20px;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%); }

.ag-custom-padding {
  padding-left: 35px; }

.ag-breadcrumbs-title-box {
  position: relative;
  margin-right: 26px; }

.ag-separator {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 9px; }
  .ag-separator:after {
    content: url("../assets/images/breadcrumbs-separator.png");
    display: block;
    position: relative;
    top: -2px; }

.ag-tile {
  display: grid;
  grid-template-columns: auto 1fr;
  margin-bottom: 50px; }
  @media only screen and (max-width: 639px) {
    .ag-tile {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center; } }
  .ag-tile__img {
    margin-right: 30px;
    width: 38px;
    height: auto; }
    @media only screen and (max-width: 639px) {
      .ag-tile__img {
        margin-bottom: 30px;
        margin-right: 0; } }
  .ag-tile__title {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #282828;
    margin-bottom: 10px;
    line-height: 1.2; }
    @media only screen and (max-width: 639px) {
      .ag-tile__title {
        font-size: 18px; } }
  .ag-tile--img-small {
    width: 87px; }
  .ag-tile__description {
    color: #979797;
    font-size: 16px;
    line-height: 1.4; }
    .ag-tile__description p {
      color: #979797;
      font-size: 16px;
      line-height: 1.4; }

.ag-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
  counter-reset: ag-counter; }
  @media only screen and (max-width: 959px) {
    .ag-benefits {
      grid-template-columns: 1fr; } }
  .ag-benefits li {
    counter-increment: ag-counter; }
    .ag-benefits li:before {
      content: "0" counter(ag-counter) ". ";
      font-weight: bold;
      font-size: 50px;
      margin-right: 40px;
      font-family: 'Montserrat';
      line-height: 1;
      color: #76BD1D; }
      @media only screen and (max-width: 959px) {
        .ag-benefits li:before {
          margin-right: 0;
          margin-bottom: 10px; } }

.form-textarea,
.form-input,
.form-button {
  outline: none;
  margin: 0;
  border: none;
  border-radius: 0;
  padding: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .form-textarea:focus,
  .form-input:focus,
  .form-button:focus {
    background: #ececec; }

.form-checkbox {
  display: block;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  padding-left: 31px;
  margin-bottom: 20px;
  font-size: .875rem;
  color: #1c1c1b;
  font-weight: 500; }
  .form-checkbox p {
    line-height: 1.6; }
    .form-checkbox p a {
      color: #76bd1d; }
  .form-checkbox input {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0; }

.form-checkbox-checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  box-sizing: border-box;
  border: 1px solid #c6c6c6;
  width: 18px;
  height: 18px;
  background: transparent; }

.form-checkbox span {
  transition: 0.3s ease;
  font-weight: 500; }

.form-checkbox input:checked ~ span {
  color: #76bd1d; }

.form-checkbox-checkmark::after {
  content: "";
  display: none;
  position: absolute;
  left: 5px;
  top: 0;
  width: 4px;
  height: 10px;
  border: solid #76bd1d;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.form-checkbox input:checked ~ .form-checkbox-checkmark::after {
  display: block; }

.form-control {
  padding-top: 120px; }

.form-button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  box-sizing: border-box;
  padding: 0 34px;
  height: 71px;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  background-color: #76bd1d;
  transition: 0.3s ease;
  margin: 95px auto;
  text-transform: uppercase;
  cursor: pointer; }
  @media only screen and (max-width: 480px) {
    .form-button {
      width: 100%;
      margin: 35px auto 65px auto; } }
  .form-button:hover {
    color: #fff; }
  .form-button:focus {
    background: #3b3b3b; }

.form-input {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  box-sizing: border-box;
  margin-bottom: 30px;
  border-bottom: 1px solid #c6c6c6;
  padding: 10px 15px 0 15px;
  width: 100%;
  height: 50px;
  font-size: 1rem;
  color: #1c1c1b;
  font-weight: 500;
  transition: 0.3s ease; }

.form-textarea {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  box-sizing: border-box;
  margin-bottom: 30px;
  border-bottom: 1px solid #c6c6c6;
  padding: 20px 15px 0 15px;
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  min-height: 50px;
  max-height: 500px;
  height: 169px;
  font-size: 1rem;
  color: #1c1c1b;
  font-weight: 500;
  transition: 0.3s ease; }

.form-label {
  display: block;
  position: relative;
  cursor: text; }
  .form-label:not(.disabled):hover .form-label-title {
    color: #76bd1d; }
    @media only screen and (min-width: 1200px) {
      .form-label:not(.disabled):hover .form-label-title {
        left: 15px; } }
  .form-label:not(.disabled):hover .form-input,
  .form-label:not(.disabled):hover .form-textarea {
    border-color: #76bd1d; }
  .form-label.disabled {
    cursor: not-allowed;
    opacity: 0.6;
    color: #979797; }
    .form-label.disabled .form-input,
    .form-label.disabled .form-textarea {
      cursor: not-allowed; }
  .form-label-title {
    z-index: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    font-size: 16px;
    color: #1c1c1b;
    font-weight: 500;
    transition: 0.3s ease; }
  .form-label .form-textarea ~ .form-label-title {
    top: 10px;
    transform: none; }
  .form-label .form-input.filled ~ .form-label-title, .form-label .form-input:focus ~ .form-label-title,
  .form-label .form-textarea.filled ~ .form-label-title,
  .form-label .form-textarea:focus ~ .form-label-title {
    top: 0;
    left: 5px;
    transform: none;
    font-size: 13px; }
  .form-label .form-input.invalid ~ .form-label-title,
  .form-label .form-textarea.invalid ~ .form-label-title {
    left: 15px;
    color: #f0506e; }
  .form-label:not(.disabled) .form-input[required] ~ .form-label-title::after,
  .form-label:not(.disabled) .form-textarea[required] ~ .form-label-title::after {
    content: " *";
    color: #ff0000; }
  .form-label:not(.disabled) .form-input:not(.invalid).filled ~ .form-label-title, .form-label:not(.disabled) .form-input:not(.invalid):focus ~ .form-label-title,
  .form-label:not(.disabled) .form-textarea:not(.invalid).filled ~ .form-label-title,
  .form-label:not(.disabled) .form-textarea:not(.invalid):focus ~ .form-label-title {
    color: #76bd1d; }
  .form-label .selectric-form-select.selectric-open ~ .form-label-title {
    color: #76bd1d; }
  .form-label .selectric-form-select ~ .form-label-title {
    top: -4px;
    left: 0;
    transform: none;
    font-size: 13px;
    color: #979797; }
  .form-label.form-label-dark .form-label-title {
    color: #fff; }
  .form-label.form-label-dark .form-input,
  .form-label.form-label-dark .form-textarea {
    border-color: rgba(198, 198, 198, 0.3);
    color: #fff; }
    .form-label.form-label-dark .form-input:focus,
    .form-label.form-label-dark .form-textarea:focus {
      border-color: #76bd1d;
      background: transparent; }
  .form-label.form-label-dark:not(.disabled):hover .form-label-title {
    color: #76bd1d; }
  .form-label.form-label-dark:not(.disabled):hover .form-input,
  .form-label.form-label-dark:not(.disabled):hover .form-textarea {
    border-color: #76bd1d; }

.form-control--white {
  padding: 80px;
  background: #282828; }
  @media only screen and (max-width: 767px) {
    .form-control--white {
      padding: 40px; } }
  @media only screen and (max-width: 639px) {
    .form-control--white {
      padding: 20px; } }
  .form-control--white .selectric-form-select.selectric-form-select-light .selectric .form-select-button {
    color: #fff; }
  .form-control--white .form-input,
  .form-control--white .form-label-title,
  .form-control--white .form-checkbox {
    color: #fff; }
    .form-control--white .form-input p,
    .form-control--white .form-label-title p,
    .form-control--white .form-checkbox p {
      color: #fff; }
  .form-control--white .form-textarea {
    color: #fff; }
  .form-control--white .form-textarea:focus,
  .form-control--white .form-input:focus,
  .form-control--white .form-button:focus {
    background: #3b3b3b; }
  .form-control--white .selectric-form-select:not(.selectric-disabled).selectric-open .selectric,
  .form-control--white .selectric-form-select:not(.selectric-disabled):hover .selectric {
    background: #3b3b3b; }
  .form-control--white .selectric-form-select .selectric-items {
    background: #3b3b3b; }
  .form-control--white .selectric-form-select .selectric .label {
    color: #fff; }
  .form-control--white .selectric-form-select .selectric-items li {
    color: #fff; }
  .form-control--white .selectric-form-select .selectric-items li:hover {
    background-color: #282828; }
  .form-control--white .form-button {
    margin: 95px auto 0 auto;
    width: 100%; }
    @media only screen and (max-width: 639px) {
      .form-control--white .form-button {
        margin: 45px auto 0 auto; } }

.form-radio {
  display: flex;
  flex-wrap: nowrap;
  cursor: pointer;
  padding-left: 31px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 20px;
  font-size: 14px;
  color: #fff;
  font-weight: 500; }
  @media only screen and (min-width: 960px) {
    .form-radio:hover {
      color: #76bd1d; }
      .form-radio:hover .form-radio-checkmark {
        border-color: #76bd1d; } }
  .form-radio.disabled {
    cursor: not-allowed;
    opacity: 0.5;
    color: #979797; }
  .form-radio span {
    transition: .3s ease-in-out background;
    font-weight: 500;
    color: #fff; }
    .form-radio span.form-radio-notice {
      color: #979797; }
  .form-radio p:first-of-type {
    margin-top: 0; }
  .form-radio-subtitle {
    margin-left: auto;
    padding-left: 10px;
    white-space: nowrap; }
  .form-radio-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    box-sizing: border-box;
    margin-right: 15px;
    border: 1px solid #c6c6c6;
    min-width: 16px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #282828;
    transition: .3s ease-in-out background; }
    .form-radio-checkmark::after {
      content: "";
      display: none;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #76bd1d; }
  .form-radio input {
    display: none; }
    .form-radio input:checked ~ span {
      color: #76bd1d; }
    .form-radio input:checked ~ .form-radio-checkmark::after {
      display: block; }
    .form-radio input.invalid ~ span,
    .form-radio input.invalid ~ p {
      color: #979797; }
    .form-radio input.invalid ~ .form-radio-checkmark {
      border-color: red; }

.form-radio-group {
  display: flex;
  flex-wrap: wrap; }
  .form-radio-group-title {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 500; }
  .form-radio-group .form-radio {
    margin-right: 30px; }
  .form-radio-group.form-radio-group-vertical {
    flex-direction: column; }

.uk-grid > * > .form-radio-group {
  margin-bottom: 10px; }

.ag-gray-bg .form-radio-group-title {
  color: #1c1c1b; }

.ag-gray-bg .form-radio span {
  color: #1c1c1b; }

.ag-gray-bg .form-radio-checkmark {
  background: #f8f8f8; }

.form-select-label {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .form-select-label-title {
    margin-right: 10px;
    font-size: 13px;
    color: #ececec;
    font-weight: 500; }
  .form-select-label-block {
    display: inline; }

.form-select-group {
  display: flex;
  flex-wrap: wrap; }
  .form-select-group-title {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
    color: #1c1c1b;
    font-weight: 500; }
  .form-select-group .form-select-label {
    margin-bottom: 20px; }
  .form-select-group .selectric-form-select {
    margin: 0 30px 0 0; }
  .form-select-group.form-select-group-vertical {
    flex-direction: column; }

.selectric-form-select:not(.selectric-disabled).selectric-open .selectric, .selectric-form-select:not(.selectric-disabled):hover .selectric {
  background-color: #ededed; }
  .selectric-form-select:not(.selectric-disabled).selectric-open .selectric .label, .selectric-form-select:not(.selectric-disabled):hover .selectric .label {
    border-color: #76bd1d; }
  .selectric-form-select:not(.selectric-disabled).selectric-open .selectric .button, .selectric-form-select:not(.selectric-disabled):hover .selectric .button {
    background-color: #76bd1d; }

.selectric-form-select:not(.selectric-disabled).selectric-open .selectric .label {
  padding: 0 75px 0 25px; }

@media only screen and (min-width: 1200px) {
  .selectric-form-select:not(.selectric-disabled):hover .selectric .label {
    padding: 0 75px 0 25px; } }

.selectric-form-select .selectric {
  outline: none;
  margin: 0;
  border: none;
  border-radius: 0;
  padding: 0;
  background: none;
  appearance: none;
  position: relative;
  box-sizing: border-box;
  height: 50px;
  background: #fff;
  transition: 0.3s ease; }
  .selectric-form-select .selectric .label {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid #c6c6c6;
    border-right: none;
    width: 100%;
    height: 100%;
    padding: 0 65px 0 15px;
    font-size: 14px;
    color: #1c1c1b;
    font-weight: 500;
    line-height: 1;
    transition: 0.3s ease; }
    @media only screen and (min-width: 959px) {
      .selectric-form-select .selectric .label {
        padding: 0 65px 0 15px; } }
  .selectric-form-select .selectric .form-select-button {
    outline: none;
    margin: 0;
    border: none;
    border-radius: 0;
    padding: 0;
    background: none;
    appearance: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #76bd1d;
    font: inherit;
    color: #fff;
    transition: 0.3s ease; }
    .selectric-form-select .selectric .form-select-button::after {
      display: none; }

.selectric-form-select .selectric-items {
  border: 1px solid #c6c6c6;
  border-top: none;
  background: #fff; }
  .selectric-form-select .selectric-items li {
    padding: 10px 15px;
    font-size: 14px;
    color: #1c1c1b;
    font-weight: 500;
    transition: 0.3s ease; }
    .selectric-form-select .selectric-items li:hover {
      background-color: #ececec; }
      @media only screen and (min-width: 1200px) {
        .selectric-form-select .selectric-items li:hover {
          padding-left: 20px; } }
    .selectric-form-select .selectric-items li.selected, .selectric-form-select .selectric-items li.highlighted {
      background-color: #76bd1d;
      color: #fff;
      font-weight: 500; }

.selectric-form-select.selectric-form-select-small {
  width: 130px; }
  @media only screen and (min-width: 1200px) {
    .selectric-form-select.selectric-form-select-small:not(.selectric-disabled):hover .selectric .label {
      padding: 0 50px 0 15px; } }
  .selectric-form-select.selectric-form-select-small .selectric {
    height: 40px; }
    .selectric-form-select.selectric-form-select-small .selectric .label {
      padding: 0 50px 0 10px; }
    .selectric-form-select.selectric-form-select-small .selectric .form-select-button {
      width: 40px;
      height: 40px; }
  .selectric-form-select.selectric-form-select-small .selectric-items li {
    padding: 5px 10px;
    font-size: 13px; }
    @media only screen and (min-width: 1200px) {
      .selectric-form-select.selectric-form-select-small .selectric-items li:hover {
        padding-left: 15px; } }

.selectric-form-select.selectric-form-select-xsmall {
  width: 130px; }
  @media only screen and (min-width: 1200px) {
    .selectric-form-select.selectric-form-select-xsmall:not(.selectric-disabled):hover .selectric .label {
      padding: 0 40px 0 15px; } }
  .selectric-form-select.selectric-form-select-xsmall .selectric {
    height: 30px; }
    .selectric-form-select.selectric-form-select-xsmall .selectric .label {
      padding: 0 40px 0 10px; }
    .selectric-form-select.selectric-form-select-xsmall .selectric .form-select-button {
      width: 30px;
      height: 30px; }
  .selectric-form-select.selectric-form-select-xsmall .selectric-items li {
    padding: 5px 10px;
    font-size: 13px; }
    @media only screen and (min-width: 1200px) {
      .selectric-form-select.selectric-form-select-xsmall .selectric-items li:hover {
        padding-left: 15px; } }

.selectric-form-select.selectric-form-select-long {
  width: 165px; }
  @media only screen and (min-width: 1200px) {
    .selectric-form-select.selectric-form-select-long:not(.selectric-disabled):hover .selectric .label {
      padding: 0 40px 0 15px; } }
  .selectric-form-select.selectric-form-select-long .selectric {
    height: 30px; }
    .selectric-form-select.selectric-form-select-long .selectric .label {
      padding: 0 40px 0 10px; }
    .selectric-form-select.selectric-form-select-long .selectric .form-select-button {
      width: 30px;
      height: 30px; }
  .selectric-form-select.selectric-form-select-long .selectric-items li {
    padding: 5px 10px;
    font-size: 13px; }
    @media only screen and (min-width: 1200px) {
      .selectric-form-select.selectric-form-select-long .selectric-items li:hover {
        padding-left: 15px; } }

.selectric-form-select.selectric-form-select-dark-transparent {
  margin-bottom: 20px; }
  .selectric-form-select.selectric-form-select-dark-transparent:not(.selectric-disabled).selectric-open .selectric, .selectric-form-select.selectric-form-select-dark-transparent:not(.selectric-disabled):hover .selectric {
    background-color: transparent; }
    .selectric-form-select.selectric-form-select-dark-transparent:not(.selectric-disabled).selectric-open .selectric .label, .selectric-form-select.selectric-form-select-dark-transparent:not(.selectric-disabled):hover .selectric .label {
      border-color: #76bd1d;
      color: #76bd1d; }
    .selectric-form-select.selectric-form-select-dark-transparent:not(.selectric-disabled).selectric-open .selectric .form-select-button, .selectric-form-select.selectric-form-select-dark-transparent:not(.selectric-disabled):hover .selectric .form-select-button {
      color: #76bd1d;
      background-color: transparent; }
  .selectric-form-select.selectric-form-select-dark-transparent:not(.selectric-disabled).selectric-open .selectric .label {
    padding: 0 50px 0 15px; }
  .selectric-form-select.selectric-form-select-dark-transparent:not(.selectric-disabled).selectric-open .selectric .form-select-button {
    padding-right: 15px; }
  @media only screen and (min-width: 1200px) {
    .selectric-form-select.selectric-form-select-dark-transparent:not(.selectric-disabled):hover .selectric .label {
      padding: 0 50px 0 15px; }
    .selectric-form-select.selectric-form-select-dark-transparent:not(.selectric-disabled):hover .selectric .form-select-button {
      padding-right: 15px; } }
  .selectric-form-select.selectric-form-select-dark-transparent.selectric-open .selectric {
    background-color: #76bd1d; }
  .selectric-form-select.selectric-form-select-dark-transparent .selectric {
    background: transparent; }
    .selectric-form-select.selectric-form-select-dark-transparent .selectric .label {
      border: none;
      border-bottom: 1px solid #c6c6c6;
      padding: 0 50px 0 0;
      font-size: 13px;
      border-color: #76bd1d;
      color: #fff; }
    .selectric-form-select.selectric-form-select-dark-transparent .selectric .form-select-button {
      justify-content: flex-end;
      background-color: transparent;
      color: #fff; }
      .selectric-form-select.selectric-form-select-dark-transparent .selectric .form-select-button svg {
        margin: 0 0 0 auto; }

.selectric-form-select.selectric-form-select-light {
  margin-bottom: 30px; }
  .selectric-form-select.selectric-form-select-light:not(.selectric-disabled).selectric-open .selectric .label, .selectric-form-select.selectric-form-select-light:not(.selectric-disabled):hover .selectric .label {
    border-color: #76bd1d;
    color: #76bd1d; }
  .selectric-form-select.selectric-form-select-light:not(.selectric-disabled).selectric-open .selectric .form-select-button, .selectric-form-select.selectric-form-select-light:not(.selectric-disabled):hover .selectric .form-select-button {
    color: #76bd1d;
    background-color: transparent; }
  .selectric-form-select.selectric-form-select-light:not(.selectric-disabled).selectric-open .selectric .label {
    padding: 0 50px 0 15px; }
  .selectric-form-select.selectric-form-select-light:not(.selectric-disabled).selectric-open .selectric .form-select-button {
    padding-right: 15px; }
  @media only screen and (min-width: 1200px) {
    .selectric-form-select.selectric-form-select-light:not(.selectric-disabled):hover .selectric .label {
      padding: 0 50px 0 15px; }
    .selectric-form-select.selectric-form-select-light:not(.selectric-disabled):hover .selectric .form-select-button {
      padding-right: 15px; } }
  .selectric-form-select.selectric-form-select-light .selectric {
    background: transparent; }
    .selectric-form-select.selectric-form-select-light .selectric .label {
      border: none;
      border-bottom: 1px solid #c6c6c6;
      padding: 0 50px 0 0;
      font-size: 16px; }
    .selectric-form-select.selectric-form-select-light .selectric .form-select-button {
      justify-content: flex-end;
      background-color: transparent;
      color: #1c1c1b; }
      .selectric-form-select.selectric-form-select-light .selectric .form-select-button svg {
        margin: 0 0 0 auto; }

.selectric-form-select.selectric-form-select-dark {
  margin-bottom: 20px; }
  .selectric-form-select.selectric-form-select-dark:not(.selectric-disabled).selectric-open .selectric .label, .selectric-form-select.selectric-form-select-dark:not(.selectric-disabled):hover .selectric .label {
    border-color: #76bd1d;
    color: #76bd1d; }
  .selectric-form-select.selectric-form-select-dark.selectric-open .selectric {
    background-color: #fbfbfb; }
  .selectric-form-select.selectric-form-select-dark .selectric {
    background: transparent; }
    .selectric-form-select.selectric-form-select-dark .selectric .label {
      border: 1px solid #c6c6c6;
      font-size: 16px;
      color: #fff; }
    .selectric-form-select.selectric-form-select-dark .selectric .form-select-button {
      color: #fff; }

.ag-section-title {
  color: #282828;
  font-weight: 600;
  font-size: 50px;
  letter-spacing: 0.5px; }
  @media only screen and (max-width: 480px) {
    .ag-section-title {
      font-size: 32px; } }
  .ag-section-title--white {
    color: #fff; }
  .ag-section-title:after {
    content: '';
    display: block;
    height: 5px;
    width: 46px;
    background: #76BD1D;
    margin-top: 20px; }
  .ag-section-title__small {
    color: #282828;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.22px; }

.ag-section-title-404 {
  font-size: 6.25rem; }
  @media only screen and (max-width: 639px) {
    .ag-section-title-404 {
      font-size: 5rem; } }

.ag-green-text {
  color: #76BD1D; }

.uk-container > .ag-section-title {
  margin: 20px 0 80px 0; }

.ag-product-card {
  position: relative;
  margin-left: 20px;
  max-height: 600px; }
  @media only screen and (max-width: 1100px) {
    .ag-product-card {
      height: auto; }
      .ag-product-card:first-of-type {
        margin-left: 0; } }
  @media only screen and (max-width: 1100px) {
    .ag-product-card {
      min-height: 500px; } }
  @media only screen and (max-width: 639px) {
    .ag-product-card {
      min-height: 400px; } }
  @media only screen and (max-width: 500px) {
    .ag-product-card {
      margin-left: 0;
      margin-bottom: 20px; } }
  .ag-product-card__image {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover; }
  .ag-product-card__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    box-sizing: border-box;
    padding: 50px 30px;
    z-index: 2;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    line-height: 20px; }
    .ag-product-card__link:hover {
      color: #fff; }
    .ag-product-card__link:before {
      content: '';
      z-index: 3;
      position: absolute;
      bottom: 35px;
      right: 0;
      width: calc(100% - 30px);
      height: 1px;
      background: #ffffff4d; }
    .ag-product-card__link:after {
      content: '';
      z-index: 4;
      position: absolute;
      bottom: 33px;
      left: 30px;
      width: 60px;
      height: 5px;
      background: #76bd1d; }
  @media only screen and (max-width: 500px) {
    .ag-product-card:nth-of-type(1) {
      grid-auto-rows: auto;
      grid-column: 1;
      grid-row: 1 / 4; } }
  @media only screen and (max-width: 500px) {
    .ag-product-card:nth-of-type(2) {
      grid-auto-rows: auto;
      grid-column: 1;
      grid-row: 4 / 4; } }

.ag-grid-2-3 .ag-product-card:nth-of-type(1) {
  grid-column: 1 / 2;
  grid-row: 1 / 4; }
  @media only screen and (max-width: 500px) {
    .ag-grid-2-3 .ag-product-card:nth-of-type(1) {
      grid-auto-rows: auto;
      grid-column: 1;
      grid-row: 1 / 4; } }

.ag-grid-2-3 .ag-product-card:nth-of-type(2) {
  grid-column: 2 / 3;
  grid-row: 1 / 4; }
  @media only screen and (max-width: 500px) {
    .ag-grid-2-3 .ag-product-card:nth-of-type(2) {
      grid-auto-rows: auto;
      grid-column: 1;
      grid-row: 4 / 4; } }

.ag-grid-2-3 .ag-product-card:nth-of-type(3) {
  grid-column: 3 / 4;
  grid-row: 1 / 4; }
  @media only screen and (max-width: 500px) {
    .ag-grid-2-3 .ag-product-card:nth-of-type(3) {
      grid-auto-rows: auto;
      grid-column: 1;
      grid-row: 4 / 4; } }

.ag-grid-2-3 .ag-product-card-box {
  grid-template-columns: 1fr 1fr 1fr; }

.ag-product-card-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
  min-height: 380px !important; }
  @media only screen and (max-width: 1440px) {
    .ag-product-card-box {
      min-height: 380px !important; } }
  @media only screen and (max-width: 1200px) {
    .ag-product-card-box {
      grid-template-columns: 1fr 1fr 1fr; }
      .ag-product-card-box .ag-product-card {
        min-height: 480px; } }
  @media only screen and (max-width: 767px) {
    .ag-product-card-box {
      grid-template-columns: 1fr 1fr; }
      .ag-product-card-box .ag-product-card {
        min-height: 380px; } }
  @media only screen and (max-width: 480px) {
    .ag-product-card-box {
      grid-template-columns: 1fr;
      grid-auto-rows: auto; } }

@media only screen and (max-width: 639px) {
  .ag-product-card-box {
    display: flex;
    flex-direction: column; }
    .ag-product-card-box .ag-product-card__image {
      height: 400px; }
    .ag-product-card-box .ag-product-card {
      margin-left: 0;
      margin-bottom: 20px; }
  .ag-grid-2-3 .ag-product-card-box {
    display: flex;
    flex-direction: column; }
    .ag-grid-2-3 .ag-product-card-box .ag-product-card__image {
      height: 400px; }
    .ag-grid-2-3 .ag-product-card-box .ag-product-card {
      margin-bottom: 0; } }

.ag-realizations-card-box {
  overflow: hidden; }
  .ag-realizations-card-box .ag-product-card {
    margin-left: 0;
    min-height: 580px;
    grid-row: auto;
    margin-bottom: 0; }
    @media only screen and (max-width: 1200px) {
      .ag-realizations-card-box .ag-product-card {
        min-height: 480px; } }
    @media only screen and (max-width: 767px) {
      .ag-realizations-card-box .ag-product-card {
        min-height: 400px; } }
    .ag-realizations-card-box .ag-product-card__link {
      width: calc(100% - 30px);
      right: 0;
      left: auto; }

.home-solutions-grid-item-filters:after {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 100%;
  height: 100%;
  top: 100%;
  background: linear-gradient(#0000, #76bd1d80);
  opacity: 0;
  transition: 0.3s ease; }

.uk-grid .home-solutions-grid-item-filters:after {
  width: calc(100% - 30px); }

.ag-product-card {
  overflow: hidden; }
  .ag-product-card:hover .home-solutions-grid-item-filters:after {
    top: 0;
    opacity: 1; }

.ag-investor-ul li {
  counter-increment: ag-counter; }
  .ag-investor-ul li .ag-investor-box {
    position: relative; }
    .ag-investor-ul li .ag-investor-box:after {
      content: "0" counter(ag-counter) ". ";
      font-weight: bold;
      font-size: 44px;
      font-family: 'Montserrat';
      line-height: 1;
      color: white;
      position: absolute;
      top: 35px;
      left: 30px; }
      @media only screen and (max-width: 959px) {
        .ag-investor-ul li .ag-investor-box:after {
          font-size: 30px;
          top: 25px;
          left: 20px; } }
      @media only screen and (max-width: 767px) {
        .ag-investor-ul li .ag-investor-box:after {
          font-size: 28px;
          top: 25px;
          left: 20px; } }
      @media only screen and (max-width: 639px) {
        .ag-investor-ul li .ag-investor-box:after {
          font-size: 26px;
          left: auto;
          right: 25px; } }

.wrapper .ag-grid-1 .ag-product-card {
  margin-left: 0; }

.product-box-container {
  position: relative;
  box-sizing: border-box;
  transition: 0.3s ease; }

.product-box-container .product-box {
  position: relative;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  border: 1px solid #dbdbdb;
  background: #fff;
  width: 100%;
  height: 100%;
  transition: 0.3s ease; }

.product-box-container .product-box::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  box-sizing: border-box;
  border: 2px solid #76bd1d;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  z-index: -1;
  opacity: 0;
  transition: 0.3s ease; }

.product-box-container .product-box:hover {
  border-color: #76bd1d; }

.product-box-container .product-box:hover::before {
  opacity: 1; }

.product-box-container .product-box:hover .product-box-header-action {
  visibility: visible;
  opacity: 1; }

.product-box-container .product-box-header {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 10px;
  width: 100%; }

@media (max-width: 639.98px) {
  .product-box-container .product-box-header {
    padding: 5px 5px 10px 5px; } }

.product-box-container .product-box-header-flag {
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #dbdbdb;
  padding: 5px 10px;
  font-size: 0.75rem;
  color: #979797;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: auto;
  transition: 0.3s ease; }

@media (max-width: 639.98px) {
  .product-box-container .product-box-header-flag {
    padding: 5px;
    font-size: 0.625rem; } }

.product-box-container .product-box-header-flag:hover {
  border-color: #76bd1d;
  background: #76bd1d;
  color: #fff; }

.product-box-container .product-box-header-action {
  visibility: hidden;
  opacity: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  color: #fff;
  background-color: #76bd1d;
  transition: 0.3s ease; }

.product-box-container .product-box-header-action:hover,
.product-box-container .product-box-header-action:focus {
  background-color: #639e18; }

@media (max-width: 1199.98px) {
  .product-box-container .product-box-header-action {
    visibility: visible;
    opacity: 1; } }

@media (max-width: 639.98px) {
  .product-box-container .product-box-header-action {
    width: 30px;
    height: 30px; } }

.product-box-container .product-box-header-action .icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 20px;
  max-height: 20px; }

.product-box-container .product-box-header-action.disabled {
  position: relative;
  cursor: not-allowed;
  background: #979797; }

.product-box-container .product-box-header-action.disabled > * {
  opacity: 0.6; }

.product-box-container .product-box-header-action.disabled > [uk-spinner] {
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.product-box-container .product-box-content {
  display: flex;
  flex-direction: column;
  position: relative;
  flex-grow: 1;
  box-sizing: border-box;
  padding: 0 20px 15px 20px;
  width: 100%; }

@media (max-width: 1199.98px) {
  .product-box-container .product-box-content {
    padding: 0 10px 15px 10px; } }

@media (max-width: 639.98px) {
  .product-box-container .product-box-content {
    padding-bottom: 10px; } }

.product-box-container .product-box-content-thumbnail {
  position: relative;
  padding-top: 85%;
  margin-bottom: auto; }

@media (min-width: 960px) {
  .product-box-container .product-box-content-thumbnail:hover img {
    transform: translate(-50%, -50%) scale(1.05); } }

.product-box-container .product-box-content-thumbnail > a {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.product-box-container .product-box-content-thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  transition: 0.3s ease; }

.product-box-container .product-box-content-info {
  padding-top: 10px;
  position: relative; }

.product-box-container .product-box-content-info-title {
  word-break: break-word;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 10px; }

@media (max-width: 639.98px) {
  .product-box-container .product-box-content-info-title {
    padding-bottom: 5px; } }

.product-box-container .product-box-content-info-title > a {
  color: #1c1c1b;
  display: block;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 58px; }

.product-box-container .product-box-content-info-title small {
  font-size: 0.625rem;
  line-height: 14px;
  display: inline-block; }

.product-box-container .product-box-content-info-description-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  font-size: 0.8125rem;
  font-weight: 600;
  border-bottom: 1px solid #dbdbdb; }

@media (max-width: 640px) {
  .product-box-container .product-box-content-info-description-item {
    padding: 10px 0; } }

.product-box-container .product-box-content-info-description-item:last-child {
  border-bottom: 1px solid #f1f0ef; }

.product-box-container .product-box-content-info-description-item-subitem {
  flex-basis: 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 5px 0;
  font-size: 0.75rem;
  color: #979797;
  font-weight: 500; }

@media (max-width: 639.98px) {
  .product-box-container .product-box-content-info-description-item-subitem {
    padding: 0; } }

.product-box-container .product-box-content-info-description-item-subitem:first-of-type {
  margin-top: 5px;
  border-top: 1px solid #f1f0ef; }

.product-box-container .product-box-content-info-description-item-subitem:not(:last-child) {
  border-bottom: 1px solid #f1f0ef; }

.product-box-container .product-box-content-info-description-item-subitem:last-child {
  padding-bottom: 0; }

.product-box-container .product-box-content-info-description-item-subitem.disabled .price-value {
  color: #979797; }

.product-box-container .product-box-content-info-description-item .price {
  font-size: 1.125rem;
  line-height: 1;
  text-transform: uppercase;
  margin-left: 4px; }

@media (max-width: 1800px) {
  .product-box-container .product-box-content-info-description-item .price {
    font-size: calc(1.025rem + 0.08889vw); } }

@media (max-width: 639.98px) {
  .product-box-container .product-box-content-info-description-item .price-title {
    display: none; } }

.product-box-container .product-box-content-info-description-item .price-value {
  font-size: 0.75rem;
  color: #d20059;
  font-weight: 600;
  white-space: nowrap; }

.product-box-container .product-box-content-info-description-item .price-rent-disabled {
  color: #979797; }

.product-box-container .product-box-actions {
  display: flex;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 50px; }

.product-box-container .product-box-actions-item {
  flex-basis: 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  box-sizing: border-box;
  padding: 10px 15px;
  height: 100%;
  color: #979797;
  cursor: pointer; }

.product-box-container .product-box-actions-item:first-child {
  white-space: nowrap;
  flex-grow: 1;
  color: #fff; }

.product-box-container .product-box-actions-item:first-child:not(.disabled) {
  background-color: #76bd1d;
  transition: 0.3s ease; }

.product-box-container .product-box-actions-item:first-child:not(.disabled):hover,
.product-box-container .product-box-actions-item:first-child:not(.disabled):focus {
  background-color: #639e18; }

.product-box-container .product-box-actions-item:not(:first-child) {
  border-top: 1px solid #dbdbdb; }

.product-box-container .product-box-actions-item:not(:first-child):not(.disabled) {
  background-color: #fff;
  transition: 0.3s ease; }

.product-box-container .product-box-actions-item:not(:first-child):not(.disabled):hover,
.product-box-container .product-box-actions-item:not(:first-child):not(.disabled):focus {
  background-color: #ededed; }

.product-box-container .product-box-actions-item:not(:first-child):not(.disabled):hover {
  color: #1c1c1b; }

.product-box-container .product-box-actions-item:not(:first-child):not(:last-child) {
  border-right: 1px solid #dbdbdb; }

.product-box-container .product-box-actions-item.disabled {
  position: relative;
  cursor: not-allowed;
  background: #ededed; }

.product-box-container .product-box-actions-item.disabled > * {
  opacity: 0.6; }

.product-box-container .product-box-actions-item.disabled > [uk-spinner] {
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.product-box-container .product-box-actions-item-icon .icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 25px; }

.product-box-container .product-box-actions-item-title {
  display: none;
  margin-left: 10px;
  font-size: 0.75rem;
  color: inherit;
  font-weight: 500; }

.product-list-section .product-list > * {
  flex-basis: 25%;
  max-width: 25%; }

@media only screen and (max-width: 1200px) {
  .product-list-section .product-list > * {
    flex-basis: 33.33%;
    max-width: 33.33%; } }

@media only screen and (max-width: 959px) {
  .product-list-section .product-list > * {
    flex-basis: 50%;
    max-width: 50%; } }

@media only screen and (max-width: 480px) {
  .product-list-section .product-list > * {
    flex-basis: 100%;
    max-width: 100%; } }

.product-list-section {
  margin-bottom: 40px; }

.product-list .product-box-container {
  padding-top: 10px;
  padding-left: 10px;
  height: 100%;
  min-height: unset; }

.product-list.uk-slider-items .product-box-container {
  height: 100%; }

.uk-slidenav:hover,
.uk-slidenav:focus {
  color: #666666e6;
  outline: none; }

.uk-slidenav:active {
  color: #66666680; }

.wrapper [class*='uk-position-center-left'],
.wrapper [class*='uk-position-center-right'] {
  top: calc(50% - 20px);
  transform: translateY(-50%); }
  @media only screen and (max-width: 639px) {
    .wrapper [class*='uk-position-center-left'],
    .wrapper [class*='uk-position-center-right'] {
      display: none; } }

.wrapper .uk-position-center-left {
  left: 10px; }

.product-list-section-slider {
  width: calc(100% - 1px); }

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px; }

.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px; }

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.twentytwenty-before-label,
.twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity; }

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em; }

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.twentytwenty-horizontal .twentytwenty-before-label:before,
.twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px; }

.twentytwenty-vertical .twentytwenty-before-label:before,
.twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px; }

.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute; }

.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px; }

.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px; }

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block; }

.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active :hover.twentytwenty-overlay {
  background: rgba(0, 0, 0, 0); }

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
  opacity: 0; }

.twentytwenty-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.twentytwenty-before-label {
  opacity: 0; }

.twentytwenty-before-label:before {
  content: attr(data-content); }

.twentytwenty-after-label {
  opacity: 0; }

.twentytwenty-after-label:before {
  content: attr(data-content); }

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px; }

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px; }

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px; }

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px; }

.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25; }

.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1; }

.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1; }

.twentytwenty-before {
  z-index: 20; }

.twentytwenty-after {
  z-index: 10; }

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer; }

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px; }

.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px; }

.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px; }

.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px; }

.ag-conf-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
  margin: 0 auto;
  max-width: 680px; }
  @media only screen and (max-width: 959px) {
    .ag-conf-container {
      max-width: 100%;
      grid-gap: 20px; } }
  @media only screen and (max-width: 767px) {
    .ag-conf-container {
      grid-template-columns: 1fr;
      grid-gap: 0px; } }
  .ag-conf-container .selectric-form-select .selectric .form-select-button {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #76bd1d;
    font: inherit;
    color: #fff;
    transition: 0.3s ease; }
  .ag-conf-container .selectric-form-select.selectric-form-select-light .selectric .form-select-button svg {
    margin: 0; }
  .ag-conf-container .selectric-form-select.selectric-form-select-light:not(.selectric-disabled).selectric-open .selectric .form-select-button,
  .ag-conf-container .selectric-form-select.selectric-form-select-light:not(.selectric-disabled):hover .selectric .form-select-button {
    color: #fff;
    background-color: #76bd1d; }
  .ag-conf-container .selectric-form-select.selectric-form-select-light:not(.selectric-disabled).selectric-open .selectric .form-select-button,
  .ag-conf-container .selectric-form-select.selectric-form-select-light:not(.selectric-disabled):hover .selectric .form-select-button {
    background-color: #639e18; }
  .ag-conf-container .selectric-form-select:not(.selectric-disabled).selectric-open .selectric,
  .ag-conf-container .selectric-form-select:not(.selectric-disabled):hover .selectric {
    background-color: #fff; }
  .ag-conf-container .selectric-form-select.selectric-form-select-light:not(.selectric-disabled).selectric-open .selectric .label,
  .ag-conf-container .selectric-form-select.selectric-form-select-light:not(.selectric-disabled):hover .selectric .label {
    color: #1c1c1b; }
  .ag-conf-container .selectric-form-select.selectric-form-select-light:not(.selectric-disabled):hover .selectric .form-select-button {
    padding-right: 0; }
  .ag-conf-container .selectric-form-select .selectric .label {
    border: 1px solid #c6c6c6; }
  .ag-conf-container .selectric-form-select .selectric .label {
    padding: 0 65px 0 15px; }
  .ag-conf-container .selectric-form-select.selectric-form-select-light:not(.selectric-disabled).selectric-open .selectric .form-select-button {
    padding-right: 0; }
  .ag-conf-container .selectric-form-select.selectric-form-select-light {
    margin-bottom: 0; }

.ag-configure-wash img {
  display: none; }

.twentytwenty-wrapper {
  visibility: hidden;
  opacity: 0;
  height: 0; }
  .twentytwenty-wrapper .ag-configure-wash img {
    display: block !important; }

.ag-wash-visible {
  visibility: visible;
  opacity: 1;
  height: auto;
  margin-bottom: 45px; }

.ag-conf-section .form-button {
  max-width: 200px;
  margin: 0 auto 45px auto; }

.ag-conf-section .ag-conf-container {
  margin-bottom: 45px; }

.ag-padding-bottom-large {
  margin-bottom: 45px !important; }

.gmap {
  min-height: calc(100vh - 200px);
  outline: none; }

.gmap-tooltip__address {
  font-weight: 700; }

.ag-editable-text p,
.ag-editable-text q,
.ag-editable-text blockquote,
.ag-editable-text strong,
.ag-editable-text a,
.ag-editable-text-basic p,
.ag-editable-text-basic q,
.ag-editable-text-basic blockquote,
.ag-editable-text-basic strong,
.ag-editable-text-basic a {
  margin-top: 2.5rem;
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: left;
  color: #000; }
  @media only screen and (max-width: 1440px) {
    .ag-editable-text p,
    .ag-editable-text q,
    .ag-editable-text blockquote,
    .ag-editable-text strong,
    .ag-editable-text a,
    .ag-editable-text-basic p,
    .ag-editable-text-basic q,
    .ag-editable-text-basic blockquote,
    .ag-editable-text-basic strong,
    .ag-editable-text-basic a {
      font-size: 1.25rem; } }
  @media only screen and (max-width: 1200px) {
    .ag-editable-text p,
    .ag-editable-text q,
    .ag-editable-text blockquote,
    .ag-editable-text strong,
    .ag-editable-text a,
    .ag-editable-text-basic p,
    .ag-editable-text-basic q,
    .ag-editable-text-basic blockquote,
    .ag-editable-text-basic strong,
    .ag-editable-text-basic a {
      margin-top: 3.75rem; } }
  @media only screen and (max-width: 639px) {
    .ag-editable-text p,
    .ag-editable-text q,
    .ag-editable-text blockquote,
    .ag-editable-text strong,
    .ag-editable-text a,
    .ag-editable-text-basic p,
    .ag-editable-text-basic q,
    .ag-editable-text-basic blockquote,
    .ag-editable-text-basic strong,
    .ag-editable-text-basic a {
      font-size: 1rem;
      margin-top: 2.5rem; } }

.ag-editable-text h1,
.ag-editable-text h2,
.ag-editable-text h3,
.ag-editable-text h4,
.ag-editable-text h5,
.ag-editable-text h6,
.ag-editable-text-basic h1,
.ag-editable-text-basic h2,
.ag-editable-text-basic h3,
.ag-editable-text-basic h4,
.ag-editable-text-basic h5,
.ag-editable-text-basic h6 {
  color: #000;
  line-height: 1.4;
  text-align: center; }

.ag-editable-text h1,
.ag-editable-text-basic h1 {
  font-size: 3rem; }
  @media only screen and (max-width: 639px) {
    .ag-editable-text h1,
    .ag-editable-text-basic h1 {
      font-size: 2.375rem; } }

.ag-editable-text h2,
.ag-editable-text-basic h2 {
  font-size: 2.625rem; }
  @media only screen and (max-width: 639px) {
    .ag-editable-text h2,
    .ag-editable-text-basic h2 {
      font-size: 2rem; } }

.ag-editable-text h3,
.ag-editable-text-basic h3 {
  font-size: 2.375rem; }
  @media only screen and (max-width: 639px) {
    .ag-editable-text h3,
    .ag-editable-text-basic h3 {
      font-size: 1.75rem; } }

.ag-editable-text h4,
.ag-editable-text-basic h4 {
  font-size: 2.125rem; }
  @media only screen and (max-width: 639px) {
    .ag-editable-text h4,
    .ag-editable-text-basic h4 {
      font-size: 1.5rem; } }

.ag-editable-text h5,
.ag-editable-text-basic h5 {
  font-size: 1.875rem; }
  @media only screen and (max-width: 639px) {
    .ag-editable-text h5,
    .ag-editable-text-basic h5 {
      font-size: 1.25rem; } }

.ag-editable-text h6,
.ag-editable-text-basic h6 {
  font-size: 1.625rem; }
  @media only screen and (max-width: 639px) {
    .ag-editable-text h6,
    .ag-editable-text-basic h6 {
      font-size: 1rem; } }

.ag-editable-text b,
.ag-editable-text strong,
.ag-editable-text-basic b,
.ag-editable-text-basic strong {
  font-weight: 700; }

.ag-editable-text q,
.ag-editable-text blockquote,
.ag-editable-text-basic q,
.ag-editable-text-basic blockquote {
  font-style: italic;
  display: block;
  margin-bottom: 40px; }

.ag-editable-text ul,
.ag-editable-text ol,
.ag-editable-text-basic ul,
.ag-editable-text-basic ol {
  margin-top: 40px; }
  .ag-editable-text ul li,
  .ag-editable-text ol li,
  .ag-editable-text-basic ul li,
  .ag-editable-text-basic ol li {
    font-size: 0.875rem;
    line-height: 1.4;
    text-align: left;
    color: #000;
    margin-bottom: 25px;
    font-weight: 300;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    line-height: 1.6; }
    .ag-editable-text ul li:before,
    .ag-editable-text ol li:before,
    .ag-editable-text-basic ul li:before,
    .ag-editable-text-basic ol li:before {
      content: '';
      background: #76bd1d;
      min-width: 0.5rem;
      max-height: 0.5rem;
      max-width: 0.5rem;
      min-height: 0.5rem;
      border-radius: 50%;
      display: block;
      margin-right: 1.25rem;
      top: 0.5rem;
      position: relative; }

.ag-editable-text ol li,
.ag-editable-text-basic ol li {
  list-style: decimal; }

.ag-editable-text ul li,
.ag-editable-text-basic ul li {
  list-style: none; }

.ag-editable-text a,
.ag-editable-text-basic a {
  color: #000;
  text-decoration: underline;
  transition: color .3s ease-in-out; }
  .ag-editable-text a:hover,
  .ag-editable-text-basic a:hover {
    color: #000; }

.ag-editable-text-basic p {
  font-weight: 300;
  font-size: 1rem; }

.ag-custom-para-style {
  font-size: 0.875rem !important;
  color: #000 !important;
  font-weight: 300 !important;
  line-height: 1.6 !important; }

@media only screen and (max-width: 767px) {
  .ag-editable-text-mobile {
    margin-top: 0 !important; } }

.ag-accordion-title-grid {
  display: grid;
  grid-template-columns: 2fr 3fr;
  grid-gap: 5rem; }
  @media only screen and (max-width: 1200px) {
    .ag-accordion-title-grid {
      grid-template-columns: 1fr 1fr;
      grid-gap: 3.75rem; } }
  @media only screen and (max-width: 1024px) {
    .ag-accordion-title-grid {
      grid-template-columns: 1fr 1fr;
      grid-gap: 3.75rem; }
      .ag-accordion-title-grid .ag-editable-accordion p {
        margin-top: 2.5rem; } }
  @media only screen and (max-width: 767px) {
    .ag-accordion-title-grid {
      grid-template-columns: 1fr;
      grid-gap: 2.5rem; } }

.uk-accordion-title {
  cursor: default; }
  .uk-accordion-title .ag-banner-link {
    cursor: pointer; }

.uk-accordion-title::before {
  display: none; }

.ag-editable-accordion {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start; }
  @media only screen and (max-width: 767px) {
    .ag-editable-accordion {
      padding-left: 2.5rem; } }
  @media only screen and (max-width: 639px) {
    .ag-editable-accordion {
      padding-left: 1.25rem; } }
  .ag-editable-accordion h2 {
    color: #282828;
    font-weight: 600;
    font-size: 3.125rem;
    letter-spacing: 0.5px; }
    @media only screen and (max-width: 480px) {
      .ag-editable-accordion h2 {
        font-size: 2rem; } }
    .ag-editable-accordion h2:after {
      content: '';
      display: block;
      height: 0.3125rem;
      width: 2.875rem;
      background: #76BD1D;
      margin-top: 1.25rem; }
  .ag-editable-accordion p {
    margin-top: 4.375rem;
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 1.6; }
    @media only screen and (max-width: 959px) {
      .ag-editable-accordion p {
        margin-top: 3.125rem; } }

body .ag-accordion-box {
  margin-top: 4.375rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    body .ag-accordion-box {
      margin-top: 3.125rem;
      justify-content: center; } }
  body .ag-accordion-box .ag-banner-link {
    color: black;
    border: 1px solid black;
    font-weight: 400;
    padding: 1.25rem 0;
    text-align: center;
    width: 100%;
    max-width: 12.5rem; }
    body .ag-accordion-box .ag-banner-link:hover {
      color: #76bd1d;
      border: 1px solid #76bd1d; }

.uk-accordion-content {
  margin-top: 4.375rem; }
  .uk-accordion-content p {
    font-weight: 300;
    line-height: 1.4;
    font-size: 0.875rem;
    margin-bottom: 3.625rem;
    line-height: 1.6; }
  .uk-accordion-content .form-button {
    max-width: 12.5rem;
    margin: 5.9375rem auto 0 auto; }
    .uk-accordion-content .form-button:focus {
      background: #3b3b3b; }
    .uk-accordion-content .form-button:hover {
      color: white;
      background-color: #76bd1d; }

body .ag-column-title {
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 2.8125rem; }

.ag-margin-top-59 {
  margin-top: 3.6875rem; }

.uk-accordion-content .ag-grid-1-1 {
  grid-gap: 5rem; }
  @media only screen and (max-width: 959px) {
    .uk-accordion-content .ag-grid-1-1 {
      grid-template-columns: 1fr;
      grid-gap: 2.5rem; } }
  @media only screen and (max-width: 639px) {
    .uk-accordion-content .ag-grid-1-1 {
      grid-gap: 1.25rem; } }

body .uk-accordion > :nth-child(n+2) {
  margin-top: 9.375rem; }
  @media only screen and (max-width: 1440px) {
    body .uk-accordion > :nth-child(n+2) {
      margin-top: 6.25rem; } }
  @media only screen and (max-width: 1200px) {
    body .uk-accordion > :nth-child(n+2) {
      margin-top: 5rem; } }

.ag-img-hover img {
  transition: opacity .3s ease-in-out; }
  .ag-img-hover img:hover {
    opacity: .9; }

.ag-min-height {
  min-height: 100%; }

.ag-min-height-index {
  min-height: 100%; }
  @media only screen and (max-width: 959px) {
    .ag-min-height-index {
      min-height: calc(100vh - 360px); } }

.ag-center-title {
  font-size: 1.625rem;
  margin-bottom: 5rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
  font-size: calc(1.05rem + .17778vw);
  position: relative; }
  .ag-center-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    right: -100%;
    width: calc(100% + 100%);
    height: 1px;
    background: #dbdbdb; }
    @media only screen and (max-width: 959px) {
      .ag-center-title::after {
        right: 0;
        width: 100%; } }

.wrapper.ag-center-title {
  padding: 0; }

.aq-margin-bottom {
  margin-bottom: 3.125rem; }

.ag-icon-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 3.75rem;
  margin-bottom: 6.25rem; }
  @media only screen and (max-width: 1200px) {
    .ag-icon-grid {
      grid-template-columns: 1fr 1fr 1fr;
      grid-gap: 2.5rem; } }
  @media only screen and (max-width: 767px) {
    .ag-icon-grid {
      grid-template-columns: 1fr 1fr; } }
  @media only screen and (max-width: 575px) {
    .ag-icon-grid {
      grid-template-columns: 1fr; } }

.ag-icon-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .ag-icon-box__img {
    max-width: 6.25rem;
    margin-bottom: 2.5rem; }
  .ag-icon-box__text {
    color: #000;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.4; }

.ag-offer-card__title {
  font-size: 26px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 30px; }
  @media only screen and (max-width: 1200px) {
    .ag-offer-card__title {
      font-size: 22px; } }

.ag-offer-card__more {
  background: #76BD1D;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center; }

.ag-offer-card__body {
  display: flex;
  flex-direction: column; }

.uk-container > .ag-bottom-large {
  margin-bottom: 170px; }

.ag-ornament-image {
  background-repeat: no-repeat;
  background-position: top right; }
  .ag-ornament-image--left {
    background-position: top left;
    background-size: 50% 100%;
    display: flex;
    align-items: center;
    padding: 99px 0 !important; }
    @media only screen and (max-width: 1200px) {
      .ag-ornament-image--left {
        background-image: none !important; } }
    @media only screen and (max-width: 639px) {
      .ag-ornament-image--left {
        padding: 19px 0 99px 0 !important; } }
  .ag-ornament-image--right {
    background-size: 50% 100%; }
    @media only screen and (max-width: 1680px) {
      .ag-ornament-image--right {
        background-size: contain; } }
    @media only screen and (max-width: 959px) {
      .ag-ornament-image--right {
        background-size: cover; } }

.ag-ornament-image-cover {
  background-size: cover; }

@media only screen and (max-width: 767px) {
  .ag-ornament-image-hidden {
    background-image: none !important; } }

.ag-info-box {
  width: calc(60% - 450px);
  background: #282828;
  padding: 0 150px 0 300px;
  height: 843px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start; }
  @media only screen and (max-width: 1440px) {
    .ag-info-box {
      width: calc(60% - 200px);
      padding: 0 100px; } }
  @media only screen and (max-width: 1200px) {
    .ag-info-box {
      width: calc(60% - 100px);
      padding: 0 50px; } }
  @media only screen and (max-width: 959px) {
    .ag-info-box {
      width: calc(80% - 80px);
      padding: 0 40px; } }
  @media only screen and (max-width: 767px) {
    .ag-info-box {
      width: calc(90% - 80px);
      padding: 0 40px; } }
  @media only screen and (max-width: 639px) {
    .ag-info-box {
      width: calc(100% - 40px);
      padding: 0 20px; } }
  .ag-info-box__description {
    color: #fff;
    margin-top: 72px;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 500; }
    @media only screen and (max-width: 767px) {
      .ag-info-box__description {
        font-size: 14px; } }
    .ag-info-box__description p {
      color: #fff;
      font-weight: 500;
      margin-bottom: 30px;
      font-size: 14px;
      line-height: 21px; }

.uk-container > .ag-info-box {
  margin: 120px 0 100px 0; }
  @media only screen and (max-width: 767px) {
    .uk-container > .ag-info-box {
      margin: 280px 0 100px 0; } }
  @media only screen and (max-width: 639px) {
    .uk-container > .ag-info-box {
      margin: 0 0 100px 0; } }

.ag-investor-container {
  background-repeat: no-repeat;
  margin-bottom: 100px;
  background-size: 50%; }
  @media only screen and (max-width: 639px) {
    .ag-investor-container {
      margin-bottom: 80px; } }
  .ag-investor-container--end {
    background-position: left top;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
  .ag-investor-container--start {
    background-position: right top;
    display: flex;
    justify-content: flex-start;
    align-items: center; }

.uk-container > .ag-investor-container {
  margin-bottom: 150px; }
  @media only screen and (max-width: 639px) {
    .uk-container > .ag-investor-container {
      margin-bottom: 75px; } }

.ag-investor-box {
  width: calc(70% - 320px);
  padding: 87px 85px 80px 80px;
  margin-top: 72px;
  margin-bottom: 40px; }
  @media only screen and (max-width: 1440px) {
    .ag-investor-box {
      width: calc(70% - 220px);
      padding: 100px 110px; } }
  @media only screen and (max-width: 1200px) {
    .ag-investor-box {
      width: calc(80% - 220px);
      padding: 100px 110px; } }
  @media only screen and (max-width: 959px) {
    .ag-investor-box {
      width: calc(90% - 140px);
      padding: 80px 70px; } }
  @media only screen and (max-width: 767px) {
    .ag-investor-box {
      width: calc(90% - 100px);
      padding: 60px 65px; } }
  @media only screen and (max-width: 639px) {
    .ag-investor-box {
      width: calc(100% - 80px);
      padding: 60px 40px 40px 40px;
      margin-top: 0; } }
  .ag-investor-box--green {
    background: #76BD1D; }
  .ag-investor-box--dark {
    background: #282828; }
  .ag-investor-box__title {
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.22px;
    line-height: 29px;
    font-weight: 600;
    margin-bottom: 20px; }
  .ag-investor-box__desc p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.16px;
    line-height: 21px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 639px) {
      .ag-investor-box__desc p {
        font-size: 14px; } }

.ag-contact-box {
  min-height: 823px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: flex-start; }
  @media only screen and (max-width: 1024px) {
    .ag-contact-box {
      padding-left: 0; } }
  @media only screen and (max-width: 767px) {
    .ag-contact-box {
      grid-template-columns: 1fr;
      min-height: 600px; } }
  .ag-contact-box__description {
    color: #282828;
    margin-top: 72px;
    line-height: 1.4; }
    @media only screen and (max-width: 767px) {
      .ag-contact-box__description {
        font-size: 14px; } }
    .ag-contact-box__description p {
      color: #282828;
      font-size: 22px;
      font-style: normal;
      letter-spacing: 0.22px;
      line-height: 36px;
      text-align: left;
      font-weight: 600; }
      @media only screen and (max-width: 767px) {
        .ag-contact-box__description p {
          width: 100%; } }

.uk-container > .ag-contact-box {
  margin: 0 auto; }

.ag-contact-flexed {
  background: #fff;
  min-height: 823px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 20px; }
  .ag-contact-flexed--left {
    padding-left: 40px; }
  @media only screen and (max-width: 1024px) {
    .ag-contact-flexed {
      padding: 0 20px 0 40px; } }
  @media only screen and (max-width: 767px) {
    .ag-contact-flexed {
      padding: 20px 20px 0 20px;
      min-height: 623px; } }

@media only screen and (max-width: 639px) {
  .ag-ornament-image--left {
    display: block; } }

.ag-contact-informations {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 40px;
  width: 100%;
  max-width: 500px;
  margin-top: 50px; }
  @media only screen and (max-width: 959px) {
    .ag-contact-informations {
      grid-template-columns: 1fr;
      grid-row-gap: 10px; } }
  .ag-contact-informations__title {
    color: #282828;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.2px;
    line-height: 39px;
    margin-bottom: 10px; }

.ag-contact-flex {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start; }
  .ag-contact-flex .ag-contact-phone,
  .ag-contact-flex .ag-contact-mail {
    margin-bottom: 15px;
    color: #979797;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .ag-contact-flex .ag-contact-phone:hover .ag-icon-phone:after,
    .ag-contact-flex .ag-contact-mail:hover .ag-icon-phone:after {
      -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
      animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-perspective: 1000px;
      perspective: 1000px; }
    .ag-contact-flex .ag-contact-phone:hover .ag-icon-envelope:after,
    .ag-contact-flex .ag-contact-mail:hover .ag-icon-envelope:after {
      transform: rotate(-10deg) scale(1.2); }

.ag-main-bg {
  background-repeat: no-repeat;
  height: calc(100vh - 265px);
  min-height: 750px !important;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  @media only screen and (max-width: 1440px) {
    .ag-main-bg {
      height: calc(100vh - 252px); } }
  @media only screen and (max-width: 1200px) {
    .ag-main-bg {
      background-position: 47.5% 0; } }
  @media only screen and (max-width: 959px) {
    .ag-main-bg {
      background-position: 47.5% 0;
      min-height: 650px; } }
  @media only screen and (max-width: 767px) {
    .ag-main-bg {
      height: 76vh;
      min-height: 600px; } }
  @media only screen and (max-width: 480px) {
    .ag-main-bg {
      height: 86vh; } }
  .ag-main-bg video {
    z-index: -1;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100vw;
    height: 824px;
    top: 0;
    left: 0; }

.uk-slideshow .ag-main-bg {
  height: 100%; }

.ag-transperent-img {
  position: absolute;
  top: -50px;
  left: -50px; }
  @media only screen and (max-width: 1440px) {
    .ag-transperent-img {
      top: auto;
      bottom: 0; } }
  @media only screen and (max-width: 1100px) {
    .ag-transperent-img {
      top: -80px;
      bottom: auto;
      max-width: 200px; } }

.ag-banner-header {
  color: #ffffff;
  font-size: 65px;
  font-weight: 600;
  letter-spacing: 0.65px;
  line-height: 84px; }
  @media only screen and (max-width: 1200px) {
    .ag-banner-header {
      font-size: 50px;
      line-height: 60px; } }
  @media only screen and (max-width: 959px) {
    .ag-banner-header {
      font-size: 40px;
      line-height: 50px; } }
  @media only screen and (max-width: 639px) {
    .ag-banner-header {
      font-size: 30px;
      line-height: 40px; } }
  .ag-banner-header span {
    color: #76bd1d; }

.ag-banner-box .ag-banner-description {
  max-width: 450px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.14px;
  line-height: 24px;
  text-align: left;
  margin: 41px 0 51px;
  text-align: justify; }
  @media only screen and (max-width: 639px) {
    .ag-banner-box .ag-banner-description {
      margin: 25px 0 35px; } }

.ag-banner-link {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.16px;
  line-height: 24px;
  padding: 20px 30px;
  border: 1px solid #fff;
  transition: border .3s ease-in-out, color .3s ease-in-out; }
  .ag-banner-link:hover {
    color: #76bd1d;
    border: 1px solid #76bd1d; }
  @media only screen and (max-width: 480px) {
    .ag-banner-link {
      display: flex;
      justify-content: center;
      align-items: center;
      width: calc(100% - 60px); } }
  .ag-banner-link__green {
    background: #76bd1d;
    color: #fff;
    border: 1px solid #fff; }
    .ag-banner-link__green:hover {
      background: #76bd1d;
      color: #fff;
      border: 1px solid #fff; }
    .ag-banner-link__green:focus {
      background: #3b3b3b;
      border: 1px solid #fff; }

.ag-ask-about {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px; }
  .ag-ask-about .ag-banner-link {
    color: #000;
    border: 1px solid #000;
    font-weight: 400; }
    .ag-ask-about .ag-banner-link:hover {
      color: #76bd1d;
      border: 1px solid #76bd1d; }

.uk-container > .ag-ask-about {
  margin-bottom: 75px; }

.ag-product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
  margin-bottom: 60px; }
  @media only screen and (max-width: 959px) {
    .ag-product-grid {
      grid-template-columns: 1fr; } }

.ag-100-width {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-top: 40px; }
  @media only screen and (max-width: 959px) {
    .ag-100-width {
      justify-content: flex-start; } }

.ag-product {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start; }
  .ag-product__title {
    color: #282828;
    font-weight: 600;
    font-size: 50px;
    letter-spacing: 0.5px;
    margin-bottom: 30px; }
    @media only screen and (max-width: 480px) {
      .ag-product__title {
        font-size: 32px; } }
    .ag-product__title--white {
      color: #fff; }
    .ag-product__title:after {
      content: '';
      display: block;
      height: 5px;
      width: 46px;
      background: #76BD1D;
      margin-top: 20px; }
    .ag-product__title__small {
      color: #282828;
      font-size: 22px;
      font-weight: 600;
      letter-spacing: 0.22px; }
  .ag-product__description p {
    color: #282828;
    line-height: 1.5;
    font-weight: 500;
    font-size: 0.875rem; }
  .ag-product__link {
    background: #fff;
    border: 1px solid #282828;
    color: #282828;
    padding: 20px 0;
    width: 100%;
    max-width: 190px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    transition: color .3s ease-in-out, border-color .3s ease-in-out; }
    @media only screen and (max-width: 480px) {
      .ag-product__link {
        width: 100%;
        font-size: 12px;
        display: flex;
        justify-content: center;
        align-items: center; } }
    .ag-product__link:hover {
      color: #76bd1d;
      border-color: #76bd1d; }
  .ag-product ul {
    margin-top: 20px; }
    .ag-product ul li {
      line-height: 1.4;
      text-align: left;
      color: black;
      margin-bottom: 0.625rem;
      list-style: none;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      color: #282828;
      line-height: 1.4;
      font-size: 1rem; }
      .ag-product ul li:before {
        content: '';
        background: #76bd1d;
        min-width: 0.5rem;
        max-height: 0.5rem;
        max-width: 0.5rem;
        min-height: 0.5rem;
        border-radius: 50%;
        display: block;
        margin-right: 1.25rem;
        top: 0.3125rem;
        position: relative; }

.ag-video-div {
  left: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 80px);
  z-index: 1;
  right: 0;
  padding: 0; }
  @media only screen and (max-width: 639px) {
    .ag-video-div {
      width: calc(100% - 60px); } }

.ag-product-container article:nth-child(even) .ag-img-container {
  order: 1; }
  @media only screen and (max-width: 959px) {
    .ag-product-container article:nth-child(even) .ag-img-container {
      order: 0; } }

.ag-product-container .ag-img-container {
  display: flex;
  justify-content: center;
  align-items: center; }

.home-select-industry-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 10px; }
  @media only screen and (max-width: 1200px) {
    .home-select-industry-items {
      padding: 1.25rem;
      grid-template-columns: 1fr 1fr 1fr; } }
  @media only screen and (max-width: 767px) {
    .home-select-industry-items {
      grid-template-columns: 1fr 1fr; } }
  @media only screen and (max-width: 639px) {
    .home-select-industry-items {
      grid-template-columns: 1fr; } }

.home-select-industry-items > li > a {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  transition: 0.3s ease; }

.home-select-industry-items > li > .ag-slider-link img, .home-select-industry-items > li > .ag-slider-link img {
  max-width: 3.75rem;
  max-height: 3.75rem;
  width: 100%;
  height: 100%; }

.home-select-industry-items > li > .ag-slider-link, .home-select-industry-items > li > .ag-slider-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 5px solid transparent;
  transition: border .3s ease-in-out; }
  .home-select-industry-items > li > .ag-slider-link:hover, .home-select-industry-items > li > .ag-slider-link:hover {
    border: 5px solid #76bd1d; }

.home-select-industry-items > li > a .home-select-industry-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  height: 40px; }

.home-select-industry-items > li > a .home-select-industry-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  color: #282828;
  transition: 0.3s ease;
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  height: 40px;
  line-height: 1.5;
  max-width: 220px; }

.home-select-industry::before {
  content: '';
  position: absolute;
  top: 147px;
  left: 0;
  border-bottom: 1px solid #dbdbdb;
  width: 100%;
  height: 67px;
  background: #ededed; }
  @media only screen and (max-width: 1200px) {
    .home-select-industry::before {
      display: none; } }

.home-select-industry {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px; }

.home-select-industry-bottom {
  margin-top: 20px; }
  .home-select-industry-bottom .uk-slider {
    position: relative;
    top: 10px; }

.home-select-industry-items > li {
  flex: 1; }

.home-select-industry-items > li > a {
  border: 5px solid rgba(0, 0, 0, 0);
  padding: 25px 10px; }

@media only screen and (min-width: 1024px) {
  .home-select-industry-items > li > a {
    border: 5px solid rgba(0, 0, 0, 0); }
  .home-select-industry-top {
    height: 67px !important; } }

body .uk-container-small {
  max-width: 950px; }

.manufacturers-slider {
  margin-top: 50px; }

@media (max-width: 639.98px) {
  .manufacturers-slider {
    margin-top: 25px; } }

@media (max-width: 639.98px) {
  .manufacturers-slider-nav {
    display: none; } }

.manufacturers-slider-container {
  position: relative;
  box-sizing: border-box;
  padding: 0 75px; }

@media (max-width: 639.98px) {
  .manufacturers-slider-container {
    padding: 0; } }

.manufacturers-slider-item {
  position: relative;
  height: 85px; }

.manufacturers-slider-item.uk-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 1px;
  height: 100%;
  background: #dbdbdb; }

.manufacturers-slider-item a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%; }

.manufacturers-slider-item a:hover img {
  filter: grayscale(0); }

.manufacturers-slider-item a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 50%;
  max-height: 80%;
  filter: grayscale(100%);
  transition: 0.3s ease; }

@media (max-width: 959.98px) {
  .manufacturers-slider-item a img {
    max-width: 60%; } }

.manufacturers-slider-dotnav {
  margin-top: 40px; }

@media (max-width: 959.98px) {
  .manufacturers-slider-dotnav {
    margin-top: 25px; } }

.manufacturers-slider-dotnav > li.uk-active > a {
  background: #76bd1d; }

.manufacturers-slider-dotnav > li > a {
  border: none;
  background: #dbdbdb; }

.manufacturers-switcher {
  position: relative; }

.manufacturers-switcher::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - (100% - 1230px) / 2);
  height: 1px;
  background: #dbdbdb; }

@media (max-width: 1309.98px) {
  .manufacturers-switcher::after {
    width: 100%; } }

.manufacturers-header {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px; }

@media (max-width: 639.98px) {
  .manufacturers-header {
    margin-top: 25px; } }

.manufacturers-header-logo {
  flex-basis: 40%;
  max-width: 40%;
  display: flex;
  justify-content: center;
  align-items: center; }

.manufacturers-header-logo img {
  max-width: 250px;
  max-height: 200px; }

@media (max-width: 959.98px) {
  .manufacturers-header-logo {
    flex-basis: 100%;
    max-width: 100%;
    max-height: 100px; }
  .manufacturers-header-logo img {
    max-height: 100px; } }

.manufacturers-header-info {
  flex-basis: 60%;
  max-width: 60%;
  box-sizing: border-box;
  padding-left: 30px; }

@media (max-width: 959.98px) {
  .manufacturers-header-info {
    flex-basis: 100%;
    max-width: 100%;
    margin-top: 25px;
    padding-left: 0; } }

.manufacturers-header-info-title .header {
  font-size: 1.25rem; }

@media (max-width: 1800px) {
  .manufacturers-header-info-title .header {
    font-size: calc(1.05rem + 0.17778vw); } }

.manufacturers-header-info > *:last-child {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 25px; }

.manufacturers-main {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px; }

.manufacturers-main-gallery-container {
  flex-basis: 40%;
  max-width: 40%; }

@media (max-width: 959.98px) {
  .manufacturers-main-gallery-container {
    order: 1;
    flex-basis: 100%;
    max-width: 100%;
    margin-top: 25px; } }

.manufacturers-main-gallery {
  display: flex;
  flex-wrap: wrap;
  margin-top: -10px;
  margin-left: -10px; }

.manufacturers-main-gallery > li {
  flex-basis: 25%;
  max-width: 25%;
  box-sizing: border-box;
  padding-top: 10px;
  padding-left: 10px; }

@media (min-width: 960px) and (max-width: 1199.98px) {
  .manufacturers-main-gallery > li {
    flex-basis: 33.33%;
    max-width: 33.33%; } }

@media (max-width: 639.98px) {
  .manufacturers-main-gallery > li {
    flex-basis: 33.33%;
    max-width: 33.33%; } }

@media (max-width: 359.98px) {
  .manufacturers-main-gallery > li {
    flex-basis: 50%;
    max-width: 50%; } }

@media (min-width: 960px) {
  .manufacturers-main-gallery > li:first-child {
    flex-basis: 100%;
    max-width: 100%; } }

.manufacturers-main-gallery > li > a {
  display: block;
  position: relative; }

.manufacturers-main-gallery > li > a::before {
  content: "";
  display: block;
  padding-top: 85%; }

.manufacturers-main-gallery > li > a > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.manufacturers-main-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 25px; }

.manufacturers-main-description {
  flex-basis: 60%;
  max-width: 60%;
  box-sizing: border-box;
  padding-left: 30px; }

@media (max-width: 959.98px) {
  .manufacturers-main-description {
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 0; } }

.ag-banner-box {
  height: 25vh; }

.ag-main-bg .ag-banner-box {
  min-height: 120px;
  height: auto; }

.ag-banner-title {
  font-size: 1.5rem;
  color: white;
  font-weight: 600;
  position: relative;
  top: 2.5rem; }

.ag-dedicated-areas {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 5rem;
  margin-top: 3.75rem;
  padding-bottom: 5rem; }
  @media only screen and (max-width: 1200px) {
    .ag-dedicated-areas {
      grid-template-columns: 1fr 1fr;
      gap: 2.5rem; } }
  @media only screen and (max-width: 959px) {
    .ag-dedicated-areas {
      grid-template-columns: 1fr; } }
  @media only screen and (max-width: 767px) {
    .ag-dedicated-areas {
      margin-top: 2.5rem; } }

.ag-dedicated-areas svg {
  margin-right: 1.25rem;
  width: 32px;
  height: 25px; }

.ag-dedicated-areas p {
  color: #282828;
  line-height: 1.4;
  font-size: 1rem; }
  .ag-dedicated-areas p a {
    color: #DB377D; }
    .ag-dedicated-areas p a:hover {
      text-decoration: underline; }

.ag-dedicated-areas ul {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem; }
  .ag-dedicated-areas ul li {
    line-height: 1.4;
    text-align: left;
    color: black;
    margin-bottom: 0.625rem;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    color: #282828;
    line-height: 1.4;
    font-size: 1rem; }
    .ag-dedicated-areas ul li:before {
      content: '';
      background: #76bd1d;
      min-width: 0.5rem;
      max-height: 0.5rem;
      max-width: 0.5rem;
      min-height: 0.5rem;
      border-radius: 50%;
      display: block;
      margin-right: 1.25rem;
      top: 0.3125rem;
      position: relative; }

.ag-dedicated-areas .ag-aside-contact {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end; }
  @media only screen and (max-width: 959px) {
    .ag-dedicated-areas .ag-aside-contact {
      margin-top: 2.5rem; } }
  .ag-dedicated-areas .ag-aside-contact__header {
    font-size: 1.625rem;
    line-height: 1.2;
    width: 100%;
    text-align: right; }
    .ag-dedicated-areas .ag-aside-contact__header span {
      color: #76bd1d; }
  .ag-dedicated-areas .ag-aside-contact__small {
    text-align: right;
    font-weight: 700;
    margin-top: 1.875rem;
    display: inline-block; }
    .ag-dedicated-areas .ag-aside-contact__small:before {
      content: '';
      display: block;
      background: #c6c6c6;
      height: 0.0625rem;
      width: 100%;
      position: relative;
      top: -0.9375rem; }

.ag-contact-functional {
  width: 100%;
  margin-top: 1.25rem;
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  .ag-contact-functional a {
    margin-left: 1.25rem; }
    @media only screen and (max-width: 575px) {
      .ag-contact-functional a {
        margin-left: 1.25rem; } }
  .ag-contact-functional__phone {
    background: #76bd1d;
    border: 1px solid #76bd1d;
    color: #fff;
    padding: 0 1.25rem;
    height: 3.125rem;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 575px) {
      .ag-contact-functional__phone {
        margin-top: 0; } }
    .ag-contact-functional__phone:hover {
      background: #76bd1d;
      color: #fff;
      border: 1px solid #76bd1d; }
    .ag-contact-functional__phone:focus {
      background: #3b3b3b;
      border: 1px solid #3b3b3b; }
  .ag-contact-functional__mail {
    color: #76bd1d;
    text-decoration: underline;
    transition: color .3s ease-in-out;
    position: relative;
    top: 0.9375rem; }
    .ag-contact-functional__mail:hover {
      color: #db377d; }
    @media only screen and (max-width: 575px) {
      .ag-contact-functional__mail {
        top: 0; } }
  @media only screen and (max-width: 575px) {
    .ag-contact-functional {
      flex-direction: column;
      justify-content: center;
      align-items: flex-end; } }

@media only screen and (max-width: 575px) {
  .ag-contact-functional-info {
    margin-top: 1.125rem;
    width: 100%; } }

.ag-contact-functional-info .ag-contact-para {
  margin-left: 1.25rem;
  margin-bottom: 0.625rem; }

/*# sourceMappingURL=style.css.map */
