@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: #2d2d2d;
  color: #fff; }
/*
 * 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-decoration: none; }
/* 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: #262728; }
/*
 * Emphasize
 */
em {
  color: #f0506e; }
/*
 * Insert
 */
ins {
  background: #ffd;
  color: #fff;
  text-decoration: none; }
/*
 * Mark
 */
mark {
  background: #ffd;
  color: #fff; }
/*
 * 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: #f2f2f2;
  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; }
@media (max-width: 767px) {
    h1, .uk-h1 {
      font-size: 1.4rem; } }
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: #f2f2f2; }
/* 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: #fff; }
blockquote footer::before {
    content: "\2014   "; }
/* Preformatted text
 ========================================================================== */
/*
 * 1. Contain overflow in all browsers.
 */
pre {
  font: 0.875rem / 1.5 Consolas, monaco, monospace;
  color: #fff;
  -moz-tab-size: 4;
  tab-size: 4;
  /* 1 */
  overflow: auto;
  padding: 10px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  background: #2d2d2d; }
pre code {
  font-family: Consolas, monaco, monospace; }
/* Selection pseudo-element
 ========================================================================== */
::selection {
  background: #39f;
  color: #2d2d2d;
  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; }
:root {
  --spacing-size: 2px; }
.my-page__mark-accent {
  background: transparent !important;
  color: #D1E74D !important; }
dt {
  font-weight: initial; }
/* ========================================================================
   Component: Link
 ========================================================================== */
/* Muted
 ========================================================================== */
a.uk-link-muted,
.uk-link-muted a {
  color: #828282; }
a.uk-link-muted:hover,
.uk-link-muted a:hover,
.uk-link-toggle:hover .uk-link-muted,
.uk-link-toggle:focus .uk-link-muted {
  color: #fff; }
/* Text
 ========================================================================== */
a.uk-link-text,
.uk-link-text a {
  color: inherit; }
a.uk-link-text:hover,
.uk-link-text a:hover,
.uk-link-toggle:hover .uk-link-text,
.uk-link-toggle:focus .uk-link-text {
  color: #828282; }
/* Heading
 ========================================================================== */
a.uk-link-heading,
.uk-link-heading a {
  color: inherit; }
a.uk-link-heading:hover,
.uk-link-heading a:hover,
.uk-link-toggle:hover .uk-link-heading,
.uk-link-toggle:focus .uk-link-heading {
  color: #444242;
  text-decoration: none; }
/* Reset
 ========================================================================== */
/*
 * `!important` needed to override inverse component
 */
a.uk-link-reset,
.uk-link-reset a {
  color: inherit !important;
  text-decoration: none !important; }
/* Toggle
 ========================================================================== */
.uk-link-toggle {
  color: inherit !important;
  text-decoration: none !important; }
.uk-link-toggle:focus {
  outline: none; }
/* ========================================================================
   Component: Heading
 ========================================================================== */
.uk-heading-small {
  font-size: 2.6rem;
  line-height: 1.2; }
.uk-heading-medium {
  font-size: 2.8875rem;
  line-height: 1.1; }
.uk-heading-large {
  font-size: 3.4rem;
  line-height: 1.1; }
.uk-heading-xlarge {
  font-size: 4rem;
  line-height: 1; }
.uk-heading-2xlarge {
  font-size: 6rem;
  line-height: 1; }
/* Tablet Landscape and bigger */
@media (min-width: 960px) {
  .uk-heading-small {
    font-size: 3.25rem; }
  .uk-heading-medium {
    font-size: 3.5rem; }
  .uk-heading-large {
    font-size: 4rem; }
  .uk-heading-xlarge {
    font-size: 6rem; }
  .uk-heading-2xlarge {
    font-size: 8rem; } }
/* Laptop and bigger */
@media (min-width: 1200px) {
  .uk-heading-medium {
    font-size: 4rem; }
  .uk-heading-large {
    font-size: 6rem; }
  .uk-heading-xlarge {
    font-size: 8rem; }
  .uk-heading-2xlarge {
    font-size: 11rem; } }
/* Primary
   Deprecated: Use `uk-heading-medium` instead
 ========================================================================== */
/* Tablet landscape and bigger */
/* Desktop and bigger */
/* Hero
   Deprecated: Use `uk-heading-xlarge` instead
 ========================================================================== */
/* Tablet landscape and bigger */
/* Desktop and bigger */
/* Divider
 ========================================================================== */
.uk-heading-divider {
  padding-bottom: calc(5px + 0.1em);
  border-bottom: calc(0.2px + 0.05em) solid #e5e5e5; }
/* Bullet
 ========================================================================== */
.uk-heading-bullet {
  position: relative; }
/*
 * 1. Using `inline-block` to make it work with text alignment
 * 2. Center vertically
 * 3. Style
 */
.uk-heading-bullet::before {
  content: "";
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  top: calc(-0.1 * 1em);
  vertical-align: middle;
  /* 3 */
  height: calc(4px + 0.7em);
  margin-right: calc(5px + 0.2em);
  border-left: calc(5px + 0.1em) solid #e5e5e5; }
/* Line
 ========================================================================== */
/*
 * Clip the child element
 */
.uk-heading-line {
  overflow: hidden; }
/*
 * Extra markup is needed to make it work with text align
 */
.uk-heading-line > * {
  display: inline-block;
  position: relative; }
/*
 * 1. Center vertically
 * 2. Make the element as large as possible. It's clipped by the container.
 * 3. Style
 */
.uk-heading-line > ::before,
.uk-heading-line > ::after {
  content: "";
  /* 1 */
  position: absolute;
  top: calc(50% - (calc(0.2px + 0.05em) / 2));
  /* 2 */
  width: 2000px;
  /* 3 */
  border-bottom: calc(0.2px + 0.05em) solid #e5e5e5; }
.uk-heading-line > ::before {
  right: 100%;
  margin-right: calc(5px + 0.3em); }
.uk-heading-line > ::after {
  left: 100%;
  margin-left: calc(5px + 0.3em); }
.uk-heading-line {
  color: #fff;
  text-shadow: 0px 0px 14px #FFA500 , 0px 0px 4px #FFA500;
  margin-bottom: 20px; }
@media (min-width: 640px) {
    .uk-heading-line {
      margin-bottom: 40px; } }
.uk-heading-line span:after, .uk-heading-line span:before {
    border-color: #FFA500;
    box-shadow: 0 0 14px #FFA500 , 0 0 4px #FFA500;
    border-radius: 5px; }
/* ========================================================================
   Component: Divider
 ========================================================================== */
/*
 * 1. Reset default `hr`
 * 2. Set margin if a `div` is used for semantical reason
 */
[class*='uk-divider'] {
  /* 1 */
  border: none;
  /* 2 */
  margin-bottom: 20px; }
/* Add margin if adjacent element */
* + [class*='uk-divider'] {
  margin-top: 20px; }
/* Icon
 ========================================================================== */
.uk-divider-icon {
  position: relative;
  height: 20px;
  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%22%23e5e5e5%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");
  background-repeat: no-repeat;
  background-position: 50% 50%; }
.uk-divider-icon::before,
.uk-divider-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  max-width: calc(50% - (50px / 2));
  border-bottom: 1px solid #e5e5e5; }
.uk-divider-icon::before {
  right: calc(50% + (50px / 2));
  width: 100%; }
.uk-divider-icon::after {
  left: calc(50% + (50px / 2));
  width: 100%; }
/* Small
 ========================================================================== */
/*
 * 1. Fix height because of `inline-block`
 * 2. Using ::after and inline-block to make `text-align` work
 */
/* 1 */
.uk-divider-small {
  line-height: 0; }
/* 2 */
.uk-divider-small::after {
  content: "";
  display: inline-block;
  width: 100px;
  max-width: 100%;
  border-top: 1px solid #e5e5e5;
  vertical-align: top;
  width: 100%;
  border-color: rgba(255, 255, 255, 0.5); }
/* Vertical
 ========================================================================== */
.uk-divider-vertical {
  width: 1px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  border-left: 1px solid #e5e5e5; }
[class*='uk-divider'] {
  margin-top: 0;
  margin-bottom: 0; }
/* ========================================================================
   Component: List
 ========================================================================== */
.uk-list {
  padding: 0;
  list-style: none; }
/*
 * Remove margin from the last-child
 */
.uk-list > * > :last-child {
  margin-bottom: 0; }
/*
 * Style
 */
.uk-list > :nth-child(n+2),
.uk-list > * > ul {
  margin-top: 10px; }
/* Marker modifiers
 * Moving `::marker` inside `::before` to style it differently
 * To style the `::marker` is currently only supported in Firefox and Safari
 ========================================================================== */
.uk-list-disc > *,
.uk-list-circle > *,
.uk-list-square > *,
.uk-list-decimal > *,
.uk-list-hyphen > * {
  padding-left: 30px; }
/*
 * Type modifiers
 */
.uk-list-decimal {
  counter-reset: decimal; }
.uk-list-decimal > * {
  counter-increment: decimal; }
[class*='uk-list'] > ::before {
  content: '';
  position: relative;
  left: -30px;
  width: 30px;
  height: 1.5em;
  margin-bottom: -1.5em;
  display: list-item;
  list-style-position: inside;
  text-align: right; }
.uk-list-disc > ::before {
  list-style-type: disc; }
.uk-list-circle > ::before {
  list-style-type: circle; }
.uk-list-square > ::before {
  list-style-type: square; }
.uk-list-decimal > ::before {
  content: counter(decimal, decimal) "\200A.\A0"; }
.uk-list-hyphen > ::before {
  content: '\2013\A0\A0'; }
/*
 * Color modifiers
 */
.uk-list-muted > ::before {
  color: #828282 !important; }
.uk-list-emphasis > ::before {
  color: #f2f2f2 !important; }
.uk-list-primary > ::before {
  color: #444242 !important; }
.uk-list-secondary > ::before {
  color: #ffffff !important; }
/* Image bullet modifier
 ========================================================================== */
.uk-list-bullet > * {
  padding-left: 30px; }
.uk-list-bullet > ::before {
  content: "";
  position: relative;
  left: -30px;
  width: 30px;
  height: 1.5em;
  margin-bottom: -1.5em;
  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%22%23fff%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%; }
/* Style modifiers
 ========================================================================== */
/*
 * Divider
 */
.uk-list-divider > :nth-child(n+2) {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e5e5e5; }
/*
 * Striped
 */
.uk-list-striped > * {
  padding: 10px 10px; }
.uk-list-striped > *:nth-of-type(odd) {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5; }
.uk-list-striped > :nth-of-type(odd) {
  background: #262728; }
.uk-list-striped > :nth-child(n+2) {
  margin-top: 0; }
/* Size modifier
 ========================================================================== */
.uk-list-large > :nth-child(n+2),
.uk-list-large > * > ul {
  margin-top: 20px; }
.uk-list-collapse > :nth-child(n+2),
.uk-list-collapse > * > ul {
  margin-top: 0; }
/*
 * Divider
 */
.uk-list-large.uk-list-divider > :nth-child(n+2) {
  margin-top: 20px;
  padding-top: 20px; }
.uk-list-collapse.uk-list-divider > :nth-child(n+2) {
  margin-top: 0;
  padding-top: 0; }
/*
 * Striped
 */
.uk-list-large.uk-list-striped > * {
  padding: 20px 10px; }
.uk-list-collapse.uk-list-striped > * {
  padding-top: 0;
  padding-bottom: 0; }
.uk-list-large.uk-list-striped > :nth-child(n+2),
.uk-list-collapse.uk-list-striped > :nth-child(n+2) {
  margin-top: 0; }
/* ========================================================================
   Component: Description list
 ========================================================================== */
/*
 * Term
 */
.uk-description-list > dt {
  color: #f2f2f2;
  font-size: 0.875rem;
  font-weight: normal;
  text-transform: uppercase; }
.uk-description-list > dt:nth-child(n+2) {
  margin-top: 20px; }
/*
 * Description
 */
/* Style modifier
 ========================================================================== */
/*
 * Line
 */
.uk-description-list-divider > dt:nth-child(n+2) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5; }
/* ========================================================================
   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; }
.uk-table .uk-table-danger {
    color: #FF3838; }
.uk-table .uk-table-primary {
    color: #FF9A41; }
.uk-table .uk-table-success {
    color: #0ADC62; }
.uk-table .uk-table-warning {
    color: #FED700; }
.uk-table .uk-table-warning-mute {
    color: #D1E74D; }
/* 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: #828282;
  background-color: #262728;
  color: #b4b4b4;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  padding: 20px 10px;
  vertical-align: middle; }
/* Cell
 ========================================================================== */
.uk-table td {
  padding: 16px 12px;
  vertical-align: top;
  padding: 20px 10px;
  background-color: #444242;
  vertical-align: middle; }
@media (max-width: 959px) {
    .uk-table td {
      display: flex;
      align-items: center; }
      .uk-table td:before {
        content: attr(data-title);
        display: block;
        font-weight: 700;
        margin-right: 10px;
        width: 40%;
        text-align: left; } }
/*
 * 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: #828282; }
/* 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: #262728;
  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: #828282; }
.uk-icon-link:hover,
.uk-icon-link:focus {
  color: #fff;
  outline: none; }
/* OnClick + Active */
.uk-icon-link:active,
.uk-active > .uk-icon-link {
  color: #f2f2f2; }
/*
 * Button
 * 1. Center icon vertically and horizontally
 */
.uk-icon-button {
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  border-radius: 500px;
  background: #262728;
  color: #828282;
  vertical-align: middle;
  /* 1 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  color: #fff; }
@media (min-width: 960px) {
    .uk-icon-button {
      width: 32px;
      height: 32px; } }
/* Hover + Focus */
.uk-icon-button:hover,
.uk-icon-button:focus {
  background-color: #1a1a1b;
  color: #fff;
  outline: none;
  background-color: initial; }
.uk-icon-button:hover.uk-icon-social,
  .uk-icon-button:focus.uk-icon-social {
    box-shadow: 0 0 20px #39C446; }
.uk-icon-button:hover.uk-icon-social svg,
    .uk-icon-button:focus.uk-icon-social svg {
      border-radius: 50%;
      overflow: hidden;
      background: radial-gradient(50% 50% at 50% 50%, #39C446 0%, #2D2D2D 100%); }
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #0d0e0e;
  color: #fff;
  background-color: initial; }
.uk-icon-button:active.uk-icon-social,
  .uk-active > .uk-icon-button.uk-icon-social {
    box-shadow: 0 0 20px #39C446; }
.uk-icon-button:active.uk-icon-social svg,
    .uk-active > .uk-icon-button.uk-icon-social svg {
      border-radius: 50%;
      overflow: hidden;
      background: radial-gradient(50% 50% at 50% 50%, #39C446 0%, #2D2D2D 100%); }
.uk-icon-gradient {
  background: linear-gradient(180deg, #39C446 0%, rgba(125, 17, 17, 0) 100%); }
.uk-icon-social {
  background-color: transparent;
  width: 32px;
  height: 32px; }
/* ========================================================================
   Component: Form Range
 ========================================================================== */
/*
 * 1. Normalize and defaults
 * 2. Prevent content overflow if a fixed width is used
 * 3. Take the full width
 * 4. Remove default style
 * 5. Remove white background in Chrome
 * 6. Remove padding in IE11
 */
.uk-range {
  /* 1 */
  box-sizing: border-box;
  margin: 0;
  vertical-align: middle;
  /* 2 */
  max-width: 100%;
  /* 3 */
  width: 100%;
  /* 4 */
  -webkit-appearance: none;
  /* 5 */
  background: transparent;
  /* 6 */
  padding: 0; }
/* Focus */
.uk-range:focus {
  outline: none; }
.uk-range::-moz-focus-outer {
  border: none; }
/* IE11 Reset */
.uk-range::-ms-track {
  height: 15px;
  background: transparent;
  border-color: transparent;
  color: transparent; }
/*
 * Improves consistency of cursor style for clickable elements
 */
.uk-range:not(:disabled)::-webkit-slider-thumb {
  cursor: pointer; }
.uk-range:not(:disabled)::-moz-range-thumb {
  cursor: pointer; }
.uk-range:not(:disabled)::-ms-thumb {
  cursor: pointer; }
/* Thumb
 ========================================================================== */
/*
 * 1. Reset
 * 2. Style
 */
/* Webkit */
.uk-range::-webkit-slider-thumb {
  /* 1 */
  -webkit-appearance: none;
  margin-top: -7px;
  /* 2 */
  height: 15px;
  width: 15px;
  border-radius: 500px;
  background: #2d2d2d;
  border: 1px solid #cccccc; }
/* Firefox */
.uk-range::-moz-range-thumb {
  /* 1 */
  border: none;
  /* 2 */
  height: 15px;
  width: 15px;
  border-radius: 500px;
  background: #2d2d2d;
  border: 1px solid #cccccc; }
/* Edge */
.uk-range::-ms-thumb {
  /* 1 */
  margin-top: 0; }
/* IE11 */
.uk-range::-ms-thumb {
  /* 1 */
  border: none;
  /* 2 */
  height: 15px;
  width: 15px;
  border-radius: 500px;
  background: #2d2d2d;
  border: 1px solid #cccccc; }
/* Edge + IE11 */
.uk-range::-ms-tooltip {
  display: none; }
/* Track
 ========================================================================== */
/*
 * 1. Safari doesn't have a focus state. Using active instead.
 */
/* Webkit */
.uk-range::-webkit-slider-runnable-track {
  height: 3px;
  background: #1a1a1b;
  border-radius: 500px; }
.uk-range:focus::-webkit-slider-runnable-track,
.uk-range:active::-webkit-slider-runnable-track {
  background: #0d0e0e; }
/* Firefox */
.uk-range::-moz-range-track {
  height: 3px;
  background: #1a1a1b;
  border-radius: 500px; }
.uk-range:focus::-moz-range-track {
  background: #0d0e0e; }
/* Edge */
.uk-range::-ms-fill-lower,
.uk-range::-ms-fill-upper {
  height: 3px;
  background: #1a1a1b;
  border-radius: 500px; }
.uk-range:focus::-ms-fill-lower,
.uk-range:focus::-ms-fill-upper {
  background: #0d0e0e; }
/* ========================================================================
   Component: Form
 ========================================================================== */
/*
 * 1. Define consistent box sizing.
 *    Default is `content-box` with following exceptions set to `border-box`
 *    `select`, `input[type="checkbox"]` and `input[type="radio"]`
 *    `input[type="search"]` in Chrome, Safari and Opera
 *    `input[type="color"]` in Firefox
 * 2. Address margins set differently in Firefox/IE and Chrome/Safari/Opera.
 * 3. Remove `border-radius` in iOS.
 * 4. Change font properties to `inherit` in all browsers.
 */
.uk-input,
.uk-select,
.uk-textarea,
.uk-radio,
.uk-checkbox {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  margin: 0;
  /* 3 */
  border-radius: 0;
  /* 4 */
  font: inherit; }
/*
 * Show the overflow in Edge.
 */
.uk-input {
  overflow: visible; }
/*
 * Remove the inheritance of text transform in Firefox.
 */
.uk-select {
  text-transform: none; }
/*
 * 1. Change font properties to `inherit` in all browsers
 * 2. Don't inherit the `font-weight` and use `bold` instead.
 * NOTE: Both declarations don't work in Chrome, Safari and Opera.
 */
.uk-select optgroup {
  /* 1 */
  font: inherit;
  /* 2 */
  font-weight: bold; }
/*
 * Remove the default vertical scrollbar in IE 10+.
 */
.uk-textarea {
  overflow: auto; }
/*
 * Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X.
 */
.uk-input[type="search"]::-webkit-search-cancel-button,
.uk-input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }
/*
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
.uk-input[type="number"]::-webkit-inner-spin-button,
.uk-input[type="number"]::-webkit-outer-spin-button {
  height: auto; }
/*
 * Removes placeholder transparency in Firefox.
 */
.uk-input::-moz-placeholder,
.uk-textarea::-moz-placeholder {
  opacity: 1; }
/*
 * Improves consistency of cursor style for clickable elements
 */
.uk-radio:not(:disabled),
.uk-checkbox:not(:disabled) {
  cursor: pointer; }
/*
 * Define consistent border, margin, and padding.
 */
.uk-fieldset {
  border: none;
  margin: 0;
  padding: 0; }
/* Input, select and textarea
 * Allowed: `text`, `password`, `datetime`, `datetime-local`, `date`,  `month`,
            `time`, `week`, `number`, `email`, `url`, `search`, `tel`, `color`
 * Disallowed: `range`, `radio`, `checkbox`, `file`, `submit`, `reset` and `image`
 ========================================================================== */
/*
 * Remove default style in iOS.
 */
.uk-input,
.uk-textarea {
  -webkit-appearance: none; }
/*
 * 1. Prevent content overflow if a fixed width is used
 * 2. Take the full width
 * 3. Reset default
 * 4. Style
 */
.uk-input,
.uk-select,
.uk-textarea {
  /* 1 */
  max-width: 100%;
  /* 2 */
  width: 100%;
  /* 3 */
  border: 0 none;
  /* 4 */
  padding: 0 10px;
  background: #2d2d2d;
  color: #fff;
  border: 1px solid transparent;
  background-color: #444242; }
/*
 * Single-line
 * 1. Allow any element to look like an `input` or `select` element
 * 2. Make sure line-height is not larger than height
 *    Also needed to center the text vertically
 */
.uk-input,
.uk-select:not([multiple]):not([size]) {
  height: 40px;
  vertical-align: middle;
  /* 1 */
  display: inline-block; }
/* 2 */
.uk-input:not(input),
.uk-select:not(select) {
  line-height: 38px; }
/*
 * Multi-line
 */
.uk-select[multiple],
.uk-select[size],
.uk-textarea {
  padding-top: 6px;
  padding-bottom: 6px;
  vertical-align: top; }
.uk-select[multiple],
.uk-select[size] {
  resize: vertical; }
/* Focus */
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  outline: none;
  background-color: #2d2d2d;
  color: #fff;
  border-color: #fff;
  background-color: #444242; }
/* Disabled */
.uk-input:disabled,
.uk-select:disabled,
.uk-textarea:disabled {
  background-color: #262728;
  color: #828282;
  background-color: #1F2122;
  border-color: transparent; }
/*
 * Placeholder
 */
.uk-input::-ms-input-placeholder {
  color: #828282 !important; }
.uk-input::placeholder {
  color: #828282; }
.uk-textarea::-ms-input-placeholder {
  color: #828282 !important; }
.uk-textarea::placeholder {
  color: #828282; }
/* Style modifier (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */
/*
 * Small
 */
.uk-form-small {
  font-size: 0.875rem; }
/* Single-line */
.uk-form-small:not(textarea):not([multiple]):not([size]) {
  height: 30px;
  padding-left: 8px;
  padding-right: 8px; }
/* Multi-line */
textarea.uk-form-small,
[multiple].uk-form-small,
[size].uk-form-small {
  padding: 5px 8px; }
.uk-form-small:not(select):not(input):not(textarea) {
  line-height: 28px; }
/*
 * Large
 */
.uk-form-large {
  font-size: 1.25rem; }
/* Single-line */
.uk-form-large:not(textarea):not([multiple]):not([size]) {
  height: 55px;
  padding-left: 12px;
  padding-right: 12px; }
/* Multi-line */
textarea.uk-form-large,
[multiple].uk-form-large,
[size].uk-form-large {
  padding: 7px 12px; }
.uk-form-large:not(select):not(input):not(textarea) {
  line-height: 53px; }
/* Style modifier (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */
/*
 * Error
 */
.uk-form-danger,
.uk-form-danger:focus {
  color: #f0506e;
  border-color: #FF647C; }
/*
 * Success
 */
.uk-form-success,
.uk-form-success:focus {
  color: #32d296;
  border-color: #4CA456; }
/*
 * Blank
 */
.uk-form-blank {
  background: none;
  border-color: transparent; }
.uk-form-blank:focus {
  border-color: #e5e5e5;
  border-style: dashed; }
/* Width modifiers (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */
/*
 * Fixed widths
 * Different widths for mini sized `input` and `select` elements
 */
input.uk-form-width-xsmall {
  width: 50px; }
select.uk-form-width-xsmall {
  width: 75px; }
.uk-form-width-small {
  width: 130px; }
.uk-form-width-medium {
  width: 200px; }
.uk-form-width-large {
  width: 500px; }
/* Select
 ========================================================================== */
/*
 * 1. Remove default style. Also works in Firefox
 * 2. Style
 * 3. Remove default style in IE 10/11
 * 4. Set `color` for options in the select dropdown, because the inherited `color` might be too light.
 */
.uk-select:not([multiple]):not([size]) {
  /* 1 */
  -webkit-appearance: none;
  -moz-appearance: none;
  /* 2 */
  padding-right: 20px;
  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%22%23fff%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: 100% 50%; }
/* 3 */
.uk-select:not([multiple]):not([size])::-ms-expand {
  display: none; }
/* 4 */
.uk-select:not([multiple]):not([size]) option {
  color: #fff; }
/*
 * Disabled
 */
.uk-select:not([multiple]):not([size]):disabled {
  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%22%23828282%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23828282%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A"); }
/* Datalist
 ========================================================================== */
/*
 * 1. Remove default style in Chrome
 */
.uk-input[list] {
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: 100% 50%; }
.uk-input[list]:hover,
.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%22%23fff%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A"); }
/* 1 */
.uk-input[list]::-webkit-calendar-picker-indicator {
  display: none !important; }
/* Radio and checkbox
 * Note: Does not work in IE11
 ========================================================================== */
/*
 * 1. Style
 * 2. Make box more robust so it clips the child element
 * 3. Vertical alignment
 * 4. Remove default style
 * 5. Fix black background on iOS
 * 6. Center icons
 */
.uk-radio,
.uk-checkbox {
  /* 1 */
  display: inline-block;
  height: 16px;
  width: 16px;
  /* 2 */
  overflow: hidden;
  /* 3 */
  margin-top: -4px;
  vertical-align: middle;
  /* 4 */
  -webkit-appearance: none;
  -moz-appearance: none;
  /* 5 */
  background-color: transparent;
  /* 6 */
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 2px solid #fff;
  background-color: #292929;
  border-radius: 2px; }
.uk-radio {
  border-radius: 50%; }
/* Focus */
.uk-radio:focus,
.uk-checkbox:focus {
  background-color: rgba(0, 0, 0, 0);
  outline: none;
  border: 2px solid #fff;
  background-color: #292929; }
/*
 * Checked
 */
.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
  background-color: #444242;
  border-color: #ff862f;
  background-color: #ff862f; }
/* Focus */
.uk-radio:checked:focus,
.uk-checkbox:checked:focus,
.uk-checkbox:indeterminate:focus {
  background-color: #2a2929;
  border: 2px solid #ff862f;
  background-color: #ff862f; }
/*
 * Icons
 */
.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%232d2d2d%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E"); }
.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%232d2d2d%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-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%232d2d2d%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E"); }
/*
 * Disabled
 */
.uk-radio:disabled,
.uk-checkbox:disabled {
  background-color: #262728;
  opacity: .5; }
.uk-radio:disabled: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%23828282%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E"); }
.uk-checkbox:disabled: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%23828282%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-checkbox:disabled: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%23828282%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E"); }
/* Legend
 ========================================================================== */
/*
 * Legend
 * 1. Behave like block element
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove padding so people aren't caught out if they zero out fieldsets.
 * 4. Style
 */
.uk-legend {
  /* 1 */
  width: 100%;
  /* 2 */
  color: inherit;
  /* 3 */
  padding: 0;
  /* 4 */
  font-size: 1.5rem;
  line-height: 1.4; }
/* Custom controls
 ========================================================================== */
/*
 * 1. Container fits its content
 * 2. Create position context
 * 3. Prevent content overflow
 * 4. Behave like most inline-block elements
 */
.uk-form-custom {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
  /* 4 */
  vertical-align: middle; }
/*
 * 1. Position and resize the form control to always cover its container
 * 2. Required for Firefox for positioning to the left
 * 3. Required for Webkit to make `height` work
 * 4. Hide controle and show cursor
 * 5. Needed for the cursor
 * 6. Clip height caused by 5. Needed for Webkit only
 */
.uk-form-custom select,
.uk-form-custom input[type="file"] {
  /* 1 */
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  /* 2 */
  left: 0;
  /* 3 */
  -webkit-appearance: none;
  /* 4 */
  opacity: 0;
  cursor: pointer; }
.uk-form-custom input[type="file"] {
  /* 5 */
  font-size: 500px;
  /* 6 */
  overflow: hidden; }
/* Label
 ========================================================================== */
.uk-form-label {
  color: #f2f2f2;
  font-size: 0.875rem; }
/* Layout
 ========================================================================== */
/*
 * Stacked
 */
.uk-form-stacked .uk-form-label {
  display: block;
  margin-bottom: 5px; }
/*
 * Horizontal
 */
/* Tablet portrait and smaller */
@media (max-width: 959px) {
  /* Behave like `uk-form-stacked` */
  .uk-form-horizontal .uk-form-label {
    display: block;
    margin-bottom: 5px; } }
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-form-horizontal .uk-form-label {
    width: 200px;
    margin-top: 7px;
    float: left; }
  .uk-form-horizontal .uk-form-controls {
    margin-left: 215px; }
  /* Better vertical alignment if controls are checkboxes and radio buttons with text */
  .uk-form-horizontal .uk-form-controls-text {
    padding-top: 7px; } }
/* Icons
 ========================================================================== */
/*
 * 1. Set position
 * 2. Set width
 * 3. Center icon vertically and horizontally
 * 4. Style
 */
.uk-form-icon {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  width: 40px;
  /* 3 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  /* 4 */
  color: #828282; }
/*
 * Required for `a`.
 */
.uk-form-icon:hover {
  color: #fff; }
/*
 * Make `input` element clickable through icon, e.g. if it's a `span`
 */
.uk-form-icon:not(a):not(button):not(input) {
  pointer-events: none; }
/*
 * Input padding
 */
.uk-form-icon:not(.uk-form-icon-flip) ~ .uk-input {
  padding-left: 40px !important; }
/*
 * Position modifier
 */
.uk-form-icon-flip {
  right: 0;
  left: auto; }
.uk-form-icon-flip ~ .uk-input {
  padding-right: 40px !important; }
.uk-fieldset {
  min-width: 1px; }
.uk-select:focus {
  background-color: #444242;
  border-color: transparent; }
.uk-radio:checked {
  background-image: inherit;
  box-shadow: inset 0 0 0 2px #292929; }
/* ========================================================================
   Component: Button
 ========================================================================== */
/*
 * 1. Remove margins in Chrome, Safari and Opera.
 * 2. Remove borders for `button`.
 * 3. Address `overflow` set to `hidden` in IE.
 * 4. Correct `font` properties and `color` not being inherited for `button`.
 * 5. Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 6. Remove default style for `input type="submit"`in iOS.
 * 7. Style
 * 8. `line-height` is used to create a height because it also centers the text vertically for `a` elements.
 *    Better would be to use height and flexbox to center the text vertically but flexbox doesn't work in Firefox on `button` elements.
 * 9. Align text if button has a width
 * 10. Required for `a`.
 */
.uk-button {
  /* 1 */
  margin: 0;
  /* 2 */
  border: none;
  /* 3 */
  overflow: visible;
  /* 4 */
  font: inherit;
  color: inherit;
  /* 5 */
  text-transform: none;
  /* 6 */
  -webkit-appearance: none;
  border-radius: 0;
  /* 7 */
  display: inline-block;
  box-sizing: border-box;
  padding: 0 30px;
  vertical-align: middle;
  font-size: 0.875rem;
  /* 8 */
  line-height: 38px;
  /* 9 */
  text-align: center;
  /* 10 */
  text-decoration: none;
  border-radius: 5px; }
.uk-button:not(:disabled) {
  cursor: pointer; }
/*
 * Remove the inner border and padding in Firefox.
 */
.uk-button::-moz-focus-inner {
  border: 0;
  padding: 0; }
/* Hover */
.uk-button:hover {
  /* 9 */
  text-decoration: none; }
/* Focus */
.uk-button:focus {
  outline: none; }
/* OnClick + Active */
/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.uk-button-default {
  background-color: transparent;
  color: #f2f2f2;
  border: 1px solid #e5e5e5; }
/* Hover + Focus */
.uk-button-default:hover,
.uk-button-default:focus {
  background-color: #ffffff;
  color: #292929;
  border-color: #b2b2b2; }
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #ffffff;
  color: #292929;
  border-color: #999999; }
/*
 * Primary
 */
.uk-button-primary {
  background-color: #39C446;
  color: #ffffff;
  border: 1px solid transparent; }
/* Hover + Focus */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #39C446;
  color: #ffffff;
  box-shadow: 0 0 20px #39C446; }
/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  background-color: #39C446;
  color: #ffffff;
  box-shadow: 0 0 20px #39C446; }
/*
 * Secondary
 */
.uk-button-secondary {
  background-color: #ff862f;
  color: #292929;
  border: 1px solid transparent; }
/* Hover + Focus */
.uk-button-secondary:hover,
.uk-button-secondary:focus {
  background-color: #ff862f;
  color: #292929;
  box-shadow: 0 0 20px #ff862f; }
/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #ff862f;
  color: #292929;
  box-shadow: 0 0 20px #ff862f; }
/*
 * Danger
 */
.uk-button-danger {
  background-color: #f0506e;
  color: #ffffff;
  border: 1px solid transparent; }
/* Hover + Focus */
.uk-button-danger:hover,
.uk-button-danger:focus {
  background-color: #c62c49;
  color: #ffffff; }
/* OnClick + Active */
.uk-button-danger:active,
.uk-button-danger.uk-active {
  background-color: #c62c49;
  color: #ffffff; }
/*
 * Disabled
 * The same for all style modifiers
 */
.uk-button-default:disabled,
.uk-button-primary:disabled,
.uk-button-secondary:disabled,
.uk-button-danger:disabled {
  background-color: #444242;
  color: #ffffff;
  box-shadow: none; }
.uk-button-default:disabled {
    border-color: #444242;
    background-color: transparent; }
/* Size modifiers
 ========================================================================== */
.uk-button-small {
  padding: 0 15px;
  line-height: 20px;
  font-size: 0.875rem; }
.uk-button-large {
  padding: 0 40px;
  line-height: 53px;
  font-size: 0.875rem; }
/* Text modifiers
 ========================================================================== */
/*
 * Text
 * 1. Reset
 * 2. Style
 */
.uk-button-text {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  color: #f2f2f2;
  position: relative; }
.uk-button-text::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 100%;
    border-bottom: 1px solid #f2f2f2;
    transition: right 0.3s ease-out; }
/* Hover + Focus */
.uk-button-text:hover,
.uk-button-text:focus {
  color: #f2f2f2; }
.uk-button-text:hover::before,
  .uk-button-text:focus::before {
    right: 0; }
/* Disabled */
.uk-button-text:disabled {
  color: #828282; }
.uk-button-text:disabled::before {
    display: none; }
/*
 * Link
 * 1. Reset
 * 2. Style
 */
.uk-button-link {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  color: #f2f2f2; }
/* Hover + Focus */
.uk-button-link:hover,
.uk-button-link:focus {
  color: #1e87f0;
  text-decoration: none; }
/* Disabled */
.uk-button-link:disabled {
  color: #828282;
  text-decoration: none; }
/* Group
 ========================================================================== */
/*
 * 1. Using `flex` instead of `inline-block` to prevent whitespace betweent child elements
 * 2. Behave like button
 * 3. Create position context
 */
.uk-button-group {
  /* 1 */
  display: inline-flex;
  /* 2 */
  vertical-align: middle;
  /* 3 */
  position: relative; }
.uk-button-sign {
  font-size: 10px;
  padding-left: 3px;
  padding-right: 3px;
  border-radius: 0; }
@media (min-width: 640px) {
    .uk-button-sign {
      padding-left: 7px;
      padding-right: 7px; } }
@media (min-width: 960px) {
    .uk-button-sign {
      line-height: 53px;
      padding-left: 12px;
      padding-right: 12px;
      font-size: 1rem; } }
.uk-button-radius-0 {
  border-radius: 0; }
/* ========================================================================
   Component: Progress
 ========================================================================== */
/*
 * 1. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 * 2. Remove default style
 * 3. Behave like a block element
 * 4. Remove borders in Firefox and Edge
 * 5. Set background color for progress container in Firefox, IE11 and Edge
 * 6. Style
 */
.uk-progress {
  /* 1 */
  vertical-align: baseline;
  /* 2 */
  -webkit-appearance: none;
  -moz-appearance: none;
  /* 3 */
  display: block;
  width: 100%;
  /* 4 */
  border: 0;
  /* 5 */
  background-color: #262728;
  /* 6 */
  margin-bottom: 20px;
  height: 15px;
  border-radius: 500px;
  overflow: hidden; }
/* Add margin if adjacent element */
* + .uk-progress {
  margin-top: 20px; }
/*
 * Remove animated circles for indeterminate state in IE11 and Edge
 */
.uk-progress:indeterminate {
  color: transparent; }
/*
 * Progress container
 * 2. Remove progress bar for indeterminate state in Firefox
 */
.uk-progress::-webkit-progress-bar {
  background-color: #262728;
  border-radius: 500px;
  overflow: hidden; }
/* 2 */
.uk-progress:indeterminate::-moz-progress-bar {
  width: 0; }
/*
 * Progress bar
 * 1. Remove right border in IE11 and Edge
 */
.uk-progress::-webkit-progress-value {
  background-color: #444242;
  transition: width 0.6s ease; }
.uk-progress::-moz-progress-bar {
  background-color: #444242; }
.uk-progress::-ms-fill {
  background-color: #444242;
  transition: width 0.6s ease;
  /* 1 */
  border: 0; }
/* ========================================================================
   Component: Section
 ========================================================================== */
/*
 * 1. Make it work with `100vh` and height in general
 */
.uk-section {
  display: flow-root;
  box-sizing: border-box;
  /* 1 */
  padding-top: 40px;
  padding-bottom: 40px; }
/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-section {
    padding-top: 70px;
    padding-bottom: 70px; } }
/*
 * Remove margin from the last-child
 */
.uk-section > :last-child {
  margin-bottom: 0; }
/* Size modifiers
 ========================================================================== */
/*
 * XSmall
 */
.uk-section-xsmall {
  padding-top: 20px;
  padding-bottom: 20px; }
/*
 * Small
 */
.uk-section-small {
  padding-top: 40px;
  padding-bottom: 40px; }
/*
 * Large
 */
.uk-section-large {
  padding-top: 70px;
  padding-bottom: 70px; }
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-section-large {
    padding-top: 140px;
    padding-bottom: 140px; } }
/*
 * XLarge
 */
.uk-section-xlarge {
  padding-top: 140px;
  padding-bottom: 140px; }
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-section-xlarge {
    padding-top: 210px;
    padding-bottom: 210px; } }
/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.uk-section-default {
  background: #2d2d2d; }
/*
 * Muted
 */
.uk-section-muted {
  background: #262728; }
/*
 * Primary
 */
.uk-section-primary {
  background: #444242; }
/*
 * Secondary
 */
.uk-section-secondary {
  background: #ffffff; }
/* Overlap modifier
 ========================================================================== */
/*
 * Reserved modifier to make a section overlap another section with an border image
 * Implemented by the theme
 */
/* ========================================================================
   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 {
  display: flow-root;
  /* 1 */
  box-sizing: content-box;
  max-width: 1200px;
  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; } }
/*
 * 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: 1400px; }
.uk-container-xlarge {
  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% + (1200px / 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% + (1400px / 2) - 40px); }
  .uk-container-expand-left.uk-container-xlarge,
  .uk-container-expand-right.uk-container-xlarge {
    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: Tile
 ========================================================================== */
.uk-tile {
  display: flow-root;
  position: relative;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 40px;
  padding-bottom: 40px; }
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-tile {
    padding-left: 30px;
    padding-right: 30px; } }
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-tile {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 70px;
    padding-bottom: 70px; } }
/*
 * Remove margin from the last-child
 */
.uk-tile > :last-child {
  margin-bottom: 0; }
/* Size modifiers
 ========================================================================== */
/*
 * XSmall
 */
.uk-tile-xsmall {
  padding-top: 20px;
  padding-bottom: 20px; }
/*
 * Small
 */
.uk-tile-small {
  padding-top: 40px;
  padding-bottom: 40px; }
/*
 * Large
 */
.uk-tile-large {
  padding-top: 70px;
  padding-bottom: 70px; }
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-tile-large {
    padding-top: 140px;
    padding-bottom: 140px; } }
/*
 * XLarge
 */
.uk-tile-xlarge {
  padding-top: 140px;
  padding-bottom: 140px; }
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-tile-xlarge {
    padding-top: 210px;
    padding-bottom: 210px; } }
/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.uk-tile-default {
  background-color: #2d2d2d; }
/*
 * Muted
 */
.uk-tile-muted {
  background-color: #262728; }
/*
 * Primary
 */
.uk-tile-primary {
  background-color: #444242; }
/*
 * Secondary
 */
.uk-tile-secondary {
  background-color: #ffffff; }
/* ========================================================================
   Component: Card
 ========================================================================== */
.uk-card {
  position: relative;
  box-sizing: border-box;
  transition: box-shadow 0.1s ease-in-out; }
/* Sections
 ========================================================================== */
.uk-card-body {
  display: flow-root;
  padding: 40px 40px;
  padding: 20px;
  font-size: 0.875rem;
  line-height: 1.5; }
.uk-card-body h2, .uk-card-body h3, .uk-card-body h4, .uk-card-body h5 {
    margin-bottom: 0; }
@media (min-width: 1200px) {
    .uk-card-body {
      padding: 20px !important; } }
@media (min-width: 640px) {
    .uk-card-body p {
      font-size: 16px;
      line-height: 1.5; } }
.uk-card-header {
  display: flow-root;
  padding: 15px 30px; }
.uk-card-footer {
  display: flow-root;
  padding: 15px 30px; }
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-card-body {
    padding: 40px 40px; }
  .uk-card-header {
    padding: 20px 40px; }
  .uk-card-footer {
    padding: 20px 40px; } }
/*
 * Remove margin from the last-child
 */
.uk-card-body > :last-child,
.uk-card-header > :last-child,
.uk-card-footer > :last-child {
  margin-bottom: 0; }
/* Media
 ========================================================================== */
/*
 * Reserved alignment modifier to style the media element, e.g. with `border-radius`
 * Implemented by the theme
 */
/* Title
 ========================================================================== */
.uk-card-title {
  font-size: 2rem;
  line-height: 1.3; }
/* Badge
 ========================================================================== */
/*
 * 1. Position
 * 2. Size
 * 3. Style
 * 4. Center child vertically
 */
.uk-card-badge {
  /* 1 */
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  /* 2 */
  height: 22px;
  padding: 0 10px;
  /* 3 */
  background: #444242;
  color: #2d2d2d;
  font-size: 0.875rem;
  /* 4 */
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  border-radius: 2px;
  text-transform: uppercase; }
/*
 * Remove margin from adjacent element
 */
.uk-card-badge:first-child + * {
  margin-top: 0; }
/* Hover modifier
 ========================================================================== */
.uk-card-hover:not(.uk-card-default):not(.uk-card-primary):not(.uk-card-secondary):hover {
  background-color: #2d2d2d;
  box-shadow: 0px 0px 20px #000; }
/* Style modifiers
 ========================================================================== */
/*
 * Default
 * Note: Header and Footer are only implemented for the default style
 */
.uk-card-default {
  background-color: #2d2d2d;
  color: #fff;
  border: 1px solid transparent;
  transition: 0.1s ease-in-out;
  transition-property: border-color, box-shadow; }
.uk-card-default .uk-card-title {
  color: #fff; }
.uk-card-default.uk-card-hover:hover {
  background-color: #2d2d2d;
  border-color: #fff;
  box-shadow: 0px 0px 20px #1f2122; }
.uk-card-default .uk-card-header {
  border-bottom: 1px solid #e5e5e5; }
.uk-card-default .uk-card-footer {
  border-top: 1px solid #e5e5e5; }
/*
 * Primary
 */
.uk-card-primary {
  background-color: #444242;
  color: #fff;
  box-shadow: none; }
.uk-card-primary .uk-card-title {
  color: #fff; }
.uk-card-primary.uk-card-hover:hover {
  background-color: #444242;
  box-shadow: 0px 0px 20px #000; }
/*
 * Secondary
 */
.uk-card-secondary {
  background-color: #ffffff;
  color: #2d2d2d;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); }
.uk-card-secondary .uk-card-title {
  color: #2d2d2d; }
.uk-card-secondary.uk-card-hover:hover {
  background-color: #ffffff;
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16); }
/* Size modifier
 ========================================================================== */
/*
 * Small
 */
.uk-card-small.uk-card-body,
.uk-card-small .uk-card-body {
  padding: 20px 20px; }
.uk-card-small .uk-card-header {
  padding: 13px 20px; }
.uk-card-small .uk-card-footer {
  padding: 13px 20px; }
/*
 * Large
 */
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-card-large.uk-card-body,
  .uk-card-large .uk-card-body {
    padding: 70px 70px; }
  .uk-card-large .uk-card-header {
    padding: 35px 70px; }
  .uk-card-large .uk-card-footer {
    padding: 35px 70px; } }
.uk-card-label {
  position: absolute;
  top: 8px;
  left: 1px;
  z-index: 10;
  transform: rotate(-45deg);
  font-size: 10px;
  line-height: 10px; }
.uk-card-label:after {
    content: '';
    top: -10px;
    left: 3px;
    position: absolute;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top: 20px solid #ec2424;
    border-left: 20px solid #ec2424;
    transform-origin: 25% 25%;
    transform: rotate(45deg);
    z-index: -1; }
@media (min-width: 640px) {
    .uk-card-label {
      top: 22px;
      left: 5px;
      font-size: 20px;
      line-height: 20px; }
      .uk-card-label:after {
        top: -24px;
        left: 2px;
        border: 45px solid transparent;
        border-top: 45px solid #ec2424;
        border-left: 45px solid #ec2424; } }
/* ========================================================================
   Component: Close
 ========================================================================== */
/*
 * Adopts `uk-icon`
 */
.uk-close {
  color: #828282;
  transition: 0.1s ease-in-out;
  transition-property: color, opacity; }
/* Hover + Focus */
.uk-close:hover,
.uk-close:focus {
  color: #fff;
  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: #828282;
  transition: color 0.1s ease-in-out; }
/* Hover + Focus */
.uk-totop:hover,
.uk-totop:focus {
  color: #fff;
  outline: none; }
/* OnClick */
.uk-totop:active {
  color: #f2f2f2; }
/* ========================================================================
   Component: Marker
 ========================================================================== */
/*
 * Addopts `uk-icon`
 */
.uk-marker {
  padding: 5px;
  background: #ffffff;
  color: #2d2d2d;
  border-radius: 500px; }
/* Hover + Focus */
.uk-marker:hover,
.uk-marker:focus {
  color: #2d2d2d;
  outline: none; }
/* ========================================================================
   Component: Alert
 ========================================================================== */
.uk-alert {
  position: relative;
  margin-bottom: 20px;
  padding: 15px 29px 15px 15px;
  background: #262728;
  color: #fff; }
/* 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: #c2c1c1;
  color: #444242; }
/*
 * 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: Placeholder
 ========================================================================== */
.uk-placeholder {
  margin-bottom: 20px;
  padding: 30px 30px;
  background: transparent;
  border: 1px dashed #e5e5e5; }
/* Add margin if adjacent element */
* + .uk-placeholder {
  margin-top: 20px; }
/*
 * Remove margin from the last-child
 */
.uk-placeholder > :last-child {
  margin-bottom: 0; }
/* ========================================================================
   Component: Badge
 ========================================================================== */
/*
 * 1. Style
 * 2. Center child vertically and horizontally
 */
.uk-badge {
  box-sizing: border-box;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 500px;
  vertical-align: middle;
  /* 1 */
  background: #444242;
  color: #2d2d2d !important;
  font-size: 11px;
  /* 2 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  vertical-align: text-top;
  background: #39C446;
  color: #fff !important;
  min-width: 18px;
  height: 18px;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 3px;
  transform: translateY(-4px); }
/*
 * Required for `a`
 */
.uk-badge:hover,
.uk-badge:focus {
  text-decoration: none;
  outline: none; }
/* ========================================================================
   Component: Label
 ========================================================================== */
.uk-label {
  display: inline-block;
  padding: 0 10px;
  background: #fae67a;
  line-height: 1.5;
  font-size: 0.75rem;
  color: #444242;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center; }
/* Color modifiers
 ========================================================================== */
/*
 * Success
 */
.uk-label-success {
  background-color: #32d296;
  color: #2d2d2d; }
/*
 * Warning
 */
.uk-label-warning {
  background-color: #faa05a;
  color: #2d2d2d; }
/*
 * Danger
 */
.uk-label-danger {
  background-color: #f0506e;
  color: #2d2d2d; }
.uk-label-bet5, .uk-label-bet10, .uk-label-bet20, .uk-label-new {
  padding: 0 30px;
  line-height: 38px;
  font-size: 1rem; }
.uk-label-bet5 {
  background-color: #ff94f1;
  color: #2d2d2d; }
.uk-label-bet10 {
  background-color: #80d259;
  color: #2d2d2d; }
.uk-label-bet20 {
  background-color: #5dd0ea;
  color: #2d2d2d; }
.uk-label-new {
  background-color: #ec2424;
  color: #ffffff; }
.uk-label-outline {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff; }
/* ========================================================================
   Component: Overlay
 ========================================================================== */
.uk-overlay {
  padding: 30px 30px; }
/*
 * Remove margin from the last-child
 */
.uk-overlay > :last-child {
  margin-bottom: 0; }
/* Icon
 ========================================================================== */
/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.uk-overlay-default {
  background: rgba(45, 45, 45, 0.8); }
/*
 * Primary
 */
.uk-overlay-primary {
  background: rgba(255, 255, 255, 0.8); }
/* ========================================================================
   Component: Article
 ========================================================================== */
.uk-article {
  display: flow-root; }
/*
 * Remove margin from the last-child
 */
.uk-article > :last-child {
  margin-bottom: 0; }
/* Adjacent sibling
 ========================================================================== */
.uk-article + .uk-article {
  margin-top: 70px; }
/* Title
 ========================================================================== */
.uk-article-title {
  font-size: 2.23125rem;
  line-height: 1.2; }
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-article-title {
    font-size: 2.625rem; } }
/* Meta
 ========================================================================== */
.uk-article-meta {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #828282; }
.uk-article-meta a {
    color: #828282; }
.uk-article-meta a:hover {
    color: #fff;
    text-decoration: none; }
/* ========================================================================
   Component: Comment
 ========================================================================== */
/* Sections
 ========================================================================== */
.uk-comment-body {
  display: flow-root;
  overflow-wrap: break-word;
  word-wrap: break-word; }
.uk-comment-header {
  display: flow-root;
  margin-bottom: 20px; }
/*
 * Remove margin from the last-child
 */
.uk-comment-body > :last-child,
.uk-comment-header > :last-child {
  margin-bottom: 0; }
/* Title
 ========================================================================== */
.uk-comment-title {
  font-size: 1.25rem;
  line-height: 1.4; }
/* Meta
 ========================================================================== */
.uk-comment-meta {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #828282; }
/* Avatar
 ========================================================================== */
/* List
 ========================================================================== */
.uk-comment-list {
  padding: 0;
  list-style: none; }
/* Adjacent siblings */
.uk-comment-list > :nth-child(n+2) {
  margin-top: 70px; }
/*
 * Sublists
 * Note: General sibling selector allows reply block between comment and sublist
 */
.uk-comment-list .uk-comment ~ ul {
  margin: 70px 0 0 0;
  padding-left: 30px;
  list-style: none; }
/* Tablet and bigger */
@media (min-width: 960px) {
  .uk-comment-list .uk-comment ~ ul {
    padding-left: 100px; } }
/* Adjacent siblings */
.uk-comment-list .uk-comment ~ ul > :nth-child(n+2) {
  margin-top: 70px; }
/* Style modifier
 ========================================================================== */
.uk-comment-primary {
  padding: 30px;
  background-color: #262728; }
/* ========================================================================
   Component: Search
 ========================================================================== */
/*
 * 1. Container fits its content
 * 2. Create position context
 * 3. Prevent content overflow
 * 4. Reset `form`
 */
.uk-search {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
  /* 4 */
  margin: 0; }
/* Input
 ========================================================================== */
/*
 * Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X.
 */
.uk-search-input::-webkit-search-cancel-button,
.uk-search-input::-webkit-search-decoration {
  -webkit-appearance: none; }
/*
 * Removes placeholder transparency in Firefox.
 */
.uk-search-input::-moz-placeholder {
  opacity: 1; }
/*
 * 1. Define consistent box sizing.
 * 2. Address margins set differently in Firefox/IE and Chrome/Safari/Opera.
 * 3. Remove `border-radius` in iOS.
 * 4. Change font properties to `inherit` in all browsers
 * 5. Show the overflow in Edge.
 * 6. Remove default style in iOS.
 * 7. Vertical alignment
 * 8. Take the full container width
 * 9. Style
 */
.uk-search-input {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  margin: 0;
  /* 3 */
  border-radius: 0;
  /* 4 */
  font: inherit;
  /* 5 */
  overflow: visible;
  /* 6 */
  -webkit-appearance: none;
  /* 7 */
  vertical-align: middle;
  /* 8 */
  width: 100%;
  /* 9 */
  border: none;
  color: #fff; }
.uk-search-input:focus {
  outline: none; }
/* Placeholder */
.uk-search-input:-ms-input-placeholder {
  color: #828282 !important; }
.uk-search-input::placeholder {
  color: #828282; }
/* Icon (Adopts `uk-icon`)
 ========================================================================== */
/*
 * Remove default focus style
 */
.uk-search-icon:focus {
  outline: none; }
/*
 * Position above input
 * 1. Set position
 * 2. Center icon vertically and horizontally
 * 3. Style
 */
.uk-search .uk-search-icon {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  /* 3 */
  color: #828282; }
/*
 * Required for `a`.
 */
.uk-search .uk-search-icon:hover {
  color: #828282; }
/*
 * Make `input` element clickable through icon, e.g. if it's a `span`
 */
.uk-search .uk-search-icon:not(a):not(button):not(input) {
  pointer-events: none; }
/*
 * Position modifier
 */
.uk-search .uk-search-icon-flip {
  right: 0;
  left: auto; }
/* Default modifier
 ========================================================================== */
.uk-search-default {
  width: 240px; }
/*
 * Input
 */
.uk-search-default .uk-search-input {
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  background: transparent;
  border: 1px solid #e5e5e5; }
/* Focus */
.uk-search-default .uk-search-input:focus {
  background-color: rgba(0, 0, 0, 0);
  border-color: #444242; }
/*
 * Icon
 */
.uk-search-default .uk-search-icon {
  width: 40px; }
.uk-search-default .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
  padding-left: 40px; }
.uk-search-default .uk-search-icon-flip ~ .uk-search-input {
  padding-right: 40px; }
/* Navbar modifier
 ========================================================================== */
.uk-search-navbar {
  width: 400px; }
/*
 * Input
 */
.uk-search-navbar .uk-search-input {
  height: 40px;
  background: transparent;
  font-size: 1.5rem; }
/*
 * Icon
 */
.uk-search-navbar .uk-search-icon {
  width: 40px; }
.uk-search-navbar .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
  padding-left: 40px; }
.uk-search-navbar .uk-search-icon-flip ~ .uk-search-input {
  padding-right: 40px; }
/* Large modifier
 ========================================================================== */
.uk-search-large {
  width: 500px; }
/*
 * Input
 */
.uk-search-large .uk-search-input {
  height: 80px;
  background: transparent;
  font-size: 2.625rem; }
/*
 * Icon
 */
.uk-search-large .uk-search-icon {
  width: 80px; }
.uk-search-large .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
  padding-left: 80px; }
.uk-search-large .uk-search-icon-flip ~ .uk-search-input {
  padding-right: 80px; }
/* Toggle
 ========================================================================== */
.uk-search-toggle {
  color: #828282; }
/* Hover + Focus */
.uk-search-toggle:hover,
.uk-search-toggle:focus {
  color: #fff; }
/* ========================================================================
   Component: Accordion
 ========================================================================== */
.uk-accordion {
  padding: 0;
  list-style: none;
  color: #b4b4b4; }
.uk-accordion > * {
    padding: 20px;
    background-color: #444242; }
.uk-accordion .uk-accordion-title {
    font-size: 18px;
    line-height: 24px; }
/* Item
 ========================================================================== */
.uk-accordion > :nth-child(n+2) {
  margin-top: 0; }
/* Title
 ========================================================================== */
.uk-accordion-title {
  display: block;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #fff;
  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%23fff%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%23fff%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%23fff%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: #b4b4b4;
  text-decoration: none;
  outline: none; }
/* Content
 ========================================================================== */
.uk-accordion-content {
  display: flow-root;
  margin-top: 20px; }
/*
 * 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; }
.uk-drop {
  width: 200px; }
/* ========================================================================
   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: #2d2d2d;
  color: #fff;
  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: #828282; }
/* Hover + Focus + Active */
.uk-dropdown-nav > li > a:hover,
.uk-dropdown-nav > li > a:focus,
.uk-dropdown-nav > li.uk-active > a {
  color: #fff; }
/*
 * Header
 */
.uk-dropdown-nav .uk-nav-header {
  color: #f2f2f2; }
/*
 * Divider
 */
.uk-dropdown-nav .uk-nav-divider {
  border-top: 1px solid #e5e5e5; }
/*
 * Sublists
 */
.uk-dropdown-nav .uk-nav-sub a {
  color: #828282; }
.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: #fff; }
/* 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: #2d2d2d;
  /* 5 */
  opacity: 0;
  transform: translateY(-100px);
  transition: 0.3s linear;
  transition-property: opacity, transform;
  background: #262728; }
/*
 * 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 {
  display: flow-root;
  padding: 30px 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #262728; }
.uk-modal-header {
  display: flow-root;
  padding: 15px 30px;
  background: #2d2d2d;
  padding-top: 40px;
  background: #262728; }
.uk-modal-footer {
  display: flow-root;
  padding: 15px 30px;
  background: #2d2d2d;
  padding-top: 20px;
  padding-bottom: 40px;
  background: #262728; }
/*
 * 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: #606060; }
.uk-modal-close-outside:hover {
  color: #2d2d2d; }
/* 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: #2d2d2d; }
.uk-modal__points {
  font-size: 2.625rem;
  line-height: 1.2;
  color: #ff862f; }
.uk-modal__points:after {
    content: attr(data-unit-value);
    display: inline-block;
    color: #fff; }
/* ========================================================================
   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
 ========================================================================== */
/*
 * Clip child elements
 */
.uk-slider-container {
  overflow: hidden; }
/*
 * Widen container to prevent box-shadows from clipping, `large-box-shadow`
 */
.uk-slider-container-offset {
  margin: -11px -25px -39px -25px;
  padding: 11px 25px 39px 25px; }
/* 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)
 *    `max-width` needed to keep image responsiveness and prevent content overflow
 * 3. Create position context
 * 4. Disable horizontal panning gestures in IE11 and Edge
 * 5. Suppress outline on focus
 */
.uk-slider-items > * {
  /* 1 */
  flex: none;
  max-width: 100%;
  /* 3 */
  position: relative;
  /* 4 */
  touch-action: pan-y; }
/* 5 */
.uk-slider-items > :focus {
  outline: none; }
/* ========================================================================
   Component: Sticky
 ========================================================================== */
/*
 * 1. Force new layer to resolve frame rate issues on devices with lower frame rates
 */
.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: #ffffff;
  /* 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: #262728;
  color: #fff;
  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: #444242; }
/*
 * 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. Remove tooltip from document flow to keep the UIkit container from changing its size when injected into the document initially
 * 4. Dimensions
 * 5. Style
 */
.uk-tooltip {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1030;
  /* 3 */
  top: 0;
  /* 4 */
  box-sizing: border-box;
  max-width: 200px;
  padding: 3px 6px;
  /* 5 */
  background: #666;
  border-radius: 2px;
  color: #2d2d2d;
  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: Sortable
 ========================================================================== */
.uk-sortable {
  position: relative; }
/*
 * Remove margin from the last-child
 */
.uk-sortable > :last-child {
  margin-bottom: 0; }
/* Drag
 ========================================================================== */
.uk-sortable-drag {
  position: fixed !important;
  z-index: 1050 !important;
  pointer-events: none; }
/* Placeholder
 ========================================================================== */
.uk-sortable-placeholder {
  opacity: 0;
  pointer-events: none; }
/* Empty modifier
 ========================================================================== */
.uk-sortable-empty {
  min-height: 50px; }
/* Handle
 ========================================================================== */
/* Hover */
.uk-sortable-handle:hover {
  cursor: move; }
/* ========================================================================
   Component: Countdown
 ========================================================================== */
/* Item
 ========================================================================== */
/* Number
 ========================================================================== */
/*
 * 1. Make numbers all of the same size to prevent jumping. Must be supported by the font.
 * 2. Style
 */
.uk-countdown-number {
  /* 1 */
  font-variant-numeric: tabular-nums;
  /* 2 */
  font-size: 2rem;
  line-height: 0.8; }
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-countdown-number {
    font-size: 4rem; } }
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-countdown-number {
    font-size: 6rem; } }
/* Separator
 ========================================================================== */
.uk-countdown-separator {
  font-size: 1rem;
  line-height: 1.6; }
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-countdown-separator {
    font-size: 2rem; } }
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-countdown-separator {
    font-size: 3rem; } }
/* Label
 ========================================================================== */
/* ========================================================================
   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: Nav
 ========================================================================== */
/*
 * Reset
 */
.uk-nav,
.uk-nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }
/*
* 1. Center content vertically, e.g. an icon
* 2. Imitate white space gap when using flexbox
* 3. Reset link
* 4. Space is allocated solely based on content dimensions: 0 0 auto
 */
.uk-nav li > a {
  /* 1 */
  display: flex;
  align-items: center;
  /* 2 */
  column-gap: 0.25em;
  /* 3*/
  text-decoration: none; }
/* 4 */
.uk-nav li > a > * {
  flex: none; }
/*
 * Remove default focus style
 */
.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;
  margin-left: auto;
  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%23fff%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%23fff%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 > .uk-nav-divider {
  margin: 5px 0; }
/* Default modifier
 ========================================================================== */
.uk-nav-default {
  font-size: 0.875rem; }
/*
 * Items
 */
.uk-nav-default > li > a {
  color: #828282;
  font-size: 16px;
  line-height: 1.5; }
/* Hover + Focus */
.uk-nav-default > li > a:hover,
.uk-nav-default > li > a:focus {
  color: #fff;
  color: #39C446; }
/* Active */
.uk-nav-default > li.uk-active > a {
  color: #f2f2f2;
  color: #39C446; }
/*
 * Header
 */
.uk-nav-default .uk-nav-header {
  color: #f2f2f2; }
/*
 * Divider
 */
.uk-nav-default .uk-nav-divider {
  border-top: 1px solid #e5e5e5; }
/*
 * Sublists
 */
.uk-nav-default .uk-nav-sub a {
  color: #828282; }
.uk-nav-default .uk-nav-sub a:hover,
.uk-nav-default .uk-nav-sub a:focus {
  color: #fff; }
.uk-nav-default .uk-nav-sub li.uk-active > a {
  color: #f2f2f2; }
/* Primary modifier
 ========================================================================== */
/*
 * Items
 */
.uk-nav-primary > li > a {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #828282; }
/* Hover + Focus */
.uk-nav-primary > li > a:hover,
.uk-nav-primary > li > a:focus {
  color: #fff; }
/* Active */
.uk-nav-primary > li.uk-active > a {
  color: #f2f2f2; }
/*
 * Header
 */
.uk-nav-primary .uk-nav-header {
  color: #f2f2f2; }
/*
 * Divider
 */
.uk-nav-primary .uk-nav-divider {
  border-top: 1px solid #e5e5e5; }
/*
 * Sublists
 */
.uk-nav-primary .uk-nav-sub a {
  color: #828282; }
.uk-nav-primary .uk-nav-sub a:hover,
.uk-nav-primary .uk-nav-sub a:focus {
  color: #fff; }
.uk-nav-primary .uk-nav-sub li.uk-active > a {
  color: #f2f2f2; }
/* Alignment modifier
 ========================================================================== */
/*
 * 1. Center header
 * 2. Center items
 */
/* 1 */
.uk-nav-center {
  text-align: center; }
/* 2 */
.uk-nav-center li > a {
  justify-content: 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 {
  margin-left: 0; }
/* Style modifier
 ========================================================================== */
.uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header):not(.uk-nav-divider) {
  margin-top: 0;
  padding-top: 0;
  border-top: 1px solid #e5e5e5; }
/* ========================================================================
   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: #262728; }
/*
 * 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. Imitate white space gap when using flexbox
 * 3. Dimensions
 * 4. Style
 * 5. Required for `a`
 */
.uk-navbar-nav > li > a,
.uk-navbar-item,
.uk-navbar-toggle {
  /* 1 */
  display: flex;
  justify-content: center;
  align-items: center;
  /* 2 */
  column-gap: 0.25em;
  /* 3 */
  box-sizing: border-box;
  min-height: 80px;
  padding: 0 15px;
  /* 4 */
  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";
  /* 5 */
  text-decoration: none; }
/*
 * Nav items
 */
.uk-navbar-nav > li > a {
  color: #828282;
  font-size: 11px;
  line-height: 16px;
  min-height: 55px;
  color: #fff;
  position: relative; }
@media (min-width: 375px) {
    .uk-navbar-nav > li > a {
      font-size: 13px;
      line-height: 19px; } }
@media (min-width: 960px) {
    .uk-navbar-nav > li > a {
      font-size: 1.25rem;
      line-height: 1.4;
      min-height: 72px; }
      .uk-navbar-nav > li > a:after {
        content: '';
        left: 0;
        bottom: -1px;
        position: absolute;
        height: 1px;
        background-color: #39C446; } }
/*
 * 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[aria-expanded="true"] {
  color: #fff;
  outline: none;
  color: #39C446;
  text-shadow: 0 0 20px #EA0C0C; }
.uk-navbar-nav > li:hover > a:after,
  .uk-navbar-nav > li > a:focus:after,
  .uk-navbar-nav > li > a[aria-expanded="true"]:after {
    width: 100%; }
.uk-navbar-nav > li:hover > a .uk-icon,
  .uk-navbar-nav > li > a:focus .uk-icon,
  .uk-navbar-nav > li > a[aria-expanded="true"] .uk-icon {
    box-shadow: 0 0 20px #39C446; }
.uk-navbar-nav > li:hover > a .uk-icon-social svg,
  .uk-navbar-nav > li > a:focus .uk-icon-social svg,
  .uk-navbar-nav > li > a[aria-expanded="true"] .uk-icon-social svg {
    border-radius: 50%;
    overflow: hidden;
    background: radial-gradient(50% 50% at 50% 50%, #39C446 0%, #2D2D2D 100%); }
/* OnClick */
.uk-navbar-nav > li > a:active {
  color: #f2f2f2; }
/* Active */
.uk-navbar-nav > li.uk-active > a {
  color: #f2f2f2;
  color: #39C446;
  text-shadow: 0 0 20px #EA0C0C; }
.uk-navbar-nav > li.uk-active > a:after {
    width: 100%; }
.uk-navbar-nav > li.uk-active > a .uk-icon {
    box-shadow: 0 0 20px #39C446; }
.uk-navbar-nav > li.uk-active > a .uk-icon-social svg {
    border-radius: 50%;
    overflow: hidden;
    background: radial-gradient(50% 50% at 50% 50%, #39C446 0%, #2D2D2D 100%); }
/* Item
 ========================================================================== */
.uk-navbar-item {
  color: #fff; }
/*
 * Remove margin from the last-child
 */
.uk-navbar-item > :last-child {
  margin-bottom: 0; }
/* Toggle
 ========================================================================== */
.uk-navbar-toggle {
  color: #828282; }
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #fff;
  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: #2d2d2d;
  color: #fff;
  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: #828282; }
/* Hover + Focus */
.uk-navbar-dropdown-nav > li > a:hover,
.uk-navbar-dropdown-nav > li > a:focus {
  color: #fff; }
/* Active */
.uk-navbar-dropdown-nav > li.uk-active > a {
  color: #f2f2f2; }
/*
 * Header
 */
.uk-navbar-dropdown-nav .uk-nav-header {
  color: #f2f2f2; }
/*
 * Divider
 */
.uk-navbar-dropdown-nav .uk-nav-divider {
  border-top: 1px solid #e5e5e5; }
/*
 * Sublists
 */
.uk-navbar-dropdown-nav .uk-nav-sub a {
  color: #828282; }
.uk-navbar-dropdown-nav .uk-nav-sub a:hover,
.uk-navbar-dropdown-nav .uk-nav-sub a:focus {
  color: #fff; }
.uk-navbar-dropdown-nav .uk-nav-sub li.uk-active > a {
  color: #f2f2f2; }
/* Dropbar
 ========================================================================== */
.uk-navbar-dropbar {
  background: #2d2d2d; }
/*
 * 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); }
.uk-navbar-container > .uk-container .uk-navbar-left {
  margin-left: -4px;
  margin-right: -4px; }
.uk-navbar-nav > li > a,
.uk-navbar-item,
.uk-navbar-toggle {
  padding: 0 4px; }
/* ========================================================================
   Component: Subnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Center items vertically if they have a different height
 * 3. Gutter
 * 4. Reset list
 */
.uk-subnav {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  align-items: center;
  /* 3 */
  margin-left: -20px;
  /* 4 */
  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. Center content vertically, e.g. an icon
 * 2. Imitate white space gap when using flexbox
 * 3. Style
 */
.uk-subnav > * > :first-child {
  /* 1 */
  display: flex;
  align-items: center;
  /* 2 */
  column-gap: 0.25em;
  /* 3 */
  color: #828282;
  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: #fff;
  text-decoration: none;
  outline: none; }
/* Active */
.uk-subnav > .uk-active > a {
  color: #f2f2f2; }
/* Divider modifier
 ========================================================================== */
/*
 * Set gutter 
 */
.uk-subnav-divider {
  margin-left: -41px; }
/*
 * Align items and divider vertically
 */
.uk-subnav-divider > * {
  display: flex;
  align-items: center; }
/*
 * Divider
 * 1. `nth-child` makes it also work without JS if it's only one row
 */
.uk-subnav-divider > ::before {
  content: "";
  height: 1.5em;
  margin-left: 0px;
  margin-right: 20px;
  border-left: 1px solid transparent; }
/* 1 */
.uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
  border-left-color: #e5e5e5; }
/* Pill modifier
 ========================================================================== */
.uk-subnav-pill > * > :first-child {
  padding: 5px 10px;
  background: transparent;
  color: #828282; }
/* Hover + Focus */
.uk-subnav-pill > * > a:hover,
.uk-subnav-pill > * > a:focus {
  background-color: #262728;
  color: #fff; }
/* OnClick */
.uk-subnav-pill > * > a:active {
  background-color: #262728;
  color: #fff; }
/* Active */
.uk-subnav-pill > .uk-active > a {
  background-color: #444242;
  color: #2d2d2d; }
/* Disabled
 * The same for all style modifiers
 ========================================================================== */
.uk-subnav > .uk-disabled > a {
  color: #828282; }
/* ========================================================================
   Component: Breadcrumb
 ========================================================================== */
/*
 * Reset list
 */
.uk-breadcrumb {
  padding: 0;
  list-style: none; }
/*
 * 1. Doesn't generate any box and replaced by child boxes
 */
.uk-breadcrumb > * {
  display: contents; }
/* Items
 ========================================================================== */
.uk-breadcrumb > * > * {
  font-size: 0.875rem;
  color: #828282; }
/* Hover + Focus */
.uk-breadcrumb > * > :hover,
.uk-breadcrumb > * > :focus {
  color: #fff;
  text-decoration: none; }
/* Disabled */
/* Active */
.uk-breadcrumb > :last-child > span,
.uk-breadcrumb > :last-child > a:not([href]) {
  color: #fff; }
/*
 * Divider
 * `nth-child` makes it also work without JS if it's only one row
 * 1. Remove space between inline block elements.
 * 2. Style
 */
.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  content: "/";
  display: inline-block;
  /* 1 */
  margin: 0 20px 0 calc(20px - 4px);
  /* 2 */
  font-size: 0.875rem;
  color: #828282; }
/* ========================================================================
   Component: Pagination
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Gutter
 * 3. Reset list
 */
.uk-pagination {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin-left: 0;
  /* 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-pagination > * {
  /* 1 */
  flex: none;
  /* 2 */
  padding-left: 0;
  /* 3 */
  position: relative; }
/* Items
 ========================================================================== */
/*
 * 1. Prevent gap if child element is `inline-block`, e.g. an icon
 * 2. Style
 */
.uk-pagination > * > * {
  /* 1 */
  display: block;
  /* 2 */
  padding: 5px 10px;
  color: #828282;
  transition: color 0.1s ease-in-out; }
/* Hover + Focus */
.uk-pagination > * > :hover,
.uk-pagination > * > :focus {
  color: #fff;
  text-decoration: none; }
.uk-pagination > * > :hover .uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve),
  .uk-pagination > * > :focus .uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
    stroke: #fff; }
/* Active */
.uk-pagination > .uk-active > * {
  color: #fff; }
/* Disabled */
.uk-pagination > .uk-disabled > * {
  color: #828282; }
.uk-pagination {
  margin-bottom: 0; }
.uk-pagination li:first-child,
  .uk-pagination li:last-child {
    background-color: transparent; }
.uk-pagination li:first-child a {
    padding-right: 0; }
.uk-pagination li:last-child a {
    padding-left: 0; }
.uk-pagination li {
    background-color: #262728;
    margin-left: 5px;
    margin-right: 5px; }
.uk-pagination li.uk-active {
      background-color: #ff862f; }
.uk-pagination li.uk-active > * {
        color: #2d2d2d; }
.uk-pagination li a {
      color: #b4b4b4;
      display: flex;
      align-items: center;
      justify-content: center; }
.uk-pagination .uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
    stroke: #b4b4b4; }
.uk-pagination .uk-pagination-previous {
    margin-right: 8px; }
.uk-pagination .uk-pagination-next {
    margin-left: 8px; }
/* ========================================================================
   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;
  margin-left: 0; }
.uk-tab:after {
    display: none; }
.uk-tab > * {
    padding-left: 0 !important; }
/*
 * 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 content vertically, e.g. an icon
 * 2. Imitate white space gap when using flexbox
 * 3. Center content if a width is set
 * 4. Style
 */
.uk-tab > * > a {
  /* 1 */
  display: flex;
  align-items: center;
  /* 2 */
  column-gap: 0.25em;
  /* 3 */
  justify-content: center;
  /* 4 */
  padding: 5px 10px;
  color: #828282;
  color: #b4b4b4;
  margin-bottom: 0;
  padding: 10px 10px;
  position: relative;
  font-size: 0.75rem;
  line-height: 1.5; }
@media (min-width: 375px) {
    .uk-tab > * > a {
      font-size: 16px;
      line-height: 1.5; } }
@media (min-width: 640px) {
    .uk-tab > * > a {
      padding-left: 15px;
      padding-right: 15px;
      font-size: 1.25rem;
      line-height: 1.4; } }
@media (min-width: 940px) {
    .uk-tab > * > a {
      padding-left: 20px;
      padding-right: 20px; } }
.uk-tab > * > a .uk-icon {
    width: 16px;
    height: 16px; }
@media (min-width: 640px) {
      .uk-tab > * > a .uk-icon {
        width: 20px;
        height: 20px; } }
.uk-tab > * > a:after {
    content: '';
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #b4b4b4; }
/* Hover + Focus */
.uk-tab > * > a:hover,
.uk-tab > * > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #fff;
  color: #1F2122; }
/* Active */
.uk-tab > .uk-active > a {
  color: #f2f2f2;
  background-color: #fff;
  color: #1F2122; }
/* Disabled */
.uk-tab > .uk-disabled > a {
  color: #828282; }
/* 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 {
  justify-content: left;
  border-right: 1px solid transparent;
  border-bottom: none; }
.uk-tab-right > * > a {
  justify-content: 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(255, 255, 255, 0.5);
  transition: color 0.1s ease-in-out; }
/* Hover + Focus */
.uk-slidenav:hover,
.uk-slidenav:focus {
  color: rgba(255, 255, 255, 0.9);
  outline: none; }
/* OnClick */
.uk-slidenav:active {
  color: rgba(255, 255, 255, 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(255, 255, 255, 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(255, 255, 255, 0.6);
  outline: none;
  background-color: #fff; }
/* OnClick */
.uk-dotnav > * > :active {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: transparent; }
/* Active */
.uk-dotnav > .uk-active > * {
  background-color: rgba(255, 255, 255, 0.6);
  background-color: #fff; }
/* 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(45, 45, 45, 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: Iconnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 * 3. Gutter
 */
.uk-iconnav {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  margin-left: -10px; }
/*
 * Space is allocated based on content dimensions, but shrinks: 0 1 auto
 * 1. Gutter
 */
.uk-iconnav > * {
  /* 1 */
  padding-left: 10px; }
/* Items
 ========================================================================== */
/*
 * Items must target `a` elements to exclude other elements (e.g. dropdowns)
 * 1. Center content vertically if there is still some text
 * 2. Imitate white space gap when using flexbox
 * 3. Force text not to affect item height
 * 4. Style
 * 5. Required for `a` if there is still some text
 */
.uk-iconnav > * > a {
  /* 1 */
  display: flex;
  align-items: center;
  /* 2 */
  column-gap: 0.25em;
  /* 3 */
  line-height: 0;
  /* 4 */
  color: #828282;
  /* 5 */
  text-decoration: none;
  font-size: 0.875rem;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color; }
/* Hover + Focus */
.uk-iconnav > * > a:hover,
.uk-iconnav > * > a:focus {
  color: #fff;
  outline: none; }
/* Active */
.uk-iconnav > .uk-active > a {
  color: #fff; }
/* Modifier: 'uk-iconnav-vertical'
 ========================================================================== */
/*
 * 1. Change direction
 * 2. Gutter
 */
.uk-iconnav-vertical {
  /* 1 */
  flex-direction: column;
  /* 2 */
  margin-left: 0;
  margin-top: -10px; }
/* 2 */
.uk-iconnav-vertical > * {
  padding-left: 0;
  padding-top: 10px; }
/* ========================================================================
   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
 * 7. Prevent cancellation of pointer events while dragging
 */
.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;
  /* 7 */
  touch-action: pinch-zoom; }
/*
 * 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 + Focus */
.uk-lightbox-button:hover,
.uk-lightbox-button:focus {
  color: #fff; }
/* OnClick */
/* Caption
 ========================================================================== */
.uk-lightbox-caption:empty {
  display: none; }
/* Iframe
 ========================================================================== */
.uk-lightbox-iframe {
  width: 80%;
  height: 80%; }
/* ========================================================================
   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-2xlarge {
  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-2xlarge\@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-2xlarge\@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-2xlarge\@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-2xlarge\@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: #f2f2f2; }
.uk-text-meta {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #828282; }
.uk-text-meta a {
    color: #828282; }
.uk-text-meta a:hover {
    color: #fff;
    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; }
.uk-text-default {
  font-size: 16px;
  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; }
/* Decoration modifier
 ========================================================================== */
.uk-text-decoration-none {
  text-decoration: none !important; }
/* Color modifiers
 ========================================================================== */
.uk-text-muted {
  color: #828282 !important; }
.uk-text-emphasis {
  color: #f2f2f2 !important; }
.uk-text-primary {
  color: #b4b4b4 !important; }
.uk-text-secondary {
  color: #ffffff !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;
  /* 2 */
  display: inline-block;
  /* 3 */
  color: #444242 !important; }
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #444242;
    color: transparent !important; } }
/* 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; }
.uk-text-caption {
  font-size: 0.75rem;
  line-height: 1.5; }
.uk-text-tiny {
  font-size: 0.5625rem;
  line-height: 1.5; }
/* ========================================================================
   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: #2d2d2d; }
.uk-background-muted {
  background-color: #262728; }
.uk-background-primary {
  background-color: #444242; }
.uk-background-secondary {
  background-color: #ffffff; }
/* Size
 ========================================================================== */
.uk-background-cover,
.uk-background-contain,
.uk-background-width-1-1,
.uk-background-height-1-1 {
  background-position: 50% 50%;
  background-repeat: no-repeat; }
.uk-background-cover {
  background-size: cover; }
.uk-background-contain {
  background-size: contain; }
.uk-background-width-1-1 {
  background-size: 100%; }
.uk-background-height-1-1 {
  background-size: auto 100%; }
/* 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 {
  display: flow-root;
  position: relative;
  box-sizing: border-box; }
/*
 * 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 new layer 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. Fix shadow being clipped in Safari if container is animated
 */
@supports (filter: blur(0)) {
  .uk-box-shadow-bottom {
    display: inline-block;
    position: relative;
    z-index: 0;
    max-width: 100%;
    vertical-align: middle; }
  .uk-box-shadow-bottom::after {
    content: '';
    /* 1 */
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    z-index: -1;
    /* 2 */
    height: 30px;
    border-radius: 100%;
    background: #444;
    filter: blur(20px);
    /* 3 */
    will-change: filter; } }
/* 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: #fff;
  /* 1 */
  text-decoration: none; }
/* Hover + Focus */
.uk-logo:hover,
.uk-logo:focus {
  color: #fff;
  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; }
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-flex-stretch\@s {
    align-items: stretch; }
  .uk-flex-top\@s {
    align-items: flex-start; }
  .uk-flex-middle\@s {
    align-items: center; }
  .uk-flex-bottom\@s {
    align-items: flex-end; } }
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-flex-stretch\@m {
    align-items: stretch; }
  .uk-flex-top\@m {
    align-items: flex-start; }
  .uk-flex-middle\@m {
    align-items: center; }
  .uk-flex-bottom\@m {
    align-items: flex-end; } }
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-flex-stretch\@l {
    align-items: stretch; }
  .uk-flex-top\@l {
    align-items: flex-start; }
  .uk-flex-middle\@l {
    align-items: center; }
  .uk-flex-bottom\@l {
    align-items: flex-end; } }
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-flex-stretch\@xl {
    align-items: stretch; }
  .uk-flex-top\@xl {
    align-items: flex-start; }
  .uk-flex-middle\@xl {
    align-items: center; }
  .uk-flex-bottom\@xl {
    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; }
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-flex-row\@s {
    flex-direction: row; }
  .uk-flex-row-reverse\@s {
    flex-direction: row-reverse; }
  .uk-flex-column\@s {
    flex-direction: column; }
  .uk-flex-column-reverse\@s {
    flex-direction: column-reverse; } }
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-flex-row\@m {
    flex-direction: row; }
  .uk-flex-row-reverse\@m {
    flex-direction: row-reverse; }
  .uk-flex-column\@m {
    flex-direction: column; }
  .uk-flex-column-reverse\@m {
    flex-direction: column-reverse; } }
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-flex-row\@l {
    flex-direction: row; }
  .uk-flex-row-reverse\@l {
    flex-direction: row-reverse; }
  .uk-flex-column\@l {
    flex-direction: column; }
  .uk-flex-column-reverse\@l {
    flex-direction: column-reverse; } }
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-flex-row\@xl {
    flex-direction: row; }
  .uk-flex-row-reverse\@xl {
    flex-direction: row-reverse; }
  .uk-flex-column\@xl {
    flex-direction: column; }
  .uk-flex-column-reverse\@xl {
    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; }
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-flex-nowrap\@s {
    flex-wrap: nowrap; }
  .uk-flex-wrap\@s {
    flex-wrap: wrap; }
  .uk-flex-wrap-reverse\@s {
    flex-wrap: wrap-reverse; } }
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-flex-nowrap\@m {
    flex-wrap: nowrap; }
  .uk-flex-wrap\@m {
    flex-wrap: wrap; }
  .uk-flex-wrap-reverse\@m {
    flex-wrap: wrap-reverse; } }
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-flex-nowrap\@l {
    flex-wrap: nowrap; }
  .uk-flex-wrap\@l {
    flex-wrap: wrap; }
  .uk-flex-wrap-reverse\@l {
    flex-wrap: wrap-reverse; } }
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-flex-nowrap\@xl {
    flex-wrap: nowrap; }
  .uk-flex-wrap\@xl {
    flex-wrap: wrap; }
  .uk-flex-wrap-reverse\@xl {
    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; }
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-flex-wrap-stretch\@s {
    align-content: stretch; }
  .uk-flex-wrap-top\@s {
    align-content: flex-start; }
  .uk-flex-wrap-middle\@s {
    align-content: center; }
  .uk-flex-wrap-bottom\@s {
    align-content: flex-end; }
  .uk-flex-wrap-between\@s {
    align-content: space-between; }
  .uk-flex-wrap-around\@s {
    align-content: space-around; } }
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-flex-wrap-stretch\@m {
    align-content: stretch; }
  .uk-flex-wrap-top\@m {
    align-content: flex-start; }
  .uk-flex-wrap-middle\@m {
    align-content: center; }
  .uk-flex-wrap-bottom\@m {
    align-content: flex-end; }
  .uk-flex-wrap-between\@m {
    align-content: space-between; }
  .uk-flex-wrap-around\@m {
    align-content: space-around; } }
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-flex-wrap-stretch\@l {
    align-content: stretch; }
  .uk-flex-wrap-top\@l {
    align-content: flex-start; }
  .uk-flex-wrap-middle\@l {
    align-content: center; }
  .uk-flex-wrap-bottom\@l {
    align-content: flex-end; }
  .uk-flex-wrap-between\@l {
    align-content: space-between; }
  .uk-flex-wrap-around\@l {
    align-content: space-around; } }
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-flex-wrap-stretch\@xl {
    align-content: stretch; }
  .uk-flex-wrap-top\@xl {
    align-content: flex-start; }
  .uk-flex-wrap-middle\@xl {
    align-content: center; }
  .uk-flex-wrap-bottom\@xl {
    align-content: flex-end; }
  .uk-flex-wrap-between\@xl {
    align-content: space-between; }
  .uk-flex-wrap-around\@xl {
    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; }
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-flex-none\@s {
    flex: none; }
  .uk-flex-auto\@s {
    flex: auto; }
  .uk-flex-1\@s {
    flex: 1; } }
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-flex-none\@m {
    flex: none; }
  .uk-flex-auto\@m {
    flex: auto; }
  .uk-flex-1\@m {
    flex: 1; } }
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-flex-none\@l {
    flex: none; }
  .uk-flex-auto\@l {
    flex: auto; }
  .uk-flex-1\@l {
    flex: 1; } }
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-flex-none\@xl {
    flex: none; }
  .uk-flex-auto\@xl {
    flex: auto; }
  .uk-flex-1\@xl {
    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; }
.uk-margin-horizontal-auto {
  margin-right: auto;
  margin-left: auto; }
.uk-margin-vertical-auto {
  margin-top: auto;
  margin-bottom: auto; }
.uk-margin-auto-top {
  margin-top: auto; }
.uk-margin-auto-bottom {
  margin-bottom: auto; }
.uk-margin-auto-left {
  margin-left: auto; }
.uk-margin-auto-right {
  margin-right: auto; }
/* 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; } }
/* Spacings
 ========================================================================== */
.uk-ma-1 {
  margin: calc(var(--spacing-size) * 1) !important; }
.uk-mt-1 {
  margin-top: calc(var(--spacing-size) * 1) !important; }
.uk-mb-1 {
  margin-bottom: calc(var(--spacing-size) * 1) !important; }
.uk-ml-1 {
  margin-left: calc(var(--spacing-size) * 1) !important; }
.uk-mr-1 {
  margin-right: calc(var(--spacing-size) * 1) !important; }
.uk-my-1 {
  margin-top: calc(var(--spacing-size) * 1) !important;
  margin-bottom: calc(var(--spacing-size) * 1) !important; }
.uk-mx-1 {
  margin-left: calc(var(--spacing-size) * 1) !important;
  margin-right: calc(var(--spacing-size) * 1) !important; }
@media (min-width: 640px) {
  .uk-ma-1\@s {
    margin: calc(var(--spacing-size) * 1) !important; }
  .uk-mt-1\@s {
    margin-top: calc(var(--spacing-size) * 1) !important; }
  .uk-mb-1\@s {
    margin-bottom: calc(var(--spacing-size) * 1) !important; }
  .uk-ml-1\@s {
    margin-left: calc(var(--spacing-size) * 1) !important; }
  .uk-mr-1\@s {
    margin-right: calc(var(--spacing-size) * 1) !important; }
  .uk-my-1\@s {
    margin-top: calc(var(--spacing-size) * 1) !important;
    margin-bottom: calc(var(--spacing-size) * 1) !important; }
  .uk-mx-1\@s {
    margin-left: calc(var(--spacing-size) * 1) !important;
    margin-right: calc(var(--spacing-size) * 1) !important; } }
@media (min-width: 960px) {
  .uk-ma-1\@m {
    margin: calc(var(--spacing-size) * 1) !important; }
  .uk-mt-1\@m {
    margin-top: calc(var(--spacing-size) * 1) !important; }
  .uk-mb-1\@m {
    margin-bottom: calc(var(--spacing-size) * 1) !important; }
  .uk-ml-1\@m {
    margin-left: calc(var(--spacing-size) * 1) !important; }
  .uk-mr-1\@m {
    margin-right: calc(var(--spacing-size) * 1) !important; }
  .uk-my-1\@m {
    margin-top: calc(var(--spacing-size) * 1) !important;
    margin-bottom: calc(var(--spacing-size) * 1) !important; }
  .uk-mx-1\@m {
    margin-left: calc(var(--spacing-size) * 1) !important;
    margin-right: calc(var(--spacing-size) * 1) !important; } }
@media (min-width: 1200px) {
  .uk-ma-1\@l {
    margin: calc(var(--spacing-size) * 1) !important; }
  .uk-mt-1\@l {
    margin-top: calc(var(--spacing-size) * 1) !important; }
  .uk-mb-1\@l {
    margin-bottom: calc(var(--spacing-size) * 1) !important; }
  .uk-ml-1\@l {
    margin-left: calc(var(--spacing-size) * 1) !important; }
  .uk-mr-1\@l {
    margin-right: calc(var(--spacing-size) * 1) !important; }
  .uk-my-1\@l {
    margin-top: calc(var(--spacing-size) * 1) !important;
    margin-bottom: calc(var(--spacing-size) * 1) !important; }
  .uk-mx-1\@l {
    margin-left: calc(var(--spacing-size) * 1) !important;
    margin-right: calc(var(--spacing-size) * 1) !important; } }
@media (min-width: 1600px) {
  .uk-ma-1\@xl {
    margin: calc(var(--spacing-size) * 1) !important; }
  .uk-mt-1\@xl {
    margin-top: calc(var(--spacing-size) * 1) !important; }
  .uk-mb-1\@xl {
    margin-bottom: calc(var(--spacing-size) * 1) !important; }
  .uk-ml-1\@xl {
    margin-left: calc(var(--spacing-size) * 1) !important; }
  .uk-mr-1\@xl {
    margin-right: calc(var(--spacing-size) * 1) !important; }
  .uk-my-1\@xl {
    margin-top: calc(var(--spacing-size) * 1) !important;
    margin-bottom: calc(var(--spacing-size) * 1) !important; }
  .uk-mx-1\@xl {
    margin-left: calc(var(--spacing-size) * 1) !important;
    margin-right: calc(var(--spacing-size) * 1) !important; } }
.uk-ma-2 {
  margin: calc(var(--spacing-size) * 2) !important; }
.uk-mt-2 {
  margin-top: calc(var(--spacing-size) * 2) !important; }
.uk-mb-2 {
  margin-bottom: calc(var(--spacing-size) * 2) !important; }
.uk-ml-2 {
  margin-left: calc(var(--spacing-size) * 2) !important; }
.uk-mr-2 {
  margin-right: calc(var(--spacing-size) * 2) !important; }
.uk-my-2 {
  margin-top: calc(var(--spacing-size) * 2) !important;
  margin-bottom: calc(var(--spacing-size) * 2) !important; }
.uk-mx-2 {
  margin-left: calc(var(--spacing-size) * 2) !important;
  margin-right: calc(var(--spacing-size) * 2) !important; }
@media (min-width: 640px) {
  .uk-ma-2\@s {
    margin: calc(var(--spacing-size) * 2) !important; }
  .uk-mt-2\@s {
    margin-top: calc(var(--spacing-size) * 2) !important; }
  .uk-mb-2\@s {
    margin-bottom: calc(var(--spacing-size) * 2) !important; }
  .uk-ml-2\@s {
    margin-left: calc(var(--spacing-size) * 2) !important; }
  .uk-mr-2\@s {
    margin-right: calc(var(--spacing-size) * 2) !important; }
  .uk-my-2\@s {
    margin-top: calc(var(--spacing-size) * 2) !important;
    margin-bottom: calc(var(--spacing-size) * 2) !important; }
  .uk-mx-2\@s {
    margin-left: calc(var(--spacing-size) * 2) !important;
    margin-right: calc(var(--spacing-size) * 2) !important; } }
@media (min-width: 960px) {
  .uk-ma-2\@m {
    margin: calc(var(--spacing-size) * 2) !important; }
  .uk-mt-2\@m {
    margin-top: calc(var(--spacing-size) * 2) !important; }
  .uk-mb-2\@m {
    margin-bottom: calc(var(--spacing-size) * 2) !important; }
  .uk-ml-2\@m {
    margin-left: calc(var(--spacing-size) * 2) !important; }
  .uk-mr-2\@m {
    margin-right: calc(var(--spacing-size) * 2) !important; }
  .uk-my-2\@m {
    margin-top: calc(var(--spacing-size) * 2) !important;
    margin-bottom: calc(var(--spacing-size) * 2) !important; }
  .uk-mx-2\@m {
    margin-left: calc(var(--spacing-size) * 2) !important;
    margin-right: calc(var(--spacing-size) * 2) !important; } }
@media (min-width: 1200px) {
  .uk-ma-2\@l {
    margin: calc(var(--spacing-size) * 2) !important; }
  .uk-mt-2\@l {
    margin-top: calc(var(--spacing-size) * 2) !important; }
  .uk-mb-2\@l {
    margin-bottom: calc(var(--spacing-size) * 2) !important; }
  .uk-ml-2\@l {
    margin-left: calc(var(--spacing-size) * 2) !important; }
  .uk-mr-2\@l {
    margin-right: calc(var(--spacing-size) * 2) !important; }
  .uk-my-2\@l {
    margin-top: calc(var(--spacing-size) * 2) !important;
    margin-bottom: calc(var(--spacing-size) * 2) !important; }
  .uk-mx-2\@l {
    margin-left: calc(var(--spacing-size) * 2) !important;
    margin-right: calc(var(--spacing-size) * 2) !important; } }
@media (min-width: 1600px) {
  .uk-ma-2\@xl {
    margin: calc(var(--spacing-size) * 2) !important; }
  .uk-mt-2\@xl {
    margin-top: calc(var(--spacing-size) * 2) !important; }
  .uk-mb-2\@xl {
    margin-bottom: calc(var(--spacing-size) * 2) !important; }
  .uk-ml-2\@xl {
    margin-left: calc(var(--spacing-size) * 2) !important; }
  .uk-mr-2\@xl {
    margin-right: calc(var(--spacing-size) * 2) !important; }
  .uk-my-2\@xl {
    margin-top: calc(var(--spacing-size) * 2) !important;
    margin-bottom: calc(var(--spacing-size) * 2) !important; }
  .uk-mx-2\@xl {
    margin-left: calc(var(--spacing-size) * 2) !important;
    margin-right: calc(var(--spacing-size) * 2) !important; } }
.uk-ma-3 {
  margin: calc(var(--spacing-size) * 3) !important; }
.uk-mt-3 {
  margin-top: calc(var(--spacing-size) * 3) !important; }
.uk-mb-3 {
  margin-bottom: calc(var(--spacing-size) * 3) !important; }
.uk-ml-3 {
  margin-left: calc(var(--spacing-size) * 3) !important; }
.uk-mr-3 {
  margin-right: calc(var(--spacing-size) * 3) !important; }
.uk-my-3 {
  margin-top: calc(var(--spacing-size) * 3) !important;
  margin-bottom: calc(var(--spacing-size) * 3) !important; }
.uk-mx-3 {
  margin-left: calc(var(--spacing-size) * 3) !important;
  margin-right: calc(var(--spacing-size) * 3) !important; }
@media (min-width: 640px) {
  .uk-ma-3\@s {
    margin: calc(var(--spacing-size) * 3) !important; }
  .uk-mt-3\@s {
    margin-top: calc(var(--spacing-size) * 3) !important; }
  .uk-mb-3\@s {
    margin-bottom: calc(var(--spacing-size) * 3) !important; }
  .uk-ml-3\@s {
    margin-left: calc(var(--spacing-size) * 3) !important; }
  .uk-mr-3\@s {
    margin-right: calc(var(--spacing-size) * 3) !important; }
  .uk-my-3\@s {
    margin-top: calc(var(--spacing-size) * 3) !important;
    margin-bottom: calc(var(--spacing-size) * 3) !important; }
  .uk-mx-3\@s {
    margin-left: calc(var(--spacing-size) * 3) !important;
    margin-right: calc(var(--spacing-size) * 3) !important; } }
@media (min-width: 960px) {
  .uk-ma-3\@m {
    margin: calc(var(--spacing-size) * 3) !important; }
  .uk-mt-3\@m {
    margin-top: calc(var(--spacing-size) * 3) !important; }
  .uk-mb-3\@m {
    margin-bottom: calc(var(--spacing-size) * 3) !important; }
  .uk-ml-3\@m {
    margin-left: calc(var(--spacing-size) * 3) !important; }
  .uk-mr-3\@m {
    margin-right: calc(var(--spacing-size) * 3) !important; }
  .uk-my-3\@m {
    margin-top: calc(var(--spacing-size) * 3) !important;
    margin-bottom: calc(var(--spacing-size) * 3) !important; }
  .uk-mx-3\@m {
    margin-left: calc(var(--spacing-size) * 3) !important;
    margin-right: calc(var(--spacing-size) * 3) !important; } }
@media (min-width: 1200px) {
  .uk-ma-3\@l {
    margin: calc(var(--spacing-size) * 3) !important; }
  .uk-mt-3\@l {
    margin-top: calc(var(--spacing-size) * 3) !important; }
  .uk-mb-3\@l {
    margin-bottom: calc(var(--spacing-size) * 3) !important; }
  .uk-ml-3\@l {
    margin-left: calc(var(--spacing-size) * 3) !important; }
  .uk-mr-3\@l {
    margin-right: calc(var(--spacing-size) * 3) !important; }
  .uk-my-3\@l {
    margin-top: calc(var(--spacing-size) * 3) !important;
    margin-bottom: calc(var(--spacing-size) * 3) !important; }
  .uk-mx-3\@l {
    margin-left: calc(var(--spacing-size) * 3) !important;
    margin-right: calc(var(--spacing-size) * 3) !important; } }
@media (min-width: 1600px) {
  .uk-ma-3\@xl {
    margin: calc(var(--spacing-size) * 3) !important; }
  .uk-mt-3\@xl {
    margin-top: calc(var(--spacing-size) * 3) !important; }
  .uk-mb-3\@xl {
    margin-bottom: calc(var(--spacing-size) * 3) !important; }
  .uk-ml-3\@xl {
    margin-left: calc(var(--spacing-size) * 3) !important; }
  .uk-mr-3\@xl {
    margin-right: calc(var(--spacing-size) * 3) !important; }
  .uk-my-3\@xl {
    margin-top: calc(var(--spacing-size) * 3) !important;
    margin-bottom: calc(var(--spacing-size) * 3) !important; }
  .uk-mx-3\@xl {
    margin-left: calc(var(--spacing-size) * 3) !important;
    margin-right: calc(var(--spacing-size) * 3) !important; } }
.uk-ma-4 {
  margin: calc(var(--spacing-size) * 4) !important; }
.uk-mt-4 {
  margin-top: calc(var(--spacing-size) * 4) !important; }
.uk-mb-4 {
  margin-bottom: calc(var(--spacing-size) * 4) !important; }
.uk-ml-4 {
  margin-left: calc(var(--spacing-size) * 4) !important; }
.uk-mr-4 {
  margin-right: calc(var(--spacing-size) * 4) !important; }
.uk-my-4 {
  margin-top: calc(var(--spacing-size) * 4) !important;
  margin-bottom: calc(var(--spacing-size) * 4) !important; }
.uk-mx-4 {
  margin-left: calc(var(--spacing-size) * 4) !important;
  margin-right: calc(var(--spacing-size) * 4) !important; }
@media (min-width: 640px) {
  .uk-ma-4\@s {
    margin: calc(var(--spacing-size) * 4) !important; }
  .uk-mt-4\@s {
    margin-top: calc(var(--spacing-size) * 4) !important; }
  .uk-mb-4\@s {
    margin-bottom: calc(var(--spacing-size) * 4) !important; }
  .uk-ml-4\@s {
    margin-left: calc(var(--spacing-size) * 4) !important; }
  .uk-mr-4\@s {
    margin-right: calc(var(--spacing-size) * 4) !important; }
  .uk-my-4\@s {
    margin-top: calc(var(--spacing-size) * 4) !important;
    margin-bottom: calc(var(--spacing-size) * 4) !important; }
  .uk-mx-4\@s {
    margin-left: calc(var(--spacing-size) * 4) !important;
    margin-right: calc(var(--spacing-size) * 4) !important; } }
@media (min-width: 960px) {
  .uk-ma-4\@m {
    margin: calc(var(--spacing-size) * 4) !important; }
  .uk-mt-4\@m {
    margin-top: calc(var(--spacing-size) * 4) !important; }
  .uk-mb-4\@m {
    margin-bottom: calc(var(--spacing-size) * 4) !important; }
  .uk-ml-4\@m {
    margin-left: calc(var(--spacing-size) * 4) !important; }
  .uk-mr-4\@m {
    margin-right: calc(var(--spacing-size) * 4) !important; }
  .uk-my-4\@m {
    margin-top: calc(var(--spacing-size) * 4) !important;
    margin-bottom: calc(var(--spacing-size) * 4) !important; }
  .uk-mx-4\@m {
    margin-left: calc(var(--spacing-size) * 4) !important;
    margin-right: calc(var(--spacing-size) * 4) !important; } }
@media (min-width: 1200px) {
  .uk-ma-4\@l {
    margin: calc(var(--spacing-size) * 4) !important; }
  .uk-mt-4\@l {
    margin-top: calc(var(--spacing-size) * 4) !important; }
  .uk-mb-4\@l {
    margin-bottom: calc(var(--spacing-size) * 4) !important; }
  .uk-ml-4\@l {
    margin-left: calc(var(--spacing-size) * 4) !important; }
  .uk-mr-4\@l {
    margin-right: calc(var(--spacing-size) * 4) !important; }
  .uk-my-4\@l {
    margin-top: calc(var(--spacing-size) * 4) !important;
    margin-bottom: calc(var(--spacing-size) * 4) !important; }
  .uk-mx-4\@l {
    margin-left: calc(var(--spacing-size) * 4) !important;
    margin-right: calc(var(--spacing-size) * 4) !important; } }
@media (min-width: 1600px) {
  .uk-ma-4\@xl {
    margin: calc(var(--spacing-size) * 4) !important; }
  .uk-mt-4\@xl {
    margin-top: calc(var(--spacing-size) * 4) !important; }
  .uk-mb-4\@xl {
    margin-bottom: calc(var(--spacing-size) * 4) !important; }
  .uk-ml-4\@xl {
    margin-left: calc(var(--spacing-size) * 4) !important; }
  .uk-mr-4\@xl {
    margin-right: calc(var(--spacing-size) * 4) !important; }
  .uk-my-4\@xl {
    margin-top: calc(var(--spacing-size) * 4) !important;
    margin-bottom: calc(var(--spacing-size) * 4) !important; }
  .uk-mx-4\@xl {
    margin-left: calc(var(--spacing-size) * 4) !important;
    margin-right: calc(var(--spacing-size) * 4) !important; } }
.uk-ma-5 {
  margin: calc(var(--spacing-size) * 5) !important; }
.uk-mt-5 {
  margin-top: calc(var(--spacing-size) * 5) !important; }
.uk-mb-5 {
  margin-bottom: calc(var(--spacing-size) * 5) !important; }
.uk-ml-5 {
  margin-left: calc(var(--spacing-size) * 5) !important; }
.uk-mr-5 {
  margin-right: calc(var(--spacing-size) * 5) !important; }
.uk-my-5 {
  margin-top: calc(var(--spacing-size) * 5) !important;
  margin-bottom: calc(var(--spacing-size) * 5) !important; }
.uk-mx-5 {
  margin-left: calc(var(--spacing-size) * 5) !important;
  margin-right: calc(var(--spacing-size) * 5) !important; }
@media (min-width: 640px) {
  .uk-ma-5\@s {
    margin: calc(var(--spacing-size) * 5) !important; }
  .uk-mt-5\@s {
    margin-top: calc(var(--spacing-size) * 5) !important; }
  .uk-mb-5\@s {
    margin-bottom: calc(var(--spacing-size) * 5) !important; }
  .uk-ml-5\@s {
    margin-left: calc(var(--spacing-size) * 5) !important; }
  .uk-mr-5\@s {
    margin-right: calc(var(--spacing-size) * 5) !important; }
  .uk-my-5\@s {
    margin-top: calc(var(--spacing-size) * 5) !important;
    margin-bottom: calc(var(--spacing-size) * 5) !important; }
  .uk-mx-5\@s {
    margin-left: calc(var(--spacing-size) * 5) !important;
    margin-right: calc(var(--spacing-size) * 5) !important; } }
@media (min-width: 960px) {
  .uk-ma-5\@m {
    margin: calc(var(--spacing-size) * 5) !important; }
  .uk-mt-5\@m {
    margin-top: calc(var(--spacing-size) * 5) !important; }
  .uk-mb-5\@m {
    margin-bottom: calc(var(--spacing-size) * 5) !important; }
  .uk-ml-5\@m {
    margin-left: calc(var(--spacing-size) * 5) !important; }
  .uk-mr-5\@m {
    margin-right: calc(var(--spacing-size) * 5) !important; }
  .uk-my-5\@m {
    margin-top: calc(var(--spacing-size) * 5) !important;
    margin-bottom: calc(var(--spacing-size) * 5) !important; }
  .uk-mx-5\@m {
    margin-left: calc(var(--spacing-size) * 5) !important;
    margin-right: calc(var(--spacing-size) * 5) !important; } }
@media (min-width: 1200px) {
  .uk-ma-5\@l {
    margin: calc(var(--spacing-size) * 5) !important; }
  .uk-mt-5\@l {
    margin-top: calc(var(--spacing-size) * 5) !important; }
  .uk-mb-5\@l {
    margin-bottom: calc(var(--spacing-size) * 5) !important; }
  .uk-ml-5\@l {
    margin-left: calc(var(--spacing-size) * 5) !important; }
  .uk-mr-5\@l {
    margin-right: calc(var(--spacing-size) * 5) !important; }
  .uk-my-5\@l {
    margin-top: calc(var(--spacing-size) * 5) !important;
    margin-bottom: calc(var(--spacing-size) * 5) !important; }
  .uk-mx-5\@l {
    margin-left: calc(var(--spacing-size) * 5) !important;
    margin-right: calc(var(--spacing-size) * 5) !important; } }
@media (min-width: 1600px) {
  .uk-ma-5\@xl {
    margin: calc(var(--spacing-size) * 5) !important; }
  .uk-mt-5\@xl {
    margin-top: calc(var(--spacing-size) * 5) !important; }
  .uk-mb-5\@xl {
    margin-bottom: calc(var(--spacing-size) * 5) !important; }
  .uk-ml-5\@xl {
    margin-left: calc(var(--spacing-size) * 5) !important; }
  .uk-mr-5\@xl {
    margin-right: calc(var(--spacing-size) * 5) !important; }
  .uk-my-5\@xl {
    margin-top: calc(var(--spacing-size) * 5) !important;
    margin-bottom: calc(var(--spacing-size) * 5) !important; }
  .uk-mx-5\@xl {
    margin-left: calc(var(--spacing-size) * 5) !important;
    margin-right: calc(var(--spacing-size) * 5) !important; } }
.uk-ma-6 {
  margin: calc(var(--spacing-size) * 6) !important; }
.uk-mt-6 {
  margin-top: calc(var(--spacing-size) * 6) !important; }
.uk-mb-6 {
  margin-bottom: calc(var(--spacing-size) * 6) !important; }
.uk-ml-6 {
  margin-left: calc(var(--spacing-size) * 6) !important; }
.uk-mr-6 {
  margin-right: calc(var(--spacing-size) * 6) !important; }
.uk-my-6 {
  margin-top: calc(var(--spacing-size) * 6) !important;
  margin-bottom: calc(var(--spacing-size) * 6) !important; }
.uk-mx-6 {
  margin-left: calc(var(--spacing-size) * 6) !important;
  margin-right: calc(var(--spacing-size) * 6) !important; }
@media (min-width: 640px) {
  .uk-ma-6\@s {
    margin: calc(var(--spacing-size) * 6) !important; }
  .uk-mt-6\@s {
    margin-top: calc(var(--spacing-size) * 6) !important; }
  .uk-mb-6\@s {
    margin-bottom: calc(var(--spacing-size) * 6) !important; }
  .uk-ml-6\@s {
    margin-left: calc(var(--spacing-size) * 6) !important; }
  .uk-mr-6\@s {
    margin-right: calc(var(--spacing-size) * 6) !important; }
  .uk-my-6\@s {
    margin-top: calc(var(--spacing-size) * 6) !important;
    margin-bottom: calc(var(--spacing-size) * 6) !important; }
  .uk-mx-6\@s {
    margin-left: calc(var(--spacing-size) * 6) !important;
    margin-right: calc(var(--spacing-size) * 6) !important; } }
@media (min-width: 960px) {
  .uk-ma-6\@m {
    margin: calc(var(--spacing-size) * 6) !important; }
  .uk-mt-6\@m {
    margin-top: calc(var(--spacing-size) * 6) !important; }
  .uk-mb-6\@m {
    margin-bottom: calc(var(--spacing-size) * 6) !important; }
  .uk-ml-6\@m {
    margin-left: calc(var(--spacing-size) * 6) !important; }
  .uk-mr-6\@m {
    margin-right: calc(var(--spacing-size) * 6) !important; }
  .uk-my-6\@m {
    margin-top: calc(var(--spacing-size) * 6) !important;
    margin-bottom: calc(var(--spacing-size) * 6) !important; }
  .uk-mx-6\@m {
    margin-left: calc(var(--spacing-size) * 6) !important;
    margin-right: calc(var(--spacing-size) * 6) !important; } }
@media (min-width: 1200px) {
  .uk-ma-6\@l {
    margin: calc(var(--spacing-size) * 6) !important; }
  .uk-mt-6\@l {
    margin-top: calc(var(--spacing-size) * 6) !important; }
  .uk-mb-6\@l {
    margin-bottom: calc(var(--spacing-size) * 6) !important; }
  .uk-ml-6\@l {
    margin-left: calc(var(--spacing-size) * 6) !important; }
  .uk-mr-6\@l {
    margin-right: calc(var(--spacing-size) * 6) !important; }
  .uk-my-6\@l {
    margin-top: calc(var(--spacing-size) * 6) !important;
    margin-bottom: calc(var(--spacing-size) * 6) !important; }
  .uk-mx-6\@l {
    margin-left: calc(var(--spacing-size) * 6) !important;
    margin-right: calc(var(--spacing-size) * 6) !important; } }
@media (min-width: 1600px) {
  .uk-ma-6\@xl {
    margin: calc(var(--spacing-size) * 6) !important; }
  .uk-mt-6\@xl {
    margin-top: calc(var(--spacing-size) * 6) !important; }
  .uk-mb-6\@xl {
    margin-bottom: calc(var(--spacing-size) * 6) !important; }
  .uk-ml-6\@xl {
    margin-left: calc(var(--spacing-size) * 6) !important; }
  .uk-mr-6\@xl {
    margin-right: calc(var(--spacing-size) * 6) !important; }
  .uk-my-6\@xl {
    margin-top: calc(var(--spacing-size) * 6) !important;
    margin-bottom: calc(var(--spacing-size) * 6) !important; }
  .uk-mx-6\@xl {
    margin-left: calc(var(--spacing-size) * 6) !important;
    margin-right: calc(var(--spacing-size) * 6) !important; } }
.uk-ma-7 {
  margin: calc(var(--spacing-size) * 7) !important; }
.uk-mt-7 {
  margin-top: calc(var(--spacing-size) * 7) !important; }
.uk-mb-7 {
  margin-bottom: calc(var(--spacing-size) * 7) !important; }
.uk-ml-7 {
  margin-left: calc(var(--spacing-size) * 7) !important; }
.uk-mr-7 {
  margin-right: calc(var(--spacing-size) * 7) !important; }
.uk-my-7 {
  margin-top: calc(var(--spacing-size) * 7) !important;
  margin-bottom: calc(var(--spacing-size) * 7) !important; }
.uk-mx-7 {
  margin-left: calc(var(--spacing-size) * 7) !important;
  margin-right: calc(var(--spacing-size) * 7) !important; }
@media (min-width: 640px) {
  .uk-ma-7\@s {
    margin: calc(var(--spacing-size) * 7) !important; }
  .uk-mt-7\@s {
    margin-top: calc(var(--spacing-size) * 7) !important; }
  .uk-mb-7\@s {
    margin-bottom: calc(var(--spacing-size) * 7) !important; }
  .uk-ml-7\@s {
    margin-left: calc(var(--spacing-size) * 7) !important; }
  .uk-mr-7\@s {
    margin-right: calc(var(--spacing-size) * 7) !important; }
  .uk-my-7\@s {
    margin-top: calc(var(--spacing-size) * 7) !important;
    margin-bottom: calc(var(--spacing-size) * 7) !important; }
  .uk-mx-7\@s {
    margin-left: calc(var(--spacing-size) * 7) !important;
    margin-right: calc(var(--spacing-size) * 7) !important; } }
@media (min-width: 960px) {
  .uk-ma-7\@m {
    margin: calc(var(--spacing-size) * 7) !important; }
  .uk-mt-7\@m {
    margin-top: calc(var(--spacing-size) * 7) !important; }
  .uk-mb-7\@m {
    margin-bottom: calc(var(--spacing-size) * 7) !important; }
  .uk-ml-7\@m {
    margin-left: calc(var(--spacing-size) * 7) !important; }
  .uk-mr-7\@m {
    margin-right: calc(var(--spacing-size) * 7) !important; }
  .uk-my-7\@m {
    margin-top: calc(var(--spacing-size) * 7) !important;
    margin-bottom: calc(var(--spacing-size) * 7) !important; }
  .uk-mx-7\@m {
    margin-left: calc(var(--spacing-size) * 7) !important;
    margin-right: calc(var(--spacing-size) * 7) !important; } }
@media (min-width: 1200px) {
  .uk-ma-7\@l {
    margin: calc(var(--spacing-size) * 7) !important; }
  .uk-mt-7\@l {
    margin-top: calc(var(--spacing-size) * 7) !important; }
  .uk-mb-7\@l {
    margin-bottom: calc(var(--spacing-size) * 7) !important; }
  .uk-ml-7\@l {
    margin-left: calc(var(--spacing-size) * 7) !important; }
  .uk-mr-7\@l {
    margin-right: calc(var(--spacing-size) * 7) !important; }
  .uk-my-7\@l {
    margin-top: calc(var(--spacing-size) * 7) !important;
    margin-bottom: calc(var(--spacing-size) * 7) !important; }
  .uk-mx-7\@l {
    margin-left: calc(var(--spacing-size) * 7) !important;
    margin-right: calc(var(--spacing-size) * 7) !important; } }
@media (min-width: 1600px) {
  .uk-ma-7\@xl {
    margin: calc(var(--spacing-size) * 7) !important; }
  .uk-mt-7\@xl {
    margin-top: calc(var(--spacing-size) * 7) !important; }
  .uk-mb-7\@xl {
    margin-bottom: calc(var(--spacing-size) * 7) !important; }
  .uk-ml-7\@xl {
    margin-left: calc(var(--spacing-size) * 7) !important; }
  .uk-mr-7\@xl {
    margin-right: calc(var(--spacing-size) * 7) !important; }
  .uk-my-7\@xl {
    margin-top: calc(var(--spacing-size) * 7) !important;
    margin-bottom: calc(var(--spacing-size) * 7) !important; }
  .uk-mx-7\@xl {
    margin-left: calc(var(--spacing-size) * 7) !important;
    margin-right: calc(var(--spacing-size) * 7) !important; } }
.uk-ma-8 {
  margin: calc(var(--spacing-size) * 8) !important; }
.uk-mt-8 {
  margin-top: calc(var(--spacing-size) * 8) !important; }
.uk-mb-8 {
  margin-bottom: calc(var(--spacing-size) * 8) !important; }
.uk-ml-8 {
  margin-left: calc(var(--spacing-size) * 8) !important; }
.uk-mr-8 {
  margin-right: calc(var(--spacing-size) * 8) !important; }
.uk-my-8 {
  margin-top: calc(var(--spacing-size) * 8) !important;
  margin-bottom: calc(var(--spacing-size) * 8) !important; }
.uk-mx-8 {
  margin-left: calc(var(--spacing-size) * 8) !important;
  margin-right: calc(var(--spacing-size) * 8) !important; }
@media (min-width: 640px) {
  .uk-ma-8\@s {
    margin: calc(var(--spacing-size) * 8) !important; }
  .uk-mt-8\@s {
    margin-top: calc(var(--spacing-size) * 8) !important; }
  .uk-mb-8\@s {
    margin-bottom: calc(var(--spacing-size) * 8) !important; }
  .uk-ml-8\@s {
    margin-left: calc(var(--spacing-size) * 8) !important; }
  .uk-mr-8\@s {
    margin-right: calc(var(--spacing-size) * 8) !important; }
  .uk-my-8\@s {
    margin-top: calc(var(--spacing-size) * 8) !important;
    margin-bottom: calc(var(--spacing-size) * 8) !important; }
  .uk-mx-8\@s {
    margin-left: calc(var(--spacing-size) * 8) !important;
    margin-right: calc(var(--spacing-size) * 8) !important; } }
@media (min-width: 960px) {
  .uk-ma-8\@m {
    margin: calc(var(--spacing-size) * 8) !important; }
  .uk-mt-8\@m {
    margin-top: calc(var(--spacing-size) * 8) !important; }
  .uk-mb-8\@m {
    margin-bottom: calc(var(--spacing-size) * 8) !important; }
  .uk-ml-8\@m {
    margin-left: calc(var(--spacing-size) * 8) !important; }
  .uk-mr-8\@m {
    margin-right: calc(var(--spacing-size) * 8) !important; }
  .uk-my-8\@m {
    margin-top: calc(var(--spacing-size) * 8) !important;
    margin-bottom: calc(var(--spacing-size) * 8) !important; }
  .uk-mx-8\@m {
    margin-left: calc(var(--spacing-size) * 8) !important;
    margin-right: calc(var(--spacing-size) * 8) !important; } }
@media (min-width: 1200px) {
  .uk-ma-8\@l {
    margin: calc(var(--spacing-size) * 8) !important; }
  .uk-mt-8\@l {
    margin-top: calc(var(--spacing-size) * 8) !important; }
  .uk-mb-8\@l {
    margin-bottom: calc(var(--spacing-size) * 8) !important; }
  .uk-ml-8\@l {
    margin-left: calc(var(--spacing-size) * 8) !important; }
  .uk-mr-8\@l {
    margin-right: calc(var(--spacing-size) * 8) !important; }
  .uk-my-8\@l {
    margin-top: calc(var(--spacing-size) * 8) !important;
    margin-bottom: calc(var(--spacing-size) * 8) !important; }
  .uk-mx-8\@l {
    margin-left: calc(var(--spacing-size) * 8) !important;
    margin-right: calc(var(--spacing-size) * 8) !important; } }
@media (min-width: 1600px) {
  .uk-ma-8\@xl {
    margin: calc(var(--spacing-size) * 8) !important; }
  .uk-mt-8\@xl {
    margin-top: calc(var(--spacing-size) * 8) !important; }
  .uk-mb-8\@xl {
    margin-bottom: calc(var(--spacing-size) * 8) !important; }
  .uk-ml-8\@xl {
    margin-left: calc(var(--spacing-size) * 8) !important; }
  .uk-mr-8\@xl {
    margin-right: calc(var(--spacing-size) * 8) !important; }
  .uk-my-8\@xl {
    margin-top: calc(var(--spacing-size) * 8) !important;
    margin-bottom: calc(var(--spacing-size) * 8) !important; }
  .uk-mx-8\@xl {
    margin-left: calc(var(--spacing-size) * 8) !important;
    margin-right: calc(var(--spacing-size) * 8) !important; } }
.uk-ma-9 {
  margin: calc(var(--spacing-size) * 9) !important; }
.uk-mt-9 {
  margin-top: calc(var(--spacing-size) * 9) !important; }
.uk-mb-9 {
  margin-bottom: calc(var(--spacing-size) * 9) !important; }
.uk-ml-9 {
  margin-left: calc(var(--spacing-size) * 9) !important; }
.uk-mr-9 {
  margin-right: calc(var(--spacing-size) * 9) !important; }
.uk-my-9 {
  margin-top: calc(var(--spacing-size) * 9) !important;
  margin-bottom: calc(var(--spacing-size) * 9) !important; }
.uk-mx-9 {
  margin-left: calc(var(--spacing-size) * 9) !important;
  margin-right: calc(var(--spacing-size) * 9) !important; }
@media (min-width: 640px) {
  .uk-ma-9\@s {
    margin: calc(var(--spacing-size) * 9) !important; }
  .uk-mt-9\@s {
    margin-top: calc(var(--spacing-size) * 9) !important; }
  .uk-mb-9\@s {
    margin-bottom: calc(var(--spacing-size) * 9) !important; }
  .uk-ml-9\@s {
    margin-left: calc(var(--spacing-size) * 9) !important; }
  .uk-mr-9\@s {
    margin-right: calc(var(--spacing-size) * 9) !important; }
  .uk-my-9\@s {
    margin-top: calc(var(--spacing-size) * 9) !important;
    margin-bottom: calc(var(--spacing-size) * 9) !important; }
  .uk-mx-9\@s {
    margin-left: calc(var(--spacing-size) * 9) !important;
    margin-right: calc(var(--spacing-size) * 9) !important; } }
@media (min-width: 960px) {
  .uk-ma-9\@m {
    margin: calc(var(--spacing-size) * 9) !important; }
  .uk-mt-9\@m {
    margin-top: calc(var(--spacing-size) * 9) !important; }
  .uk-mb-9\@m {
    margin-bottom: calc(var(--spacing-size) * 9) !important; }
  .uk-ml-9\@m {
    margin-left: calc(var(--spacing-size) * 9) !important; }
  .uk-mr-9\@m {
    margin-right: calc(var(--spacing-size) * 9) !important; }
  .uk-my-9\@m {
    margin-top: calc(var(--spacing-size) * 9) !important;
    margin-bottom: calc(var(--spacing-size) * 9) !important; }
  .uk-mx-9\@m {
    margin-left: calc(var(--spacing-size) * 9) !important;
    margin-right: calc(var(--spacing-size) * 9) !important; } }
@media (min-width: 1200px) {
  .uk-ma-9\@l {
    margin: calc(var(--spacing-size) * 9) !important; }
  .uk-mt-9\@l {
    margin-top: calc(var(--spacing-size) * 9) !important; }
  .uk-mb-9\@l {
    margin-bottom: calc(var(--spacing-size) * 9) !important; }
  .uk-ml-9\@l {
    margin-left: calc(var(--spacing-size) * 9) !important; }
  .uk-mr-9\@l {
    margin-right: calc(var(--spacing-size) * 9) !important; }
  .uk-my-9\@l {
    margin-top: calc(var(--spacing-size) * 9) !important;
    margin-bottom: calc(var(--spacing-size) * 9) !important; }
  .uk-mx-9\@l {
    margin-left: calc(var(--spacing-size) * 9) !important;
    margin-right: calc(var(--spacing-size) * 9) !important; } }
@media (min-width: 1600px) {
  .uk-ma-9\@xl {
    margin: calc(var(--spacing-size) * 9) !important; }
  .uk-mt-9\@xl {
    margin-top: calc(var(--spacing-size) * 9) !important; }
  .uk-mb-9\@xl {
    margin-bottom: calc(var(--spacing-size) * 9) !important; }
  .uk-ml-9\@xl {
    margin-left: calc(var(--spacing-size) * 9) !important; }
  .uk-mr-9\@xl {
    margin-right: calc(var(--spacing-size) * 9) !important; }
  .uk-my-9\@xl {
    margin-top: calc(var(--spacing-size) * 9) !important;
    margin-bottom: calc(var(--spacing-size) * 9) !important; }
  .uk-mx-9\@xl {
    margin-left: calc(var(--spacing-size) * 9) !important;
    margin-right: calc(var(--spacing-size) * 9) !important; } }
.uk-ma-10 {
  margin: calc(var(--spacing-size) * 10) !important; }
.uk-mt-10 {
  margin-top: calc(var(--spacing-size) * 10) !important; }
.uk-mb-10 {
  margin-bottom: calc(var(--spacing-size) * 10) !important; }
.uk-ml-10 {
  margin-left: calc(var(--spacing-size) * 10) !important; }
.uk-mr-10 {
  margin-right: calc(var(--spacing-size) * 10) !important; }
.uk-my-10 {
  margin-top: calc(var(--spacing-size) * 10) !important;
  margin-bottom: calc(var(--spacing-size) * 10) !important; }
.uk-mx-10 {
  margin-left: calc(var(--spacing-size) * 10) !important;
  margin-right: calc(var(--spacing-size) * 10) !important; }
@media (min-width: 640px) {
  .uk-ma-10\@s {
    margin: calc(var(--spacing-size) * 10) !important; }
  .uk-mt-10\@s {
    margin-top: calc(var(--spacing-size) * 10) !important; }
  .uk-mb-10\@s {
    margin-bottom: calc(var(--spacing-size) * 10) !important; }
  .uk-ml-10\@s {
    margin-left: calc(var(--spacing-size) * 10) !important; }
  .uk-mr-10\@s {
    margin-right: calc(var(--spacing-size) * 10) !important; }
  .uk-my-10\@s {
    margin-top: calc(var(--spacing-size) * 10) !important;
    margin-bottom: calc(var(--spacing-size) * 10) !important; }
  .uk-mx-10\@s {
    margin-left: calc(var(--spacing-size) * 10) !important;
    margin-right: calc(var(--spacing-size) * 10) !important; } }
@media (min-width: 960px) {
  .uk-ma-10\@m {
    margin: calc(var(--spacing-size) * 10) !important; }
  .uk-mt-10\@m {
    margin-top: calc(var(--spacing-size) * 10) !important; }
  .uk-mb-10\@m {
    margin-bottom: calc(var(--spacing-size) * 10) !important; }
  .uk-ml-10\@m {
    margin-left: calc(var(--spacing-size) * 10) !important; }
  .uk-mr-10\@m {
    margin-right: calc(var(--spacing-size) * 10) !important; }
  .uk-my-10\@m {
    margin-top: calc(var(--spacing-size) * 10) !important;
    margin-bottom: calc(var(--spacing-size) * 10) !important; }
  .uk-mx-10\@m {
    margin-left: calc(var(--spacing-size) * 10) !important;
    margin-right: calc(var(--spacing-size) * 10) !important; } }
@media (min-width: 1200px) {
  .uk-ma-10\@l {
    margin: calc(var(--spacing-size) * 10) !important; }
  .uk-mt-10\@l {
    margin-top: calc(var(--spacing-size) * 10) !important; }
  .uk-mb-10\@l {
    margin-bottom: calc(var(--spacing-size) * 10) !important; }
  .uk-ml-10\@l {
    margin-left: calc(var(--spacing-size) * 10) !important; }
  .uk-mr-10\@l {
    margin-right: calc(var(--spacing-size) * 10) !important; }
  .uk-my-10\@l {
    margin-top: calc(var(--spacing-size) * 10) !important;
    margin-bottom: calc(var(--spacing-size) * 10) !important; }
  .uk-mx-10\@l {
    margin-left: calc(var(--spacing-size) * 10) !important;
    margin-right: calc(var(--spacing-size) * 10) !important; } }
@media (min-width: 1600px) {
  .uk-ma-10\@xl {
    margin: calc(var(--spacing-size) * 10) !important; }
  .uk-mt-10\@xl {
    margin-top: calc(var(--spacing-size) * 10) !important; }
  .uk-mb-10\@xl {
    margin-bottom: calc(var(--spacing-size) * 10) !important; }
  .uk-ml-10\@xl {
    margin-left: calc(var(--spacing-size) * 10) !important; }
  .uk-mr-10\@xl {
    margin-right: calc(var(--spacing-size) * 10) !important; }
  .uk-my-10\@xl {
    margin-top: calc(var(--spacing-size) * 10) !important;
    margin-bottom: calc(var(--spacing-size) * 10) !important; }
  .uk-mx-10\@xl {
    margin-left: calc(var(--spacing-size) * 10) !important;
    margin-right: calc(var(--spacing-size) * 10) !important; } }
.uk-ma-11 {
  margin: calc(var(--spacing-size) * 11) !important; }
.uk-mt-11 {
  margin-top: calc(var(--spacing-size) * 11) !important; }
.uk-mb-11 {
  margin-bottom: calc(var(--spacing-size) * 11) !important; }
.uk-ml-11 {
  margin-left: calc(var(--spacing-size) * 11) !important; }
.uk-mr-11 {
  margin-right: calc(var(--spacing-size) * 11) !important; }
.uk-my-11 {
  margin-top: calc(var(--spacing-size) * 11) !important;
  margin-bottom: calc(var(--spacing-size) * 11) !important; }
.uk-mx-11 {
  margin-left: calc(var(--spacing-size) * 11) !important;
  margin-right: calc(var(--spacing-size) * 11) !important; }
@media (min-width: 640px) {
  .uk-ma-11\@s {
    margin: calc(var(--spacing-size) * 11) !important; }
  .uk-mt-11\@s {
    margin-top: calc(var(--spacing-size) * 11) !important; }
  .uk-mb-11\@s {
    margin-bottom: calc(var(--spacing-size) * 11) !important; }
  .uk-ml-11\@s {
    margin-left: calc(var(--spacing-size) * 11) !important; }
  .uk-mr-11\@s {
    margin-right: calc(var(--spacing-size) * 11) !important; }
  .uk-my-11\@s {
    margin-top: calc(var(--spacing-size) * 11) !important;
    margin-bottom: calc(var(--spacing-size) * 11) !important; }
  .uk-mx-11\@s {
    margin-left: calc(var(--spacing-size) * 11) !important;
    margin-right: calc(var(--spacing-size) * 11) !important; } }
@media (min-width: 960px) {
  .uk-ma-11\@m {
    margin: calc(var(--spacing-size) * 11) !important; }
  .uk-mt-11\@m {
    margin-top: calc(var(--spacing-size) * 11) !important; }
  .uk-mb-11\@m {
    margin-bottom: calc(var(--spacing-size) * 11) !important; }
  .uk-ml-11\@m {
    margin-left: calc(var(--spacing-size) * 11) !important; }
  .uk-mr-11\@m {
    margin-right: calc(var(--spacing-size) * 11) !important; }
  .uk-my-11\@m {
    margin-top: calc(var(--spacing-size) * 11) !important;
    margin-bottom: calc(var(--spacing-size) * 11) !important; }
  .uk-mx-11\@m {
    margin-left: calc(var(--spacing-size) * 11) !important;
    margin-right: calc(var(--spacing-size) * 11) !important; } }
@media (min-width: 1200px) {
  .uk-ma-11\@l {
    margin: calc(var(--spacing-size) * 11) !important; }
  .uk-mt-11\@l {
    margin-top: calc(var(--spacing-size) * 11) !important; }
  .uk-mb-11\@l {
    margin-bottom: calc(var(--spacing-size) * 11) !important; }
  .uk-ml-11\@l {
    margin-left: calc(var(--spacing-size) * 11) !important; }
  .uk-mr-11\@l {
    margin-right: calc(var(--spacing-size) * 11) !important; }
  .uk-my-11\@l {
    margin-top: calc(var(--spacing-size) * 11) !important;
    margin-bottom: calc(var(--spacing-size) * 11) !important; }
  .uk-mx-11\@l {
    margin-left: calc(var(--spacing-size) * 11) !important;
    margin-right: calc(var(--spacing-size) * 11) !important; } }
@media (min-width: 1600px) {
  .uk-ma-11\@xl {
    margin: calc(var(--spacing-size) * 11) !important; }
  .uk-mt-11\@xl {
    margin-top: calc(var(--spacing-size) * 11) !important; }
  .uk-mb-11\@xl {
    margin-bottom: calc(var(--spacing-size) * 11) !important; }
  .uk-ml-11\@xl {
    margin-left: calc(var(--spacing-size) * 11) !important; }
  .uk-mr-11\@xl {
    margin-right: calc(var(--spacing-size) * 11) !important; }
  .uk-my-11\@xl {
    margin-top: calc(var(--spacing-size) * 11) !important;
    margin-bottom: calc(var(--spacing-size) * 11) !important; }
  .uk-mx-11\@xl {
    margin-left: calc(var(--spacing-size) * 11) !important;
    margin-right: calc(var(--spacing-size) * 11) !important; } }
.uk-ma-12 {
  margin: calc(var(--spacing-size) * 12) !important; }
.uk-mt-12 {
  margin-top: calc(var(--spacing-size) * 12) !important; }
.uk-mb-12 {
  margin-bottom: calc(var(--spacing-size) * 12) !important; }
.uk-ml-12 {
  margin-left: calc(var(--spacing-size) * 12) !important; }
.uk-mr-12 {
  margin-right: calc(var(--spacing-size) * 12) !important; }
.uk-my-12 {
  margin-top: calc(var(--spacing-size) * 12) !important;
  margin-bottom: calc(var(--spacing-size) * 12) !important; }
.uk-mx-12 {
  margin-left: calc(var(--spacing-size) * 12) !important;
  margin-right: calc(var(--spacing-size) * 12) !important; }
@media (min-width: 640px) {
  .uk-ma-12\@s {
    margin: calc(var(--spacing-size) * 12) !important; }
  .uk-mt-12\@s {
    margin-top: calc(var(--spacing-size) * 12) !important; }
  .uk-mb-12\@s {
    margin-bottom: calc(var(--spacing-size) * 12) !important; }
  .uk-ml-12\@s {
    margin-left: calc(var(--spacing-size) * 12) !important; }
  .uk-mr-12\@s {
    margin-right: calc(var(--spacing-size) * 12) !important; }
  .uk-my-12\@s {
    margin-top: calc(var(--spacing-size) * 12) !important;
    margin-bottom: calc(var(--spacing-size) * 12) !important; }
  .uk-mx-12\@s {
    margin-left: calc(var(--spacing-size) * 12) !important;
    margin-right: calc(var(--spacing-size) * 12) !important; } }
@media (min-width: 960px) {
  .uk-ma-12\@m {
    margin: calc(var(--spacing-size) * 12) !important; }
  .uk-mt-12\@m {
    margin-top: calc(var(--spacing-size) * 12) !important; }
  .uk-mb-12\@m {
    margin-bottom: calc(var(--spacing-size) * 12) !important; }
  .uk-ml-12\@m {
    margin-left: calc(var(--spacing-size) * 12) !important; }
  .uk-mr-12\@m {
    margin-right: calc(var(--spacing-size) * 12) !important; }
  .uk-my-12\@m {
    margin-top: calc(var(--spacing-size) * 12) !important;
    margin-bottom: calc(var(--spacing-size) * 12) !important; }
  .uk-mx-12\@m {
    margin-left: calc(var(--spacing-size) * 12) !important;
    margin-right: calc(var(--spacing-size) * 12) !important; } }
@media (min-width: 1200px) {
  .uk-ma-12\@l {
    margin: calc(var(--spacing-size) * 12) !important; }
  .uk-mt-12\@l {
    margin-top: calc(var(--spacing-size) * 12) !important; }
  .uk-mb-12\@l {
    margin-bottom: calc(var(--spacing-size) * 12) !important; }
  .uk-ml-12\@l {
    margin-left: calc(var(--spacing-size) * 12) !important; }
  .uk-mr-12\@l {
    margin-right: calc(var(--spacing-size) * 12) !important; }
  .uk-my-12\@l {
    margin-top: calc(var(--spacing-size) * 12) !important;
    margin-bottom: calc(var(--spacing-size) * 12) !important; }
  .uk-mx-12\@l {
    margin-left: calc(var(--spacing-size) * 12) !important;
    margin-right: calc(var(--spacing-size) * 12) !important; } }
@media (min-width: 1600px) {
  .uk-ma-12\@xl {
    margin: calc(var(--spacing-size) * 12) !important; }
  .uk-mt-12\@xl {
    margin-top: calc(var(--spacing-size) * 12) !important; }
  .uk-mb-12\@xl {
    margin-bottom: calc(var(--spacing-size) * 12) !important; }
  .uk-ml-12\@xl {
    margin-left: calc(var(--spacing-size) * 12) !important; }
  .uk-mr-12\@xl {
    margin-right: calc(var(--spacing-size) * 12) !important; }
  .uk-my-12\@xl {
    margin-top: calc(var(--spacing-size) * 12) !important;
    margin-bottom: calc(var(--spacing-size) * 12) !important; }
  .uk-mx-12\@xl {
    margin-left: calc(var(--spacing-size) * 12) !important;
    margin-right: calc(var(--spacing-size) * 12) !important; } }
.uk-ma-13 {
  margin: calc(var(--spacing-size) * 13) !important; }
.uk-mt-13 {
  margin-top: calc(var(--spacing-size) * 13) !important; }
.uk-mb-13 {
  margin-bottom: calc(var(--spacing-size) * 13) !important; }
.uk-ml-13 {
  margin-left: calc(var(--spacing-size) * 13) !important; }
.uk-mr-13 {
  margin-right: calc(var(--spacing-size) * 13) !important; }
.uk-my-13 {
  margin-top: calc(var(--spacing-size) * 13) !important;
  margin-bottom: calc(var(--spacing-size) * 13) !important; }
.uk-mx-13 {
  margin-left: calc(var(--spacing-size) * 13) !important;
  margin-right: calc(var(--spacing-size) * 13) !important; }
@media (min-width: 640px) {
  .uk-ma-13\@s {
    margin: calc(var(--spacing-size) * 13) !important; }
  .uk-mt-13\@s {
    margin-top: calc(var(--spacing-size) * 13) !important; }
  .uk-mb-13\@s {
    margin-bottom: calc(var(--spacing-size) * 13) !important; }
  .uk-ml-13\@s {
    margin-left: calc(var(--spacing-size) * 13) !important; }
  .uk-mr-13\@s {
    margin-right: calc(var(--spacing-size) * 13) !important; }
  .uk-my-13\@s {
    margin-top: calc(var(--spacing-size) * 13) !important;
    margin-bottom: calc(var(--spacing-size) * 13) !important; }
  .uk-mx-13\@s {
    margin-left: calc(var(--spacing-size) * 13) !important;
    margin-right: calc(var(--spacing-size) * 13) !important; } }
@media (min-width: 960px) {
  .uk-ma-13\@m {
    margin: calc(var(--spacing-size) * 13) !important; }
  .uk-mt-13\@m {
    margin-top: calc(var(--spacing-size) * 13) !important; }
  .uk-mb-13\@m {
    margin-bottom: calc(var(--spacing-size) * 13) !important; }
  .uk-ml-13\@m {
    margin-left: calc(var(--spacing-size) * 13) !important; }
  .uk-mr-13\@m {
    margin-right: calc(var(--spacing-size) * 13) !important; }
  .uk-my-13\@m {
    margin-top: calc(var(--spacing-size) * 13) !important;
    margin-bottom: calc(var(--spacing-size) * 13) !important; }
  .uk-mx-13\@m {
    margin-left: calc(var(--spacing-size) * 13) !important;
    margin-right: calc(var(--spacing-size) * 13) !important; } }
@media (min-width: 1200px) {
  .uk-ma-13\@l {
    margin: calc(var(--spacing-size) * 13) !important; }
  .uk-mt-13\@l {
    margin-top: calc(var(--spacing-size) * 13) !important; }
  .uk-mb-13\@l {
    margin-bottom: calc(var(--spacing-size) * 13) !important; }
  .uk-ml-13\@l {
    margin-left: calc(var(--spacing-size) * 13) !important; }
  .uk-mr-13\@l {
    margin-right: calc(var(--spacing-size) * 13) !important; }
  .uk-my-13\@l {
    margin-top: calc(var(--spacing-size) * 13) !important;
    margin-bottom: calc(var(--spacing-size) * 13) !important; }
  .uk-mx-13\@l {
    margin-left: calc(var(--spacing-size) * 13) !important;
    margin-right: calc(var(--spacing-size) * 13) !important; } }
@media (min-width: 1600px) {
  .uk-ma-13\@xl {
    margin: calc(var(--spacing-size) * 13) !important; }
  .uk-mt-13\@xl {
    margin-top: calc(var(--spacing-size) * 13) !important; }
  .uk-mb-13\@xl {
    margin-bottom: calc(var(--spacing-size) * 13) !important; }
  .uk-ml-13\@xl {
    margin-left: calc(var(--spacing-size) * 13) !important; }
  .uk-mr-13\@xl {
    margin-right: calc(var(--spacing-size) * 13) !important; }
  .uk-my-13\@xl {
    margin-top: calc(var(--spacing-size) * 13) !important;
    margin-bottom: calc(var(--spacing-size) * 13) !important; }
  .uk-mx-13\@xl {
    margin-left: calc(var(--spacing-size) * 13) !important;
    margin-right: calc(var(--spacing-size) * 13) !important; } }
.uk-ma-14 {
  margin: calc(var(--spacing-size) * 14) !important; }
.uk-mt-14 {
  margin-top: calc(var(--spacing-size) * 14) !important; }
.uk-mb-14 {
  margin-bottom: calc(var(--spacing-size) * 14) !important; }
.uk-ml-14 {
  margin-left: calc(var(--spacing-size) * 14) !important; }
.uk-mr-14 {
  margin-right: calc(var(--spacing-size) * 14) !important; }
.uk-my-14 {
  margin-top: calc(var(--spacing-size) * 14) !important;
  margin-bottom: calc(var(--spacing-size) * 14) !important; }
.uk-mx-14 {
  margin-left: calc(var(--spacing-size) * 14) !important;
  margin-right: calc(var(--spacing-size) * 14) !important; }
@media (min-width: 640px) {
  .uk-ma-14\@s {
    margin: calc(var(--spacing-size) * 14) !important; }
  .uk-mt-14\@s {
    margin-top: calc(var(--spacing-size) * 14) !important; }
  .uk-mb-14\@s {
    margin-bottom: calc(var(--spacing-size) * 14) !important; }
  .uk-ml-14\@s {
    margin-left: calc(var(--spacing-size) * 14) !important; }
  .uk-mr-14\@s {
    margin-right: calc(var(--spacing-size) * 14) !important; }
  .uk-my-14\@s {
    margin-top: calc(var(--spacing-size) * 14) !important;
    margin-bottom: calc(var(--spacing-size) * 14) !important; }
  .uk-mx-14\@s {
    margin-left: calc(var(--spacing-size) * 14) !important;
    margin-right: calc(var(--spacing-size) * 14) !important; } }
@media (min-width: 960px) {
  .uk-ma-14\@m {
    margin: calc(var(--spacing-size) * 14) !important; }
  .uk-mt-14\@m {
    margin-top: calc(var(--spacing-size) * 14) !important; }
  .uk-mb-14\@m {
    margin-bottom: calc(var(--spacing-size) * 14) !important; }
  .uk-ml-14\@m {
    margin-left: calc(var(--spacing-size) * 14) !important; }
  .uk-mr-14\@m {
    margin-right: calc(var(--spacing-size) * 14) !important; }
  .uk-my-14\@m {
    margin-top: calc(var(--spacing-size) * 14) !important;
    margin-bottom: calc(var(--spacing-size) * 14) !important; }
  .uk-mx-14\@m {
    margin-left: calc(var(--spacing-size) * 14) !important;
    margin-right: calc(var(--spacing-size) * 14) !important; } }
@media (min-width: 1200px) {
  .uk-ma-14\@l {
    margin: calc(var(--spacing-size) * 14) !important; }
  .uk-mt-14\@l {
    margin-top: calc(var(--spacing-size) * 14) !important; }
  .uk-mb-14\@l {
    margin-bottom: calc(var(--spacing-size) * 14) !important; }
  .uk-ml-14\@l {
    margin-left: calc(var(--spacing-size) * 14) !important; }
  .uk-mr-14\@l {
    margin-right: calc(var(--spacing-size) * 14) !important; }
  .uk-my-14\@l {
    margin-top: calc(var(--spacing-size) * 14) !important;
    margin-bottom: calc(var(--spacing-size) * 14) !important; }
  .uk-mx-14\@l {
    margin-left: calc(var(--spacing-size) * 14) !important;
    margin-right: calc(var(--spacing-size) * 14) !important; } }
@media (min-width: 1600px) {
  .uk-ma-14\@xl {
    margin: calc(var(--spacing-size) * 14) !important; }
  .uk-mt-14\@xl {
    margin-top: calc(var(--spacing-size) * 14) !important; }
  .uk-mb-14\@xl {
    margin-bottom: calc(var(--spacing-size) * 14) !important; }
  .uk-ml-14\@xl {
    margin-left: calc(var(--spacing-size) * 14) !important; }
  .uk-mr-14\@xl {
    margin-right: calc(var(--spacing-size) * 14) !important; }
  .uk-my-14\@xl {
    margin-top: calc(var(--spacing-size) * 14) !important;
    margin-bottom: calc(var(--spacing-size) * 14) !important; }
  .uk-mx-14\@xl {
    margin-left: calc(var(--spacing-size) * 14) !important;
    margin-right: calc(var(--spacing-size) * 14) !important; } }
.uk-ma-15 {
  margin: calc(var(--spacing-size) * 15) !important; }
.uk-mt-15 {
  margin-top: calc(var(--spacing-size) * 15) !important; }
.uk-mb-15 {
  margin-bottom: calc(var(--spacing-size) * 15) !important; }
.uk-ml-15 {
  margin-left: calc(var(--spacing-size) * 15) !important; }
.uk-mr-15 {
  margin-right: calc(var(--spacing-size) * 15) !important; }
.uk-my-15 {
  margin-top: calc(var(--spacing-size) * 15) !important;
  margin-bottom: calc(var(--spacing-size) * 15) !important; }
.uk-mx-15 {
  margin-left: calc(var(--spacing-size) * 15) !important;
  margin-right: calc(var(--spacing-size) * 15) !important; }
@media (min-width: 640px) {
  .uk-ma-15\@s {
    margin: calc(var(--spacing-size) * 15) !important; }
  .uk-mt-15\@s {
    margin-top: calc(var(--spacing-size) * 15) !important; }
  .uk-mb-15\@s {
    margin-bottom: calc(var(--spacing-size) * 15) !important; }
  .uk-ml-15\@s {
    margin-left: calc(var(--spacing-size) * 15) !important; }
  .uk-mr-15\@s {
    margin-right: calc(var(--spacing-size) * 15) !important; }
  .uk-my-15\@s {
    margin-top: calc(var(--spacing-size) * 15) !important;
    margin-bottom: calc(var(--spacing-size) * 15) !important; }
  .uk-mx-15\@s {
    margin-left: calc(var(--spacing-size) * 15) !important;
    margin-right: calc(var(--spacing-size) * 15) !important; } }
@media (min-width: 960px) {
  .uk-ma-15\@m {
    margin: calc(var(--spacing-size) * 15) !important; }
  .uk-mt-15\@m {
    margin-top: calc(var(--spacing-size) * 15) !important; }
  .uk-mb-15\@m {
    margin-bottom: calc(var(--spacing-size) * 15) !important; }
  .uk-ml-15\@m {
    margin-left: calc(var(--spacing-size) * 15) !important; }
  .uk-mr-15\@m {
    margin-right: calc(var(--spacing-size) * 15) !important; }
  .uk-my-15\@m {
    margin-top: calc(var(--spacing-size) * 15) !important;
    margin-bottom: calc(var(--spacing-size) * 15) !important; }
  .uk-mx-15\@m {
    margin-left: calc(var(--spacing-size) * 15) !important;
    margin-right: calc(var(--spacing-size) * 15) !important; } }
@media (min-width: 1200px) {
  .uk-ma-15\@l {
    margin: calc(var(--spacing-size) * 15) !important; }
  .uk-mt-15\@l {
    margin-top: calc(var(--spacing-size) * 15) !important; }
  .uk-mb-15\@l {
    margin-bottom: calc(var(--spacing-size) * 15) !important; }
  .uk-ml-15\@l {
    margin-left: calc(var(--spacing-size) * 15) !important; }
  .uk-mr-15\@l {
    margin-right: calc(var(--spacing-size) * 15) !important; }
  .uk-my-15\@l {
    margin-top: calc(var(--spacing-size) * 15) !important;
    margin-bottom: calc(var(--spacing-size) * 15) !important; }
  .uk-mx-15\@l {
    margin-left: calc(var(--spacing-size) * 15) !important;
    margin-right: calc(var(--spacing-size) * 15) !important; } }
@media (min-width: 1600px) {
  .uk-ma-15\@xl {
    margin: calc(var(--spacing-size) * 15) !important; }
  .uk-mt-15\@xl {
    margin-top: calc(var(--spacing-size) * 15) !important; }
  .uk-mb-15\@xl {
    margin-bottom: calc(var(--spacing-size) * 15) !important; }
  .uk-ml-15\@xl {
    margin-left: calc(var(--spacing-size) * 15) !important; }
  .uk-mr-15\@xl {
    margin-right: calc(var(--spacing-size) * 15) !important; }
  .uk-my-15\@xl {
    margin-top: calc(var(--spacing-size) * 15) !important;
    margin-bottom: calc(var(--spacing-size) * 15) !important; }
  .uk-mx-15\@xl {
    margin-left: calc(var(--spacing-size) * 15) !important;
    margin-right: calc(var(--spacing-size) * 15) !important; } }
.uk-ma-16 {
  margin: calc(var(--spacing-size) * 16) !important; }
.uk-mt-16 {
  margin-top: calc(var(--spacing-size) * 16) !important; }
.uk-mb-16 {
  margin-bottom: calc(var(--spacing-size) * 16) !important; }
.uk-ml-16 {
  margin-left: calc(var(--spacing-size) * 16) !important; }
.uk-mr-16 {
  margin-right: calc(var(--spacing-size) * 16) !important; }
.uk-my-16 {
  margin-top: calc(var(--spacing-size) * 16) !important;
  margin-bottom: calc(var(--spacing-size) * 16) !important; }
.uk-mx-16 {
  margin-left: calc(var(--spacing-size) * 16) !important;
  margin-right: calc(var(--spacing-size) * 16) !important; }
@media (min-width: 640px) {
  .uk-ma-16\@s {
    margin: calc(var(--spacing-size) * 16) !important; }
  .uk-mt-16\@s {
    margin-top: calc(var(--spacing-size) * 16) !important; }
  .uk-mb-16\@s {
    margin-bottom: calc(var(--spacing-size) * 16) !important; }
  .uk-ml-16\@s {
    margin-left: calc(var(--spacing-size) * 16) !important; }
  .uk-mr-16\@s {
    margin-right: calc(var(--spacing-size) * 16) !important; }
  .uk-my-16\@s {
    margin-top: calc(var(--spacing-size) * 16) !important;
    margin-bottom: calc(var(--spacing-size) * 16) !important; }
  .uk-mx-16\@s {
    margin-left: calc(var(--spacing-size) * 16) !important;
    margin-right: calc(var(--spacing-size) * 16) !important; } }
@media (min-width: 960px) {
  .uk-ma-16\@m {
    margin: calc(var(--spacing-size) * 16) !important; }
  .uk-mt-16\@m {
    margin-top: calc(var(--spacing-size) * 16) !important; }
  .uk-mb-16\@m {
    margin-bottom: calc(var(--spacing-size) * 16) !important; }
  .uk-ml-16\@m {
    margin-left: calc(var(--spacing-size) * 16) !important; }
  .uk-mr-16\@m {
    margin-right: calc(var(--spacing-size) * 16) !important; }
  .uk-my-16\@m {
    margin-top: calc(var(--spacing-size) * 16) !important;
    margin-bottom: calc(var(--spacing-size) * 16) !important; }
  .uk-mx-16\@m {
    margin-left: calc(var(--spacing-size) * 16) !important;
    margin-right: calc(var(--spacing-size) * 16) !important; } }
@media (min-width: 1200px) {
  .uk-ma-16\@l {
    margin: calc(var(--spacing-size) * 16) !important; }
  .uk-mt-16\@l {
    margin-top: calc(var(--spacing-size) * 16) !important; }
  .uk-mb-16\@l {
    margin-bottom: calc(var(--spacing-size) * 16) !important; }
  .uk-ml-16\@l {
    margin-left: calc(var(--spacing-size) * 16) !important; }
  .uk-mr-16\@l {
    margin-right: calc(var(--spacing-size) * 16) !important; }
  .uk-my-16\@l {
    margin-top: calc(var(--spacing-size) * 16) !important;
    margin-bottom: calc(var(--spacing-size) * 16) !important; }
  .uk-mx-16\@l {
    margin-left: calc(var(--spacing-size) * 16) !important;
    margin-right: calc(var(--spacing-size) * 16) !important; } }
@media (min-width: 1600px) {
  .uk-ma-16\@xl {
    margin: calc(var(--spacing-size) * 16) !important; }
  .uk-mt-16\@xl {
    margin-top: calc(var(--spacing-size) * 16) !important; }
  .uk-mb-16\@xl {
    margin-bottom: calc(var(--spacing-size) * 16) !important; }
  .uk-ml-16\@xl {
    margin-left: calc(var(--spacing-size) * 16) !important; }
  .uk-mr-16\@xl {
    margin-right: calc(var(--spacing-size) * 16) !important; }
  .uk-my-16\@xl {
    margin-top: calc(var(--spacing-size) * 16) !important;
    margin-bottom: calc(var(--spacing-size) * 16) !important; }
  .uk-mx-16\@xl {
    margin-left: calc(var(--spacing-size) * 16) !important;
    margin-right: calc(var(--spacing-size) * 16) !important; } }
/* Remove
 ========================================================================== */
.uk-ma-r {
  margin: 0 !important; }
.uk-mt-r {
  margin-top: 0 !important; }
.uk-mb-r {
  margin-bottom: 0 !important; }
.uk-ml-r {
  margin-left: 0 !important; }
.uk-mr-r {
  margin-right: 0 !important; }
.uk-my-r {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }
.uk-mx-r {
  margin-left: 0 !important;
  margin-right: 0 !important; }
.uk-mt-r-adjacent + *,
.uk-mt-r-first-child > :first-child {
  margin-top: 0 !important; }
.uk-mb-r-last-child > :last-child {
  margin-bottom: 0 !important; }
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-ma-r\@s {
    margin: 0 !important; }
  .uk-mt-r\@s {
    margin-top: 0 !important; }
  .uk-mb-r\@s {
    margin-bottom: 0 !important; }
  .uk-ml-r\@s {
    margin-left: 0 !important; }
  .uk-mr-r\@s {
    margin-right: 0 !important; }
  .uk-my-r\@s {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .uk-mx-r\@s {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .uk-mt-r-adjacent\@s + *,
  .uk-mt-r-first-child\@s > :first-child {
    margin-top: 0 !important; }
  .uk-mb-r-last-child\@s > :last-child {
    margin-bottom: 0 !important; } }
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-ma-r\@m {
    margin: 0 !important; }
  .uk-mt-r\@m {
    margin-top: 0 !important; }
  .uk-mb-r\@m {
    margin-bottom: 0 !important; }
  .uk-ml-r\@m {
    margin-left: 0 !important; }
  .uk-mr-r\@m {
    margin-right: 0 !important; }
  .uk-my-r\@m {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .uk-mx-r\@m {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .uk-mt-r-adjacent\@m + *,
  .uk-mt-r-first-child\@m > :first-child {
    margin-top: 0 !important; }
  .uk-mb-r-last-child\@m > :last-child {
    margin-bottom: 0 !important; } }
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-ma-r\@l {
    margin: 0 !important; }
  .uk-mt-r\@l {
    margin-top: 0 !important; }
  .uk-mb-r\@l {
    margin-bottom: 0 !important; }
  .uk-ml-r\@l {
    margin-left: 0 !important; }
  .uk-mr-r\@l {
    margin-right: 0 !important; }
  .uk-my-r\@l {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .uk-mx-r\@l {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .uk-mt-r-adjacent\@l + *,
  .uk-mt-r-first-child\@l > :first-child {
    margin-top: 0 !important; }
  .uk-mb-r-last-child\@l > :last-child {
    margin-bottom: 0 !important; } }
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-ma-r\@xl {
    margin: 0 !important; }
  .uk-mt-r\@xl {
    margin-top: 0 !important; }
  .uk-mb-r\@xl {
    margin-bottom: 0 !important; }
  .uk-ml-r\@xl {
    margin-left: 0 !important; }
  .uk-mr-r\@xl {
    margin-right: 0 !important; }
  .uk-my-r\@xl {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .uk-mx-r\@xl {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .uk-mt-r-adjacent\@xl + *,
  .uk-mt-r-first-child\@xl > :first-child {
    margin-top: 0 !important; }
  .uk-mb-r-last-child\@xl > :last-child {
    margin-bottom: 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; } }
/* Spacings
 ========================================================================== */
.uk-pa-1 {
  padding: calc(var(--spacing-size) * 1) !important; }
.uk-pt-1 {
  padding-top: calc(var(--spacing-size) * 1) !important; }
.uk-pb-1 {
  padding-bottom: calc(var(--spacing-size) * 1) !important; }
.uk-pl-1 {
  padding-left: calc(var(--spacing-size) * 1) !important; }
.uk-pr-1 {
  padding-right: calc(var(--spacing-size) * 1) !important; }
.uk-py-1 {
  padding-top: calc(var(--spacing-size) * 1) !important;
  padding-bottom: calc(var(--spacing-size) * 1) !important; }
.uk-px-1 {
  padding-left: calc(var(--spacing-size) * 1) !important;
  padding-right: calc(var(--spacing-size) * 1) !important; }
@media (min-width: 640px) {
  .uk-pa-1\@s {
    padding: calc(var(--spacing-size) * 1) !important; }
  .uk-pt-1\@s {
    padding-top: calc(var(--spacing-size) * 1) !important; }
  .uk-pb-1\@s {
    padding-bottom: calc(var(--spacing-size) * 1) !important; }
  .uk-pl-1\@s {
    padding-left: calc(var(--spacing-size) * 1) !important; }
  .uk-pr-1\@s {
    padding-right: calc(var(--spacing-size) * 1) !important; }
  .uk-py-1\@s {
    padding-top: calc(var(--spacing-size) * 1) !important;
    padding-bottom: calc(var(--spacing-size) * 1) !important; }
  .uk-px-1\@s {
    padding-left: calc(var(--spacing-size) * 1) !important;
    padding-right: calc(var(--spacing-size) * 1) !important; } }
@media (min-width: 960px) {
  .uk-pa-1\@m {
    padding: calc(var(--spacing-size) * 1) !important; }
  .uk-pt-1\@m {
    padding-top: calc(var(--spacing-size) * 1) !important; }
  .uk-pb-1\@m {
    padding-bottom: calc(var(--spacing-size) * 1) !important; }
  .uk-pl-1\@m {
    padding-left: calc(var(--spacing-size) * 1) !important; }
  .uk-pr-1\@m {
    padding-right: calc(var(--spacing-size) * 1) !important; }
  .uk-py-1\@m {
    padding-top: calc(var(--spacing-size) * 1) !important;
    padding-bottom: calc(var(--spacing-size) * 1) !important; }
  .uk-px-1\@m {
    padding-left: calc(var(--spacing-size) * 1) !important;
    padding-right: calc(var(--spacing-size) * 1) !important; } }
@media (min-width: 1200px) {
  .uk-pa-1\@l {
    padding: calc(var(--spacing-size) * 1) !important; }
  .uk-pt-1\@l {
    padding-top: calc(var(--spacing-size) * 1) !important; }
  .uk-pb-1\@l {
    padding-bottom: calc(var(--spacing-size) * 1) !important; }
  .uk-pl-1\@l {
    padding-left: calc(var(--spacing-size) * 1) !important; }
  .uk-pr-1\@l {
    padding-right: calc(var(--spacing-size) * 1) !important; }
  .uk-py-1\@l {
    padding-top: calc(var(--spacing-size) * 1) !important;
    padding-bottom: calc(var(--spacing-size) * 1) !important; }
  .uk-px-1\@l {
    padding-left: calc(var(--spacing-size) * 1) !important;
    padding-right: calc(var(--spacing-size) * 1) !important; } }
@media (min-width: 1600px) {
  .uk-pa-1\@xl {
    padding: calc(var(--spacing-size) * 1) !important; }
  .uk-pt-1\@xl {
    padding-top: calc(var(--spacing-size) * 1) !important; }
  .uk-pb-1\@xl {
    padding-bottom: calc(var(--spacing-size) * 1) !important; }
  .uk-pl-1\@xl {
    padding-left: calc(var(--spacing-size) * 1) !important; }
  .uk-pr-1\@xl {
    padding-right: calc(var(--spacing-size) * 1) !important; }
  .uk-py-1\@xl {
    padding-top: calc(var(--spacing-size) * 1) !important;
    padding-bottom: calc(var(--spacing-size) * 1) !important; }
  .uk-px-1\@xl {
    padding-left: calc(var(--spacing-size) * 1) !important;
    padding-right: calc(var(--spacing-size) * 1) !important; } }
.uk-pa-2 {
  padding: calc(var(--spacing-size) * 2) !important; }
.uk-pt-2 {
  padding-top: calc(var(--spacing-size) * 2) !important; }
.uk-pb-2 {
  padding-bottom: calc(var(--spacing-size) * 2) !important; }
.uk-pl-2 {
  padding-left: calc(var(--spacing-size) * 2) !important; }
.uk-pr-2 {
  padding-right: calc(var(--spacing-size) * 2) !important; }
.uk-py-2 {
  padding-top: calc(var(--spacing-size) * 2) !important;
  padding-bottom: calc(var(--spacing-size) * 2) !important; }
.uk-px-2 {
  padding-left: calc(var(--spacing-size) * 2) !important;
  padding-right: calc(var(--spacing-size) * 2) !important; }
@media (min-width: 640px) {
  .uk-pa-2\@s {
    padding: calc(var(--spacing-size) * 2) !important; }
  .uk-pt-2\@s {
    padding-top: calc(var(--spacing-size) * 2) !important; }
  .uk-pb-2\@s {
    padding-bottom: calc(var(--spacing-size) * 2) !important; }
  .uk-pl-2\@s {
    padding-left: calc(var(--spacing-size) * 2) !important; }
  .uk-pr-2\@s {
    padding-right: calc(var(--spacing-size) * 2) !important; }
  .uk-py-2\@s {
    padding-top: calc(var(--spacing-size) * 2) !important;
    padding-bottom: calc(var(--spacing-size) * 2) !important; }
  .uk-px-2\@s {
    padding-left: calc(var(--spacing-size) * 2) !important;
    padding-right: calc(var(--spacing-size) * 2) !important; } }
@media (min-width: 960px) {
  .uk-pa-2\@m {
    padding: calc(var(--spacing-size) * 2) !important; }
  .uk-pt-2\@m {
    padding-top: calc(var(--spacing-size) * 2) !important; }
  .uk-pb-2\@m {
    padding-bottom: calc(var(--spacing-size) * 2) !important; }
  .uk-pl-2\@m {
    padding-left: calc(var(--spacing-size) * 2) !important; }
  .uk-pr-2\@m {
    padding-right: calc(var(--spacing-size) * 2) !important; }
  .uk-py-2\@m {
    padding-top: calc(var(--spacing-size) * 2) !important;
    padding-bottom: calc(var(--spacing-size) * 2) !important; }
  .uk-px-2\@m {
    padding-left: calc(var(--spacing-size) * 2) !important;
    padding-right: calc(var(--spacing-size) * 2) !important; } }
@media (min-width: 1200px) {
  .uk-pa-2\@l {
    padding: calc(var(--spacing-size) * 2) !important; }
  .uk-pt-2\@l {
    padding-top: calc(var(--spacing-size) * 2) !important; }
  .uk-pb-2\@l {
    padding-bottom: calc(var(--spacing-size) * 2) !important; }
  .uk-pl-2\@l {
    padding-left: calc(var(--spacing-size) * 2) !important; }
  .uk-pr-2\@l {
    padding-right: calc(var(--spacing-size) * 2) !important; }
  .uk-py-2\@l {
    padding-top: calc(var(--spacing-size) * 2) !important;
    padding-bottom: calc(var(--spacing-size) * 2) !important; }
  .uk-px-2\@l {
    padding-left: calc(var(--spacing-size) * 2) !important;
    padding-right: calc(var(--spacing-size) * 2) !important; } }
@media (min-width: 1600px) {
  .uk-pa-2\@xl {
    padding: calc(var(--spacing-size) * 2) !important; }
  .uk-pt-2\@xl {
    padding-top: calc(var(--spacing-size) * 2) !important; }
  .uk-pb-2\@xl {
    padding-bottom: calc(var(--spacing-size) * 2) !important; }
  .uk-pl-2\@xl {
    padding-left: calc(var(--spacing-size) * 2) !important; }
  .uk-pr-2\@xl {
    padding-right: calc(var(--spacing-size) * 2) !important; }
  .uk-py-2\@xl {
    padding-top: calc(var(--spacing-size) * 2) !important;
    padding-bottom: calc(var(--spacing-size) * 2) !important; }
  .uk-px-2\@xl {
    padding-left: calc(var(--spacing-size) * 2) !important;
    padding-right: calc(var(--spacing-size) * 2) !important; } }
.uk-pa-3 {
  padding: calc(var(--spacing-size) * 3) !important; }
.uk-pt-3 {
  padding-top: calc(var(--spacing-size) * 3) !important; }
.uk-pb-3 {
  padding-bottom: calc(var(--spacing-size) * 3) !important; }
.uk-pl-3 {
  padding-left: calc(var(--spacing-size) * 3) !important; }
.uk-pr-3 {
  padding-right: calc(var(--spacing-size) * 3) !important; }
.uk-py-3 {
  padding-top: calc(var(--spacing-size) * 3) !important;
  padding-bottom: calc(var(--spacing-size) * 3) !important; }
.uk-px-3 {
  padding-left: calc(var(--spacing-size) * 3) !important;
  padding-right: calc(var(--spacing-size) * 3) !important; }
@media (min-width: 640px) {
  .uk-pa-3\@s {
    padding: calc(var(--spacing-size) * 3) !important; }
  .uk-pt-3\@s {
    padding-top: calc(var(--spacing-size) * 3) !important; }
  .uk-pb-3\@s {
    padding-bottom: calc(var(--spacing-size) * 3) !important; }
  .uk-pl-3\@s {
    padding-left: calc(var(--spacing-size) * 3) !important; }
  .uk-pr-3\@s {
    padding-right: calc(var(--spacing-size) * 3) !important; }
  .uk-py-3\@s {
    padding-top: calc(var(--spacing-size) * 3) !important;
    padding-bottom: calc(var(--spacing-size) * 3) !important; }
  .uk-px-3\@s {
    padding-left: calc(var(--spacing-size) * 3) !important;
    padding-right: calc(var(--spacing-size) * 3) !important; } }
@media (min-width: 960px) {
  .uk-pa-3\@m {
    padding: calc(var(--spacing-size) * 3) !important; }
  .uk-pt-3\@m {
    padding-top: calc(var(--spacing-size) * 3) !important; }
  .uk-pb-3\@m {
    padding-bottom: calc(var(--spacing-size) * 3) !important; }
  .uk-pl-3\@m {
    padding-left: calc(var(--spacing-size) * 3) !important; }
  .uk-pr-3\@m {
    padding-right: calc(var(--spacing-size) * 3) !important; }
  .uk-py-3\@m {
    padding-top: calc(var(--spacing-size) * 3) !important;
    padding-bottom: calc(var(--spacing-size) * 3) !important; }
  .uk-px-3\@m {
    padding-left: calc(var(--spacing-size) * 3) !important;
    padding-right: calc(var(--spacing-size) * 3) !important; } }
@media (min-width: 1200px) {
  .uk-pa-3\@l {
    padding: calc(var(--spacing-size) * 3) !important; }
  .uk-pt-3\@l {
    padding-top: calc(var(--spacing-size) * 3) !important; }
  .uk-pb-3\@l {
    padding-bottom: calc(var(--spacing-size) * 3) !important; }
  .uk-pl-3\@l {
    padding-left: calc(var(--spacing-size) * 3) !important; }
  .uk-pr-3\@l {
    padding-right: calc(var(--spacing-size) * 3) !important; }
  .uk-py-3\@l {
    padding-top: calc(var(--spacing-size) * 3) !important;
    padding-bottom: calc(var(--spacing-size) * 3) !important; }
  .uk-px-3\@l {
    padding-left: calc(var(--spacing-size) * 3) !important;
    padding-right: calc(var(--spacing-size) * 3) !important; } }
@media (min-width: 1600px) {
  .uk-pa-3\@xl {
    padding: calc(var(--spacing-size) * 3) !important; }
  .uk-pt-3\@xl {
    padding-top: calc(var(--spacing-size) * 3) !important; }
  .uk-pb-3\@xl {
    padding-bottom: calc(var(--spacing-size) * 3) !important; }
  .uk-pl-3\@xl {
    padding-left: calc(var(--spacing-size) * 3) !important; }
  .uk-pr-3\@xl {
    padding-right: calc(var(--spacing-size) * 3) !important; }
  .uk-py-3\@xl {
    padding-top: calc(var(--spacing-size) * 3) !important;
    padding-bottom: calc(var(--spacing-size) * 3) !important; }
  .uk-px-3\@xl {
    padding-left: calc(var(--spacing-size) * 3) !important;
    padding-right: calc(var(--spacing-size) * 3) !important; } }
.uk-pa-4 {
  padding: calc(var(--spacing-size) * 4) !important; }
.uk-pt-4 {
  padding-top: calc(var(--spacing-size) * 4) !important; }
.uk-pb-4 {
  padding-bottom: calc(var(--spacing-size) * 4) !important; }
.uk-pl-4 {
  padding-left: calc(var(--spacing-size) * 4) !important; }
.uk-pr-4 {
  padding-right: calc(var(--spacing-size) * 4) !important; }
.uk-py-4 {
  padding-top: calc(var(--spacing-size) * 4) !important;
  padding-bottom: calc(var(--spacing-size) * 4) !important; }
.uk-px-4 {
  padding-left: calc(var(--spacing-size) * 4) !important;
  padding-right: calc(var(--spacing-size) * 4) !important; }
@media (min-width: 640px) {
  .uk-pa-4\@s {
    padding: calc(var(--spacing-size) * 4) !important; }
  .uk-pt-4\@s {
    padding-top: calc(var(--spacing-size) * 4) !important; }
  .uk-pb-4\@s {
    padding-bottom: calc(var(--spacing-size) * 4) !important; }
  .uk-pl-4\@s {
    padding-left: calc(var(--spacing-size) * 4) !important; }
  .uk-pr-4\@s {
    padding-right: calc(var(--spacing-size) * 4) !important; }
  .uk-py-4\@s {
    padding-top: calc(var(--spacing-size) * 4) !important;
    padding-bottom: calc(var(--spacing-size) * 4) !important; }
  .uk-px-4\@s {
    padding-left: calc(var(--spacing-size) * 4) !important;
    padding-right: calc(var(--spacing-size) * 4) !important; } }
@media (min-width: 960px) {
  .uk-pa-4\@m {
    padding: calc(var(--spacing-size) * 4) !important; }
  .uk-pt-4\@m {
    padding-top: calc(var(--spacing-size) * 4) !important; }
  .uk-pb-4\@m {
    padding-bottom: calc(var(--spacing-size) * 4) !important; }
  .uk-pl-4\@m {
    padding-left: calc(var(--spacing-size) * 4) !important; }
  .uk-pr-4\@m {
    padding-right: calc(var(--spacing-size) * 4) !important; }
  .uk-py-4\@m {
    padding-top: calc(var(--spacing-size) * 4) !important;
    padding-bottom: calc(var(--spacing-size) * 4) !important; }
  .uk-px-4\@m {
    padding-left: calc(var(--spacing-size) * 4) !important;
    padding-right: calc(var(--spacing-size) * 4) !important; } }
@media (min-width: 1200px) {
  .uk-pa-4\@l {
    padding: calc(var(--spacing-size) * 4) !important; }
  .uk-pt-4\@l {
    padding-top: calc(var(--spacing-size) * 4) !important; }
  .uk-pb-4\@l {
    padding-bottom: calc(var(--spacing-size) * 4) !important; }
  .uk-pl-4\@l {
    padding-left: calc(var(--spacing-size) * 4) !important; }
  .uk-pr-4\@l {
    padding-right: calc(var(--spacing-size) * 4) !important; }
  .uk-py-4\@l {
    padding-top: calc(var(--spacing-size) * 4) !important;
    padding-bottom: calc(var(--spacing-size) * 4) !important; }
  .uk-px-4\@l {
    padding-left: calc(var(--spacing-size) * 4) !important;
    padding-right: calc(var(--spacing-size) * 4) !important; } }
@media (min-width: 1600px) {
  .uk-pa-4\@xl {
    padding: calc(var(--spacing-size) * 4) !important; }
  .uk-pt-4\@xl {
    padding-top: calc(var(--spacing-size) * 4) !important; }
  .uk-pb-4\@xl {
    padding-bottom: calc(var(--spacing-size) * 4) !important; }
  .uk-pl-4\@xl {
    padding-left: calc(var(--spacing-size) * 4) !important; }
  .uk-pr-4\@xl {
    padding-right: calc(var(--spacing-size) * 4) !important; }
  .uk-py-4\@xl {
    padding-top: calc(var(--spacing-size) * 4) !important;
    padding-bottom: calc(var(--spacing-size) * 4) !important; }
  .uk-px-4\@xl {
    padding-left: calc(var(--spacing-size) * 4) !important;
    padding-right: calc(var(--spacing-size) * 4) !important; } }
.uk-pa-5 {
  padding: calc(var(--spacing-size) * 5) !important; }
.uk-pt-5 {
  padding-top: calc(var(--spacing-size) * 5) !important; }
.uk-pb-5 {
  padding-bottom: calc(var(--spacing-size) * 5) !important; }
.uk-pl-5 {
  padding-left: calc(var(--spacing-size) * 5) !important; }
.uk-pr-5 {
  padding-right: calc(var(--spacing-size) * 5) !important; }
.uk-py-5 {
  padding-top: calc(var(--spacing-size) * 5) !important;
  padding-bottom: calc(var(--spacing-size) * 5) !important; }
.uk-px-5 {
  padding-left: calc(var(--spacing-size) * 5) !important;
  padding-right: calc(var(--spacing-size) * 5) !important; }
@media (min-width: 640px) {
  .uk-pa-5\@s {
    padding: calc(var(--spacing-size) * 5) !important; }
  .uk-pt-5\@s {
    padding-top: calc(var(--spacing-size) * 5) !important; }
  .uk-pb-5\@s {
    padding-bottom: calc(var(--spacing-size) * 5) !important; }
  .uk-pl-5\@s {
    padding-left: calc(var(--spacing-size) * 5) !important; }
  .uk-pr-5\@s {
    padding-right: calc(var(--spacing-size) * 5) !important; }
  .uk-py-5\@s {
    padding-top: calc(var(--spacing-size) * 5) !important;
    padding-bottom: calc(var(--spacing-size) * 5) !important; }
  .uk-px-5\@s {
    padding-left: calc(var(--spacing-size) * 5) !important;
    padding-right: calc(var(--spacing-size) * 5) !important; } }
@media (min-width: 960px) {
  .uk-pa-5\@m {
    padding: calc(var(--spacing-size) * 5) !important; }
  .uk-pt-5\@m {
    padding-top: calc(var(--spacing-size) * 5) !important; }
  .uk-pb-5\@m {
    padding-bottom: calc(var(--spacing-size) * 5) !important; }
  .uk-pl-5\@m {
    padding-left: calc(var(--spacing-size) * 5) !important; }
  .uk-pr-5\@m {
    padding-right: calc(var(--spacing-size) * 5) !important; }
  .uk-py-5\@m {
    padding-top: calc(var(--spacing-size) * 5) !important;
    padding-bottom: calc(var(--spacing-size) * 5) !important; }
  .uk-px-5\@m {
    padding-left: calc(var(--spacing-size) * 5) !important;
    padding-right: calc(var(--spacing-size) * 5) !important; } }
@media (min-width: 1200px) {
  .uk-pa-5\@l {
    padding: calc(var(--spacing-size) * 5) !important; }
  .uk-pt-5\@l {
    padding-top: calc(var(--spacing-size) * 5) !important; }
  .uk-pb-5\@l {
    padding-bottom: calc(var(--spacing-size) * 5) !important; }
  .uk-pl-5\@l {
    padding-left: calc(var(--spacing-size) * 5) !important; }
  .uk-pr-5\@l {
    padding-right: calc(var(--spacing-size) * 5) !important; }
  .uk-py-5\@l {
    padding-top: calc(var(--spacing-size) * 5) !important;
    padding-bottom: calc(var(--spacing-size) * 5) !important; }
  .uk-px-5\@l {
    padding-left: calc(var(--spacing-size) * 5) !important;
    padding-right: calc(var(--spacing-size) * 5) !important; } }
@media (min-width: 1600px) {
  .uk-pa-5\@xl {
    padding: calc(var(--spacing-size) * 5) !important; }
  .uk-pt-5\@xl {
    padding-top: calc(var(--spacing-size) * 5) !important; }
  .uk-pb-5\@xl {
    padding-bottom: calc(var(--spacing-size) * 5) !important; }
  .uk-pl-5\@xl {
    padding-left: calc(var(--spacing-size) * 5) !important; }
  .uk-pr-5\@xl {
    padding-right: calc(var(--spacing-size) * 5) !important; }
  .uk-py-5\@xl {
    padding-top: calc(var(--spacing-size) * 5) !important;
    padding-bottom: calc(var(--spacing-size) * 5) !important; }
  .uk-px-5\@xl {
    padding-left: calc(var(--spacing-size) * 5) !important;
    padding-right: calc(var(--spacing-size) * 5) !important; } }
.uk-pa-6 {
  padding: calc(var(--spacing-size) * 6) !important; }
.uk-pt-6 {
  padding-top: calc(var(--spacing-size) * 6) !important; }
.uk-pb-6 {
  padding-bottom: calc(var(--spacing-size) * 6) !important; }
.uk-pl-6 {
  padding-left: calc(var(--spacing-size) * 6) !important; }
.uk-pr-6 {
  padding-right: calc(var(--spacing-size) * 6) !important; }
.uk-py-6 {
  padding-top: calc(var(--spacing-size) * 6) !important;
  padding-bottom: calc(var(--spacing-size) * 6) !important; }
.uk-px-6 {
  padding-left: calc(var(--spacing-size) * 6) !important;
  padding-right: calc(var(--spacing-size) * 6) !important; }
@media (min-width: 640px) {
  .uk-pa-6\@s {
    padding: calc(var(--spacing-size) * 6) !important; }
  .uk-pt-6\@s {
    padding-top: calc(var(--spacing-size) * 6) !important; }
  .uk-pb-6\@s {
    padding-bottom: calc(var(--spacing-size) * 6) !important; }
  .uk-pl-6\@s {
    padding-left: calc(var(--spacing-size) * 6) !important; }
  .uk-pr-6\@s {
    padding-right: calc(var(--spacing-size) * 6) !important; }
  .uk-py-6\@s {
    padding-top: calc(var(--spacing-size) * 6) !important;
    padding-bottom: calc(var(--spacing-size) * 6) !important; }
  .uk-px-6\@s {
    padding-left: calc(var(--spacing-size) * 6) !important;
    padding-right: calc(var(--spacing-size) * 6) !important; } }
@media (min-width: 960px) {
  .uk-pa-6\@m {
    padding: calc(var(--spacing-size) * 6) !important; }
  .uk-pt-6\@m {
    padding-top: calc(var(--spacing-size) * 6) !important; }
  .uk-pb-6\@m {
    padding-bottom: calc(var(--spacing-size) * 6) !important; }
  .uk-pl-6\@m {
    padding-left: calc(var(--spacing-size) * 6) !important; }
  .uk-pr-6\@m {
    padding-right: calc(var(--spacing-size) * 6) !important; }
  .uk-py-6\@m {
    padding-top: calc(var(--spacing-size) * 6) !important;
    padding-bottom: calc(var(--spacing-size) * 6) !important; }
  .uk-px-6\@m {
    padding-left: calc(var(--spacing-size) * 6) !important;
    padding-right: calc(var(--spacing-size) * 6) !important; } }
@media (min-width: 1200px) {
  .uk-pa-6\@l {
    padding: calc(var(--spacing-size) * 6) !important; }
  .uk-pt-6\@l {
    padding-top: calc(var(--spacing-size) * 6) !important; }
  .uk-pb-6\@l {
    padding-bottom: calc(var(--spacing-size) * 6) !important; }
  .uk-pl-6\@l {
    padding-left: calc(var(--spacing-size) * 6) !important; }
  .uk-pr-6\@l {
    padding-right: calc(var(--spacing-size) * 6) !important; }
  .uk-py-6\@l {
    padding-top: calc(var(--spacing-size) * 6) !important;
    padding-bottom: calc(var(--spacing-size) * 6) !important; }
  .uk-px-6\@l {
    padding-left: calc(var(--spacing-size) * 6) !important;
    padding-right: calc(var(--spacing-size) * 6) !important; } }
@media (min-width: 1600px) {
  .uk-pa-6\@xl {
    padding: calc(var(--spacing-size) * 6) !important; }
  .uk-pt-6\@xl {
    padding-top: calc(var(--spacing-size) * 6) !important; }
  .uk-pb-6\@xl {
    padding-bottom: calc(var(--spacing-size) * 6) !important; }
  .uk-pl-6\@xl {
    padding-left: calc(var(--spacing-size) * 6) !important; }
  .uk-pr-6\@xl {
    padding-right: calc(var(--spacing-size) * 6) !important; }
  .uk-py-6\@xl {
    padding-top: calc(var(--spacing-size) * 6) !important;
    padding-bottom: calc(var(--spacing-size) * 6) !important; }
  .uk-px-6\@xl {
    padding-left: calc(var(--spacing-size) * 6) !important;
    padding-right: calc(var(--spacing-size) * 6) !important; } }
.uk-pa-7 {
  padding: calc(var(--spacing-size) * 7) !important; }
.uk-pt-7 {
  padding-top: calc(var(--spacing-size) * 7) !important; }
.uk-pb-7 {
  padding-bottom: calc(var(--spacing-size) * 7) !important; }
.uk-pl-7 {
  padding-left: calc(var(--spacing-size) * 7) !important; }
.uk-pr-7 {
  padding-right: calc(var(--spacing-size) * 7) !important; }
.uk-py-7 {
  padding-top: calc(var(--spacing-size) * 7) !important;
  padding-bottom: calc(var(--spacing-size) * 7) !important; }
.uk-px-7 {
  padding-left: calc(var(--spacing-size) * 7) !important;
  padding-right: calc(var(--spacing-size) * 7) !important; }
@media (min-width: 640px) {
  .uk-pa-7\@s {
    padding: calc(var(--spacing-size) * 7) !important; }
  .uk-pt-7\@s {
    padding-top: calc(var(--spacing-size) * 7) !important; }
  .uk-pb-7\@s {
    padding-bottom: calc(var(--spacing-size) * 7) !important; }
  .uk-pl-7\@s {
    padding-left: calc(var(--spacing-size) * 7) !important; }
  .uk-pr-7\@s {
    padding-right: calc(var(--spacing-size) * 7) !important; }
  .uk-py-7\@s {
    padding-top: calc(var(--spacing-size) * 7) !important;
    padding-bottom: calc(var(--spacing-size) * 7) !important; }
  .uk-px-7\@s {
    padding-left: calc(var(--spacing-size) * 7) !important;
    padding-right: calc(var(--spacing-size) * 7) !important; } }
@media (min-width: 960px) {
  .uk-pa-7\@m {
    padding: calc(var(--spacing-size) * 7) !important; }
  .uk-pt-7\@m {
    padding-top: calc(var(--spacing-size) * 7) !important; }
  .uk-pb-7\@m {
    padding-bottom: calc(var(--spacing-size) * 7) !important; }
  .uk-pl-7\@m {
    padding-left: calc(var(--spacing-size) * 7) !important; }
  .uk-pr-7\@m {
    padding-right: calc(var(--spacing-size) * 7) !important; }
  .uk-py-7\@m {
    padding-top: calc(var(--spacing-size) * 7) !important;
    padding-bottom: calc(var(--spacing-size) * 7) !important; }
  .uk-px-7\@m {
    padding-left: calc(var(--spacing-size) * 7) !important;
    padding-right: calc(var(--spacing-size) * 7) !important; } }
@media (min-width: 1200px) {
  .uk-pa-7\@l {
    padding: calc(var(--spacing-size) * 7) !important; }
  .uk-pt-7\@l {
    padding-top: calc(var(--spacing-size) * 7) !important; }
  .uk-pb-7\@l {
    padding-bottom: calc(var(--spacing-size) * 7) !important; }
  .uk-pl-7\@l {
    padding-left: calc(var(--spacing-size) * 7) !important; }
  .uk-pr-7\@l {
    padding-right: calc(var(--spacing-size) * 7) !important; }
  .uk-py-7\@l {
    padding-top: calc(var(--spacing-size) * 7) !important;
    padding-bottom: calc(var(--spacing-size) * 7) !important; }
  .uk-px-7\@l {
    padding-left: calc(var(--spacing-size) * 7) !important;
    padding-right: calc(var(--spacing-size) * 7) !important; } }
@media (min-width: 1600px) {
  .uk-pa-7\@xl {
    padding: calc(var(--spacing-size) * 7) !important; }
  .uk-pt-7\@xl {
    padding-top: calc(var(--spacing-size) * 7) !important; }
  .uk-pb-7\@xl {
    padding-bottom: calc(var(--spacing-size) * 7) !important; }
  .uk-pl-7\@xl {
    padding-left: calc(var(--spacing-size) * 7) !important; }
  .uk-pr-7\@xl {
    padding-right: calc(var(--spacing-size) * 7) !important; }
  .uk-py-7\@xl {
    padding-top: calc(var(--spacing-size) * 7) !important;
    padding-bottom: calc(var(--spacing-size) * 7) !important; }
  .uk-px-7\@xl {
    padding-left: calc(var(--spacing-size) * 7) !important;
    padding-right: calc(var(--spacing-size) * 7) !important; } }
.uk-pa-8 {
  padding: calc(var(--spacing-size) * 8) !important; }
.uk-pt-8 {
  padding-top: calc(var(--spacing-size) * 8) !important; }
.uk-pb-8 {
  padding-bottom: calc(var(--spacing-size) * 8) !important; }
.uk-pl-8 {
  padding-left: calc(var(--spacing-size) * 8) !important; }
.uk-pr-8 {
  padding-right: calc(var(--spacing-size) * 8) !important; }
.uk-py-8 {
  padding-top: calc(var(--spacing-size) * 8) !important;
  padding-bottom: calc(var(--spacing-size) * 8) !important; }
.uk-px-8 {
  padding-left: calc(var(--spacing-size) * 8) !important;
  padding-right: calc(var(--spacing-size) * 8) !important; }
@media (min-width: 640px) {
  .uk-pa-8\@s {
    padding: calc(var(--spacing-size) * 8) !important; }
  .uk-pt-8\@s {
    padding-top: calc(var(--spacing-size) * 8) !important; }
  .uk-pb-8\@s {
    padding-bottom: calc(var(--spacing-size) * 8) !important; }
  .uk-pl-8\@s {
    padding-left: calc(var(--spacing-size) * 8) !important; }
  .uk-pr-8\@s {
    padding-right: calc(var(--spacing-size) * 8) !important; }
  .uk-py-8\@s {
    padding-top: calc(var(--spacing-size) * 8) !important;
    padding-bottom: calc(var(--spacing-size) * 8) !important; }
  .uk-px-8\@s {
    padding-left: calc(var(--spacing-size) * 8) !important;
    padding-right: calc(var(--spacing-size) * 8) !important; } }
@media (min-width: 960px) {
  .uk-pa-8\@m {
    padding: calc(var(--spacing-size) * 8) !important; }
  .uk-pt-8\@m {
    padding-top: calc(var(--spacing-size) * 8) !important; }
  .uk-pb-8\@m {
    padding-bottom: calc(var(--spacing-size) * 8) !important; }
  .uk-pl-8\@m {
    padding-left: calc(var(--spacing-size) * 8) !important; }
  .uk-pr-8\@m {
    padding-right: calc(var(--spacing-size) * 8) !important; }
  .uk-py-8\@m {
    padding-top: calc(var(--spacing-size) * 8) !important;
    padding-bottom: calc(var(--spacing-size) * 8) !important; }
  .uk-px-8\@m {
    padding-left: calc(var(--spacing-size) * 8) !important;
    padding-right: calc(var(--spacing-size) * 8) !important; } }
@media (min-width: 1200px) {
  .uk-pa-8\@l {
    padding: calc(var(--spacing-size) * 8) !important; }
  .uk-pt-8\@l {
    padding-top: calc(var(--spacing-size) * 8) !important; }
  .uk-pb-8\@l {
    padding-bottom: calc(var(--spacing-size) * 8) !important; }
  .uk-pl-8\@l {
    padding-left: calc(var(--spacing-size) * 8) !important; }
  .uk-pr-8\@l {
    padding-right: calc(var(--spacing-size) * 8) !important; }
  .uk-py-8\@l {
    padding-top: calc(var(--spacing-size) * 8) !important;
    padding-bottom: calc(var(--spacing-size) * 8) !important; }
  .uk-px-8\@l {
    padding-left: calc(var(--spacing-size) * 8) !important;
    padding-right: calc(var(--spacing-size) * 8) !important; } }
@media (min-width: 1600px) {
  .uk-pa-8\@xl {
    padding: calc(var(--spacing-size) * 8) !important; }
  .uk-pt-8\@xl {
    padding-top: calc(var(--spacing-size) * 8) !important; }
  .uk-pb-8\@xl {
    padding-bottom: calc(var(--spacing-size) * 8) !important; }
  .uk-pl-8\@xl {
    padding-left: calc(var(--spacing-size) * 8) !important; }
  .uk-pr-8\@xl {
    padding-right: calc(var(--spacing-size) * 8) !important; }
  .uk-py-8\@xl {
    padding-top: calc(var(--spacing-size) * 8) !important;
    padding-bottom: calc(var(--spacing-size) * 8) !important; }
  .uk-px-8\@xl {
    padding-left: calc(var(--spacing-size) * 8) !important;
    padding-right: calc(var(--spacing-size) * 8) !important; } }
.uk-pa-9 {
  padding: calc(var(--spacing-size) * 9) !important; }
.uk-pt-9 {
  padding-top: calc(var(--spacing-size) * 9) !important; }
.uk-pb-9 {
  padding-bottom: calc(var(--spacing-size) * 9) !important; }
.uk-pl-9 {
  padding-left: calc(var(--spacing-size) * 9) !important; }
.uk-pr-9 {
  padding-right: calc(var(--spacing-size) * 9) !important; }
.uk-py-9 {
  padding-top: calc(var(--spacing-size) * 9) !important;
  padding-bottom: calc(var(--spacing-size) * 9) !important; }
.uk-px-9 {
  padding-left: calc(var(--spacing-size) * 9) !important;
  padding-right: calc(var(--spacing-size) * 9) !important; }
@media (min-width: 640px) {
  .uk-pa-9\@s {
    padding: calc(var(--spacing-size) * 9) !important; }
  .uk-pt-9\@s {
    padding-top: calc(var(--spacing-size) * 9) !important; }
  .uk-pb-9\@s {
    padding-bottom: calc(var(--spacing-size) * 9) !important; }
  .uk-pl-9\@s {
    padding-left: calc(var(--spacing-size) * 9) !important; }
  .uk-pr-9\@s {
    padding-right: calc(var(--spacing-size) * 9) !important; }
  .uk-py-9\@s {
    padding-top: calc(var(--spacing-size) * 9) !important;
    padding-bottom: calc(var(--spacing-size) * 9) !important; }
  .uk-px-9\@s {
    padding-left: calc(var(--spacing-size) * 9) !important;
    padding-right: calc(var(--spacing-size) * 9) !important; } }
@media (min-width: 960px) {
  .uk-pa-9\@m {
    padding: calc(var(--spacing-size) * 9) !important; }
  .uk-pt-9\@m {
    padding-top: calc(var(--spacing-size) * 9) !important; }
  .uk-pb-9\@m {
    padding-bottom: calc(var(--spacing-size) * 9) !important; }
  .uk-pl-9\@m {
    padding-left: calc(var(--spacing-size) * 9) !important; }
  .uk-pr-9\@m {
    padding-right: calc(var(--spacing-size) * 9) !important; }
  .uk-py-9\@m {
    padding-top: calc(var(--spacing-size) * 9) !important;
    padding-bottom: calc(var(--spacing-size) * 9) !important; }
  .uk-px-9\@m {
    padding-left: calc(var(--spacing-size) * 9) !important;
    padding-right: calc(var(--spacing-size) * 9) !important; } }
@media (min-width: 1200px) {
  .uk-pa-9\@l {
    padding: calc(var(--spacing-size) * 9) !important; }
  .uk-pt-9\@l {
    padding-top: calc(var(--spacing-size) * 9) !important; }
  .uk-pb-9\@l {
    padding-bottom: calc(var(--spacing-size) * 9) !important; }
  .uk-pl-9\@l {
    padding-left: calc(var(--spacing-size) * 9) !important; }
  .uk-pr-9\@l {
    padding-right: calc(var(--spacing-size) * 9) !important; }
  .uk-py-9\@l {
    padding-top: calc(var(--spacing-size) * 9) !important;
    padding-bottom: calc(var(--spacing-size) * 9) !important; }
  .uk-px-9\@l {
    padding-left: calc(var(--spacing-size) * 9) !important;
    padding-right: calc(var(--spacing-size) * 9) !important; } }
@media (min-width: 1600px) {
  .uk-pa-9\@xl {
    padding: calc(var(--spacing-size) * 9) !important; }
  .uk-pt-9\@xl {
    padding-top: calc(var(--spacing-size) * 9) !important; }
  .uk-pb-9\@xl {
    padding-bottom: calc(var(--spacing-size) * 9) !important; }
  .uk-pl-9\@xl {
    padding-left: calc(var(--spacing-size) * 9) !important; }
  .uk-pr-9\@xl {
    padding-right: calc(var(--spacing-size) * 9) !important; }
  .uk-py-9\@xl {
    padding-top: calc(var(--spacing-size) * 9) !important;
    padding-bottom: calc(var(--spacing-size) * 9) !important; }
  .uk-px-9\@xl {
    padding-left: calc(var(--spacing-size) * 9) !important;
    padding-right: calc(var(--spacing-size) * 9) !important; } }
.uk-pa-10 {
  padding: calc(var(--spacing-size) * 10) !important; }
.uk-pt-10 {
  padding-top: calc(var(--spacing-size) * 10) !important; }
.uk-pb-10 {
  padding-bottom: calc(var(--spacing-size) * 10) !important; }
.uk-pl-10 {
  padding-left: calc(var(--spacing-size) * 10) !important; }
.uk-pr-10 {
  padding-right: calc(var(--spacing-size) * 10) !important; }
.uk-py-10 {
  padding-top: calc(var(--spacing-size) * 10) !important;
  padding-bottom: calc(var(--spacing-size) * 10) !important; }
.uk-px-10 {
  padding-left: calc(var(--spacing-size) * 10) !important;
  padding-right: calc(var(--spacing-size) * 10) !important; }
@media (min-width: 640px) {
  .uk-pa-10\@s {
    padding: calc(var(--spacing-size) * 10) !important; }
  .uk-pt-10\@s {
    padding-top: calc(var(--spacing-size) * 10) !important; }
  .uk-pb-10\@s {
    padding-bottom: calc(var(--spacing-size) * 10) !important; }
  .uk-pl-10\@s {
    padding-left: calc(var(--spacing-size) * 10) !important; }
  .uk-pr-10\@s {
    padding-right: calc(var(--spacing-size) * 10) !important; }
  .uk-py-10\@s {
    padding-top: calc(var(--spacing-size) * 10) !important;
    padding-bottom: calc(var(--spacing-size) * 10) !important; }
  .uk-px-10\@s {
    padding-left: calc(var(--spacing-size) * 10) !important;
    padding-right: calc(var(--spacing-size) * 10) !important; } }
@media (min-width: 960px) {
  .uk-pa-10\@m {
    padding: calc(var(--spacing-size) * 10) !important; }
  .uk-pt-10\@m {
    padding-top: calc(var(--spacing-size) * 10) !important; }
  .uk-pb-10\@m {
    padding-bottom: calc(var(--spacing-size) * 10) !important; }
  .uk-pl-10\@m {
    padding-left: calc(var(--spacing-size) * 10) !important; }
  .uk-pr-10\@m {
    padding-right: calc(var(--spacing-size) * 10) !important; }
  .uk-py-10\@m {
    padding-top: calc(var(--spacing-size) * 10) !important;
    padding-bottom: calc(var(--spacing-size) * 10) !important; }
  .uk-px-10\@m {
    padding-left: calc(var(--spacing-size) * 10) !important;
    padding-right: calc(var(--spacing-size) * 10) !important; } }
@media (min-width: 1200px) {
  .uk-pa-10\@l {
    padding: calc(var(--spacing-size) * 10) !important; }
  .uk-pt-10\@l {
    padding-top: calc(var(--spacing-size) * 10) !important; }
  .uk-pb-10\@l {
    padding-bottom: calc(var(--spacing-size) * 10) !important; }
  .uk-pl-10\@l {
    padding-left: calc(var(--spacing-size) * 10) !important; }
  .uk-pr-10\@l {
    padding-right: calc(var(--spacing-size) * 10) !important; }
  .uk-py-10\@l {
    padding-top: calc(var(--spacing-size) * 10) !important;
    padding-bottom: calc(var(--spacing-size) * 10) !important; }
  .uk-px-10\@l {
    padding-left: calc(var(--spacing-size) * 10) !important;
    padding-right: calc(var(--spacing-size) * 10) !important; } }
@media (min-width: 1600px) {
  .uk-pa-10\@xl {
    padding: calc(var(--spacing-size) * 10) !important; }
  .uk-pt-10\@xl {
    padding-top: calc(var(--spacing-size) * 10) !important; }
  .uk-pb-10\@xl {
    padding-bottom: calc(var(--spacing-size) * 10) !important; }
  .uk-pl-10\@xl {
    padding-left: calc(var(--spacing-size) * 10) !important; }
  .uk-pr-10\@xl {
    padding-right: calc(var(--spacing-size) * 10) !important; }
  .uk-py-10\@xl {
    padding-top: calc(var(--spacing-size) * 10) !important;
    padding-bottom: calc(var(--spacing-size) * 10) !important; }
  .uk-px-10\@xl {
    padding-left: calc(var(--spacing-size) * 10) !important;
    padding-right: calc(var(--spacing-size) * 10) !important; } }
.uk-pa-11 {
  padding: calc(var(--spacing-size) * 11) !important; }
.uk-pt-11 {
  padding-top: calc(var(--spacing-size) * 11) !important; }
.uk-pb-11 {
  padding-bottom: calc(var(--spacing-size) * 11) !important; }
.uk-pl-11 {
  padding-left: calc(var(--spacing-size) * 11) !important; }
.uk-pr-11 {
  padding-right: calc(var(--spacing-size) * 11) !important; }
.uk-py-11 {
  padding-top: calc(var(--spacing-size) * 11) !important;
  padding-bottom: calc(var(--spacing-size) * 11) !important; }
.uk-px-11 {
  padding-left: calc(var(--spacing-size) * 11) !important;
  padding-right: calc(var(--spacing-size) * 11) !important; }
@media (min-width: 640px) {
  .uk-pa-11\@s {
    padding: calc(var(--spacing-size) * 11) !important; }
  .uk-pt-11\@s {
    padding-top: calc(var(--spacing-size) * 11) !important; }
  .uk-pb-11\@s {
    padding-bottom: calc(var(--spacing-size) * 11) !important; }
  .uk-pl-11\@s {
    padding-left: calc(var(--spacing-size) * 11) !important; }
  .uk-pr-11\@s {
    padding-right: calc(var(--spacing-size) * 11) !important; }
  .uk-py-11\@s {
    padding-top: calc(var(--spacing-size) * 11) !important;
    padding-bottom: calc(var(--spacing-size) * 11) !important; }
  .uk-px-11\@s {
    padding-left: calc(var(--spacing-size) * 11) !important;
    padding-right: calc(var(--spacing-size) * 11) !important; } }
@media (min-width: 960px) {
  .uk-pa-11\@m {
    padding: calc(var(--spacing-size) * 11) !important; }
  .uk-pt-11\@m {
    padding-top: calc(var(--spacing-size) * 11) !important; }
  .uk-pb-11\@m {
    padding-bottom: calc(var(--spacing-size) * 11) !important; }
  .uk-pl-11\@m {
    padding-left: calc(var(--spacing-size) * 11) !important; }
  .uk-pr-11\@m {
    padding-right: calc(var(--spacing-size) * 11) !important; }
  .uk-py-11\@m {
    padding-top: calc(var(--spacing-size) * 11) !important;
    padding-bottom: calc(var(--spacing-size) * 11) !important; }
  .uk-px-11\@m {
    padding-left: calc(var(--spacing-size) * 11) !important;
    padding-right: calc(var(--spacing-size) * 11) !important; } }
@media (min-width: 1200px) {
  .uk-pa-11\@l {
    padding: calc(var(--spacing-size) * 11) !important; }
  .uk-pt-11\@l {
    padding-top: calc(var(--spacing-size) * 11) !important; }
  .uk-pb-11\@l {
    padding-bottom: calc(var(--spacing-size) * 11) !important; }
  .uk-pl-11\@l {
    padding-left: calc(var(--spacing-size) * 11) !important; }
  .uk-pr-11\@l {
    padding-right: calc(var(--spacing-size) * 11) !important; }
  .uk-py-11\@l {
    padding-top: calc(var(--spacing-size) * 11) !important;
    padding-bottom: calc(var(--spacing-size) * 11) !important; }
  .uk-px-11\@l {
    padding-left: calc(var(--spacing-size) * 11) !important;
    padding-right: calc(var(--spacing-size) * 11) !important; } }
@media (min-width: 1600px) {
  .uk-pa-11\@xl {
    padding: calc(var(--spacing-size) * 11) !important; }
  .uk-pt-11\@xl {
    padding-top: calc(var(--spacing-size) * 11) !important; }
  .uk-pb-11\@xl {
    padding-bottom: calc(var(--spacing-size) * 11) !important; }
  .uk-pl-11\@xl {
    padding-left: calc(var(--spacing-size) * 11) !important; }
  .uk-pr-11\@xl {
    padding-right: calc(var(--spacing-size) * 11) !important; }
  .uk-py-11\@xl {
    padding-top: calc(var(--spacing-size) * 11) !important;
    padding-bottom: calc(var(--spacing-size) * 11) !important; }
  .uk-px-11\@xl {
    padding-left: calc(var(--spacing-size) * 11) !important;
    padding-right: calc(var(--spacing-size) * 11) !important; } }
.uk-pa-12 {
  padding: calc(var(--spacing-size) * 12) !important; }
.uk-pt-12 {
  padding-top: calc(var(--spacing-size) * 12) !important; }
.uk-pb-12 {
  padding-bottom: calc(var(--spacing-size) * 12) !important; }
.uk-pl-12 {
  padding-left: calc(var(--spacing-size) * 12) !important; }
.uk-pr-12 {
  padding-right: calc(var(--spacing-size) * 12) !important; }
.uk-py-12 {
  padding-top: calc(var(--spacing-size) * 12) !important;
  padding-bottom: calc(var(--spacing-size) * 12) !important; }
.uk-px-12 {
  padding-left: calc(var(--spacing-size) * 12) !important;
  padding-right: calc(var(--spacing-size) * 12) !important; }
@media (min-width: 640px) {
  .uk-pa-12\@s {
    padding: calc(var(--spacing-size) * 12) !important; }
  .uk-pt-12\@s {
    padding-top: calc(var(--spacing-size) * 12) !important; }
  .uk-pb-12\@s {
    padding-bottom: calc(var(--spacing-size) * 12) !important; }
  .uk-pl-12\@s {
    padding-left: calc(var(--spacing-size) * 12) !important; }
  .uk-pr-12\@s {
    padding-right: calc(var(--spacing-size) * 12) !important; }
  .uk-py-12\@s {
    padding-top: calc(var(--spacing-size) * 12) !important;
    padding-bottom: calc(var(--spacing-size) * 12) !important; }
  .uk-px-12\@s {
    padding-left: calc(var(--spacing-size) * 12) !important;
    padding-right: calc(var(--spacing-size) * 12) !important; } }
@media (min-width: 960px) {
  .uk-pa-12\@m {
    padding: calc(var(--spacing-size) * 12) !important; }
  .uk-pt-12\@m {
    padding-top: calc(var(--spacing-size) * 12) !important; }
  .uk-pb-12\@m {
    padding-bottom: calc(var(--spacing-size) * 12) !important; }
  .uk-pl-12\@m {
    padding-left: calc(var(--spacing-size) * 12) !important; }
  .uk-pr-12\@m {
    padding-right: calc(var(--spacing-size) * 12) !important; }
  .uk-py-12\@m {
    padding-top: calc(var(--spacing-size) * 12) !important;
    padding-bottom: calc(var(--spacing-size) * 12) !important; }
  .uk-px-12\@m {
    padding-left: calc(var(--spacing-size) * 12) !important;
    padding-right: calc(var(--spacing-size) * 12) !important; } }
@media (min-width: 1200px) {
  .uk-pa-12\@l {
    padding: calc(var(--spacing-size) * 12) !important; }
  .uk-pt-12\@l {
    padding-top: calc(var(--spacing-size) * 12) !important; }
  .uk-pb-12\@l {
    padding-bottom: calc(var(--spacing-size) * 12) !important; }
  .uk-pl-12\@l {
    padding-left: calc(var(--spacing-size) * 12) !important; }
  .uk-pr-12\@l {
    padding-right: calc(var(--spacing-size) * 12) !important; }
  .uk-py-12\@l {
    padding-top: calc(var(--spacing-size) * 12) !important;
    padding-bottom: calc(var(--spacing-size) * 12) !important; }
  .uk-px-12\@l {
    padding-left: calc(var(--spacing-size) * 12) !important;
    padding-right: calc(var(--spacing-size) * 12) !important; } }
@media (min-width: 1600px) {
  .uk-pa-12\@xl {
    padding: calc(var(--spacing-size) * 12) !important; }
  .uk-pt-12\@xl {
    padding-top: calc(var(--spacing-size) * 12) !important; }
  .uk-pb-12\@xl {
    padding-bottom: calc(var(--spacing-size) * 12) !important; }
  .uk-pl-12\@xl {
    padding-left: calc(var(--spacing-size) * 12) !important; }
  .uk-pr-12\@xl {
    padding-right: calc(var(--spacing-size) * 12) !important; }
  .uk-py-12\@xl {
    padding-top: calc(var(--spacing-size) * 12) !important;
    padding-bottom: calc(var(--spacing-size) * 12) !important; }
  .uk-px-12\@xl {
    padding-left: calc(var(--spacing-size) * 12) !important;
    padding-right: calc(var(--spacing-size) * 12) !important; } }
.uk-pa-13 {
  padding: calc(var(--spacing-size) * 13) !important; }
.uk-pt-13 {
  padding-top: calc(var(--spacing-size) * 13) !important; }
.uk-pb-13 {
  padding-bottom: calc(var(--spacing-size) * 13) !important; }
.uk-pl-13 {
  padding-left: calc(var(--spacing-size) * 13) !important; }
.uk-pr-13 {
  padding-right: calc(var(--spacing-size) * 13) !important; }
.uk-py-13 {
  padding-top: calc(var(--spacing-size) * 13) !important;
  padding-bottom: calc(var(--spacing-size) * 13) !important; }
.uk-px-13 {
  padding-left: calc(var(--spacing-size) * 13) !important;
  padding-right: calc(var(--spacing-size) * 13) !important; }
@media (min-width: 640px) {
  .uk-pa-13\@s {
    padding: calc(var(--spacing-size) * 13) !important; }
  .uk-pt-13\@s {
    padding-top: calc(var(--spacing-size) * 13) !important; }
  .uk-pb-13\@s {
    padding-bottom: calc(var(--spacing-size) * 13) !important; }
  .uk-pl-13\@s {
    padding-left: calc(var(--spacing-size) * 13) !important; }
  .uk-pr-13\@s {
    padding-right: calc(var(--spacing-size) * 13) !important; }
  .uk-py-13\@s {
    padding-top: calc(var(--spacing-size) * 13) !important;
    padding-bottom: calc(var(--spacing-size) * 13) !important; }
  .uk-px-13\@s {
    padding-left: calc(var(--spacing-size) * 13) !important;
    padding-right: calc(var(--spacing-size) * 13) !important; } }
@media (min-width: 960px) {
  .uk-pa-13\@m {
    padding: calc(var(--spacing-size) * 13) !important; }
  .uk-pt-13\@m {
    padding-top: calc(var(--spacing-size) * 13) !important; }
  .uk-pb-13\@m {
    padding-bottom: calc(var(--spacing-size) * 13) !important; }
  .uk-pl-13\@m {
    padding-left: calc(var(--spacing-size) * 13) !important; }
  .uk-pr-13\@m {
    padding-right: calc(var(--spacing-size) * 13) !important; }
  .uk-py-13\@m {
    padding-top: calc(var(--spacing-size) * 13) !important;
    padding-bottom: calc(var(--spacing-size) * 13) !important; }
  .uk-px-13\@m {
    padding-left: calc(var(--spacing-size) * 13) !important;
    padding-right: calc(var(--spacing-size) * 13) !important; } }
@media (min-width: 1200px) {
  .uk-pa-13\@l {
    padding: calc(var(--spacing-size) * 13) !important; }
  .uk-pt-13\@l {
    padding-top: calc(var(--spacing-size) * 13) !important; }
  .uk-pb-13\@l {
    padding-bottom: calc(var(--spacing-size) * 13) !important; }
  .uk-pl-13\@l {
    padding-left: calc(var(--spacing-size) * 13) !important; }
  .uk-pr-13\@l {
    padding-right: calc(var(--spacing-size) * 13) !important; }
  .uk-py-13\@l {
    padding-top: calc(var(--spacing-size) * 13) !important;
    padding-bottom: calc(var(--spacing-size) * 13) !important; }
  .uk-px-13\@l {
    padding-left: calc(var(--spacing-size) * 13) !important;
    padding-right: calc(var(--spacing-size) * 13) !important; } }
@media (min-width: 1600px) {
  .uk-pa-13\@xl {
    padding: calc(var(--spacing-size) * 13) !important; }
  .uk-pt-13\@xl {
    padding-top: calc(var(--spacing-size) * 13) !important; }
  .uk-pb-13\@xl {
    padding-bottom: calc(var(--spacing-size) * 13) !important; }
  .uk-pl-13\@xl {
    padding-left: calc(var(--spacing-size) * 13) !important; }
  .uk-pr-13\@xl {
    padding-right: calc(var(--spacing-size) * 13) !important; }
  .uk-py-13\@xl {
    padding-top: calc(var(--spacing-size) * 13) !important;
    padding-bottom: calc(var(--spacing-size) * 13) !important; }
  .uk-px-13\@xl {
    padding-left: calc(var(--spacing-size) * 13) !important;
    padding-right: calc(var(--spacing-size) * 13) !important; } }
.uk-pa-14 {
  padding: calc(var(--spacing-size) * 14) !important; }
.uk-pt-14 {
  padding-top: calc(var(--spacing-size) * 14) !important; }
.uk-pb-14 {
  padding-bottom: calc(var(--spacing-size) * 14) !important; }
.uk-pl-14 {
  padding-left: calc(var(--spacing-size) * 14) !important; }
.uk-pr-14 {
  padding-right: calc(var(--spacing-size) * 14) !important; }
.uk-py-14 {
  padding-top: calc(var(--spacing-size) * 14) !important;
  padding-bottom: calc(var(--spacing-size) * 14) !important; }
.uk-px-14 {
  padding-left: calc(var(--spacing-size) * 14) !important;
  padding-right: calc(var(--spacing-size) * 14) !important; }
@media (min-width: 640px) {
  .uk-pa-14\@s {
    padding: calc(var(--spacing-size) * 14) !important; }
  .uk-pt-14\@s {
    padding-top: calc(var(--spacing-size) * 14) !important; }
  .uk-pb-14\@s {
    padding-bottom: calc(var(--spacing-size) * 14) !important; }
  .uk-pl-14\@s {
    padding-left: calc(var(--spacing-size) * 14) !important; }
  .uk-pr-14\@s {
    padding-right: calc(var(--spacing-size) * 14) !important; }
  .uk-py-14\@s {
    padding-top: calc(var(--spacing-size) * 14) !important;
    padding-bottom: calc(var(--spacing-size) * 14) !important; }
  .uk-px-14\@s {
    padding-left: calc(var(--spacing-size) * 14) !important;
    padding-right: calc(var(--spacing-size) * 14) !important; } }
@media (min-width: 960px) {
  .uk-pa-14\@m {
    padding: calc(var(--spacing-size) * 14) !important; }
  .uk-pt-14\@m {
    padding-top: calc(var(--spacing-size) * 14) !important; }
  .uk-pb-14\@m {
    padding-bottom: calc(var(--spacing-size) * 14) !important; }
  .uk-pl-14\@m {
    padding-left: calc(var(--spacing-size) * 14) !important; }
  .uk-pr-14\@m {
    padding-right: calc(var(--spacing-size) * 14) !important; }
  .uk-py-14\@m {
    padding-top: calc(var(--spacing-size) * 14) !important;
    padding-bottom: calc(var(--spacing-size) * 14) !important; }
  .uk-px-14\@m {
    padding-left: calc(var(--spacing-size) * 14) !important;
    padding-right: calc(var(--spacing-size) * 14) !important; } }
@media (min-width: 1200px) {
  .uk-pa-14\@l {
    padding: calc(var(--spacing-size) * 14) !important; }
  .uk-pt-14\@l {
    padding-top: calc(var(--spacing-size) * 14) !important; }
  .uk-pb-14\@l {
    padding-bottom: calc(var(--spacing-size) * 14) !important; }
  .uk-pl-14\@l {
    padding-left: calc(var(--spacing-size) * 14) !important; }
  .uk-pr-14\@l {
    padding-right: calc(var(--spacing-size) * 14) !important; }
  .uk-py-14\@l {
    padding-top: calc(var(--spacing-size) * 14) !important;
    padding-bottom: calc(var(--spacing-size) * 14) !important; }
  .uk-px-14\@l {
    padding-left: calc(var(--spacing-size) * 14) !important;
    padding-right: calc(var(--spacing-size) * 14) !important; } }
@media (min-width: 1600px) {
  .uk-pa-14\@xl {
    padding: calc(var(--spacing-size) * 14) !important; }
  .uk-pt-14\@xl {
    padding-top: calc(var(--spacing-size) * 14) !important; }
  .uk-pb-14\@xl {
    padding-bottom: calc(var(--spacing-size) * 14) !important; }
  .uk-pl-14\@xl {
    padding-left: calc(var(--spacing-size) * 14) !important; }
  .uk-pr-14\@xl {
    padding-right: calc(var(--spacing-size) * 14) !important; }
  .uk-py-14\@xl {
    padding-top: calc(var(--spacing-size) * 14) !important;
    padding-bottom: calc(var(--spacing-size) * 14) !important; }
  .uk-px-14\@xl {
    padding-left: calc(var(--spacing-size) * 14) !important;
    padding-right: calc(var(--spacing-size) * 14) !important; } }
.uk-pa-15 {
  padding: calc(var(--spacing-size) * 15) !important; }
.uk-pt-15 {
  padding-top: calc(var(--spacing-size) * 15) !important; }
.uk-pb-15 {
  padding-bottom: calc(var(--spacing-size) * 15) !important; }
.uk-pl-15 {
  padding-left: calc(var(--spacing-size) * 15) !important; }
.uk-pr-15 {
  padding-right: calc(var(--spacing-size) * 15) !important; }
.uk-py-15 {
  padding-top: calc(var(--spacing-size) * 15) !important;
  padding-bottom: calc(var(--spacing-size) * 15) !important; }
.uk-px-15 {
  padding-left: calc(var(--spacing-size) * 15) !important;
  padding-right: calc(var(--spacing-size) * 15) !important; }
@media (min-width: 640px) {
  .uk-pa-15\@s {
    padding: calc(var(--spacing-size) * 15) !important; }
  .uk-pt-15\@s {
    padding-top: calc(var(--spacing-size) * 15) !important; }
  .uk-pb-15\@s {
    padding-bottom: calc(var(--spacing-size) * 15) !important; }
  .uk-pl-15\@s {
    padding-left: calc(var(--spacing-size) * 15) !important; }
  .uk-pr-15\@s {
    padding-right: calc(var(--spacing-size) * 15) !important; }
  .uk-py-15\@s {
    padding-top: calc(var(--spacing-size) * 15) !important;
    padding-bottom: calc(var(--spacing-size) * 15) !important; }
  .uk-px-15\@s {
    padding-left: calc(var(--spacing-size) * 15) !important;
    padding-right: calc(var(--spacing-size) * 15) !important; } }
@media (min-width: 960px) {
  .uk-pa-15\@m {
    padding: calc(var(--spacing-size) * 15) !important; }
  .uk-pt-15\@m {
    padding-top: calc(var(--spacing-size) * 15) !important; }
  .uk-pb-15\@m {
    padding-bottom: calc(var(--spacing-size) * 15) !important; }
  .uk-pl-15\@m {
    padding-left: calc(var(--spacing-size) * 15) !important; }
  .uk-pr-15\@m {
    padding-right: calc(var(--spacing-size) * 15) !important; }
  .uk-py-15\@m {
    padding-top: calc(var(--spacing-size) * 15) !important;
    padding-bottom: calc(var(--spacing-size) * 15) !important; }
  .uk-px-15\@m {
    padding-left: calc(var(--spacing-size) * 15) !important;
    padding-right: calc(var(--spacing-size) * 15) !important; } }
@media (min-width: 1200px) {
  .uk-pa-15\@l {
    padding: calc(var(--spacing-size) * 15) !important; }
  .uk-pt-15\@l {
    padding-top: calc(var(--spacing-size) * 15) !important; }
  .uk-pb-15\@l {
    padding-bottom: calc(var(--spacing-size) * 15) !important; }
  .uk-pl-15\@l {
    padding-left: calc(var(--spacing-size) * 15) !important; }
  .uk-pr-15\@l {
    padding-right: calc(var(--spacing-size) * 15) !important; }
  .uk-py-15\@l {
    padding-top: calc(var(--spacing-size) * 15) !important;
    padding-bottom: calc(var(--spacing-size) * 15) !important; }
  .uk-px-15\@l {
    padding-left: calc(var(--spacing-size) * 15) !important;
    padding-right: calc(var(--spacing-size) * 15) !important; } }
@media (min-width: 1600px) {
  .uk-pa-15\@xl {
    padding: calc(var(--spacing-size) * 15) !important; }
  .uk-pt-15\@xl {
    padding-top: calc(var(--spacing-size) * 15) !important; }
  .uk-pb-15\@xl {
    padding-bottom: calc(var(--spacing-size) * 15) !important; }
  .uk-pl-15\@xl {
    padding-left: calc(var(--spacing-size) * 15) !important; }
  .uk-pr-15\@xl {
    padding-right: calc(var(--spacing-size) * 15) !important; }
  .uk-py-15\@xl {
    padding-top: calc(var(--spacing-size) * 15) !important;
    padding-bottom: calc(var(--spacing-size) * 15) !important; }
  .uk-px-15\@xl {
    padding-left: calc(var(--spacing-size) * 15) !important;
    padding-right: calc(var(--spacing-size) * 15) !important; } }
.uk-pa-16 {
  padding: calc(var(--spacing-size) * 16) !important; }
.uk-pt-16 {
  padding-top: calc(var(--spacing-size) * 16) !important; }
.uk-pb-16 {
  padding-bottom: calc(var(--spacing-size) * 16) !important; }
.uk-pl-16 {
  padding-left: calc(var(--spacing-size) * 16) !important; }
.uk-pr-16 {
  padding-right: calc(var(--spacing-size) * 16) !important; }
.uk-py-16 {
  padding-top: calc(var(--spacing-size) * 16) !important;
  padding-bottom: calc(var(--spacing-size) * 16) !important; }
.uk-px-16 {
  padding-left: calc(var(--spacing-size) * 16) !important;
  padding-right: calc(var(--spacing-size) * 16) !important; }
@media (min-width: 640px) {
  .uk-pa-16\@s {
    padding: calc(var(--spacing-size) * 16) !important; }
  .uk-pt-16\@s {
    padding-top: calc(var(--spacing-size) * 16) !important; }
  .uk-pb-16\@s {
    padding-bottom: calc(var(--spacing-size) * 16) !important; }
  .uk-pl-16\@s {
    padding-left: calc(var(--spacing-size) * 16) !important; }
  .uk-pr-16\@s {
    padding-right: calc(var(--spacing-size) * 16) !important; }
  .uk-py-16\@s {
    padding-top: calc(var(--spacing-size) * 16) !important;
    padding-bottom: calc(var(--spacing-size) * 16) !important; }
  .uk-px-16\@s {
    padding-left: calc(var(--spacing-size) * 16) !important;
    padding-right: calc(var(--spacing-size) * 16) !important; } }
@media (min-width: 960px) {
  .uk-pa-16\@m {
    padding: calc(var(--spacing-size) * 16) !important; }
  .uk-pt-16\@m {
    padding-top: calc(var(--spacing-size) * 16) !important; }
  .uk-pb-16\@m {
    padding-bottom: calc(var(--spacing-size) * 16) !important; }
  .uk-pl-16\@m {
    padding-left: calc(var(--spacing-size) * 16) !important; }
  .uk-pr-16\@m {
    padding-right: calc(var(--spacing-size) * 16) !important; }
  .uk-py-16\@m {
    padding-top: calc(var(--spacing-size) * 16) !important;
    padding-bottom: calc(var(--spacing-size) * 16) !important; }
  .uk-px-16\@m {
    padding-left: calc(var(--spacing-size) * 16) !important;
    padding-right: calc(var(--spacing-size) * 16) !important; } }
@media (min-width: 1200px) {
  .uk-pa-16\@l {
    padding: calc(var(--spacing-size) * 16) !important; }
  .uk-pt-16\@l {
    padding-top: calc(var(--spacing-size) * 16) !important; }
  .uk-pb-16\@l {
    padding-bottom: calc(var(--spacing-size) * 16) !important; }
  .uk-pl-16\@l {
    padding-left: calc(var(--spacing-size) * 16) !important; }
  .uk-pr-16\@l {
    padding-right: calc(var(--spacing-size) * 16) !important; }
  .uk-py-16\@l {
    padding-top: calc(var(--spacing-size) * 16) !important;
    padding-bottom: calc(var(--spacing-size) * 16) !important; }
  .uk-px-16\@l {
    padding-left: calc(var(--spacing-size) * 16) !important;
    padding-right: calc(var(--spacing-size) * 16) !important; } }
@media (min-width: 1600px) {
  .uk-pa-16\@xl {
    padding: calc(var(--spacing-size) * 16) !important; }
  .uk-pt-16\@xl {
    padding-top: calc(var(--spacing-size) * 16) !important; }
  .uk-pb-16\@xl {
    padding-bottom: calc(var(--spacing-size) * 16) !important; }
  .uk-pl-16\@xl {
    padding-left: calc(var(--spacing-size) * 16) !important; }
  .uk-pr-16\@xl {
    padding-right: calc(var(--spacing-size) * 16) !important; }
  .uk-py-16\@xl {
    padding-top: calc(var(--spacing-size) * 16) !important;
    padding-bottom: calc(var(--spacing-size) * 16) !important; }
  .uk-px-16\@xl {
    padding-left: calc(var(--spacing-size) * 16) !important;
    padding-right: calc(var(--spacing-size) * 16) !important; } }
/* Remove
 ========================================================================== */
.uk-pa-r {
  padding: 0 !important; }
.uk-pt-r {
  padding-top: 0 !important; }
.uk-pb-r {
  padding-bottom: 0 !important; }
.uk-pl-r {
  padding-left: 0 !important; }
.uk-pr-r {
  padding-right: 0 !important; }
.uk-py-r {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }
.uk-px-r {
  padding-left: 0 !important;
  padding-right: 0 !important; }
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-pa-r\@s {
    padding: 0 !important; }
  .uk-pt-r\@s {
    padding-top: 0 !important; }
  .uk-pb-r\@s {
    padding-bottom: 0 !important; }
  .uk-pl-r\@s {
    padding-left: 0 !important; }
  .uk-pr-r\@s {
    padding-right: 0 !important; }
  .uk-py-r\@s {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .uk-px-r\@s {
    padding-left: 0 !important;
    padding-right: 0 !important; } }
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-pa-r\@m {
    padding: 0 !important; }
  .uk-pt-r\@m {
    padding-top: 0 !important; }
  .uk-pb-r\@m {
    padding-bottom: 0 !important; }
  .uk-pl-r\@m {
    padding-left: 0 !important; }
  .uk-pr-r\@m {
    padding-right: 0 !important; }
  .uk-py-r\@m {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .uk-px-r\@m {
    padding-left: 0 !important;
    padding-right: 0 !important; } }
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-pa-r\@l {
    padding: 0 !important; }
  .uk-pt-r\@l {
    padding-top: 0 !important; }
  .uk-pb-r\@l {
    padding-bottom: 0 !important; }
  .uk-pl-r\@l {
    padding-left: 0 !important; }
  .uk-pr-r\@l {
    padding-right: 0 !important; }
  .uk-py-r\@l {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .uk-px-r\@l {
    padding-left: 0 !important;
    padding-right: 0 !important; } }
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-pa-r\@xl {
    padding: 0 !important; }
  .uk-pt-r\@xl {
    padding-top: 0 !important; }
  .uk-pb-r\@xl {
    padding-bottom: 0 !important; }
  .uk-pl-r\@xl {
    padding-left: 0 !important; }
  .uk-pr-r\@xl {
    padding-right: 0 !important; }
  .uk-py-r\@xl {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .uk-px-r\@xl {
    padding-left: 0 !important;
    padding-right: 0 !important; } }
/* ========================================================================
   Component: Position
 ========================================================================== */
/* Directions
 ========================================================================== */
/*
 * 1. Prevent content overflow if `max-width: 100%` is used inside position container.
 */
[class*='uk-position-top'],
[class*='uk-position-bottom'],
[class*='uk-position-left'],
[class*='uk-position-right'],
[class*='uk-position-center'] {
  position: absolute !important;
  /* 1 */
  max-width: 100%; }
/* 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.03, 1.03); }
/* 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.03, 1.03); }
.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-dark {
  color: rgba(45, 45, 45, 0.7); }
.uk-dark a,
  .uk-dark .uk-link {
    color: #2d2d2d; }
.uk-dark a:hover,
  .uk-dark .uk-link:hover,
  .uk-dark .uk-link-toggle:hover .uk-link,
  .uk-dark .uk-link-toggle:focus .uk-link {
    color: #2d2d2d; }
.uk-dark :not(pre) > code,
  .uk-dark :not(pre) > kbd,
  .uk-dark :not(pre) > samp {
    color: rgba(45, 45, 45, 0.7);
    background: rgba(45, 45, 45, 0.1); }
.uk-dark em {
    color: #2d2d2d; }
.uk-dark h1, .uk-dark .uk-h1,
  .uk-dark h2, .uk-dark .uk-h2,
  .uk-dark h3, .uk-dark .uk-h3,
  .uk-dark h4, .uk-dark .uk-h4,
  .uk-dark h5, .uk-dark .uk-h5,
  .uk-dark h6, .uk-dark .uk-h6,
  .uk-dark .uk-heading-small,
  .uk-dark .uk-heading-medium,
  .uk-dark .uk-heading-large,
  .uk-dark .uk-heading-xlarge,
  .uk-dark .uk-heading-2xlarge {
    color: #2d2d2d; }
.uk-dark blockquote {
    color: #2d2d2d; }
.uk-dark blockquote footer {
    color: rgba(45, 45, 45, 0.7); }
.uk-dark hr, .uk-dark .uk-hr {
    border-top-color: rgba(45, 45, 45, 0.2); }
.uk-dark a.uk-link-muted,
  .uk-dark .uk-link-muted a {
    color: rgba(45, 45, 45, 0.5); }
.uk-dark a.uk-link-muted:hover,
  .uk-dark .uk-link-muted a:hover,
  .uk-dark .uk-link-toggle:hover .uk-link-muted,
  .uk-dark .uk-link-toggle:focus .uk-link-muted {
    color: rgba(45, 45, 45, 0.7); }
.uk-dark a.uk-link-text:hover,
  .uk-dark .uk-link-text a:hover,
  .uk-dark .uk-link-toggle:hover .uk-link-text,
  .uk-dark .uk-link-toggle:focus .uk-link-text {
    color: rgba(45, 45, 45, 0.5); }
.uk-dark a.uk-link-heading:hover,
  .uk-dark .uk-link-heading a:hover,
  .uk-dark .uk-link-toggle:hover .uk-link-heading,
  .uk-dark .uk-link-toggle:focus .uk-link-heading {
    color: #2d2d2d; }
.uk-dark .uk-heading-divider {
    border-bottom-color: rgba(45, 45, 45, 0.2); }
.uk-dark .uk-heading-bullet::before {
    border-left-color: rgba(45, 45, 45, 0.2); }
.uk-dark .uk-heading-line > ::before,
  .uk-dark .uk-heading-line > ::after {
    border-bottom-color: rgba(45, 45, 45, 0.2); }
.uk-dark .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(45, 45, 45, 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-dark .uk-divider-icon::before,
  .uk-dark .uk-divider-icon::after {
    border-bottom-color: rgba(45, 45, 45, 0.2); }
.uk-dark .uk-divider-small::after {
    border-top-color: rgba(45, 45, 45, 0.2); }
.uk-dark .uk-divider-vertical {
    border-left-color: rgba(45, 45, 45, 0.2); }
.uk-dark .uk-list-muted > ::before {
    color: rgba(45, 45, 45, 0.5) !important; }
.uk-dark .uk-list-emphasis > ::before {
    color: #2d2d2d !important; }
.uk-dark .uk-list-primary > ::before {
    color: #2d2d2d !important; }
.uk-dark .uk-list-secondary > ::before {
    color: #2d2d2d !important; }
.uk-dark .uk-list-bullet > ::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(45, 45, 45, 0.7)%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E"); }
.uk-dark .uk-list-divider > :nth-child(n+2) {
    border-top-color: rgba(45, 45, 45, 0.2); }
.uk-dark .uk-list-striped > *:nth-of-type(odd) {
    border-top-color: rgba(45, 45, 45, 0.2);
    border-bottom-color: rgba(45, 45, 45, 0.2); }
.uk-dark .uk-list-striped > :nth-of-type(odd) {
    background-color: rgba(45, 45, 45, 0.1); }
.uk-dark .uk-icon-link {
    color: rgba(45, 45, 45, 0.5); }
.uk-dark .uk-icon-link:hover,
  .uk-dark .uk-icon-link:focus {
    color: rgba(45, 45, 45, 0.7); }
.uk-dark .uk-icon-link:active,
  .uk-dark .uk-active > .uk-icon-link {
    color: rgba(45, 45, 45, 0.7); }
.uk-dark .uk-icon-button {
    background-color: rgba(45, 45, 45, 0.1);
    color: rgba(45, 45, 45, 0.5); }
.uk-dark .uk-icon-button:hover,
  .uk-dark .uk-icon-button:focus {
    background-color: fadein(rgba(45, 45, 45, 0.1), 5%);
    color: rgba(45, 45, 45, 0.7); }
.uk-dark .uk-icon-button:active {
    background-color: fadein(rgba(45, 45, 45, 0.1), 10%);
    color: rgba(45, 45, 45, 0.7); }
.uk-dark .uk-input,
  .uk-dark .uk-select,
  .uk-dark .uk-textarea {
    background-color: rgba(45, 45, 45, 0.1);
    color: rgba(45, 45, 45, 0.7);
    background-clip: padding-box;
    border-color: rgba(45, 45, 45, 0.2); }
.uk-dark .uk-input:focus,
    .uk-dark .uk-select:focus,
    .uk-dark .uk-textarea:focus {
      background-color: fadein(rgba(45, 45, 45, 0.1), 5%);
      color: rgba(45, 45, 45, 0.7);
      border-color: rgba(45, 45, 45, 0.7); }
.uk-dark .uk-input::-ms-input-placeholder {
    color: rgba(45, 45, 45, 0.5) !important; }
.uk-dark .uk-input::placeholder {
    color: rgba(45, 45, 45, 0.5); }
.uk-dark .uk-textarea::-ms-input-placeholder {
    color: rgba(45, 45, 45, 0.5) !important; }
.uk-dark .uk-textarea::placeholder {
    color: rgba(45, 45, 45, 0.5); }
.uk-dark .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(45, 45, 45, 0.7)%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba(45, 45, 45, 0.7)%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A"); }
.uk-dark .uk-input[list]:hover,
  .uk-dark .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(45, 45, 45, 0.7)%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A"); }
.uk-dark .uk-radio,
  .uk-dark .uk-checkbox {
    background-color: rgba(45, 45, 45, 0.1);
    border-color: rgba(45, 45, 45, 0.2); }
.uk-dark .uk-radio:focus,
  .uk-dark .uk-checkbox:focus {
    background-color: fadein(rgba(45, 45, 45, 0.1), 5%);
    border-color: rgba(45, 45, 45, 0.7); }
.uk-dark .uk-radio:checked,
  .uk-dark .uk-checkbox:checked,
  .uk-dark .uk-checkbox:indeterminate {
    background-color: #2d2d2d;
    border-color: rgba(45, 45, 45, 0.7); }
.uk-dark .uk-radio:checked:focus,
  .uk-dark .uk-checkbox:checked:focus,
  .uk-dark .uk-checkbox:indeterminate:focus {
    background-color: fadein(#2d2d2d, 10%); }
.uk-dark .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%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E"); }
.uk-dark .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%23fff%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-dark .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%23fff%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-dark .uk-form-label {
    color: #2d2d2d; }
.uk-dark .uk-form-icon {
    color: rgba(45, 45, 45, 0.5); }
.uk-dark .uk-form-icon:hover {
    color: rgba(45, 45, 45, 0.7); }
.uk-dark .uk-button-default {
    background-color: transparent;
    color: #2d2d2d;
    border-color: rgba(45, 45, 45, 0.7); }
.uk-dark .uk-button-default:hover,
  .uk-dark .uk-button-default:focus {
    background-color: transparent;
    color: #2d2d2d;
    border-color: #2d2d2d; }
.uk-dark .uk-button-default:active,
  .uk-dark .uk-button-default.uk-active {
    background-color: transparent;
    color: #2d2d2d;
    border-color: #2d2d2d; }
.uk-dark .uk-button-primary {
    background-color: #2d2d2d;
    color: #fff; }
.uk-dark .uk-button-primary:hover,
  .uk-dark .uk-button-primary:focus {
    background-color: #202020;
    color: #fff; }
.uk-dark .uk-button-primary:active,
  .uk-dark .uk-button-primary.uk-active {
    background-color: #141414;
    color: #fff; }
.uk-dark .uk-button-secondary {
    background-color: #2d2d2d;
    color: #fff; }
.uk-dark .uk-button-secondary:hover,
  .uk-dark .uk-button-secondary:focus {
    background-color: #202020;
    color: #fff; }
.uk-dark .uk-button-secondary:active,
  .uk-dark .uk-button-secondary.uk-active {
    background-color: #141414;
    color: #fff; }
.uk-dark .uk-button-text {
    color: #2d2d2d; }
.uk-dark .uk-button-text::before {
      border-bottom-color: #2d2d2d; }
.uk-dark .uk-button-text:hover,
  .uk-dark .uk-button-text:focus {
    color: #2d2d2d; }
.uk-dark .uk-button-text:disabled {
    color: rgba(45, 45, 45, 0.5); }
.uk-dark .uk-button-link {
    color: #2d2d2d; }
.uk-dark .uk-button-link:hover,
  .uk-dark .uk-button-link:focus {
    color: rgba(45, 45, 45, 0.5); }
.uk-dark .uk-grid-divider > :not(.uk-first-column)::before {
    border-left-color: rgba(45, 45, 45, 0.2); }
.uk-dark .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
    border-top-color: rgba(45, 45, 45, 0.2); }
.uk-dark .uk-close {
    color: rgba(45, 45, 45, 0.5); }
.uk-dark .uk-close:hover,
  .uk-dark .uk-close:focus {
    color: rgba(45, 45, 45, 0.7); }
.uk-dark .uk-totop {
    color: rgba(45, 45, 45, 0.5); }
.uk-dark .uk-totop:hover,
  .uk-dark .uk-totop:focus {
    color: rgba(45, 45, 45, 0.7); }
.uk-dark .uk-totop:active {
    color: #2d2d2d; }
.uk-dark .uk-badge {
    background-color: #2d2d2d;
    color: #fff !important; }
.uk-dark .uk-label {
    background-color: #2d2d2d;
    color: #fff; }
.uk-dark .uk-article-meta {
    color: rgba(45, 45, 45, 0.5); }
.uk-dark .uk-search-input {
    color: rgba(45, 45, 45, 0.7); }
.uk-dark .uk-search-input:-ms-input-placeholder {
    color: rgba(45, 45, 45, 0.5) !important; }
.uk-dark .uk-search-input::placeholder {
    color: rgba(45, 45, 45, 0.5); }
.uk-dark .uk-search .uk-search-icon {
    color: rgba(45, 45, 45, 0.5); }
.uk-dark .uk-search .uk-search-icon:hover {
    color: rgba(45, 45, 45, 0.5); }
.uk-dark .uk-search-default .uk-search-input {
    background-color: transparent;
    border-color: rgba(45, 45, 45, 0.2); }
.uk-dark .uk-search-default .uk-search-input:focus {
    background-color: fadein(transparent, 5%); }
.uk-dark .uk-search-navbar .uk-search-input {
    background-color: transparent; }
.uk-dark .uk-search-large .uk-search-input {
    background-color: transparent; }
.uk-dark .uk-search-toggle {
    color: rgba(45, 45, 45, 0.5); }
.uk-dark .uk-search-toggle:hover,
  .uk-dark .uk-search-toggle:focus {
    color: rgba(45, 45, 45, 0.7); }
.uk-dark .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(45, 45, 45, 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-dark .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(45, 45, 45, 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-dark .uk-nav-default > li > a {
    color: rgba(45, 45, 45, 0.5); }
.uk-dark .uk-nav-default > li > a:hover,
  .uk-dark .uk-nav-default > li > a:focus {
    color: rgba(45, 45, 45, 0.7); }
.uk-dark .uk-nav-default > li.uk-active > a {
    color: #2d2d2d; }
.uk-dark .uk-nav-default .uk-nav-header {
    color: #2d2d2d; }
.uk-dark .uk-nav-default .uk-nav-divider {
    border-top-color: rgba(45, 45, 45, 0.2); }
.uk-dark .uk-nav-default .uk-nav-sub a {
    color: rgba(45, 45, 45, 0.5); }
.uk-dark .uk-nav-default .uk-nav-sub a:hover,
  .uk-dark .uk-nav-default .uk-nav-sub a:focus {
    color: rgba(45, 45, 45, 0.7); }
.uk-dark .uk-nav-default .uk-nav-sub li.uk-active > a {
    color: #2d2d2d; }
.uk-dark .uk-nav-primary > li > a {
    color: rgba(45, 45, 45, 0.5); }
.uk-dark .uk-nav-primary > li > a:hover,
  .uk-dark .uk-nav-primary > li > a:focus {
    color: rgba(45, 45, 45, 0.7); }
.uk-dark .uk-nav-primary > li.uk-active > a {
    color: #2d2d2d; }
.uk-dark .uk-nav-primary .uk-nav-header {
    color: #2d2d2d; }
.uk-dark .uk-nav-primary .uk-nav-divider {
    border-top-color: rgba(45, 45, 45, 0.2); }
.uk-dark .uk-nav-primary .uk-nav-sub a {
    color: rgba(45, 45, 45, 0.5); }
.uk-dark .uk-nav-primary .uk-nav-sub a:hover,
  .uk-dark .uk-nav-primary .uk-nav-sub a:focus {
    color: rgba(45, 45, 45, 0.7); }
.uk-dark .uk-nav-primary .uk-nav-sub li.uk-active > a {
    color: #2d2d2d; }
.uk-dark .uk-nav.uk-nav-divider > :not(.uk-nav-divider) +  {
    border-top-color: rgba(45, 45, 45, 0.2); }
.uk-dark .uk-navbar-nav > li > a {
    color: rgba(45, 45, 45, 0.5); }
.uk-dark .uk-navbar-nav > li:hover > a,
  .uk-dark .uk-navbar-nav > li > a:focus,
  .uk-dark .uk-navbar-nav > li > a.uk-open {
    color: rgba(45, 45, 45, 0.7); }
.uk-dark .uk-navbar-nav > li > a:active {
    color: #2d2d2d; }
.uk-dark .uk-navbar-nav > li.uk-active > a {
    color: #2d2d2d; }
.uk-dark .uk-navbar-item {
    color: rgba(45, 45, 45, 0.7); }
.uk-dark .uk-navbar-toggle {
    color: rgba(45, 45, 45, 0.5); }
.uk-dark .uk-navbar-toggle:hover,
  .uk-dark .uk-navbar-toggle:focus,
  .uk-dark .uk-navbar-toggle.uk-open {
    color: rgba(45, 45, 45, 0.7); }
.uk-dark .uk-subnav > * > :first-child {
    color: rgba(45, 45, 45, 0.5); }
.uk-dark .uk-subnav > * > a:hover,
  .uk-dark .uk-subnav > * > a:focus {
    color: rgba(45, 45, 45, 0.7); }
.uk-dark .uk-subnav > .uk-active > a {
    color: #2d2d2d; }
.uk-dark .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
    border-left-color: rgba(45, 45, 45, 0.2); }
.uk-dark .uk-subnav-pill > * > :first-child {
    background-color: transparent;
    color: rgba(45, 45, 45, 0.5); }
.uk-dark .uk-subnav-pill > * > a:hover,
  .uk-dark .uk-subnav-pill > * > a:focus {
    background-color: rgba(45, 45, 45, 0.1);
    color: rgba(45, 45, 45, 0.7); }
.uk-dark .uk-subnav-pill > * > a:active {
    background-color: rgba(45, 45, 45, 0.1);
    color: rgba(45, 45, 45, 0.7); }
.uk-dark .uk-subnav-pill > .uk-active > a {
    background-color: #2d2d2d;
    color: #fff; }
.uk-dark .uk-subnav > .uk-disabled > a {
    color: rgba(45, 45, 45, 0.5); }
.uk-dark .uk-breadcrumb > * > * {
    color: rgba(45, 45, 45, 0.5); }
.uk-dark .uk-breadcrumb > * > :hover,
  .uk-dark .uk-breadcrumb > * > :focus {
    color: rgba(45, 45, 45, 0.7); }
.uk-dark .uk-breadcrumb > :last-child > * {
    color: rgba(45, 45, 45, 0.7); }
.uk-dark .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
    color: rgba(45, 45, 45, 0.5); }
.uk-dark .uk-pagination > * > * {
    color: rgba(45, 45, 45, 0.5); }
.uk-dark .uk-pagination > * > :hover,
  .uk-dark .uk-pagination > * > :focus {
    color: rgba(45, 45, 45, 0.7); }
.uk-dark .uk-pagination > .uk-active > * {
    color: rgba(45, 45, 45, 0.7); }
.uk-dark .uk-pagination > .uk-disabled > * {
    color: rgba(45, 45, 45, 0.5); }
.uk-dark .uk-tab::before {
    border-color: rgba(45, 45, 45, 0.2); }
.uk-dark .uk-tab > * > a {
    color: rgba(45, 45, 45, 0.5); }
.uk-dark .uk-tab > * > a:hover,
  .uk-dark .uk-tab > * > a:focus {
    color: rgba(45, 45, 45, 0.7); }
.uk-dark .uk-tab > .uk-active > a {
    color: #2d2d2d;
    border-color: #2d2d2d; }
.uk-dark .uk-tab > .uk-disabled > a {
    color: rgba(45, 45, 45, 0.5); }
.uk-dark .uk-slidenav {
    color: rgba(45, 45, 45, 0.7); }
.uk-dark .uk-slidenav:hover,
  .uk-dark .uk-slidenav:focus {
    color: rgba(45, 45, 45, 0.95); }
.uk-dark .uk-slidenav:active {
    color: rgba(45, 45, 45, 0.7); }
.uk-dark .uk-dotnav > * > * {
    background-color: transparent;
    border-color: rgba(45, 45, 45, 0.9); }
.uk-dark .uk-dotnav > * > :hover,
  .uk-dark .uk-dotnav > * > :focus {
    background-color: rgba(45, 45, 45, 0.9);
    border-color: transparent; }
.uk-dark .uk-dotnav > * > :active {
    background-color: rgba(45, 45, 45, 0.5);
    border-color: transparent; }
.uk-dark .uk-dotnav > .uk-active > * {
    background-color: rgba(45, 45, 45, 0.9);
    border-color: transparent; }
.uk-dark .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(45, 45, 45, 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(45, 45, 45, 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-dark .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(45, 45, 45, 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-dark .uk-iconnav > * > a {
    color: rgba(45, 45, 45, 0.5); }
.uk-dark .uk-iconnav > * > a:hover,
  .uk-dark .uk-iconnav > * > a:focus {
    color: rgba(45, 45, 45, 0.7); }
.uk-dark .uk-iconnav > .uk-active > a {
    color: rgba(45, 45, 45, 0.7); }
.uk-dark .uk-text-lead {
    color: rgba(45, 45, 45, 0.7); }
.uk-dark .uk-text-meta {
    color: rgba(45, 45, 45, 0.5); }
.uk-dark .uk-text-muted {
    color: rgba(45, 45, 45, 0.5) !important; }
.uk-dark .uk-text-emphasis {
    color: #2d2d2d !important; }
.uk-dark .uk-text-primary {
    color: #2d2d2d !important; }
.uk-dark .uk-text-secondary {
    color: #2d2d2d !important; }
.uk-dark .uk-column-divider {
    column-rule-color: rgba(45, 45, 45, 0.2); }
.uk-dark .uk-logo {
    color: rgba(45, 45, 45, 0.7); }
.uk-dark .uk-logo:hover,
  .uk-dark .uk-logo:focus {
    color: rgba(45, 45, 45, 0.7); }
.uk-dark .uk-logo > :not(.uk-logo-inverse):not(:only-of-type) {
    display: none; }
.uk-dark .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; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }
.header {
  width: 100%;
  box-sizing: border-box; }
.header__top {
    position: relative;
    padding-left: 37px;
    min-height: 58px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center; }
@media (min-width: 640px) {
      .header__top {
        min-height: 100px; } }
@media (min-width: 960px) {
      .header__top {
        justify-content: flex-end;
        padding-left: 0;
        min-height: 130px; } }
.header__hamburger {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 26px;
    height: 32px; }
@media (min-width: 960px) {
      .header__hamburger {
        display: none; } }
.header__logo {
    display: block;
    max-width: 110px;
    width: 100%;
    position: relative;
    z-index: 15; }
@media (min-width: 375px) {
      .header__logo {
        max-width: 140px; } }
@media (min-width: 640px) {
      .header__logo {
        max-width: 240px; } }
@media (min-width: 1200px) {
      .header__logo {
        max-width: 320px; } }
.header__logo-link {
    display: block;
    width: 100%; }
.header__logo-link img {
      display: block;
      width: 100%; }
.header__right {
    width: calc(100% - 110px); }
@media (min-width: 375px) {
      .header__right {
        width: calc(100% - 140px); } }
@media (min-width: 640px) {
      .header__right {
        width: calc(100% - 240px); } }
@media (min-width: 960px) {
      .header__right {
        margin-top: auto; } }
@media (min-width: 1200px) {
      .header__right {
        width: calc(100% - 320px); } }
@media (max-width: 375px) {
      .header__right .uk-button-group .uk-icon {
        /*width: 14px;
          height: 14px;*/ } }
.header__user {
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
.header__user-name {
    font-size: 9px;
    line-height: 13px; }
@media (min-width: 640px) {
      .header__user-name {
        line-height: 21px;
        font-size: 14px; } }
.header__user-name .uk-icon {
      vertical-align: top; }
@media (max-width: 639px) {
        .header__user-name .uk-icon {
          width: 13px;
          height: 13px; } }
.header__user-btn {
    line-height: 21px;
    font-size: 11px; }
@media (min-width: 640px) {
      .header__user-btn {
        line-height: 38px;
        font-size: 16px; } }
@media (min-width: 960px) {
      .header__user-btn {
        line-height: 52px; } }
.header__user-btn .uk-icon {
      display: none; }
@media (min-width: 640px) {
        .header__user-btn .uk-icon {
          display: block; } }
.header__user-btn-desc {
    display: none; }
@media (min-width: 640px) {
      .header__user-btn-desc {
        display: block; } }
@media (min-width: 640px) {
    .header__user-btn-add-mobile {
      display: none; } }
.header__user-inner {
    background-color: #39C446;
    border-radius: 2px;
    padding: 1px;
    justify-content: space-between; }
.header__user-inner .uk-button {
      border: none; }
@media (min-width: 640px) {
      .header__user-inner {
        border-radius: 5px;
        padding-top: 0;
        padding-bottom: 0; } }
@media (max-width: 639px) {
      .header__user-inner button .uk-icon {
        width: 16px;
        height: 16px; } }
.header__points {
    background-color: #fff;
    padding-left: 3px;
    padding-right: 3px;
    border-radius: 2px;
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center; }
@media (min-width: 640px) {
      .header__points {
        border-radius: 5px;
        padding-left: 8px;
        padding-right: 8px; } }
.header__points .icon-gold {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 16px;
      height: 16px; }
@media (min-width: 960px) {
        .header__points .icon-gold {
          width: 32px;
          height: 32px; } }
.header__points-desc {
    font-size: 12px;
    line-height: 18px; }
@media (min-width: 640px) {
      .header__points-desc {
        line-height: 37px;
        font-size: 16px; } }
@media (min-width: 960px) {
      .header__points-desc {
        line-height: 52px; } }
.header__nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000; }
@media (min-width: 960px) {
      .header__nav {
        position: inherit; } }
@media (max-width: 959px) {
      .header__nav .uk-navbar-container:not(.uk-navbar-transparent) {
        background: #2d2d2d; } }
.header__nav li > a .uk-badge.uk-position-absolute {
      right: calc(-100% - 3px);
      top: 0; }
.footer {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 71px;
  box-sizing: border-box;
  background-color: #262728; }
@media (min-width: 960px) {
    .footer {
      padding-bottom: 20px; } }
.footer__logo {
    display: block;
    max-width: 220px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px; }
@media (min-width: 960px) {
      .footer__logo {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
        max-width: 320px; } }
@media (min-width: 1200px) {
      .footer__logo {
        max-width: 380px;
        margin-left: 0;
        margin-right: 0; } }
.footer__logo img {
      display: block;
      width: 100%; }
@media (min-width: 640px) {
    .footer__navigation {
      margin-left: -20px;
      margin-right: -20px; } }
.footer__navigation-item {
    padding-left: 20px;
    padding-right: 20px; }
.footer__navigation-item:not(:first-child) {
      margin-top: 10px; }
@media (min-width: 640px) {
        .footer__navigation-item:not(:first-child) {
          margin-top: 0; } }
.footer__navigation-item .uk-nav > .uk-nav-divider {
      border-color: #fff; }
.footer__navigation-item .uk-nav > li > a {
      font-size: 0.875rem;
      line-height: 1.5; }
@media (min-width: 640px) {
        .footer__navigation-item .uk-nav > li > a {
          font-size: 16px;
          line-height: 1.5; } }
.footer__navigation-item .uk-nav > li:not(:last-child) > a {
      position: relative; }
@media (max-width: 640px) {
        .footer__navigation-item .uk-nav > li:not(:last-child) > a {
          padding-right: 12px;
          margin-right: 12px; }
          .footer__navigation-item .uk-nav > li:not(:last-child) > a:before {
            content: '';
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            position: absolute;
            width: 1px;
            height: 60%;
            background-color: #828282; } }
.paragraph span {
  position: relative;
  color: #fff; }
.paragraph span:after {
    content: '';
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff; }
.auth__logo {
  max-width: 442px;
  width: 100%; }
.auth__logo img {
    display: block;
    width: 100%; }
.information__list {
  margin-bottom: 0; }
.information__item {
  box-sizing: border-box; }
.information__item:not(:first-child) {
    margin-top: 15px; }
@media (min-width: 640px) {
      .information__item:not(:first-child) {
        margin-top: 20px; } }
.information__item-link {
  display: block;
  background-color: #444242;
  padding: 23px 20px; }
@media (min-width: 960px) {
    .information__item-link {
      display: flex;
      align-items: center;
      justify-content: flex-start; } }
@media (hover: hover) {
    .information__item-link:hover, .information__item-link:hover > * {
      color: #fff; } }
.information__item-link:active, .information__item-link:hover > * {
    color: #fff; }
.information__item-category {
  display: flex;
  align-items: center;
  justify-content: space-between; }
@media (min-width: 960px) {
    .information__item-category {
      justify-content: flex-start; } }
.information__item-time {
  font-size: 0.875rem;
  line-height: 1.5;
  display: block; }
@media (min-width: 640px) {
    .information__item-time {
      font-size: 16px;
      line-height: 1.5;
      min-width: 120px; } }
@media (min-width: 960px) {
    .information__item-time {
      text-align: center; } }
.information__item-label {
  display: block;
  min-width: 110px;
  background-color: #ff862f; }
.information__item-desc-wrap {
  margin-left: 20px;
  margin-top: 20px; }
@media (min-width: 960px) {
    .information__item-desc-wrap {
      margin-top: 0; } }
.information__item-desc-wrap > * {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.5; }
@media (min-width: 640px) {
      .information__item-desc-wrap > * {
        font-size: 16px;
        line-height: 1.5; } }
.information__item-desc-wrap > *:not(:first-child) {
      margin-top: 10px; }
.my-page__aside {
  padding: 10px 20px;
  border-radius: 5px;
  display: none; }
@media (min-width: 960px) {
    .my-page__aside {
      display: block; } }
.my-page__aside .uk-list a {
    color: #969696; }
@media (hover: hover) {
      .my-page__aside .uk-list a:hover, .my-page__aside .uk-list a:hover > * {
        color: #fff; } }
.my-page__aside .uk-list a:active, .my-page__aside .uk-list a:hover > * {
      color: #fff; }
.my-page__table {
  border-collapse: separate;
  border-spacing: 0 10px; }
@media (max-width: 960px) {
    .my-page__table {
      max-width: 600px;
      margin-right: auto;
      margin-left: auto; } }
@media (max-width: 960px) {
    .my-page__table thead {
      display: none; } }
@media (max-width: 960px) {
  .my-page__table-td-inner {
    width: 60%;
    box-sizing: border-box; }
    .my-page__table-td-inner .uk-button {
      max-width: 180px; } }
.slot-list__article-info-title {
  font-size: 1.25rem;
  margin: 10px 0; }
@media (min-width: 640px) {
    .slot-list__article-info-title {
      font-size: 1.875rem;
      line-height: 1.4;
      margin: 15px 0; } }
.slot-list__details {
  margin: 5px 0 0; }
@media (min-width: 640px) {
    .slot-list__details {
      display: flex; } }
@media (min-width: 640px) {
  .slot-list__details-quest {
    min-width: 90px; } }
@media (min-width: 640px) {
  .slot-list__details-answer {
    padding-left: 15px; } }
.slot-list .uk-card .uk-card-label {
  top: 18px;
  left: 5px;
  font-size: 18px;
  line-height: 18px; }
.slot-list .uk-card .uk-card-label:after {
    top: -20px;
    left: 3px;
    border: 38px solid transparent;
    border-top: 38px solid #ec2424;
    border-left: 38px solid #ec2424; }
@media (min-width: 640px) {
    .slot-list .uk-card .uk-card-label {
      top: 12px;
      left: 5px;
      font-size: 14px;
      line-height: 14px; }
      .slot-list .uk-card .uk-card-label:after {
        top: -16px;
        left: -2px;
        border: 30px solid transparent;
        border-top: 30px solid #ec2424;
        border-left: 30px solid #ec2424; } }
.slot-search label {
  margin-top: 0;
  margin-bottom: 7px; }
@media (min-width: 1200px) {
    .slot-search label {
      margin-bottom: 0;
      margin-top: 0 !important; } }
.slot-search table .uk-label {
  min-width: 80px;
  padding-left: 10px;
  padding-right: 10px; }
/*** デジタル数字FONT ***/
@font-face {
  font-family: DEGI;
  src: url(../fonts/DSEG7Classic-BoldItalic.woff); }
.p-play {
  height: -webkit-fill-available; }
.p-play body {
    min-height: 100vh;
    /* mobile viewport bug fix */
    min-height: -webkit-fill-available;
    display: flex;
    flex-direction: column; }
.p-play .wrapper {
    flex: 1;
    min-height: auto; }
.play__header {
  background-color: #000;
  padding: 10px 15px;
  height: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  box-sizing: border-box; }
@media (max-width: 640px) {
    .play__header {
      height: 60px; } }
@media (min-width: 1071px) {
  html.p-play .led {
    width: calc(100% - 292px);
    margin-left: auto; } }
.play__user {
  display: flex;
  flex-flow: row nowrap;
  padding-right: 20px; }
.play__user-points {
  display: flex;
  align-items: center;
  font-size: 1rem;
  line-height: 1.5;
  color: #af7917; }
.play__user-points:after {
    content: attr(data-unit-value);
    display: inline-block;
    padding-left: 10px;
    color: #fff; }
.play__user-button {
  display: block;
  width: 100%;
  max-width: 25px;
  padding: 0;
  border: none;
  margin-left: 10px;
  cursor: pointer; }
.play__header-button {
  display: flex;
  flex-flow: column-reverse nowrap;
  align-items: center;
  height: 50px;
  padding: 0;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer; }
.play__header-button-text {
  display: block;
  margin-top: 4px;
  font-size: .675rem;
  line-height: 1; }
@media (min-width: 640px) {
    .play__header-button-text {
      font-size: .875rem; } }
.play textarea {
  min-height: 2em;
  resize: vertical; }
@-webkit-keyframes mdc-ripple-fg-radius-in {
  from {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1);
    transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1); }
  to {
    -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1)); } }
@keyframes mdc-ripple-fg-radius-in {
  from {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1);
    transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1); }
  to {
    -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1)); } }
@-webkit-keyframes mdc-ripple-fg-opacity-in {
  from {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    opacity: 0; }
  to {
    opacity: var(--mdc-ripple-fg-opacity, 0); } }
@keyframes mdc-ripple-fg-opacity-in {
  from {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    opacity: 0; }
  to {
    opacity: var(--mdc-ripple-fg-opacity, 0); } }
@-webkit-keyframes mdc-ripple-fg-opacity-out {
  from {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    opacity: var(--mdc-ripple-fg-opacity, 0); }
  to {
    opacity: 0; } }
@keyframes mdc-ripple-fg-opacity-out {
  from {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    opacity: var(--mdc-ripple-fg-opacity, 0); }
  to {
    opacity: 0; } }
.play .uk-modal-dialog {
  border-radius: 15px;
  overflow: hidden; }
.play .uk-modal-footer {
  border-top: none;
  padding-bottom: 30px; }
.play .uk-input:focus {
  border-color: #af8a3b; }
.play .uk-checkbox {
  margin-right: 0.5em;
  border-radius: 4px; }
.play .uk-checkbox:not(:checked) {
  background: #fff; }
.play .uk-radio {
  margin-right: 0.5em; }
.play .uk-radio:not(:checked) {
  background: #fff; }
.play .uk-checkbox:focus,
.play .uk-radio:focus {
  border-color: #af8a3b; }
.play .uk-checkbox:checked,
.play .uk-checkbox:indeterminate,
.play .uk-radio:checked {
  background-color: #af8a3b; }
.play .uk-checkbox:checked:focus,
.play .uk-checkbox:indeterminate:focus,
.play .uk-radio:checked:focus {
  background-color: #8c7239; }
.play .uk-slider-items img {
  width: 100%; }
.material-icons, html.p-play .c-toggle-button__native-input + .c-toggle-button__button-auto > label:before, html.p-play .c-toggle-button__native-input:not(:checked) + .c-toggle-button__button-auto > label:before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga'; }
.c-button {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  font-size: 1rem;
  display: inline-block;
  position: relative;
  padding: 8px 24px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  outline: none;
  text-align: center;
  vertical-align: text-top;
  line-height: 24px; }
.c-button::before, .c-button::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: ""; }
.c-button::before {
  -webkit-transition: opacity 15ms linear, background-color 15ms linear;
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1; }
.c-button.mdc-ripple-upgraded::before {
  -webkit-transform: scale(var(--mdc-ripple-fg-scale, 1));
  transform: scale(var(--mdc-ripple-fg-scale, 1)); }
.c-button.mdc-ripple-upgraded::after {
  top: 0;
  /* @noflip */
  left: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center center;
  transform-origin: center center; }
.c-button.mdc-ripple-upgraded--unbounded::after {
  top: var(--mdc-ripple-top, 0);
  /* @noflip */
  left: var(--mdc-ripple-left, 0); }
.c-button.mdc-ripple-upgraded--foreground-activation::after {
  -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards; }
.c-button.mdc-ripple-upgraded--foreground-deactivation::after {
  -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
  animation: mdc-ripple-fg-opacity-out 150ms;
  -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1)); }
.c-button::before, .c-button::after {
  top: calc(50% - 100%);
  /* @noflip */
  left: calc(50% - 100%);
  width: 200%;
  height: 200%; }
.c-button.mdc-ripple-upgraded::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%); }
.c-button::before, .c-button::after {
  background-color: #000; }
.c-button:hover::before {
  opacity: 0.04; }
.c-button:not(.mdc-ripple-upgraded):focus::before, .c-button.mdc-ripple-upgraded--background-focused::before {
  -webkit-transition-duration: 75ms;
  transition-duration: 75ms;
  opacity: 0.12; }
.c-button:not(.mdc-ripple-upgraded)::after {
  -webkit-transition: opacity 150ms linear;
  transition: opacity 150ms linear; }
.c-button:not(.mdc-ripple-upgraded):active::after {
  -webkit-transition-duration: 75ms;
  transition-duration: 75ms;
  opacity: 0.12; }
.c-button.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0.12; }
.c-button::before, .c-button::after {
  background-color: #fff; }
.c-button:hover, .c-button:active, .c-button:visited {
  color: inherit;
  text-decoration: inherit; }
@media (max-width: 895px) {
  .c-button {
    padding: 8px 10px; } }
.c-button--primary {
  background-color: #af8a3b;
  color: #ffffff; }
.c-button--primary:hover, .c-button--primary:active, .c-button--primary:visited {
  color: #ffffff; }
.c-button--secondary {
  background-color: #6c6c6c;
  color: #ffffff; }
.c-button--secondary:hover, .c-button--secondary:active, .c-button--secondary:visited {
  color: #ffffff; }
.c-button--accent {
  background-color: #d30505;
  color: #ffffff; }
.c-button--accent:hover, .c-button--accent:active, .c-button--accent:visited {
  color: #ffffff; }
.c-icon-button {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  font-size: 1rem;
  display: inline-block;
  position: relative;
  padding: 8px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 16px;
  cursor: pointer;
  outline: none;
  text-align: center;
  vertical-align: text-top; }
.c-icon-button::before, .c-icon-button::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: ""; }
.c-icon-button::before {
  -webkit-transition: opacity 15ms linear, background-color 15ms linear;
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1; }
.c-icon-button.mdc-ripple-upgraded::before {
  -webkit-transform: scale(var(--mdc-ripple-fg-scale, 1));
  transform: scale(var(--mdc-ripple-fg-scale, 1)); }
.c-icon-button.mdc-ripple-upgraded::after {
  top: 0;
  /* @noflip */
  left: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center center;
  transform-origin: center center; }
.c-icon-button.mdc-ripple-upgraded--unbounded::after {
  top: var(--mdc-ripple-top, 0);
  /* @noflip */
  left: var(--mdc-ripple-left, 0); }
.c-icon-button.mdc-ripple-upgraded--foreground-activation::after {
  -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards; }
.c-icon-button.mdc-ripple-upgraded--foreground-deactivation::after {
  -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
  animation: mdc-ripple-fg-opacity-out 150ms;
  -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1)); }
.c-icon-button::before, .c-icon-button::after {
  top: calc(50% - 100%);
  /* @noflip */
  left: calc(50% - 100%);
  width: 200%;
  height: 200%; }
.c-icon-button.mdc-ripple-upgraded::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%); }
.c-icon-button::before, .c-icon-button::after {
  background-color: #000; }
.c-icon-button:hover::before {
  opacity: 0.04; }
.c-icon-button:not(.mdc-ripple-upgraded):focus::before, .c-icon-button.mdc-ripple-upgraded--background-focused::before {
  -webkit-transition-duration: 75ms;
  transition-duration: 75ms;
  opacity: 0.12; }
.c-icon-button:not(.mdc-ripple-upgraded)::after {
  -webkit-transition: opacity 150ms linear;
  transition: opacity 150ms linear; }
.c-icon-button:not(.mdc-ripple-upgraded):active::after {
  -webkit-transition-duration: 75ms;
  transition-duration: 75ms;
  opacity: 0.12; }
.c-icon-button.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0.12; }
.c-icon-button::before, .c-icon-button::after {
  background-color: #fff; }
.c-icon-button:hover, .c-icon-button:active, .c-icon-button:visited {
  color: inherit;
  text-decoration: inherit; }
.c-icon-button--primary {
  color: #af8a3b; }
.c-icon-button--primary:hover, .c-icon-button--primary:active, .c-icon-button--primary:visited {
  color: #af8a3b; }
.c-icon-button--secondary {
  color: #6c6c6c; }
.c-icon-button--secondary:hover, .c-icon-button--secondary:active, .c-icon-button--secondary:visited {
  color: #6c6c6c; }
.c-icon-button--accent {
  color: #d30505; }
.c-icon-button--accent:hover, .c-icon-button--accent:active, .c-icon-button--accent:visited {
  color: #d30505; }
@media (max-width: 479px) {
  .c-button {
    font-size: 0.875rem; } }
.c-toggle-button-group {
  display: -webkit-box;
  display: flex;
  overflow: hidden;
  font-size: 0; }
.c-toggle-button-group .c-toggle-button {
  display: inline-block;
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  font-size: 1rem; }
.c-toggle-button-group .c-toggle-button::before, .c-toggle-button-group .c-toggle-button::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: ""; }
.c-toggle-button-group .c-toggle-button::before {
  -webkit-transition: opacity 15ms linear, background-color 15ms linear;
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1; }
.c-toggle-button-group .c-toggle-button.mdc-ripple-upgraded::before {
  -webkit-transform: scale(var(--mdc-ripple-fg-scale, 1));
  transform: scale(var(--mdc-ripple-fg-scale, 1)); }
.c-toggle-button-group .c-toggle-button.mdc-ripple-upgraded::after {
  top: 0;
  /* @noflip */
  left: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center center;
  transform-origin: center center; }
.c-toggle-button-group .c-toggle-button.mdc-ripple-upgraded--unbounded::after {
  top: var(--mdc-ripple-top, 0);
  /* @noflip */
  left: var(--mdc-ripple-left, 0); }
.c-toggle-button-group .c-toggle-button.mdc-ripple-upgraded--foreground-activation::after {
  -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards; }
.c-toggle-button-group .c-toggle-button.mdc-ripple-upgraded--foreground-deactivation::after {
  -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
  animation: mdc-ripple-fg-opacity-out 150ms;
  -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1)); }
.c-toggle-button-group .c-toggle-button::before, .c-toggle-button-group .c-toggle-button::after {
  top: calc(50% - 100%);
  /* @noflip */
  left: calc(50% - 100%);
  width: 200%;
  height: 200%; }
.c-toggle-button-group .c-toggle-button.mdc-ripple-upgraded::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%); }
.c-toggle-button-group .c-toggle-button::before, .c-toggle-button-group .c-toggle-button::after {
  background-color: #000; }
.c-toggle-button-group .c-toggle-button:hover::before {
  opacity: 0.04; }
.c-toggle-button-group .c-toggle-button:not(.mdc-ripple-upgraded):focus::before, .c-toggle-button-group .c-toggle-button.mdc-ripple-upgraded--background-focused::before {
  -webkit-transition-duration: 75ms;
  transition-duration: 75ms;
  opacity: 0.12; }
.c-toggle-button-group .c-toggle-button:not(.mdc-ripple-upgraded)::after {
  -webkit-transition: opacity 150ms linear;
  transition: opacity 150ms linear; }
.c-toggle-button-group .c-toggle-button:not(.mdc-ripple-upgraded):active::after {
  -webkit-transition-duration: 75ms;
  transition-duration: 75ms;
  opacity: 0.12; }
.c-toggle-button-group .c-toggle-button.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0.12; }
.c-toggle-button-group .c-toggle-button::before, .c-toggle-button-group .c-toggle-button::after {
  background-color: #fff; }
@media (max-width: 895px) {
  .c-toggle-button-group .c-toggle-button {
    font-size: 0.875rem; } }
.c-toggle-button-group .c-toggle-button > input[type="radio"] {
  display: none; }
.c-toggle-button-group .c-toggle-button > input[type="radio"] + .c-toggle-button-label {
  content: "";
  display: inline-block;
  padding: 10px 25px;
  background-color: #6c6c6c;
  cursor: pointer; }
@media (max-width: 895px) {
  .c-toggle-button-group .c-toggle-button > input[type="radio"] + .c-toggle-button-label {
    padding: 10px 16px; } }
.c-toggle-button-group .c-toggle-button > input[type="radio"]:checked + .c-toggle-button-label {
  background-color: #3b4043; }
.c-toggle-button-group .c-toggle-button:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }
.c-toggle-button-group .c-toggle-button:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }
html.p-play .p-play__contents {
  max-width: 492px;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: auto;
  background-color: #000;
  position: relative;
  z-index: 1;
  flex: 1; }
html.p-play .p-play__contents-inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex: 1; }
@media (max-width: 479px) {
  html.p-play .p-play__contents {
    min-height: unset; } }
@media (max-width: 479px) {
  html.p-play header {
    padding: 5px 8px; } }
html.p-play .c-data-area {
  background: -webkit-gradient(linear, left top, right top, from(#95949c), color-stop(15%, #737278), color-stop(30%, #b5b5b5), color-stop(60%, #595d62), color-stop(75%, #b4b4b4), to(#595d62));
  background: linear-gradient(to right, #95949c 0%, #737278 15%, #b5b5b5 30%, #595d62 60%, #b4b4b4 75%, #595d62 100%);
  padding: 6px 25px; }
html.p-play .c-data-area dl {
  display: -ms-grid;
  display: grid;
  grid-gap: 0 8px;
  -ms-grid-columns: 2fr 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr;
  margin-bottom: 0; }
html.p-play .c-data-area dl dt {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  color: #fff;
  font-weight: bold;
  font-size: 0.875rem; }
html.p-play .c-data-area dl dd {
  -ms-grid-row: 2;
  grid-row: 2/2;
  background: #000;
  color: #c61a18;
  font-size: 1.05rem;
  text-align: right;
  font-family: DEGI;
  padding: 3px 5px; }
@media (min-width: 375px) {
    html.p-play .c-data-area dl dd {
      font-size: 1.25rem; } }
@media (min-width: 768px) {
    html.p-play .c-data-area dl dd {
      font-size: 1.8125rem; } }
html.p-play .c-data-area dl dd.c-data-area__count--game {
  color: #0ADC62; }
html.p-play .c-data-area dl dd.c-data-area__count--big {
  color: #FF3838; }
html.p-play .c-data-area dl dd.c-data-area__count--reg {
  color: #FF9A41; }
html.p-play .c-video-area__frame {
  margin: 0 4.47154%;
  padding: 1.21951%;
  background: #312d2c;
  font-size: 0; }
html.p-play .c-video-area__player {
  width: 100%; }
html.p-play .c-control-area {
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 460px; }
html.p-play .c-control-area__max-bet {
  background-image: -webkit-gradient(linear, left top, right top, from(#95949c), color-stop(15%, #737278), color-stop(30%, #b5b5b5), color-stop(60%, #595d62), color-stop(75%, #b4b4b4), to(#595d62));
  background-image: linear-gradient(to right, #95949c 0%, #737278 15%, #b5b5b5 30%, #595d62 60%, #b4b4b4 75%, #595d62 100%);
  background-size: 100vw;
  display: inline-block;
  padding: 4px 11px 0;
  min-width: 81px; }
html.p-play .c-control-area__max-bet-wrapper {
  background: -webkit-gradient(linear, left top, left bottom, from(#574946), to(#271d1b));
  background: linear-gradient(to bottom, #574946 0%, #271d1b 100%);
  padding: 8px;
  border-radius: 16px; }
html.p-play .c-control-area__components-wrapper {
  padding: 6px 18px;
  background: -webkit-gradient(linear, left top, right top, from(#95949c), color-stop(15%, #737278), color-stop(30%, #b5b5b5), color-stop(60%, #595d62), color-stop(75%, #b4b4b4), to(#595d62));
  background: linear-gradient(to right, #95949c 0%, #737278 15%, #b5b5b5 30%, #595d62 60%, #b4b4b4 75%, #595d62 100%); }
html.p-play .c-control-area__credit {
  width: 100%; }
html.p-play .c-control-area__credit dl {
  display: -ms-grid;
  display: grid;
  grid-gap: 0 8px;
  -ms-grid-columns: 2fr 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr;
  margin-bottom: 0; }
html.p-play .c-control-area__credit dl dt {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  background: #000;
  color: #fff;
  font-weight: bold;
  font-size: 0.875rem;
  padding: 2px 6px 0; }
html.p-play .c-control-area__credit dl dd {
  -ms-grid-row: 2;
  grid-row: 2/2;
  background: #000;
  color: #c61a18;
  text-align: right;
  padding: 0 6px 6px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between; }
html.p-play .c-control-area__platy-buttons {
  background: -webkit-gradient(linear, left top, left bottom, from(#564845), to(#291f1d));
  background: linear-gradient(to bottom, #564845 0%, #291f1d 100%);
  border-radius: 8px;
  margin-top: 8px;
  padding: 10px 8px;
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  align-items: center; }
@media (min-width: 375px) {
    html.p-play .c-control-area__platy-buttons {
      padding: 10px 16px; } }
html.p-play .c-control-area input[type="text"],
html.p-play .c-control-area input[type="number"] {
  display: inline-block;
  width: 100%;
  background: transparent;
  color: #D82929;
  text-align: right;
  font-size: 1.5rem;
  font-family: DEGI;
  padding: 0;
  border: none; }
html.p-play .c-control-area input[type="text"]:not(:last-child),
html.p-play .c-control-area input[type="number"]:not(:last-child) {
  margin-right: 5px; }
html.p-play .c-control-area__credit-wrapper {
  background: #000; }
html.p-play .c-control-area__credit-wrapper label {
  color: #fff;
  font-weight: bold;
  font-size: 0.875rem; }
html.p-play .c-button-max-bet, html.p-play .c-toggle-button__native-input + .c-toggle-button__button-max-bet {
  display: block;
  padding: 8px 0 4px;
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, left bottom, from(#530000), color-stop(#830000), color-stop(90%), to(#530000));
  background: linear-gradient(to bottom, #530000 0%, #830000, 90%, #530000 100%);
  color: #000;
  position: relative;
  box-sizing: border-box;
  overflow: hidden; }
html.p-play .c-button-max-bet[disabled], html.p-play .c-toggle-button__native-input + .c-toggle-button__button-max-bet[disabled] {
  opacity: 0.5; }
html.p-play .c-button-max-bet > label, html.p-play .c-toggle-button__native-input + .c-toggle-button__button-max-bet > label {
  z-index: 1; }
html.p-play .c-button-max-bet__label {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  justify-content: space-around;
  font-size: 1.25rem;
  color: #fff;
  line-height: 1em;
  -webkit-transform: scaleX(1.2);
  transform: scaleX(1.2);
  text-align: center; }
html.p-play .c-button-max-bet__label--tiny {
  font-size: .875rem;
  line-height: 1em;
  width: 50px;
  transform: translateY(-3px); }
@media (min-width: 375px) {
    html.p-play .c-button-max-bet__label--tiny {
      font-size: 1.125rem;
      line-height: 1em;
      width: 60px; } }
html.p-play .c-button-max-bet:after, html.p-play .c-toggle-button__native-input + .c-toggle-button__button-max-bet:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#e44848), color-stop(8%, transparent), color-stop(92%, transparent), to(#e44848));
  background: linear-gradient(to right, #e44848 0%, transparent 8%, transparent 92%, #e44848 100%);
  position: absolute;
  top: -10%;
  left: 0;
  border-radius: 8px; }
html.p-play .c-button-max-bet:before, html.p-play .c-toggle-button__native-input + .c-toggle-button__button-max-bet:before {
  display: block;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(#fb7474), color-stop(10%, #fb7474), color-stop(10%, #fd9292), color-stop(15%, #fd9292), color-stop(20%, #c00606), color-stop(85%, #c00606), to(#c64848));
  background: linear-gradient(to bottom, #fb7474 0%, #fb7474 10%, #fd9292 10%, #fd9292 15%, #c00606 20%, #c00606 85%, #c64848 100%);
  height: 100%;
  width: 100%;
  position: absolute;
  top: -10%;
  left: 0;
  border-radius: 8px; }
html.p-play .c-button-square, html.p-play .c-toggle-button__native-input + .c-toggle-button__button-square, html.p-play .c-toggle-button__native-input + .c-toggle-button__button-auto {
  /*background: #513109;*/
  background: #6c6c6c;
  /*color: #541f1f;*/
  color: #fff;
  /*text-shadow: 0 0 10px #e9c561;
  -webkit-text-stroke: 1px #e9c561aa;*/
  font-size: 1.375rem;
  /*font-weight: bold;*/
  padding: 8px 10px;
  border: none;
  border-radius: 8px;
  border-bottom: 10px / 2 solid #513109;
  line-height: 1em;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  align-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative; }
html.p-play .c-button-square[disabled], html.p-play .c-toggle-button__native-input + .c-toggle-button__button-square[disabled], html.p-play .c-toggle-button__native-input + .c-toggle-button__button-auto[disabled] {
  opacity: 0.5; }
/*html.p-play .c-button-square:before, html.p-play .c-toggle-button__native-input + .c-toggle-button__button-square:before, html.p-play .c-toggle-button__native-input + .c-toggle-button__button-auto:before {
  content: " ";
  background: -webkit-gradient(linear, left top, left bottom, from(#fef4a1), color-stop(85%, #c27618), to(#e4bc56));
  background: linear-gradient(to bottom, #fef4a1 0%, #c27618 85%, #e4bc56 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 8px; }*/
/*html.p-play .c-button-square:after, html.p-play .c-toggle-button__native-input + .c-toggle-button__button-square:after, html.p-play .c-toggle-button__native-input + .c-toggle-button__button-auto:after {
  content: " ";
  background: -webkit-gradient(linear, left top, right top, from(#efd374), color-stop(8%, transparent), color-stop(92%, transparent), to(#efd374));
  background: linear-gradient(to right, #efd374 0%, transparent 8%, transparent 92%, #efd374 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 8px; }*/
html.p-play .c-button-square label, html.p-play .c-toggle-button__native-input + .c-toggle-button__button-square label, html.p-play .c-toggle-button__native-input + .c-toggle-button__button-auto label {
  z-index: 1;
  display: -webkit-inline-box;
  display: inline-flex; }
html.p-play .c-button-square:active, html.p-play .c-toggle-button__native-input + .c-toggle-button__button-square:active, html.p-play .c-toggle-button__native-input + .c-toggle-button__button-auto:active {
  opacity: 0.5; }
html.p-play .c-button-square:focus, html.p-play .c-toggle-button__native-input + .c-toggle-button__button-square:focus, html.p-play .c-toggle-button__native-input + .c-toggle-button__button-auto:focus {
  outline: none; }
html.p-play .c-button-circle, html.p-play .c-toggle-button__native-input + .c-toggle-button__button-circle {
  background: -webkit-gradient(linear, left top, left bottom, from(#c71b1b), to(#530504));
  background: linear-gradient(to bottom, #c71b1b 0%, #530504 100%);
  border-radius: 50%;
  font-size: 0;
  padding: 4px;
  width: 30px;
  height: 30px;
  position: relative;
  overflow: hidden; }
@media (min-width: 375px) {
    html.p-play .c-button-circle, html.p-play .c-toggle-button__native-input + .c-toggle-button__button-circle {
      height: 35px;
      width: 35px;
      padding: 8px; } }
html.p-play .c-button-circle:before, html.p-play .c-toggle-button__native-input + .c-toggle-button__button-circle:before {
  content: " ";
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(#fff0), color-stop(50%, #fff9), to(#fff0));
  background: linear-gradient(to right, #fff0 0%, #fff9 50%, #fff0 100%);
  border-radius: 50%;
  width: 100%;
  height: 60%;
  display: inline-block;
  top: -10%;
  right: 0;
  left: 0;
  margin: auto; }
html.p-play .c-button-circle:after, html.p-play .c-toggle-button__native-input + .c-toggle-button__button-circle:after {
  content: " ";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(#c21b1b), to(#f20200));
  background: linear-gradient(to bottom, #c21b1b 0%, #f20200 100%);
  border-top: #fff9 2px solid;
  border-bottom: #0004 1px solid;
  border-radius: 50%;
  width: 82%;
  height: 82%;
  display: inline-block;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  box-sizing: border-box; }
html.p-play .c-toggle-button {
  position: relative;
  display: -webkit-box;
  display: flex; }
html.p-play .c-toggle-button__native-input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0.001;
  margin: 0;
  cursor: pointer; }
html.p-play .c-toggle-button__native-input + .c-toggle-button__button-max-bet {
  font-size: 1.25rem;
  height: 100%; }
html.p-play .c-toggle-button__native-input + .c-toggle-button__button-max-bet:active {
  opacity: 0.5; }
html.p-play .c-toggle-button__native-input + .c-toggle-button__button-square {
  font-size: 1.25rem; }
html.p-play .c-toggle-button__native-input:not(:checked) + .c-toggle-button__button-square {
  background: #414141;
  color: #414141;
  text-shadow: #cecece 0px 0px 10px;
  -webkit-text-stroke: 1px #cececeaa;
  border-color: #414141; }
html.p-play .c-toggle-button__native-input:not(:checked) + .c-toggle-button__button-square:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#cecece), color-stop(85%, #737373), to(#919191));
  background: linear-gradient(to bottom, #cecece 0%, #737373 85%, #919191 100%); }
html.p-play .c-toggle-button__native-input:not(:checked) + .c-toggle-button__button-square:after {
  background: -webkit-gradient(linear, left top, right top, from(#a9a9a9), color-stop(8%, transparent), color-stop(92%, transparent), to(#a9a9a9));
  background: linear-gradient(to right, #a9a9a9 0%, transparent 8%, transparent 92%, #a9a9a9 100%); }
html.p-play .c-toggle-button__native-input + .c-toggle-button__button-circle {
  display: inline-block; }
html.p-play .c-toggle-button__native-input:active + .c-toggle-button__button-max-bet,
html.p-play .c-toggle-button__native-input:active + .c-toggle-button__button-circle {
  opacity: 0.5; }
html.p-play .c-toggle-button__native-input + .c-toggle-button__button-auto {
  height: 35px;
  min-width: 140px; }
html.p-play .c-toggle-button__native-input + .c-toggle-button__button-auto > label {
  display: -webkit-box;
  display: flex;
  align-content: space-around;
  justify-content: space-around; }
html.p-play .c-toggle-button__native-input + .c-toggle-button__button-auto > label:before {
  content: "pause";
  font-size: 1.875rem; }
html.p-play .c-toggle-button__native-input + .c-toggle-button__button-auto > label:after {
  content: "STOP";
  display: inline;
  padding-right: 0.5em;
  line-height: 1.5em; }
html.p-play .c-toggle-button__native-input:not(:checked) + .c-toggle-button__button-auto > label:before {
  content: "play_arrow";
  font-size: 1.875rem; }
html.p-play .c-toggle-button__native-input:not(:checked) + .c-toggle-button__button-auto > label:after {
  content: "START";
  display: inline; }
html.p-play .p-play__toggle-sidemenu {
  z-index: 20; }
@media (min-width: 1072px) {
  html.p-play .p-play__toggle-sidemenu {
    display: none; } }
html.p-play .p-play__sidemenu {
  background-color: #000;
  position: fixed;
  top: 100px;
  left: 0;
  width: 290px;
  height: 100%;
  z-index: 10;
  padding-top: 30px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }
html.p-play .p-play__sidemenu .p-play__reel-map-tab {
    height: 100%;
    padding-bottom: 50px; }
@media (max-width: 640px) {
    html.p-play .p-play__sidemenu {
      top: 60px; } }
@media (max-width: 1071px) {
  html.p-play .p-play__sidemenu {
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    overflow-x: hidden; }
  html.p-play .p-play__sidemenu:not(.p-play__sidemenu--show) {
    left: -290px; }
  html.p-play .p-play__sidemenu + .p-play__sidemenu-overlay {
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms; }
  html.p-play .p-play__sidemenu.p-play__sidemenu--show + .p-play__sidemenu-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9; } }
html.p-play .c-tab::before {
  border-bottom-width: 2px; }
html.p-play .c-tab > li > a {
  font-size: 0.875rem;
  padding: 10px 25px; }
html.p-play .p-play__reel-map-tab {
  padding: 0 20px; }
html.p-play .p-play__reel-map-tab .p-play__reel-map {
  width: 80%;
  margin: 20px auto 0; }
html.p-play .p-play__help-tab {
  font-size: 0.875rem;
  color: #ffffff;
  padding: 0 20px; }
.reel {
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0;
  cursor: pointer;
  background: #25292C;
  border-radius: 999px;
  color: #9b9b9b;
  text-shadow: -1px -1px 0px rgba(255, 255, 255, 0.8), 1px 1px 2px black;
  box-shadow: inset 1px 1px 2px rgba(255, 255, 255, 0.3), inset 3px 15px 45px rgba(255, 255, 255, 0.1), inset -1px -1px 2px rgba(0, 0, 0, 0.5), inset -3px -15px 45px rgba(0, 0, 0, 0.2), 1px 5px 30px -4px black;
  -webkit-transition: 0.1s ease-out;
  -moz-transition: 0.1s ease-out;
  -o-transition: 0.1s ease-out;
  transition: 0.1s ease-out; }
@media (min-width: 375px) {
    .reel {
      width: 40px;
      height: 40px;
      line-height: 40px; } }
.reel:before {
  position: absolute;
  z-index: -1;
  width: 45px;
  height: 45px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background: #1A1A1A;
  border-radius: 999px;
  box-shadow: inset -1px -1px 2px rgba(255, 255, 255, 0.3), inset -5px -15px 40px rgba(255, 255, 255, 0.1), inset 1px 1px 2px rgba(0, 0, 0, 0.5), inset 5px 15px 40px rgba(0, 0, 0, 0.2), -2px -40px 50px -20px rgba(255, 255, 255, 0.1), 2px 35px 50px -10px rgba(0, 0, 0, 0.4), 0px 0px 25px 8px #3c3c3c; }
@media (min-width: 375px) {
    .reel:before {
      width: 60px;
      height: 60px; } }
.reel:active {
  color: rgba(0, 0, 0, 0.7);
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.15);
  box-shadow: inset 1px 1px 2px rgba(255, 255, 255, 0.3), inset 3px 15px 45px rgba(0, 0, 0, 0.2), inset -1px -1px 2px rgba(0, 0, 0, 0.5), inset -3px -15px 45px rgba(255, 255, 255, 0.1), 1px 5px 10px -4px black; }
@media (max-width: 479px) {
  html.p-play .c-button-square {
    font-size: 1rem; } }
html.p-play [data-count] {
  position: relative;
  z-index: 10;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  font-size: 1.05rem;
  text-align: right;
  font-family: DEGI;
  border: 2px solid #1f2122;
  border-right-color: #656c70;
  border-bottom-color: #656c70;
  padding-left: .25em;
  padding-right: .25em; }
html.p-play [data-count].p-credit-input {
    width: 65%; }
html.p-play [data-count] > *, html.p-play [data-count] input[type="text"] {
    font-family: DEGI;
    font-size: 1.05rem; }
@media (min-width: 375px) {
      html.p-play [data-count] > *, html.p-play [data-count] input[type="text"] {
        font-size: 1.25rem; } }
@media (min-width: 768px) {
      html.p-play [data-count] > *, html.p-play [data-count] input[type="text"] {
        font-size: 1.8125rem; } }
@media (min-width: 375px) {
    html.p-play [data-count] {
      font-size: 1.25rem; } }
@media (min-width: 768px) {
    html.p-play [data-count] {
      font-size: 1.8125rem; } }
html.p-play [data-count]:after {
    content: attr(data-count);
    right: 0;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    color: #323232;
    font-family: DEGI;
    padding-left: .25em;
    padding-right: .25em;
    z-index: -1; }
#botPlayListView ul {
  padding-left: 0px; }
@media (max-width: 640px) {
  #botPlayListView .uk-padding-small {
    padding: 10px; }
  #botPlayListView .uk-modal-body {
    padding: 10px 10px; } }
.wrapper {
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  max-width: 100%;
  min-height: 100vh;
  overflow: hidden; }
.wrapper.default-bg:after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: url(../images/bg.png);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -2; }
.wrapper.default-bg:before {
    content: '';
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1; }
.app {
  width: 100%;
  max-width: 100%;
  min-height: 1px;
  flex-grow: 1;
  position: relative;
  padding-bottom: 40px; }
.app.bg-image {
    position: relative; }
.app.bg-image:before {
      content: '';
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      position: absolute;
      background-image: url(../images/bg_sp.png);
      background-position: 50% 50%;
      background-size: 100%;
      background-repeat: repeat-y;
      z-index: -2;
      transform: translateY(-70px); }
@media (min-width: 640px) {
        .app.bg-image:before {
          transform: translateY(200px);
          background-image: url(../images/bg_pc.png); } }
.led {
  display: block;
  padding: 2px;
  position: relative;
  z-index: 3;
  background-color: #000;
  margin-top: 10px; }
@media (min-width: 768px) {
    .led {
      margin-top: 50px; } }
.led__frame {
    padding: 2px;
    border: 4px dotted rgba(57, 196, 70, 0.5);
    background-color: #000; }
.led__frame-inner {
    width: 100%;
    overflow: hidden;
    background-color: #2F2905;
    font-weight: bold;
    position: relative;
    box-sizing: border-box;
    animation-name: ledBlink;
    animation-timing-function: linear;
    animation-duration: 1s;
    animation-iteration-count: infinite; }
.led__frame-inner p {
      margin: 0;
      padding: 0 0 0 100%;
      display: inline-block;
      white-space: nowrap;
      animation-name: marquee;
      animation-timing-function: linear;
      animation-duration: 15s;
      animation-iteration-count: infinite;
      color: #fff; }
@media (min-width: 1200px) {
  .uk-overflow-auto::-webkit-scrollbar {
    height: 6px; }
  .uk-overflow-auto::-webkit-scrollbar-track {
    -webkit-box-shadow: 0 0 0 2px #828282;
    box-shadow: 0 0 0 2px #828282;
    background-color: #828282; }
  .uk-overflow-auto::-webkit-scrollbar-thumb {
    background-color: #444242; }
  .uk-overflow-auto::-webkit-scrollbar-thumb:hover {
    background-color: #262728; } }
@keyframes marquee {
  0% {
    transform: translate(0%); }
  100% {
    transform: translate(-100%); } }
@keyframes ledBlink {
  0% {
    opacity: .5; }
  50% {
    opacity: 1; }
  100% {
    opacity: .5; } }
@media (max-width: 959px) {
  .mb {
    display: block !important; } }
@media (min-width: 960px) {
  .mb {
    display: none !important; } }
.uk-table-danger {
  color: #FF3838; }
.uk-table-primary {
  color: #FF9A41; }
.uk-table-success {
  color: #0ADC62; }
.uk-table-warning {
  color: #FED700; }
.uk-table-warning-mute {
  color: #D1E74D; }

