@charset "UTF-8";
/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Set `font-size` to support `rem` units
 *    Not using `font` property because a leading hyphen (e.g. -apple-system) causes the font to break in IE11 and Edge
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Style
 */
html {
  /* 1 */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  background: #fff;
  color: #666; }

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dd {
  margin-left: 0; }

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

/* Add margin if adjacent element */
* + hr, *::before + hr, *::after + hr,
* + .uk-hr,
*::before + .uk-hr,
*::after + .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; }

/* Add margin if adjacent element */
* + blockquote, *::before + blockquote, *::after + 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; }

/* Preformatted text
 ========================================================================== */
/*
 * 1. Contain overflow in all browsers.
 */
pre {
  font: 0.875rem / 1.5 Consolas, monaco, monospace;
  color: #666;
  -moz-tab-size: 4;
  tab-size: 4;
  /* 1 */
  overflow: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
 * Striped
 */
.uk-table-striped > tr:nth-of-type(odd),
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #f8f8f8; }

/*
 * 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; } }

/* ========================================================================
   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 > *, .uk-icon > *::before, .uk-icon > *::after {
  transform: translate(0, 0); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uk-grid-small > *, .uk-grid-small > *::before, .uk-grid-small > *::after,
.uk-grid-column-small > *,
.uk-grid-column-small > *::before,
.uk-grid-column-small > *::after {
  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,
*::before + .uk-grid-margin-small,
*::after + .uk-grid-margin-small {
  margin-top: 15px; }

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

.uk-grid-medium > *, .uk-grid-medium > *::before, .uk-grid-medium > *::after,
.uk-grid-column-medium > *,
.uk-grid-column-medium > *::before,
.uk-grid-column-medium > *::after {
  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,
*::before + .uk-grid-margin-medium,
*::after + .uk-grid-margin-medium {
  margin-top: 30px; }

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

.uk-grid-large > *, .uk-grid-large > *::before, .uk-grid-large > *::after,
.uk-grid-column-large > *,
.uk-grid-column-large > *::before,
.uk-grid-column-large > *::after {
  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,
*::before + .uk-grid-margin-large,
*::after + .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-large > *::before, .uk-grid-large > *::after,
  .uk-grid-column-large > *,
  .uk-grid-column-large > *::before,
  .uk-grid-column-large > *::after {
    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,
  *::before + .uk-grid-margin-large,
  *::after + .uk-grid-margin-large {
    margin-top: 70px; } }

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

.uk-grid-collapse > *, .uk-grid-collapse > *::before, .uk-grid-collapse > *::after,
.uk-grid-column-collapse > *,
.uk-grid-column-collapse > *::before,
.uk-grid-column-collapse > *::after {
  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 > *, .uk-grid-divider > *::before, .uk-grid-divider > *::after {
  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 > *, .uk-grid-divider > *::before, .uk-grid-divider > *::after {
  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 > *, .uk-grid-divider > *::before, .uk-grid-divider > *::after {
    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-small > *::before, .uk-grid-divider.uk-grid-small > *::after,
.uk-grid-divider.uk-grid-column-small > *,
.uk-grid-divider.uk-grid-column-small > *::before,
.uk-grid-divider.uk-grid-column-small > *::after {
  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-medium > *::before, .uk-grid-divider.uk-grid-medium > *::after,
.uk-grid-divider.uk-grid-column-medium > *,
.uk-grid-divider.uk-grid-column-medium > *::before,
.uk-grid-divider.uk-grid-column-medium > *::after {
  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-large > *::before, .uk-grid-divider.uk-grid-large > *::after,
.uk-grid-divider.uk-grid-column-large > *,
.uk-grid-divider.uk-grid-column-large > *::before,
.uk-grid-divider.uk-grid-column-large > *::after {
  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-large > *::before, .uk-grid-divider.uk-grid-large > *::after,
  .uk-grid-divider.uk-grid-column-large > *,
  .uk-grid-divider.uk-grid-column-large > *::before,
  .uk-grid-divider.uk-grid-column-large > *::after {
    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-match > *::before, .uk-grid-match > *::after,
.uk-grid-item-match {
  display: flex;
  /* 1 */
  flex-wrap: wrap; }

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

/* ========================================================================
   Component: Close
 ========================================================================== */
/*
 * Adopts `uk-icon`
 */
.uk-close {
  color: #999; }

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

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

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

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

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

/* ========================================================================
   Component: Totop
 ========================================================================== */
/*
 * Addopts `uk-icon`
 */
.uk-totop {
  padding: 5px;
  color: #999; }

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

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

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

/* Add margin if adjacent element */
* + .uk-alert, *::before + .uk-alert, *::after + .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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
 * Hover
 * Apply hover style also to focus state and if dropdown is opened
 */
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li > a.uk-open {
  color: #666;
  outline: none; }

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

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

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

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

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

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

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

/* 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 > *, .uk-navbar-dropdown-grid > *::before, .uk-navbar-dropdown-grid > *::after {
  padding-left: 50px; }

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

/* Stack */
.uk-navbar-dropdown-stack .uk-navbar-dropdown-grid > *, .uk-navbar-dropdown-stack .uk-navbar-dropdown-grid > *::before, .uk-navbar-dropdown-stack .uk-navbar-dropdown-grid > *::after {
  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; }

/* Dropdown Nav
 * Adopts `uk-nav`
 ========================================================================== */
/*
 * Items
 */
.uk-navbar-dropdown-nav > li > a {
  color: #999; }

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

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

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

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

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

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

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

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

/*
 * Slide modifier
 */
.uk-navbar-dropbar-slide {
  position: absolute;
  z-index: 980;
  left: 0;
  right: 0; }

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

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

/* Items
 ========================================================================== */
/*
 * Items must target `a` elements to exclude other elements (e.g. dropdowns)
 * Using `:first-child` instead of `a` to support `span` elements for text
 * 1. Prevent gap if child element is `inline-block`, e.g. an icon
 * 2. Style
 */
.uk-subnav > * > :first-child, .uk-subnav > *::before > :first-child, .uk-subnav > *::after > :first-child {
  /* 1 */
  display: block;
  /* 2 */
  color: #999; }

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

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

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

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

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

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

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

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

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

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

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

/* Items
 ========================================================================== */
/*
 * Items must target `a` elements to exclude other elements (e.g. dropdowns)
 * 1. Center text if a width is set
 * 2. Style
 */
.uk-tab > * > a, .uk-tab > *::before > a, .uk-tab > *::after > a {
  /* 1 */
  display: block;
  text-align: center;
  /* 2 */
  padding: 5px 10px;
  color: #999; }

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

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

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

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

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

.uk-tab-left > * > a, .uk-tab-left > *::before > a, .uk-tab-left > *::after > a {
  text-align: left; }

.uk-tab-right > * > a, .uk-tab-right > *::before > a, .uk-tab-right > *::after > a {
  text-align: left; }

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

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

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

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

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

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

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

/* Items
 ========================================================================== */
/*
 * Items
 * 1. Hide text if present
 */
.uk-dotnav > * > *, .uk-dotnav > *::before > *, .uk-dotnav > *::after > *, .uk-dotnav > * > *::before, .uk-dotnav > *::before > *::before, .uk-dotnav > *::after > *::before, .uk-dotnav > * > *::after, .uk-dotnav > *::before > *::after, .uk-dotnav > *::after > *::after {
  display: block;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: transparent;
  /* 1 */
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap; }

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

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

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

/* 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 > *, .uk-dotnav-vertical > *::before, .uk-dotnav-vertical > *::after {
  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 > *, .uk-thumbnav > *::before, .uk-thumbnav > *::after {
  /* 1 */
  padding-left: 15px; }

/* Items
 ========================================================================== */
/*
 * Items
 */
.uk-thumbnav > * > *, .uk-thumbnav > *::before > *, .uk-thumbnav > *::after > *, .uk-thumbnav > * > *::before, .uk-thumbnav > *::before > *::before, .uk-thumbnav > *::after > *::before, .uk-thumbnav > * > *::after, .uk-thumbnav > *::before > *::after, .uk-thumbnav > *::after > *::after {
  display: inline-block; }

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

/* Active */
/* 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 > *, .uk-thumbnav-vertical > *::before, .uk-thumbnav-vertical > *::after {
  padding-left: 0;
  padding-top: 15px; }

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

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

/* Title
 ========================================================================== */
.uk-accordion-title {
  display: block;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #333; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Dialog
 ========================================================================== */
/*
 * 1. Create position context for spinner and close button
 * 2. Dimensions
 * 3. Fix `max-width: 100%` not working in combination with flex and responsive images in IE11
 *    `!important` needed to overwrite `uk-width-auto`. See `#modal-media-image` in tests
 * 4. Style
 * 5. Slide-in transition
 */
.uk-modal-dialog {
  /* 1 */
  position: relative;
  /* 2 */
  box-sizing: border-box;
  margin: 0 auto;
  width: 600px;
  /* 3 */
  max-width: calc(100% - 0.01px) !important;
  /* 4 */
  background: #fff;
  /* 5 */
  opacity: 0;
  transform: translateY(-100px);
  transition: 0.3s linear;
  transition-property: opacity, transform; }

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

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

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

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

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

.uk-modal-header {
  padding: 15px 30px;
  background: #fff; }

.uk-modal-footer {
  padding: 15px 30px;
  background: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

/* Item
 ========================================================================== */
/*
 * 1. Center child within the viewport
 * 2. Not visible by default
 * 3. Color needed for spinner icon
 * 4. Optimize animation
 * 5. Responsiveness
 *    Using `vh` for `max-height` to fix image proportions after resize in Safari and Opera
 *    Using `vh` and `vw` to make responsive image work in IE11
 * 6. Suppress outline on focus
 */
.uk-lightbox-items > *, .uk-lightbox-items > *::before, .uk-lightbox-items > *::after {
  /* 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 > * > *, .uk-lightbox-items > *::before > *, .uk-lightbox-items > *::after > *, .uk-lightbox-items > * > *::before, .uk-lightbox-items > *::before > *::before, .uk-lightbox-items > *::after > *::before, .uk-lightbox-items > * > *::after, .uk-lightbox-items > *::before > *::after, .uk-lightbox-items > *::after > *::after {
  max-width: 100vw;
  max-height: 100vh; }

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

.uk-lightbox-items > * > :not(iframe), .uk-lightbox-items > *::before > :not(iframe), .uk-lightbox-items > *::after > :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 > *, .uk-lightbox-toolbar > *::before, .uk-lightbox-toolbar > *::after {
  color: rgba(255, 255, 255, 0.7); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uk-child-width-auto > *, .uk-child-width-auto > *::before, .uk-child-width-auto > *::after {
  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 > *, .uk-child-width-1-1\@s > *::before, .uk-child-width-1-1\@s > *::after {
    width: 100%; }
  .uk-child-width-1-2\@s > *, .uk-child-width-1-2\@s > *::before, .uk-child-width-1-2\@s > *::after {
    width: 50%; }
  .uk-child-width-1-3\@s > *, .uk-child-width-1-3\@s > *::before, .uk-child-width-1-3\@s > *::after {
    width: calc(100% * 1 / 3.001); }
  .uk-child-width-1-4\@s > *, .uk-child-width-1-4\@s > *::before, .uk-child-width-1-4\@s > *::after {
    width: 25%; }
  .uk-child-width-1-5\@s > *, .uk-child-width-1-5\@s > *::before, .uk-child-width-1-5\@s > *::after {
    width: 20%; }
  .uk-child-width-1-6\@s > *, .uk-child-width-1-6\@s > *::before, .uk-child-width-1-6\@s > *::after {
    width: calc(100% * 1 / 6.001); }
  .uk-child-width-auto\@s > *, .uk-child-width-auto\@s > *::before, .uk-child-width-auto\@s > *::after {
    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 > *, .uk-child-width-1-1\@m > *::before, .uk-child-width-1-1\@m > *::after {
    width: 100%; }
  .uk-child-width-1-2\@m > *, .uk-child-width-1-2\@m > *::before, .uk-child-width-1-2\@m > *::after {
    width: 50%; }
  .uk-child-width-1-3\@m > *, .uk-child-width-1-3\@m > *::before, .uk-child-width-1-3\@m > *::after {
    width: calc(100% * 1 / 3.001); }
  .uk-child-width-1-4\@m > *, .uk-child-width-1-4\@m > *::before, .uk-child-width-1-4\@m > *::after {
    width: 25%; }
  .uk-child-width-1-5\@m > *, .uk-child-width-1-5\@m > *::before, .uk-child-width-1-5\@m > *::after {
    width: 20%; }
  .uk-child-width-1-6\@m > *, .uk-child-width-1-6\@m > *::before, .uk-child-width-1-6\@m > *::after {
    width: calc(100% * 1 / 6.001); }
  .uk-child-width-auto\@m > *, .uk-child-width-auto\@m > *::before, .uk-child-width-auto\@m > *::after {
    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 > *, .uk-child-width-1-1\@l > *::before, .uk-child-width-1-1\@l > *::after {
    width: 100%; }
  .uk-child-width-1-2\@l > *, .uk-child-width-1-2\@l > *::before, .uk-child-width-1-2\@l > *::after {
    width: 50%; }
  .uk-child-width-1-3\@l > *, .uk-child-width-1-3\@l > *::before, .uk-child-width-1-3\@l > *::after {
    width: calc(100% * 1 / 3.001); }
  .uk-child-width-1-4\@l > *, .uk-child-width-1-4\@l > *::before, .uk-child-width-1-4\@l > *::after {
    width: 25%; }
  .uk-child-width-1-5\@l > *, .uk-child-width-1-5\@l > *::before, .uk-child-width-1-5\@l > *::after {
    width: 20%; }
  .uk-child-width-1-6\@l > *, .uk-child-width-1-6\@l > *::before, .uk-child-width-1-6\@l > *::after {
    width: calc(100% * 1 / 6.001); }
  .uk-child-width-auto\@l > *, .uk-child-width-auto\@l > *::before, .uk-child-width-auto\@l > *::after {
    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 > *, .uk-child-width-1-1\@xl > *::before, .uk-child-width-1-1\@xl > *::after {
    width: 100%; }
  .uk-child-width-1-2\@xl > *, .uk-child-width-1-2\@xl > *::before, .uk-child-width-1-2\@xl > *::after {
    width: 50%; }
  .uk-child-width-1-3\@xl > *, .uk-child-width-1-3\@xl > *::before, .uk-child-width-1-3\@xl > *::after {
    width: calc(100% * 1 / 3.001); }
  .uk-child-width-1-4\@xl > *, .uk-child-width-1-4\@xl > *::before, .uk-child-width-1-4\@xl > *::after {
    width: 25%; }
  .uk-child-width-1-5\@xl > *, .uk-child-width-1-5\@xl > *::before, .uk-child-width-1-5\@xl > *::after {
    width: 20%; }
  .uk-child-width-1-6\@xl > *, .uk-child-width-1-6\@xl > *::before, .uk-child-width-1-6\@xl > *::after {
    width: calc(100% * 1 / 6.001); }
  .uk-child-width-auto\@xl > *, .uk-child-width-auto\@xl > *::before, .uk-child-width-auto\@xl > *::after {
    width: auto; }
  .uk-child-width-expand\@xl > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uk-text-meta {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #999; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* + .uk-margin-small, *::before + .uk-margin-small, *::after + .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, *::before + .uk-margin-medium, *::after + .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, *::before + .uk-margin-large, *::after + .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, *::before + .uk-margin-large, *::after + .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, *::before + .uk-margin-xlarge, *::after + .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, *::before + .uk-margin-xlarge, *::after + .uk-margin-xlarge {
    margin-top: 140px !important; }
  .uk-margin-xlarge-top {
    margin-top: 140px !important; }
  .uk-margin-xlarge-bottom {
    margin-bottom: 140px !important; }
  .uk-margin-xlarge-left {
    margin-left: 140px !important; }
  .uk-margin-xlarge-right {
    margin-right: 140px !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uk-margin-remove-adjacent + *, .uk-margin-remove-adjacent + *::before, .uk-margin-remove-adjacent + *::after,
.uk-margin-remove-first-child > :first-child {
  margin-top: 0 !important; }

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

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

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

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

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

/* ========================================================================
   Component: Padding
 ========================================================================== */
.uk-padding {
  padding: 30px; }

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-padding {
    padding: 40px; } }

/* Small
 ========================================================================== */
.uk-padding-small {
  padding: 15px; }

/* Large
 ========================================================================== */
.uk-padding-large {
  padding: 30px; }

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-padding-large {
    padding: 70px; } }

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

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

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

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

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

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

.uk-padding-remove-horizontal {
  padding-left: 0 !important;
  padding-right: 0 !important; }

/* ========================================================================
   Component: Position
 ========================================================================== */
/* Directions
 ========================================================================== */
[class*='uk-position-top'],
[class*='uk-position-bottom'],
[class*='uk-position-left'],
[class*='uk-position-right'],
[class*='uk-position-center'] {
  position: absolute !important; }

/* Edges
 ========================================================================== */
/* Don't use `width: 100%` because it is wrong if the parent has padding. */
.uk-position-top {
  top: 0;
  left: 0;
  right: 0; }

.uk-position-bottom {
  bottom: 0;
  left: 0;
  right: 0; }

.uk-position-left {
  top: 0;
  bottom: 0;
  left: 0; }

.uk-position-right {
  top: 0;
  bottom: 0;
  right: 0; }

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

.uk-position-top-right {
  top: 0;
  right: 0; }

.uk-position-bottom-left {
  bottom: 0;
  left: 0; }

.uk-position-bottom-right {
  bottom: 0;
  right: 0; }

/*
 * Center
 * 1. Fix text wrapping if content is larger than 50% of the container.
 */
.uk-position-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* 1 */
  width: max-content;
  max-width: 100%;
  box-sizing: border-box; }

/* Vertical */
[class*='uk-position-center-left'],
[class*='uk-position-center-right'] {
  top: 50%;
  transform: translateY(-50%); }

.uk-position-center-left {
  left: 0; }

.uk-position-center-right {
  right: 0; }

.uk-position-center-left-out {
  right: 100%;
  width: max-content; }

.uk-position-center-right-out {
  left: 100%;
  width: max-content; }

/* Horizontal */
.uk-position-top-center,
.uk-position-bottom-center {
  left: 50%;
  transform: translateX(-50%);
  /* 1 */
  width: max-content;
  max-width: 100%;
  box-sizing: border-box; }

.uk-position-top-center {
  top: 0; }

.uk-position-bottom-center {
  bottom: 0; }

/* Cover
 ========================================================================== */
.uk-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

/* Utility
 ========================================================================== */
.uk-position-relative {
  position: relative !important; }

.uk-position-absolute {
  position: absolute !important; }

.uk-position-fixed {
  position: fixed !important; }

.uk-position-z-index {
  z-index: 1; }

/* Margin modifier
 ========================================================================== */
/*
 * Small
 */
.uk-position-small {
  max-width: calc(100% - (15px * 2));
  margin: 15px; }

.uk-position-small.uk-position-center {
  transform: translate(-50%, -50%) translate(-15px, -15px); }

.uk-position-small[class*='uk-position-center-left'],
.uk-position-small[class*='uk-position-center-right'] {
  transform: translateY(-50%) translateY(-15px); }

.uk-position-small.uk-position-top-center,
.uk-position-small.uk-position-bottom-center {
  transform: translateX(-50%) translateX(-15px); }

/*
 * Medium
 */
.uk-position-medium {
  max-width: calc(100% - (30px * 2));
  margin: 30px; }

.uk-position-medium.uk-position-center {
  transform: translate(-50%, -50%) translate(-30px, -30px); }

.uk-position-medium[class*='uk-position-center-left'],
.uk-position-medium[class*='uk-position-center-right'] {
  transform: translateY(-50%) translateY(-30px); }

.uk-position-medium.uk-position-top-center,
.uk-position-medium.uk-position-bottom-center {
  transform: translateX(-50%) translateX(-30px); }

/*
 * Large
 */
.uk-position-large {
  max-width: calc(100% - (30px * 2));
  margin: 30px; }

.uk-position-large.uk-position-center {
  transform: translate(-50%, -50%) translate(-30px, -30px); }

.uk-position-large[class*='uk-position-center-left'],
.uk-position-large[class*='uk-position-center-right'] {
  transform: translateY(-50%) translateY(-30px); }

.uk-position-large.uk-position-top-center,
.uk-position-large.uk-position-bottom-center {
  transform: translateX(-50%) translateX(-30px); }

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-position-large {
    max-width: calc(100% - (50px * 2));
    margin: 50px; }
  .uk-position-large.uk-position-center {
    transform: translate(-50%, -50%) translate(-50px, -50px); }
  .uk-position-large[class*='uk-position-center-left'],
  .uk-position-large[class*='uk-position-center-right'] {
    transform: translateY(-50%) translateY(-50px); }
  .uk-position-large.uk-position-top-center,
  .uk-position-large.uk-position-bottom-center {
    transform: translateX(-50%) translateX(-50px); } }

/* ========================================================================
   Component: Transition
 ========================================================================== */
/* Toggle (Hover + Focus)
 ========================================================================== */
/*
 * 1. Prevent tab highlighting on iOS.
 */
.uk-transition-toggle {
  /* 1 */
  -webkit-tap-highlight-color: transparent; }

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

/* Transitions
 ========================================================================== */
/*
 * The toggle is triggered on touch devices by two methods:
 * 1. Using `:focus` and tabindex
 * 2. Using `:hover` and a `touchstart` event listener registered on the document
 *    (Doesn't work on Surface touch devices)
 *
 * Note: Transitions don't work with `uk-postion-center-*` classes because they also use `transform`,
 *       therefore it's recommended to use an extra `div` for the transition.
 */
.uk-transition-fade,
[class*='uk-transition-scale'],
[class*='uk-transition-slide'] {
  transition: 0.3s ease-out;
  transition-property: opacity, transform, filter;
  opacity: 0; }

/*
 * Fade
 */
.uk-transition-toggle:hover .uk-transition-fade,
.uk-transition-toggle:focus .uk-transition-fade,
.uk-transition-active.uk-active .uk-transition-fade {
  opacity: 1; }

/*
 * Scale
 */
.uk-transition-scale-up {
  transform: scale(1, 1); }

.uk-transition-scale-down {
  transform: scale(1.1, 1.1); }

/* Show */
.uk-transition-toggle:hover .uk-transition-scale-up,
.uk-transition-toggle:focus .uk-transition-scale-up,
.uk-transition-active.uk-active .uk-transition-scale-up {
  opacity: 1;
  transform: scale(1.1, 1.1); }

.uk-transition-toggle:hover .uk-transition-scale-down,
.uk-transition-toggle:focus .uk-transition-scale-down,
.uk-transition-active.uk-active .uk-transition-scale-down {
  opacity: 1;
  transform: scale(1, 1); }

/*
 * Slide
 */
.uk-transition-slide-top {
  transform: translateY(-100%); }

.uk-transition-slide-bottom {
  transform: translateY(100%); }

.uk-transition-slide-left {
  transform: translateX(-100%); }

.uk-transition-slide-right {
  transform: translateX(100%); }

.uk-transition-slide-top-small {
  transform: translateY(-10px); }

.uk-transition-slide-bottom-small {
  transform: translateY(10px); }

.uk-transition-slide-left-small {
  transform: translateX(-10px); }

.uk-transition-slide-right-small {
  transform: translateX(10px); }

.uk-transition-slide-top-medium {
  transform: translateY(-50px); }

.uk-transition-slide-bottom-medium {
  transform: translateY(50px); }

.uk-transition-slide-left-medium {
  transform: translateX(-50px); }

.uk-transition-slide-right-medium {
  transform: translateX(50px); }

/* Show */
.uk-transition-toggle:hover [class*='uk-transition-slide'],
.uk-transition-toggle:focus [class*='uk-transition-slide'],
.uk-transition-active.uk-active [class*='uk-transition-slide'] {
  opacity: 1;
  transform: translate(0, 0); }

/* Opacity modifier
 ========================================================================== */
.uk-transition-opaque {
  opacity: 1; }

/* Duration modifiers
 ========================================================================== */
.uk-transition-slow {
  transition-duration: 0.7s; }

/* ========================================================================
   Component: Visibility
 ========================================================================== */
/*
 * Hidden
 * `hidden` attribute also set here to make it stronger
 */
[hidden],
.uk-hidden {
  display: none !important; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-hidden\@s {
    display: none !important; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-hidden\@m {
    display: none !important; } }

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-hidden\@l {
    display: none !important; } }

/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-hidden\@xl {
    display: none !important; } }

/*
 * Visible
 */
/* Phone portrait and smaller */
@media (max-width: 639px) {
  .uk-visible\@s {
    display: none !important; } }

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

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

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

/* Visibility
 ========================================================================== */
.uk-invisible {
  visibility: hidden !important; }

/* Toggle (Hover + Focus)
 ========================================================================== */
/*
 * Hidden
 * 1. The toggle is triggered on touch devices using `:focus` and tabindex
 * 2. The target stays visible if any element within receives focus through keyboard
 *    Doesn't work in Edge, yet.
 * 3. Can't use `display: none` nor `visibility: hidden` because both are not focusable.
 *
 */
/* 1 + 2 */
.uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within) {
  /* 3 */
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important; }

/*
 * Invisible
 */
/* 1 + 2 */
.uk-visible-toggle:not(:hover):not(:focus) .uk-invisible-hover:not(:focus-within) {
  /* 3 */
  opacity: 0 !important; }

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

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

/* Touch
 ========================================================================== */
/*
 * Hide if primary pointing device has limited accuracy, e.g. a touch screen.
 * Works on mobile browsers: Safari, Chrome and Android browser
 */
@media (pointer: coarse) {
  .uk-hidden-touch {
    display: none !important; } }

/*
 * Hide if primary pointing device is accurate, e.g. mouse.
 * 1. Fallback for IE11 and Firefox, because `pointer` is not supported
 * 2. Reset if supported
 */
/* 1 */
.uk-hidden-notouch {
  display: none !important; }

@media (pointer: coarse) {
  .uk-hidden-notouch {
    display: block !important; } }

/* ========================================================================
   Component: Inverse
 ========================================================================== */
/*
 * Implemented class depends on the general theme color
 * `uk-light` is for light colors on dark backgrounds
 * `uk-dark` is or dark colors on light backgrounds
 */
/* ========================================================================
   Component: Print
 ========================================================================== */
@media print {
  *, *::before, *::after,
  *::before,
  *::after {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; } }

body {
  --orange-color: #ff6a44;
  --label-color: #FFC1AE;
  --dropshadow-color: #CCCCDF;
  --orange-border-color: rgba(209, 177, 96, .08);
  --white-color: #fff;
  --white-color-half: rgba(255,255,255, .5);
  --gray-checkbox-border: #707070;
  --white-transparent-color: rgba(255,255,255, .21);
  --white-transparent-border: rgba(255,255,255, .24);
  --white-transparent-side-text: rgba(255,255,255, .37);
  --violet-color: #462036;
  --violet-switcher: #492138;
  --violet-gradient-color: #602D4A;
  --violet-text-color: #461F36;
  --violet-text-color-opacity: rgba(70, 31, 54, .98);
  --attention-text-color: #FFEFCF;
  --violet-dot-calendar: #B33950;
  --violet-light-color: #B43951;
  --violet-dropshadow-color: #B43851;
  --light-orange-color: #FFDFD6;
  --pink-orange-color: #FFB7A1;
  --pink-orange-color-border: #ffbba9;
  --gray-border-color: rgba(58, 58, 58, .22);
  --white-btn-color: rgba(255, 255, 255, .18);
  --gray-shadow-color: rgba(0, 0, 0, .28);
  --violet-dot-shadow: rgba(0, 0, 0, .49);
  --white-range-color: rgba(255, 255, 255, .48);
  --border-about: rgba(235, 235, 235, .31);
  --gray-label: #A1A1A1; }

.wrapper {
  max-width: 100%; }

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                   supported by Chrome, Edge, Opera and Firefox */ }

.msg-board {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 999;
  display: flex;
  flex-direction: column; }

div.nc-msg.alert {
  display: table; }
  div.nc-msg.alert button {
    border: none;
    background: none; }

.nobtn {
  border: none;
  background: none; }

@font-face {
  font-family: 'Poppins';
  src: url("../assets/fonts/Poppins-SemiBold.woff2") format("woff2"), url("../assets/fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url("../assets/fonts/Poppins-Bold.woff2") format("woff2"), url("../assets/fonts/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url("../assets/fonts/Poppins-Regular.woff2") format("woff2"), url("../assets/fonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

::selection {
  background: var(--violet-color);
  color: var(--white-color);
  text-shadow: none; }

*, *::before, *::after {
  box-sizing: border-box; }
  *::before, *::after {
    speak: none; }

html {
  margin: 0;
  padding: 0;
  font-family: "Poppins";
  font-weight: 400;
  background-color: #fff;
  color: #000;
  overflow-x: hidden; }

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--orange-color);
  position: relative; }
  body:before {
    content: url("../assets/icons/border-bottom-decoration.svg");
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 20%; }
  body:after {
    content: '';
    background: url("../assets/icons/border-top-decoration.svg");
    background-size: contain;
    background-position: right top;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 0px;
    right: 0;
    width: 30%;
    height: 100%;
    z-index: 0; }

.pro-body-full-ornament {
  position: relative; }
  .pro-body-full-ornament .pro-left-side-banner, .pro-body-full-ornament .pro-right-side-banner {
    font-size: 10px;
    font-weight: 600;
    transition: transform .33s ease-in-out;
    transform-origin: 50%;
    transform: rotate(90deg);
    color: var(--white-transparent-side-text);
    position: absolute; }
  .pro-body-full-ornament .pro-left-side-banner {
    top: 400px;
    left: 0; }
    @media only screen and (max-width: 1680px) {
      .pro-body-full-ornament .pro-left-side-banner {
        display: none; } }
    @media only screen and (max-width: 767px) {
      .pro-body-full-ornament .pro-left-side-banner {
        display: none; } }
  .pro-body-full-ornament .pro-right-side-banner {
    top: 300px;
    right: 0;
    z-index: 1; }
    @media only screen and (max-width: 1680px) {
      .pro-body-full-ornament .pro-right-side-banner {
        right: -80px; } }
    @media only screen and (max-width: 1400px) {
      .pro-body-full-ornament .pro-right-side-banner {
        right: -90px; } }
    @media only screen and (max-width: 960px) {
      .pro-body-full-ornament .pro-right-side-banner {
        top: 250px; } }
    @media only screen and (max-width: 640px) {
      .pro-body-full-ornament .pro-right-side-banner {
        display: none; } }
    .pro-body-full-ornament .pro-right-side-banner span {
      font-weight: 700;
      color: var(--white-transparent-side-text); }
  .pro-body-full-ornament::before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 1px;
    background: var(--white-transparent-border);
    left: 20px;
    bottom: 0;
    top: 0;
    z-index: 1; }
    @media only screen and (max-width: 1024px) {
      .pro-body-full-ornament::before {
        left: 10px; } }
    @media only screen and (max-width: 640px) {
      .pro-body-full-ornament::before {
        left: 5px; } }
    @media only screen and (max-width: 480px) {
      .pro-body-full-ornament::before {
        display: none; } }

a {
  color: inherit;
  transition: all 0.3s ease-in-out;
  will-change: color; }
  a:hover, a:active, a:focus {
    color: var(--white-color);
    text-decoration: none; }

b,
strong {
  font-weight: 700; }

em {
  color: inherit; }

input,
button,
textarea,
select,
option {
  font-family: inherit; }
  input::placeholder,
  button::placeholder,
  textarea::placeholder,
  select::placeholder,
  option::placeholder {
    color: inherit; }

button,
select,
input[type="submit"] {
  color: inherit;
  cursor: pointer; }
  button:hover, button:active, button:focus,
  select:hover,
  select:active,
  select:focus,
  input[type="submit"]:hover,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    cursor: pointer; }

textarea {
  overflow: auto; }

[type=checkbox] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  color: inherit; }

img {
  max-height: inherit; }
  img[uk-svg] {
    display: none; }
  img:not([src]) {
    visibility: hidden; }
  img[data-src], img[data-srcset] {
    display: block;
    min-height: 1px; }

svg {
  fill: inherit;
  color: inherit;
  max-width: inherit;
  max-height: inherit; }

:not(pre) > code, :not(pre) > em, :not(pre) > kbd, :not(pre) > samp {
  color: #000000; }

p, a, li, span, div, section, 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 {
  color: var(--white-color); }

.pro-hidden-header {
  opacity: 0;
  height: 0;
  margin: 0; }

.pro-fixed-height {
  height: 141px; }

#pro-car-box {
  perspective: 100px; }

#pro-car-box-img {
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s; }

*, *::before, *::after {
  /*Webkit*/
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
  /*Mozilla*/
  /* Handle Track */
  scrollbar-color: var(--violet-color) var(--white-color);
  /* width */
  scrollbar-width: thin; }
  *::-webkit-scrollbar {
    transition: background-color 0.3s ease-in-out;
    width: 0.625rem; }
  *::-webkit-scrollbar-track {
    background-color: var(--white-color); }
  *::-webkit-scrollbar-thumb {
    background-color: var(--violet-color); }
  *::-webkit-scrollbar-thumb:hover {
    background-color: var(--violet-color); }

#cookie-alert {
  z-index: 9000;
  position: fixed;
  width: 100%;
  right: 0;
  bottom: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
  background: none #FFF;
  color: #555;
  font-size: 14px;
  padding: 6px 0;
  text-align: center; }
  #cookie-alert > p {
    margin: 0; }
  #cookie-alert a {
    text-decoration: underline; }

.nc-msg,
.nc-msg.alert {
  top: auto;
  right: auto;
  left: auto;
  position: relative; }
  .nc-msg-success,
  .nc-msg.alert-success {
    background-color: #dff0d8;
    border-color: #b3dda2;
    color: #336f34; }
  .nc-msg-warning,
  .nc-msg.alert-warning {
    background-color: #fff6bf;
    border: 1px solid #f9de75;
    color: #5f522b; }
  .nc-msg-danger,
  .nc-msg.alert-danger {
    background-color: #fbe3e4;
    border: 1px solid #FBC2C4;
    color: #b9373c; }
  .nc-msg-info,
  .nc-msg.alert-info {
    background-color: #c1def4;
    border: 1px solid #91c1e6;
    color: #384e8f; }
  .nc-msg a,
  .nc-msg.alert a {
    text-decoration: underline; }

.nc-gallery .nc-images-row {
  display: inline-block; }

.nc-gallery .nc-images-row > a {
  display: inline-block;
  margin: 5px; }

.news-wrapper .news {
  margin: 20px auto; }

.news-wrapper .news + .news {
  padding-top: 20px;
  border-top: 1px solid #d0d0d0; }

/* UWAGA - ta sama klasa jest użyta w widoku pojedynczej aktualności, tylko już bez opakowania w .news-wrapper */
.news__date {
  font-size: 1.1rem;
  color: #555; }

.news__img {
  text-align: center; }
  .news__img > img {
    max-width: 380px;
    height: auto; }

.news--single .news__img {
  float: none;
  margin: 20px 0; }

.news__intro {
  margin: 20px 0 0; }

.news__more {
  clear: both;
  text-align: right;
  font-size: 1.1rem;
  color: #555;
  margin: 0; }

@media (min-width: 992px) {
  .news__img {
    float: right;
    margin: 0 0 20px 20px; }
    .news__img > img {
      max-width: 360px; } }

@media (min-width: 1200px) {
  .news__img > img {
    max-width: 320px; } }

.nc-pager {
  display: block;
  list-style-type: none;
  margin: 25px 0;
  padding: 0;
  text-align: center; }
  .nc-pager__item {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0.3125rem;
    border: 1px solid #cfcfcf; }
    .nc-pager__item > span,
    .nc-pager__item > a {
      padding: 0.25rem 0.625rem; }
    .nc-pager__item--active {
      background-color: #40782c;
      color: white;
      pointer-events: none; }

.uk-container {
  max-width: 1200px; }

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

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

.pro-container {
  max-width: 1200px; }

.pro-container-small {
  max-width: 1000px; }

.uk-lightbox-items img {
  border-radius: 26px; }

.uk-lightbox-button svg {
  min-width: 16px; }
  .uk-lightbox-button svg polyline {
    stroke: var(--white-color); }

.uk-lightbox {
  background: rgba(0, 0, 0, 0.9); }

footer {
  position: relative;
  z-index: 1; }

.pro-top-footer-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding: 74px 0;
  border-radius: 30px;
  position: relative; }
  @media only screen and (max-width: 960px) {
    .pro-top-footer-nav {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 34px 20px; }
      .pro-top-footer-nav .pro-background-top {
        margin-top: 30px; } }

.pro-top-nav-list {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  white-space: nowrap; }
  @media only screen and (max-width: 960px) {
    .pro-top-nav-list {
      justify-content: center;
      align-items: center;
      position: relative;
      left: -5px; } }

.pro-top-nav-element {
  list-style: none;
  display: flex;
  margin-right: 45px; }
  @media only screen and (max-width: 960px) {
    .pro-top-nav-element {
      margin-right: 0;
      margin-left: 0;
      padding-left: 20px;
      margin-bottom: 10px; } }
  @media only screen and (max-width: 640px) {
    .pro-top-nav-element {
      margin-right: 0;
      margin-left: 0;
      padding-left: 10px;
      margin-bottom: 5px; }
      .pro-top-nav-element:first-of-type {
        margin-left: 0;
        text-align: center; } }

.pro-top-footer-link {
  color: var(--white-color);
  font-size: 17px;
  transition: color .3s ease-in-out; }
  .pro-top-footer-link:hover {
    color: var(--violet-color); }

.pro-bottom-footer-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }
  @media only screen and (max-width: 640px) {
    .pro-bottom-footer-nav {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center; } }
  .pro-bottom-footer-nav p {
    font-size: 15px;
    line-height: 1;
    margin: 0 0 10px 0; }
    .pro-bottom-footer-nav p a {
      color: var(--white-color); }
      .pro-bottom-footer-nav p a:hover {
        color: var(--violet-color); }

.uk-container > .pro-bottom-footer-nav {
  margin-bottom: 30px; }

.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  position: fixed;
  top: 5rem;
  right: 1rem;
  z-index: 50000; }
  .alert-success {
    background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d; }
  .alert-info {
    background-color: #d9edf7;
    border-color: #bcdff1;
    color: #31708f; }
  .alert-warning {
    background-color: #fcf8e3;
    border-color: #faf2cc;
    color: #8a6d3b; }
  .alert-danger {
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442; }
  .alert button {
    float: right;
    border-radius: 1000px;
    border: 1px solid #000;
    margin-left: 1rem;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 2rem;
    display: grid;
    line-height: 1.6rem;
    justify-content: center;
    justify-items: center;
    padding: 0; }

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  margin: 0 0 3.125rem;
  padding: 0 0 0 3.75rem; }
  .pagination li .dots {
    padding: 0.3125rem 0.625rem;
    color: #000; }
  .pagination li a {
    padding: 0.3125rem 0.625rem;
    color: #000;
    font-size: 1.125rem;
    border-bottom: 3px solid transparent; }
    .pagination li a:hover, .pagination li a:focus {
      border-color: var(--white-color);
      font-weight: 800;
      color: var(--white-color); }
  .pagination li.pagination__item--prev a, .pagination li.pagination__item--next a {
    font-size: 2.5rem;
    color: var(--white-color); }
    .pagination li.pagination__item--prev a:hover, .pagination li.pagination__item--prev a:focus, .pagination li.pagination__item--next a:hover, .pagination li.pagination__item--next a:focus {
      border-color: transparent;
      font-weight: 800;
      color: var(--white-color); }
  .pagination li.active a {
    color: var(--white-color);
    font-weight: 800;
    border-bottom: 3px solid var(--white-color); }

.pro-button {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white-color);
  background: var(--violet-color);
  font-weight: 600;
  border-radius: 32px;
  font-size: 19px;
  padding: 20px;
  width: 100%;
  height: 64px;
  text-align: center;
  line-height: 1;
  appearance: none;
  border: none; }
  .pro-button.disabled {
    background-image: unset;
    background-color: grey; }

.pro-button-gradient {
  text-transform: uppercase;
  font-size: 14px;
  background-image: linear-gradient(to left, var(--violet-color), var(--violet-gradient-color));
  transition: all .4s ease-in-out;
  box-shadow: 0px 0px 34px 5px rgba(70, 31, 54, 0.6); }

.pro-button-white {
  text-transform: uppercase;
  font-size: 14px;
  color: var(--violet-color);
  background: var(--white-color);
  box-shadow: 0px 0px 34px 5px rgba(255, 255, 255, 0.2); }
  .pro-button-white:hover {
    color: var(--violet-color); }

.pro-button-big-text {
  font-size: 18px; }
  @media only screen and (max-width: 480px) {
    .pro-button-big-text {
      font-size: 16px; } }

.pro-button-gradient-medium {
  max-width: 245px; }

.pro-button-gradient-big {
  max-width: 320px; }
  @media only screen and (max-width: 767px) {
    .pro-button-gradient-big {
      max-width: 100%; } }

.pro-button-gradient-medium-small {
  max-width: 207px; }
  @media only screen and (max-width: 767px) {
    .pro-button-gradient-medium-small {
      max-width: 100%; } }

.pro-button-gradient-small {
  max-width: 190px; }

.pro-button-large {
  max-width: 300px; }

.pro-button-medium {
  max-width: 261px; }

.pro-btn-large-margin {
  margin: 90px 0; }

.pro-transparent {
  box-shadow: 0px 0px 34px 5px transparent;
  background: var(--white-btn-color);
  text-transform: lowercase;
  margin-right: 20px; }
  @media only screen and (max-width: 640px) {
    .pro-transparent {
      max-width: 140px;
      color: transparent;
      position: relative; }
      .pro-transparent:hover {
        color: transparent; }
      .pro-transparent:after {
        content: '';
        background-image: url(../assets/icons/back-to-top.svg);
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        width: 20px;
        height: 13px;
        transform: rotate(-90deg);
        position: absolute; } }

/* The container */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default checkbox */
.container input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.25rem;
  width: 1.25rem;
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 5px; }

input[type="radio"] ~ .checkmark {
  border-radius: 1000px; }

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: rgba(255, 255, 255, 0.2); }

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  box-shadow: none;
  outline: 0 !important; }

.container input:checked ~ .checkmark {
  background-color: transparent;
  border: 1px solid #fff;
  outline: 2px solid var(--white-color); }

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.container .checkmark:after {
  display: none;
  content: '';
  position: absolute;
  left: 6px;
  top: 3px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
  @media (max-width: 959.98px) {
    .container .checkmark:after {
      left: 0.4375rem;
      top: 0.1875rem; } }

.pro-main-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-left: 20px;
  transition: padding .3s ease-in-out; }
  @media only screen and (max-width: 1780px) {
    .pro-main-nav {
      padding-left: 20px; } }
  @media only screen and (max-width: 1400px) {
    .pro-main-nav {
      display: none !important; } }

.pro-main-ul {
  display: flex;
  margin: 0; }
  @media only screen and (max-width: 1400px) {
    .pro-main-ul {
      padding-left: 10px; } }

.pro-main-li {
  list-style: none;
  margin-right: 20px;
  font-size: 20px;
  font-weight: 700; }
  .pro-main-li a {
    transition: background .3s ease-in-out, color .3s ease-in-out;
    padding: 15px;
    border-radius: 13px; }
    @media only screen and (max-width: 1780px) {
      .pro-main-li a {
        padding: 15px 7px; } }
    @media only screen and (max-width: 1400px) {
      .pro-main-li a {
        padding: 15px 7px; } }
    .pro-main-li a:hover {
      color: var(--white-color);
      background: var(--violet-color); }
  @media only screen and (max-width: 1780px) {
    .pro-main-li {
      margin-right: 15px; } }
  @media only screen and (max-width: 1680px) {
    .pro-main-li {
      margin-right: 15px;
      font-size: 17px; } }
  @media only screen and (max-width: 1400px) {
    .pro-main-li {
      font-size: 16px; } }
  @media only screen and (max-width: 1200px) {
    .pro-main-li {
      margin-right: 15px; } }

.pro-main-header {
  display: grid;
  grid-template-columns: 1fr 220px;
  grid-gap: 40px; }
  @media only screen and (max-width: 1200px) {
    .pro-main-header {
      grid-template-columns: 1fr 100px;
      grid-gap: 20px; } }
  @media only screen and (max-width: 640px) {
    .pro-main-header {
      grid-template-columns: 1fr 90px;
      grid-gap: 10px; } }

.pro-main-nav-container {
  display: flex;
  justify-content: flex-start;
  align-items: center; }

.pro-social-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  transition: padding .3s ease-in-out;
  position: relative; }
  @media only screen and (max-width: 1200px) {
    .pro-social-nav {
      padding-top: 60px; } }
  @media only screen and (max-width: 640px) {
    .pro-social-nav {
      padding-top: 40px; } }

.pro-lang-selector {
  position: absolute;
  top: 0;
  right: -20px;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 7px; }
  @media only screen and (max-width: 1400px) {
    .pro-lang-selector {
      position: absolute;
      top: 70px;
      left: 0;
      width: 61px; } }
  @media only screen and (max-width: 640px) {
    .pro-lang-selector {
      grid-gap: 5px; } }
  .pro-lang-selector a, .pro-lang-selector button {
    font-weight: 600;
    padding: 3px 2px;
    width: 28px;
    font-size: 16px;
    appearance: none;
    background: #0000;
    border: none;
    transition: .3s ease-in-out background, .3s ease-in-out color; }
    @media only screen and (max-width: 640px) {
      .pro-lang-selector a, .pro-lang-selector button {
        grid-gap: 5px;
        padding: 2px 1px;
        width: 24px; } }
    .pro-lang-selector a:hover, .pro-lang-selector button:hover {
      background: var(--white-color);
      color: var(--violet-color); }

.pro-lang-active a, .pro-lang-active button {
  background: var(--white-color);
  color: var(--violet-color); }
  .pro-lang-active a:hover, .pro-lang-active button:hover {
    background: var(--white-color);
    color: var(--violet-color); }

.pro-lang-element {
  list-style: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center; }

.pro-social-nav-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0; }
  .pro-social-nav-list .pro-social-nav-list-element {
    margin-right: 20px; }
    .pro-social-nav-list .pro-social-nav-list-element:last-of-type {
      margin: 0; }
  @media only screen and (max-width: 1400px) {
    .pro-social-nav-list {
      display: none; } }

.pro-no-right {
  padding-left: 0; }

.pro-logo-link {
  padding: 80px 30px 0 40px;
  position: relative;
  transition: padding .3s ease-in-out; }
  @media only screen and (max-width: 1200px) {
    .pro-logo-link {
      padding: 60px 30px 0 40px; } }
  @media only screen and (max-width: 640px) {
    .pro-logo-link {
      padding: 40px 20px 0 20px; } }
  .pro-logo-link svg {
    transition: transform .3s ease-in-out; }
    @media only screen and (max-width: 640px) {
      .pro-logo-link svg {
        width: 96px; } }
    @media only screen and (max-width: 480px) {
      .pro-logo-link svg {
        width: 90px; } }

.pro-social-nav-list-element {
  list-style: none; }

.cd-auto-hide-header {
  position: fixed;
  z-index: 26;
  top: 0;
  width: 100%;
  background-color: transparent;
  transform: translateZ(0);
  will-change: transform;
  transition: transform .5s, padding .3s;
  padding: 0 120px 0 0;
  box-shadow: 0px 0px 20px 5px transparent; }
  @media only screen and (max-width: 1680px) {
    .cd-auto-hide-header {
      padding: 0 40px 0 0; } }
  @media only screen and (max-width: 640px) {
    .cd-auto-hide-header {
      padding: 0 20px 0 0; } }
  .cd-auto-hide-header .uk-container {
    width: 100%; }
  .cd-auto-hide-header nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }

.cd-auto-hide-header.is-hidden {
  -webkit-transform: translateY(-134%);
  transform: translateY(-134%); }

.cd-auto-hide-header.dark-color {
  background-color: var(--violet-color);
  box-shadow: 0px 0px 20px 5px var(--violet-color); }
  .cd-auto-hide-header.dark-color .pro-logo-link {
    padding: 50px 30px 0 40px; }
    @media only screen and (max-width: 640px) {
      .cd-auto-hide-header.dark-color .pro-logo-link {
        padding: 40px 20px 0 20px; } }
  .cd-auto-hide-header.dark-color .pro-main-nav,
  .cd-auto-hide-header.dark-color .pro-social-nav {
    padding-top: 25px; }
  .cd-auto-hide-header.dark-color .pro-logo-link svg {
    transform: translateY(-10px); }
  @media only screen and (max-width: 960px) {
    .cd-auto-hide-header.dark-color .pro-functional-btns {
      top: -3px; } }
  .cd-auto-hide-header.dark-color .pro-main-li a:hover {
    color: var(--violet-color);
    background: var(--white-color); }
  .cd-auto-hide-header.dark-color .pro-hamburger {
    transform: translateY(-22px); }
    @media only screen and (max-width: 960px) {
      .cd-auto-hide-header.dark-color .pro-hamburger {
        transform: translateY(-7px); } }
  .cd-auto-hide-header.dark-color .pro-functional-btns {
    transform: translateY(3px); }
    @media only screen and (max-width: 1400px) {
      .cd-auto-hide-header.dark-color .pro-functional-btns {
        transform: translateY(20px); } }
    @media only screen and (max-width: 1200px) {
      .cd-auto-hide-header.dark-color .pro-functional-btns {
        transform: translateY(2px); } }
    @media only screen and (max-width: 960px) {
      .cd-auto-hide-header.dark-color .pro-functional-btns {
        transform: translateY(14px); } }
    @media only screen and (max-width: 640px) {
      .cd-auto-hide-header.dark-color .pro-functional-btns {
        transform: translateY(-1px); } }

.pro-hamburger {
  display: none;
  z-index: 2;
  transition: transform .3s ease-in-out; }
  @media only screen and (max-width: 1400px) {
    .pro-hamburger {
      display: flex;
      position: absolute;
      top: 67px;
      right: 0; }
      .pro-hamburger label {
        display: flex;
        flex-direction: column;
        width: 45px;
        cursor: pointer; }
      .pro-hamburger label span {
        background: var(--white-color);
        border-radius: 5px;
        height: 4px;
        margin: 4px 0;
        transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6); }
      .pro-hamburger span:nth-of-type(1) {
        width: 50%; }
      .pro-hamburger span:nth-of-type(2) {
        width: 100%; }
      .pro-hamburger span:nth-of-type(3) {
        width: 75%; }
      .pro-hamburger input[type="checkbox"] {
        display: none; }
      .pro-hamburger input[type="checkbox"]:checked ~ span:nth-of-type(1) {
        transform-origin: bottom;
        transform: rotatez(45deg) translate(5px, 0px); }
      .pro-hamburger input[type="checkbox"]:checked ~ span:nth-of-type(2) {
        transform-origin: top;
        transform: rotatez(-45deg); }
      .pro-hamburger input[type="checkbox"]:checked ~ span:nth-of-type(3) {
        transform-origin: bottom;
        width: 50%;
        transform: translate(20px, -5px) rotatez(45deg); } }
  @media only screen and (max-width: 640px) {
    .pro-hamburger {
      top: 46px; }
      .pro-hamburger label {
        width: 40px; }
      .pro-hamburger label span {
        margin: 3px 0; } }

.pro-svg-animation {
  position: absolute;
  right: 0;
  z-index: 1;
  height: 100vh; }

.pro-hero-section {
  opacity: 1;
  transition: opacity .5s ease-in-out; }

.pro-index {
  z-index: 100; }

.pro-opacity {
  opacity: 0; }

.pro-mobile-menu-modal {
  padding: 0; }
  .pro-mobile-menu-modal .uk-modal-dialog {
    background: transparent;
    transform: translateY(0);
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden; }
    .pro-mobile-menu-modal .uk-modal-dialog:after {
      content: '';
      display: block;
      background: var(--violet-color);
      width: 180px;
      height: 180px;
      position: absolute;
      top: 0;
      right: 0;
      border-radius: 50%;
      z-index: 1;
      transition: transform .9s ease-in-out; }
    .pro-mobile-menu-modal .uk-modal-dialog:before {
      content: '';
      display: block;
      background: var(--violet-light-color);
      width: 240px;
      height: 240px;
      position: absolute;
      top: 0;
      right: 0;
      border-radius: 50%;
      z-index: 1;
      transition: transform .7s ease-in-out; }

.pro-mobile-menu-modal.uk-open .uk-modal-dialog:after {
  transform: scale(16); }

.pro-mobile-menu-modal.uk-open .uk-modal-dialog:before {
  transform: scale(18); }

.pro-mobile-menu-modal.uk-open .pro-hamburger span:nth-of-type(1) {
  transform-origin: bottom;
  transform: rotatez(45deg) translate(4px, 0px); }

.pro-mobile-menu-modal.uk-open .pro-hamburger span:nth-of-type(2) {
  transform-origin: top;
  transform: rotatez(-45deg); }

.pro-mobile-menu-modal.uk-open .pro-hamburger span:nth-of-type(3) {
  transform-origin: bottom;
  width: 50%;
  transform: translate(20px, -4px) rotatez(45deg); }
  @media only screen and (max-width: 640px) {
    .pro-mobile-menu-modal.uk-open .pro-hamburger span:nth-of-type(3) {
      transform: translate(18px, -3px) rotatez(45deg); } }

.pro-mobile-menu-modal.uk-open .pro-main-nav-mobile {
  opacity: 1; }

.pro-main-nav-mobile {
  z-index: 2;
  opacity: 0;
  transition: opacity 1.6s ease-in-out; }

.pro-main-ul-mobile {
  padding: 0; }

.pro-main-li-mobile {
  list-style: none; }
  .pro-main-li-mobile a {
    font-size: 24px;
    margin-bottom: 10px;
    display: flex; }
    @media only screen and (max-width: 480px) {
      .pro-main-li-mobile a {
        font-size: 22px;
        margin-bottom: 8px; } }
    .pro-main-li-mobile a:hover {
      color: var(--white-transparent-border); }

.pro-mobile-menu-modal .pro-hamburger {
  right: 45px; }
  @media only screen and (max-width: 480px) {
    .pro-mobile-menu-modal .pro-hamburger {
      right: 25px; } }

.pro-mobile-menu-modal button {
  appearance: none;
  border: none;
  background: transparent; }

.pro-mobile-menu-modal .pro-lang-active.pro-lang-element {
  background: var(--white-color);
  color: var(--violet-color); }

.uk-modal-dialog .pro-social-nav-list {
  display: flex;
  margin-top: 40px;
  position: relative; }

.pro-calculator-section {
  margin: 50px 0; }
  @media only screen and (max-width: 1024px) {
    .pro-calculator-section .pro-calculator-header {
      margin-top: 100px; } }
  @media only screen and (max-width: 960px) {
    .pro-calculator-section {
      margin: 0 0 50px 0; }
      .pro-calculator-section .pro-calculator-header {
        margin-top: 50px; } }

.pro-onboarding-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 80px;
  margin-top: 70px;
  padding: 0; }
  @media only screen and (max-width: 960px) {
    .pro-onboarding-grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media only screen and (max-width: 640px) {
    .pro-onboarding-grid {
      grid-template-columns: repeat(1, 1fr);
      grid-gap: 20px; } }
  .pro-onboarding-grid li {
    list-style: none; }

.pro-onboarding-tile-img {
  z-index: 1;
  position: relative; }

.pro-onboarding-tile {
  counter-increment: onboarding-counter;
  position: relative;
  padding-top: 90px; }
  .pro-onboarding-tile:nth-child(1):after {
    content: '';
    background-image: url("../assets/icons/dashed-arrow-right.svg");
    background-size: cover;
    display: block;
    position: absolute;
    right: -60px;
    top: 60px;
    width: 139px;
    height: 68px; }
    @media only screen and (max-width: 640px) {
      .pro-onboarding-tile:nth-child(1):after {
        right: -40px;
        top: auto;
        bottom: -90px;
        transform: scale(-0.6, -0.6) rotate(-110deg); } }
  .pro-onboarding-tile:nth-child(2) {
    padding-top: 85px; }
    .pro-onboarding-tile:nth-child(2):after {
      content: '';
      background-image: url("../assets/icons/dashed-arrow-right-last.svg");
      background-size: cover;
      display: block;
      position: absolute;
      right: -80px;
      top: 140px;
      width: 120px;
      height: 90px; }
      @media only screen and (max-width: 960px) {
        .pro-onboarding-tile:nth-child(2):after {
          right: auto;
          top: auto;
          bottom: -120px;
          left: -80px;
          transform: scale(1, -1) rotate(-110deg); } }
      @media only screen and (max-width: 640px) {
        .pro-onboarding-tile:nth-child(2):after {
          right: 0;
          top: auto;
          bottom: -120px;
          left: auto;
          transform: scale(0.7, -0.7) rotate(-110deg); } }
  .pro-onboarding-tile:nth-child(3) {
    padding-top: 65px; }
    .pro-onboarding-tile:nth-child(3) .pro-onboarding-box:after {
      display: none; }
  .pro-onboarding-tile:before {
    content: "0" counter(onboarding-counter);
    font-weight: 700;
    font-size: 152px;
    line-height: 1;
    color: var(--white-transparent-color);
    position: absolute;
    top: 0;
    z-index: 0; }

.pro-btn-container {
  display: flex;
  justify-content: center;
  align-items: center; }

.pro-onboarding-tile-header {
  font-size: 23px;
  font-weight: 700;
  margin: 58px 0 20px 0; }
  @media only screen and (max-width: 640px) {
    .pro-onboarding-tile-header {
      margin: 38px 0 20px 0; } }

.pro-onboarding-tile-description {
  font-size: 15px;
  text-align: left; }

.pro-onboarding-box {
  position: relative; }
  .pro-onboarding-box:after {
    content: '';
    position: absolute;
    right: -30px;
    height: 100%;
    width: 1px;
    top: 0;
    background: var(--white-transparent-color); }

.pro-showcase-section {
  margin: 120px 0 150px 0; }
  @media only screen and (max-width: 960px) {
    .pro-showcase-section {
      margin: 70px 0 100px 0; } }

.pro-showcase-box {
  background: var(--violet-light-color);
  display: grid;
  grid-template-columns: 8fr 6fr;
  grid-gap: 20px;
  border-radius: 31px;
  box-shadow: 0px 0px 40px 5px var(--violet-light-color);
  position: relative; }
  @media only screen and (max-width: 1024px) {
    .pro-showcase-box {
      grid-template-columns: 3fr 2fr; } }
  @media only screen and (max-width: 960px) {
    .pro-showcase-box {
      grid-template-columns: 1fr;
      grid-gap: 0; } }
  .pro-showcase-box:after, .pro-showcase-box:before {
    content: '';
    display: block;
    position: absolute;
    top: -14px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 14px;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px; }
  .pro-showcase-box:after {
    background-color: rgba(70, 31, 54, 0.5);
    width: calc(100% - 80px);
    top: -28px; }
  .pro-showcase-box:before {
    background-color: rgba(70, 31, 54, 0.7);
    width: calc(100% - 50px); }

.pro-img-showcase {
  position: relative; }

.pro-play-box {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--violet-text-color);
  box-shadow: 0px 2px 10px 0px var(--dropshadow-color);
  cursor: pointer; }
  @media only screen and (max-width: 960px) {
    .pro-play-box {
      top: -180px; } }

.pro-play-box-link {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center; }

.pro-img-showcase-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 31px;
  border-bottom-right-radius: 31px; }
  @media only screen and (max-width: 960px) {
    .pro-img-showcase-img {
      display: none; } }

.pro-showcase-text-desc {
  padding: 50px 78px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative; }
  @media only screen and (max-width: 640px) {
    .pro-showcase-text-desc {
      padding: 40px; } }
  @media only screen and (max-width: 360px) {
    .pro-showcase-text-desc {
      padding: 30px; } }

.pro-showcase-text-desc-padding {
  padding: 50px 0 50px 78px; }
  @media only screen and (max-width: 960px) {
    .pro-showcase-text-desc-padding {
      padding: 50px 78px 180px 78px; } }
  @media only screen and (max-width: 640px) {
    .pro-showcase-text-desc-padding {
      padding: 40px 40px 180px 40px; } }
  @media only screen and (max-width: 480px) {
    .pro-showcase-text-desc-padding {
      padding: 30px 30px 180px 30px; } }
  .pro-showcase-text-desc-padding .pro-showcase-text-box {
    border-bottom: 1px solid var(--border-about);
    padding: 0 0 20px 0;
    margin-bottom: 40px; }

.pro-showcase-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 30px; }
  @media only screen and (max-width: 640px) {
    .pro-showcase-title {
      font-size: 26px; } }
  @media only screen and (max-width: 480px) {
    .pro-showcase-title {
      font-size: 24px; } }
  @media only screen and (max-width: 340px) {
    .pro-showcase-title {
      font-size: 22px; } }

.pro-showcase-description {
  font-size: 16px; }
  @media only screen and (max-width: 360px) {
    .pro-showcase-description {
      font-size: 14px; } }

.pro-showcase-description-strong {
  font-weight: 700; }

.pro-button-box {
  margin-top: 60px;
  display: flex;
  width: 100%; }
  .pro-button-box .pro-button {
    margin-right: 20px; }
  @media only screen and (max-width: 640px) {
    .pro-button-box {
      flex-direction: column;
      margin-top: 20px; }
      .pro-button-box .pro-button {
        margin: 0 0 15px 0;
        max-width: 100%; } }

.pro-background-top {
  color: var(--white-color);
  transition: color .3s ease-in-out;
  cursor: pointer; }
  .pro-background-top:hover {
    color: var(--violet-color); }

.pro-background-top-svg {
  margin-right: 15px;
  position: relative;
  top: -1px; }

.pro-showcase-list-ul {
  padding-left: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px; }
  @media only screen and (max-width: 1024px) {
    .pro-showcase-list-ul {
      grid-gap: 60px; } }
  @media only screen and (max-width: 640px) {
    .pro-showcase-list-ul {
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 40px; } }
  @media only screen and (max-width: 480px) {
    .pro-showcase-list-ul {
      grid-template-columns: repeat(1, 1fr);
      grid-gap: 20px; } }

.pro-showcase-numbers-box {
  list-style: none; }

.pro-shwocase-number {
  font-size: 48px;
  font-weight: 700;
  color: var(--orange-color); }

.pro-showcase-para {
  font-size: 16px;
  color: var(--white-color); }

.pro-calculator-box {
  background: var(--orange-color);
  border-radius: 31px;
  box-shadow: 0px 0px 40px 5px var(--gray-border-color);
  position: relative;
  min-height: 200px;
  z-index: 1;
  margin-top: 80px; }
  @media only screen and (max-width: 1024px) {
    .pro-calculator-box {
      grid-template-columns: 3fr 2fr; } }
  @media only screen and (max-width: 960px) {
    .pro-calculator-box {
      grid-template-columns: 1fr;
      grid-gap: 0;
      margin-top: 0; } }
  .pro-calculator-box:after, .pro-calculator-box:before {
    content: '';
    display: block;
    position: absolute;
    top: -14px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 14px;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px; }
  .pro-calculator-box:after {
    background-color: rgba(70, 31, 54, 0.5);
    width: calc(100% - 80px);
    top: -28px; }
  .pro-calculator-box:before {
    background-color: rgba(70, 31, 54, 0.7);
    width: calc(100% - 50px); }

.pro-calculator-full {
  position: relative;
  padding: 94px 50px 24px 50px; }
  .pro-calculator-full:after {
    content: '';
    bottom: 0;
    left: 0;
    position: absolute;
    height: 1px;
    width: 100%;
    background-image: linear-gradient(to right, #FFAC97 50%, #fff0 0%);
    background-position: bottom;
    background-size: 16px 1px;
    background-repeat: repeat-x; }
    @media only screen and (max-width: 960px) {
      .pro-calculator-full:after {
        background-image: linear-gradient(to right, #FFAC97 100%, #fff0 0%);
        box-shadow: 0px -1px 0 #E5603E; } }

@media only screen and (max-width: 960px) {
  .pro-calculator-full.pro-calculator-full-price:after {
    background-image: linear-gradient(to right, #FFAC97 100%, #fff0 0%);
    box-shadow: 0px -1px 0 #E5603E; } }

@media only screen and (max-width: 960px) {
  .pro-calculator-full.pro-calculator-full-price:before {
    content: '';
    bottom: 0;
    left: 0;
    position: absolute;
    height: 1px;
    width: 100%;
    background-position: bottom;
    background-size: 16px 1px;
    background-repeat: repeat-x;
    background-image: linear-gradient(to right, #FFAC97 100%, #fff0 0%);
    box-shadow: 0px -1px 0 #E5603E;
    bottom: 130px; } }

@media only screen and (max-width: 640px) {
  .pro-calculator-full.pro-calculator-full-price:before {
    bottom: 120px; } }

.pro-calculator-checkbox-box {
  display: flex; }
  .pro-calculator-checkbox-box .form-control {
    margin-right: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer; }
    @media only screen and (max-width: 480px) {
      .pro-calculator-checkbox-box .form-control {
        justify-content: flex-start;
        margin-bottom: 20px;
        font-size: 16px; }
        .pro-calculator-checkbox-box .form-control:last-of-type {
          margin-bottom: 0; } }
  @media only screen and (max-width: 960px) {
    .pro-calculator-checkbox-box {
      margin-top: 20px; } }
  @media only screen and (max-width: 480px) {
    .pro-calculator-checkbox-box {
      flex-direction: column; } }

input[type="radio"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  /* For iOS < 15 */
  background-color: var(--white-color);
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: currentColor;
  min-width: 24px;
  min-height: 24px;
  border: 1px solid currentColor;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  place-content: center;
  margin-right: 10px;
  cursor: pointer; }

input[type="radio"]::before {
  content: "";
  min-width: 14px;
  min-height: 14px;
  max-width: 14px;
  max-height: 14px;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  /* Windows High Contrast Mode */
  background-color: var(--violet-color); }

input[type="radio"]:checked::before {
  transform: scale(1); }

input[type="radio"]:focus {
  outline: none;
  outline-offset: 0; }

.pro-calculator-full-bottom {
  padding: 50px; }
  .pro-calculator-full-bottom .pro-calculator-card:after {
    left: 25%; }

.pro-calculator-full-bottom-small {
  padding: 23px 50px; }
  @media only screen and (max-width: 960px) {
    .pro-calculator-full-bottom-small {
      padding: 23px 50px 23px 50px; } }
  @media only screen and (max-width: 640px) {
    .pro-calculator-full-bottom-small {
      padding: 23px 20px 23px 20px; } }

.pro-calculator-box-header {
  background: var(--violet-color);
  color: var(--white-color);
  border-top-left-radius: 31px;
  border-top-right-radius: 31px;
  padding: 45px 50px 43px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  top: -1px; }
  @media only screen and (max-width: 960px) {
    .pro-calculator-box-header {
      padding: 45px 50px 43px 50px; } }
  @media only screen and (max-width: 640px) {
    .pro-calculator-box-header {
      padding: 45px 25px 43px 25px; } }
  @media only screen and (max-width: 480px) {
    .pro-calculator-box-header {
      padding: 45px 25px 43px 25px; } }
  .pro-calculator-box-header:after {
    content: '';
    width: 100%;
    height: 6px;
    background: #B43A4D;
    background: -webkit-linear-gradient(left, #B43A4D, #FF8565);
    background: -moz-linear-gradient(left, #B43A4D, #FF8565);
    background: linear-gradient(to right, #B43A4D, #FF8565);
    position: absolute;
    left: 0;
    bottom: -6px; }

.pro-calculator-para {
  margin: 0;
  font-size: 15px; }
  @media only screen and (max-width: 960px) {
    .pro-calculator-para {
      font-size: 14px; } }
  @media only screen and (max-width: 767px) {
    .pro-calculator-para {
      display: none; } }

.pro-calculator-title {
  font-size: 25px;
  font-weight: 700;
  display: flex; }
  @media only screen and (max-width: 960px) {
    .pro-calculator-title {
      font-size: 20px; } }
  @media only screen and (max-width: 767px) {
    .pro-calculator-title {
      width: 100%;
      justify-content: center;
      align-items: center;
      position: relative; }
      .pro-calculator-title .pro-calculator-title-number {
        position: absolute;
        left: 0; } }
  @media only screen and (max-width: 480px) {
    .pro-calculator-title {
      font-size: 17px; } }

.pro-calculator-title-number {
  font-size: 25px;
  font-weight: 700;
  color: var(--orange-color);
  margin-right: 19px; }
  @media only screen and (max-width: 960px) {
    .pro-calculator-title-number {
      font-size: 20px; } }
  @media only screen and (max-width: 480px) {
    .pro-calculator-title-number {
      font-size: 17px; } }

.pro-calculator-link {
  font-size: 15px;
  color: var(--orange-color);
  transition: color .3s ease-in-out;
  text-decoration: underline;
  cursor: pointer; }
  .pro-calculator-link:hover {
    color: var(--white-color);
    text-decoration: underline;
    text-decoration-line: 1px; }

.pro-calculator-small {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px; }
  @media only screen and (max-width: 1024px) {
    .pro-calculator-small {
      grid-template-columns: repeat(2, 1fr); } }
  @media only screen and (max-width: 640px) {
    .pro-calculator-small {
      grid-template-columns: repeat(1, 1fr); } }

.pro-calculator-big {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px; }
  @media only screen and (max-width: 1024px) {
    .pro-calculator-big {
      grid-template-columns: repeat(2, 1fr); } }
  @media only screen and (max-width: 640px) {
    .pro-calculator-big {
      grid-template-columns: repeat(1, 1fr); } }

.pro-calculator-title-card {
  font-size: 16px;
  font-weight: 700;
  margin-top: 40px; }

.pro-calculator-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer; }
  .pro-calculator-card img {
    z-index: 1;
    transition: transform .3s ease-in-out; }
  .pro-calculator-card:hover img {
    transform: scale(1.1); }
  .pro-calculator-card:after {
    content: '';
    display: block;
    background-image: url("../assets/images/car-oranment.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    height: 100%; }

.pro-image-one-box,
.pro-image-two-box {
  position: relative; }
  .pro-image-one-box img,
  .pro-image-two-box img {
    z-index: 1; }
  .pro-image-one-box:after,
  .pro-image-two-box:after {
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    z-index: -1; }

.pro-image-one-box:after {
  background-image: url("../assets/images/left-img-ornament.png"); }
  @media only screen and (max-width: 767px) {
    .pro-image-one-box:after {
      bottom: -40px;
      right: -10px; } }

.pro-image-two-box:after {
  background-image: url("../assets/images/right-img-ornament.png");
  bottom: -40px; }

.pro-calculator-small .pro-calculator-card:last-of-type img {
  max-height: 100px;
  position: relative;
  top: -7px; }

.pro-calculator-small .pro-calculator-card:last-of-type .pro-calculator-title-card {
  position: relative;
  top: -7px; }

@media only screen and (max-width: 1024px) {
  .pro-calculator-big .pro-calculator-card:last-of-type {
    grid-column: 1 / 4;
    grid-row: 2 / 2; } }

@media only screen and (max-width: 640px) {
  .pro-calculator-big .pro-calculator-card:last-of-type {
    grid-column: auto;
    grid-row: auto; } }

.pro-calculator-images-grid {
  display: grid;
  grid-template-columns: 3fr 4fr 1fr; }
  @media only screen and (max-width: 960px) {
    .pro-calculator-images-grid {
      padding-top: 40px;
      grid-template-columns: 3fr 4fr; } }
  @media only screen and (max-width: 767px) {
    .pro-calculator-images-grid {
      padding-top: 20px; } }
  @media only screen and (max-width: 767px) {
    .pro-calculator-images-grid {
      grid-template-columns: 1fr; } }

.pro-image-two {
  padding-top: 30px; }

.pro-estimated-value,
.pro-estimated-price {
  color: var(--violet-color);
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 15px; }
  @media only screen and (max-width: 960px) {
    .pro-estimated-value,
    .pro-estimated-price {
      align-items: flex-start; } }

.pro-estimated-price {
  font-size: 41px;
  font-weight: 700;
  position: relative; }
  @media only screen and (max-width: 960px) {
    .pro-estimated-price {
      padding-left: 50px;
      font-size: 38px; } }
  @media only screen and (max-width: 480px) {
    .pro-estimated-price {
      font-size: 34px; } }
  .pro-estimated-price:before {
    content: url(../assets/icons/wave.svg);
    display: block;
    width: 28px;
    position: absolute;
    left: -44px;
    bottom: 3px; }
    @media only screen and (max-width: 960px) {
      .pro-estimated-price:before {
        left: 0; } }

.pro-range-box {
  display: grid;
  grid-template-columns: 1fr 280px;
  justify-content: center;
  align-items: center;
  margin-top: 50px; }
  @media only screen and (max-width: 1200px) {
    .pro-range-box {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start; } }
  @media only screen and (max-width: 960px) {
    .pro-range-box {
      margin-top: 30px; } }
  @media only screen and (max-width: 640px) {
    .pro-range-box {
      margin-top: 10px; } }
  .pro-range-box p {
    margin: 0; }

.pro-estimated-box {
  position: absolute;
  top: 40px;
  right: 60px; }
  @media only screen and (max-width: 960px) {
    .pro-estimated-box {
      top: auto;
      right: auto;
      left: 50px;
      bottom: 0;
      width: 100%;
      display: flex; } }
  @media only screen and (max-width: 640px) {
    .pro-estimated-box {
      top: auto;
      right: auto;
      left: 20px;
      bottom: 0;
      width: 100%;
      display: flex; } }

.pro-calculator-btn-box {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media only screen and (max-width: 640px) {
    .pro-calculator-btn-box .pro-button-gradient-medium {
      width: 100%;
      max-width: 100%; }
    .pro-calculator-btn-box .pro-transparent {
      max-width: 110px; } }
  @media only screen and (max-width: 340px) {
    .pro-calculator-btn-box .pro-transparent {
      max-width: 90px; } }

.pro-calculator-full-price {
  position: relative; }
  @media only screen and (max-width: 960px) {
    .pro-calculator-full-price {
      padding: 24px 50px 110px 50px; } }
  @media only screen and (max-width: 640px) {
    .pro-calculator-full-price {
      padding: 24px 25px 110px 25px; } }

.pro-calculator-final-step {
  padding-top: 40px; }
  @media only screen and (max-width: 960px) {
    .pro-calculator-final-step {
      padding-bottom: 40px; } }
  .pro-calculator-final-step:before {
    display: none; }

.pro-checkbox-container {
  color: var(--white-color);
  font-size: 15px;
  font-weight: 700;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 40px 0;
  position: relative;
  width: 100%;
  line-height: 1.2; }
  @media only screen and (max-width: 1200px) {
    .pro-checkbox-container {
      justify-content: flex-start;
      align-items: flex-start; } }
  .pro-checkbox-container:before {
    content: '';
    bottom: 0;
    left: 0;
    position: absolute;
    display: block;
    height: 100%;
    width: 1px;
    background-image: linear-gradient(to top, #fff 50%, #fff0 0%);
    background-position: bottom;
    background-size: 1px 10px;
    background-repeat: repeat-y; }
    @media only screen and (max-width: 1200px) {
      .pro-checkbox-container:before {
        display: none; } }
  .pro-checkbox-container .form-control {
    font-family: system-ui, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.1;
    display: grid;
    grid-template-columns: 28px auto;
    grid-gap: 18px;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 340px) {
      .pro-checkbox-container .form-control {
        font-size: 12px; } }
  .pro-checkbox-container .form-control + .form-control {
    margin-top: 20px; }
  .pro-checkbox-container .form-control--disabled {
    color: pink;
    cursor: not-allowed; }
  .pro-checkbox-container input[type="checkbox"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    appearance: none;
    /* For iOS < 15 */
    background-color: var(--white-color);
    /* Not removed via appearance */
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 25px;
    height: 25px;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    place-content: center;
    border: 1px solid var(--gray-checkbox-border); }
  .pro-checkbox-container input[type="checkbox"]::before {
    content: url(../assets/icons/check.svg);
    width: 16px;
    height: 16px;
    transform-origin: bottom center;
    transition: 120ms transform ease-in-out;
    transform: scale(0);
    position: relative;
    top: 0;
    left: -1px;
    /* Windows High Contrast Mode */ }
    @media only screen and (max-width: 640px) {
      .pro-checkbox-container input[type="checkbox"]::before {
        top: 0; } }
  .pro-checkbox-container input[type="checkbox"]:checked::before {
    transform: scale(1); }

.pro-regulations {
  justify-content: space-between;
  padding: 0;
  position: relative;
  top: 25px; }
  .pro-regulations input[type="checkbox"] {
    border: 1px solid var(--white-color); }
  .pro-regulations .form-control {
    font-size: 15px;
    font-weight: 400;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 1200px) {
      .pro-regulations .form-control {
        width: 100%;
        justify-content: flex-start; } }
    @media only screen and (max-width: 640px) {
      .pro-regulations .form-control {
        align-items: flex-start;
        margin-top: 10px; } }
    .pro-regulations .form-control a {
      font-weight: 700;
      text-decoration: underline;
      transition: color .3s ease-in-out; }
      .pro-regulations .form-control a:hover {
        color: var(--violet-color); }
    .pro-regulations .form-control p {
      margin: 0;
      font-family: "Poppins";
      line-height: 1.2; }
  .pro-regulations input[type="checkbox"]::before {
    top: 0; }
  .pro-regulations:before {
    display: none; }
  @media only screen and (max-width: 1200px) {
    .pro-regulations {
      flex-direction: column-reverse;
      align-items: flex-end; } }
  @media only screen and (max-width: 640px) {
    .pro-regulations {
      align-items: flex-start; } }

.pro-range-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding: 0 0 0 0; }
  @media only screen and (max-width: 767px) {
    .pro-range-grid {
      display: none; } }

.pro-range-element {
  position: relative;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 700; }
  @media only screen and (max-width: 1400px) {
    .pro-range-element {
      font-size: 12px;
      padding: 0 30px;
      text-align: center !important;
      align-items: flex-start;
      top: 30px; } }
  .pro-range-element:after {
    content: '';
    top: 0;
    right: 0;
    position: absolute;
    display: block;
    height: 40px;
    width: 1px;
    background-image: linear-gradient(to top, #fff 50%, #fff0 0%);
    background-position: bottom;
    background-size: 1px 10px;
    background-repeat: repeat-y; }
    @media only screen and (max-width: 1400px) {
      .pro-range-element:after {
        top: -30px; } }
  .pro-range-element:last-of-type {
    justify-content: flex-end;
    text-align: right; }
    .pro-range-element:last-of-type:after {
      display: none; }
  .pro-range-element:first-of-type {
    justify-content: flex-start;
    text-align: left; }

.pro-range {
  padding: 0 50px 0 0;
  width: 100%;
  display: flex;
  flex-direction: column; }
  @media only screen and (max-width: 1200px) {
    .pro-range {
      padding: 0; } }
  @media only screen and (max-width: 767px) {
    .pro-range {
      flex-direction: column-reverse; } }

.pro-range-container {
  position: relative; }

.pro-range-line {
  display: block;
  box-shadow: inset 0 0 8px var(--gray-shadow-color);
  background: var(--white-range-color);
  border-radius: 10px;
  width: 100%;
  height: 10px; }

.pro-range-line-checked {
  display: block;
  background: var(--violet-color);
  border-radius: 10px;
  width: 70%;
  height: 10px;
  position: absolute;
  top: 0; }
  .pro-range-line-checked:after {
    content: '';
    display: block;
    width: 29px;
    height: 29px;
    position: absolute;
    right: -14px;
    top: -10px;
    border-radius: 50%;
    background: var(--white-color); }
  .pro-range-line-checked:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    right: -7px;
    top: -3px;
    border-radius: 50%;
    background: var(--violet-dot-calendar);
    box-shadow: inset 0 0 8px var(--violet-dot-shadow);
    z-index: 1; }

#input-with-keypress-0 {
  position: absolute;
  top: -50px;
  display: none; }

.pro-container {
  position: relative; }
  .pro-container:before {
    content: '';
    display: block;
    border: 50px solid var(--orange-border-color);
    position: absolute;
    border-radius: 50%;
    top: -75px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 1380px;
    height: 1380px;
    z-index: -1; }
    @media only screen and (max-width: 1680px) {
      .pro-container:before {
        width: 1280px;
        height: 1280px; } }
    @media only screen and (max-width: 1400px) {
      .pro-container:before {
        width: 1180px;
        height: 1180px; } }
    @media only screen and (max-width: 1200px) {
      .pro-container:before {
        width: 1080px;
        height: 1080px; } }
    @media only screen and (max-width: 1024px) {
      .pro-container:before {
        width: 980px;
        height: 980px; } }
    @media only screen and (max-width: 960px) {
      .pro-container:before {
        left: -200px; } }

.pro-range-value {
  display: none;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 700; }
  @media only screen and (max-width: 767px) {
    .pro-range-value {
      display: block; } }
  @media only screen and (max-width: 640px) {
    .pro-range-value {
      font-size: 15px;
      margin-bottom: 20px; } }

.pro-calculator-personal-info {
  z-index: 1;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px; }
  @media only screen and (max-width: 767px) {
    .pro-calculator-personal-info {
      grid-template-columns: repeat(1, 1fr);
      grid-gap: 20px; } }
  @media only screen and (max-width: 640px) {
    .pro-calculator-personal-info {
      grid-gap: 15px; } }

.pro-calculator-compay-info {
  margin-bottom: 40px;
  grid-template-columns: 4fr 3fr;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  height: auto;
  transition: all .5s ease-in-out; }
  @media only screen and (max-width: 1024px) {
    .pro-calculator-compay-info {
      grid-template-columns: 3fr 2fr;
      grid-gap: 20px; } }
  @media only screen and (max-width: 767px) {
    .pro-calculator-compay-info {
      grid-template-columns: repeat(1, 1fr);
      grid-gap: 20px; } }

.pro-hide-it {
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  height: 0;
  margin: 0; }

.pro-label {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 20px; }
  @media only screen and (max-width: 640px) {
    .pro-label {
      font-size: 14px; } }

.pro-calculator-full-price .pro-label {
  margin-bottom: 0; }

.pro-input-form {
  width: 100%;
  height: 74px;
  border-radius: 12px;
  box-shadow: inset 0 0 8px var(--gray-shadow-color);
  border: none;
  margin-top: 15px;
  outline: none;
  padding: 0 20px;
  font-size: 24px; }
  @media only screen and (max-width: 960px) {
    .pro-input-form {
      height: 64px;
      font-size: 22px; } }
  @media only screen and (max-width: 640px) {
    .pro-input-form {
      height: 54px;
      font-size: 20px; } }

.pro-calculator-full-form {
  padding: 24px 50px 50px 50px; }
  @media only screen and (max-width: 640px) {
    .pro-calculator-full-form {
      padding: 24px 25px 50px 25px; } }
  .pro-calculator-full-form:before {
    display: none; }

.pro-uploaded {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 17px; }
  @media only screen and (max-width: 640px) {
    .pro-uploaded {
      font-size: 15px; } }
  @media only screen and (max-width: 360px) {
    .pro-uploaded {
      font-size: 14px; } }
  .pro-uploaded #pro-upload-file-link, .pro-uploaded label {
    cursor: pointer;
    text-decoration: underline;
    font-weight: 700;
    transition: color .3s ease-in-out; }
    .pro-uploaded #pro-upload-file-link:hover, .pro-uploaded label:hover {
      color: var(--violet-color); }
  .pro-uploaded .uk-icon svg {
    min-width: 68px;
    min-height: 68px;
    width: 68px;
    height: 68px;
    margin: 0 0 30px 0; }

.pro-calculator-droparea {
  margin-top: 0;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  position: relative; }
  .pro-calculator-droparea #js-progressbar {
    width: 100%;
    margin: 0 auto 40px auto; }
  .pro-calculator-droparea .js-upload {
    margin-top: 60px; }
  .pro-calculator-droparea progress {
    border: none;
    height: 8px;
    border-radius: 10px; }
  .pro-calculator-droparea progress::-webkit-progress-value {
    background: var(--violet-color);
    border-radius: 10px; }
  .pro-calculator-droparea progress::-webkit-progress-bar {
    background: var(--pink-orange-color);
    border-radius: 10px; }
  .pro-calculator-droparea progress::-moz-progress-value {
    background: var(--pink-orange-color);
    border-radius: 10px; }
  .pro-calculator-droparea progress::-moz-progress-bar {
    background: var(--violet-color);
    border-radius: 10px; }
  .pro-calculator-droparea .js-upload {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 280px;
    width: 100%;
    padding: 0 10px;
    border-radius: 12px;
    transition: box-shadow .3s ease-in-out;
    box-shadow: 0px 0px 20px 5px transparent;
    background: linear-gradient(to right, #fff 50%, #fff0 0%) top/16px 1px repeat-x, linear-gradient(#fff 50%, #fff0 0%) right/1px 16px repeat-y, linear-gradient(to right, #fff 50%, #fff0 0%) bottom/16px 1px repeat-x, linear-gradient(#fff 50%, #fff0 0%) left/1px 16px repeat-y;
    background-color: #b15239;
    padding: 50px; }
    @media only screen and (max-width: 640px) {
      .pro-calculator-droparea .js-upload {
        padding: 20px; } }
  .pro-calculator-droparea .uk-dragover {
    box-shadow: 0px 0px 20px 5px var(--gray-border-color); }
  .pro-calculator-droparea .uk-form-custom {
    margin: 0 auto;
    width: calc(100% - 80px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    top: 20px;
    left: 50px; }
    @media only screen and (max-width: 640px) {
      .pro-calculator-droparea .uk-form-custom {
        left: 30px; } }
  .pro-calculator-droparea #pro-input-uploaded {
    color: var(--violet-color);
    font-weight: 700;
    font-size: 14px;
    display: none; }
    @media only screen and (max-width: 480px) {
      .pro-calculator-droparea #pro-input-uploaded {
        font-size: 12px; } }
  .pro-calculator-droparea input[type="file"]::-webkit-file-upload-button {
    display: none;
    color: var(--violet-color);
    font-weight: 700; }
  .pro-calculator-droparea input[type=file]::file-selector-button {
    display: none; }
  .pro-calculator-droparea .uk-alert {
    border-radius: 10px; }

.pro-calculator-upload-margin .pro-calculator-droparea .js-upload {
  margin-top: 0; }

.pro-delete-file, .pro-delete-file-single {
  appearance: none;
  background: none;
  border: none;
  position: relative;
  top: -20px;
  padding: 0;
  width: 20px; }

.pro-delete-file-single {
  position: absolute;
  top: -35px;
  right: 15px; }

.pro-progressbar-upload {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  justify-content: center;
  align-items: center;
  padding: 0; }
  @media only screen and (max-width: 640px) {
    .pro-progressbar-upload {
      padding: 0 10px 0 20px;
      grid-gap: 10px;
      grid-template-columns: 1fr; } }

.pro-end-delete {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex; }
  .pro-end-delete .pro-delete-file {
    position: absolute;
    top: 100px; }

.pro-preview-box {
  width: 100%;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px; }
  @media only screen and (max-width: 1024px) {
    .pro-preview-box {
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 30px; } }
  @media only screen and (max-width: 767px) {
    .pro-preview-box {
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 20px; } }
  @media only screen and (max-width: 640px) {
    .pro-preview-box {
      grid-template-columns: repeat(1, 1fr); } }
  .pro-preview-box li {
    list-style: none; }
  .pro-preview-box img {
    border-radius: 15px;
    min-height: 90px;
    max-height: 90px;
    object-fit: contain; }
  .pro-preview-box .uk-text-meta {
    font-size: 16px;
    color: var(--white-color);
    margin-top: 10px;
    display: block; }
    @media only screen and (max-width: 1024px) {
      .pro-preview-box .uk-text-meta {
        font-size: 15px; } }
    @media only screen and (max-width: 767px) {
      .pro-preview-box .uk-text-meta {
        font-size: 13px; } }
    @media only screen and (max-width: 640px) {
      .pro-preview-box .uk-text-meta {
        font-size: 12px; } }

.pro-calculator-summary {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px; }
  @media only screen and (max-width: 1024px) {
    .pro-calculator-summary {
      grid-template-columns: repeat(1, 1fr); } }

.pro-calculator-line {
  position: relative; }
  .pro-calculator-line:after {
    content: '';
    bottom: 0;
    right: 0;
    position: absolute;
    display: block;
    height: 100%;
    width: 1px;
    background-image: linear-gradient(to top, #FFAC97 50%, #fff0 0%);
    background-position: bottom;
    background-size: 1px 16px;
    background-repeat: repeat-y; }
    @media only screen and (max-width: 1024px) {
      .pro-calculator-line:after {
        display: none; } }

.pro-calculator-summary-box {
  margin-bottom: 25px; }
  .pro-calculator-summary-box:last-of-type {
    margin-bottom: 0; }

.pro-summary-label,
.pro-summary-value {
  margin: 0; }

.pro-summary-label {
  font-size: 14px;
  color: var(--label-color);
  margin-bottom: 5px; }
  @media only screen and (max-width: 640px) {
    .pro-summary-label {
      font-size: 12px; } }

.pro-summary-value {
  font-size: 25px;
  font-weight: 700;
  color: var(--white-color); }
  @media only screen and (max-width: 640px) {
    .pro-summary-value {
      font-size: 23px; } }
  @media only screen and (max-width: 480px) {
    .pro-summary-value {
      font-size: 20px; } }

.pro-summary-violet {
  color: var(--violet-color);
  font-size: 20px;
  word-break: break-word; }
  @media only screen and (max-width: 640px) {
    .pro-summary-violet {
      font-size: 21px; } }
  @media only screen and (max-width: 480px) {
    .pro-summary-violet {
      font-size: 19px; } }

.pro-top-bar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 44px 50px 24px 50px; }
  @media only screen and (max-width: 960px) {
    .pro-top-bar {
      padding: 44px 50px 24px 50px;
      flex-direction: column-reverse;
      justify-content: flex-start;
      align-items: flex-start; } }
  @media only screen and (max-width: 640px) {
    .pro-top-bar {
      padding: 24px 25px 24px 25px; } }

.pro-login-link {
  font-weight: 700;
  font-size: 19px;
  color: var(--violet-color);
  text-decoration: underline;
  display: flex; }
  @media only screen and (max-width: 640px) {
    .pro-login-link {
      font-size: 17px; } }
  .pro-login-link:before {
    content: '';
    display: block;
    background-image: url(../assets/icons/user_dark.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 29px;
    height: 27px;
    margin-right: 10px;
    position: relative; }

.pro-label-textarea {
  grid-column: 1 / 3; }
  @media only screen and (max-width: 767px) {
    .pro-label-textarea {
      grid-column: auto; } }

.pro-small-margin {
  margin-top: 30px;
  margin-bottom: 30px; }

.pro-label-attention-description {
  font-size: 14px;
  color: var(--attention-text-color); }

.pro-add-file {
  font-size: 18px;
  font-weight: 500;
  color: var(--attention-text-color);
  text-decoration: underline;
  transition: color .3s ease-in-out;
  position: relative;
  display: flex; }
  @media only screen and (max-width: 480px) {
    .pro-add-file {
      font-size: 16px; } }
  .pro-add-file:hover {
    color: var(--violet-color);
    text-decoration: underline; }
  .pro-add-file:before {
    content: '';
    display: block;
    background-image: url(../assets/icons/attach.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 29px;
    height: 27px;
    margin-right: 10px;
    position: relative;
    top: -2px; }
  @media only screen and (max-width: 1200px) {
    .pro-add-file {
      margin-bottom: 10px; } }

.pro-hide-it-droparea {
  display: none !important; }

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target *,
.noUi-target *::before,
.noUi-target *::after {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative; }

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  cursor: pointer; }

/* Wrapper for all connect elements.
  */
.noUi-connects {
  overflow: hidden;
  z-index: 0; }

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat; }

/* Offset direction
  */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto; }

/* Give origins 0 height/width so they don't interfere with clicking the
  * connect elements.
  */
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0; }

.noUi-horizontal .noUi-origin {
  height: 0; }

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  box-shadow: 0 0 20px var(--violet-dropshadow-color); }

.noUi-touch-area {
  height: 100%;
  width: 100%; }

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s; }

.noUi-state-drag *, .noUi-state-drag *::before, .noUi-state-drag *::after {
  cursor: inherit !important; }

/* Slider size and handle placement;
  */
.noUi-horizontal {
  height: 10px; }

.noUi-horizontal .noUi-handle {
  width: 29px;
  height: 29px;
  right: -17px;
  top: -10px;
  border-radius: 50%;
  cursor: pointer; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -10px;
  bottom: -17px; }

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto; }

/* Styling;
  * Giving the connect element a border radius causes issues with using transform: scale
  */
.noUi-connects {
  border-radius: 7px;
  box-shadow: inset 0 0 2px var(--gray-shadow-color);
  background: var(--pink-orange-color);
  position: relative; }

.noUi-connect {
  background: var(--violet-color); }

/* Handles and cursors;
  */
.noUi-draggable {
  cursor: ew-resize; }

.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

.noUi-handle {
  border-radius: 3px;
  background: var(--white-color);
  cursor: default; }

/* Handle stripes;
  */
.noUi-handle:before,
.noUi-handle:after {
  content: ""; }

.noUi-handle:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  background: var(--violet-dot-calendar);
  box-shadow: inset 0 0 8px var(--violet-dot-shadow);
  width: 15px;
  height: 15px;
  border-radius: 50%; }

.noUi-handle:after {
  left: 17px; }

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

.noUi-vertical .noUi-handle:after {
  top: 17px; }

/* Disabled state;
  */
[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed; }

/* Base;
  *
  */
.noUi-pips,
.noUi-pips *,
.noUi-pips *::before,
.noUi-pips *::after {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #999; }

/* Values;
  *
  */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

/* Markings;
  *
  */
.noUi-marker {
  position: absolute;
  background: #CCC; }

.noUi-marker-sub {
  background: #AAA; }

.noUi-marker-large {
  background: #AAA; }

/* Horizontal layout;
  *
  */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%); }

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%); }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

/* Vertical layout;
  *
  */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px; }

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%); }

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap; }

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%; }

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%; }

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px; }

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px; }

.pro-lightbox-grid {
  z-index: 10;
  position: relative;
  padding-bottom: 80px; }
  .pro-lightbox-grid:after {
    content: '';
    bottom: 0;
    left: 0;
    position: absolute;
    height: 1px;
    width: 100%;
    background-image: linear-gradient(to right, #FFAC97 50%, #fff0 0%);
    background-position: bottom;
    background-size: 16px 1px;
    background-repeat: repeat-x; }
  @media only screen and (max-width: 960px) {
    .pro-lightbox-grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media only screen and (max-width: 640px) {
    .pro-lightbox-grid {
      grid-template-columns: repeat(1, 1fr); } }
  .pro-lightbox-grid img {
    border-radius: 26px;
    width: 100%;
    max-height: 240px;
    object-fit: cover; }
    @media only screen and (max-width: 960px) {
      .pro-lightbox-grid img {
        max-height: 100%; } }

.uk-container > .pro-lightbox-grid {
  margin: 50px auto 0 auto; }

.pro-light-box-link {
  width: 100%;
  display: flex; }

.pro-header-small {
  margin: 0;
  font-weight: 700;
  font-size: 12px;
  color: var(--label-color);
  text-transform: uppercase;
  margin: 50px 0 10px 0; }

.pro-header-big {
  margin: 0;
  font-weight: 700;
  font-size: 36px;
  color: var(--white-color); }
  @media only screen and (max-width: 960px) {
    .pro-header-big {
      font-size: 30px; } }
  @media only screen and (max-width: 640px) {
    .pro-header-big {
      font-size: 26px; } }

.pro-lightbox-grid {
  display: grid;
  grid-gap: 25px;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: auto; }
  @media only screen and (max-width: 1024px) {
    .pro-lightbox-grid {
      grid-template-columns: repeat(2, 1fr); }
      .pro-lightbox-grid img {
        max-height: 100%; } }
  @media only screen and (max-width: 480px) {
    .pro-lightbox-grid {
      grid-template-columns: repeat(1, 1fr); } }

.pro-lightbox-item:nth-child(10n + 1),
.pro-lightbox-item:nth-child(10n + 8) {
  grid-column: auto /span 2;
  grid-row: auto /span 2; }
  .pro-lightbox-item:nth-child(10n + 1) img,
  .pro-lightbox-item:nth-child(10n + 8) img {
    max-height: 100%; }
  @media only screen and (max-width: 1024px) {
    .pro-lightbox-item:nth-child(10n + 1),
    .pro-lightbox-item:nth-child(10n + 8) {
      grid-column: auto;
      grid-row: auto; } }

.pro-contact-grid {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 20px;
  position: relative; }
  @media only screen and (max-width: 1200px) {
    .pro-contact-grid {
      grid-template-columns: 1fr 2fr; } }
  @media only screen and (max-width: 767px) {
    .pro-contact-grid {
      grid-template-columns: repeat(1, 1fr); } }
  .pro-contact-grid:after {
    content: '';
    bottom: 0;
    left: 0;
    position: absolute;
    height: 1px;
    width: 100%;
    background-image: linear-gradient(to right, #FFAC97 50%, #fff0 0%);
    background-position: bottom;
    background-size: 16px 1px;
    background-repeat: repeat-x; }

.pro-adres-box {
  margin-top: 60px; }

.pro-adres-city {
  color: var(--white-color);
  font-size: 18px;
  font-weight: 700; }

.pro-adres-details {
  font-size: 16px; }

.pro-adres-details-para {
  color: var(--label-color);
  margin: 0; }

.pro-contact-form-grid {
  z-index: 1;
  position: relative;
  margin-top: 30px; }

.pro-textarea-form {
  height: 220px;
  resize: none;
  padding-top: 15px; }

.pro-checkbox-contact {
  padding-left: 40px;
  margin-bottom: 50px; }
  @media only screen and (max-width: 1200px) {
    .pro-checkbox-contact {
      padding-left: 30px; } }
  .pro-checkbox-contact .form-control {
    align-items: flex-start;
    cursor: pointer; }
    .pro-checkbox-contact .form-control p {
      color: var(--label-color);
      line-height: 1.2;
      font-family: "Poppins"; }

.pro-btn-container-full {
  margin: 20px 0 80px 0;
  width: 100%;
  justify-content: flex-start; }
  @media only screen and (max-width: 480px) {
    .pro-btn-container-full .pro-button-large {
      max-width: 100%; } }

.pro-page-title-box {
  position: relative;
  z-index: 1; }

.pro-full-bg-img {
  z-index: 1;
  position: relative;
  top: -141px; }

.pro-full-height {
  min-height: 100vh;
  z-index: 1;
  position: relative;
  top: -141px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center; }
  .pro-full-height:after {
    content: '';
    background: rgba(61, 38, 52, 0.66);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.pro-full-height .pro-container {
  width: calc(100% - 80px);
  padding: 0 40px; }
  @media only screen and (max-width: 640px) {
    .pro-full-height .pro-container {
      width: calc(100% - 40px);
      padding: 0 20px; } }

.pro-full-height-title {
  font-size: 65px;
  font-weight: 700;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 5%);
  width: 100%;
  margin: 0;
  text-align: center;
  z-index: 1; }
  @media only screen and (max-width: 1400px) {
    .pro-full-height-title {
      font-size: 55px; } }
  @media only screen and (max-width: 1200px) {
    .pro-full-height-title {
      font-size: 45px; } }
  @media only screen and (max-width: 767px) {
    .pro-full-height-title {
      font-size: 35px; } }
  @media only screen and (max-width: 480px) {
    .pro-full-height-title {
      font-size: 30px; } }

.pro-about-text {
  font-size: 32px;
  font-weight: 300;
  position: relative;
  top: -30px; }
  @media only screen and (max-width: 960px) {
    .pro-about-text {
      font-size: 28px; } }
  @media only screen and (max-width: 640px) {
    .pro-about-text {
      font-size: 24px; } }
  @media only screen and (max-width: 480px) {
    .pro-about-text {
      font-size: 22px;
      top: -60px; } }
  @media only screen and (max-width: 360px) {
    .pro-about-text {
      font-size: 20px; } }

.pro-about-description {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 80px; }
  @media only screen and (max-width: 960px) {
    .pro-about-description {
      grid-gap: 40px;
      grid-template-columns: 1fr; } }
  @media only screen and (max-width: 640px) {
    .pro-about-description {
      margin-top: 60px; } }
  @media only screen and (max-width: 480px) {
    .pro-about-description {
      margin-top: 20px; } }
  .pro-about-description h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--violet-text-color); }
  .pro-about-description p {
    font-size: 16px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 360px) {
      .pro-about-description p {
        font-size: 14px; } }

@media only screen and (max-width: 960px) {
  .uk-container > .pro-about-description {
    margin-bottom: 50px; } }

.pro-about-header {
  font-weight: 700;
  font-size: 36px; }

.pro-about-why-us {
  padding: 0;
  margin-top: 60px;
  list-style: none; }

.pro-about-element {
  list-style: none;
  display: grid;
  grid-template-columns: 77px 1fr;
  grid-gap: 28px;
  margin-bottom: 20px; }
  @media only screen and (max-width: 640px) {
    .pro-about-element {
      grid-template-columns: 1fr;
      text-align: center; }
      .pro-about-element img {
        margin: 0 auto 20px auto; } }
  .pro-about-element img {
    margin-top: 20px; }

.pro-why-us-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--violet-text-color); }

.pro-showcase-box .pro-why-us-title {
  font-size: 18px;
  color: var(--orange-color); }

.pro-showcase-box .pro-button {
  margin-top: 50px; }

.pro-showcase-box .pro-about-why-us {
  margin-top: 40px; }
  @media only screen and (max-width: 960px) {
    .pro-showcase-box .pro-about-why-us {
      margin-top: 0; } }

.pro-why-us-desc {
  font-size: 15px;
  max-width: 95%; }
  @media only screen and (max-width: 767px) {
    .pro-why-us-desc {
      max-width: 100%; } }

@media only screen and (max-width: 960px) {
  .pro-showcase-box .pro-about-element-process .pro-why-us-desc {
    max-width: 80%; } }

@media only screen and (max-width: 767px) {
  .pro-showcase-box .pro-about-element-process .pro-why-us-desc {
    max-width: 90%; } }

.pro-margin-top {
  margin-top: 80px; }
  @media only screen and (max-width: 767px) {
    .pro-margin-top {
      margin-top: 60px; } }
  @media only screen and (max-width: 640px) {
    .pro-margin-top {
      margin-top: 40px; } }

.pro-arrow-down {
  cursor: pointer;
  position: absolute;
  bottom: 10%;
  left: 50%;
  right: 50%;
  z-index: 1;
  transform: translate(-50%, 0);
  transition: transform .3s ease-in-out; }
  .pro-arrow-down:hover {
    transform: translate(-50%, 5px); }

.pro-violet-header {
  font-size: 15px;
  margin-bottom: 40px;
  font-weight: 700;
  color: var(--violet-color); }

.pro-calculator-full-medium {
  padding-top: 50px; }

.pro-card-items {
  padding: 0;
  margin: 0; }

.pro-card-item {
  background: var(--white-color);
  border-radius: 10px;
  list-style: none;
  display: grid;
  grid-template-columns: 360px 1fr;
  margin: 0 0 20px 0;
  grid-gap: 40px; }
  @media only screen and (max-width: 1400px) {
    .pro-card-item {
      grid-gap: 20px;
      grid-template-columns: 320px 1fr; } }
  @media only screen and (max-width: 1200px) {
    .pro-card-item {
      grid-gap: 10px;
      grid-template-columns: 1fr; } }
  .pro-card-item p {
    margin-bottom: 0; }

.pro-card-item-no-project {
  grid-template-columns: 1fr 150px 50px;
  display: grid;
  grid-gap: 40px; }
  @media only screen and (max-width: 1400px) {
    .pro-card-item-no-project {
      grid-gap: 20px;
      grid-template-columns: 1fr 150px 50px; } }
  @media only screen and (max-width: 1200px) {
    .pro-card-item-no-project {
      padding: 0 40px;
      grid-template-columns: 1fr 1fr; } }
  @media only screen and (max-width: 640px) {
    .pro-card-item-no-project {
      padding: 0 20px;
      grid-template-columns: 1fr; } }

.pro-card-item-details {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 150px 50px;
  grid-gap: 40px; }
  @media only screen and (max-width: 1400px) {
    .pro-card-item-details {
      grid-gap: 20px; } }
  @media only screen and (max-width: 1200px) {
    .pro-card-item-details {
      padding: 0 40px;
      grid-template-columns: 1fr 1fr; } }
  @media only screen and (max-width: 640px) {
    .pro-card-item-details {
      padding: 0 20px;
      grid-template-columns: 1fr;
      grid-gap: 0; } }

.pro-card-title-text {
  color: var(--violet-text-color);
  font-size: 17px;
  font-weight: 700;
  margin-left: 28px; }
  @media only screen and (max-width: 1400px) {
    .pro-card-title-text {
      margin-left: 18px; } }

.pro-cart-item .pro-gray-label {
  color: var(--gray-label);
  font-size: 13px;
  margin-bottom: 14px; }

.pro-violet-text {
  color: var(--violet-text-color);
  font-size: 17px; }

.pro-card-img {
  max-width: 120px; }

.pro-flex-box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.16);
  padding-left: 25px; }
  @media only screen and (max-width: 1400px) {
    .pro-flex-box {
      padding: 20px 10px; } }
  @media only screen and (max-width: 1200px) {
    .pro-flex-box {
      justify-content: flex-start;
      padding: 20px 30px; } }
  @media only screen and (max-width: 767px) {
    .pro-flex-box {
      justify-content: center; } }
  @media only screen and (max-width: 360px) {
    .pro-flex-box {
      flex-direction: column; }
      .pro-flex-box .pro-card-title-text {
        margin: 10px 0 0 0; } }

.pro-trash-center {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 20px;
  position: relative; }
  @media only screen and (max-width: 1200px) {
    .pro-trash-center:after {
      content: '';
      top: 0;
      left: 0;
      position: absolute;
      height: 1px;
      width: 100%;
      background-image: linear-gradient(to right, #e8e8e8 50%, #fff0 0%);
      background-position: bottom;
      background-size: 8px 1px;
      background-repeat: repeat-x; } }
  .pro-trash-center .pro-trash-img {
    position: relative;
    left: -10px;
    cursor: pointer; }
    @media only screen and (max-width: 1400px) {
      .pro-trash-center .pro-trash-img {
        left: 0; } }
    @media only screen and (max-width: 640px) {
      .pro-trash-center .pro-trash-img {
        padding: 0 20px;
        grid-template-columns: 1fr; } }
  @media only screen and (max-width: 1200px) {
    .pro-trash-center {
      grid-column: 1 / 3;
      padding: 15px 0; } }
  @media only screen and (max-width: 640px) {
    .pro-trash-center {
      grid-column: 1 / 2; } }

.pro-cart-item {
  position: relative;
  padding: 25px 0 40px 0; }
  @media only screen and (max-width: 1400px) {
    .pro-cart-item {
      padding: 20px 0; } }
  .pro-cart-item:after {
    content: '';
    top: 15px;
    right: 0;
    position: absolute;
    display: block;
    height: calc(100% - 30px);
    width: 1px;
    background-image: linear-gradient(to top, #e8e8e8 50%, #fff0 0%);
    background-position: bottom;
    background-size: 1px 8px;
    background-repeat: repeat-y; }
    @media only screen and (max-width: 1200px) {
      .pro-cart-item:after {
        height: calc(100% - 20px);
        right: 15px; } }
  @media only screen and (max-width: 1200px) {
    .pro-cart-item:nth-child(2):after, .pro-cart-item:nth-child(4):after {
      display: none; } }
  @media only screen and (max-width: 640px) {
    .pro-cart-item {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .pro-cart-item:after {
        display: none; } }

.pro-cart-item-price .pro-violet-text {
  font-size: 26px;
  font-weight: 700; }

@media only screen and (max-width: 640px) {
  .pro-cart {
    padding-bottom: 50px; } }

.pro-cart:before {
  display: none !important; }

.pro-trash-button {
  appearance: none;
  border: none;
  background: #0000; }

.pro-price-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px; }

.pro-price-sum {
  display: flex;
  justify-content: center;
  align-items: center; }
  @media only screen and (max-width: 480px) {
    .pro-price-sum {
      flex-direction: column;
      width: 100%;
      text-align: center; } }

.pro-price-sum-desc, .pro-price-sum-text {
  font-weight: 700;
  color: var(--violet-text-color);
  margin: 0; }

.pro-price-sum-desc {
  font-size: 15px;
  margin-right: 30px; }
  @media only screen and (max-width: 480px) {
    .pro-price-sum-desc {
      margin-right: 0; } }

.pro-price-sum-text {
  font-size: 34px; }

.pro-user-info-grid {
  margin-top: 20px;
  margin-bottom: 40px;
  display: grid;
  grid-gap: 60px;
  grid-template-columns: repeat(4, 1fr); }
  @media only screen and (max-width: 1400px) {
    .pro-user-info-grid {
      grid-gap: 40px; } }
  @media only screen and (max-width: 1200px) {
    .pro-user-info-grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media only screen and (max-width: 480px) {
    .pro-user-info-grid {
      grid-template-columns: repeat(1, 1fr); } }
  .pro-user-info-grid .pro-label {
    font-size: 13px;
    position: relative; }
  .pro-user-info-grid .pro-input-form {
    background: transparent;
    color: var(--white-color);
    box-shadow: none;
    border-bottom: 1px solid var(--pink-orange-color-border);
    border-radius: 0;
    font-size: 18px;
    height: 54px;
    padding-left: 0;
    padding-right: 25px; }
    .pro-user-info-grid .pro-input-form[readonly] {
      color: var(--white-transparent-side-text); }

.pro-edit-button {
  appearance: none;
  border: none;
  background: transparent;
  right: 0;
  top: 45px;
  position: absolute; }

.pro-cart-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 80px; }

.pro-cart-empty-text {
  color: var(--violet-text-color-opacity);
  font-size: 22px;
  font-weight: 700;
  margin: 20px 0 80px 0;
  text-align: center; }
  @media only screen and (max-width: 360px) {
    .pro-cart-empty-text {
      font-size: 20px; } }

.pro-login-grid {
  margin: 0 auto;
  max-width: 570px;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(1, 1fr); }

.pro-login-url {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0; }
  @media only screen and (max-width: 640px) {
    .pro-login-url {
      flex-direction: column; } }

.pro-forgotten-password, .pro-create-account {
  font-size: 19px; }
  @media only screen and (max-width: 640px) {
    .pro-forgotten-password, .pro-create-account {
      font-size: 16px; } }
  @media only screen and (max-width: 360px) {
    .pro-forgotten-password, .pro-create-account {
      font-size: 14px; } }

.pro-forgotten-password {
  color: var(--label-color); }

.pro-create-account {
  color: var(--violet-text-color);
  font-weight: 700;
  text-decoration: underline; }
  @media only screen and (max-width: 640px) {
    .pro-create-account {
      margin-top: 5px; } }
  .pro-create-account:hover {
    text-decoration: underline; }

.pro-login-full {
  padding-bottom: 20px; }
  .pro-login-full:before {
    display: none !important; }

.pro-functional-btns {
  display: flex;
  margin-right: 40px;
  transition: transform .3s ease-in-out; }
  @media only screen and (max-width: 1400px) {
    .pro-functional-btns {
      position: relative;
      top: -25px;
      left: 40px;
      margin-right: 0; } }
  @media only screen and (max-width: 1200px) {
    .pro-functional-btns {
      position: relative;
      top: -6px;
      left: -80px;
      margin-right: 0; } }
  @media only screen and (max-width: 480px) {
    .pro-functional-btns {
      left: -60px; } }
  .pro-functional-btns a {
    margin-left: 10px; }
    .pro-functional-btns a:hover svg circle {
      fill: var(--orange-color) !important; }
    .pro-functional-btns a:hover svg path {
      fill: white; }
  .pro-functional-btns svg path {
    fill: black; }
  .pro-functional-btns svg circle, .pro-functional-btns svg path {
    transition: fill .3s ease-in-out; }

.pro-design-img-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1; }

.pro-design-img {
  z-index: 1;
  max-width: 600px;
  margin-bottom: 20px;
  width: 100%;
  z-index: 1; }

.pro-double-grid-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 150px;
  margin-top: 50px;
  z-index: 1; }
  @media only screen and (max-width: 1400px) {
    .pro-double-grid-box {
      grid-gap: 100px; } }
  @media only screen and (max-width: 1200px) {
    .pro-double-grid-box {
      grid-gap: 60px; } }
  @media only screen and (max-width: 767px) {
    .pro-double-grid-box {
      grid-template-columns: 1fr;
      grid-gap: 40px; } }

.pro-desc-box-title {
  font-size: 23px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 40px;
  line-height: 1.4;
  z-index: 10;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .pro-desc-box-title {
      text-align: center; } }

.pro-desc-box-para {
  font-size: 15px;
  font-weight: 300;
  text-align: left;
  color: var(--light-orange-color);
  z-index: 10;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .pro-desc-box-para {
      text-align: center; } }

.pro-card-box-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 150px;
  margin-top: 100px;
  z-index: 1;
  position: relative;
  display: grid;
  grid-gap: 150px;
  margin-top: 100px;
  z-index: 1;
  position: relative;
  width: 100%; }
  @media only screen and (max-width: 1680px) {
    .pro-card-box-grid {
      grid-gap: 100px; } }
  @media only screen and (max-width: 1400px) {
    .pro-card-box-grid {
      grid-gap: 80px; } }
  @media only screen and (max-width: 1200px) {
    .pro-card-box-grid {
      grid-gap: 60px; } }
  @media only screen and (max-width: 767px) {
    .pro-card-box-grid {
      grid-template-columns: 1fr;
      grid-gap: 60px; } }
  .pro-card-box-grid .pro-showcase-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding: 58px 45px; }
  @media only screen and (max-width: 1680px) {
    .pro-card-box-grid {
      grid-gap: 100px; } }
  @media only screen and (max-width: 1400px) {
    .pro-card-box-grid {
      grid-gap: 80px; } }
  @media only screen and (max-width: 1200px) {
    .pro-card-box-grid {
      grid-gap: 60px; } }
  @media only screen and (max-width: 767px) {
    .pro-card-box-grid {
      grid-template-columns: 1fr;
      grid-gap: 60px; } }
  .pro-card-box-grid .pro-showcase-box {
    width: 100%;
    padding: 58px 45px;
    display: grid;
    grid-gap: 160px;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start; }
    @media only screen and (max-width: 960px) {
      .pro-card-box-grid .pro-showcase-box {
        grid-template-columns: 1fr;
        grid-gap: 60px; } }
  .pro-card-box-grid .pro-switch-box {
    justify-content: flex-start;
    margin-top: 15px; }
    .pro-card-box-grid .pro-switch-box .pro-switch-text {
      font-size: 11px; }
    .pro-card-box-grid .pro-switch-box .pro-switch-text-orange {
      color: var(--orange-color); }
      .pro-card-box-grid .pro-switch-box .pro-switch-text-orange span {
        color: var(--orange-color); }

.pro-creator-links {
  font-size: 14px;
  color: var(--white-color); }
  .pro-creator-links .pro-creator-link {
    color: var(--orange-color); }
    .pro-creator-links .pro-creator-link:hover {
      text-decoration: underline; }

.pro-price-gray {
  color: var(--white-color-half);
  font-size: 20px;
  margin-bottom: 10px; }
  .pro-price-gray span {
    color: var(--white-color-half); }

.pro-showcase-spaceing {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; }

.uk-container > .pro-card-box-grid {
  margin-bottom: 200px; }

.pro-extra-options {
  width: 100%;
  margin-top: 80px; }
  @media only screen and (max-width: 767px) {
    .pro-extra-options {
      margin-top: 20px; } }

.pro-extra-options-title {
  font-size: 16px;
  font-weight: 700;
  text-align: left; }

.pro-card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%; }

.pro-card-title {
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  margin-bottom: 0; }

.pro-card-price {
  font-weight: 700;
  font-size: 45px;
  margin-bottom: 0;
  text-align: center; }

.pro-small-title {
  font-weight: 400;
  font-size: 11px; }

.next-year-price {
  display: none;
  font-size: 15px; }

.pro-card-list {
  padding: 0;
  margin: 40px 0 0; }

.pro-card-list-element {
  font-size: 14px;
  color: var(--white-color);
  margin-bottom: 17px;
  list-style: none;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start; }
  .pro-card-list-element:before {
    content: url("../assets/icons/white-right.svg");
    display: block;
    margin-right: 10px; }

.pro-about-element-process {
  margin-bottom: 60px;
  position: relative; }

.pro-big-arrow-1 {
  position: absolute;
  top: 50%;
  left: -125px; }
  @media only screen and (max-width: 1400px) {
    .pro-big-arrow-1 {
      transform: scale(0.75); } }
  @media only screen and (max-width: 960px) {
    .pro-big-arrow-1 {
      right: -20px;
      left: auto;
      transform: scale(-1, 1) scale(0.75); } }
  @media only screen and (max-width: 767px) {
    .pro-big-arrow-1 {
      right: -60px;
      left: auto;
      transform: scale(-1, 1) scale(0.55); } }

.pro-big-arrow-2 {
  position: absolute;
  top: 75%;
  right: -20px; }
  @media only screen and (max-width: 1400px) {
    .pro-big-arrow-2 {
      transform: scale(0.75);
      right: -40px; } }
  @media only screen and (max-width: 767px) {
    .pro-big-arrow-2 {
      transform: scale(0.55);
      right: -60px; } }

.pro-process-img {
  margin-bottom: 30px; }

.pro-switch-box {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  position: relative;
  margin-top: 50px;
  /* Rounded sliders */ }
  .pro-switch-box .pro-switch-text {
    font-weight: 400;
    font-size: 13px;
    color: var(--white-color);
    margin: 0 20px; }
  .pro-switch-box .switch {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 22px; }
  .pro-switch-box .switch input {
    opacity: 0;
    width: 0;
    height: 0; }
  .pro-switch-box .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--gray-label);
    -webkit-transition: .4s;
    transition: .4s; }
  .pro-switch-box .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s; }
  .pro-switch-box input:checked + .slider {
    background-color: var(--violet-switcher); }
  .pro-switch-box input:focus + .slider {
    box-shadow: 0 0 1px var(--violet-switcher); }
  .pro-switch-box input:checked + .slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px); }
  .pro-switch-box .slider.round {
    border-radius: 34px; }
  .pro-switch-box .slider.round:before {
    border-radius: 50%; }

.pro-editable p,
.pro-editable li {
  font-size: 16px;
  margin-bottom: 20px; }
  @media only screen and (max-width: 360px) {
    .pro-editable p,
    .pro-editable li {
      font-size: 14px; } }

.pro-editable ul {
  padding: 0;
  margin: 0; }

.pro-editable li {
  margin-bottom: 10px;
  list-style: none;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .pro-editable li:before {
    content: '';
    display: block;
    background: var(--violet-light-color);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-right: 20px; }

.pro-calculator-header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  z-index: 1; }

.pro-calculator-header-title {
  font-weight: 700;
  font-size: 35px;
  z-index: 1; }

.pro-calculator-header-description {
  font-size: 17px;
  color: var(--light-orange-color);
  line-height: 1.8;
  z-index: 1; }

.pro-background-top {
  color: var(--white-color);
  white-space: nowrap; }

.pro-big-logo-text {
  font-size: 24px;
  font-weight: 600;
  display: block;
  line-height: 1.2;
  line-height: 1; }
  @media only screen and (max-width: 1400px) {
    .pro-big-logo-text {
      font-size: 22px; } }

.pro-big-logo-box {
  position: relative; }
  @media only screen and (max-width: 1680px) {
    .pro-big-logo-box {
      max-width: 530px; } }
  @media only screen and (max-width: 1400px) {
    .pro-big-logo-box {
      max-width: 480px; } }
  @media only screen and (max-width: 1200px) {
    .pro-big-logo-box {
      max-width: 430px; } }
  @media only screen and (max-width: 1024px) {
    .pro-big-logo-box {
      max-width: 530px; } }
  @media only screen and (max-width: 960px) {
    .pro-big-logo-box {
      max-width: 480px; } }
  @media only screen and (max-width: 767px) {
    .pro-big-logo-box {
      max-width: 440px; } }
  @media only screen and (max-width: 640px) {
    .pro-big-logo-box {
      max-width: 90%; } }
  @media only screen and (max-width: 480px) {
    .pro-big-logo-box {
      max-width: 85%; } }

.pro-big-logo-text {
  position: absolute;
  top: 40px;
  right: 0; }
  @media only screen and (max-width: 1680px) {
    .pro-big-logo-text {
      top: 25px;
      right: -20px;
      font-size: 22px; } }
  @media only screen and (max-width: 1400px) {
    .pro-big-logo-text {
      top: 25px;
      right: -15px;
      font-size: 20px; } }
  @media only screen and (max-width: 1200px) {
    .pro-big-logo-text {
      top: 20px;
      right: -10px;
      font-size: 18px; } }
  @media only screen and (max-width: 1024px) {
    .pro-big-logo-text {
      top: 30px;
      right: 10px; } }
  @media only screen and (max-width: 960px) {
    .pro-big-logo-text {
      top: 30px;
      right: 5px;
      font-size: 18px; } }
  @media only screen and (max-width: 767px) {
    .pro-big-logo-text {
      top: 10px;
      right: -10px;
      font-size: 18px; } }
  @media only screen and (max-width: 480px) {
    .pro-big-logo-text {
      top: 5%;
      right: -7%;
      font-size: 14px; } }
  @media only screen and (max-width: 340px) {
    .pro-big-logo-text {
      font-size: 12px; } }

.pro-slogan-text {
  font-size: 14px;
  margin-bottom: 40px;
  line-height: 1.6;
  margin-top: -25px; }
  @media only screen and (max-width: 960px) {
    .pro-slogan-text {
      margin-top: 0; } }

.pro-hero-section {
  margin-bottom: 280px;
  margin-top: 160px;
  position: relative; }
  @media only screen and (max-width: 1024px) {
    .pro-hero-section {
      margin-bottom: 280px; } }
  @media only screen and (max-width: 1024px) {
    .pro-hero-section {
      margin-top: 100px; } }
  @media only screen and (max-width: 767px) {
    .pro-hero-section {
      margin-top: 60px; } }
  @media only screen and (max-width: 640px) {
    .pro-hero-section {
      margin-top: 40px; } }

.pro-header-grid {
  display: grid;
  grid-template-columns: 630px 1fr;
  position: relative;
  grid-gap: 20px;
  z-index: 2; }
  @media only screen and (max-width: 1024px) {
    .pro-header-grid {
      grid-template-columns: 1fr; } }

@media only screen and (max-width: 1024px) {
  .pro-text-index {
    z-index: 10; } }

.pro-car-box {
  position: absolute;
  bottom: 0;
  left: 300px;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: grab; }
  .pro-car-box .uk-slideshow-items {
    padding-bottom: 50px;
    margin-bottom: -100px;
    top: 90px; }
    @media only screen and (max-width: 1780px) {
      .pro-car-box .uk-slideshow-items {
        top: 0; } }
  .pro-car-box .uk-slideshow-items > *, .pro-car-box .uk-slideshow-items > *::before, .pro-car-box .uk-slideshow-items > *::after,
  .pro-car-box
  .uk-slideshow-items >
  *::before,
  .pro-car-box
  .uk-slideshow-items >
  *::after {
    top: auto !important; }
    @media only screen and (max-width: 960px) {
      .pro-car-box .uk-slideshow-items > *, .pro-car-box .uk-slideshow-items > *::before, .pro-car-box .uk-slideshow-items > *::after,
      .pro-car-box
      .uk-slideshow-items >
      *::before,
      .pro-car-box
      .uk-slideshow-items >
      *::after {
        overflow: visible; } }
  .pro-car-box .uk-slideshow-items {
    overflow: visible; }
  @media only screen and (max-width: 1780px) {
    .pro-car-box {
      left: 280px; } }
  @media only screen and (max-width: 1680px) {
    .pro-car-box {
      left: 260px; } }
  @media only screen and (max-width: 1400px) {
    .pro-car-box {
      bottom: -30px;
      left: 260px; } }
  @media only screen and (max-width: 1300px) {
    .pro-car-box {
      bottom: -15px;
      left: 260px; } }
  @media only screen and (max-width: 1200px) {
    .pro-car-box {
      bottom: 10px; } }
  @media only screen and (max-width: 1140px) {
    .pro-car-box {
      bottom: 20px;
      left: 260px; } }
  @media only screen and (max-width: 1024px) {
    .pro-car-box {
      bottom: -235px;
      right: 0;
      left: 100px; } }
  @media only screen and (max-width: 960px) {
    .pro-car-box {
      bottom: -150px;
      left: -40px; } }
  @media only screen and (max-width: 767px) {
    .pro-car-box {
      bottom: -100px;
      left: -30px; } }
  @media only screen and (max-width: 480px) {
    .pro-car-box {
      bottom: -60px; } }
  @media only screen and (max-width: 360px) {
    .pro-car-box {
      bottom: -20px;
      left: -20px; } }
  .pro-car-box img {
    max-width: 1300px; }
    @media only screen and (max-width: 1840px) {
      .pro-car-box img {
        max-width: 1240px; } }
    @media only screen and (max-width: 1780px) {
      .pro-car-box img {
        max-width: 1140px; } }
    @media only screen and (max-width: 1680px) {
      .pro-car-box img {
        max-width: 1040px; } }
    @media only screen and (max-width: 1400px) {
      .pro-car-box img {
        max-width: 940px; } }
    @media only screen and (max-width: 1300px) {
      .pro-car-box img {
        max-width: 880px; } }
    @media only screen and (max-width: 1200px) {
      .pro-car-box img {
        max-width: 780px; } }
    @media only screen and (max-width: 1140px) {
      .pro-car-box img {
        max-width: 720px; } }
    @media only screen and (max-width: 1024px) {
      .pro-car-box img {
        max-width: 960px; } }
    @media only screen and (max-width: 960px) {
      .pro-car-box img {
        max-width: 960px; } }
    @media only screen and (max-width: 767px) {
      .pro-car-box img {
        max-width: 840px; } }
    @media only screen and (max-width: 640px) {
      .pro-car-box img {
        max-width: 700px; } }
    @media only screen and (max-width: 480px) {
      .pro-car-box img {
        max-width: 600px; } }
    @media only screen and (max-width: 360px) {
      .pro-car-box img {
        max-width: 500px; } }

.pro-ornament,
.pro-ornament-outer {
  position: absolute;
  margin: auto !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

@media only screen and (max-width: 767px) {
  .pro-ornament-outer {
    bottom: -50px;
    right: -200px; } }

.pro-ornament-outer:before {
  content: '';
  display: block;
  border: 50px solid var(--orange-border-color);
  position: absolute;
  border-radius: 50%;
  top: -75px;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 1380px;
  height: 1380px;
  z-index: 1; }
  @media only screen and (max-width: 1680px) {
    .pro-ornament-outer:before {
      width: 1280px;
      height: 1280px; } }
  @media only screen and (max-width: 1400px) {
    .pro-ornament-outer:before {
      width: 1180px;
      height: 1180px; } }
  @media only screen and (max-width: 1200px) {
    .pro-ornament-outer:before {
      width: 1080px;
      height: 1080px; } }
  @media only screen and (max-width: 1024px) {
    .pro-ornament-outer:before {
      width: 980px;
      height: 980px; } }
  @media only screen and (max-width: 960px) {
    .pro-ornament-outer:before {
      left: -200px; } }

.pro-ornament:after, .pro-ornament:before {
  content: '';
  display: block;
  border: 1px solid var(--gray-border-color);
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto; }

.pro-ornament:before {
  width: 650px;
  height: 650px; }
  @media only screen and (max-width: 1680px) {
    .pro-ornament:before {
      width: 620px;
      height: 620px; } }
  @media only screen and (max-width: 1400px) {
    .pro-ornament:before {
      width: 600px;
      height: 600px; } }
  @media only screen and (max-width: 1200px) {
    .pro-ornament:before {
      width: 500px;
      height: 500px; } }
  @media only screen and (max-width: 1024px) {
    .pro-ornament:before {
      width: 300px;
      height: 300px; } }

.pro-ornament:after {
  width: 818px;
  height: 818px; }
  @media only screen and (max-width: 1680px) {
    .pro-ornament:after {
      width: 798px;
      height: 798px; } }
  @media only screen and (max-width: 1400px) {
    .pro-ornament:after {
      width: 768px;
      height: 768px; } }
  @media only screen and (max-width: 1200px) {
    .pro-ornament:after {
      width: 668px;
      height: 668px; } }
  @media only screen and (max-width: 1024px) {
    .pro-ornament:after {
      width: 468px;
      height: 468px; } }

.pro-ornament-outer:after {
  content: '';
  display: block;
  border: 1px solid var(--gray-border-color);
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto; }

.pro-ornament-outer:after {
  width: 980px;
  height: 980px; }
  @media only screen and (max-width: 1680px) {
    .pro-ornament-outer:after {
      width: 960px;
      height: 960px; } }
  @media only screen and (max-width: 1400px) {
    .pro-ornament-outer:after {
      width: 930px;
      height: 930px; } }
  @media only screen and (max-width: 1200px) {
    .pro-ornament-outer:after {
      width: 830px;
      height: 830px; } }
  @media only screen and (max-width: 1024px) {
    .pro-ornament-outer:after {
      width: 630px;
      height: 630px; } }
  @media only screen and (max-width: 480px) {
    .pro-ornament-outer:after {
      display: none; } }

.pro-slider-info {
  width: 100%;
  max-width: 360px;
  display: grid;
  grid-template-columns: 1fr; }
  @media only screen and (max-width: 640px) {
    .pro-slider-info {
      position: relative;
      top: 20px; } }
  @media only screen and (max-width: 480px) {
    .pro-slider-info {
      max-width: calc(100% - 30px); } }

.pro-slider-info-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 25%; }
  @media only screen and (max-width: 1024px) {
    .pro-slider-info-box {
      padding-right: 10%; } }
  @media only screen and (max-width: 960px) {
    .pro-slider-info-box {
      padding-right: 0; } }

.pro-header-slider {
  border-bottom: 1px solid var(--white-color);
  font-weight: 700;
  display: grid;
  grid-template-columns: 1fr 180px; }
  @media only screen and (max-width: 640px) {
    .pro-header-slider {
      grid-template-columns: 1fr 160px; } }
  @media only screen and (max-width: 340px) {
    .pro-header-slider {
      grid-template-columns: 1fr 140px; } }
  .pro-header-slider p {
    margin: 0;
    padding: 0 30px 5px 0;
    font-size: 12px; }
    @media only screen and (max-width: 640px) {
      .pro-header-slider p {
        padding: 0 20px 5px 0; } }
    @media only screen and (max-width: 340px) {
      .pro-header-slider p {
        font-size: 10px; } }
    .pro-header-slider p:last-of-type {
      padding-left: 30px;
      border-left: 1px solid var(--white-color); }

.pro-footer-slider {
  font-weight: 700;
  display: grid;
  grid-template-columns: 1fr 180px; }
  @media only screen and (max-width: 640px) {
    .pro-footer-slider {
      grid-template-columns: 1fr 160px; } }
  @media only screen and (max-width: 340px) {
    .pro-footer-slider {
      grid-template-columns: 1fr 140px; } }
  .pro-footer-slider p {
    margin: 0;
    padding: 0 30px 5px 0;
    font-size: 32px; }
    @media only screen and (max-width: 640px) {
      .pro-footer-slider p {
        font-size: 24px;
        padding: 0 20px 5px 0; } }
    @media only screen and (max-width: 340px) {
      .pro-footer-slider p {
        font-size: 18px; } }
    .pro-footer-slider p:last-of-type {
      padding-left: 30px;
      border-left: 1px solid var(--white-color); }

.orders-history::-webkit-scrollbar {
  transition: background-color 0.3s ease-in-out;
  height: 8px; }

.orders-history-table {
  padding: 50px;
  min-width: 850px; }

.orders-heading,
.order {
  display: grid;
  grid-template-columns: 20% 20% 15% 20% 25%;
  align-items: center;
  padding: 0 20px; }
  @media (max-width: 959.98px) {
    .orders-heading,
    .order {
      padding: 15px; } }

.orders-heading,
.order-wraps-heading,
.order-templates-heading {
  font-size: 17px;
  font-weight: bold;
  color: #b7b7b7;
  padding: 10px 20px; }
  @media (max-width: 959.98px) {
    .orders-heading,
    .order-wraps-heading,
    .order-templates-heading {
      padding: 15px; } }
  @media (max-width: 1679.98px) {
    .orders-heading span,
    .order-wraps-heading span,
    .order-templates-heading span {
      font-size: 12px; } }

.order {
  align-content: center;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  padding: 5px;
  border-top: 1px #fff solid; }
  @media (max-width: 1679.98px) {
    .order {
      font-size: 15px; } }
  @media (max-width: 959.98px) {
    .order {
      font-size: 13px; } }
  .order .item {
    min-height: 50px;
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
    gap: 5px; }
    .order .item .details {
      display: flex;
      width: 100%;
      height: 100%;
      align-items: center;
      justify-content: center;
      text-transform: uppercase;
      font-weight: 700;
      transition: color .3s ease-in-out; }
      .order .item .details:hover {
        color: var(--violet-color); }

.order-container {
  padding: 50px; }
  @media (max-width: 959.98px) {
    .order-container {
      padding: 15px; }
      .order-container .uk-flex {
        flex-direction: column; } }

.order-wraps ~ .order-wraps {
  margin-top: 10px; }

.order-wraps,
.order-wraps-heading {
  display: grid;
  text-align: center;
  grid-template-columns: 15% 15% 15% 15% 20% 20%;
  align-items: center;
  padding: 0 20px; }
  @media (max-width: 959.98px) {
    .order-wraps,
    .order-wraps-heading {
      text-align: left;
      gap: 5px;
      grid-template-columns: 25% 25% 25% 25%;
      padding: 15px; } }

.order-templates ~ .order-templates {
  margin-top: 10px; }

.order-templates,
.order-templates-heading {
  display: grid;
  grid-template-columns: 33% 34% 33%;
  align-items: start;
  padding: 0 20px; }
  @media (max-width: 959.98px) {
    .order-templates,
    .order-templates-heading {
      gap: 5px;
      padding: 15px; } }

/*# sourceMappingURL=style.css.map */
