@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
 */
/* line 94, resources/assets/styles/vendors/uikit/components/base.scss */
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.
 */
/* line 112, resources/assets/styles/vendors/uikit/components/base.scss */
body {
  margin: 0; }

/* Links
 ========================================================================== */
/*
 * Remove the outline on focused links when they are also active or hovered
 */
/* line 122, resources/assets/styles/vendors/uikit/components/base.scss */
a:active,
a:hover {
  outline: none; }

/*
 * Style
 */
/* line 129, resources/assets/styles/vendors/uikit/components/base.scss */
a,
.uk-link {
  color: #1e87f0;
  text-decoration: none;
  cursor: pointer; }

/* line 137, resources/assets/styles/vendors/uikit/components/base.scss */
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.
 */
/* line 155, resources/assets/styles/vendors/uikit/components/base.scss */
abbr[title] {
  /* 1 */
  text-decoration: underline dotted;
  /* 2 */
  -webkit-text-decoration-style: dotted; }

/*
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 166, resources/assets/styles/vendors/uikit/components/base.scss */
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
 */
/* line 175, resources/assets/styles/vendors/uikit/components/base.scss */
:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  /* 1 */
  font-family: Consolas, monaco, monospace;
  /* 2 */
  font-size: 0.875rem;
  /* 3 */
  color: #f0506e;
  white-space: nowrap;
  padding: 2px 6px;
  background: #f8f8f8; }

/*
 * Emphasize
 */
/* line 192, resources/assets/styles/vendors/uikit/components/base.scss */
em {
  color: #f0506e; }

/*
 * Insert
 */
/* line 198, resources/assets/styles/vendors/uikit/components/base.scss */
ins {
  background: #ffd;
  color: #666;
  text-decoration: none; }

/*
 * Mark
 */
/* line 208, resources/assets/styles/vendors/uikit/components/base.scss */
mark {
  background: #ffd;
  color: #666; }

/*
 * Quote
 */
/* line 217, resources/assets/styles/vendors/uikit/components/base.scss */
q {
  font-style: italic; }

/*
 * Add the correct font size in all browsers.
 */
/* line 223, resources/assets/styles/vendors/uikit/components/base.scss */
small {
  font-size: 80%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 229, resources/assets/styles/vendors/uikit/components/base.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 237, resources/assets/styles/vendors/uikit/components/base.scss */
sup {
  top: -0.5em; }

/* line 238, resources/assets/styles/vendors/uikit/components/base.scss */
sub {
  bottom: -0.25em; }

/* Embedded content
 ========================================================================== */
/*
 * Remove the gap between embedded content and the bottom of their containers.
 */
/* line 248, resources/assets/styles/vendors/uikit/components/base.scss */
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.
 */
/* line 262, resources/assets/styles/vendors/uikit/components/base.scss */
canvas,
img,
video {
  /* 1 */
  max-width: 100%;
  /* 2 */
  height: auto;
  /* 3 */
  box-sizing: border-box; }

/* 4 */
@supports (display: block) {
  /* line 276, resources/assets/styles/vendors/uikit/components/base.scss */
  svg {
    max-width: 100%;
    height: auto;
    box-sizing: border-box; } }

/*
 * Hide the overflow in IE.
 */
/* line 288, resources/assets/styles/vendors/uikit/components/base.scss */
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; }
 */
/* line 296, resources/assets/styles/vendors/uikit/components/base.scss */
img:not([src]) {
  /* 1 */
  min-width: 1px;
  /* 2 */
  visibility: hidden; }

/*
 * Iframe
 * Remove border in all browsers
 */
/* line 308, resources/assets/styles/vendors/uikit/components/base.scss */
iframe {
  border: 0; }

/* Block elements
 ========================================================================== */
/*
 * Margins
 */
/* line 318, resources/assets/styles/vendors/uikit/components/base.scss */
p,
ul,
ol,
dl,
pre,
address,
fieldset,
figure {
  margin: 0 0 20px 0; }

/* Add margin if adjacent element */
/* line 328, resources/assets/styles/vendors/uikit/components/base.scss */
* + 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
 ========================================================================== */
/* line 341, resources/assets/styles/vendors/uikit/components/base.scss */
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 */
/* line 361, resources/assets/styles/vendors/uikit/components/base.scss */
* + 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
 */
/* line 377, resources/assets/styles/vendors/uikit/components/base.scss */
h1, .uk-h1 {
  font-size: 2.23125rem;
  line-height: 1.2; }

/* line 383, resources/assets/styles/vendors/uikit/components/base.scss */
h2, .uk-h2 {
  font-size: 1.7rem;
  line-height: 1.3; }

/* line 389, resources/assets/styles/vendors/uikit/components/base.scss */
h3, .uk-h3 {
  font-size: 1.5rem;
  line-height: 1.4; }

/* line 395, resources/assets/styles/vendors/uikit/components/base.scss */
h4, .uk-h4 {
  font-size: 1.25rem;
  line-height: 1.4; }

/* line 401, resources/assets/styles/vendors/uikit/components/base.scss */
h5, .uk-h5 {
  font-size: 16px;
  line-height: 1.4; }

/* line 407, resources/assets/styles/vendors/uikit/components/base.scss */
h6, .uk-h6 {
  font-size: 0.875rem;
  line-height: 1.4; }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* line 416, resources/assets/styles/vendors/uikit/components/base.scss */
  h1, .uk-h1 {
    font-size: 2.625rem; }
  /* line 417, resources/assets/styles/vendors/uikit/components/base.scss */
  h2, .uk-h2 {
    font-size: 2rem; } }

/* Lists
 ========================================================================== */
/* line 425, resources/assets/styles/vendors/uikit/components/base.scss */
ul,
ol {
  padding-left: 30px; }

/*
 * Reset margin for nested lists
 */
/* line 432, resources/assets/styles/vendors/uikit/components/base.scss */
ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
  margin: 0; }

/* Description lists
 ========================================================================== */
/* line 441, resources/assets/styles/vendors/uikit/components/base.scss */
dt {
  font-weight: bold; }

/* line 442, resources/assets/styles/vendors/uikit/components/base.scss */
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
 */
/* line 454, resources/assets/styles/vendors/uikit/components/base.scss */
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 */
/* line 467, resources/assets/styles/vendors/uikit/components/base.scss */
* + hr, *::before + hr, *::after + hr,
* + .uk-hr,
*::before + .uk-hr,
*::after + .uk-hr {
  margin-top: 20px; }

/* Address
 ========================================================================== */
/* line 474, resources/assets/styles/vendors/uikit/components/base.scss */
address {
  font-style: normal; }

/* Blockquotes
 ========================================================================== */
/* line 480, resources/assets/styles/vendors/uikit/components/base.scss */
blockquote {
  margin: 0 0 20px 0;
  font-size: 1.25rem;
  line-height: 1.5;
  font-style: italic;
  color: #333; }

/* Add margin if adjacent element */
/* line 489, resources/assets/styles/vendors/uikit/components/base.scss */
* + blockquote, *::before + blockquote, *::after + blockquote {
  margin-top: 20px; }

/*
 * Content
 */
/* line 495, resources/assets/styles/vendors/uikit/components/base.scss */
blockquote p:last-of-type {
  margin-bottom: 0; }

/* line 497, resources/assets/styles/vendors/uikit/components/base.scss */
blockquote footer {
  margin-top: 10px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #666; }
  /* line 143, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  blockquote footer::before {
    content: "\2014   "; }

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

/* line 522, resources/assets/styles/vendors/uikit/components/base.scss */
pre code {
  font-family: Consolas, monaco, monospace; }

/* Selection pseudo-element
 ========================================================================== */
/* line 528, resources/assets/styles/vendors/uikit/components/base.scss */
::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.
 */
/* line 543, resources/assets/styles/vendors/uikit/components/base.scss */
details,
main {
  /* 2 */
  display: block; }

/*
 * Add the correct display in all browsers.
 */
/* line 552, resources/assets/styles/vendors/uikit/components/base.scss */
summary {
  display: list-item; }

/*
 * Add the correct display in IE.
 */
/* line 558, resources/assets/styles/vendors/uikit/components/base.scss */
template {
  display: none; }

/* Pass media breakpoints to JS
 ========================================================================== */
/*
 * Breakpoints
 */
/* line 568, resources/assets/styles/vendors/uikit/components/base.scss */
.uk-breakpoint-s::before {
  content: "640px"; }

/* line 569, resources/assets/styles/vendors/uikit/components/base.scss */
.uk-breakpoint-m::before {
  content: "960px"; }

/* line 570, resources/assets/styles/vendors/uikit/components/base.scss */
.uk-breakpoint-l::before {
  content: "1200px"; }

/* line 571, resources/assets/styles/vendors/uikit/components/base.scss */
.uk-breakpoint-xl::before {
  content: "1600px"; }

/* line 573, resources/assets/styles/vendors/uikit/components/base.scss */
: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
 */
/* line 67, resources/assets/styles/vendors/uikit/components/table.scss */
.uk-table {
  /* 1 */
  border-collapse: collapse;
  border-spacing: 0;
  /* 2 */
  width: 100%;
  /* 3 */
  margin-bottom: 20px; }

/* Add margin if adjacent element */
/* line 79, resources/assets/styles/vendors/uikit/components/table.scss */
* + .uk-table, *::before + .uk-table, *::after + .uk-table {
  margin-top: 20px; }

/* Header cell
 ========================================================================== */
/*
 * 1. Style
 */
/* line 89, resources/assets/styles/vendors/uikit/components/table.scss */
.uk-table th {
  padding: 16px 12px;
  text-align: left;
  vertical-align: bottom;
  /* 1 */
  font-size: 0.875rem;
  font-weight: normal;
  color: #999;
  text-transform: uppercase; }

/* Cell
 ========================================================================== */
/* line 104, resources/assets/styles/vendors/uikit/components/table.scss */
.uk-table td {
  padding: 16px 12px;
  vertical-align: top; }

/*
 * Remove margin from the last-child
 */
/* line 114, resources/assets/styles/vendors/uikit/components/table.scss */
.uk-table td > :last-child {
  margin-bottom: 0; }

/* Footer
 ========================================================================== */
/* line 120, resources/assets/styles/vendors/uikit/components/table.scss */
.uk-table tfoot {
  font-size: 0.875rem; }

/* Caption
 ========================================================================== */
/* line 129, resources/assets/styles/vendors/uikit/components/table.scss */
.uk-table caption {
  font-size: 0.875rem;
  text-align: left;
  color: #999; }

/* Alignment modifier
 ========================================================================== */
/* line 140, resources/assets/styles/vendors/uikit/components/table.scss */
.uk-table-middle,
.uk-table-middle td {
  vertical-align: middle !important; }

/* Style modifiers
 ========================================================================== */
/*
 * Divider
 */
/* line 151, resources/assets/styles/vendors/uikit/components/table.scss */
.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
 */
/* line 162, resources/assets/styles/vendors/uikit/components/table.scss */
.uk-table-striped > tr:nth-of-type(odd),
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #f8f8f8;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5; }

/*
 * Hover
 */
/* line 172, resources/assets/styles/vendors/uikit/components/table.scss */
.uk-table-hover > tr:hover,
.uk-table-hover tbody tr:hover {
  background: #ffd; }

/* Active state
 ========================================================================== */
/* line 182, resources/assets/styles/vendors/uikit/components/table.scss */
.uk-table > tr.uk-active,
.uk-table tbody tr.uk-active {
  background: #ffd; }

/* Size modifier
 ========================================================================== */
/* line 191, resources/assets/styles/vendors/uikit/components/table.scss */
.uk-table-small th,
.uk-table-small td {
  padding: 10px 12px; }

/* line 197, resources/assets/styles/vendors/uikit/components/table.scss */
.uk-table-large th,
.uk-table-large td {
  padding: 22px 12px; }

/* Justify modifier
 ========================================================================== */
/* line 207, resources/assets/styles/vendors/uikit/components/table.scss */
.uk-table-justify th:first-child,
.uk-table-justify td:first-child {
  padding-left: 0; }

/* line 210, resources/assets/styles/vendors/uikit/components/table.scss */
.uk-table-justify th:last-child,
.uk-table-justify td:last-child {
  padding-right: 0; }

/* Cell size modifier
 ========================================================================== */
/* line 217, resources/assets/styles/vendors/uikit/components/table.scss */
.uk-table-shrink {
  width: 1px; }

/* line 218, resources/assets/styles/vendors/uikit/components/table.scss */
.uk-table-expand {
  min-width: 150px; }

/* Cell link modifier
 ========================================================================== */
/*
 * Does not work with `uk-table-justify` at the moment
 */
/* line 228, resources/assets/styles/vendors/uikit/components/table.scss */
.uk-table-link {
  padding: 0 !important; }

/* line 230, resources/assets/styles/vendors/uikit/components/table.scss */
.uk-table-link > a {
  display: block;
  padding: 16px 12px; }

/* line 235, resources/assets/styles/vendors/uikit/components/table.scss */
.uk-table-small .uk-table-link > a {
  padding: 10px 12px; }

/* Responsive table
 ========================================================================== */
/* Phone landscape and smaller */
@media (max-width: 959px) {
  /* line 245, resources/assets/styles/vendors/uikit/components/table.scss */
  .uk-table-responsive,
  .uk-table-responsive tbody,
  .uk-table-responsive th,
  .uk-table-responsive td,
  .uk-table-responsive tr {
    display: block; }
  /* line 251, resources/assets/styles/vendors/uikit/components/table.scss */
  .uk-table-responsive thead {
    display: none; }
  /* line 253, resources/assets/styles/vendors/uikit/components/table.scss */
  .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; }
  /* line 262, resources/assets/styles/vendors/uikit/components/table.scss */
  .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; }
  /* line 266, resources/assets/styles/vendors/uikit/components/table.scss */
  .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; }
  /* line 270, resources/assets/styles/vendors/uikit/components/table.scss */
  .uk-table-justify.uk-table-responsive th,
  .uk-table-justify.uk-table-responsive td {
    padding-left: 0;
    padding-right: 0; } }

/* line 2033, resources/assets/styles/vendors/uikit/mixins-theme.scss */
.uk-table tbody tr {
  transition: background-color 0.1s linear; }

/* ========================================================================
   Component: Icon
 ========================================================================== */
/*
 * Note: 1. - 7. is required for `button` elements. Needed for Close and Form Icon component.
 * 1. Remove margins in Chrome, Safari and Opera.
 * 2. Remove borders for `button`.
 * 3. Remove border-radius in Chrome.
 * 4. Address `overflow` set to `hidden` in IE.
 * 5. Correct `font` properties and `color` not being inherited for `button`.
 * 6. Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 7. Remove default `button` padding and background color
 * 8. Style
 * 9. Fill all SVG elements with the current text color if no `fill` attribute is set
 * 10. Let the container fit the height of the icon
 */
/* line 54, resources/assets/styles/vendors/uikit/components/icon.scss */
.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`. */
/* line 80, resources/assets/styles/vendors/uikit/components/icon.scss */
button.uk-icon:not(:disabled) {
  cursor: pointer; }

/*
 * Remove the inner border and padding in Firefox.
 */
/* line 86, resources/assets/styles/vendors/uikit/components/icon.scss */
.uk-icon::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * Set the fill and stroke color of all SVG elements to the current text color
 */
/* line 95, resources/assets/styles/vendors/uikit/components/icon.scss */
.uk-icon:not(.uk-preserve) [fill*='#']:not(.uk-preserve) {
  fill: currentcolor; }

/* line 96, resources/assets/styles/vendors/uikit/components/icon.scss */
.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
 */
/* line 102, resources/assets/styles/vendors/uikit/components/icon.scss */
.uk-icon > *, .uk-icon > *::before, .uk-icon > *::after {
  transform: translate(0, 0); }

/* Image modifier
 ========================================================================== */
/*
 * Display images in icon dimensions
 */
/* line 112, resources/assets/styles/vendors/uikit/components/icon.scss */
.uk-icon-image {
  width: 20px;
  height: 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle; }

/* Style modifiers
 ========================================================================== */
/*
 * Link
 */
/* line 129, resources/assets/styles/vendors/uikit/components/icon.scss */
.uk-icon-link {
  color: #999; }

/* line 134, resources/assets/styles/vendors/uikit/components/icon.scss */
.uk-icon-link:hover,
.uk-icon-link:focus {
  color: #666;
  outline: none; }

/* OnClick + Active */
/* line 142, resources/assets/styles/vendors/uikit/components/icon.scss */
.uk-icon-link:active,
.uk-active > .uk-icon-link {
  color: #595959; }

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

/* Hover + Focus */
/* line 169, resources/assets/styles/vendors/uikit/components/icon.scss */
.uk-icon-button:hover,
.uk-icon-button:focus {
  background-color: #ebebeb;
  color: #666;
  outline: none; }

/* OnClick + Active */
/* line 178, resources/assets/styles/vendors/uikit/components/icon.scss */
.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.
 */
/* line 40, resources/assets/styles/vendors/uikit/components/container.scss */
.uk-container {
  display: flow-root;
  /* 1 */
  box-sizing: content-box;
  max-width: 82.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.25rem;
  padding-right: 2.25rem; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  /* line 54, resources/assets/styles/vendors/uikit/components/container.scss */
  .uk-container {
    padding-left: 30px;
    padding-right: 30px; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* line 64, resources/assets/styles/vendors/uikit/components/container.scss */
  .uk-container {
    padding-left: 40px;
    padding-right: 40px; } }

/*
 * Remove margin from the last-child
 */
/* line 75, resources/assets/styles/vendors/uikit/components/container.scss */
.uk-container > :last-child {
  margin-bottom: 0; }

/*
 * Remove padding from nested containers
 */
/* line 81, resources/assets/styles/vendors/uikit/components/container.scss */
.uk-container .uk-container {
  padding-left: 0;
  padding-right: 0; }

/* Size modifier
 ========================================================================== */
/* line 90, resources/assets/styles/vendors/uikit/components/container.scss */
.uk-container-xsmall {
  max-width: 750px; }

/* line 92, resources/assets/styles/vendors/uikit/components/container.scss */
.uk-container-small {
  max-width: 900px; }

/* line 94, resources/assets/styles/vendors/uikit/components/container.scss */
.uk-container-large {
  max-width: 1400px; }

/* line 96, resources/assets/styles/vendors/uikit/components/container.scss */
.uk-container-xlarge {
  max-width: 1600px; }

/* line 98, resources/assets/styles/vendors/uikit/components/container.scss */
.uk-container-expand {
  max-width: none; }

/* Expand modifier
 ========================================================================== */
/*
 * Expand one side only
 */
/* line 108, resources/assets/styles/vendors/uikit/components/container.scss */
.uk-container-expand-left {
  margin-left: 0; }

/* line 109, resources/assets/styles/vendors/uikit/components/container.scss */
.uk-container-expand-right {
  margin-right: 0; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  /* line 114, resources/assets/styles/vendors/uikit/components/container.scss */
  .uk-container-expand-left.uk-container-xsmall,
  .uk-container-expand-right.uk-container-xsmall {
    max-width: calc(50% + (750px / 2) - 30px); }
  /* line 117, resources/assets/styles/vendors/uikit/components/container.scss */
  .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) {
  /* line 125, resources/assets/styles/vendors/uikit/components/container.scss */
  .uk-container-expand-left,
  .uk-container-expand-right {
    max-width: calc(50% + (82.5rem / 2) - 40px); }
  /* line 128, resources/assets/styles/vendors/uikit/components/container.scss */
  .uk-container-expand-left.uk-container-xsmall,
  .uk-container-expand-right.uk-container-xsmall {
    max-width: calc(50% + (750px / 2) - 40px); }
  /* line 131, resources/assets/styles/vendors/uikit/components/container.scss */
  .uk-container-expand-left.uk-container-small,
  .uk-container-expand-right.uk-container-small {
    max-width: calc(50% + (900px / 2) - 40px); }
  /* line 134, resources/assets/styles/vendors/uikit/components/container.scss */
  .uk-container-expand-left.uk-container-large,
  .uk-container-expand-right.uk-container-large {
    max-width: calc(50% + (1400px / 2) - 40px); }
  /* line 137, resources/assets/styles/vendors/uikit/components/container.scss */
  .uk-container-expand-left.uk-container-xlarge,
  .uk-container-expand-right.uk-container-xlarge {
    max-width: calc(50% + (1600px / 2) - 40px); } }

/* Item
 ========================================================================== */
/*
 * Utility classes to reset container padding on the left or right side
 * Note: It has to be negative margin on the item, because it's specific to the item.
 */
/* line 151, resources/assets/styles/vendors/uikit/components/container.scss */
.uk-container-item-padding-remove-left,
.uk-container-item-padding-remove-right {
  width: calc(100% + 2.25rem); }

/* line 154, resources/assets/styles/vendors/uikit/components/container.scss */
.uk-container-item-padding-remove-left {
  margin-left: -2.25rem; }

/* line 155, resources/assets/styles/vendors/uikit/components/container.scss */
.uk-container-item-padding-remove-right {
  margin-right: -2.25rem; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  /* line 160, resources/assets/styles/vendors/uikit/components/container.scss */
  .uk-container-item-padding-remove-left,
  .uk-container-item-padding-remove-right {
    width: calc(100% + 30px); }
  /* line 163, resources/assets/styles/vendors/uikit/components/container.scss */
  .uk-container-item-padding-remove-left {
    margin-left: -30px; }
  /* line 164, resources/assets/styles/vendors/uikit/components/container.scss */
  .uk-container-item-padding-remove-right {
    margin-right: -30px; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* line 171, resources/assets/styles/vendors/uikit/components/container.scss */
  .uk-container-item-padding-remove-left,
  .uk-container-item-padding-remove-right {
    width: calc(100% + 40px); }
  /* line 174, resources/assets/styles/vendors/uikit/components/container.scss */
  .uk-container-item-padding-remove-left {
    margin-left: -40px; }
  /* line 175, resources/assets/styles/vendors/uikit/components/container.scss */
  .uk-container-item-padding-remove-right {
    margin-right: -40px; } }

/* ========================================================================
   Component: Close
 ========================================================================== */
/*
 * Adopts `uk-icon`
 */
/* line 24, resources/assets/styles/vendors/uikit/components/close.scss */
.uk-close {
  color: #999;
  transition: 0.1s ease-in-out;
  transition-property: color, opacity; }

/* Hover + Focus */
/* line 30, resources/assets/styles/vendors/uikit/components/close.scss */
.uk-close:hover,
.uk-close:focus {
  color: #666;
  outline: none; }

/* ========================================================================
   Component: Spinner
 ========================================================================== */
/*
 * Adopts `uk-icon`
 */
/* SVG
 ========================================================================== */
/* line 35, resources/assets/styles/vendors/uikit/components/spinner.scss */
.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
 */
/* line 46, resources/assets/styles/vendors/uikit/components/spinner.scss */
.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: calc($spinner-circumference / 4);
    transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 88px;
    transform: rotate(450deg); } }

/* ========================================================================
   Component: Totop
 ========================================================================== */
/*
 * Addopts `uk-icon`
 */
/* line 28, resources/assets/styles/vendors/uikit/components/totop.scss */
.uk-totop {
  padding: 5px;
  color: #999;
  transition: color 0.1s ease-in-out; }

/* Hover + Focus */
/* line 35, resources/assets/styles/vendors/uikit/components/totop.scss */
.uk-totop:hover,
.uk-totop:focus {
  color: #666;
  outline: none; }

/* OnClick */
/* line 43, resources/assets/styles/vendors/uikit/components/totop.scss */
.uk-totop:active {
  color: #333; }

/* ========================================================================
   Component: Alert
 ========================================================================== */
/* line 45, resources/assets/styles/vendors/uikit/components/alert.scss */
.uk-alert {
  position: relative;
  margin-bottom: 20px;
  padding: 15px 29px 15px 15px;
  background: #f8f8f8;
  color: #666; }

/* Add margin if adjacent element */
/* line 55, resources/assets/styles/vendors/uikit/components/alert.scss */
* + .uk-alert, *::before + .uk-alert, *::after + .uk-alert {
  margin-top: 20px; }

/*
 * Remove margin from the last-child
 */
/* line 61, resources/assets/styles/vendors/uikit/components/alert.scss */
.uk-alert > :last-child {
  margin-bottom: 0; }

/* Close
 * Adopts `uk-close`
 ========================================================================== */
/* line 68, resources/assets/styles/vendors/uikit/components/alert.scss */
.uk-alert-close {
  position: absolute;
  top: 20px;
  right: 15px;
  color: inherit;
  opacity: 0.4; }

/*
 * Remove margin from adjacent element
 */
/* line 79, resources/assets/styles/vendors/uikit/components/alert.scss */
.uk-alert-close:first-child + *, .uk-alert-close:first-child + *::before, .uk-alert-close:first-child + *::after {
  margin-top: 0; }

/*
 * Hover + Focus
 */
/* line 85, resources/assets/styles/vendors/uikit/components/alert.scss */
.uk-alert-close:hover,
.uk-alert-close:focus {
  color: inherit;
  opacity: 0.8; }

/* Style modifiers
 ========================================================================== */
/*
 * Primary
 */
/* line 98, resources/assets/styles/vendors/uikit/components/alert.scss */
.uk-alert-primary {
  background: #d8eafc;
  color: #1e87f0; }

/*
 * Success
 */
/* line 108, resources/assets/styles/vendors/uikit/components/alert.scss */
.uk-alert-success {
  background: #edfbf6;
  color: #32d296; }

/*
 * Warning
 */
/* line 118, resources/assets/styles/vendors/uikit/components/alert.scss */
.uk-alert-warning {
  background: #fef5ee;
  color: #faa05a; }

/*
 * Danger
 */
/* line 128, resources/assets/styles/vendors/uikit/components/alert.scss */
.uk-alert-danger {
  background: #fef4f6;
  color: #f0506e; }

/*
     * Content
     */
/* line 53, resources/assets/styles/vendors/uikit/mixins-theme.scss */
.uk-alert h1,
.uk-alert h2,
.uk-alert h3,
.uk-alert h4,
.uk-alert h5,
.uk-alert h6 {
  color: inherit; }

/* line 60, resources/assets/styles/vendors/uikit/mixins-theme.scss */
.uk-alert a:not([class]) {
  color: inherit;
  text-decoration: underline; }

/* line 65, resources/assets/styles/vendors/uikit/mixins-theme.scss */
.uk-alert a:not([class]):hover {
  color: inherit;
  text-decoration: underline; }

/* ========================================================================
   Component: Placeholder
 ========================================================================== */
/* line 22, resources/assets/styles/vendors/uikit/components/placeholder.scss */
.uk-placeholder {
  margin-bottom: 20px;
  padding: 30px 30px;
  background: transparent;
  border: 1px dashed #e5e5e5; }

/* Add margin if adjacent element */
/* line 30, resources/assets/styles/vendors/uikit/components/placeholder.scss */
* + .uk-placeholder, *::before + .uk-placeholder, *::after + .uk-placeholder {
  margin-top: 20px; }

/*
 * Remove margin from the last-child
 */
/* line 36, resources/assets/styles/vendors/uikit/components/placeholder.scss */
.uk-placeholder > :last-child {
  margin-bottom: 0; }

/* ========================================================================
   Component: Accordion
 ========================================================================== */
/* line 31, resources/assets/styles/vendors/uikit/components/accordion.scss */
.uk-accordion {
  padding: 0;
  list-style: none; }

/* Item
 ========================================================================== */
/* line 41, resources/assets/styles/vendors/uikit/components/accordion.scss */
.uk-accordion > :nth-child(n+2) {
  margin-top: 20px; }

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

/* Hover + Focus */
/* line 59, resources/assets/styles/vendors/uikit/components/accordion.scss */
.uk-accordion-title:hover,
.uk-accordion-title:focus {
  color: #666;
  text-decoration: none;
  outline: none; }

/* Content
 ========================================================================== */
/* line 71, resources/assets/styles/vendors/uikit/components/accordion.scss */
.uk-accordion-content {
  display: flow-root;
  margin-top: 20px; }

/*
 * Remove margin from the last-child
 */
/* line 81, resources/assets/styles/vendors/uikit/components/accordion.scss */
.uk-accordion-content > :last-child {
  margin-bottom: 0; }

/* ========================================================================
   Component: Drop
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Set a default width
 */
/* line 38, resources/assets/styles/vendors/uikit/components/drop.scss */
.uk-drop {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1020;
  /* 3 */
  box-sizing: border-box;
  width: 300px; }

/* Show */
/* line 50, resources/assets/styles/vendors/uikit/components/drop.scss */
.uk-drop.uk-open {
  display: block; }

/* Direction / Alignment modifiers
 ========================================================================== */
/* Direction */
/* line 57, resources/assets/styles/vendors/uikit/components/drop.scss */
[class*='uk-drop-top'] {
  margin-top: -20px; }

/* line 58, resources/assets/styles/vendors/uikit/components/drop.scss */
[class*='uk-drop-bottom'] {
  margin-top: 20px; }

/* line 59, resources/assets/styles/vendors/uikit/components/drop.scss */
[class*='uk-drop-left'] {
  margin-left: -20px; }

/* line 60, resources/assets/styles/vendors/uikit/components/drop.scss */
[class*='uk-drop-right'] {
  margin-left: 20px; }

/* Grid modifiers
 ========================================================================== */
/* line 66, resources/assets/styles/vendors/uikit/components/drop.scss */
.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
 */
/* line 50, resources/assets/styles/vendors/uikit/components/dropdown.scss */
.uk-dropdown {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1020;
  /* 3 */
  box-sizing: border-box;
  min-width: 200px;
  /* 4 */
  padding: 25px;
  background: #fff;
  color: #666;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15); }

/* Show */
/* line 67, resources/assets/styles/vendors/uikit/components/dropdown.scss */
.uk-dropdown.uk-open {
  display: block; }

/* Nav
 * Adopts `uk-nav`
 ========================================================================== */
/* line 74, resources/assets/styles/vendors/uikit/components/dropdown.scss */
.uk-dropdown-nav {
  white-space: nowrap;
  font-size: 0.875rem; }

/*
 * Items
 */
/* line 83, resources/assets/styles/vendors/uikit/components/dropdown.scss */
.uk-dropdown-nav > li > a {
  color: #999; }

/* Hover + Focus + Active */
/* line 89, resources/assets/styles/vendors/uikit/components/dropdown.scss */
.uk-dropdown-nav > li > a:hover,
.uk-dropdown-nav > li > a:focus,
.uk-dropdown-nav > li.uk-active > a {
  color: #666; }

/*
 * Header
 */
/* line 100, resources/assets/styles/vendors/uikit/components/dropdown.scss */
.uk-dropdown-nav .uk-nav-header {
  color: #333; }

/*
 * Divider
 */
/* line 109, resources/assets/styles/vendors/uikit/components/dropdown.scss */
.uk-dropdown-nav .uk-nav-divider {
  border-top: 1px solid #e5e5e5; }

/*
 * Sublists
 */
/* line 118, resources/assets/styles/vendors/uikit/components/dropdown.scss */
.uk-dropdown-nav .uk-nav-sub a {
  color: #999; }

/* line 120, resources/assets/styles/vendors/uikit/components/dropdown.scss */
.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 */
/* line 129, resources/assets/styles/vendors/uikit/components/dropdown.scss */
[class*='uk-dropdown-top'] {
  margin-top: -10px; }

/* line 130, resources/assets/styles/vendors/uikit/components/dropdown.scss */
[class*='uk-dropdown-bottom'] {
  margin-top: 10px; }

/* line 131, resources/assets/styles/vendors/uikit/components/dropdown.scss */
[class*='uk-dropdown-left'] {
  margin-left: -10px; }

/* line 132, resources/assets/styles/vendors/uikit/components/dropdown.scss */
[class*='uk-dropdown-right'] {
  margin-left: 10px; }

/* Grid modifiers
 ========================================================================== */
/* line 138, resources/assets/styles/vendors/uikit/components/dropdown.scss */
.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
 */
/* line 79, resources/assets/styles/vendors/uikit/components/modal.scss */
.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) {
  /* line 105, resources/assets/styles/vendors/uikit/components/modal.scss */
  .uk-modal {
    padding: 50px 30px; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* line 112, resources/assets/styles/vendors/uikit/components/modal.scss */
  .uk-modal {
    padding-left: 40px;
    padding-right: 40px; } }

/*
 * Open
 */
/* line 123, resources/assets/styles/vendors/uikit/components/modal.scss */
.uk-modal.uk-open {
  opacity: 1; }

/* Page
 ========================================================================== */
/*
 * Prevent scrollbars
 */
/* line 133, resources/assets/styles/vendors/uikit/components/modal.scss */
.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
 */
/* line 148, resources/assets/styles/vendors/uikit/components/modal.scss */
.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
 */
/* line 171, resources/assets/styles/vendors/uikit/components/modal.scss */
.uk-open > .uk-modal-dialog {
  opacity: 1;
  transform: translateY(0); }

/* Size modifier
 ========================================================================== */
/*
 * Container size
 * Take the same size as the Container component
 */
/* line 185, resources/assets/styles/vendors/uikit/components/modal.scss */
.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 */
/* line 194, resources/assets/styles/vendors/uikit/components/modal.scss */
.uk-modal-full {
  padding: 0;
  background: none; }

/* 2 */
/* line 200, resources/assets/styles/vendors/uikit/components/modal.scss */
.uk-modal-full .uk-modal-dialog {
  margin: 0;
  width: 100%;
  max-width: 100%;
  transform: translateY(0); }

/* Sections
 ========================================================================== */
/* line 212, resources/assets/styles/vendors/uikit/components/modal.scss */
.uk-modal-body {
  display: flow-root;
  padding: 30px 30px; }

/* line 218, resources/assets/styles/vendors/uikit/components/modal.scss */
.uk-modal-header {
  display: flow-root;
  padding: calc($modal-header-padding-horizontal / 2) 30px;
  background: #fff;
  border-bottom: 1px solid #e5e5e5; }

/* line 225, resources/assets/styles/vendors/uikit/components/modal.scss */
.uk-modal-footer {
  display: flow-root;
  padding: calc($modal-footer-padding-horizontal / 2) 30px;
  background: #fff;
  border-top: 1px solid #e5e5e5; }

/*
 * Remove margin from the last-child
 */
/* line 236, resources/assets/styles/vendors/uikit/components/modal.scss */
.uk-modal-body > :last-child,
.uk-modal-header > :last-child,
.uk-modal-footer > :last-child {
  margin-bottom: 0; }

/* Title
 ========================================================================== */
/* line 244, resources/assets/styles/vendors/uikit/components/modal.scss */
.uk-modal-title {
  font-size: 2rem;
  line-height: 1.3; }

/* Close
 * Adopts `uk-close`
 ========================================================================== */
/* line 255, resources/assets/styles/vendors/uikit/components/modal.scss */
[class*='uk-modal-close-'] {
  position: absolute;
  z-index: 1010;
  top: 10px;
  right: 10px;
  padding: 5px; }

/*
 * Remove margin from adjacent element
 */
/* line 268, resources/assets/styles/vendors/uikit/components/modal.scss */
[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
 */
/* line 295, resources/assets/styles/vendors/uikit/components/modal.scss */
.uk-modal-close-outside {
  top: 0;
  /* 1 */
  right: -5px;
  transform: translate(0, -100%);
  color: white; }

/* line 304, resources/assets/styles/vendors/uikit/components/modal.scss */
.uk-modal-close-outside:hover {
  color: #fff; }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* 1 */
  /* line 313, resources/assets/styles/vendors/uikit/components/modal.scss */
  .uk-modal-close-outside {
    right: 0;
    transform: translate(100%, -100%); } }

/*
 * Full
 */
/* line 324, resources/assets/styles/vendors/uikit/components/modal.scss */
.uk-modal-close-full {
  top: 0;
  right: 0;
  padding: 20px;
  background: #fff; }

/* ========================================================================
   Component: Slideshow
 ========================================================================== */
/*
 * 1. Prevent tab highlighting on iOS.
 */
/* line 21, resources/assets/styles/vendors/uikit/components/slideshow.scss */
.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.
 */
/* line 38, resources/assets/styles/vendors/uikit/components/slideshow.scss */
.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
 */
/* line 65, resources/assets/styles/vendors/uikit/components/slideshow.scss */
.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 */
/* line 82, resources/assets/styles/vendors/uikit/components/slideshow.scss */
.uk-slideshow-items > :focus {
  outline: none; }

/*
 * Hide not active items
 */
/* line 88, resources/assets/styles/vendors/uikit/components/slideshow.scss */
.uk-slideshow-items > :not(.uk-active) {
  display: none; }

/* ========================================================================
   Component: Slider
 ========================================================================== */
/*
 * 1. Prevent tab highlighting on iOS.
 */
/* line 31, resources/assets/styles/vendors/uikit/components/slider.scss */
.uk-slider {
  /* 1 */
  -webkit-tap-highlight-color: transparent; }

/* Container
 ========================================================================== */
/*
 * Clip child elements
 */
/* line 45, resources/assets/styles/vendors/uikit/components/slider.scss */
.uk-slider-container {
  overflow: hidden; }

/*
 * Widen container to prevent box-shadows from clipping, `large-box-shadow`
 */
/* line 51, resources/assets/styles/vendors/uikit/components/slider.scss */
.uk-slider-container-offset {
  margin: -11px -25px -39px -25px;
  padding: 11px 25px 39px 25px; }

/* Items
 ========================================================================== */
/*
 * 1. Optimize animation
 * 2. Create a containing block. In Safari it's neither created by `transform` nor `will-change`.
 */
/* line 64, resources/assets/styles/vendors/uikit/components/slider.scss */
.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.
 */
/* line 76, resources/assets/styles/vendors/uikit/components/slider.scss */
.uk-slider-items:not(.uk-grid) {
  display: flex;
  /* 1 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 2 */
  -webkit-touch-callout: none; }

/* line 86, resources/assets/styles/vendors/uikit/components/slider.scss */
.uk-slider-items.uk-grid {
  flex-wrap: nowrap; }

/* Item
 ========================================================================== */
/*
 * 1. Let items take content dimensions (0 0 auto)
 *    `max-width` needed to keep image responsiveness and prevent content overflow
 * 3. Create position context
 * 4. Disable horizontal panning gestures in IE11 and Edge
 * 5. Suppress outline on focus
 */
/* line 100, resources/assets/styles/vendors/uikit/components/slider.scss */
.uk-slider-items > *, .uk-slider-items > *::before, .uk-slider-items > *::after {
  /* 1 */
  flex: none;
  max-width: 100%;
  /* 3 */
  position: relative;
  /* 4 */
  touch-action: pan-y; }

/* 5 */
/* line 111, resources/assets/styles/vendors/uikit/components/slider.scss */
.uk-slider-items > :focus {
  outline: none; }

/* ========================================================================
   Component: Sticky
 ========================================================================== */
/*
 * 1. Force new layer to resolve frame rate issues on devices with lower frame rates
 */
/* line 30, resources/assets/styles/vendors/uikit/components/sticky.scss */
.uk-sticky-fixed {
  z-index: 980;
  box-sizing: border-box;
  margin: 0 !important;
  /* 1 */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/*
 * Faster animations
 */
/* line 43, resources/assets/styles/vendors/uikit/components/sticky.scss */
.uk-sticky[class*='uk-animation-'] {
  animation-duration: 0.2s; }

/* line 45, resources/assets/styles/vendors/uikit/components/sticky.scss */
.uk-sticky.uk-animation-reverse {
  animation-duration: 0.2s; }

/* ========================================================================
   Component: Off-canvas
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 */
/* line 53, resources/assets/styles/vendors/uikit/components/offcanvas.scss */
.uk-offcanvas {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1000; }

/*
 * Flip modifier
 */
/* line 68, resources/assets/styles/vendors/uikit/components/offcanvas.scss */
.uk-offcanvas-flip .uk-offcanvas {
  right: 0;
  left: auto; }

/* Bar
 ========================================================================== */
/*
 * 1. Set position
 * 2. Size and style
 * 3. Allow scrolling
 */
/* line 83, resources/assets/styles/vendors/uikit/components/offcanvas.scss */
.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) {
  /* line 103, resources/assets/styles/vendors/uikit/components/offcanvas.scss */
  .uk-offcanvas-bar {
    left: -350px;
    width: 350px;
    padding: 40px 40px; } }

/* Flip modifier */
/* line 116, resources/assets/styles/vendors/uikit/components/offcanvas.scss */
.uk-offcanvas-flip .uk-offcanvas-bar {
  left: auto;
  right: -270px; }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* line 124, resources/assets/styles/vendors/uikit/components/offcanvas.scss */
  .uk-offcanvas-flip .uk-offcanvas-bar {
    right: -350px; } }

/*
 * Open
 */
/* line 132, resources/assets/styles/vendors/uikit/components/offcanvas.scss */
.uk-open > .uk-offcanvas-bar {
  left: 0; }

/* line 133, resources/assets/styles/vendors/uikit/components/offcanvas.scss */
.uk-offcanvas-flip .uk-open > .uk-offcanvas-bar {
  left: auto;
  right: 0; }

/*
 * Slide Animation (Used in slide and push mode)
 */
/* line 142, resources/assets/styles/vendors/uikit/components/offcanvas.scss */
.uk-offcanvas-bar-animation {
  transition: left 0.3s ease-out; }

/* line 143, resources/assets/styles/vendors/uikit/components/offcanvas.scss */
.uk-offcanvas-flip .uk-offcanvas-bar-animation {
  transition-property: right; }

/*
 * Reveal Animation
 * 1. Set position
 * 2. Clip the bar
 * 3. Animation
 * 4. Reset position
 */
/* line 153, resources/assets/styles/vendors/uikit/components/offcanvas.scss */
.uk-offcanvas-reveal {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  width: 0;
  overflow: hidden;
  /* 3 */
  transition: width 0.3s ease-out; }

/* line 166, resources/assets/styles/vendors/uikit/components/offcanvas.scss */
.uk-offcanvas-reveal .uk-offcanvas-bar {
  /* 4 */
  left: 0; }

/* line 171, resources/assets/styles/vendors/uikit/components/offcanvas.scss */
.uk-offcanvas-flip .uk-offcanvas-reveal .uk-offcanvas-bar {
  /* 4 */
  left: auto;
  right: 0; }

/* line 177, resources/assets/styles/vendors/uikit/components/offcanvas.scss */
.uk-open > .uk-offcanvas-reveal {
  width: 270px; }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* line 182, resources/assets/styles/vendors/uikit/components/offcanvas.scss */
  .uk-open > .uk-offcanvas-reveal {
    width: 350px; } }

/*
 * Flip modifier
 */
/* line 190, resources/assets/styles/vendors/uikit/components/offcanvas.scss */
.uk-offcanvas-flip .uk-offcanvas-reveal {
  right: 0;
  left: auto; }

/* Close
 * Adopts `uk-close`
 ========================================================================== */
/* line 200, resources/assets/styles/vendors/uikit/components/offcanvas.scss */
.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.
 */
/* line 219, resources/assets/styles/vendors/uikit/components/offcanvas.scss */
.uk-offcanvas-overlay {
  /* 1 */
  width: 100vw;
  /* 2 */
  touch-action: none; }

/*
 * 1. Mask the whole page
 * 2. Fade-in transition
 */
/* line 231, resources/assets/styles/vendors/uikit/components/offcanvas.scss */
.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; }

/* line 246, resources/assets/styles/vendors/uikit/components/offcanvas.scss */
.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`
 */
/* line 257, resources/assets/styles/vendors/uikit/components/offcanvas.scss */
.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
 */
/* line 271, resources/assets/styles/vendors/uikit/components/offcanvas.scss */
.uk-offcanvas-container {
  position: relative;
  left: 0;
  transition: left 0.3s ease-out;
  /* 1 */
  box-sizing: border-box;
  width: 100%; }

/*
 * Activate slide-out animation
 */
/* line 284, resources/assets/styles/vendors/uikit/components/offcanvas.scss */
:not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
  left: 270px; }

/* line 286, resources/assets/styles/vendors/uikit/components/offcanvas.scss */
.uk-offcanvas-flip.uk-offcanvas-container-animation {
  left: -270px; }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* line 291, resources/assets/styles/vendors/uikit/components/offcanvas.scss */
  :not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
    left: 350px; }
  /* line 293, resources/assets/styles/vendors/uikit/components/offcanvas.scss */
  .uk-offcanvas-flip.uk-offcanvas-container-animation {
    left: -350px; } }

/* ========================================================================
   Component: Switcher
 ========================================================================== */
/*
 * Reset list
 */
/* line 19, resources/assets/styles/vendors/uikit/components/switcher.scss */
.uk-switcher {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Items
 ========================================================================== */
/*
 * Hide not active items
 */
/* line 33, resources/assets/styles/vendors/uikit/components/switcher.scss */
.uk-switcher > :not(.uk-active) {
  display: none; }

/*
 * Remove margin from the last-child
 */
/* line 39, resources/assets/styles/vendors/uikit/components/switcher.scss */
.uk-switcher > * > :last-child, .uk-switcher > *::before > :last-child, .uk-switcher > *::after > :last-child {
  margin-bottom: 0; }

/* ========================================================================
   Component: Leader
 ========================================================================== */
/* line 20, resources/assets/styles/vendors/uikit/components/leader.scss */
.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
 */
/* line 29, resources/assets/styles/vendors/uikit/components/leader.scss */
.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
 */
/* line 46, resources/assets/styles/vendors/uikit/components/leader.scss */
.uk-leader-fill.uk-leader-hide::after {
  display: none; }

/*
 * Pass fill character to JS
 */
/* line 52, resources/assets/styles/vendors/uikit/components/leader.scss */
.uk-leader-fill-content::before {
  content: "."; }

/* line 53, resources/assets/styles/vendors/uikit/components/leader.scss */
:root {
  --uk-leader-fill-content: .; }

/* ========================================================================
   Component: Notification
 ========================================================================== */
/*
 * 1. Set position
 * 2. Dimensions
 */
/* line 55, resources/assets/styles/vendors/uikit/components/notification.scss */
.uk-notification {
  /* 1 */
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1040;
  /* 2 */
  box-sizing: border-box;
  width: 350px; }

/* Position modifiers
========================================================================== */
/* line 71, resources/assets/styles/vendors/uikit/components/notification.scss */
.uk-notification-top-right,
.uk-notification-bottom-right {
  left: auto;
  right: 10px; }

/* line 77, resources/assets/styles/vendors/uikit/components/notification.scss */
.uk-notification-top-center,
.uk-notification-bottom-center {
  left: 50%;
  margin-left: calc($notification-width / -2); }

/* line 83, resources/assets/styles/vendors/uikit/components/notification.scss */
.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) {
  /* line 97, resources/assets/styles/vendors/uikit/components/notification.scss */
  .uk-notification {
    left: 10px;
    right: 10px;
    width: auto;
    margin: 0; } }

/* Message
========================================================================== */
/* line 110, resources/assets/styles/vendors/uikit/components/notification.scss */
.uk-notification-message {
  position: relative;
  padding: 15px;
  background: #f8f8f8;
  color: #666;
  font-size: 1.25rem;
  line-height: 1.4;
  cursor: pointer; }

/* line 121, resources/assets/styles/vendors/uikit/components/notification.scss */
* + .uk-notification-message, *::before + .uk-notification-message, *::after + .uk-notification-message {
  margin-top: 10px; }

/* Close
 * Adopts `uk-close`
 ========================================================================== */
/* line 128, resources/assets/styles/vendors/uikit/components/notification.scss */
.uk-notification-close {
  display: none;
  position: absolute;
  top: 20px;
  right: 15px; }

/* line 136, resources/assets/styles/vendors/uikit/components/notification.scss */
.uk-notification-message:hover .uk-notification-close {
  display: block; }

/* Style modifiers
 ========================================================================== */
/*
 * Primary
 */
/* line 146, resources/assets/styles/vendors/uikit/components/notification.scss */
.uk-notification-message-primary {
  color: #1e87f0; }

/*
 * Success
 */
/* line 155, resources/assets/styles/vendors/uikit/components/notification.scss */
.uk-notification-message-success {
  color: #32d296; }

/*
 * Warning
 */
/* line 164, resources/assets/styles/vendors/uikit/components/notification.scss */
.uk-notification-message-warning {
  color: #faa05a; }

/*
 * Danger
 */
/* line 173, resources/assets/styles/vendors/uikit/components/notification.scss */
.uk-notification-message-danger {
  color: #f0506e; }

/* ========================================================================
   Component: Tooltip
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Position
 * 3. Remove tooltip from document flow to keep the UIkit container from changing its size when injected into the document initially
 * 4. Dimensions
 * 5. Style
 */
/* line 47, resources/assets/styles/vendors/uikit/components/tooltip.scss */
.uk-tooltip {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1030;
  /* 3 */
  top: 0;
  /* 4 */
  box-sizing: border-box;
  max-width: 200px;
  padding: 3px 6px;
  /* 5 */
  background: #666;
  border-radius: 2px;
  color: #fff;
  font-size: 12px; }

/* Show */
/* line 68, resources/assets/styles/vendors/uikit/components/tooltip.scss */
.uk-tooltip.uk-active {
  display: block; }

/* Direction / Alignment modifiers
 ========================================================================== */
/* Direction */
/* line 75, resources/assets/styles/vendors/uikit/components/tooltip.scss */
[class*='uk-tooltip-top'] {
  margin-top: -10px; }

/* line 76, resources/assets/styles/vendors/uikit/components/tooltip.scss */
[class*='uk-tooltip-bottom'] {
  margin-top: 10px; }

/* line 77, resources/assets/styles/vendors/uikit/components/tooltip.scss */
[class*='uk-tooltip-left'] {
  margin-left: -10px; }

/* line 78, resources/assets/styles/vendors/uikit/components/tooltip.scss */
[class*='uk-tooltip-right'] {
  margin-left: 10px; }

/* ========================================================================
   Component: Sortable
 ========================================================================== */
/* line 31, resources/assets/styles/vendors/uikit/components/sortable.scss */
.uk-sortable {
  position: relative; }

/*
 * Remove margin from the last-child
 */
/* line 40, resources/assets/styles/vendors/uikit/components/sortable.scss */
.uk-sortable > :last-child {
  margin-bottom: 0; }

/* Drag
 ========================================================================== */
/* line 46, resources/assets/styles/vendors/uikit/components/sortable.scss */
.uk-sortable-drag {
  position: fixed !important;
  z-index: 1050 !important;
  pointer-events: none; }

/* Placeholder
 ========================================================================== */
/* line 57, resources/assets/styles/vendors/uikit/components/sortable.scss */
.uk-sortable-placeholder {
  opacity: 0;
  pointer-events: none; }

/* Empty modifier
 ========================================================================== */
/* line 67, resources/assets/styles/vendors/uikit/components/sortable.scss */
.uk-sortable-empty {
  min-height: 50px; }

/* Handle
 ========================================================================== */
/* Hover */
/* line 77, resources/assets/styles/vendors/uikit/components/sortable.scss */
.uk-sortable-handle:hover {
  cursor: move; }

/* ========================================================================
   Component: Countdown
 ========================================================================== */
/* Item
 ========================================================================== */
/* Number
 ========================================================================== */
/*
 * 1. Make numbers all of the same size to prevent jumping. Must be supported by the font.
 * 2. Style
 */
/* line 54, resources/assets/styles/vendors/uikit/components/countdown.scss */
.uk-countdown-number {
  /* 1 */
  font-variant-numeric: tabular-nums;
  /* 2 */
  font-size: 2rem;
  line-height: 0.8; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  /* line 66, resources/assets/styles/vendors/uikit/components/countdown.scss */
  .uk-countdown-number {
    font-size: 4rem; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* line 73, resources/assets/styles/vendors/uikit/components/countdown.scss */
  .uk-countdown-number {
    font-size: 6rem; } }

/* Separator
 ========================================================================== */
/* line 81, resources/assets/styles/vendors/uikit/components/countdown.scss */
.uk-countdown-separator {
  font-size: 1rem;
  line-height: 1.6; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  /* line 90, resources/assets/styles/vendors/uikit/components/countdown.scss */
  .uk-countdown-separator {
    font-size: 2rem; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* line 97, resources/assets/styles/vendors/uikit/components/countdown.scss */
  .uk-countdown-separator {
    font-size: 3rem; } }

/* Label
 ========================================================================== */
/* ========================================================================
   Component: Grid
 ========================================================================== */
/*
 * 1. Allow cells to wrap into the next line
 * 2. Reset list
 */
/* line 58, resources/assets/styles/vendors/uikit/components/grid.scss */
.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
 */
/* line 74, resources/assets/styles/vendors/uikit/components/grid.scss */
.uk-grid > *, .uk-grid > *::before, .uk-grid > *::after {
  margin: 0; }

/*
 * Remove margin from the last-child
 */
/* line 80, resources/assets/styles/vendors/uikit/components/grid.scss */
.uk-grid > * > :last-child, .uk-grid > *::before > :last-child, .uk-grid > *::after > :last-child {
  margin-bottom: 0; }

/* Gutter
 ========================================================================== */
/*
 * Default
 */
/* Horizontal */
/* line 91, resources/assets/styles/vendors/uikit/components/grid.scss */
.uk-grid {
  margin-left: -30px; }

/* line 92, resources/assets/styles/vendors/uikit/components/grid.scss */
.uk-grid > *, .uk-grid > *::before, .uk-grid > *::after {
  padding-left: 30px; }

/* Vertical */
/* line 95, resources/assets/styles/vendors/uikit/components/grid.scss */
.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 */
  /* line 103, resources/assets/styles/vendors/uikit/components/grid.scss */
  .uk-grid {
    margin-left: -40px; }
  /* line 104, resources/assets/styles/vendors/uikit/components/grid.scss */
  .uk-grid > *, .uk-grid > *::before, .uk-grid > *::after {
    padding-left: 40px; }
  /* Vertical */
  /* line 107, resources/assets/styles/vendors/uikit/components/grid.scss */
  .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 */
/* line 118, resources/assets/styles/vendors/uikit/components/grid.scss */
.uk-grid-small,
.uk-grid-column-small {
  margin-left: -15px; }

/* line 120, resources/assets/styles/vendors/uikit/components/grid.scss */
.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 */
/* line 124, resources/assets/styles/vendors/uikit/components/grid.scss */
.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 */
/* line 135, resources/assets/styles/vendors/uikit/components/grid.scss */
.uk-grid-medium,
.uk-grid-column-medium {
  margin-left: -30px; }

/* line 137, resources/assets/styles/vendors/uikit/components/grid.scss */
.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 */
/* line 141, resources/assets/styles/vendors/uikit/components/grid.scss */
.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 */
/* line 152, resources/assets/styles/vendors/uikit/components/grid.scss */
.uk-grid-large,
.uk-grid-column-large {
  margin-left: -40px; }

/* line 154, resources/assets/styles/vendors/uikit/components/grid.scss */
.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 */
/* line 158, resources/assets/styles/vendors/uikit/components/grid.scss */
.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 */
  /* line 168, resources/assets/styles/vendors/uikit/components/grid.scss */
  .uk-grid-large,
  .uk-grid-column-large {
    margin-left: -70px; }
  /* line 170, resources/assets/styles/vendors/uikit/components/grid.scss */
  .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 */
  /* line 174, resources/assets/styles/vendors/uikit/components/grid.scss */
  .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 */
/* line 187, resources/assets/styles/vendors/uikit/components/grid.scss */
.uk-grid-collapse,
.uk-grid-column-collapse {
  margin-left: 0; }

/* line 189, resources/assets/styles/vendors/uikit/components/grid.scss */
.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 */
/* line 193, resources/assets/styles/vendors/uikit/components/grid.scss */
.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
 ========================================================================== */
/* line 202, resources/assets/styles/vendors/uikit/components/grid.scss */
.uk-grid-divider > *, .uk-grid-divider > *::before, .uk-grid-divider > *::after {
  position: relative; }

/* line 204, resources/assets/styles/vendors/uikit/components/grid.scss */
.uk-grid-divider > :not(.uk-first-column)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border-left: 1px solid #e5e5e5; }

/* Vertical */
/* line 214, resources/assets/styles/vendors/uikit/components/grid.scss */
.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-top: 1px solid #e5e5e5; }

/*
 * Default
 */
/* Horizontal */
/* line 228, resources/assets/styles/vendors/uikit/components/grid.scss */
.uk-grid-divider {
  margin-left: -60px; }

/* line 229, resources/assets/styles/vendors/uikit/components/grid.scss */
.uk-grid-divider > *, .uk-grid-divider > *::before, .uk-grid-divider > *::after {
  padding-left: 60px; }

/* line 231, resources/assets/styles/vendors/uikit/components/grid.scss */
.uk-grid-divider > :not(.uk-first-column)::before {
  left: 30px; }

/* Vertical */
/* line 234, resources/assets/styles/vendors/uikit/components/grid.scss */
.uk-grid-divider.uk-grid-stack > .uk-grid-margin {
  margin-top: 60px; }

/* line 236, resources/assets/styles/vendors/uikit/components/grid.scss */
.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  top: -30px;
  left: 60px; }

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Horizontal */
  /* line 245, resources/assets/styles/vendors/uikit/components/grid.scss */
  .uk-grid-divider {
    margin-left: -80px; }
  /* line 246, resources/assets/styles/vendors/uikit/components/grid.scss */
  .uk-grid-divider > *, .uk-grid-divider > *::before, .uk-grid-divider > *::after {
    padding-left: 80px; }
  /* line 248, resources/assets/styles/vendors/uikit/components/grid.scss */
  .uk-grid-divider > :not(.uk-first-column)::before {
    left: 40px; }
  /* Vertical */
  /* line 251, resources/assets/styles/vendors/uikit/components/grid.scss */
  .uk-grid-divider.uk-grid-stack > .uk-grid-margin {
    margin-top: 80px; }
  /* line 253, resources/assets/styles/vendors/uikit/components/grid.scss */
  .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
    top: -40px;
    left: 80px; } }

/*
 * Small
 */
/* Horizontal */
/* line 265, resources/assets/styles/vendors/uikit/components/grid.scss */
.uk-grid-divider.uk-grid-small,
.uk-grid-divider.uk-grid-column-small {
  margin-left: -30px; }

/* line 267, resources/assets/styles/vendors/uikit/components/grid.scss */
.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; }

/* line 270, resources/assets/styles/vendors/uikit/components/grid.scss */
.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 */
/* line 274, resources/assets/styles/vendors/uikit/components/grid.scss */
.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; }

/* line 277, resources/assets/styles/vendors/uikit/components/grid.scss */
.uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin::before {
  top: -15px;
  left: 30px; }

/* line 282, resources/assets/styles/vendors/uikit/components/grid.scss */
.uk-grid-divider.uk-grid-row-small.uk-grid-stack > .uk-grid-margin::before {
  top: -15px; }

/* line 283, resources/assets/styles/vendors/uikit/components/grid.scss */
.uk-grid-divider.uk-grid-column-small.uk-grid-stack > .uk-grid-margin::before {
  left: 30px; }

/*
 * Medium
 */
/* Horizontal */
/* line 290, resources/assets/styles/vendors/uikit/components/grid.scss */
.uk-grid-divider.uk-grid-medium,
.uk-grid-divider.uk-grid-column-medium {
  margin-left: -60px; }

/* line 292, resources/assets/styles/vendors/uikit/components/grid.scss */
.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; }

/* line 295, resources/assets/styles/vendors/uikit/components/grid.scss */
.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 */
/* line 299, resources/assets/styles/vendors/uikit/components/grid.scss */
.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; }

/* line 302, resources/assets/styles/vendors/uikit/components/grid.scss */
.uk-grid-divider.uk-grid-medium.uk-grid-stack > .uk-grid-margin::before {
  top: -30px;
  left: 60px; }

/* line 307, resources/assets/styles/vendors/uikit/components/grid.scss */
.uk-grid-divider.uk-grid-row-medium.uk-grid-stack > .uk-grid-margin::before {
  top: -30px; }

/* line 308, resources/assets/styles/vendors/uikit/components/grid.scss */
.uk-grid-divider.uk-grid-column-medium.uk-grid-stack > .uk-grid-margin::before {
  left: 60px; }

/*
 * Large
 */
/* Horizontal */
/* line 315, resources/assets/styles/vendors/uikit/components/grid.scss */
.uk-grid-divider.uk-grid-large,
.uk-grid-divider.uk-grid-column-large {
  margin-left: -80px; }

/* line 317, resources/assets/styles/vendors/uikit/components/grid.scss */
.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; }

/* line 320, resources/assets/styles/vendors/uikit/components/grid.scss */
.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 */
/* line 324, resources/assets/styles/vendors/uikit/components/grid.scss */
.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; }

/* line 327, resources/assets/styles/vendors/uikit/components/grid.scss */
.uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before {
  top: -40px;
  left: 80px; }

/* line 332, resources/assets/styles/vendors/uikit/components/grid.scss */
.uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin::before {
  top: -40px; }

/* line 333, resources/assets/styles/vendors/uikit/components/grid.scss */
.uk-grid-divider.uk-grid-column-large.uk-grid-stack > .uk-grid-margin::before {
  left: 80px; }

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Horizontal */
  /* line 339, resources/assets/styles/vendors/uikit/components/grid.scss */
  .uk-grid-divider.uk-grid-large,
  .uk-grid-divider.uk-grid-column-large {
    margin-left: -140px; }
  /* line 341, resources/assets/styles/vendors/uikit/components/grid.scss */
  .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; }
  /* line 344, resources/assets/styles/vendors/uikit/components/grid.scss */
  .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 */
  /* line 348, resources/assets/styles/vendors/uikit/components/grid.scss */
  .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; }
  /* line 351, resources/assets/styles/vendors/uikit/components/grid.scss */
  .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before {
    top: -70px;
    left: 140px; }
  /* line 356, resources/assets/styles/vendors/uikit/components/grid.scss */
  .uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin::before {
    top: -70px; }
  /* line 357, resources/assets/styles/vendors/uikit/components/grid.scss */
  .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)
 */
/* line 372, resources/assets/styles/vendors/uikit/components/grid.scss */
.uk-grid-match > *, .uk-grid-match > *::before, .uk-grid-match > *::after,
.uk-grid-item-match {
  display: flex;
  /* 1 */
  flex-wrap: wrap; }

/* line 379, resources/assets/styles/vendors/uikit/components/grid.scss */
.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: Nav
 ========================================================================== */
/*
 * Reset
 */
/* line 86, resources/assets/styles/vendors/uikit/components/nav.scss */
.uk-nav,
.uk-nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }

/*
* 1. Center content vertically, e.g. an icon
* 2. Imitate white space gap when using flexbox
* 3. Reset link
* 4. Space is allocated solely based on content dimensions: 0 0 auto
 */
/* line 100, resources/assets/styles/vendors/uikit/components/nav.scss */
.uk-nav li > a {
  /* 1 */
  display: flex;
  align-items: center;
  /* 2 */
  column-gap: 0.25em;
  /* 3*/
  text-decoration: none; }

/* 4 */
/* line 111, resources/assets/styles/vendors/uikit/components/nav.scss */
.uk-nav li > a > *, .uk-nav li > a > *::before, .uk-nav li > a > *::after {
  flex: none; }

/*
 * Remove default focus style
 */
/* line 117, resources/assets/styles/vendors/uikit/components/nav.scss */
.uk-nav li > a:focus {
  outline: none; }

/*
 * Items
 * Must target `a` elements to exclude other elements (e.g. lists)
 */
/* line 124, resources/assets/styles/vendors/uikit/components/nav.scss */
.uk-nav > li > a {
  padding: 5px 0; }

/* Sublists
 ========================================================================== */
/*
 * Level 2
 * `ul` needed for higher specificity to override padding
 */
/* line 135, resources/assets/styles/vendors/uikit/components/nav.scss */
ul.uk-nav-sub {
  padding: 5px 0 5px 15px; }

/*
 * Level 3 and deeper
 */
/* line 144, resources/assets/styles/vendors/uikit/components/nav.scss */
.uk-nav-sub ul {
  padding-left: 15px; }

/*
 * Items
 */
/* line 150, resources/assets/styles/vendors/uikit/components/nav.scss */
.uk-nav-sub a {
  padding: 2px 0; }

/* Parent icon modifier
 ========================================================================== */
/* line 156, resources/assets/styles/vendors/uikit/components/nav.scss */
.uk-nav-parent-icon > .uk-parent > a::after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  margin-left: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%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%; }

/* line 167, resources/assets/styles/vendors/uikit/components/nav.scss */
.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
 ========================================================================== */
/* line 173, resources/assets/styles/vendors/uikit/components/nav.scss */
.uk-nav-header {
  padding: 5px 0;
  text-transform: uppercase;
  font-size: 0.875rem; }

/* line 180, resources/assets/styles/vendors/uikit/components/nav.scss */
.uk-nav-header:not(:first-child) {
  margin-top: 20px; }

/* Divider
 ========================================================================== */
/* line 186, resources/assets/styles/vendors/uikit/components/nav.scss */
.uk-nav > .uk-nav-divider {
  margin: 5px 0; }

/* Default modifier
 ========================================================================== */
/* line 195, resources/assets/styles/vendors/uikit/components/nav.scss */
.uk-nav-default {
  font-size: 0.875rem; }

/*
 * Items
 */
/* line 203, resources/assets/styles/vendors/uikit/components/nav.scss */
.uk-nav-default > li > a {
  color: #999; }

/* Hover + Focus */
/* line 209, resources/assets/styles/vendors/uikit/components/nav.scss */
.uk-nav-default > li > a:hover,
.uk-nav-default > li > a:focus {
  color: #666; }

/* Active */
/* line 216, resources/assets/styles/vendors/uikit/components/nav.scss */
.uk-nav-default > li.uk-active > a {
  color: #333; }

/*
 * Header
 */
/* line 225, resources/assets/styles/vendors/uikit/components/nav.scss */
.uk-nav-default .uk-nav-header {
  color: #333; }

/*
 * Divider
 */
/* line 234, resources/assets/styles/vendors/uikit/components/nav.scss */
.uk-nav-default .uk-nav-divider {
  border-top: 1px solid #e5e5e5; }

/*
 * Sublists
 */
/* line 243, resources/assets/styles/vendors/uikit/components/nav.scss */
.uk-nav-default .uk-nav-sub a {
  color: #999; }

/* line 245, resources/assets/styles/vendors/uikit/components/nav.scss */
.uk-nav-default .uk-nav-sub a:hover,
.uk-nav-default .uk-nav-sub a:focus {
  color: #666; }

/* line 248, resources/assets/styles/vendors/uikit/components/nav.scss */
.uk-nav-default .uk-nav-sub li.uk-active > a {
  color: #333; }

/* Primary modifier
 ========================================================================== */
/*
 * Items
 */
/* line 262, resources/assets/styles/vendors/uikit/components/nav.scss */
.uk-nav-primary > li > a {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #999; }

/* Hover + Focus */
/* line 270, resources/assets/styles/vendors/uikit/components/nav.scss */
.uk-nav-primary > li > a:hover,
.uk-nav-primary > li > a:focus {
  color: #666; }

/* Active */
/* line 277, resources/assets/styles/vendors/uikit/components/nav.scss */
.uk-nav-primary > li.uk-active > a {
  color: #333; }

/*
 * Header
 */
/* line 286, resources/assets/styles/vendors/uikit/components/nav.scss */
.uk-nav-primary .uk-nav-header {
  color: #333; }

/*
 * Divider
 */
/* line 295, resources/assets/styles/vendors/uikit/components/nav.scss */
.uk-nav-primary .uk-nav-divider {
  border-top: 1px solid #e5e5e5; }

/*
 * Sublists
 */
/* line 304, resources/assets/styles/vendors/uikit/components/nav.scss */
.uk-nav-primary .uk-nav-sub a {
  color: #999; }

/* line 306, resources/assets/styles/vendors/uikit/components/nav.scss */
.uk-nav-primary .uk-nav-sub a:hover,
.uk-nav-primary .uk-nav-sub a:focus {
  color: #666; }

/* line 309, resources/assets/styles/vendors/uikit/components/nav.scss */
.uk-nav-primary .uk-nav-sub li.uk-active > a {
  color: #333; }

/* Alignment modifier
 ========================================================================== */
/*
 * 1. Center header
 * 2. Center items
 */
/* 1 */
/* line 321, resources/assets/styles/vendors/uikit/components/nav.scss */
.uk-nav-center {
  text-align: center; }

/* 2 */
/* line 323, resources/assets/styles/vendors/uikit/components/nav.scss */
.uk-nav-center li > a {
  justify-content: center; }

/* Sublists */
/* line 326, resources/assets/styles/vendors/uikit/components/nav.scss */
.uk-nav-center .uk-nav-sub,
.uk-nav-center .uk-nav-sub ul {
  padding-left: 0; }

/* Parent icon modifier  */
/* line 330, resources/assets/styles/vendors/uikit/components/nav.scss */
.uk-nav-center.uk-nav-parent-icon > .uk-parent > a::after {
  margin-left: 0; }

/* Style modifier
 ========================================================================== */
/* line 336, resources/assets/styles/vendors/uikit/components/nav.scss */
.uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header):not(.uk-nav-divider) {
  margin-top: 0;
  padding-top: 0;
  border-top: 1px solid #e5e5e5; }

/* ========================================================================
   Component: Navbar
 ========================================================================== */
/*
 * 1. Create position context to center navbar group
 */
/* line 92, resources/assets/styles/vendors/uikit/components/navbar.scss */
.uk-navbar {
  display: flex;
  /* 1 */
  position: relative; }

/* Container
 ========================================================================== */
/* line 103, resources/assets/styles/vendors/uikit/components/navbar.scss */
.uk-navbar-container:not(.uk-navbar-transparent) {
  background: #f8f8f8; }

/*
 * Remove pseudo elements created by micro clearfix as precaution (if Container component is used)
 */
/* line 116, resources/assets/styles/vendors/uikit/components/navbar.scss */
.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
 */
/* line 128, resources/assets/styles/vendors/uikit/components/navbar.scss */
.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
 */
/* line 148, resources/assets/styles/vendors/uikit/components/navbar.scss */
.uk-navbar-right {
  margin-left: auto; }

/* line 150, resources/assets/styles/vendors/uikit/components/navbar.scss */
.uk-navbar-center:only-child {
  margin-left: auto;
  margin-right: auto;
  /* 1 */
  position: relative; }

/* line 157, resources/assets/styles/vendors/uikit/components/navbar.scss */
.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 */
/* line 170, resources/assets/styles/vendors/uikit/components/navbar.scss */
.uk-navbar-center-left,
.uk-navbar-center-right {
  position: absolute;
  top: 0; }

/* line 176, resources/assets/styles/vendors/uikit/components/navbar.scss */
.uk-navbar-center-left {
  right: 100%; }

/* line 177, resources/assets/styles/vendors/uikit/components/navbar.scss */
.uk-navbar-center-right {
  left: 100%; }

/* line 179, resources/assets/styles/vendors/uikit/components/navbar.scss */
[class*='uk-navbar-center-'] {
  width: max-content;
  box-sizing: border-box; }

/* Nav
 ========================================================================== */
/*
 * 1. Reset list
 */
/* line 192, resources/assets/styles/vendors/uikit/components/navbar.scss */
.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
 */
/* line 205, resources/assets/styles/vendors/uikit/components/navbar.scss */
.uk-navbar-left,
.uk-navbar-right,
.uk-navbar-center:only-child {
  flex-wrap: wrap; }

/*
 * Items
 * 1. Center content vertically and horizontally
 * 2. Imitate white space gap when using flexbox
 * 3. Dimensions
 * 4. Style
 * 5. Required for `a`
 */
/* line 218, resources/assets/styles/vendors/uikit/components/navbar.scss */
.uk-navbar-nav > li > a,
.uk-navbar-item,
.uk-navbar-toggle {
  /* 1 */
  display: flex;
  justify-content: center;
  align-items: center;
  /* 2 */
  column-gap: 0.25em;
  /* 3 */
  box-sizing: border-box;
  min-height: 80px;
  padding: 0 15px;
  /* 4 */
  font-size: 0.875rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 5 */
  text-decoration: none; }

/*
 * Nav items
 */
/* line 242, resources/assets/styles/vendors/uikit/components/navbar.scss */
.uk-navbar-nav > li > a {
  color: #999;
  text-transform: uppercase;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color; }

/*
 * Hover
 * Apply hover style also to focus state and if dropdown is opened
 */
/* line 252, resources/assets/styles/vendors/uikit/components/navbar.scss */
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li > a.uk-open {
  color: #666;
  outline: none; }

/* OnClick */
/* line 261, resources/assets/styles/vendors/uikit/components/navbar.scss */
.uk-navbar-nav > li > a:active {
  color: #333; }

/* Active */
/* line 267, resources/assets/styles/vendors/uikit/components/navbar.scss */
.uk-navbar-nav > li.uk-active > a {
  color: #333; }

/* Item
 ========================================================================== */
/* line 276, resources/assets/styles/vendors/uikit/components/navbar.scss */
.uk-navbar-item {
  color: #666; }

/*
 * Remove margin from the last-child
 */
/* line 285, resources/assets/styles/vendors/uikit/components/navbar.scss */
.uk-navbar-item > :last-child {
  margin-bottom: 0; }

/* Toggle
 ========================================================================== */
/* line 291, resources/assets/styles/vendors/uikit/components/navbar.scss */
.uk-navbar-toggle {
  color: #999; }

/* line 296, resources/assets/styles/vendors/uikit/components/navbar.scss */
.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
 ========================================================================== */
/* line 324, resources/assets/styles/vendors/uikit/components/navbar.scss */
.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
 */
/* line 357, resources/assets/styles/vendors/uikit/components/navbar.scss */
.uk-navbar-dropdown {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1020;
  /* 3 */
  box-sizing: border-box;
  width: 200px;
  /* 4 */
  padding: 25px;
  background: #fff;
  color: #666;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15); }

/* Show */
/* line 374, resources/assets/styles/vendors/uikit/components/navbar.scss */
.uk-navbar-dropdown.uk-open {
  display: block; }

/*
 * Direction / Alignment modifiers
 */
/* Direction */
/* line 381, resources/assets/styles/vendors/uikit/components/navbar.scss */
[class*='uk-navbar-dropdown-top'] {
  margin-top: -15px; }

/* line 382, resources/assets/styles/vendors/uikit/components/navbar.scss */
[class*='uk-navbar-dropdown-bottom'] {
  margin-top: 15px; }

/* line 383, resources/assets/styles/vendors/uikit/components/navbar.scss */
[class*='uk-navbar-dropdown-left'] {
  margin-left: -15px; }

/* line 384, resources/assets/styles/vendors/uikit/components/navbar.scss */
[class*='uk-navbar-dropdown-right'] {
  margin-left: 15px; }

/*
 * Grid
 * Adopts `uk-grid`
 */
/* Gutter Horizontal */
/* line 392, resources/assets/styles/vendors/uikit/components/navbar.scss */
.uk-navbar-dropdown-grid {
  margin-left: -50px; }

/* line 393, resources/assets/styles/vendors/uikit/components/navbar.scss */
.uk-navbar-dropdown-grid > *, .uk-navbar-dropdown-grid > *::before, .uk-navbar-dropdown-grid > *::after {
  padding-left: 50px; }

/* Gutter Vertical */
/* line 396, resources/assets/styles/vendors/uikit/components/navbar.scss */
.uk-navbar-dropdown-grid > .uk-grid-margin {
  margin-top: 50px; }

/* Stack */
/* line 399, resources/assets/styles/vendors/uikit/components/navbar.scss */
.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
 */
/* line 405, resources/assets/styles/vendors/uikit/components/navbar.scss */
.uk-navbar-dropdown-width-2:not(.uk-navbar-dropdown-stack) {
  width: 400px; }

/* line 406, resources/assets/styles/vendors/uikit/components/navbar.scss */
.uk-navbar-dropdown-width-3:not(.uk-navbar-dropdown-stack) {
  width: 600px; }

/* line 407, resources/assets/styles/vendors/uikit/components/navbar.scss */
.uk-navbar-dropdown-width-4:not(.uk-navbar-dropdown-stack) {
  width: 800px; }

/* line 408, resources/assets/styles/vendors/uikit/components/navbar.scss */
.uk-navbar-dropdown-width-5:not(.uk-navbar-dropdown-stack) {
  width: 1000px; }

/*
 * Dropbar modifier
 */
/* line 414, resources/assets/styles/vendors/uikit/components/navbar.scss */
.uk-navbar-dropdown-dropbar {
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: none; }

/* Dropdown Nav
 * Adopts `uk-nav`
 ========================================================================== */
/* line 425, resources/assets/styles/vendors/uikit/components/navbar.scss */
.uk-navbar-dropdown-nav {
  font-size: 0.875rem; }

/*
 * Items
 */
/* line 433, resources/assets/styles/vendors/uikit/components/navbar.scss */
.uk-navbar-dropdown-nav > li > a {
  color: #999; }

/* Hover + Focus */
/* line 439, resources/assets/styles/vendors/uikit/components/navbar.scss */
.uk-navbar-dropdown-nav > li > a:hover,
.uk-navbar-dropdown-nav > li > a:focus {
  color: #666; }

/* Active */
/* line 446, resources/assets/styles/vendors/uikit/components/navbar.scss */
.uk-navbar-dropdown-nav > li.uk-active > a {
  color: #333; }

/*
 * Header
 */
/* line 455, resources/assets/styles/vendors/uikit/components/navbar.scss */
.uk-navbar-dropdown-nav .uk-nav-header {
  color: #333; }

/*
 * Divider
 */
/* line 464, resources/assets/styles/vendors/uikit/components/navbar.scss */
.uk-navbar-dropdown-nav .uk-nav-divider {
  border-top: 1px solid #e5e5e5; }

/*
 * Sublists
 */
/* line 473, resources/assets/styles/vendors/uikit/components/navbar.scss */
.uk-navbar-dropdown-nav .uk-nav-sub a {
  color: #999; }

/* line 475, resources/assets/styles/vendors/uikit/components/navbar.scss */
.uk-navbar-dropdown-nav .uk-nav-sub a:hover,
.uk-navbar-dropdown-nav .uk-nav-sub a:focus {
  color: #666; }

/* line 478, resources/assets/styles/vendors/uikit/components/navbar.scss */
.uk-navbar-dropdown-nav .uk-nav-sub li.uk-active > a {
  color: #333; }

/* Dropbar
 ========================================================================== */
/* line 484, resources/assets/styles/vendors/uikit/components/navbar.scss */
.uk-navbar-dropbar {
  background: #fff; }

/*
 * Slide modifier
 */
/* line 493, resources/assets/styles/vendors/uikit/components/navbar.scss */
.uk-navbar-dropbar-slide {
  position: absolute;
  z-index: 980;
  left: 0;
  right: 0;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.05); }

/*
     * Navbar
     */
/* line 1788, resources/assets/styles/vendors/uikit/mixins-theme.scss */
.uk-navbar-container > .uk-container .uk-navbar-left {
  margin-left: -15px;
  margin-right: -15px; }

/* line 1792, resources/assets/styles/vendors/uikit/mixins-theme.scss */
.uk-navbar-container > .uk-container .uk-navbar-right {
  margin-right: -15px; }

/*
     * Grid Divider
     */
/* line 1798, resources/assets/styles/vendors/uikit/mixins-theme.scss */
.uk-navbar-dropdown-grid > *, .uk-navbar-dropdown-grid > *::before, .uk-navbar-dropdown-grid > *::after {
  position: relative; }

/* line 1800, resources/assets/styles/vendors/uikit/mixins-theme.scss */
.uk-navbar-dropdown-grid > :not(.uk-first-column)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc($navbar-dropdown-grid-gutter-horizontal / 2);
  border-left: 1px solid #e5e5e5; }

/* Vertical */
/* line 1810, resources/assets/styles/vendors/uikit/mixins-theme.scss */
.uk-navbar-dropdown-grid.uk-grid-stack > .uk-grid-margin::before {
  content: "";
  position: absolute;
  top: -calc($navbar-dropdown-grid-gutter-vertical / 2);
  left: 50px;
  right: 0;
  border-top: 1px solid #e5e5e5; }

/* ========================================================================
   Component: Subnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Center items vertically if they have a different height
 * 3. Gutter
 * 4. Reset list
 */
/* line 55, resources/assets/styles/vendors/uikit/components/subnav.scss */
.uk-subnav {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  align-items: center;
  /* 3 */
  margin-left: -20px;
  /* 4 */
  padding: 0;
  list-style: none; }

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 * 3. Create position context for dropdowns
 */
/* line 75, resources/assets/styles/vendors/uikit/components/subnav.scss */
.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. Center content vertically, e.g. an icon
 * 2. Imitate white space gap when using flexbox
 * 3. Style
 */
/* line 96, resources/assets/styles/vendors/uikit/components/subnav.scss */
.uk-subnav > * > :first-child, .uk-subnav > *::before > :first-child, .uk-subnav > *::after > :first-child {
  /* 1 */
  display: flex;
  align-items: center;
  /* 2 */
  column-gap: 0.25em;
  /* 3 */
  color: #999;
  font-size: 0.875rem;
  text-transform: uppercase;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color; }

/* Hover + Focus */
/* line 108, resources/assets/styles/vendors/uikit/components/subnav.scss */
.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 */
/* line 117, resources/assets/styles/vendors/uikit/components/subnav.scss */
.uk-subnav > .uk-active > a {
  color: #333; }

/* Divider modifier
 ========================================================================== */
/*
 * Set gutter 
 */
/* line 130, resources/assets/styles/vendors/uikit/components/subnav.scss */
.uk-subnav-divider {
  margin-left: -41px; }

/*
 * Align items and divider vertically
 */
/* line 136, resources/assets/styles/vendors/uikit/components/subnav.scss */
.uk-subnav-divider > *, .uk-subnav-divider > *::before, .uk-subnav-divider > *::after {
  display: flex;
  align-items: center; }

/*
 * Divider
 * 1. `nth-child` makes it also work without JS if it's only one row
 */
/* line 146, resources/assets/styles/vendors/uikit/components/subnav.scss */
.uk-subnav-divider > ::before {
  content: "";
  height: 1.5em;
  margin-left: 0px;
  margin-right: 20px;
  border-left: 1px solid transparent; }

/* 1 */
/* line 155, resources/assets/styles/vendors/uikit/components/subnav.scss */
.uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
  border-left-color: #e5e5e5; }

/* Pill modifier
 ========================================================================== */
/* line 164, resources/assets/styles/vendors/uikit/components/subnav.scss */
.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 */
/* line 172, resources/assets/styles/vendors/uikit/components/subnav.scss */
.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 */
/* line 180, resources/assets/styles/vendors/uikit/components/subnav.scss */
.uk-subnav-pill > * > a:active, .uk-subnav-pill > *::before > a:active, .uk-subnav-pill > *::after > a:active {
  background-color: #f8f8f8;
  color: #666; }

/* Active */
/* line 187, resources/assets/styles/vendors/uikit/components/subnav.scss */
.uk-subnav-pill > .uk-active > a {
  background-color: #1e87f0;
  color: #fff; }

/* Disabled
 * The same for all style modifiers
 ========================================================================== */
/* line 198, resources/assets/styles/vendors/uikit/components/subnav.scss */
.uk-subnav > .uk-disabled > a {
  color: #999; }

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

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 * 3. Create position context for dropdowns
 */
/* line 58, resources/assets/styles/vendors/uikit/components/tab.scss */
.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 content vertically, e.g. an icon
 * 2. Imitate white space gap when using flexbox
 * 3. Center content if a width is set
 * 4. Style
 */
/* line 79, resources/assets/styles/vendors/uikit/components/tab.scss */
.uk-tab > * > a, .uk-tab > *::before > a, .uk-tab > *::after > a {
  /* 1 */
  display: flex;
  align-items: center;
  /* 2 */
  column-gap: 0.25em;
  /* 3 */
  justify-content: center;
  /* 4 */
  padding: 5px 10px;
  color: #999;
  border-bottom: 1px solid transparent;
  font-size: 0.875rem;
  text-transform: uppercase;
  transition: color 0.1s ease-in-out; }

/* Hover + Focus */
/* line 94, resources/assets/styles/vendors/uikit/components/tab.scss */
.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 */
/* line 102, resources/assets/styles/vendors/uikit/components/tab.scss */
.uk-tab > .uk-active > a {
  color: #333;
  border-color: #1e87f0; }

/* Disabled */
/* line 108, resources/assets/styles/vendors/uikit/components/tab.scss */
.uk-tab > .uk-disabled > a {
  color: #999; }

/* Position modifier
 ========================================================================== */
/*
 * Bottom
 */
/* line 1961, resources/assets/styles/vendors/uikit/mixins-theme.scss */
.uk-tab-bottom::before {
  top: 0;
  bottom: auto; }

/* line 125, resources/assets/styles/vendors/uikit/components/tab.scss */
.uk-tab-bottom > * > a, .uk-tab-bottom > *::before > a, .uk-tab-bottom > *::after > a {
  border-top: 1px solid transparent;
  border-bottom: none; }

/*
 * Left + Right
 * 1. Reset Gutter
 */
/* line 134, resources/assets/styles/vendors/uikit/components/tab.scss */
.uk-tab-left,
.uk-tab-right {
  flex-direction: column;
  /* 1 */
  margin-left: 0; }

/* 1 */
/* line 142, resources/assets/styles/vendors/uikit/components/tab.scss */
.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; }

/* line 1973, resources/assets/styles/vendors/uikit/mixins-theme.scss */
.uk-tab-left::before {
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  border-left: 1px solid #e5e5e5;
  border-bottom: none; }

/* line 1985, resources/assets/styles/vendors/uikit/mixins-theme.scss */
.uk-tab-right::before {
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  border-left: 1px solid #e5e5e5;
  border-bottom: none; }

/* line 153, resources/assets/styles/vendors/uikit/components/tab.scss */
.uk-tab-left > * > a, .uk-tab-left > *::before > a, .uk-tab-left > *::after > a {
  justify-content: left;
  border-right: 1px solid transparent;
  border-bottom: none; }

/* line 158, resources/assets/styles/vendors/uikit/components/tab.scss */
.uk-tab-right > * > a, .uk-tab-right > *::before > a, .uk-tab-right > *::after > a {
  justify-content: left;
  border-left: 1px solid transparent;
  border-bottom: none; }

/* line 2005, resources/assets/styles/vendors/uikit/mixins-theme.scss */
.uk-tab .uk-dropdown {
  margin-left: 30px; }

/* ========================================================================
   Component: Slidenav
 ========================================================================== */
/*
 * Adopts `uk-icon`
 */
/* line 37, resources/assets/styles/vendors/uikit/components/slidenav.scss */
.uk-slidenav {
  padding: 5px 10px;
  color: rgba(102, 102, 102, 0.5);
  transition: color 0.1s ease-in-out; }

/* Hover + Focus */
/* line 44, resources/assets/styles/vendors/uikit/components/slidenav.scss */
.uk-slidenav:hover,
.uk-slidenav:focus {
  color: rgba(102, 102, 102, 0.9);
  outline: none; }

/* OnClick */
/* line 52, resources/assets/styles/vendors/uikit/components/slidenav.scss */
.uk-slidenav:active {
  color: rgba(102, 102, 102, 0.5); }

/* Icon modifier
 ========================================================================== */
/*
 * Previous
 */
/*
 * Next
 */
/* Size modifier
 ========================================================================== */
/* line 81, resources/assets/styles/vendors/uikit/components/slidenav.scss */
.uk-slidenav-large {
  padding: 10px 10px; }

/* Container
 ========================================================================== */
/* line 90, resources/assets/styles/vendors/uikit/components/slidenav.scss */
.uk-slidenav-container {
  display: flex; }

/* ========================================================================
   Component: Dotnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 * 3. Gutter
 */
/* line 39, resources/assets/styles/vendors/uikit/components/dotnav.scss */
.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
 */
/* line 57, resources/assets/styles/vendors/uikit/components/dotnav.scss */
.uk-dotnav > *, .uk-dotnav > *::before, .uk-dotnav > *::after {
  /* 1 */
  flex: none;
  /* 2 */
  padding-left: 12px; }

/* Items
 ========================================================================== */
/*
 * Items
 * 1. Hide text if present
 */
/* line 73, resources/assets/styles/vendors/uikit/components/dotnav.scss */
.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;
  border: 1px solid rgba(102, 102, 102, 0.4);
  transition: 0.2s ease-in-out;
  transition-property: background-color, border-color; }

/* Hover + Focus */
/* line 88, resources/assets/styles/vendors/uikit/components/dotnav.scss */
.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;
  border-color: transparent; }

/* OnClick */
/* line 96, resources/assets/styles/vendors/uikit/components/dotnav.scss */
.uk-dotnav > * > :active, .uk-dotnav > *::before > :active, .uk-dotnav > *::after > :active {
  background-color: rgba(102, 102, 102, 0.2);
  border-color: transparent; }

/* Active */
/* line 102, resources/assets/styles/vendors/uikit/components/dotnav.scss */
.uk-dotnav > .uk-active > *, .uk-dotnav > .uk-active > *::before, .uk-dotnav > .uk-active > *::after {
  background-color: rgba(102, 102, 102, 0.6);
  border-color: transparent; }

/* Modifier: 'uk-dotnav-vertical'
 ========================================================================== */
/*
 * 1. Change direction
 * 2. Gutter
 */
/* line 116, resources/assets/styles/vendors/uikit/components/dotnav.scss */
.uk-dotnav-vertical {
  /* 1 */
  flex-direction: column;
  /* 2 */
  margin-left: 0;
  margin-top: -12px; }

/* 2 */
/* line 125, resources/assets/styles/vendors/uikit/components/dotnav.scss */
.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
 */
/* line 30, resources/assets/styles/vendors/uikit/components/thumbnav.scss */
.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
 */
/* line 48, resources/assets/styles/vendors/uikit/components/thumbnav.scss */
.uk-thumbnav > *, .uk-thumbnav > *::before, .uk-thumbnav > *::after {
  /* 1 */
  padding-left: 15px; }

/* Items
 ========================================================================== */
/*
 * Items
 */
/* line 61, resources/assets/styles/vendors/uikit/components/thumbnav.scss */
.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;
  position: relative; }
  /* line 2105, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-thumbnav > * > *::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.4);
    transition: background-color 0.1s ease-in-out; }

/* Hover + Focus */
/* line 67, resources/assets/styles/vendors/uikit/components/thumbnav.scss */
.uk-thumbnav > * > :hover, .uk-thumbnav > *::before > :hover, .uk-thumbnav > *::after > :hover,
.uk-thumbnav > * > :focus,
.uk-thumbnav > *::before > :focus,
.uk-thumbnav > *::after > :focus {
  outline: none; }
  /* line 2118, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-thumbnav > * > :hover::after, .uk-thumbnav > *::before > :hover::after, .uk-thumbnav > *::after > :hover::after,
  .uk-thumbnav > * > :focus::after,
  .uk-thumbnav > *::before > :focus::after,
  .uk-thumbnav > *::after > :focus::after {
    background-color: transparent; }

/* Active */
/* line 2121, resources/assets/styles/vendors/uikit/mixins-theme.scss */
.uk-thumbnav > .uk-active > *::after {
  background-color: transparent; }

/* Modifier: 'uk-thumbnav-vertical'
 ========================================================================== */
/*
 * 1. Change direction
 * 2. Gutter
 */
/* line 87, resources/assets/styles/vendors/uikit/components/thumbnav.scss */
.uk-thumbnav-vertical {
  /* 1 */
  flex-direction: column;
  /* 2 */
  margin-left: 0;
  margin-top: -15px; }

/* 2 */
/* line 96, resources/assets/styles/vendors/uikit/components/thumbnav.scss */
.uk-thumbnav-vertical > *, .uk-thumbnav-vertical > *::before, .uk-thumbnav-vertical > *::after {
  padding-left: 0;
  padding-top: 15px; }

/* ========================================================================
   Component: Lightbox
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Allow scrolling for the modal dialog
 * 4. Horizontal padding
 * 5. Mask the background page
 * 6. Fade-in transition
 * 7. Prevent cancellation of pointer events while dragging
 */
/* line 60, resources/assets/styles/vendors/uikit/components/lightbox.scss */
.uk-lightbox {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  /* 5 */
  background: #000;
  /* 6 */
  opacity: 0;
  transition: opacity 0.15s linear;
  /* 7 */
  touch-action: pinch-zoom; }

/*
 * Open
 * 1. Center child
 * 2. Fade-in
 */
/* line 86, resources/assets/styles/vendors/uikit/components/lightbox.scss */
.uk-lightbox.uk-open {
  display: block;
  /* 2 */
  opacity: 1; }

/* Page
 ========================================================================== */
/*
 * Prevent scrollbars
 */
/* line 100, resources/assets/styles/vendors/uikit/components/lightbox.scss */
.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
 */
/* line 117, resources/assets/styles/vendors/uikit/components/lightbox.scss */
.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 */
/* line 136, resources/assets/styles/vendors/uikit/components/lightbox.scss */
.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 */
/* line 142, resources/assets/styles/vendors/uikit/components/lightbox.scss */
.uk-lightbox-items > :focus {
  outline: none; }

/* line 144, resources/assets/styles/vendors/uikit/components/lightbox.scss */
.uk-lightbox-items > * > :not(iframe), .uk-lightbox-items > *::before > :not(iframe), .uk-lightbox-items > *::after > :not(iframe) {
  width: auto;
  height: auto; }

/* line 149, resources/assets/styles/vendors/uikit/components/lightbox.scss */
.uk-lightbox-items > .uk-active {
  display: flex; }

/* Toolbar
 ========================================================================== */
/* line 154, resources/assets/styles/vendors/uikit/components/lightbox.scss */
.uk-lightbox-toolbar {
  padding: 10px 10px;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.7); }

/* line 161, resources/assets/styles/vendors/uikit/components/lightbox.scss */
.uk-lightbox-toolbar > *, .uk-lightbox-toolbar > *::before, .uk-lightbox-toolbar > *::after {
  color: rgba(255, 255, 255, 0.7); }

/* Toolbar Icon (Close)
 ========================================================================== */
/* line 167, resources/assets/styles/vendors/uikit/components/lightbox.scss */
.uk-lightbox-toolbar-icon {
  padding: 5px;
  color: rgba(255, 255, 255, 0.7); }

/*
 * Hover
 */
/* line 177, resources/assets/styles/vendors/uikit/components/lightbox.scss */
.uk-lightbox-toolbar-icon:hover {
  color: #fff; }

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

/* Hover + Focus */
/* line 205, resources/assets/styles/vendors/uikit/components/lightbox.scss */
.uk-lightbox-button:hover,
.uk-lightbox-button:focus {
  color: #fff; }

/* OnClick */
/* Caption
 ========================================================================== */
/* line 220, resources/assets/styles/vendors/uikit/components/lightbox.scss */
.uk-lightbox-caption:empty {
  display: none; }

/* Iframe
 ========================================================================== */
/* line 226, resources/assets/styles/vendors/uikit/components/lightbox.scss */
.uk-lightbox-iframe {
  width: 80%;
  height: 80%; }

/* ========================================================================
   Component: Animation
 ========================================================================== */
/* line 43, resources/assets/styles/vendors/uikit/components/animation.scss */
[class*='uk-animation-'] {
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: both; }

/* Animations
 ========================================================================== */
/*
 * Fade
 */
/* line 57, resources/assets/styles/vendors/uikit/components/animation.scss */
.uk-animation-fade {
  animation-name: uk-fade;
  animation-duration: 0.8s;
  animation-timing-function: linear; }

/*
 * Scale
 */
/* line 67, resources/assets/styles/vendors/uikit/components/animation.scss */
.uk-animation-scale-up {
  animation-name: uk-fade-scale-02; }

/* line 68, resources/assets/styles/vendors/uikit/components/animation.scss */
.uk-animation-scale-down {
  animation-name: uk-fade-scale-18; }

/*
 * Slide
 */
/* line 74, resources/assets/styles/vendors/uikit/components/animation.scss */
.uk-animation-slide-top {
  animation-name: uk-fade-top; }

/* line 75, resources/assets/styles/vendors/uikit/components/animation.scss */
.uk-animation-slide-bottom {
  animation-name: uk-fade-bottom; }

/* line 76, resources/assets/styles/vendors/uikit/components/animation.scss */
.uk-animation-slide-left {
  animation-name: uk-fade-left; }

/* line 77, resources/assets/styles/vendors/uikit/components/animation.scss */
.uk-animation-slide-right {
  animation-name: uk-fade-right; }

/*
 * Slide Small
 */
/* line 83, resources/assets/styles/vendors/uikit/components/animation.scss */
.uk-animation-slide-top-small {
  animation-name: uk-fade-top-small; }

/* line 84, resources/assets/styles/vendors/uikit/components/animation.scss */
.uk-animation-slide-bottom-small {
  animation-name: uk-fade-bottom-small; }

/* line 85, resources/assets/styles/vendors/uikit/components/animation.scss */
.uk-animation-slide-left-small {
  animation-name: uk-fade-left-small; }

/* line 86, resources/assets/styles/vendors/uikit/components/animation.scss */
.uk-animation-slide-right-small {
  animation-name: uk-fade-right-small; }

/*
 * Slide Medium
 */
/* line 92, resources/assets/styles/vendors/uikit/components/animation.scss */
.uk-animation-slide-top-medium {
  animation-name: uk-fade-top-medium; }

/* line 93, resources/assets/styles/vendors/uikit/components/animation.scss */
.uk-animation-slide-bottom-medium {
  animation-name: uk-fade-bottom-medium; }

/* line 94, resources/assets/styles/vendors/uikit/components/animation.scss */
.uk-animation-slide-left-medium {
  animation-name: uk-fade-left-medium; }

/* line 95, resources/assets/styles/vendors/uikit/components/animation.scss */
.uk-animation-slide-right-medium {
  animation-name: uk-fade-right-medium; }

/*
 * Kenburns
 */
/* line 101, resources/assets/styles/vendors/uikit/components/animation.scss */
.uk-animation-kenburns {
  animation-name: uk-scale-kenburns;
  animation-duration: 15s; }

/*
 * Shake
 */
/* line 110, resources/assets/styles/vendors/uikit/components/animation.scss */
.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.
 */
/* line 120, resources/assets/styles/vendors/uikit/components/animation.scss */
.uk-animation-stroke {
  animation-name: uk-stroke;
  stroke-dasharray: var(--uk-animation-stroke);
  animation-duration: 2s; }

/* Direction modifier
 ========================================================================== */
/* line 130, resources/assets/styles/vendors/uikit/components/animation.scss */
.uk-animation-reverse {
  animation-direction: reverse;
  animation-timing-function: ease-in; }

/* Duration modifier
 ========================================================================== */
/* line 139, resources/assets/styles/vendors/uikit/components/animation.scss */
.uk-animation-fast {
  animation-duration: 0.1s; }

/* Toggle (Hover + Focus)
========================================================================== */
/*
 * The toggle is triggered on touch devices using `:focus` and tabindex
 */
/* line 149, resources/assets/styles/vendors/uikit/components/animation.scss */
.uk-animation-toggle:not(:hover):not(:focus) [class*='uk-animation-'] {
  animation-name: none; }

/*
 * 1. Prevent tab highlighting on iOS.
 */
/* line 155, resources/assets/styles/vendors/uikit/components/animation.scss */
.uk-animation-toggle {
  /* 1 */
  -webkit-tap-highlight-color: transparent; }

/*
 * Remove outline for `tabindex`
 */
/* line 164, resources/assets/styles/vendors/uikit/components/animation.scss */
.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
 ========================================================================== */
/* line 28, resources/assets/styles/vendors/uikit/components/width.scss */
[class*='uk-child-width'] > *, [class*='uk-child-width'] > *::before, [class*='uk-child-width'] > *::after {
  box-sizing: border-box;
  width: 100%; }

/* line 33, resources/assets/styles/vendors/uikit/components/width.scss */
.uk-child-width-1-2 > *, .uk-child-width-1-2 > *::before, .uk-child-width-1-2 > *::after {
  width: 50%; }

/* line 34, resources/assets/styles/vendors/uikit/components/width.scss */
.uk-child-width-1-3 > *, .uk-child-width-1-3 > *::before, .uk-child-width-1-3 > *::after {
  width: calc(100% * 1 / 3.001); }

/* line 35, resources/assets/styles/vendors/uikit/components/width.scss */
.uk-child-width-1-4 > *, .uk-child-width-1-4 > *::before, .uk-child-width-1-4 > *::after {
  width: 25%; }

/* line 36, resources/assets/styles/vendors/uikit/components/width.scss */
.uk-child-width-1-5 > *, .uk-child-width-1-5 > *::before, .uk-child-width-1-5 > *::after {
  width: 20%; }

/* line 37, resources/assets/styles/vendors/uikit/components/width.scss */
.uk-child-width-1-6 > *, .uk-child-width-1-6 > *::before, .uk-child-width-1-6 > *::after {
  width: calc(100% * 1 / 6.001); }

/* line 39, resources/assets/styles/vendors/uikit/components/width.scss */
.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.
 */
/* line 48, resources/assets/styles/vendors/uikit/components/width.scss */
.uk-child-width-expand > :not([class*='uk-width']) {
  flex: 1;
  /* 1 */
  min-width: 1px; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  /* line 57, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-child-width-1-1\@s > *, .uk-child-width-1-1\@s > *::before, .uk-child-width-1-1\@s > *::after {
    width: 100%; }
  /* line 58, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-child-width-1-2\@s > *, .uk-child-width-1-2\@s > *::before, .uk-child-width-1-2\@s > *::after {
    width: 50%; }
  /* line 59, resources/assets/styles/vendors/uikit/components/width.scss */
  .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); }
  /* line 60, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-child-width-1-4\@s > *, .uk-child-width-1-4\@s > *::before, .uk-child-width-1-4\@s > *::after {
    width: 25%; }
  /* line 61, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-child-width-1-5\@s > *, .uk-child-width-1-5\@s > *::before, .uk-child-width-1-5\@s > *::after {
    width: 20%; }
  /* line 62, resources/assets/styles/vendors/uikit/components/width.scss */
  .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); }
  /* line 64, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-child-width-auto\@s > *, .uk-child-width-auto\@s > *::before, .uk-child-width-auto\@s > *::after {
    width: auto; }
  /* line 65, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-child-width-expand\@s > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* line 75, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-child-width-1-1\@m > *, .uk-child-width-1-1\@m > *::before, .uk-child-width-1-1\@m > *::after {
    width: 100%; }
  /* line 76, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-child-width-1-2\@m > *, .uk-child-width-1-2\@m > *::before, .uk-child-width-1-2\@m > *::after {
    width: 50%; }
  /* line 77, resources/assets/styles/vendors/uikit/components/width.scss */
  .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); }
  /* line 78, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-child-width-1-4\@m > *, .uk-child-width-1-4\@m > *::before, .uk-child-width-1-4\@m > *::after {
    width: 25%; }
  /* line 79, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-child-width-1-5\@m > *, .uk-child-width-1-5\@m > *::before, .uk-child-width-1-5\@m > *::after {
    width: 20%; }
  /* line 80, resources/assets/styles/vendors/uikit/components/width.scss */
  .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); }
  /* line 82, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-child-width-auto\@m > *, .uk-child-width-auto\@m > *::before, .uk-child-width-auto\@m > *::after {
    width: auto; }
  /* line 83, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-child-width-expand\@m > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px; } }

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* line 93, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-child-width-1-1\@l > *, .uk-child-width-1-1\@l > *::before, .uk-child-width-1-1\@l > *::after {
    width: 100%; }
  /* line 94, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-child-width-1-2\@l > *, .uk-child-width-1-2\@l > *::before, .uk-child-width-1-2\@l > *::after {
    width: 50%; }
  /* line 95, resources/assets/styles/vendors/uikit/components/width.scss */
  .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); }
  /* line 96, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-child-width-1-4\@l > *, .uk-child-width-1-4\@l > *::before, .uk-child-width-1-4\@l > *::after {
    width: 25%; }
  /* line 97, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-child-width-1-5\@l > *, .uk-child-width-1-5\@l > *::before, .uk-child-width-1-5\@l > *::after {
    width: 20%; }
  /* line 98, resources/assets/styles/vendors/uikit/components/width.scss */
  .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); }
  /* line 100, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-child-width-auto\@l > *, .uk-child-width-auto\@l > *::before, .uk-child-width-auto\@l > *::after {
    width: auto; }
  /* line 101, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-child-width-expand\@l > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px; } }

/* Large screen and bigger */
@media (min-width: 1600px) {
  /* line 111, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-child-width-1-1\@xl > *, .uk-child-width-1-1\@xl > *::before, .uk-child-width-1-1\@xl > *::after {
    width: 100%; }
  /* line 112, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-child-width-1-2\@xl > *, .uk-child-width-1-2\@xl > *::before, .uk-child-width-1-2\@xl > *::after {
    width: 50%; }
  /* line 113, resources/assets/styles/vendors/uikit/components/width.scss */
  .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); }
  /* line 114, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-child-width-1-4\@xl > *, .uk-child-width-1-4\@xl > *::before, .uk-child-width-1-4\@xl > *::after {
    width: 25%; }
  /* line 115, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-child-width-1-5\@xl > *, .uk-child-width-1-5\@xl > *::before, .uk-child-width-1-5\@xl > *::after {
    width: 20%; }
  /* line 116, resources/assets/styles/vendors/uikit/components/width.scss */
  .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); }
  /* line 118, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-child-width-auto\@xl > *, .uk-child-width-auto\@xl > *::before, .uk-child-width-auto\@xl > *::after {
    width: auto; }
  /* line 119, resources/assets/styles/vendors/uikit/components/width.scss */
  .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
 */
/* line 134, resources/assets/styles/vendors/uikit/components/width.scss */
[class*='uk-width'] {
  box-sizing: border-box;
  width: 100%;
  /* 1 */
  max-width: 100%; }

/* Halves */
/* line 142, resources/assets/styles/vendors/uikit/components/width.scss */
.uk-width-1-2 {
  width: 50%; }

/* Thirds */
/* line 145, resources/assets/styles/vendors/uikit/components/width.scss */
.uk-width-1-3 {
  width: calc(100% * 1 / 3.001); }

/* line 146, resources/assets/styles/vendors/uikit/components/width.scss */
.uk-width-2-3 {
  width: calc(100% * 2 / 3.001); }

/* Quarters */
/* line 149, resources/assets/styles/vendors/uikit/components/width.scss */
.uk-width-1-4 {
  width: 25%; }

/* line 150, resources/assets/styles/vendors/uikit/components/width.scss */
.uk-width-3-4 {
  width: 75%; }

/* Fifths */
/* line 153, resources/assets/styles/vendors/uikit/components/width.scss */
.uk-width-1-5 {
  width: 20%; }

/* line 154, resources/assets/styles/vendors/uikit/components/width.scss */
.uk-width-2-5 {
  width: 40%; }

/* line 155, resources/assets/styles/vendors/uikit/components/width.scss */
.uk-width-3-5 {
  width: 60%; }

/* line 156, resources/assets/styles/vendors/uikit/components/width.scss */
.uk-width-4-5 {
  width: 80%; }

/* Sixths */
/* line 159, resources/assets/styles/vendors/uikit/components/width.scss */
.uk-width-1-6 {
  width: calc(100% * 1 / 6.001); }

/* line 160, resources/assets/styles/vendors/uikit/components/width.scss */
.uk-width-5-6 {
  width: calc(100% * 5 / 6.001); }

/* Pixel */
/* line 163, resources/assets/styles/vendors/uikit/components/width.scss */
.uk-width-small {
  width: 150px; }

/* line 164, resources/assets/styles/vendors/uikit/components/width.scss */
.uk-width-medium {
  width: 300px; }

/* line 165, resources/assets/styles/vendors/uikit/components/width.scss */
.uk-width-large {
  width: 450px; }

/* line 166, resources/assets/styles/vendors/uikit/components/width.scss */
.uk-width-xlarge {
  width: 600px; }

/* line 167, resources/assets/styles/vendors/uikit/components/width.scss */
.uk-width-2xlarge {
  width: 750px; }

/* Auto */
/* line 173, resources/assets/styles/vendors/uikit/components/width.scss */
.uk-width-auto {
  width: auto; }

/* Expand */
/* line 176, resources/assets/styles/vendors/uikit/components/width.scss */
.uk-width-expand {
  flex: 1;
  min-width: 1px; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  /* Whole */
  /* line 185, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-1-1\@s {
    width: 100%; }
  /* Halves */
  /* line 188, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-1-2\@s {
    width: 50%; }
  /* Thirds */
  /* line 191, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-1-3\@s {
    width: calc(100% * 1 / 3.001); }
  /* line 192, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-2-3\@s {
    width: calc(100% * 2 / 3.001); }
  /* Quarters */
  /* line 195, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-1-4\@s {
    width: 25%; }
  /* line 196, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-3-4\@s {
    width: 75%; }
  /* Fifths */
  /* line 199, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-1-5\@s {
    width: 20%; }
  /* line 200, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-2-5\@s {
    width: 40%; }
  /* line 201, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-3-5\@s {
    width: 60%; }
  /* line 202, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-4-5\@s {
    width: 80%; }
  /* Sixths */
  /* line 205, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-1-6\@s {
    width: calc(100% * 1 / 6.001); }
  /* line 206, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-5-6\@s {
    width: calc(100% * 5 / 6.001); }
  /* Pixel */
  /* line 209, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-small\@s {
    width: 150px; }
  /* line 210, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-medium\@s {
    width: 300px; }
  /* line 211, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-large\@s {
    width: 450px; }
  /* line 212, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-xlarge\@s {
    width: 600px; }
  /* line 213, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-2xlarge\@s {
    width: 750px; }
  /* Auto */
  /* line 219, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-auto\@s {
    width: auto; }
  /* Expand */
  /* line 222, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-expand\@s {
    flex: 1;
    min-width: 1px; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* Whole */
  /* line 233, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-1-1\@m {
    width: 100%; }
  /* Halves */
  /* line 236, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-1-2\@m {
    width: 50%; }
  /* Thirds */
  /* line 239, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-1-3\@m {
    width: calc(100% * 1 / 3.001); }
  /* line 240, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-2-3\@m {
    width: calc(100% * 2 / 3.001); }
  /* Quarters */
  /* line 243, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-1-4\@m {
    width: 25%; }
  /* line 244, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-3-4\@m {
    width: 75%; }
  /* Fifths */
  /* line 247, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-1-5\@m {
    width: 20%; }
  /* line 248, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-2-5\@m {
    width: 40%; }
  /* line 249, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-3-5\@m {
    width: 60%; }
  /* line 250, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-4-5\@m {
    width: 80%; }
  /* Sixths */
  /* line 253, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-1-6\@m {
    width: calc(100% * 1 / 6.001); }
  /* line 254, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-5-6\@m {
    width: calc(100% * 5 / 6.001); }
  /* Pixel */
  /* line 257, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-small\@m {
    width: 150px; }
  /* line 258, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-medium\@m {
    width: 300px; }
  /* line 259, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-large\@m {
    width: 450px; }
  /* line 260, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-xlarge\@m {
    width: 600px; }
  /* line 261, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-2xlarge\@m {
    width: 750px; }
  /* Auto */
  /* line 267, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-auto\@m {
    width: auto; }
  /* Expand */
  /* line 270, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-expand\@m {
    flex: 1;
    min-width: 1px; } }

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Whole */
  /* line 281, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-1-1\@l {
    width: 100%; }
  /* Halves */
  /* line 284, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-1-2\@l {
    width: 50%; }
  /* Thirds */
  /* line 287, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-1-3\@l {
    width: calc(100% * 1 / 3.001); }
  /* line 288, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-2-3\@l {
    width: calc(100% * 2 / 3.001); }
  /* Quarters */
  /* line 291, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-1-4\@l {
    width: 25%; }
  /* line 292, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-3-4\@l {
    width: 75%; }
  /* Fifths */
  /* line 295, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-1-5\@l {
    width: 20%; }
  /* line 296, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-2-5\@l {
    width: 40%; }
  /* line 297, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-3-5\@l {
    width: 60%; }
  /* line 298, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-4-5\@l {
    width: 80%; }
  /* Sixths */
  /* line 301, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-1-6\@l {
    width: calc(100% * 1 / 6.001); }
  /* line 302, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-5-6\@l {
    width: calc(100% * 5 / 6.001); }
  /* Pixel */
  /* line 305, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-small\@l {
    width: 150px; }
  /* line 306, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-medium\@l {
    width: 300px; }
  /* line 307, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-large\@l {
    width: 450px; }
  /* line 308, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-xlarge\@l {
    width: 600px; }
  /* line 309, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-2xlarge\@l {
    width: 750px; }
  /* Auto */
  /* line 315, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-auto\@l {
    width: auto; }
  /* Expand */
  /* line 318, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-expand\@l {
    flex: 1;
    min-width: 1px; } }

/* Large screen and bigger */
@media (min-width: 1600px) {
  /* Whole */
  /* line 329, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-1-1\@xl {
    width: 100%; }
  /* Halves */
  /* line 332, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-1-2\@xl {
    width: 50%; }
  /* Thirds */
  /* line 335, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-1-3\@xl {
    width: calc(100% * 1 / 3.001); }
  /* line 336, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-2-3\@xl {
    width: calc(100% * 2 / 3.001); }
  /* Quarters */
  /* line 339, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-1-4\@xl {
    width: 25%; }
  /* line 340, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-3-4\@xl {
    width: 75%; }
  /* Fifths */
  /* line 343, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-1-5\@xl {
    width: 20%; }
  /* line 344, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-2-5\@xl {
    width: 40%; }
  /* line 345, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-3-5\@xl {
    width: 60%; }
  /* line 346, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-4-5\@xl {
    width: 80%; }
  /* Sixths */
  /* line 349, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-1-6\@xl {
    width: calc(100% * 1 / 6.001); }
  /* line 350, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-5-6\@xl {
    width: calc(100% * 5 / 6.001); }
  /* Pixel */
  /* line 353, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-small\@xl {
    width: 150px; }
  /* line 354, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-medium\@xl {
    width: 300px; }
  /* line 355, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-large\@xl {
    width: 450px; }
  /* line 356, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-xlarge\@xl {
    width: 600px; }
  /* line 357, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-2xlarge\@xl {
    width: 750px; }
  /* Auto */
  /* line 363, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-auto\@xl {
    width: auto; }
  /* Expand */
  /* line 366, resources/assets/styles/vendors/uikit/components/width.scss */
  .uk-width-expand\@xl {
    flex: 1;
    min-width: 1px; } }

/* ========================================================================
   Component: Height
 ========================================================================== */
/* line 21, resources/assets/styles/vendors/uikit/components/height.scss */
[class*='uk-height'] {
  box-sizing: border-box; }

/*
 * Only works if parent element has a height set
 */
/* line 27, resources/assets/styles/vendors/uikit/components/height.scss */
.uk-height-1-1 {
  height: 100%; }

/*
 * Useful to create image teasers
 */
/* line 33, resources/assets/styles/vendors/uikit/components/height.scss */
.uk-height-viewport {
  min-height: 100vh; }

/*
 * Pixel
 * Useful for `overflow: auto`
 */
/* line 40, resources/assets/styles/vendors/uikit/components/height.scss */
.uk-height-small {
  height: 150px; }

/* line 41, resources/assets/styles/vendors/uikit/components/height.scss */
.uk-height-medium {
  height: 300px; }

/* line 42, resources/assets/styles/vendors/uikit/components/height.scss */
.uk-height-large {
  height: 450px; }

/* line 44, resources/assets/styles/vendors/uikit/components/height.scss */
.uk-height-max-small {
  max-height: 150px; }

/* line 45, resources/assets/styles/vendors/uikit/components/height.scss */
.uk-height-max-medium {
  max-height: 300px; }

/* line 46, resources/assets/styles/vendors/uikit/components/height.scss */
.uk-height-max-large {
  max-height: 450px; }

/* ========================================================================
   Component: Text
 ========================================================================== */
/* Style modifiers
 ========================================================================== */
/* line 45, resources/assets/styles/vendors/uikit/components/text.scss */
.uk-text-lead {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #333; }

/* line 52, resources/assets/styles/vendors/uikit/components/text.scss */
.uk-text-meta {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #999; }
  /* line 2086, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-text-meta a {
    color: #999; }
  /* line 2088, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-text-meta a:hover {
    color: #666;
    text-decoration: none; }

/* Size modifiers
 ========================================================================== */
/* line 63, resources/assets/styles/vendors/uikit/components/text.scss */
.uk-text-small {
  font-size: 0.875rem;
  line-height: 1.5; }

/* line 69, resources/assets/styles/vendors/uikit/components/text.scss */
.uk-text-large {
  font-size: 1.5rem;
  line-height: 1.5; }

/* line 75, resources/assets/styles/vendors/uikit/components/text.scss */
.uk-text-default {
  font-size: 16px;
  line-height: 1.5; }

/* Weight modifier
 ========================================================================== */
/* line 84, resources/assets/styles/vendors/uikit/components/text.scss */
.uk-text-light {
  font-weight: 300; }

/* line 85, resources/assets/styles/vendors/uikit/components/text.scss */
.uk-text-normal {
  font-weight: 400; }

/* line 86, resources/assets/styles/vendors/uikit/components/text.scss */
.uk-text-bold {
  font-weight: 700; }

/* line 88, resources/assets/styles/vendors/uikit/components/text.scss */
.uk-text-lighter {
  font-weight: lighter; }

/* line 89, resources/assets/styles/vendors/uikit/components/text.scss */
.uk-text-bolder {
  font-weight: bolder; }

/* Style modifier
 ========================================================================== */
/* line 95, resources/assets/styles/vendors/uikit/components/text.scss */
.uk-text-italic {
  font-style: italic; }

/* Transform modifier
 ========================================================================== */
/* line 101, resources/assets/styles/vendors/uikit/components/text.scss */
.uk-text-capitalize {
  text-transform: capitalize !important; }

/* line 102, resources/assets/styles/vendors/uikit/components/text.scss */
.uk-text-uppercase {
  text-transform: uppercase !important; }

/* line 103, resources/assets/styles/vendors/uikit/components/text.scss */
.uk-text-lowercase {
  text-transform: lowercase !important; }

/* Decoration modifier
 ========================================================================== */
/* line 109, resources/assets/styles/vendors/uikit/components/text.scss */
.uk-text-decoration-none {
  text-decoration: none !important; }

/* Color modifiers
 ========================================================================== */
/* line 115, resources/assets/styles/vendors/uikit/components/text.scss */
.uk-text-muted {
  color: #999 !important; }

/* line 116, resources/assets/styles/vendors/uikit/components/text.scss */
.uk-text-emphasis {
  color: #333 !important; }

/* line 117, resources/assets/styles/vendors/uikit/components/text.scss */
.uk-text-primary {
  color: #1e87f0 !important; }

/* line 118, resources/assets/styles/vendors/uikit/components/text.scss */
.uk-text-secondary {
  color: #222 !important; }

/* line 119, resources/assets/styles/vendors/uikit/components/text.scss */
.uk-text-success {
  color: #32d296 !important; }

/* line 120, resources/assets/styles/vendors/uikit/components/text.scss */
.uk-text-warning {
  color: #faa05a !important; }

/* line 121, resources/assets/styles/vendors/uikit/components/text.scss */
.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
 */
/* line 134, resources/assets/styles/vendors/uikit/components/text.scss */
.uk-text-background {
  /* 1 */
  -webkit-background-clip: text;
  /* 2 */
  display: inline-block;
  /* 3 */
  color: #1e87f0 !important; }

@supports (-webkit-background-clip: text) {
  /* line 145, resources/assets/styles/vendors/uikit/components/text.scss */
  .uk-text-background {
    background-color: #1e87f0;
    color: transparent !important; } }

/* Alignment modifiers
 ========================================================================== */
/* line 157, resources/assets/styles/vendors/uikit/components/text.scss */
.uk-text-left {
  text-align: left !important; }

/* line 158, resources/assets/styles/vendors/uikit/components/text.scss */
.uk-text-right {
  text-align: right !important; }

/* line 159, resources/assets/styles/vendors/uikit/components/text.scss */
.uk-text-center {
  text-align: center !important; }

/* line 160, resources/assets/styles/vendors/uikit/components/text.scss */
.uk-text-justify {
  text-align: justify !important; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  /* line 165, resources/assets/styles/vendors/uikit/components/text.scss */
  .uk-text-left\@s {
    text-align: left !important; }
  /* line 166, resources/assets/styles/vendors/uikit/components/text.scss */
  .uk-text-right\@s {
    text-align: right !important; }
  /* line 167, resources/assets/styles/vendors/uikit/components/text.scss */
  .uk-text-center\@s {
    text-align: center !important; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* line 174, resources/assets/styles/vendors/uikit/components/text.scss */
  .uk-text-left\@m {
    text-align: left !important; }
  /* line 175, resources/assets/styles/vendors/uikit/components/text.scss */
  .uk-text-right\@m {
    text-align: right !important; }
  /* line 176, resources/assets/styles/vendors/uikit/components/text.scss */
  .uk-text-center\@m {
    text-align: center !important; } }

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* line 183, resources/assets/styles/vendors/uikit/components/text.scss */
  .uk-text-left\@l {
    text-align: left !important; }
  /* line 184, resources/assets/styles/vendors/uikit/components/text.scss */
  .uk-text-right\@l {
    text-align: right !important; }
  /* line 185, resources/assets/styles/vendors/uikit/components/text.scss */
  .uk-text-center\@l {
    text-align: center !important; } }

/* Large screen and bigger */
@media (min-width: 1600px) {
  /* line 192, resources/assets/styles/vendors/uikit/components/text.scss */
  .uk-text-left\@xl {
    text-align: left !important; }
  /* line 193, resources/assets/styles/vendors/uikit/components/text.scss */
  .uk-text-right\@xl {
    text-align: right !important; }
  /* line 194, resources/assets/styles/vendors/uikit/components/text.scss */
  .uk-text-center\@xl {
    text-align: center !important; } }

/*
 * Vertical
 */
/* line 202, resources/assets/styles/vendors/uikit/components/text.scss */
.uk-text-top {
  vertical-align: top !important; }

/* line 203, resources/assets/styles/vendors/uikit/components/text.scss */
.uk-text-middle {
  vertical-align: middle !important; }

/* line 204, resources/assets/styles/vendors/uikit/components/text.scss */
.uk-text-bottom {
  vertical-align: bottom !important; }

/* line 205, resources/assets/styles/vendors/uikit/components/text.scss */
.uk-text-baseline {
  vertical-align: baseline !important; }

/* Wrap modifiers
 ========================================================================== */
/*
 * Prevent text from wrapping onto multiple lines
 */
/* line 215, resources/assets/styles/vendors/uikit/components/text.scss */
.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
 */
/* line 223, resources/assets/styles/vendors/uikit/components/text.scss */
.uk-text-truncate {
  /* 1 */
  max-width: 100%;
  /* 2 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* 2 */
/* line 233, resources/assets/styles/vendors/uikit/components/text.scss */
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
 */
/* line 245, resources/assets/styles/vendors/uikit/components/text.scss */
.uk-text-break {
  /* 1 */
  overflow-wrap: break-word;
  /* 2 */
  word-wrap: break-word; }

/* 3 */
/* line 253, resources/assets/styles/vendors/uikit/components/text.scss */
th.uk-text-break,
td.uk-text-break {
  word-break: break-all; }

/* ========================================================================
   Component: Column
 ========================================================================== */
/* line 27, resources/assets/styles/vendors/uikit/components/column.scss */
[class*='uk-column-'] {
  column-gap: 30px; }

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* line 32, resources/assets/styles/vendors/uikit/components/column.scss */
  [class*='uk-column-'] {
    column-gap: 40px; } }

/*
 * Fix image 1px line wrapping into the next column in Chrome
 */
/* line 40, resources/assets/styles/vendors/uikit/components/column.scss */
[class*='uk-column-'] img {
  transform: translate3d(0, 0, 0); }

/* Divider
 ========================================================================== */
/*
 * 1. Double the column gap
 */
/* line 50, resources/assets/styles/vendors/uikit/components/column.scss */
.uk-column-divider {
  column-rule: 1px solid #e5e5e5;
  /* 1 */
  column-gap: 60px; }

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* line 59, resources/assets/styles/vendors/uikit/components/column.scss */
  .uk-column-divider {
    column-gap: 80px; } }

/* Width modifiers
 ========================================================================== */
/* line 69, resources/assets/styles/vendors/uikit/components/column.scss */
.uk-column-1-2 {
  column-count: 2; }

/* line 70, resources/assets/styles/vendors/uikit/components/column.scss */
.uk-column-1-3 {
  column-count: 3; }

/* line 71, resources/assets/styles/vendors/uikit/components/column.scss */
.uk-column-1-4 {
  column-count: 4; }

/* line 72, resources/assets/styles/vendors/uikit/components/column.scss */
.uk-column-1-5 {
  column-count: 5; }

/* line 73, resources/assets/styles/vendors/uikit/components/column.scss */
.uk-column-1-6 {
  column-count: 6; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  /* line 78, resources/assets/styles/vendors/uikit/components/column.scss */
  .uk-column-1-2\@s {
    column-count: 2; }
  /* line 79, resources/assets/styles/vendors/uikit/components/column.scss */
  .uk-column-1-3\@s {
    column-count: 3; }
  /* line 80, resources/assets/styles/vendors/uikit/components/column.scss */
  .uk-column-1-4\@s {
    column-count: 4; }
  /* line 81, resources/assets/styles/vendors/uikit/components/column.scss */
  .uk-column-1-5\@s {
    column-count: 5; }
  /* line 82, resources/assets/styles/vendors/uikit/components/column.scss */
  .uk-column-1-6\@s {
    column-count: 6; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* line 89, resources/assets/styles/vendors/uikit/components/column.scss */
  .uk-column-1-2\@m {
    column-count: 2; }
  /* line 90, resources/assets/styles/vendors/uikit/components/column.scss */
  .uk-column-1-3\@m {
    column-count: 3; }
  /* line 91, resources/assets/styles/vendors/uikit/components/column.scss */
  .uk-column-1-4\@m {
    column-count: 4; }
  /* line 92, resources/assets/styles/vendors/uikit/components/column.scss */
  .uk-column-1-5\@m {
    column-count: 5; }
  /* line 93, resources/assets/styles/vendors/uikit/components/column.scss */
  .uk-column-1-6\@m {
    column-count: 6; } }

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* line 100, resources/assets/styles/vendors/uikit/components/column.scss */
  .uk-column-1-2\@l {
    column-count: 2; }
  /* line 101, resources/assets/styles/vendors/uikit/components/column.scss */
  .uk-column-1-3\@l {
    column-count: 3; }
  /* line 102, resources/assets/styles/vendors/uikit/components/column.scss */
  .uk-column-1-4\@l {
    column-count: 4; }
  /* line 103, resources/assets/styles/vendors/uikit/components/column.scss */
  .uk-column-1-5\@l {
    column-count: 5; }
  /* line 104, resources/assets/styles/vendors/uikit/components/column.scss */
  .uk-column-1-6\@l {
    column-count: 6; } }

/* Large screen and bigger */
@media (min-width: 1600px) {
  /* line 111, resources/assets/styles/vendors/uikit/components/column.scss */
  .uk-column-1-2\@xl {
    column-count: 2; }
  /* line 112, resources/assets/styles/vendors/uikit/components/column.scss */
  .uk-column-1-3\@xl {
    column-count: 3; }
  /* line 113, resources/assets/styles/vendors/uikit/components/column.scss */
  .uk-column-1-4\@xl {
    column-count: 4; }
  /* line 114, resources/assets/styles/vendors/uikit/components/column.scss */
  .uk-column-1-5\@xl {
    column-count: 5; }
  /* line 115, resources/assets/styles/vendors/uikit/components/column.scss */
  .uk-column-1-6\@xl {
    column-count: 6; } }

/* Make element span across all columns
 * Does not work in Firefox yet
 ========================================================================== */
/* line 123, resources/assets/styles/vendors/uikit/components/column.scss */
.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
 */
/* line 23, resources/assets/styles/vendors/uikit/components/cover.scss */
.uk-cover {
  /* 1 */
  max-width: none;
  /* 2 */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

/* line 33, resources/assets/styles/vendors/uikit/components/cover.scss */
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
 */
/* line 44, resources/assets/styles/vendors/uikit/components/cover.scss */
.uk-cover-container {
  /* 1 */
  overflow: hidden;
  /* 2 */
  position: relative; }

/* ========================================================================
   Component: Background
 ========================================================================== */
/* Color
 ========================================================================== */
/* line 26, resources/assets/styles/vendors/uikit/components/background.scss */
.uk-background-default {
  background-color: #fff; }

/* line 27, resources/assets/styles/vendors/uikit/components/background.scss */
.uk-background-muted {
  background-color: #f8f8f8; }

/* line 28, resources/assets/styles/vendors/uikit/components/background.scss */
.uk-background-primary {
  background-color: #1e87f0; }

/* line 29, resources/assets/styles/vendors/uikit/components/background.scss */
.uk-background-secondary {
  background-color: #222; }

/* Size
 ========================================================================== */
/* line 35, resources/assets/styles/vendors/uikit/components/background.scss */
.uk-background-cover,
.uk-background-contain,
.uk-background-width-1-1,
.uk-background-height-1-1 {
  background-position: 50% 50%;
  background-repeat: no-repeat; }

/* line 43, resources/assets/styles/vendors/uikit/components/background.scss */
.uk-background-cover {
  background-size: cover; }

/* line 44, resources/assets/styles/vendors/uikit/components/background.scss */
.uk-background-contain {
  background-size: contain; }

/* line 45, resources/assets/styles/vendors/uikit/components/background.scss */
.uk-background-width-1-1 {
  background-size: 100%; }

/* line 46, resources/assets/styles/vendors/uikit/components/background.scss */
.uk-background-height-1-1 {
  background-size: auto 100%; }

/* Position
 ========================================================================== */
/* line 52, resources/assets/styles/vendors/uikit/components/background.scss */
.uk-background-top-left {
  background-position: 0 0; }

/* line 53, resources/assets/styles/vendors/uikit/components/background.scss */
.uk-background-top-center {
  background-position: 50% 0; }

/* line 54, resources/assets/styles/vendors/uikit/components/background.scss */
.uk-background-top-right {
  background-position: 100% 0; }

/* line 55, resources/assets/styles/vendors/uikit/components/background.scss */
.uk-background-center-left {
  background-position: 0 50%; }

/* line 56, resources/assets/styles/vendors/uikit/components/background.scss */
.uk-background-center-center {
  background-position: 50% 50%; }

/* line 57, resources/assets/styles/vendors/uikit/components/background.scss */
.uk-background-center-right {
  background-position: 100% 50%; }

/* line 58, resources/assets/styles/vendors/uikit/components/background.scss */
.uk-background-bottom-left {
  background-position: 0 100%; }

/* line 59, resources/assets/styles/vendors/uikit/components/background.scss */
.uk-background-bottom-center {
  background-position: 50% 100%; }

/* line 60, resources/assets/styles/vendors/uikit/components/background.scss */
.uk-background-bottom-right {
  background-position: 100% 100%; }

/* Repeat
 ========================================================================== */
/* line 66, resources/assets/styles/vendors/uikit/components/background.scss */
.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`
 */
/* line 76, resources/assets/styles/vendors/uikit/components/background.scss */
.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) {
  /* line 87, resources/assets/styles/vendors/uikit/components/background.scss */
  .uk-background-fixed {
    background-attachment: scroll; } }

/* Image
 ========================================================================== */
/* Phone portrait and smaller */
@media (max-width: 639px) {
  /* line 97, resources/assets/styles/vendors/uikit/components/background.scss */
  .uk-background-image\@s {
    background-image: none !important; } }

/* Phone landscape and smaller */
@media (max-width: 959px) {
  /* line 104, resources/assets/styles/vendors/uikit/components/background.scss */
  .uk-background-image\@m {
    background-image: none !important; } }

/* Tablet landscape and smaller */
@media (max-width: 1199px) {
  /* line 111, resources/assets/styles/vendors/uikit/components/background.scss */
  .uk-background-image\@l {
    background-image: none !important; } }

/* Desktop and smaller */
@media (max-width: 1599px) {
  /* line 118, resources/assets/styles/vendors/uikit/components/background.scss */
  .uk-background-image\@xl {
    background-image: none !important; } }

/* Blend modes
 ========================================================================== */
/* line 126, resources/assets/styles/vendors/uikit/components/background.scss */
.uk-background-blend-multiply {
  background-blend-mode: multiply; }

/* line 127, resources/assets/styles/vendors/uikit/components/background.scss */
.uk-background-blend-screen {
  background-blend-mode: screen; }

/* line 128, resources/assets/styles/vendors/uikit/components/background.scss */
.uk-background-blend-overlay {
  background-blend-mode: overlay; }

/* line 129, resources/assets/styles/vendors/uikit/components/background.scss */
.uk-background-blend-darken {
  background-blend-mode: darken; }

/* line 130, resources/assets/styles/vendors/uikit/components/background.scss */
.uk-background-blend-lighten {
  background-blend-mode: lighten; }

/* line 131, resources/assets/styles/vendors/uikit/components/background.scss */
.uk-background-blend-color-dodge {
  background-blend-mode: color-dodge; }

/* line 132, resources/assets/styles/vendors/uikit/components/background.scss */
.uk-background-blend-color-burn {
  background-blend-mode: color-burn; }

/* line 133, resources/assets/styles/vendors/uikit/components/background.scss */
.uk-background-blend-hard-light {
  background-blend-mode: hard-light; }

/* line 134, resources/assets/styles/vendors/uikit/components/background.scss */
.uk-background-blend-soft-light {
  background-blend-mode: soft-light; }

/* line 135, resources/assets/styles/vendors/uikit/components/background.scss */
.uk-background-blend-difference {
  background-blend-mode: difference; }

/* line 136, resources/assets/styles/vendors/uikit/components/background.scss */
.uk-background-blend-exclusion {
  background-blend-mode: exclusion; }

/* line 137, resources/assets/styles/vendors/uikit/components/background.scss */
.uk-background-blend-hue {
  background-blend-mode: hue; }

/* line 138, resources/assets/styles/vendors/uikit/components/background.scss */
.uk-background-blend-saturation {
  background-blend-mode: saturation; }

/* line 139, resources/assets/styles/vendors/uikit/components/background.scss */
.uk-background-blend-color {
  background-blend-mode: color; }

/* line 140, resources/assets/styles/vendors/uikit/components/background.scss */
.uk-background-blend-luminosity {
  background-blend-mode: luminosity; }

/* ========================================================================
   Component: Align
 ========================================================================== */
/*
 * Default
 */
/* line 28, resources/assets/styles/vendors/uikit/components/align.scss */
[class*='uk-align'] {
  display: block;
  margin-bottom: 30px; }

/* line 33, resources/assets/styles/vendors/uikit/components/align.scss */
* + [class*='uk-align'], *::before + [class*='uk-align'], *::after + [class*='uk-align'] {
  margin-top: 30px; }

/*
 * Center
 */
/* line 39, resources/assets/styles/vendors/uikit/components/align.scss */
.uk-align-center {
  margin-left: auto;
  margin-right: auto; }

/*
 * Left/Right
 */
/* line 48, resources/assets/styles/vendors/uikit/components/align.scss */
.uk-align-left {
  margin-top: 0;
  margin-right: 30px;
  float: left; }

/* line 54, resources/assets/styles/vendors/uikit/components/align.scss */
.uk-align-right {
  margin-top: 0;
  margin-left: 30px;
  float: right; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  /* line 63, resources/assets/styles/vendors/uikit/components/align.scss */
  .uk-align-left\@s {
    margin-top: 0;
    margin-right: 30px;
    float: left; }
  /* line 69, resources/assets/styles/vendors/uikit/components/align.scss */
  .uk-align-right\@s {
    margin-top: 0;
    margin-left: 30px;
    float: right; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* line 80, resources/assets/styles/vendors/uikit/components/align.scss */
  .uk-align-left\@m {
    margin-top: 0;
    margin-right: 30px;
    float: left; }
  /* line 86, resources/assets/styles/vendors/uikit/components/align.scss */
  .uk-align-right\@m {
    margin-top: 0;
    margin-left: 30px;
    float: right; } }

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* line 97, resources/assets/styles/vendors/uikit/components/align.scss */
  .uk-align-left\@l {
    margin-top: 0;
    float: left; }
  /* line 102, resources/assets/styles/vendors/uikit/components/align.scss */
  .uk-align-right\@l {
    margin-top: 0;
    float: right; }
  /* line 107, resources/assets/styles/vendors/uikit/components/align.scss */
  .uk-align-left,
  .uk-align-left\@s,
  .uk-align-left\@m,
  .uk-align-left\@l {
    margin-right: 40px; }
  /* line 112, resources/assets/styles/vendors/uikit/components/align.scss */
  .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) {
  /* line 122, resources/assets/styles/vendors/uikit/components/align.scss */
  .uk-align-left\@xl {
    margin-top: 0;
    margin-right: 40px;
    float: left; }
  /* line 128, resources/assets/styles/vendors/uikit/components/align.scss */
  .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 */
/* line 19, resources/assets/styles/vendors/uikit/components/svg.scss */
.uk-svg,
.uk-svg:not(.uk-preserve) [fill*='#']:not(.uk-preserve) {
  fill: currentcolor; }

/* line 22, resources/assets/styles/vendors/uikit/components/svg.scss */
.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
 */
/* line 28, resources/assets/styles/vendors/uikit/components/svg.scss */
.uk-svg {
  transform: translate(0, 0); }

/* ========================================================================
   Component: Utility
 ========================================================================== */
/* Panel
 ========================================================================== */
/* line 66, resources/assets/styles/vendors/uikit/components/utility.scss */
.uk-panel {
  display: flow-root;
  position: relative;
  box-sizing: border-box; }

/*
 * Remove margin from the last-child
 */
/* line 76, resources/assets/styles/vendors/uikit/components/utility.scss */
.uk-panel > :last-child {
  margin-bottom: 0; }

/*
 * Scrollable
 */
/* line 83, resources/assets/styles/vendors/uikit/components/utility.scss */
.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 */
/* line 104, resources/assets/styles/vendors/uikit/components/utility.scss */
.uk-clearfix::before {
  content: "";
  display: table-cell; }

/* 2 */
/* line 110, resources/assets/styles/vendors/uikit/components/utility.scss */
.uk-clearfix::after {
  content: "";
  display: table;
  clear: both; }

/* Float
 ========================================================================== */
/*
 * 1. Prevent content overflow
 */
/* line 124, resources/assets/styles/vendors/uikit/components/utility.scss */
.uk-float-left {
  float: left; }

/* line 125, resources/assets/styles/vendors/uikit/components/utility.scss */
.uk-float-right {
  float: right; }

/* 1 */
/* line 128, resources/assets/styles/vendors/uikit/components/utility.scss */
[class*='uk-float-'] {
  max-width: 100%; }

/* Overfow
 ========================================================================== */
/* line 134, resources/assets/styles/vendors/uikit/components/utility.scss */
.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
 */
/* line 141, resources/assets/styles/vendors/uikit/components/utility.scss */
.uk-overflow-auto {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

/* line 146, resources/assets/styles/vendors/uikit/components/utility.scss */
.uk-overflow-auto > :last-child {
  margin-bottom: 0; }

/* Resize
 ========================================================================== */
/* line 152, resources/assets/styles/vendors/uikit/components/utility.scss */
.uk-resize {
  resize: both; }

/* line 153, resources/assets/styles/vendors/uikit/components/utility.scss */
.uk-resize-vertical {
  resize: vertical; }

/* Display
 ========================================================================== */
/* line 159, resources/assets/styles/vendors/uikit/components/utility.scss */
.uk-display-block {
  display: block !important; }

/* line 160, resources/assets/styles/vendors/uikit/components/utility.scss */
.uk-display-inline {
  display: inline !important; }

/* line 161, resources/assets/styles/vendors/uikit/components/utility.scss */
.uk-display-inline-block {
  display: inline-block !important; }

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

/* line 190, resources/assets/styles/vendors/uikit/components/utility.scss */
.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
 */
/* line 204, resources/assets/styles/vendors/uikit/components/utility.scss */
.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
 */
/* line 215, resources/assets/styles/vendors/uikit/components/utility.scss */
.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
 */
/* line 223, resources/assets/styles/vendors/uikit/components/utility.scss */
.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
 */
/* line 236, resources/assets/styles/vendors/uikit/components/utility.scss */
.uk-responsive-height {
  /* 1 */
  max-height: 100%;
  /* 2 */
  width: auto;
  /* 3 */
  max-width: none; }

/* Border
 ========================================================================== */
/* line 249, resources/assets/styles/vendors/uikit/components/utility.scss */
.uk-border-circle {
  border-radius: 50%; }

/* line 250, resources/assets/styles/vendors/uikit/components/utility.scss */
.uk-border-pill {
  border-radius: 500px; }

/* line 251, resources/assets/styles/vendors/uikit/components/utility.scss */
.uk-border-rounded {
  border-radius: 5px; }

/*
 * Fix `overflow: hidden` to be ignored with border-radius and CSS transforms in Webkit
 */
/* line 257, resources/assets/styles/vendors/uikit/components/utility.scss */
.uk-inline-clip[class*='uk-border-'] {
  -webkit-transform: translateZ(0); }

/* Box-shadow
 ========================================================================== */
/* line 263, resources/assets/styles/vendors/uikit/components/utility.scss */
.uk-box-shadow-small {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); }

/* line 264, resources/assets/styles/vendors/uikit/components/utility.scss */
.uk-box-shadow-medium {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); }

/* line 265, resources/assets/styles/vendors/uikit/components/utility.scss */
.uk-box-shadow-large {
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16); }

/* line 266, resources/assets/styles/vendors/uikit/components/utility.scss */
.uk-box-shadow-xlarge {
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16); }

/*
 * Hover
 */
/* line 272, resources/assets/styles/vendors/uikit/components/utility.scss */
[class*='uk-box-shadow-hover'] {
  transition: box-shadow 0.1s ease-in-out; }

/* line 274, resources/assets/styles/vendors/uikit/components/utility.scss */
.uk-box-shadow-hover-small:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); }

/* line 275, resources/assets/styles/vendors/uikit/components/utility.scss */
.uk-box-shadow-hover-medium:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); }

/* line 276, resources/assets/styles/vendors/uikit/components/utility.scss */
.uk-box-shadow-hover-large:hover {
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16); }

/* line 277, resources/assets/styles/vendors/uikit/components/utility.scss */
.uk-box-shadow-hover-xlarge:hover {
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16); }

/* Box-shadow bottom
 ========================================================================== */
/*
 * 1. Set position.
 * 2. Set style
 * 3. Fix shadow being clipped in Safari if container is animated
 */
@supports (filter: blur(0)) {
  /* line 291, resources/assets/styles/vendors/uikit/components/utility.scss */
  .uk-box-shadow-bottom {
    display: inline-block;
    position: relative;
    z-index: 0;
    max-width: 100%;
    vertical-align: middle; }
  /* line 299, resources/assets/styles/vendors/uikit/components/utility.scss */
  .uk-box-shadow-bottom::after {
    content: '';
    /* 1 */
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    z-index: -1;
    /* 2 */
    height: 30px;
    border-radius: 100%;
    background: #444;
    filter: blur(20px);
    /* 3 */
    will-change: filter; } }

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

/* 2 */
@-moz-document url-prefix() {
  /* line 346, resources/assets/styles/vendors/uikit/components/utility.scss */
  .uk-dropcap::first-letter,
  .uk-dropcap > p:first-of-type::first-letter {
    margin-top: 1.1%; } }

/* 3 */
@supports (-ms-ime-align: auto) {
  /* line 354, resources/assets/styles/vendors/uikit/components/utility.scss */
  .uk-dropcap > p:first-of-type::first-letter {
    font-size: 1em; } }

/* Logo
 ========================================================================== */
/*
 * 1. Required for `a`
 */
/* line 366, resources/assets/styles/vendors/uikit/components/utility.scss */
.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 */
/* line 376, resources/assets/styles/vendors/uikit/components/utility.scss */
.uk-logo:hover,
.uk-logo:focus {
  color: #666;
  outline: none;
  /* 1 */
  text-decoration: none; }

/* line 385, resources/assets/styles/vendors/uikit/components/utility.scss */
.uk-logo-inverse {
  display: none; }

/* Disabled State
 ========================================================================== */
/* line 391, resources/assets/styles/vendors/uikit/components/utility.scss */
.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
 */
/* line 402, resources/assets/styles/vendors/uikit/components/utility.scss */
.uk-drag,
.uk-drag *,
.uk-drag *::before,
.uk-drag *::after {
  cursor: move; }

/* 2 */
/* line 407, resources/assets/styles/vendors/uikit/components/utility.scss */
.uk-drag iframe {
  pointer-events: none; }

/* Dragover State
 ========================================================================== */
/*
 * Create a box-shadow when dragging a file over the upload area
 */
/* line 417, resources/assets/styles/vendors/uikit/components/utility.scss */
.uk-dragover {
  box-shadow: 0 0 20px rgba(100, 100, 100, 0.3); }

/* Blend modes
 ========================================================================== */
/* line 423, resources/assets/styles/vendors/uikit/components/utility.scss */
.uk-blend-multiply {
  mix-blend-mode: multiply; }

/* line 424, resources/assets/styles/vendors/uikit/components/utility.scss */
.uk-blend-screen {
  mix-blend-mode: screen; }

/* line 425, resources/assets/styles/vendors/uikit/components/utility.scss */
.uk-blend-overlay {
  mix-blend-mode: overlay; }

/* line 426, resources/assets/styles/vendors/uikit/components/utility.scss */
.uk-blend-darken {
  mix-blend-mode: darken; }

/* line 427, resources/assets/styles/vendors/uikit/components/utility.scss */
.uk-blend-lighten {
  mix-blend-mode: lighten; }

/* line 428, resources/assets/styles/vendors/uikit/components/utility.scss */
.uk-blend-color-dodge {
  mix-blend-mode: color-dodge; }

/* line 429, resources/assets/styles/vendors/uikit/components/utility.scss */
.uk-blend-color-burn {
  mix-blend-mode: color-burn; }

/* line 430, resources/assets/styles/vendors/uikit/components/utility.scss */
.uk-blend-hard-light {
  mix-blend-mode: hard-light; }

/* line 431, resources/assets/styles/vendors/uikit/components/utility.scss */
.uk-blend-soft-light {
  mix-blend-mode: soft-light; }

/* line 432, resources/assets/styles/vendors/uikit/components/utility.scss */
.uk-blend-difference {
  mix-blend-mode: difference; }

/* line 433, resources/assets/styles/vendors/uikit/components/utility.scss */
.uk-blend-exclusion {
  mix-blend-mode: exclusion; }

/* line 434, resources/assets/styles/vendors/uikit/components/utility.scss */
.uk-blend-hue {
  mix-blend-mode: hue; }

/* line 435, resources/assets/styles/vendors/uikit/components/utility.scss */
.uk-blend-saturation {
  mix-blend-mode: saturation; }

/* line 436, resources/assets/styles/vendors/uikit/components/utility.scss */
.uk-blend-color {
  mix-blend-mode: color; }

/* line 437, resources/assets/styles/vendors/uikit/components/utility.scss */
.uk-blend-luminosity {
  mix-blend-mode: luminosity; }

/* Transform
========================================================================== */
/* line 443, resources/assets/styles/vendors/uikit/components/utility.scss */
.uk-transform-center {
  transform: translate(-50%, -50%); }

/* Transform Origin
========================================================================== */
/* line 449, resources/assets/styles/vendors/uikit/components/utility.scss */
.uk-transform-origin-top-left {
  transform-origin: 0 0; }

/* line 450, resources/assets/styles/vendors/uikit/components/utility.scss */
.uk-transform-origin-top-center {
  transform-origin: 50% 0; }

/* line 451, resources/assets/styles/vendors/uikit/components/utility.scss */
.uk-transform-origin-top-right {
  transform-origin: 100% 0; }

/* line 452, resources/assets/styles/vendors/uikit/components/utility.scss */
.uk-transform-origin-center-left {
  transform-origin: 0 50%; }

/* line 453, resources/assets/styles/vendors/uikit/components/utility.scss */
.uk-transform-origin-center-right {
  transform-origin: 100% 50%; }

/* line 454, resources/assets/styles/vendors/uikit/components/utility.scss */
.uk-transform-origin-bottom-left {
  transform-origin: 0 100%; }

/* line 455, resources/assets/styles/vendors/uikit/components/utility.scss */
.uk-transform-origin-bottom-center {
  transform-origin: 50% 100%; }

/* line 456, resources/assets/styles/vendors/uikit/components/utility.scss */
.uk-transform-origin-bottom-right {
  transform-origin: 100% 100%; }

/* ========================================================================
   Component: Flex
 ========================================================================== */
/* line 13, resources/assets/styles/vendors/uikit/components/flex.scss */
.uk-flex {
  display: flex; }

/* line 14, resources/assets/styles/vendors/uikit/components/flex.scss */
.uk-flex-inline {
  display: inline-flex; }

/*
 * Remove pseudo elements created by micro clearfix as precaution
 */
/* line 20, resources/assets/styles/vendors/uikit/components/flex.scss */
.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
 */
/* line 35, resources/assets/styles/vendors/uikit/components/flex.scss */
.uk-flex-left {
  justify-content: flex-start; }

/* line 36, resources/assets/styles/vendors/uikit/components/flex.scss */
.uk-flex-center {
  justify-content: center; }

/* line 37, resources/assets/styles/vendors/uikit/components/flex.scss */
.uk-flex-right {
  justify-content: flex-end; }

/* line 38, resources/assets/styles/vendors/uikit/components/flex.scss */
.uk-flex-between {
  justify-content: space-between; }

/* line 39, resources/assets/styles/vendors/uikit/components/flex.scss */
.uk-flex-around {
  justify-content: space-around; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  /* line 45, resources/assets/styles/vendors/uikit/components/flex.scss */
  .uk-flex-left\@s {
    justify-content: flex-start; }
  /* line 46, resources/assets/styles/vendors/uikit/components/flex.scss */
  .uk-flex-center\@s {
    justify-content: center; }
  /* line 47, resources/assets/styles/vendors/uikit/components/flex.scss */
  .uk-flex-right\@s {
    justify-content: flex-end; }
  /* line 48, resources/assets/styles/vendors/uikit/components/flex.scss */
  .uk-flex-between\@s {
    justify-content: space-between; }
  /* line 49, resources/assets/styles/vendors/uikit/components/flex.scss */
  .uk-flex-around\@s {
    justify-content: space-around; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* line 56, resources/assets/styles/vendors/uikit/components/flex.scss */
  .uk-flex-left\@m {
    justify-content: flex-start; }
  /* line 57, resources/assets/styles/vendors/uikit/components/flex.scss */
  .uk-flex-center\@m {
    justify-content: center; }
  /* line 58, resources/assets/styles/vendors/uikit/components/flex.scss */
  .uk-flex-right\@m {
    justify-content: flex-end; }
  /* line 59, resources/assets/styles/vendors/uikit/components/flex.scss */
  .uk-flex-between\@m {
    justify-content: space-between; }
  /* line 60, resources/assets/styles/vendors/uikit/components/flex.scss */
  .uk-flex-around\@m {
    justify-content: space-around; } }

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* line 67, resources/assets/styles/vendors/uikit/components/flex.scss */
  .uk-flex-left\@l {
    justify-content: flex-start; }
  /* line 68, resources/assets/styles/vendors/uikit/components/flex.scss */
  .uk-flex-center\@l {
    justify-content: center; }
  /* line 69, resources/assets/styles/vendors/uikit/components/flex.scss */
  .uk-flex-right\@l {
    justify-content: flex-end; }
  /* line 70, resources/assets/styles/vendors/uikit/components/flex.scss */
  .uk-flex-between\@l {
    justify-content: space-between; }
  /* line 71, resources/assets/styles/vendors/uikit/components/flex.scss */
  .uk-flex-around\@l {
    justify-content: space-around; } }

/* Large screen and bigger */
@media (min-width: 1600px) {
  /* line 78, resources/assets/styles/vendors/uikit/components/flex.scss */
  .uk-flex-left\@xl {
    justify-content: flex-start; }
  /* line 79, resources/assets/styles/vendors/uikit/components/flex.scss */
  .uk-flex-center\@xl {
    justify-content: center; }
  /* line 80, resources/assets/styles/vendors/uikit/components/flex.scss */
  .uk-flex-right\@xl {
    justify-content: flex-end; }
  /* line 81, resources/assets/styles/vendors/uikit/components/flex.scss */
  .uk-flex-between\@xl {
    justify-content: space-between; }
  /* line 82, resources/assets/styles/vendors/uikit/components/flex.scss */
  .uk-flex-around\@xl {
    justify-content: space-around; } }

/*
 * Align items in the cross axis of the current line of the flex container
 * Row: Vertical
 */
/* line 92, resources/assets/styles/vendors/uikit/components/flex.scss */
.uk-flex-stretch {
  align-items: stretch; }

/* line 93, resources/assets/styles/vendors/uikit/components/flex.scss */
.uk-flex-top {
  align-items: flex-start; }

/* line 94, resources/assets/styles/vendors/uikit/components/flex.scss */
.uk-flex-middle {
  align-items: center; }

/* line 95, resources/assets/styles/vendors/uikit/components/flex.scss */
.uk-flex-bottom {
  align-items: flex-end; }

/* Direction
 ========================================================================== */
/* line 102, resources/assets/styles/vendors/uikit/components/flex.scss */
.uk-flex-row {
  flex-direction: row; }

/* line 103, resources/assets/styles/vendors/uikit/components/flex.scss */
.uk-flex-row-reverse {
  flex-direction: row-reverse; }

/* line 104, resources/assets/styles/vendors/uikit/components/flex.scss */
.uk-flex-column {
  flex-direction: column; }

/* line 105, resources/assets/styles/vendors/uikit/components/flex.scss */
.uk-flex-column-reverse {
  flex-direction: column-reverse; }

/* Wrap
 ========================================================================== */
/* line 112, resources/assets/styles/vendors/uikit/components/flex.scss */
.uk-flex-nowrap {
  flex-wrap: nowrap; }

/* line 113, resources/assets/styles/vendors/uikit/components/flex.scss */
.uk-flex-wrap {
  flex-wrap: wrap; }

/* line 114, resources/assets/styles/vendors/uikit/components/flex.scss */
.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
 */
/* line 122, resources/assets/styles/vendors/uikit/components/flex.scss */
.uk-flex-wrap-stretch {
  align-content: stretch; }

/* line 123, resources/assets/styles/vendors/uikit/components/flex.scss */
.uk-flex-wrap-top {
  align-content: flex-start; }

/* line 124, resources/assets/styles/vendors/uikit/components/flex.scss */
.uk-flex-wrap-middle {
  align-content: center; }

/* line 125, resources/assets/styles/vendors/uikit/components/flex.scss */
.uk-flex-wrap-bottom {
  align-content: flex-end; }

/* line 126, resources/assets/styles/vendors/uikit/components/flex.scss */
.uk-flex-wrap-between {
  align-content: space-between; }

/* line 127, resources/assets/styles/vendors/uikit/components/flex.scss */
.uk-flex-wrap-around {
  align-content: space-around; }

/* Item ordering
 ========================================================================== */
/*
 * Default is 0
 */
/* line 137, resources/assets/styles/vendors/uikit/components/flex.scss */
.uk-flex-first {
  order: -1; }

/* line 138, resources/assets/styles/vendors/uikit/components/flex.scss */
.uk-flex-last {
  order: 99; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  /* line 144, resources/assets/styles/vendors/uikit/components/flex.scss */
  .uk-flex-first\@s {
    order: -1; }
  /* line 145, resources/assets/styles/vendors/uikit/components/flex.scss */
  .uk-flex-last\@s {
    order: 99; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* line 152, resources/assets/styles/vendors/uikit/components/flex.scss */
  .uk-flex-first\@m {
    order: -1; }
  /* line 153, resources/assets/styles/vendors/uikit/components/flex.scss */
  .uk-flex-last\@m {
    order: 99; } }

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* line 160, resources/assets/styles/vendors/uikit/components/flex.scss */
  .uk-flex-first\@l {
    order: -1; }
  /* line 161, resources/assets/styles/vendors/uikit/components/flex.scss */
  .uk-flex-last\@l {
    order: 99; } }

/* Large screen and bigger */
@media (min-width: 1600px) {
  /* line 168, resources/assets/styles/vendors/uikit/components/flex.scss */
  .uk-flex-first\@xl {
    order: -1; }
  /* line 169, resources/assets/styles/vendors/uikit/components/flex.scss */
  .uk-flex-last\@xl {
    order: 99; } }

/* Item dimensions
 ========================================================================== */
/*
 * Initial: 0 1 auto
 * Content dimensions, but shrinks
 */
/*
 * No Flex: 0 0 auto
 * Content dimensions
 */
/* line 187, resources/assets/styles/vendors/uikit/components/flex.scss */
.uk-flex-none {
  flex: none; }

/*
 * Relative Flex: 1 1 auto
 * Space is allocated considering content
 */
/* line 194, resources/assets/styles/vendors/uikit/components/flex.scss */
.uk-flex-auto {
  flex: auto; }

/*
 * Absolute Flex: 1 1 0%
 * Space is allocated solely based on flex
 */
/* line 201, resources/assets/styles/vendors/uikit/components/flex.scss */
.uk-flex-1 {
  flex: 1; }

/* ========================================================================
   Component: Margin
 ========================================================================== */
/*
 * Default
 */
/* line 39, resources/assets/styles/vendors/uikit/components/margin.scss */
.uk-margin {
  margin-bottom: 20px; }

/* line 40, resources/assets/styles/vendors/uikit/components/margin.scss */
* + .uk-margin, *::before + .uk-margin, *::after + .uk-margin {
  margin-top: 20px !important; }

/* line 42, resources/assets/styles/vendors/uikit/components/margin.scss */
.uk-margin-top {
  margin-top: 20px !important; }

/* line 43, resources/assets/styles/vendors/uikit/components/margin.scss */
.uk-margin-bottom {
  margin-bottom: 20px !important; }

/* line 44, resources/assets/styles/vendors/uikit/components/margin.scss */
.uk-margin-left {
  margin-left: 20px !important; }

/* line 45, resources/assets/styles/vendors/uikit/components/margin.scss */
.uk-margin-right {
  margin-right: 20px !important; }

/* Small
 ========================================================================== */
/* line 51, resources/assets/styles/vendors/uikit/components/margin.scss */
.uk-margin-small {
  margin-bottom: 10px; }

/* line 52, resources/assets/styles/vendors/uikit/components/margin.scss */
* + .uk-margin-small, *::before + .uk-margin-small, *::after + .uk-margin-small {
  margin-top: 10px !important; }

/* line 54, resources/assets/styles/vendors/uikit/components/margin.scss */
.uk-margin-small-top {
  margin-top: 10px !important; }

/* line 55, resources/assets/styles/vendors/uikit/components/margin.scss */
.uk-margin-small-bottom {
  margin-bottom: 10px !important; }

/* line 56, resources/assets/styles/vendors/uikit/components/margin.scss */
.uk-margin-small-left {
  margin-left: 10px !important; }

/* line 57, resources/assets/styles/vendors/uikit/components/margin.scss */
.uk-margin-small-right {
  margin-right: 10px !important; }

/* Medium
 ========================================================================== */
/* line 63, resources/assets/styles/vendors/uikit/components/margin.scss */
.uk-margin-medium {
  margin-bottom: 40px; }

/* line 64, resources/assets/styles/vendors/uikit/components/margin.scss */
* + .uk-margin-medium, *::before + .uk-margin-medium, *::after + .uk-margin-medium {
  margin-top: 40px !important; }

/* line 66, resources/assets/styles/vendors/uikit/components/margin.scss */
.uk-margin-medium-top {
  margin-top: 40px !important; }

/* line 67, resources/assets/styles/vendors/uikit/components/margin.scss */
.uk-margin-medium-bottom {
  margin-bottom: 40px !important; }

/* line 68, resources/assets/styles/vendors/uikit/components/margin.scss */
.uk-margin-medium-left {
  margin-left: 40px !important; }

/* line 69, resources/assets/styles/vendors/uikit/components/margin.scss */
.uk-margin-medium-right {
  margin-right: 40px !important; }

/* Large
 ========================================================================== */
/* line 75, resources/assets/styles/vendors/uikit/components/margin.scss */
.uk-margin-large {
  margin-bottom: 40px; }

/* line 76, resources/assets/styles/vendors/uikit/components/margin.scss */
* + .uk-margin-large, *::before + .uk-margin-large, *::after + .uk-margin-large {
  margin-top: 40px !important; }

/* line 78, resources/assets/styles/vendors/uikit/components/margin.scss */
.uk-margin-large-top {
  margin-top: 40px !important; }

/* line 79, resources/assets/styles/vendors/uikit/components/margin.scss */
.uk-margin-large-bottom {
  margin-bottom: 40px !important; }

/* line 80, resources/assets/styles/vendors/uikit/components/margin.scss */
.uk-margin-large-left {
  margin-left: 40px !important; }

/* line 81, resources/assets/styles/vendors/uikit/components/margin.scss */
.uk-margin-large-right {
  margin-right: 40px !important; }

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* line 86, resources/assets/styles/vendors/uikit/components/margin.scss */
  .uk-margin-large {
    margin-bottom: 70px; }
  /* line 87, resources/assets/styles/vendors/uikit/components/margin.scss */
  * + .uk-margin-large, *::before + .uk-margin-large, *::after + .uk-margin-large {
    margin-top: 70px !important; }
  /* line 89, resources/assets/styles/vendors/uikit/components/margin.scss */
  .uk-margin-large-top {
    margin-top: 70px !important; }
  /* line 90, resources/assets/styles/vendors/uikit/components/margin.scss */
  .uk-margin-large-bottom {
    margin-bottom: 70px !important; }
  /* line 91, resources/assets/styles/vendors/uikit/components/margin.scss */
  .uk-margin-large-left {
    margin-left: 70px !important; }
  /* line 92, resources/assets/styles/vendors/uikit/components/margin.scss */
  .uk-margin-large-right {
    margin-right: 70px !important; } }

/* XLarge
 ========================================================================== */
/* line 100, resources/assets/styles/vendors/uikit/components/margin.scss */
.uk-margin-xlarge {
  margin-bottom: 70px; }

/* line 101, resources/assets/styles/vendors/uikit/components/margin.scss */
* + .uk-margin-xlarge, *::before + .uk-margin-xlarge, *::after + .uk-margin-xlarge {
  margin-top: 70px !important; }

/* line 103, resources/assets/styles/vendors/uikit/components/margin.scss */
.uk-margin-xlarge-top {
  margin-top: 70px !important; }

/* line 104, resources/assets/styles/vendors/uikit/components/margin.scss */
.uk-margin-xlarge-bottom {
  margin-bottom: 70px !important; }

/* line 105, resources/assets/styles/vendors/uikit/components/margin.scss */
.uk-margin-xlarge-left {
  margin-left: 70px !important; }

/* line 106, resources/assets/styles/vendors/uikit/components/margin.scss */
.uk-margin-xlarge-right {
  margin-right: 70px !important; }

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* line 111, resources/assets/styles/vendors/uikit/components/margin.scss */
  .uk-margin-xlarge {
    margin-bottom: 140px; }
  /* line 112, resources/assets/styles/vendors/uikit/components/margin.scss */
  * + .uk-margin-xlarge, *::before + .uk-margin-xlarge, *::after + .uk-margin-xlarge {
    margin-top: 140px !important; }
  /* line 114, resources/assets/styles/vendors/uikit/components/margin.scss */
  .uk-margin-xlarge-top {
    margin-top: 140px !important; }
  /* line 115, resources/assets/styles/vendors/uikit/components/margin.scss */
  .uk-margin-xlarge-bottom {
    margin-bottom: 140px !important; }
  /* line 116, resources/assets/styles/vendors/uikit/components/margin.scss */
  .uk-margin-xlarge-left {
    margin-left: 140px !important; }
  /* line 117, resources/assets/styles/vendors/uikit/components/margin.scss */
  .uk-margin-xlarge-right {
    margin-right: 140px !important; } }

/* Auto
 ========================================================================== */
/* line 125, resources/assets/styles/vendors/uikit/components/margin.scss */
.uk-margin-auto {
  margin-left: auto !important;
  margin-right: auto !important; }

/* line 130, resources/assets/styles/vendors/uikit/components/margin.scss */
.uk-margin-auto-top {
  margin-top: auto !important; }

/* line 131, resources/assets/styles/vendors/uikit/components/margin.scss */
.uk-margin-auto-bottom {
  margin-bottom: auto !important; }

/* line 132, resources/assets/styles/vendors/uikit/components/margin.scss */
.uk-margin-auto-left {
  margin-left: auto !important; }

/* line 133, resources/assets/styles/vendors/uikit/components/margin.scss */
.uk-margin-auto-right {
  margin-right: auto !important; }

/* line 135, resources/assets/styles/vendors/uikit/components/margin.scss */
.uk-margin-auto-vertical {
  margin-top: auto !important;
  margin-bottom: auto !important; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  /* line 143, resources/assets/styles/vendors/uikit/components/margin.scss */
  .uk-margin-auto\@s {
    margin-left: auto !important;
    margin-right: auto !important; }
  /* line 148, resources/assets/styles/vendors/uikit/components/margin.scss */
  .uk-margin-auto-left\@s {
    margin-left: auto !important; }
  /* line 149, resources/assets/styles/vendors/uikit/components/margin.scss */
  .uk-margin-auto-right\@s {
    margin-right: auto !important; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* line 156, resources/assets/styles/vendors/uikit/components/margin.scss */
  .uk-margin-auto\@m {
    margin-left: auto !important;
    margin-right: auto !important; }
  /* line 161, resources/assets/styles/vendors/uikit/components/margin.scss */
  .uk-margin-auto-left\@m {
    margin-left: auto !important; }
  /* line 162, resources/assets/styles/vendors/uikit/components/margin.scss */
  .uk-margin-auto-right\@m {
    margin-right: auto !important; } }

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* line 169, resources/assets/styles/vendors/uikit/components/margin.scss */
  .uk-margin-auto\@l {
    margin-left: auto !important;
    margin-right: auto !important; }
  /* line 174, resources/assets/styles/vendors/uikit/components/margin.scss */
  .uk-margin-auto-left\@l {
    margin-left: auto !important; }
  /* line 175, resources/assets/styles/vendors/uikit/components/margin.scss */
  .uk-margin-auto-right\@l {
    margin-right: auto !important; } }

/* Large screen and bigger */
@media (min-width: 1600px) {
  /* line 182, resources/assets/styles/vendors/uikit/components/margin.scss */
  .uk-margin-auto\@xl {
    margin-left: auto !important;
    margin-right: auto !important; }
  /* line 187, resources/assets/styles/vendors/uikit/components/margin.scss */
  .uk-margin-auto-left\@xl {
    margin-left: auto !important; }
  /* line 188, resources/assets/styles/vendors/uikit/components/margin.scss */
  .uk-margin-auto-right\@xl {
    margin-right: auto !important; } }

/* Remove
 ========================================================================== */
/* line 196, resources/assets/styles/vendors/uikit/components/margin.scss */
.uk-margin-remove {
  margin: 0 !important; }

/* line 197, resources/assets/styles/vendors/uikit/components/margin.scss */
.uk-margin-remove-top {
  margin-top: 0 !important; }

/* line 198, resources/assets/styles/vendors/uikit/components/margin.scss */
.uk-margin-remove-bottom {
  margin-bottom: 0 !important; }

/* line 199, resources/assets/styles/vendors/uikit/components/margin.scss */
.uk-margin-remove-left {
  margin-left: 0 !important; }

/* line 200, resources/assets/styles/vendors/uikit/components/margin.scss */
.uk-margin-remove-right {
  margin-right: 0 !important; }

/* line 202, resources/assets/styles/vendors/uikit/components/margin.scss */
.uk-margin-remove-vertical {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

/* line 207, resources/assets/styles/vendors/uikit/components/margin.scss */
.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; }

/* line 209, resources/assets/styles/vendors/uikit/components/margin.scss */
.uk-margin-remove-last-child > :last-child {
  margin-bottom: 0 !important; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  /* line 214, resources/assets/styles/vendors/uikit/components/margin.scss */
  .uk-margin-remove-left\@s {
    margin-left: 0 !important; }
  /* line 215, resources/assets/styles/vendors/uikit/components/margin.scss */
  .uk-margin-remove-right\@s {
    margin-right: 0 !important; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* line 222, resources/assets/styles/vendors/uikit/components/margin.scss */
  .uk-margin-remove-left\@m {
    margin-left: 0 !important; }
  /* line 223, resources/assets/styles/vendors/uikit/components/margin.scss */
  .uk-margin-remove-right\@m {
    margin-right: 0 !important; } }

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* line 230, resources/assets/styles/vendors/uikit/components/margin.scss */
  .uk-margin-remove-left\@l {
    margin-left: 0 !important; }
  /* line 231, resources/assets/styles/vendors/uikit/components/margin.scss */
  .uk-margin-remove-right\@l {
    margin-right: 0 !important; } }

/* Large screen and bigger */
@media (min-width: 1600px) {
  /* line 238, resources/assets/styles/vendors/uikit/components/margin.scss */
  .uk-margin-remove-left\@xl {
    margin-left: 0 !important; }
  /* line 239, resources/assets/styles/vendors/uikit/components/margin.scss */
  .uk-margin-remove-right\@xl {
    margin-right: 0 !important; } }

/* ========================================================================
   Component: Padding
 ========================================================================== */
/* line 27, resources/assets/styles/vendors/uikit/components/padding.scss */
.uk-padding {
  padding: 30px; }

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* line 32, resources/assets/styles/vendors/uikit/components/padding.scss */
  .uk-padding {
    padding: 40px; } }

/* Small
 ========================================================================== */
/* line 40, resources/assets/styles/vendors/uikit/components/padding.scss */
.uk-padding-small {
  padding: 15px; }

/* Large
 ========================================================================== */
/* line 46, resources/assets/styles/vendors/uikit/components/padding.scss */
.uk-padding-large {
  padding: 30px; }

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* line 51, resources/assets/styles/vendors/uikit/components/padding.scss */
  .uk-padding-large {
    padding: 70px; } }

/* Remove
 ========================================================================== */
/* line 59, resources/assets/styles/vendors/uikit/components/padding.scss */
.uk-padding-remove {
  padding: 0 !important; }

/* line 60, resources/assets/styles/vendors/uikit/components/padding.scss */
.uk-padding-remove-top {
  padding-top: 0 !important; }

/* line 61, resources/assets/styles/vendors/uikit/components/padding.scss */
.uk-padding-remove-bottom {
  padding-bottom: 0 !important; }

/* line 62, resources/assets/styles/vendors/uikit/components/padding.scss */
.uk-padding-remove-left {
  padding-left: 0 !important; }

/* line 63, resources/assets/styles/vendors/uikit/components/padding.scss */
.uk-padding-remove-right {
  padding-right: 0 !important; }

/* line 65, resources/assets/styles/vendors/uikit/components/padding.scss */
.uk-padding-remove-vertical {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

/* line 70, resources/assets/styles/vendors/uikit/components/padding.scss */
.uk-padding-remove-horizontal {
  padding-left: 0 !important;
  padding-right: 0 !important; }

/* ========================================================================
   Component: Position
 ========================================================================== */
/* Directions
 ========================================================================== */
/*
 * 1. Prevent content overflow if `max-width: 100%` is used inside position container.
 */
/* line 50, resources/assets/styles/vendors/uikit/components/position.scss */
[class*='uk-position-top'],
[class*='uk-position-bottom'],
[class*='uk-position-left'],
[class*='uk-position-right'],
[class*='uk-position-center'] {
  position: absolute !important;
  /* 1 */
  max-width: 100%; }

/* Edges
 ========================================================================== */
/* Don't use `width: 100%` because it is wrong if the parent has padding. */
/* line 65, resources/assets/styles/vendors/uikit/components/position.scss */
.uk-position-top {
  top: 0;
  left: 0;
  right: 0; }

/* line 71, resources/assets/styles/vendors/uikit/components/position.scss */
.uk-position-bottom {
  bottom: 0;
  left: 0;
  right: 0; }

/* line 77, resources/assets/styles/vendors/uikit/components/position.scss */
.uk-position-left {
  top: 0;
  bottom: 0;
  left: 0; }

/* line 83, resources/assets/styles/vendors/uikit/components/position.scss */
.uk-position-right {
  top: 0;
  bottom: 0;
  right: 0; }

/* Corners
 ========================================================================== */
/* line 93, resources/assets/styles/vendors/uikit/components/position.scss */
.uk-position-top-left {
  top: 0;
  left: 0; }

/* line 98, resources/assets/styles/vendors/uikit/components/position.scss */
.uk-position-top-right {
  top: 0;
  right: 0; }

/* line 103, resources/assets/styles/vendors/uikit/components/position.scss */
.uk-position-bottom-left {
  bottom: 0;
  left: 0; }

/* line 108, resources/assets/styles/vendors/uikit/components/position.scss */
.uk-position-bottom-right {
  bottom: 0;
  right: 0; }

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

/* Vertical */
/* line 129, resources/assets/styles/vendors/uikit/components/position.scss */
[class*='uk-position-center-left'],
[class*='uk-position-center-right'] {
  top: 50%;
  transform: translateY(-50%); }

/* line 135, resources/assets/styles/vendors/uikit/components/position.scss */
.uk-position-center-left {
  left: 0; }

/* line 136, resources/assets/styles/vendors/uikit/components/position.scss */
.uk-position-center-right {
  right: 0; }

/* line 138, resources/assets/styles/vendors/uikit/components/position.scss */
.uk-position-center-left-out {
  right: 100%;
  width: max-content; }

/* line 143, resources/assets/styles/vendors/uikit/components/position.scss */
.uk-position-center-right-out {
  left: 100%;
  width: max-content; }

/* Horizontal */
/* line 149, resources/assets/styles/vendors/uikit/components/position.scss */
.uk-position-top-center,
.uk-position-bottom-center {
  left: 50%;
  transform: translateX(-50%);
  /* 1 */
  width: max-content;
  max-width: 100%;
  box-sizing: border-box; }

/* line 159, resources/assets/styles/vendors/uikit/components/position.scss */
.uk-position-top-center {
  top: 0; }

/* line 160, resources/assets/styles/vendors/uikit/components/position.scss */
.uk-position-bottom-center {
  bottom: 0; }

/* Cover
 ========================================================================== */
/* line 166, resources/assets/styles/vendors/uikit/components/position.scss */
.uk-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

/* Utility
 ========================================================================== */
/* line 178, resources/assets/styles/vendors/uikit/components/position.scss */
.uk-position-relative {
  position: relative !important; }

/* line 180, resources/assets/styles/vendors/uikit/components/position.scss */
.uk-position-absolute {
  position: absolute !important; }

/* line 182, resources/assets/styles/vendors/uikit/components/position.scss */
.uk-position-fixed {
  position: fixed !important; }

/* line 184, resources/assets/styles/vendors/uikit/components/position.scss */
.uk-position-z-index {
  z-index: 1; }

/* Margin modifier
 ========================================================================== */
/*
 * Small
 */
/* line 194, resources/assets/styles/vendors/uikit/components/position.scss */
.uk-position-small {
  max-width: calc(100% - (15px * 2));
  margin: 15px; }

/* line 199, resources/assets/styles/vendors/uikit/components/position.scss */
.uk-position-small.uk-position-center {
  transform: translate(-50%, -50%) translate(-15px, -15px); }

/* line 201, resources/assets/styles/vendors/uikit/components/position.scss */
.uk-position-small[class*='uk-position-center-left'],
.uk-position-small[class*='uk-position-center-right'] {
  transform: translateY(-50%) translateY(-15px); }

/* line 204, resources/assets/styles/vendors/uikit/components/position.scss */
.uk-position-small.uk-position-top-center,
.uk-position-small.uk-position-bottom-center {
  transform: translateX(-50%) translateX(-15px); }

/*
 * Medium
 */
/* line 211, resources/assets/styles/vendors/uikit/components/position.scss */
.uk-position-medium {
  max-width: calc(100% - (30px * 2));
  margin: 30px; }

/* line 216, resources/assets/styles/vendors/uikit/components/position.scss */
.uk-position-medium.uk-position-center {
  transform: translate(-50%, -50%) translate(-30px, -30px); }

/* line 218, resources/assets/styles/vendors/uikit/components/position.scss */
.uk-position-medium[class*='uk-position-center-left'],
.uk-position-medium[class*='uk-position-center-right'] {
  transform: translateY(-50%) translateY(-30px); }

/* line 221, resources/assets/styles/vendors/uikit/components/position.scss */
.uk-position-medium.uk-position-top-center,
.uk-position-medium.uk-position-bottom-center {
  transform: translateX(-50%) translateX(-30px); }

/*
 * Large
 */
/* line 228, resources/assets/styles/vendors/uikit/components/position.scss */
.uk-position-large {
  max-width: calc(100% - (30px * 2));
  margin: 30px; }

/* line 233, resources/assets/styles/vendors/uikit/components/position.scss */
.uk-position-large.uk-position-center {
  transform: translate(-50%, -50%) translate(-30px, -30px); }

/* line 235, resources/assets/styles/vendors/uikit/components/position.scss */
.uk-position-large[class*='uk-position-center-left'],
.uk-position-large[class*='uk-position-center-right'] {
  transform: translateY(-50%) translateY(-30px); }

/* line 238, resources/assets/styles/vendors/uikit/components/position.scss */
.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) {
  /* line 244, resources/assets/styles/vendors/uikit/components/position.scss */
  .uk-position-large {
    max-width: calc(100% - (50px * 2));
    margin: 50px; }
  /* line 249, resources/assets/styles/vendors/uikit/components/position.scss */
  .uk-position-large.uk-position-center {
    transform: translate(-50%, -50%) translate(-50px, -50px); }
  /* line 251, resources/assets/styles/vendors/uikit/components/position.scss */
  .uk-position-large[class*='uk-position-center-left'],
  .uk-position-large[class*='uk-position-center-right'] {
    transform: translateY(-50%) translateY(-50px); }
  /* line 254, resources/assets/styles/vendors/uikit/components/position.scss */
  .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.
 */
/* line 49, resources/assets/styles/vendors/uikit/components/transition.scss */
.uk-transition-toggle {
  /* 1 */
  -webkit-tap-highlight-color: transparent; }

/*
 * Remove outline for `tabindex`
 */
/* line 58, resources/assets/styles/vendors/uikit/components/transition.scss */
.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.
 */
/* line 74, resources/assets/styles/vendors/uikit/components/transition.scss */
.uk-transition-fade,
[class*='uk-transition-scale'],
[class*='uk-transition-slide'] {
  transition: 0.3s ease-out;
  transition-property: opacity, transform, filter;
  opacity: 0; }

/*
 * Fade
 */
/* line 86, resources/assets/styles/vendors/uikit/components/transition.scss */
.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
 */
/* line 94, resources/assets/styles/vendors/uikit/components/transition.scss */
.uk-transition-scale-up {
  transform: scale(1, 1); }

/* line 95, resources/assets/styles/vendors/uikit/components/transition.scss */
.uk-transition-scale-down {
  transform: scale(1.03, 1.03); }

/* Show */
/* line 98, resources/assets/styles/vendors/uikit/components/transition.scss */
.uk-transition-toggle:hover .uk-transition-scale-up,
.uk-transition-toggle:focus .uk-transition-scale-up,
.uk-transition-active.uk-active .uk-transition-scale-up {
  opacity: 1;
  transform: scale(1.03, 1.03); }

/* line 105, resources/assets/styles/vendors/uikit/components/transition.scss */
.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
 */
/* line 116, resources/assets/styles/vendors/uikit/components/transition.scss */
.uk-transition-slide-top {
  transform: translateY(-100%); }

/* line 117, resources/assets/styles/vendors/uikit/components/transition.scss */
.uk-transition-slide-bottom {
  transform: translateY(100%); }

/* line 118, resources/assets/styles/vendors/uikit/components/transition.scss */
.uk-transition-slide-left {
  transform: translateX(-100%); }

/* line 119, resources/assets/styles/vendors/uikit/components/transition.scss */
.uk-transition-slide-right {
  transform: translateX(100%); }

/* line 121, resources/assets/styles/vendors/uikit/components/transition.scss */
.uk-transition-slide-top-small {
  transform: translateY(-10px); }

/* line 122, resources/assets/styles/vendors/uikit/components/transition.scss */
.uk-transition-slide-bottom-small {
  transform: translateY(10px); }

/* line 123, resources/assets/styles/vendors/uikit/components/transition.scss */
.uk-transition-slide-left-small {
  transform: translateX(-10px); }

/* line 124, resources/assets/styles/vendors/uikit/components/transition.scss */
.uk-transition-slide-right-small {
  transform: translateX(10px); }

/* line 126, resources/assets/styles/vendors/uikit/components/transition.scss */
.uk-transition-slide-top-medium {
  transform: translateY(-50px); }

/* line 127, resources/assets/styles/vendors/uikit/components/transition.scss */
.uk-transition-slide-bottom-medium {
  transform: translateY(50px); }

/* line 128, resources/assets/styles/vendors/uikit/components/transition.scss */
.uk-transition-slide-left-medium {
  transform: translateX(-50px); }

/* line 129, resources/assets/styles/vendors/uikit/components/transition.scss */
.uk-transition-slide-right-medium {
  transform: translateX(50px); }

/* Show */
/* line 132, resources/assets/styles/vendors/uikit/components/transition.scss */
.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
 ========================================================================== */
/* line 143, resources/assets/styles/vendors/uikit/components/transition.scss */
.uk-transition-opaque {
  opacity: 1; }

/* Duration modifiers
 ========================================================================== */
/* line 149, resources/assets/styles/vendors/uikit/components/transition.scss */
.uk-transition-slow {
  transition-duration: 0.7s; }

/* ========================================================================
   Component: Visibility
 ========================================================================== */
/*
 * Hidden
 * `hidden` attribute also set here to make it stronger
 */
/* line 25, resources/assets/styles/vendors/uikit/components/visibility.scss */
[hidden],
.uk-hidden {
  display: none !important; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  /* line 31, resources/assets/styles/vendors/uikit/components/visibility.scss */
  .uk-hidden\@s {
    display: none !important; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* line 38, resources/assets/styles/vendors/uikit/components/visibility.scss */
  .uk-hidden\@m {
    display: none !important; } }

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* line 45, resources/assets/styles/vendors/uikit/components/visibility.scss */
  .uk-hidden\@l {
    display: none !important; } }

/* Large screen and bigger */
@media (min-width: 1600px) {
  /* line 52, resources/assets/styles/vendors/uikit/components/visibility.scss */
  .uk-hidden\@xl {
    display: none !important; } }

/*
 * Visible
 */
/* Phone portrait and smaller */
@media (max-width: 639px) {
  /* line 63, resources/assets/styles/vendors/uikit/components/visibility.scss */
  .uk-visible\@s {
    display: none !important; } }

/* Phone landscape and smaller */
@media (max-width: 959px) {
  /* line 70, resources/assets/styles/vendors/uikit/components/visibility.scss */
  .uk-visible\@m {
    display: none !important; } }

/* Tablet landscape and smaller */
@media (max-width: 1199px) {
  /* line 77, resources/assets/styles/vendors/uikit/components/visibility.scss */
  .uk-visible\@l {
    display: none !important; } }

/* Desktop and smaller */
@media (max-width: 1599px) {
  /* line 84, resources/assets/styles/vendors/uikit/components/visibility.scss */
  .uk-visible\@xl {
    display: none !important; } }

/* Visibility
 ========================================================================== */
/* line 92, resources/assets/styles/vendors/uikit/components/visibility.scss */
.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 */
/* line 108, resources/assets/styles/vendors/uikit/components/visibility.scss */
.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 */
/* line 123, resources/assets/styles/vendors/uikit/components/visibility.scss */
.uk-visible-toggle:not(:hover):not(:focus) .uk-invisible-hover:not(:focus-within) {
  /* 3 */
  opacity: 0 !important; }

/*
 * 1. Prevent tab highlighting on iOS.
 */
/* line 132, resources/assets/styles/vendors/uikit/components/visibility.scss */
.uk-visible-toggle {
  /* 1 */
  -webkit-tap-highlight-color: transparent; }

/*
 * Remove outline for `tabindex`
 */
/* line 141, resources/assets/styles/vendors/uikit/components/visibility.scss */
.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) {
  /* line 153, resources/assets/styles/vendors/uikit/components/visibility.scss */
  .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 */
/* line 163, resources/assets/styles/vendors/uikit/components/visibility.scss */
.uk-hidden-notouch {
  display: none !important; }

@media (pointer: coarse) {
  /* line 166, resources/assets/styles/vendors/uikit/components/visibility.scss */
  .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
 */
/* line 38, resources/assets/styles/vendors/uikit/components/inverse.scss */
.uk-light, .uk-offcanvas-bar {
  color: rgba(255, 255, 255, 0.7); }
  /* line 179, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light a, .uk-offcanvas-bar a,
  .uk-light .uk-link,
  .uk-offcanvas-bar .uk-link {
    color: #fff; }
  /* line 185, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light a:hover, .uk-offcanvas-bar a:hover,
  .uk-light .uk-link:hover,
  .uk-offcanvas-bar .uk-link:hover,
  .uk-light .uk-link-toggle:hover .uk-link,
  .uk-offcanvas-bar .uk-link-toggle:hover .uk-link,
  .uk-light .uk-link-toggle:focus .uk-link,
  .uk-offcanvas-bar .uk-link-toggle:focus .uk-link {
    color: #fff; }
  /* line 197, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light :not(pre) > code, .uk-offcanvas-bar :not(pre) > code,
  .uk-light :not(pre) > kbd,
  .uk-offcanvas-bar :not(pre) > kbd,
  .uk-light :not(pre) > samp,
  .uk-offcanvas-bar :not(pre) > samp {
    color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.1); }
  /* line 208, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light em, .uk-offcanvas-bar em {
    color: #fff; }
  /* line 214, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light h1, .uk-offcanvas-bar h1, .uk-light .uk-h1, .uk-offcanvas-bar .uk-h1,
  .uk-light h2,
  .uk-offcanvas-bar h2, .uk-light .uk-h2, .uk-offcanvas-bar .uk-h2,
  .uk-light h3,
  .uk-offcanvas-bar h3, .uk-light .uk-h3, .uk-offcanvas-bar .uk-h3,
  .uk-light h4,
  .uk-offcanvas-bar h4, .uk-light .uk-h4, .uk-offcanvas-bar .uk-h4,
  .uk-light h5,
  .uk-offcanvas-bar h5, .uk-light .uk-h5, .uk-offcanvas-bar .uk-h5,
  .uk-light h6,
  .uk-offcanvas-bar h6, .uk-light .uk-h6, .uk-offcanvas-bar .uk-h6,
  .uk-light .uk-heading-small,
  .uk-offcanvas-bar .uk-heading-small,
  .uk-light .uk-heading-medium,
  .uk-offcanvas-bar .uk-heading-medium,
  .uk-light .uk-heading-large,
  .uk-offcanvas-bar .uk-heading-large,
  .uk-light .uk-heading-xlarge,
  .uk-offcanvas-bar .uk-heading-xlarge,
  .uk-light .uk-heading-2xlarge,
  .uk-offcanvas-bar .uk-heading-2xlarge {
    color: #fff; }
  /* line 257, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light blockquote, .uk-offcanvas-bar blockquote {
    color: #fff; }
  /* line 261, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light blockquote footer, .uk-offcanvas-bar blockquote footer {
    color: rgba(255, 255, 255, 0.7); }
  /* line 269, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light hr, .uk-offcanvas-bar hr, .uk-light .uk-hr, .uk-offcanvas-bar .uk-hr {
    border-top-color: rgba(255, 255, 255, 0.2); }
  /* line 1134, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light a.uk-link-muted, .uk-offcanvas-bar a.uk-link-muted,
  .uk-light .uk-link-muted a,
  .uk-offcanvas-bar .uk-link-muted a {
    color: rgba(255, 255, 255, 0.5); }
  /* line 1140, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light a.uk-link-muted:hover, .uk-offcanvas-bar a.uk-link-muted:hover,
  .uk-light .uk-link-muted a:hover,
  .uk-offcanvas-bar .uk-link-muted a:hover,
  .uk-light .uk-link-toggle:hover .uk-link-muted,
  .uk-offcanvas-bar .uk-link-toggle:hover .uk-link-muted,
  .uk-light .uk-link-toggle:focus .uk-link-muted,
  .uk-offcanvas-bar .uk-link-toggle:focus .uk-link-muted {
    color: rgba(255, 255, 255, 0.7); }
  /* line 1148, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light a.uk-link-text:hover, .uk-offcanvas-bar a.uk-link-text:hover,
  .uk-light .uk-link-text a:hover,
  .uk-offcanvas-bar .uk-link-text a:hover,
  .uk-light .uk-link-toggle:hover .uk-link-text,
  .uk-offcanvas-bar .uk-link-toggle:hover .uk-link-text,
  .uk-light .uk-link-toggle:focus .uk-link-text,
  .uk-offcanvas-bar .uk-link-toggle:focus .uk-link-text {
    color: rgba(255, 255, 255, 0.5); }
  /* line 1156, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light a.uk-link-heading:hover, .uk-offcanvas-bar a.uk-link-heading:hover,
  .uk-light .uk-link-heading a:hover,
  .uk-offcanvas-bar .uk-link-heading a:hover,
  .uk-light .uk-link-toggle:hover .uk-link-heading,
  .uk-offcanvas-bar .uk-link-toggle:hover .uk-link-heading,
  .uk-light .uk-link-toggle:focus .uk-link-heading,
  .uk-offcanvas-bar .uk-link-toggle:focus .uk-link-heading {
    color: #fff; }
  /* line 1020, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-heading-divider, .uk-offcanvas-bar .uk-heading-divider {
    border-bottom-color: rgba(255, 255, 255, 0.2); }
  /* line 1025, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-heading-bullet::before, .uk-offcanvas-bar .uk-heading-bullet::before {
    border-left-color: rgba(255, 255, 255, 0.2); }
  /* line 1030, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-heading-line > ::before, .uk-offcanvas-bar .uk-heading-line > ::before,
  .uk-light .uk-heading-line > ::after,
  .uk-offcanvas-bar .uk-heading-line > ::after {
    border-bottom-color: rgba(255, 255, 255, 0.2); }
  /* line 753, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-divider-icon, .uk-offcanvas-bar .uk-divider-icon {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22rgba(255, 255, 255, 0.2)%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A"); }
  /* line 758, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-divider-icon::before, .uk-offcanvas-bar .uk-divider-icon::before,
  .uk-light .uk-divider-icon::after,
  .uk-offcanvas-bar .uk-divider-icon::after {
    border-bottom-color: rgba(255, 255, 255, 0.2); }
  /* line 764, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-divider-small::after, .uk-offcanvas-bar .uk-divider-small::after {
    border-top-color: rgba(255, 255, 255, 0.2); }
  /* line 769, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-divider-vertical, .uk-offcanvas-bar .uk-divider-vertical {
    border-left-color: rgba(255, 255, 255, 0.2); }
  /* line 1167, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-list-muted > ::before, .uk-offcanvas-bar .uk-list-muted > ::before {
    color: rgba(255, 255, 255, 0.5) !important; }
  /* line 1168, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-list-emphasis > ::before, .uk-offcanvas-bar .uk-list-emphasis > ::before {
    color: #fff !important; }
  /* line 1169, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-list-primary > ::before, .uk-offcanvas-bar .uk-list-primary > ::before {
    color: #fff !important; }
  /* line 1170, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-list-secondary > ::before, .uk-offcanvas-bar .uk-list-secondary > ::before {
    color: #fff !important; }
  /* line 1172, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-list-bullet > ::before, .uk-offcanvas-bar .uk-list-bullet > ::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E"); }
  /* line 1176, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-list-divider > :nth-child(n+2), .uk-offcanvas-bar .uk-list-divider > :nth-child(n+2) {
    border-top-color: rgba(255, 255, 255, 0.2); }
  /* line 1674, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-list-striped > *:nth-of-type(odd), .uk-offcanvas-bar .uk-list-striped > *:nth-of-type(odd), .uk-light .uk-list-striped > :nth-of-type(odd)::before, .uk-offcanvas-bar .uk-list-striped > :nth-of-type(odd)::before, .uk-light .uk-list-striped > :nth-of-type(odd)::after, .uk-offcanvas-bar .uk-list-striped > :nth-of-type(odd)::after {
    border-top-color: rgba(255, 255, 255, 0.2);
    border-bottom-color: rgba(255, 255, 255, 0.2); }
  /* line 1185, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-list-striped > :nth-of-type(odd), .uk-offcanvas-bar .uk-list-striped > :nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.1); }
  /* line 1060, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-icon-link, .uk-offcanvas-bar .uk-icon-link {
    color: rgba(255, 255, 255, 0.5); }
  /* line 1065, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-icon-link:hover, .uk-offcanvas-bar .uk-icon-link:hover,
  .uk-light .uk-icon-link:focus,
  .uk-offcanvas-bar .uk-icon-link:focus {
    color: rgba(255, 255, 255, 0.7); }
  /* line 1071, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-icon-link:active, .uk-offcanvas-bar .uk-icon-link:active,
  .uk-light .uk-active > .uk-icon-link,
  .uk-offcanvas-bar .uk-active > .uk-icon-link {
    color: rgba(255, 255, 255, 0.7); }
  /* line 1081, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-icon-button, .uk-offcanvas-bar .uk-icon-button {
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.5); }
  /* line 1087, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-icon-button:hover, .uk-offcanvas-bar .uk-icon-button:hover,
  .uk-light .uk-icon-button:focus,
  .uk-offcanvas-bar .uk-icon-button:focus {
    background-color: fadein(rgba(255, 255, 255, 0.1), 5%);
    color: rgba(255, 255, 255, 0.7); }
  /* line 1094, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-icon-button:active, .uk-offcanvas-bar .uk-icon-button:active {
    background-color: fadein(rgba(255, 255, 255, 0.1), 10%);
    color: rgba(255, 255, 255, 0.7); }
  /* line 869, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-input, .uk-offcanvas-bar .uk-input,
  .uk-light .uk-select,
  .uk-offcanvas-bar .uk-select,
  .uk-light .uk-textarea,
  .uk-offcanvas-bar .uk-textarea {
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7);
    background-clip: padding-box;
    border-color: rgba(255, 255, 255, 0.2); }
    /* line 877, resources/assets/styles/vendors/uikit/mixins-theme.scss */
    .uk-light .uk-input:focus, .uk-offcanvas-bar .uk-input:focus,
    .uk-light .uk-select:focus,
    .uk-offcanvas-bar .uk-select:focus,
    .uk-light .uk-textarea:focus,
    .uk-offcanvas-bar .uk-textarea:focus {
      background-color: fadein(rgba(255, 255, 255, 0.1), 5%);
      color: rgba(255, 255, 255, 0.7);
      border-color: rgba(255, 255, 255, 0.7); }
  /* line 888, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-input::-ms-input-placeholder, .uk-offcanvas-bar .uk-input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important; }
  /* line 889, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-input::placeholder, .uk-offcanvas-bar .uk-input::placeholder {
    color: rgba(255, 255, 255, 0.5); }
  /* line 891, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-textarea::-ms-input-placeholder, .uk-offcanvas-bar .uk-textarea::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important; }
  /* line 892, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-textarea::placeholder, .uk-offcanvas-bar .uk-textarea::placeholder {
    color: rgba(255, 255, 255, 0.5); }
  /* line 898, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-select:not([multiple]):not([size]), .uk-offcanvas-bar .uk-select:not([multiple]):not([size]) {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A"); }
  /* line 904, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-input[list]:hover, .uk-offcanvas-bar .uk-input[list]:hover,
  .uk-light .uk-input[list]:focus,
  .uk-offcanvas-bar .uk-input[list]:focus {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A"); }
  /* line 911, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-radio, .uk-offcanvas-bar .uk-radio,
  .uk-light .uk-checkbox,
  .uk-offcanvas-bar .uk-checkbox {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2); }
  /* line 918, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-radio:focus, .uk-offcanvas-bar .uk-radio:focus,
  .uk-light .uk-checkbox:focus,
  .uk-offcanvas-bar .uk-checkbox:focus {
    background-color: fadein(rgba(255, 255, 255, 0.1), 5%);
    border-color: rgba(255, 255, 255, 0.7); }
  /* line 925, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-radio:checked, .uk-offcanvas-bar .uk-radio:checked,
  .uk-light .uk-checkbox:checked,
  .uk-offcanvas-bar .uk-checkbox:checked,
  .uk-light .uk-checkbox:indeterminate,
  .uk-offcanvas-bar .uk-checkbox:indeterminate {
    background-color: #fff;
    border-color: rgba(255, 255, 255, 0.7); }
  /* line 933, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-radio:checked:focus, .uk-offcanvas-bar .uk-radio:checked:focus,
  .uk-light .uk-checkbox:checked:focus,
  .uk-offcanvas-bar .uk-checkbox:checked:focus,
  .uk-light .uk-checkbox:indeterminate:focus,
  .uk-offcanvas-bar .uk-checkbox:indeterminate:focus {
    background-color: fadein(#fff, 10%); }
  /* line 941, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-radio:checked, .uk-offcanvas-bar .uk-radio:checked {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23666%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E"); }
  /* line 942, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  
  .uk-light .uk-checkbox:checked,
  .uk-offcanvas-bar .uk-checkbox:checked {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A"); }
  /* line 943, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  
  .uk-light .uk-checkbox:indeterminate,
  .uk-offcanvas-bar .uk-checkbox:indeterminate {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E"); }
  /* line 946, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-form-label, .uk-offcanvas-bar .uk-form-label {
    color: #fff; }
  /* line 951, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-form-icon, .uk-offcanvas-bar .uk-form-icon {
    color: rgba(255, 255, 255, 0.5); }
  /* line 952, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-form-icon:hover, .uk-offcanvas-bar .uk-form-icon:hover {
    color: rgba(255, 255, 255, 0.7); }
  /* line 418, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-button-default, .uk-offcanvas-bar .uk-button-default {
    background-color: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.7); }
  /* line 424, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-button-default:hover, .uk-offcanvas-bar .uk-button-default:hover,
  .uk-light .uk-button-default:focus,
  .uk-offcanvas-bar .uk-button-default:focus {
    background-color: transparent;
    color: #fff;
    border-color: #fff; }
  /* line 431, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-button-default:active, .uk-offcanvas-bar .uk-button-default:active,
  .uk-light .uk-button-default.uk-active,
  .uk-offcanvas-bar .uk-button-default.uk-active {
    background-color: transparent;
    color: #fff;
    border-color: #fff; }
  /* line 442, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-button-primary, .uk-offcanvas-bar .uk-button-primary {
    background-color: #fff;
    color: #666; }
  /* line 448, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-button-primary:hover, .uk-offcanvas-bar .uk-button-primary:hover,
  .uk-light .uk-button-primary:focus,
  .uk-offcanvas-bar .uk-button-primary:focus {
    background-color: #f2f2f2;
    color: #666; }
  /* line 455, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-button-primary:active, .uk-offcanvas-bar .uk-button-primary:active,
  .uk-light .uk-button-primary.uk-active,
  .uk-offcanvas-bar .uk-button-primary.uk-active {
    background-color: #e6e6e6;
    color: #666; }
  /* line 466, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-button-secondary, .uk-offcanvas-bar .uk-button-secondary {
    background-color: #fff;
    color: #666; }
  /* line 472, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-button-secondary:hover, .uk-offcanvas-bar .uk-button-secondary:hover,
  .uk-light .uk-button-secondary:focus,
  .uk-offcanvas-bar .uk-button-secondary:focus {
    background-color: #f2f2f2;
    color: #666; }
  /* line 479, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-button-secondary:active, .uk-offcanvas-bar .uk-button-secondary:active,
  .uk-light .uk-button-secondary.uk-active,
  .uk-offcanvas-bar .uk-button-secondary.uk-active {
    background-color: #e6e6e6;
    color: #666; }
  /* line 490, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-button-text, .uk-offcanvas-bar .uk-button-text {
    color: #fff; }
    /* line 407, resources/assets/styles/vendors/uikit/mixins-theme.scss */
    .uk-light .uk-button-text::before, .uk-offcanvas-bar .uk-button-text::before {
      border-bottom-color: #fff; }
  /* line 495, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-button-text:hover, .uk-offcanvas-bar .uk-button-text:hover,
  .uk-light .uk-button-text:focus,
  .uk-offcanvas-bar .uk-button-text:focus {
    color: #fff; }
  /* line 501, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-button-text:disabled, .uk-offcanvas-bar .uk-button-text:disabled {
    color: rgba(255, 255, 255, 0.5); }
  /* line 510, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-button-link, .uk-offcanvas-bar .uk-button-link {
    color: #fff; }
  /* line 515, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-button-link:hover, .uk-offcanvas-bar .uk-button-link:hover,
  .uk-light .uk-button-link:focus,
  .uk-offcanvas-bar .uk-button-link:focus {
    color: rgba(255, 255, 255, 0.5); }
  /* line 962, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-grid-divider > :not(.uk-first-column)::before, .uk-offcanvas-bar .uk-grid-divider > :not(.uk-first-column)::before {
    border-left-color: rgba(255, 255, 255, 0.2); }
  /* line 967, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-offcanvas-bar .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
    border-top-color: rgba(255, 255, 255, 0.2); }
  /* line 658, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-close, .uk-offcanvas-bar .uk-close {
    color: rgba(255, 255, 255, 0.5); }
  /* line 663, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-close:hover, .uk-offcanvas-bar .uk-close:hover,
  .uk-light .uk-close:focus,
  .uk-offcanvas-bar .uk-close:focus {
    color: rgba(255, 255, 255, 0.7); }
  /* line 1190, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-totop, .uk-offcanvas-bar .uk-totop {
    color: rgba(255, 255, 255, 0.5); }
  /* line 1195, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-totop:hover, .uk-offcanvas-bar .uk-totop:hover,
  .uk-light .uk-totop:focus,
  .uk-offcanvas-bar .uk-totop:focus {
    color: rgba(255, 255, 255, 0.7); }
  /* line 1201, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-totop:active, .uk-offcanvas-bar .uk-totop:active {
    color: #fff; }
  /* line 109, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-badge, .uk-offcanvas-bar .uk-badge {
    background-color: #fff;
    color: #666 !important; }
  /* line 1209, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-label, .uk-offcanvas-bar .uk-label {
    background-color: #fff;
    color: #666; }
  /* line 95, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-article-meta, .uk-offcanvas-bar .uk-article-meta {
    color: rgba(255, 255, 255, 0.5); }
  /* line 1222, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-search-input, .uk-offcanvas-bar .uk-search-input {
    color: rgba(255, 255, 255, 0.7); }
  /* line 1224, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-search-input:-ms-input-placeholder, .uk-offcanvas-bar .uk-search-input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important; }
  /* line 1225, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-search-input::placeholder, .uk-offcanvas-bar .uk-search-input::placeholder {
    color: rgba(255, 255, 255, 0.5); }
  /* line 1232, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-search .uk-search-icon, .uk-offcanvas-bar .uk-search .uk-search-icon {
    color: rgba(255, 255, 255, 0.5); }
  /* line 1233, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-search .uk-search-icon:hover, .uk-offcanvas-bar .uk-search .uk-search-icon:hover {
    color: rgba(255, 255, 255, 0.5); }
  /* line 1239, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-search-default .uk-search-input, .uk-offcanvas-bar .uk-search-default .uk-search-input {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.2); }
  /* line 1244, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-search-default .uk-search-input:focus, .uk-offcanvas-bar .uk-search-default .uk-search-input:focus {
    background-color: fadein(transparent, 5%); }
  /* line 1249, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-search-navbar .uk-search-input, .uk-offcanvas-bar .uk-search-navbar .uk-search-input {
    background-color: transparent; }
  /* line 1254, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-search-large .uk-search-input, .uk-offcanvas-bar .uk-search-large .uk-search-input {
    background-color: transparent; }
  /* line 1263, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-search-toggle, .uk-offcanvas-bar .uk-search-toggle {
    color: rgba(255, 255, 255, 0.5); }
  /* line 1268, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-search-toggle:hover, .uk-offcanvas-bar .uk-search-toggle:hover,
  .uk-light .uk-search-toggle:focus,
  .uk-offcanvas-bar .uk-search-toggle:focus {
    color: rgba(255, 255, 255, 0.7); }
  /* line 1281, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-nav-parent-icon > .uk-parent > a::after, .uk-offcanvas-bar .uk-nav-parent-icon > .uk-parent > a::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22rgba(255, 255, 255, 0.7)%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E"); }
  /* line 1286, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-offcanvas-bar .uk-nav-parent-icon > .uk-parent.uk-open > a::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22rgba(255, 255, 255, 0.7)%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E"); }
  /* line 1292, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-nav-default > li > a, .uk-offcanvas-bar .uk-nav-default > li > a {
    color: rgba(255, 255, 255, 0.5); }
  /* line 1297, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-nav-default > li > a:hover, .uk-offcanvas-bar .uk-nav-default > li > a:hover,
  .uk-light .uk-nav-default > li > a:focus,
  .uk-offcanvas-bar .uk-nav-default > li > a:focus {
    color: rgba(255, 255, 255, 0.7); }
  /* line 1303, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-nav-default > li.uk-active > a, .uk-offcanvas-bar .uk-nav-default > li.uk-active > a {
    color: #fff; }
  /* line 1308, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-nav-default .uk-nav-header, .uk-offcanvas-bar .uk-nav-default .uk-nav-header {
    color: #fff; }
  /* line 1313, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-nav-default .uk-nav-divider, .uk-offcanvas-bar .uk-nav-default .uk-nav-divider {
    border-top-color: rgba(255, 255, 255, 0.2); }
  /* line 1318, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-nav-default .uk-nav-sub a, .uk-offcanvas-bar .uk-nav-default .uk-nav-sub a {
    color: rgba(255, 255, 255, 0.5); }
  /* line 1320, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-nav-default .uk-nav-sub a:hover, .uk-offcanvas-bar .uk-nav-default .uk-nav-sub a:hover,
  .uk-light .uk-nav-default .uk-nav-sub a:focus,
  .uk-offcanvas-bar .uk-nav-default .uk-nav-sub a:focus {
    color: rgba(255, 255, 255, 0.7); }
  /* line 1323, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-offcanvas-bar .uk-nav-default .uk-nav-sub li.uk-active > a {
    color: #fff; }
  /* line 1329, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-nav-primary > li > a, .uk-offcanvas-bar .uk-nav-primary > li > a {
    color: rgba(255, 255, 255, 0.5); }
  /* line 1334, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-nav-primary > li > a:hover, .uk-offcanvas-bar .uk-nav-primary > li > a:hover,
  .uk-light .uk-nav-primary > li > a:focus,
  .uk-offcanvas-bar .uk-nav-primary > li > a:focus {
    color: rgba(255, 255, 255, 0.7); }
  /* line 1340, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-nav-primary > li.uk-active > a, .uk-offcanvas-bar .uk-nav-primary > li.uk-active > a {
    color: #fff; }
  /* line 1345, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-nav-primary .uk-nav-header, .uk-offcanvas-bar .uk-nav-primary .uk-nav-header {
    color: #fff; }
  /* line 1350, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-nav-primary .uk-nav-divider, .uk-offcanvas-bar .uk-nav-primary .uk-nav-divider {
    border-top-color: rgba(255, 255, 255, 0.2); }
  /* line 1355, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-nav-primary .uk-nav-sub a, .uk-offcanvas-bar .uk-nav-primary .uk-nav-sub a {
    color: rgba(255, 255, 255, 0.5); }
  /* line 1357, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-nav-primary .uk-nav-sub a:hover, .uk-offcanvas-bar .uk-nav-primary .uk-nav-sub a:hover,
  .uk-light .uk-nav-primary .uk-nav-sub a:focus,
  .uk-offcanvas-bar .uk-nav-primary .uk-nav-sub a:focus {
    color: rgba(255, 255, 255, 0.7); }
  /* line 1360, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-offcanvas-bar .uk-nav-primary .uk-nav-sub li.uk-active > a {
    color: #fff; }
  /* line 1366, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-nav.uk-nav-divider > :not(.uk-nav-divider) +  , .uk-offcanvas-bar .uk-nav.uk-nav-divider > :not(.uk-nav-divider) +  {
    border-top-color: rgba(255, 255, 255, 0.2); }
  /* line 1374, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-navbar-nav > li > a, .uk-offcanvas-bar .uk-navbar-nav > li > a {
    color: rgba(255, 255, 255, 0.5); }
  /* line 1379, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-navbar-nav > li:hover > a, .uk-offcanvas-bar .uk-navbar-nav > li:hover > a,
  .uk-light .uk-navbar-nav > li > a:focus,
  .uk-offcanvas-bar .uk-navbar-nav > li > a:focus,
  .uk-light .uk-navbar-nav > li > a.uk-open,
  .uk-offcanvas-bar .uk-navbar-nav > li > a.uk-open {
    color: rgba(255, 255, 255, 0.7); }
  /* line 1386, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-navbar-nav > li > a:active, .uk-offcanvas-bar .uk-navbar-nav > li > a:active {
    color: #fff; }
  /* line 1391, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-navbar-nav > li.uk-active > a, .uk-offcanvas-bar .uk-navbar-nav > li.uk-active > a {
    color: #fff; }
  /* line 1396, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-navbar-item, .uk-offcanvas-bar .uk-navbar-item {
    color: rgba(255, 255, 255, 0.7); }
  /* line 1401, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-navbar-toggle, .uk-offcanvas-bar .uk-navbar-toggle {
    color: rgba(255, 255, 255, 0.5); }
  /* line 1406, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-navbar-toggle:hover, .uk-offcanvas-bar .uk-navbar-toggle:hover,
  .uk-light .uk-navbar-toggle:focus,
  .uk-offcanvas-bar .uk-navbar-toggle:focus,
  .uk-light .uk-navbar-toggle.uk-open,
  .uk-offcanvas-bar .uk-navbar-toggle.uk-open {
    color: rgba(255, 255, 255, 0.7); }
  /* line 1416, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-subnav > * > :first-child, .uk-offcanvas-bar .uk-subnav > * > :first-child, .uk-light .uk-subnav > *::before > :first-child, .uk-offcanvas-bar .uk-subnav > *::before > :first-child, .uk-light .uk-subnav > *::after > :first-child, .uk-offcanvas-bar .uk-subnav > *::after > :first-child {
    color: rgba(255, 255, 255, 0.5); }
  /* line 1421, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-subnav > * > a:hover, .uk-offcanvas-bar .uk-subnav > * > a:hover, .uk-light .uk-subnav > *::before > a:hover, .uk-offcanvas-bar .uk-subnav > *::before > a:hover, .uk-light .uk-subnav > *::after > a:hover, .uk-offcanvas-bar .uk-subnav > *::after > a:hover,
  .uk-light .uk-subnav > * > a:focus,
  .uk-offcanvas-bar .uk-subnav > * > a:focus,
  .uk-light .uk-subnav > *::before > a:focus,
  .uk-offcanvas-bar .uk-subnav > *::before > a:focus,
  .uk-light .uk-subnav > *::after > a:focus,
  .uk-offcanvas-bar .uk-subnav > *::after > a:focus {
    color: rgba(255, 255, 255, 0.7); }
  /* line 1427, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-subnav > .uk-active > a, .uk-offcanvas-bar .uk-subnav > .uk-active > a {
    color: #fff; }
  /* line 1436, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-offcanvas-bar .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
    border-left-color: rgba(255, 255, 255, 0.2); }
  /* line 1445, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-subnav-pill > * > :first-child, .uk-offcanvas-bar .uk-subnav-pill > * > :first-child, .uk-light .uk-subnav-pill > *::before > :first-child, .uk-offcanvas-bar .uk-subnav-pill > *::before > :first-child, .uk-light .uk-subnav-pill > *::after > :first-child, .uk-offcanvas-bar .uk-subnav-pill > *::after > :first-child {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.5); }
  /* line 1451, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-subnav-pill > * > a:hover, .uk-offcanvas-bar .uk-subnav-pill > * > a:hover, .uk-light .uk-subnav-pill > *::before > a:hover, .uk-offcanvas-bar .uk-subnav-pill > *::before > a:hover, .uk-light .uk-subnav-pill > *::after > a:hover, .uk-offcanvas-bar .uk-subnav-pill > *::after > a:hover,
  .uk-light .uk-subnav-pill > * > a:focus,
  .uk-offcanvas-bar .uk-subnav-pill > * > a:focus,
  .uk-light .uk-subnav-pill > *::before > a:focus,
  .uk-offcanvas-bar .uk-subnav-pill > *::before > a:focus,
  .uk-light .uk-subnav-pill > *::after > a:focus,
  .uk-offcanvas-bar .uk-subnav-pill > *::after > a:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7); }
  /* line 1458, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-subnav-pill > * > a:active, .uk-offcanvas-bar .uk-subnav-pill > * > a:active, .uk-light .uk-subnav-pill > *::before > a:active, .uk-offcanvas-bar .uk-subnav-pill > *::before > a:active, .uk-light .uk-subnav-pill > *::after > a:active, .uk-offcanvas-bar .uk-subnav-pill > *::after > a:active {
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7); }
  /* line 1464, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-subnav-pill > .uk-active > a, .uk-offcanvas-bar .uk-subnav-pill > .uk-active > a {
    background-color: #fff;
    color: #666; }
  /* line 1474, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-subnav > .uk-disabled > a, .uk-offcanvas-bar .uk-subnav > .uk-disabled > a {
    color: rgba(255, 255, 255, 0.5); }
  /* line 289, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-breadcrumb > * > *, .uk-offcanvas-bar .uk-breadcrumb > * > *, .uk-light .uk-breadcrumb > *::before > *, .uk-offcanvas-bar .uk-breadcrumb > *::before > *, .uk-light .uk-breadcrumb > *::after > *, .uk-offcanvas-bar .uk-breadcrumb > *::after > *, .uk-light .uk-breadcrumb > * > *::before, .uk-offcanvas-bar .uk-breadcrumb > * > *::before, .uk-light .uk-breadcrumb > *::before > *::before, .uk-offcanvas-bar .uk-breadcrumb > *::before > *::before, .uk-light .uk-breadcrumb > *::after > *::before, .uk-offcanvas-bar .uk-breadcrumb > *::after > *::before, .uk-light .uk-breadcrumb > * > *::after, .uk-offcanvas-bar .uk-breadcrumb > * > *::after, .uk-light .uk-breadcrumb > *::before > *::after, .uk-offcanvas-bar .uk-breadcrumb > *::before > *::after, .uk-light .uk-breadcrumb > *::after > *::after, .uk-offcanvas-bar .uk-breadcrumb > *::after > *::after {
    color: rgba(255, 255, 255, 0.5); }
  /* line 294, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-breadcrumb > * > :hover, .uk-offcanvas-bar .uk-breadcrumb > * > :hover, .uk-light .uk-breadcrumb > *::before > :hover, .uk-offcanvas-bar .uk-breadcrumb > *::before > :hover, .uk-light .uk-breadcrumb > *::after > :hover, .uk-offcanvas-bar .uk-breadcrumb > *::after > :hover,
  .uk-light .uk-breadcrumb > * > :focus,
  .uk-offcanvas-bar .uk-breadcrumb > * > :focus,
  .uk-light .uk-breadcrumb > *::before > :focus,
  .uk-offcanvas-bar .uk-breadcrumb > *::before > :focus,
  .uk-light .uk-breadcrumb > *::after > :focus,
  .uk-offcanvas-bar .uk-breadcrumb > *::after > :focus {
    color: rgba(255, 255, 255, 0.7); }
  /* line 305, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-breadcrumb > :last-child > *, .uk-offcanvas-bar .uk-breadcrumb > :last-child > *, .uk-light .uk-breadcrumb > :last-child > *::before, .uk-offcanvas-bar .uk-breadcrumb > :last-child > *::before, .uk-light .uk-breadcrumb > :last-child > *::after, .uk-offcanvas-bar .uk-breadcrumb > :last-child > *::after {
    color: rgba(255, 255, 255, 0.7); }
  /* line 314, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-offcanvas-bar .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
    color: rgba(255, 255, 255, 0.5); }
  /* line 1482, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-pagination > * > *, .uk-offcanvas-bar .uk-pagination > * > *, .uk-light .uk-pagination > *::before > *, .uk-offcanvas-bar .uk-pagination > *::before > *, .uk-light .uk-pagination > *::after > *, .uk-offcanvas-bar .uk-pagination > *::after > *, .uk-light .uk-pagination > * > *::before, .uk-offcanvas-bar .uk-pagination > * > *::before, .uk-light .uk-pagination > *::before > *::before, .uk-offcanvas-bar .uk-pagination > *::before > *::before, .uk-light .uk-pagination > *::after > *::before, .uk-offcanvas-bar .uk-pagination > *::after > *::before, .uk-light .uk-pagination > * > *::after, .uk-offcanvas-bar .uk-pagination > * > *::after, .uk-light .uk-pagination > *::before > *::after, .uk-offcanvas-bar .uk-pagination > *::before > *::after, .uk-light .uk-pagination > *::after > *::after, .uk-offcanvas-bar .uk-pagination > *::after > *::after {
    color: rgba(255, 255, 255, 0.5); }
  /* line 1487, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-pagination > * > :hover, .uk-offcanvas-bar .uk-pagination > * > :hover, .uk-light .uk-pagination > *::before > :hover, .uk-offcanvas-bar .uk-pagination > *::before > :hover, .uk-light .uk-pagination > *::after > :hover, .uk-offcanvas-bar .uk-pagination > *::after > :hover,
  .uk-light .uk-pagination > * > :focus,
  .uk-offcanvas-bar .uk-pagination > * > :focus,
  .uk-light .uk-pagination > *::before > :focus,
  .uk-offcanvas-bar .uk-pagination > *::before > :focus,
  .uk-light .uk-pagination > *::after > :focus,
  .uk-offcanvas-bar .uk-pagination > *::after > :focus {
    color: rgba(255, 255, 255, 0.7); }
  /* line 1493, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-pagination > .uk-active > *, .uk-offcanvas-bar .uk-pagination > .uk-active > *, .uk-light .uk-pagination > .uk-active > *::before, .uk-offcanvas-bar .uk-pagination > .uk-active > *::before, .uk-light .uk-pagination > .uk-active > *::after, .uk-offcanvas-bar .uk-pagination > .uk-active > *::after {
    color: rgba(255, 255, 255, 0.7); }
  /* line 1498, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-pagination > .uk-disabled > *, .uk-offcanvas-bar .uk-pagination > .uk-disabled > *, .uk-light .uk-pagination > .uk-disabled > *::before, .uk-offcanvas-bar .uk-pagination > .uk-disabled > *::before, .uk-light .uk-pagination > .uk-disabled > *::after, .uk-offcanvas-bar .uk-pagination > .uk-disabled > *::after {
    color: rgba(255, 255, 255, 0.5); }
  /* line 2010, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-tab::before, .uk-offcanvas-bar .uk-tab::before {
    border-color: rgba(255, 255, 255, 0.2); }
  /* line 1510, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-tab > * > a, .uk-offcanvas-bar .uk-tab > * > a, .uk-light .uk-tab > *::before > a, .uk-offcanvas-bar .uk-tab > *::before > a, .uk-light .uk-tab > *::after > a, .uk-offcanvas-bar .uk-tab > *::after > a {
    color: rgba(255, 255, 255, 0.5); }
  /* line 1515, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-tab > * > a:hover, .uk-offcanvas-bar .uk-tab > * > a:hover, .uk-light .uk-tab > *::before > a:hover, .uk-offcanvas-bar .uk-tab > *::before > a:hover, .uk-light .uk-tab > *::after > a:hover, .uk-offcanvas-bar .uk-tab > *::after > a:hover,
  .uk-light .uk-tab > * > a:focus,
  .uk-offcanvas-bar .uk-tab > * > a:focus,
  .uk-light .uk-tab > *::before > a:focus,
  .uk-offcanvas-bar .uk-tab > *::before > a:focus,
  .uk-light .uk-tab > *::after > a:focus,
  .uk-offcanvas-bar .uk-tab > *::after > a:focus {
    color: rgba(255, 255, 255, 0.7); }
  /* line 1521, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-tab > .uk-active > a, .uk-offcanvas-bar .uk-tab > .uk-active > a {
    color: #fff;
    border-color: #fff; }
  /* line 1526, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-tab > .uk-disabled > a, .uk-offcanvas-bar .uk-tab > .uk-disabled > a {
    color: rgba(255, 255, 255, 0.5); }
  /* line 1534, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-slidenav, .uk-offcanvas-bar .uk-slidenav {
    color: rgba(255, 255, 255, 0.7); }
  /* line 1539, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-slidenav:hover, .uk-offcanvas-bar .uk-slidenav:hover,
  .uk-light .uk-slidenav:focus,
  .uk-offcanvas-bar .uk-slidenav:focus {
    color: rgba(255, 255, 255, 0.95); }
  /* line 1545, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-slidenav:active, .uk-offcanvas-bar .uk-slidenav:active {
    color: rgba(255, 255, 255, 0.7); }
  /* line 791, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-dotnav > * > *, .uk-offcanvas-bar .uk-dotnav > * > *, .uk-light .uk-dotnav > *::before > *, .uk-offcanvas-bar .uk-dotnav > *::before > *, .uk-light .uk-dotnav > *::after > *, .uk-offcanvas-bar .uk-dotnav > *::after > *, .uk-light .uk-dotnav > * > *::before, .uk-offcanvas-bar .uk-dotnav > * > *::before, .uk-light .uk-dotnav > *::before > *::before, .uk-offcanvas-bar .uk-dotnav > *::before > *::before, .uk-light .uk-dotnav > *::after > *::before, .uk-offcanvas-bar .uk-dotnav > *::after > *::before, .uk-light .uk-dotnav > * > *::after, .uk-offcanvas-bar .uk-dotnav > * > *::after, .uk-light .uk-dotnav > *::before > *::after, .uk-offcanvas-bar .uk-dotnav > *::before > *::after, .uk-light .uk-dotnav > *::after > *::after, .uk-offcanvas-bar .uk-dotnav > *::after > *::after {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.9); }
  /* line 796, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-dotnav > * > :hover, .uk-offcanvas-bar .uk-dotnav > * > :hover, .uk-light .uk-dotnav > *::before > :hover, .uk-offcanvas-bar .uk-dotnav > *::before > :hover, .uk-light .uk-dotnav > *::after > :hover, .uk-offcanvas-bar .uk-dotnav > *::after > :hover,
  .uk-light .uk-dotnav > * > :focus,
  .uk-offcanvas-bar .uk-dotnav > * > :focus,
  .uk-light .uk-dotnav > *::before > :focus,
  .uk-offcanvas-bar .uk-dotnav > *::before > :focus,
  .uk-light .uk-dotnav > *::after > :focus,
  .uk-offcanvas-bar .uk-dotnav > *::after > :focus {
    background-color: rgba(255, 255, 255, 0.9);
    border-color: transparent; }
  /* line 802, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-dotnav > * > :active, .uk-offcanvas-bar .uk-dotnav > * > :active, .uk-light .uk-dotnav > *::before > :active, .uk-offcanvas-bar .uk-dotnav > *::before > :active, .uk-light .uk-dotnav > *::after > :active, .uk-offcanvas-bar .uk-dotnav > *::after > :active {
    background-color: rgba(255, 255, 255, 0.5);
    border-color: transparent; }
  /* line 807, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-dotnav > .uk-active > *, .uk-offcanvas-bar .uk-dotnav > .uk-active > *, .uk-light .uk-dotnav > .uk-active > *::before, .uk-offcanvas-bar .uk-dotnav > .uk-active > *::before, .uk-light .uk-dotnav > .uk-active > *::after, .uk-offcanvas-bar .uk-dotnav > .uk-active > *::after {
    background-color: rgba(255, 255, 255, 0.9);
    border-color: transparent; }
  /* line 29, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-accordion-title::before, .uk-offcanvas-bar .uk-accordion-title::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E"); }
  /* line 31, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-open > .uk-accordion-title::before, .uk-offcanvas-bar .uk-open > .uk-accordion-title::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E"); }
  /* line 1115, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-iconnav > * > a, .uk-offcanvas-bar .uk-iconnav > * > a, .uk-light .uk-iconnav > *::before > a, .uk-offcanvas-bar .uk-iconnav > *::before > a, .uk-light .uk-iconnav > *::after > a, .uk-offcanvas-bar .uk-iconnav > *::after > a {
    color: rgba(255, 255, 255, 0.5); }
  /* line 1120, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-iconnav > * > a:hover, .uk-offcanvas-bar .uk-iconnav > * > a:hover, .uk-light .uk-iconnav > *::before > a:hover, .uk-offcanvas-bar .uk-iconnav > *::before > a:hover, .uk-light .uk-iconnav > *::after > a:hover, .uk-offcanvas-bar .uk-iconnav > *::after > a:hover,
  .uk-light .uk-iconnav > * > a:focus,
  .uk-offcanvas-bar .uk-iconnav > * > a:focus,
  .uk-light .uk-iconnav > *::before > a:focus,
  .uk-offcanvas-bar .uk-iconnav > *::before > a:focus,
  .uk-light .uk-iconnav > *::after > a:focus,
  .uk-offcanvas-bar .uk-iconnav > *::after > a:focus {
    color: rgba(255, 255, 255, 0.7); }
  /* line 1126, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-iconnav > .uk-active > a, .uk-offcanvas-bar .uk-iconnav > .uk-active > a {
    color: rgba(255, 255, 255, 0.7); }
  /* line 1553, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-text-lead, .uk-offcanvas-bar .uk-text-lead {
    color: rgba(255, 255, 255, 0.7); }
  /* line 1558, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-text-meta, .uk-offcanvas-bar .uk-text-meta {
    color: rgba(255, 255, 255, 0.5); }
  /* line 1563, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-text-muted, .uk-offcanvas-bar .uk-text-muted {
    color: rgba(255, 255, 255, 0.5) !important; }
  /* line 1564, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-text-emphasis, .uk-offcanvas-bar .uk-text-emphasis {
    color: #fff !important; }
  /* line 1565, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-text-primary, .uk-offcanvas-bar .uk-text-primary {
    color: #fff !important; }
  /* line 1566, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-text-secondary, .uk-offcanvas-bar .uk-text-secondary {
    color: #fff !important; }
  /* line 673, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-column-divider, .uk-offcanvas-bar .uk-column-divider {
    column-rule-color: rgba(255, 255, 255, 0.2); }
  /* line 1576, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-logo, .uk-offcanvas-bar .uk-logo {
    color: rgba(255, 255, 255, 0.7); }
  /* line 1581, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-logo:hover, .uk-offcanvas-bar .uk-logo:hover,
  .uk-light .uk-logo:focus,
  .uk-offcanvas-bar .uk-logo:focus {
    color: rgba(255, 255, 255, 0.7); }
  /* line 1587, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-offcanvas-bar .uk-logo > :not(.uk-logo-inverse):not(:only-of-type) {
    display: none; }
  /* line 1588, resources/assets/styles/vendors/uikit/mixins-theme.scss */
  .uk-light .uk-logo-inverse, .uk-offcanvas-bar .uk-logo-inverse {
    display: inline; }

/* ========================================================================
   Component: Print
 ========================================================================== */
@media print {
  /* line 17, resources/assets/styles/vendors/uikit/components/print.scss */
  *, *::before, *::after,
  *::before,
  *::after {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  /* line 26, resources/assets/styles/vendors/uikit/components/print.scss */
  a,
  a:visited {
    text-decoration: underline; }
  /* line 29, resources/assets/styles/vendors/uikit/components/print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /* line 35, resources/assets/styles/vendors/uikit/components/print.scss */
  thead {
    display: table-header-group; }
  /* line 37, resources/assets/styles/vendors/uikit/components/print.scss */
  tr,
  img {
    page-break-inside: avoid; }
  /* line 40, resources/assets/styles/vendors/uikit/components/print.scss */
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  /* line 44, resources/assets/styles/vendors/uikit/components/print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  /* line 51, resources/assets/styles/vendors/uikit/components/print.scss */
  h2,
  h3 {
    page-break-after: avoid; } }

/* line 1, resources/assets/styles/helpers/_classes.scss */
.b-cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

@media (min-width: 1200px) {
  /* line 9, resources/assets/styles/helpers/_classes.scss */
  .uk-grid-huge {
    margin-left: -176px; } }

@media (min-width: 1200px) {
  /* line 14, resources/assets/styles/helpers/_classes.scss */
  .uk-grid-huge > *, .uk-grid-huge > *::before, .uk-grid-huge > *::after {
    padding-left: 176px; } }

/* line 21, resources/assets/styles/helpers/_classes.scss */
.uk-container-large {
  max-width: 100rem; }
  @media (min-width: 1200px) {
    /* line 21, resources/assets/styles/helpers/_classes.scss */
    .uk-container-large {
      padding-left: 0;
      padding-right: 0; } }

/* line 30, resources/assets/styles/helpers/_classes.scss */
.uk-animation-slide-top-small-custom {
  animation-name: uk-fade-top-small-custom; }

@media (min-width: 960px) {
  /* line 34, resources/assets/styles/helpers/_classes.scss */
  .uk-margin-remove-bottom\@m {
    margin-bottom: 0 !important; } }

/* line 41, resources/assets/styles/helpers/_classes.scss */
.seo-content > .uk-container {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding-top: calc(4.375 * 1rem);
  padding-bottom: calc(4.375 * 1rem); }
  @media (min-width: 960px) {
    /* line 41, resources/assets/styles/helpers/_classes.scss */
    .seo-content > .uk-container {
      padding-top: calc(8.75 * 1rem);
      padding-bottom: calc(8.75 * 1rem); } }

/* line 53, resources/assets/styles/helpers/_classes.scss */
.seo-content__title {
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.125rem;
  margin-bottom: calc(2.3125 * 1rem);
  text-transform: uppercase; }

/* line 61, resources/assets/styles/helpers/_classes.scss */
.seo-content__description {
  letter-spacing: 0.05rem;
  line-height: 1.75rem;
  margin-bottom: 0; }

/* line 67, resources/assets/styles/helpers/_classes.scss */
.seo-content__item {
  margin-bottom: calc(3.125 * 1rem); }

/* line 72, resources/assets/styles/helpers/_classes.scss */
.seo-content .uk-slider-items li {
  display: grid;
  grid-template-rows: 50%; }

/* line 79, resources/assets/styles/helpers/_classes.scss */
.seo-content .uk-slider-container + .pagination-slider {
  margin-bottom: calc(3.125 * 1rem); }
  @media (min-width: 960px) {
    /* line 79, resources/assets/styles/helpers/_classes.scss */
    .seo-content .uk-slider-container + .pagination-slider {
      position: absolute;
      margin-bottom: 0;
      top: calc(2.9375 * 1rem);
      right: calc(3.25 * 1rem); } }

/* line 93, resources/assets/styles/helpers/_classes.scss */
.logos__list {
  list-style-type: none;
  margin: 0;
  padding: 0; }

/* line 97, resources/assets/styles/helpers/_classes.scss */
.logos__item {
  height: calc(5.9375 * 1rem);
  padding: calc(1.25 * 1rem) calc(2.5 * 1rem);
  border-right: 0.063rem solid #e7e7e7;
  display: flex;
  align-items: center;
  justify-content: center; }
  /* line 105, resources/assets/styles/helpers/_classes.scss */
  .logos__item svg {
    max-height: calc(2.75 * 1rem);
    max-width: calc(8.125 * 1rem); }
  @media (max-width: 639.98px) {
    /* line 110, resources/assets/styles/helpers/_classes.scss */
    .logos__item:nth-child(2n+2) {
      border-right-color: transparent; } }
  @media (min-width: 640px) and (max-width: 959.98px) {
    /* line 116, resources/assets/styles/helpers/_classes.scss */
    .logos__item:nth-child(3n+3) {
      border-right-color: transparent; } }
  @media (min-width: 960px) and (max-width: 1199.98px) {
    /* line 122, resources/assets/styles/helpers/_classes.scss */
    .logos__item:nth-child(4n+4) {
      border-right-color: transparent; } }
  @media (min-width: 1200px) {
    /* line 128, resources/assets/styles/helpers/_classes.scss */
    .logos__item:nth-child(5n+5) {
      border-right-color: transparent; } }
  /* line 134, resources/assets/styles/helpers/_classes.scss */
  .logos__item--big {
    height: 7.875rem; }
    /* line 137, resources/assets/styles/helpers/_classes.scss */
    .logos__item--big svg {
      max-height: calc(5.4375 * 1rem);
      max-width: calc(8.125 * 1rem); }
  @media (min-width: 960px) {
    /* line 144, resources/assets/styles/helpers/_classes.scss */
    .logos__item--four:nth-child(4n+4) {
      border-right-color: transparent; } }
  @media (min-width: 1200px) {
    /* line 150, resources/assets/styles/helpers/_classes.scss */
    .logos__item--four:nth-child(5n+5) {
      border-right-color: #e7e7e7; } }

@keyframes uk-fade-top-small-custom {
  0% {
    opacity: 0;
    transform: translateY(-10px); }
  99% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 1;
    transform: unset; } }

/* line 177, resources/assets/styles/helpers/_classes.scss */
.play-button::after {
  content: "";
  display: block;
  width: 5.313rem;
  height: 5.313rem;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.16);
  top: 0;
  left: 0;
  transition: background-color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: scale-play-button 5s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: calc(0.9375 * 1rem) calc(1 * 1rem);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='16' viewBox='0 0 15 16'%3E%3Cg%3E%3Cg transform='rotate(90 7.5 8)'%3E%3Cpath d='M7.5.5l8 15h-16z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

/* line 199, resources/assets/styles/helpers/_classes.scss */
.play-button:hover::after {
  background-color: #12f2db; }

/* line 204, resources/assets/styles/helpers/_classes.scss */
.play-button--absolute {
  position: relative; }
  /* line 207, resources/assets/styles/helpers/_classes.scss */
  .play-button--absolute::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-name: scale-play-button-absolute; }

/* line 217, resources/assets/styles/helpers/_classes.scss */
.filter-nav {
  position: relative;
  overflow: hidden; }
  /* line 221, resources/assets/styles/helpers/_classes.scss */
  .filter-nav::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-bottom: calc(0.0625 * 1rem) solid #985aff;
    transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    width: var(--width);
    height: var(--height);
    transform: translateX(var(--translateX)) translateY(var(--translateY)); }
  /* line 234, resources/assets/styles/helpers/_classes.scss */
  .filter-nav > *, .filter-nav > *::before, .filter-nav > *::after {
    z-index: 2; }

@keyframes scale-play-button {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes scale-play-button-absolute {
  0% {
    transform: translate(-50%, -50%) scale(1); }
  50% {
    transform: translate(-50%, -50%) scale(1.3); }
  100% {
    transform: translate(-50%, -50%) scale(1); } }

/* line 1, resources/assets/styles/base/_scrollbar.scss */
*, *::before, *::after {
  /* Webkit */
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
  /* Mozilla */
  /* Handle Track */
  scrollbar-color: #8840ff #f2f2f2;
  /* width */
  scrollbar-width: thin; }
  /* line 5, resources/assets/styles/base/_scrollbar.scss */
  *::-webkit-scrollbar {
    transition: background-color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    will-change: background-color;
    width: calc(0.3125 * 1rem); }
  /* line 12, resources/assets/styles/base/_scrollbar.scss */
  *::-webkit-scrollbar-track {
    background-color: #f2f2f2; }
  /* line 17, resources/assets/styles/base/_scrollbar.scss */
  *::-webkit-scrollbar-thumb {
    background-color: #8840ff; }
  /* line 22, resources/assets/styles/base/_scrollbar.scss */
  *::-webkit-scrollbar-thumb:hover {
    background-color: #8840ff; }

/* line 1, resources/assets/styles/base/_global.scss */
*, *::before, *::after {
  box-sizing: border-box; }
  /* line 4, resources/assets/styles/base/_global.scss */
  *::before, *::after {
    speak: none; }

/* line 29, resources/assets/styles/base/_global.scss */
body {
  margin: 0;
  padding: 0;
  font-size: clamp(16px, calc(1 * 1rem), 1rem);
  min-height: 100vh;
  display: block;
  flex-direction: column;
  overflow: hidden;
  height: 100vh; }
  @media (min-width: 1200px) {
    /* line 29, resources/assets/styles/base/_global.scss */
    body {
      font-size: calc(1 * 1rem); } }
  /* line 43, resources/assets/styles/base/_global.scss */
  body:not(.front-page-data) {
    display: flex !important; }
  /* line 47, resources/assets/styles/base/_global.scss */
  body.full-page {
    display: flex;
    flex-direction: column; }
    /* line 51, resources/assets/styles/base/_global.scss */
    body.full-page main {
      min-height: 100vh; }
  /* line 56, resources/assets/styles/base/_global.scss */
  body.show {
    overflow: initial;
    overflow-x: hidden;
    height: auto; }
  /* line 62, resources/assets/styles/base/_global.scss */
  body.overflow {
    overflow: hidden; }

/* line 67, resources/assets/styles/base/_global.scss */
html {
  margin: 0 !important;
  padding: 0;
  font-size: 4vw;
  font-family: "Red Hat Display", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica Neue", "Arial", "Noto Sans";
  font-weight: 400;
  background-color: #fff;
  color: #000; }
  @media (min-width: 450px) {
    /* line 67, resources/assets/styles/base/_global.scss */
    html {
      font-size: 2.8vw; } }
  @media (min-width: 640px) {
    /* line 67, resources/assets/styles/base/_global.scss */
    html {
      font-size: 2.2vw; } }
  @media (min-width: 960px) {
    /* line 67, resources/assets/styles/base/_global.scss */
    html {
      font-size: 1.4vw; } }
  @media (min-width: 1200px) {
    /* line 67, resources/assets/styles/base/_global.scss */
    html {
      font-size: 0.833334vw; } }
  @media (min-width: 2400px) {
    /* line 67, resources/assets/styles/base/_global.scss */
    html {
      font-size: 0.633334vw; } }
  /* line 105, resources/assets/styles/base/_global.scss */
  html.open-menu {
    /* Mozilla */
    /* Handle Track */
    scrollbar-color: transparent transparent;
    /* width */
    scrollbar-width: thin; }
    @media (min-width: 1200px) {
      /* line 116, resources/assets/styles/base/_global.scss */
      html.open-menu .header-nav__link::before {
        transform: translateY(-100%); } }
    /* line 123, resources/assets/styles/base/_global.scss */
    html.open-menu body {
      /* Webkit */
      /* width */
      /* Track */
      /* Handle */
      /* Handle on hover */ }
      /* line 127, resources/assets/styles/base/_global.scss */
      html.open-menu body::-webkit-scrollbar {
        transition: background-color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
        will-change: background-color;
        width: calc(0.3125 * 1rem); }
      /* line 134, resources/assets/styles/base/_global.scss */
      html.open-menu body::-webkit-scrollbar-track {
        background-color: transparent; }
      /* line 139, resources/assets/styles/base/_global.scss */
      html.open-menu body::-webkit-scrollbar-thumb {
        background-color: transparent; }
      /* line 144, resources/assets/styles/base/_global.scss */
      html.open-menu body::-webkit-scrollbar-thumb:hover {
        background-color: transparent; }

/* line 159, resources/assets/styles/base/_global.scss */
main {
  /* stylelint-disable-line no-descending-specificity */
  background-color: #fff;
  display: flex;
  flex-direction: column;
  flex-grow: 1; }
  @media (min-width: 640px) and (max-width: 959.98px) {
    /* line 166, resources/assets/styles/base/_global.scss */
    main .uk-container {
      max-width: calc(31.25 * 1rem); } }

/* line 173, resources/assets/styles/base/_global.scss */
b,
strong {
  font-weight: 700; }

/* line 178, resources/assets/styles/base/_global.scss */
em {
  color: inherit; }

/* line 182, resources/assets/styles/base/_global.scss */
p,
ul,
ol,
dl,
pre,
address,
fieldset,
figure {
  margin: 0 0 calc(1.25 * 1rem) 0; }

/* line 194, resources/assets/styles/base/_global.scss */
input,
button,
textarea,
select,
option {
  font-family: inherit; }
  /* line 206, resources/assets/styles/base/_global.scss */
  input::placeholder,
  button::placeholder,
  textarea::placeholder,
  select::placeholder,
  option::placeholder {
    color: inherit; }

/* line 211, resources/assets/styles/base/_global.scss */
button,
select,
input[type="submit"] {
  color: inherit;
  cursor: pointer; }
  /* line 111, resources/assets/styles/helpers/_mixins.scss */
  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; }

/* line 222, resources/assets/styles/base/_global.scss */
textarea {
  overflow: auto; }

/* line 226, resources/assets/styles/base/_global.scss */
[type="checkbox"] {
  cursor: pointer; }

/* line 118, resources/assets/styles/helpers/_mixins.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  color: inherit; }

/* line 235, resources/assets/styles/base/_global.scss */
a[disabled] {
  pointer-events: none;
  color: #807e7e; }

/* line 240, resources/assets/styles/base/_global.scss */
img {
  max-height: inherit; }
  /* line 243, resources/assets/styles/base/_global.scss */
  img[uk-svg] {
    display: none; }
  /* line 248, resources/assets/styles/base/_global.scss */
  img:not([src]) {
    visibility: hidden; }
  /* line 253, resources/assets/styles/base/_global.scss */
  img[data-src], img[data-srcset] {
    display: block;
    min-height: 1px; }

/* line 260, resources/assets/styles/base/_global.scss */
svg {
  /* stylelint-disable-line no-descending-specificity */
  fill: inherit;
  color: inherit;
  max-width: inherit;
  max-height: inherit; }

/* line 267, resources/assets/styles/base/_global.scss */
:not(pre) > code,
:not(pre) > em,
:not(pre) > kbd,
:not(pre) > samp {
  color: #000; }

/* line 274, resources/assets/styles/base/_global.scss */
a {
  /* stylelint-disable-line no-descending-specificity */
  color: inherit;
  transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  will-change: color; }
  /* line 279, resources/assets/styles/base/_global.scss */
  a svg,
  a path,
  a rect {
    transition: fill 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    pointer-events: none; }
  /* line 286, resources/assets/styles/base/_global.scss */
  a:hover {
    /* stylelint-disable-line no-descending-specificity */
    color: #985aff;
    text-decoration: none; }
    /* line 290, resources/assets/styles/base/_global.scss */
    a:hover svg > path {
      fill: #985aff !important; }

/* line 296, resources/assets/styles/base/_global.scss */
.user-content {
  font-size: calc(1 * 1rem);
  letter-spacing: 0.05rem;
  line-height: 1.75rem; }
  /* line 118, resources/assets/styles/helpers/_mixins.scss */
  .user-content h1, .user-content h2, .user-content h3, .user-content h4, .user-content h5, .user-content h6 {
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.063rem;
    line-height: 1.75rem; }
  /* line 308, resources/assets/styles/base/_global.scss */
  .user-content iframe {
    width: 100%; }
    @media (min-width: 960px) {
      /* line 308, resources/assets/styles/base/_global.scss */
      .user-content iframe {
        height: 30rem; } }
  /* line 316, resources/assets/styles/base/_global.scss */
  .user-content blockquote {
    font-size: 1rem; }
  /* line 320, resources/assets/styles/base/_global.scss */
  .user-content ins,
  .user-content mark {
    background-color: #5d83ff;
    color: #000; }
  /* line 326, resources/assets/styles/base/_global.scss */
  .user-content a {
    /* stylelint-disable-line no-descending-specificity */
    color: #985aff; }
    /* line 111, resources/assets/styles/helpers/_mixins.scss */
    .user-content a:hover, .user-content a:active, .user-content a:focus {
      color: #985aff; }
  /* line 334, resources/assets/styles/base/_global.scss */
  .user-content ul {
    list-style-type: square;
    padding-left: 1.2rem; }
    /* line 339, resources/assets/styles/base/_global.scss */
    .user-content ul > li {
      margin-bottom: calc(0.625 * 1rem); }
      /* line 342, resources/assets/styles/base/_global.scss */
      .user-content ul > li > ul {
        margin-top: calc(0.625 * 1rem); }
  /* line 348, resources/assets/styles/base/_global.scss */
  .user-content img.aligncenter {
    display: block;
    margin: 0 auto; }

/* line 355, resources/assets/styles/base/_global.scss */
#tinymce *, #tinymce *::before, #tinymce *::after {
  font-size: 16px !important; }

/* line 360, resources/assets/styles/base/_global.scss */
.uk-notification-message {
  background-color: #fff;
  border: calc(0.0625 * 1rem) solid #f2f2f2;
  margin-top: calc(0.625 * 1rem);
  font-size: calc(1 * 1rem);
  border-radius: calc(0.3125 * 1rem); }

/* line 368, resources/assets/styles/base/_global.scss */
.uk-notification-message-success {
  color: #985aff;
  border-color: #985aff; }

/* line 373, resources/assets/styles/base/_global.scss */
.uk-notification-message-error {
  color: #e3001f;
  border-color: #e3001f; }

@media (min-width: 1200px) {
  /* line 378, resources/assets/styles/base/_global.scss */
  .uk-notification-bottom-left,
  .uk-notification-bottom-right,
  .uk-notification-bottom-center {
    bottom: calc(1.875 * 1rem); } }

@media (min-width: 1200px) {
  /* line 386, resources/assets/styles/base/_global.scss */
  .uk-notification-top-right,
  .uk-notification-bottom-right {
    right: calc(1.875 * 1rem); } }

/* line 393, resources/assets/styles/base/_global.scss */
.uk-lightbox-button {
  max-width: unset; }

/* line 402, resources/assets/styles/base/_global.scss */
.image-set-template-default .current_page_parent::before,
.image-template-default .current_page_parent::before,
.marketing-template-default .current_page_parent::before,
.internet-template-default .current_page_parent::before {
  content: unset !important; }

/* line 409, resources/assets/styles/base/_global.scss */
.template-brief .header,
.template-brief .footer {
  display: none; }

/* line 415, resources/assets/styles/base/_global.scss */
.pip-expanded,
.pip-small,
.pip-icon,
.pip-explainer,
.pip-wrapper {
  display: none !important; }

/* line 424, resources/assets/styles/base/_global.scss */
.uk-modal-full.uk-open {
  display: flex !important; }

/* line 429, resources/assets/styles/base/_global.scss */
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #985aff; }

/* line 434, resources/assets/styles/base/_global.scss */
.page-section__breadcrumb {
  margin: calc(1.875 * 1rem) 0 calc(1.25 * 1rem) 0; }
  @media (min-width: 1200px) {
    /* line 434, resources/assets/styles/base/_global.scss */
    .page-section__breadcrumb {
      position: absolute;
      top: calc(9.375 * 1rem);
      margin: 0; } }
  /* line 443, resources/assets/styles/base/_global.scss */
  .page-section__breadcrumb .uk-container {
    max-width: 100%; }

/* line 449, resources/assets/styles/base/_global.scss */
.single-realization .page-section__breadcrumb {
  margin: calc(1.875 * 1rem) 0 calc(1.25 * 1rem) 0; }
  @media (min-width: 1200px) {
    /* line 449, resources/assets/styles/base/_global.scss */
    .single-realization .page-section__breadcrumb {
      position: relative;
      top: 0;
      margin: calc(-2.5 * 1rem) 0 0 0; } }

/* line 460, resources/assets/styles/base/_global.scss */
.aioseo-breadcrumb-separator {
  color: #999;
  padding: 0 calc(0.1875 * 1rem); }

/* line 465, resources/assets/styles/base/_global.scss */
.aioseo-breadcrumb {
  color: #999;
  font-size: calc(0.75 * 1rem);
  text-transform: lowercase; }
  /* line 470, resources/assets/styles/base/_global.scss */
  .aioseo-breadcrumb a {
    color: #999; }
    /* line 473, resources/assets/styles/base/_global.scss */
    .aioseo-breadcrumb a:hover {
      color: #985aff; }

/* line 479, resources/assets/styles/base/_global.scss */
a, button, input, textarea, select {
  -webkit-tap-highlight-color: transparent; }

/* $fonts-root: '../../fonts/';
$poppins-dir: $fonts-root+'Poppins/';

// Poppins
@include font-face('Poppins', $poppins-dir+'Poppins-Light', 300, normal, woff woff2);
@include font-face('Poppins', $poppins-dir+'Poppins-Regular', 400, normal, woff woff2);
@include font-face('Poppins', $poppins-dir+'Poppins-Medium', 500, normal, woff woff2);
@include font-face('Poppins', $poppins-dir+'Poppins-SemiBold', 600, normal, woff woff2);
@include font-face('Poppins', $poppins-dir+'Poppins-Bold', 700, normal, woff woff2); */
/* line 1, resources/assets/styles/layout/_header.scss */
.header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
  border-bottom: calc(0.0625 * 1rem) solid #e7e7e7; }
  /* line 9, resources/assets/styles/layout/_header.scss */
  .header .uk-container {
    max-width: 100%; }
  /* line 13, resources/assets/styles/layout/_header.scss */
  .header__logo {
    z-index: 11; }
    /* line 16, resources/assets/styles/layout/_header.scss */
    .header__logo svg {
      height: calc(1.5 * 1rem);
      width: calc(6.625 * 1rem); }
      @media (min-width: 1200px) {
        /* line 16, resources/assets/styles/layout/_header.scss */
        .header__logo svg {
          height: calc(1.86875 * 1rem);
          width: calc(8.32062 * 1rem); } }
  /* line 27, resources/assets/styles/layout/_header.scss */
  .header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: calc(1.75 * 1rem) 0; }
    @media (min-width: 1200px) {
      /* line 27, resources/assets/styles/layout/_header.scss */
      .header__container {
        padding: 0; } }
    /* line 37, resources/assets/styles/layout/_header.scss */
    .header__container::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      background-color: #fff;
      z-index: 10; }
      @media (min-width: 1200px) {
        /* line 37, resources/assets/styles/layout/_header.scss */
        .header__container::before {
          content: unset; } }
  /* line 53, resources/assets/styles/layout/_header.scss */
  .header__content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1;
    padding: calc(8.75 * 1rem) calc(3.75 * 1rem) calc(4.0625 * 1rem);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    overflow: auto;
    box-shadow: 0 0 calc(4.375 * 1rem) calc(6.25 * 1rem) #fff; }
    @media (min-width: 1200px) {
      /* line 53, resources/assets/styles/layout/_header.scss */
      .header__content {
        position: static;
        width: 100%;
        height: auto;
        flex-direction: row;
        padding: 0;
        align-items: center;
        box-shadow: none; } }
    @media (min-width: 1200px) {
      /* line 77, resources/assets/styles/layout/_header.scss */
      .header__content[hidden] {
        display: flex !important; } }
  /* line 84, resources/assets/styles/layout/_header.scss */
  .header__contact {
    margin-right: calc(2.5 * 1rem); }
  @media (max-width: 1199.98px) {
    /* line 88, resources/assets/styles/layout/_header.scss */
    .header__lang {
      z-index: 10;
      right: calc(5 * 1rem);
      position: absolute; } }
  /* line 95, resources/assets/styles/layout/_header.scss */
  .header__lang__btn {
    font-size: calc(0.6875 * 1rem);
    font-weight: 700;
    letter-spacing: calc(0.1375 * 1rem);
    text-transform: uppercase;
    background-color: transparent;
    border: none;
    transition: color 400ms;
    height: calc(3.125 * 1rem); }
    /* line 105, resources/assets/styles/layout/_header.scss */
    .header__lang__btn:hover {
      color: #985aff; }
  /* line 110, resources/assets/styles/layout/_header.scss */
  .header__lang__list {
    min-width: calc(3.5 * 1rem);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: calc(1.25 * 1rem); }
    /* line 115, resources/assets/styles/layout/_header.scss */
    .header__lang__list ul {
      list-style: none;
      padding: 0;
      margin: 0; }
    /* line 121, resources/assets/styles/layout/_header.scss */
    .header__lang__list li {
      padding: 0;
      margin-bottom: calc(0.25 * 1rem); }
      /* line 125, resources/assets/styles/layout/_header.scss */
      .header__lang__list li:last-child {
        margin-bottom: 0; }
      /* line 129, resources/assets/styles/layout/_header.scss */
      .header__lang__list li a {
        font-size: calc(0.6875 * 1rem);
        font-weight: 700;
        letter-spacing: calc(0.1375 * 1rem);
        color: black;
        transition: color 400ms;
        text-transform: uppercase; }
        /* line 137, resources/assets/styles/layout/_header.scss */
        .header__lang__list li a:hover {
          color: #985aff; }

/* line 146, resources/assets/styles/layout/_header.scss */
.header-nav {
  width: 100%;
  margin-bottom: calc(3.125 * 1rem); }
  @media (min-width: 1200px) {
    /* line 146, resources/assets/styles/layout/_header.scss */
    .header-nav {
      width: auto;
      margin: 0 auto; } }
  /* line 155, resources/assets/styles/layout/_header.scss */
  .header-nav__close-accordion {
    display: none; }
    @media (min-width: 1200px) {
      /* line 155, resources/assets/styles/layout/_header.scss */
      .header-nav__close-accordion {
        display: block;
        position: fixed;
        animation: uk-fade 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
        top: calc(10 * 1rem);
        right: calc(10.3125 * 1rem);
        color: #000;
        transition: color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955); } }
    @media (min-width: 2400px) {
      /* line 155, resources/assets/styles/layout/_header.scss */
      .header-nav__close-accordion {
        right: calc(29.1875 * 1rem); } }
    /* line 172, resources/assets/styles/layout/_header.scss */
    .header-nav__close-accordion:hover {
      color: #985aff; }
    /* line 176, resources/assets/styles/layout/_header.scss */
    .header-nav__close-accordion line {
      stroke-width: calc(0.1875 * 1rem); }
  /* line 181, resources/assets/styles/layout/_header.scss */
  .header-nav__list {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    @media (min-width: 1200px) {
      /* line 181, resources/assets/styles/layout/_header.scss */
      .header-nav__list {
        display: flex; } }
  /* line 189, resources/assets/styles/layout/_header.scss */
  .header-nav__link {
    font-weight: 500;
    letter-spacing: 0.05rem;
    padding: calc(0.9375 * 1rem) 0;
    border: none;
    border-top: 0.063rem solid #e7e7e7;
    display: block;
    background-color: transparent;
    color: inherit;
    transition: color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    will-change: color;
    font-size: inherit;
    height: 100%;
    width: 100%;
    text-align: left; }
    @media (min-width: 1200px) {
      /* line 189, resources/assets/styles/layout/_header.scss */
      .header-nav__link {
        border-top: none;
        padding: calc(3.125 * 1rem) 0;
        margin: 0 calc(1.875 * 1rem);
        position: relative;
        width: auto; } }
    /* line 214, resources/assets/styles/layout/_header.scss */
    .header-nav__link:hover {
      color: #985aff; }
    /* line 218, resources/assets/styles/layout/_header.scss */
    .header-nav__link--active, .header-nav__link.current_page_item, .header-nav__link.current_page_parent, .header-nav__link.current-menu-item, .header-nav__link.current-menu-ancestor, .header-nav__link[aria-current="page"] {
      color: #8840ff; }
      @media (min-width: 1200px) {
        /* line 218, resources/assets/styles/layout/_header.scss */
        .header-nav__link--active, .header-nav__link.current_page_item, .header-nav__link.current_page_parent, .header-nav__link.current-menu-item, .header-nav__link.current-menu-ancestor, .header-nav__link[aria-current="page"] {
          color: inherit; } }
      @media (min-width: 1200px) {
        /* line 234, resources/assets/styles/layout/_header.scss */
        .header-nav__link--active:hover, .header-nav__link.current_page_item:hover, .header-nav__link.current_page_parent:hover, .header-nav__link.current-menu-item:hover, .header-nav__link.current-menu-ancestor:hover, .header-nav__link[aria-current="page"]:hover {
          color: #985aff; } }
      @media (min-width: 1200px) {
        /* line 240, resources/assets/styles/layout/_header.scss */
        .header-nav__link--active::before, .header-nav__link.current_page_item::before, .header-nav__link.current_page_parent::before, .header-nav__link.current-menu-item::before, .header-nav__link.current-menu-ancestor::before, .header-nav__link[aria-current="page"]::before {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: calc(0.3125 * 1rem);
          background-color: #000;
          transition: transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955); } }
    /* line 259, resources/assets/styles/layout/_header.scss */
    .header-nav__link--deep-2 {
      font-size: 1rem;
      font-weight: 700;
      letter-spacing: 0.05rem;
      padding: calc(0.625 * 1rem) 0;
      border-top: none;
      text-transform: lowercase; }
      @media (min-width: 1200px) {
        /* line 259, resources/assets/styles/layout/_header.scss */
        .header-nav__link--deep-2 {
          padding: 0;
          margin: 0 0 calc(1.5625 * 1rem);
          font-size: 1.5rem;
          line-height: 1.5rem; } }
      /* line 274, resources/assets/styles/layout/_header.scss */
      .header-nav__link--deep-2::first-letter {
        text-transform: lowercase !important; }
      @media (min-width: 1200px) {
        /* line 278, resources/assets/styles/layout/_header.scss */
        .header-nav__link--deep-2::before {
          content: unset !important; } }
    /* line 285, resources/assets/styles/layout/_header.scss */
    .header-nav__link--deep-3 {
      font-size: 0.875rem;
      font-weight: 500;
      letter-spacing: 0.044rem;
      padding: calc(0.4375 * 1rem) 0;
      border-top: unset;
      text-transform: lowercase; }
      @media (min-width: 1200px) {
        /* line 285, resources/assets/styles/layout/_header.scss */
        .header-nav__link--deep-3 {
          font-size: 1rem;
          font-weight: 500;
          letter-spacing: 0.05rem;
          margin: 0;
          padding: calc(0.8125 * 1rem) 0; } }
      /* line 301, resources/assets/styles/layout/_header.scss */
      .header-nav__link--deep-3::first-letter {
        text-transform: lowercase !important; }
      @media (min-width: 1200px) {
        /* line 305, resources/assets/styles/layout/_header.scss */
        .header-nav__link--deep-3::before {
          content: unset !important; } }
      @media (min-width: 1200px) {
        /* line 312, resources/assets/styles/layout/_header.scss */
        .header-nav__link--deep-3[data-items]::after {
          content: attr(data-items);
          display: block;
          color: #999;
          font-size: 0.75rem;
          font-weight: 400;
          letter-spacing: 0.038rem; } }
      /* line 324, resources/assets/styles/layout/_header.scss */
      .header-nav__link--deep-3.current-menu-item {
        color: #985aff; }
  /* line 332, resources/assets/styles/layout/_header.scss */
  .header-nav__element:first-child .header-nav__link {
    border-top: none; }
  /* line 337, resources/assets/styles/layout/_header.scss */
  .header-nav__element--deep-2, .header-nav__element--deep-3 {
    margin-top: 0 !important; }
    @media (max-width: 1199.98px) {
      /* line 341, resources/assets/styles/layout/_header.scss */
      .header-nav__element--deep-2 .button, .header-nav__element--deep-3 .button {
        transform: scale(0.8) translateX(calc(-1.625 * 1rem));
        margin-top: 0; } }
  @media (min-width: 1200px) {
    /* line 349, resources/assets/styles/layout/_header.scss */
    .header-nav__element--deep-2 {
      display: grid;
      grid-template-columns: calc(4.375 * 1rem) 1fr; } }
  @media (min-width: 1200px) {
    /* line 355, resources/assets/styles/layout/_header.scss */
    .header-nav__element--deep-2::before {
      content: counter(listCounter, decimal-leading-zero);
      display: block;
      font-size: 0.75rem;
      font-weight: 500;
      font-style: normal;
      letter-spacing: 0.3rem;
      text-transform: uppercase;
      line-height: 1.5rem; } }

/* line 372, resources/assets/styles/layout/_header.scss */
.header-accordion__content {
  border-top: 0.063rem solid #e7e7e7; }
  @media (min-width: 1200px) {
    /* line 375, resources/assets/styles/layout/_header.scss */
    .header-accordion__content--deep-1 {
      width: 100%;
      left: 0;
      top: calc(100% + 0.0625rem);
      background-color: #fff;
      border-top: unset;
      height: 0;
      overflow: hidden;
      /* width */
      /* Track */
      /* Handle */
      /* Handle on hover */
      /* Mozilla */
      /* Handle Track */
      scrollbar-color: #8840ff #f2f2f2;
      /* width */
      scrollbar-width: none; }
      /* line 386, resources/assets/styles/layout/_header.scss */
      .header-accordion__content--deep-1::-webkit-scrollbar {
        transition: background-color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
        will-change: background-color;
        width: 0; }
      /* line 393, resources/assets/styles/layout/_header.scss */
      .header-accordion__content--deep-1::-webkit-scrollbar-track {
        background-color: #f2f2f2; }
      /* line 398, resources/assets/styles/layout/_header.scss */
      .header-accordion__content--deep-1::-webkit-scrollbar-thumb {
        background-color: #8840ff; }
      /* line 403, resources/assets/styles/layout/_header.scss */
      .header-accordion__content--deep-1::-webkit-scrollbar-thumb:hover {
        background-color: #8840ff; } }
  @media (min-width: 1200px) {
    /* line 416, resources/assets/styles/layout/_header.scss */
    .header-accordion__content--deep-1::after {
      content: "";
      display: block;
      position: fixed;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 5.5rem;
      background: white;
      /* prettier-ignore */
      background: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.6) 12%, rgba(255, 255, 255, 0.8) 100%); } }
  /* line 433, resources/assets/styles/layout/_header.scss */
  .header-accordion__content--deep-2 {
    border-top: none;
    padding: calc(0.9375 * 1rem) 0;
    margin: 0; }
    @media (min-width: 1200px) {
      /* line 433, resources/assets/styles/layout/_header.scss */
      .header-accordion__content--deep-2 {
        display: block !important; } }

/* line 444, resources/assets/styles/layout/_header.scss */
.header-accordion__title {
  padding-right: calc(1.25 * 1rem); }
  @media (min-width: 1200px) {
    /* line 444, resources/assets/styles/layout/_header.scss */
    .header-accordion__title {
      padding-right: unset; } }
  /* line 451, resources/assets/styles/layout/_header.scss */
  .header-accordion__title--deep-1, .header-accordion__title--deep-2 {
    position: relative; }
    /* line 455, resources/assets/styles/layout/_header.scss */
    .header-accordion__title--deep-1::after, .header-accordion__title--deep-1::before, .header-accordion__title--deep-2::after, .header-accordion__title--deep-2::before {
      content: "";
      width: calc(0.5625 * 1rem);
      height: calc(0.125 * 1rem);
      display: block;
      position: absolute;
      top: 50%;
      right: 0;
      background-color: #000;
      transform: translateY(-50%);
      transition: transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
      @media (min-width: 1200px) {
        /* line 455, resources/assets/styles/layout/_header.scss */
        .header-accordion__title--deep-1::after, .header-accordion__title--deep-1::before, .header-accordion__title--deep-2::after, .header-accordion__title--deep-2::before {
          content: unset; } }
    /* line 473, resources/assets/styles/layout/_header.scss */
    .header-accordion__title--deep-1::before, .header-accordion__title--deep-2::before {
      transform: translateY(-50%) rotate(90deg); }
    /* line 478, resources/assets/styles/layout/_header.scss */
    .header-accordion__title--deep-1[aria-expanded="true"]::before, .header-accordion__title--deep-2[aria-expanded="true"]::before {
      transform: translateY(-50%); }
    @media (min-width: 1200px) {
      /* line 451, resources/assets/styles/layout/_header.scss */
      .header-accordion__title--deep-1, .header-accordion__title--deep-2 {
        pointer-events: none; } }
  @media (min-width: 1200px) {
    /* line 488, resources/assets/styles/layout/_header.scss */
    .header-accordion__title--deep-1 {
      pointer-events: all; } }

@media (min-width: 1200px) {
  /* line 496, resources/assets/styles/layout/_header.scss */
  .header-accordion--deep-0 .header-accordion__content--deep-1 {
    position: absolute;
    transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955); } }

@media (min-width: 1200px) {
  /* line 507, resources/assets/styles/layout/_header.scss */
  .header-accordion--deep-0 .header-accordion__title--deep-1::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(0.3125 * 1rem);
    background-color: #000;
    transition: transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transform: translateY(-100%); } }

@media (min-width: 1200px) {
  /* line 523, resources/assets/styles/layout/_header.scss */
  .header-accordion--deep-0 .header-accordion__title--deep-1.current-menu-ancestor::before {
    transform: translateY(0); } }

@media (min-width: 1200px) {
  /* line 533, resources/assets/styles/layout/_header.scss */
  .header-accordion--deep-0 .uk-open .header-accordion__title--deep-1::before {
    transform: translateY(0); } }

@media (min-width: 1200px) {
  /* line 540, resources/assets/styles/layout/_header.scss */
  .header-accordion--deep-0 .uk-open .header-accordion__content--deep-1 {
    overflow: auto;
    animation: show-accordion 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards; } }

@media (min-width: 1200px) {
  /* line 546, resources/assets/styles/layout/_header.scss */
  .header-accordion--deep-0 .uk-open .header-accordion__content--deep-1::after {
    animation: uk-fade 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards; } }

/* line 555, resources/assets/styles/layout/_header.scss */
.header-accordion--deep-2 {
  padding: calc(1.5625 * 1rem) 0;
  margin: 0;
  counter-reset: listCounter; }
  @media (min-width: 1200px) {
    /* line 555, resources/assets/styles/layout/_header.scss */
    .header-accordion--deep-2 {
      max-width: 100rem;
      padding: 0;
      margin: calc(5.625 * 1rem) auto 5.5rem;
      display: grid;
      grid-template-columns: repeat(3, 1fr); } }
  /* line 568, resources/assets/styles/layout/_header.scss */
  .header-accordion--deep-2 > .header-nav__element--deep-2 {
    counter-increment: listCounter; }

/* line 573, resources/assets/styles/layout/_header.scss */
.header-accordion--deep-3 {
  margin: 0; }

/* line 578, resources/assets/styles/layout/_header.scss */
.hamburger {
  border: none;
  position: relative;
  background-color: transparent;
  margin-left: calc(1.875 * 1rem);
  width: 30px;
  height: 24px;
  cursor: pointer;
  z-index: 11; }
  /* line 111, resources/assets/styles/helpers/_mixins.scss */
  .hamburger:hover, .hamburger:active, .hamburger:focus {
    outline: unset; }
  @media (min-width: 1200px) {
    /* line 578, resources/assets/styles/layout/_header.scss */
    .hamburger {
      display: none; } }
  /* line 596, resources/assets/styles/layout/_header.scss */
  .hamburger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
    pointer-events: none; }
    /* line 608, resources/assets/styles/layout/_header.scss */
    .hamburger span:nth-child(1) {
      top: 0;
      will-change: top, width, left; }
    /* line 613, resources/assets/styles/layout/_header.scss */
    .hamburger span:nth-child(2), .hamburger span:nth-child(3) {
      top: 9px;
      will-change: transform; }
    /* line 619, resources/assets/styles/layout/_header.scss */
    .hamburger span:nth-child(4) {
      top: 18px;
      will-change: top, width, left; }
  /* line 625, resources/assets/styles/layout/_header.scss */
  .hamburger--open {
    /* prettier-ignore */ }
    /* line 627, resources/assets/styles/layout/_header.scss */
    .hamburger--open span {
      /* stylelint-disable-line no-descending-specificity */ }
      /* line 628, resources/assets/styles/layout/_header.scss */
      .hamburger--open span:nth-child(1) {
        top: 9px;
        width: 0%;
        left: 50%; }
      /* line 634, resources/assets/styles/layout/_header.scss */
      .hamburger--open span:nth-child(2) {
        transform: rotate(45deg); }
      /* line 638, resources/assets/styles/layout/_header.scss */
      .hamburger--open span:nth-child(3) {
        transform: rotate(-45deg); }
      /* line 642, resources/assets/styles/layout/_header.scss */
      .hamburger--open span:nth-child(4) {
        top: 9px;
        width: 0%;
        left: 50%; }

@keyframes show-accordion {
  0% {
    height: 0;
    overflow: hidden; }
  99% {
    overflow: hidden; }
  100% {
    height: calc(100vh - 7.8125rem);
    overflow: auto; } }

/* line 1, resources/assets/styles/layout/_footer.scss */
.footer {
  margin-top: calc(2.1875 * 1rem);
  border-top: calc(0.0625 * 1rem) solid #e7e7e7; }
  @media (min-width: 960px) {
    /* line 1, resources/assets/styles/layout/_footer.scss */
    .footer {
      margin-top: calc(4.375 * 1rem); } }
  /* line 9, resources/assets/styles/layout/_footer.scss */
  .footer .uk-container {
    max-width: 100%; }
  /* line 13, resources/assets/styles/layout/_footer.scss */
  .footer__container {
    padding: calc(2.5 * 1rem) 0; }

/* line 18, resources/assets/styles/layout/_footer.scss */
.footer-seo {
  margin-bottom: calc(1.375 * 1rem); }
  @media (min-width: 960px) {
    /* line 18, resources/assets/styles/layout/_footer.scss */
    .footer-seo {
      display: flex;
      align-items: flex-start;
      margin-bottom: 0; } }
  /* line 27, resources/assets/styles/layout/_footer.scss */
  .footer-seo > svg {
    margin: 0 auto calc(1.125 * 1rem);
    display: block; }
    @media (min-width: 960px) {
      /* line 27, resources/assets/styles/layout/_footer.scss */
      .footer-seo > svg {
        flex: 0 0 auto;
        margin: 0 calc(1.5625 * 1rem) 0 0; } }
  /* line 37, resources/assets/styles/layout/_footer.scss */
  .footer-seo__txt {
    text-align: center;
    font-size: clamp(10px, 0.625rem, 0.625rem);
    letter-spacing: 0.031rem;
    line-height: 0.875rem;
    margin-bottom: 0; }
    @media (min-width: 960px) {
      /* line 37, resources/assets/styles/layout/_footer.scss */
      .footer-seo__txt {
        text-align: left; } }
    @media (min-width: 1200px) {
      /* line 37, resources/assets/styles/layout/_footer.scss */
      .footer-seo__txt {
        font-size: clamp(10px, 0.625rem, 0.625rem); } }
    @media (min-width: 1681px) {
      /* line 37, resources/assets/styles/layout/_footer.scss */
      .footer-seo__txt {
        font-size: 0.625rem; } }

/* line 58, resources/assets/styles/layout/_footer.scss */
.footer-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: calc(2 * 1rem); }
  @media (min-width: 960px) {
    /* line 58, resources/assets/styles/layout/_footer.scss */
    .footer-links {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center; } }
  /* line 72, resources/assets/styles/layout/_footer.scss */
  .footer-links__item {
    margin: calc(0.5 * 1rem) 0;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.005rem; }
    @media (min-width: 960px) {
      /* line 72, resources/assets/styles/layout/_footer.scss */
      .footer-links__item {
        margin: calc(0.3125 * 1rem) calc(1.875 * 1rem); } }
  /* line 83, resources/assets/styles/layout/_footer.scss */
  .footer-links__link {
    text-transform: lowercase;
    display: block; }
    /* line 87, resources/assets/styles/layout/_footer.scss */
    .footer-links__link::first-letter {
      text-transform: uppercase; }

@media (min-width: 960px) {
  /* line 93, resources/assets/styles/layout/_footer.scss */
  .footer-social-and-address {
    margin-left: auto; } }

/* line 99, resources/assets/styles/layout/_footer.scss */
.footer-address {
  margin-bottom: calc(1.875 * 1rem); }
  @media (max-width: 959.98px) {
    /* line 99, resources/assets/styles/layout/_footer.scss */
    .footer-address {
      text-align: center; } }
  /* line 106, resources/assets/styles/layout/_footer.scss */
  .footer-address p {
    margin-bottom: calc(0.625 * 1rem); }
    /* line 109, resources/assets/styles/layout/_footer.scss */
    .footer-address p:nth-child(2) {
      display: none; }

/* line 115, resources/assets/styles/layout/_footer.scss */
.footer-social {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center; }
  @media (min-width: 960px) {
    /* line 115, resources/assets/styles/layout/_footer.scss */
    .footer-social {
      justify-content: start; } }
  /* line 127, resources/assets/styles/layout/_footer.scss */
  .footer-social__item {
    padding: calc(0.125 * 1rem) calc(0.5625 * 1rem);
    display: flex;
    align-items: center;
    justify-content: center; }
    /* line 133, resources/assets/styles/layout/_footer.scss */
    .footer-social__item svg {
      max-height: 14px; }
    @media (min-width: 960px) {
      /* line 137, resources/assets/styles/layout/_footer.scss */
      .footer-social__item:first-child {
        padding-left: 0; } }
    @media (min-width: 960px) {
      /* line 143, resources/assets/styles/layout/_footer.scss */
      .footer-social__item:last-child {
        padding-right: 0; } }
  /* line 150, resources/assets/styles/layout/_footer.scss */
  .footer-social__link {
    color: #5a5a5a; }
    /* line 153, resources/assets/styles/layout/_footer.scss */
    .footer-social__link:hover {
      color: #985aff; }

/* line 159, resources/assets/styles/layout/_footer.scss */
.footer-copyrights {
  font-size: 0.625rem;
  text-align: center;
  margin-top: calc(2.5 * 1rem); }
  @media (min-width: 960px) {
    /* line 159, resources/assets/styles/layout/_footer.scss */
    .footer-copyrights {
      text-align: left;
      position: relative;
      top: calc(-1.25 * 1rem);
      height: 0;
      margin-top: 0; } }

/* line 1, resources/assets/styles/layout/_tinymce.scss */
body#tinymce {
  margin: 12px !important; }

/* line 1, resources/assets/styles/components/_button.scss */
.button {
  border: calc(0.0625 * 1rem) solid #000;
  background: #fff;
  background: linear-gradient(270deg, #fff 0%, #fff 50%, #000 50%, #000 100%);
  background-size: 206% auto;
  background-position: 99% center;
  transition: color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-position 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), background 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  padding: calc(1.25 * 1rem) calc(1.5 * 1rem);
  margin: 0;
  display: table;
  text-transform: lowercase;
  border-radius: 0.313rem;
  font-size: 0.813rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.041rem;
  color: #000;
  min-width: 9.313rem;
  text-align: center; }
  /* line 131, resources/assets/styles/helpers/_mixins.scss */
  .button:hover {
    color: #fff;
    background-position: left center; }
  /* line 17, resources/assets/styles/components/_button.scss */
  .button:hover {
    color: #fff;
    background-position: left center; }
  @media (max-width: 959.98px) {
    /* line 22, resources/assets/styles/components/_button.scss */
    .uk-subnav-pill .button {
      padding: calc(0.625 * 1rem) calc(0.875 * 1rem); } }
  /* line 28, resources/assets/styles/components/_button.scss */
  .button--plus {
    padding-right: calc(4.5 * 1rem);
    position: relative; }
    @media (max-width: 959.98px) {
      /* line 32, resources/assets/styles/components/_button.scss */
      .uk-subnav-pill .button--plus {
        padding-right: calc(3 * 1rem); } }
    /* line 39, resources/assets/styles/components/_button.scss */
    .button--plus[aria-expanded="true"]::after {
      background-image: url("data:image/svg+xml;base64,PHN2ZwogICB3aWR0aD0iMTBtbSIKICAgaGVpZ2h0PSIxMG1tIgogICB2aWV3Qm94PSIwIDAgMTAgMTAiCiAgIHZlcnNpb249IjEuMSIKICAgaWQ9InN2ZzUiCiAgIHNvZGlwb2RpOmRvY25hbWU9Im1pbnVzLnN2ZyIKICAgaW5rc2NhcGU6dmVyc2lvbj0iMS4xLjIgKDE6MS4xKzIwMjIwNTAxMTEwOSswOGIyZjNkOTNjKSIKICAgeG1sbnM6aW5rc2NhcGU9Imh0dHA6Ly93d3cuaW5rc2NhcGUub3JnL25hbWVzcGFjZXMvaW5rc2NhcGUiCiAgIHhtbG5zOnNvZGlwb2RpPSJodHRwOi8vc29kaXBvZGkuc291cmNlZm9yZ2UubmV0L0RURC9zb2RpcG9kaS0wLmR0ZCIKICAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8c29kaXBvZGk6bmFtZWR2aWV3CiAgICAgaWQ9Im5hbWVkdmlldzciCiAgICAgcGFnZWNvbG9yPSIjZmZmZmZmIgogICAgIGJvcmRlcmNvbG9yPSIjNjY2NjY2IgogICAgIGJvcmRlcm9wYWNpdHk9IjEuMCIKICAgICBpbmtzY2FwZTpwYWdlc2hhZG93PSIyIgogICAgIGlua3NjYXBlOnBhZ2VvcGFjaXR5PSIwLjAiCiAgICAgaW5rc2NhcGU6cGFnZWNoZWNrZXJib2FyZD0iMCIKICAgICBpbmtzY2FwZTpkb2N1bWVudC11bml0cz0ibW0iCiAgICAgc2hvd2dyaWQ9ImZhbHNlIgogICAgIGlua3NjYXBlOnNuYXAtb2JqZWN0LW1pZHBvaW50cz0idHJ1ZSIKICAgICBpbmtzY2FwZTp6b29tPSIxMC4yNDgzNzMiCiAgICAgaW5rc2NhcGU6Y3g9IjI5LjMyMTcyOSIKICAgICBpbmtzY2FwZTpjeT0iMjMuNTY0NzE3IgogICAgIGlua3NjYXBlOndpbmRvdy13aWR0aD0iMTkyMCIKICAgICBpbmtzY2FwZTp3aW5kb3ctaGVpZ2h0PSIxMDk4IgogICAgIGlua3NjYXBlOndpbmRvdy14PSIxOTIwIgogICAgIGlua3NjYXBlOndpbmRvdy15PSIyNyIKICAgICBpbmtzY2FwZTp3aW5kb3ctbWF4aW1pemVkPSIxIgogICAgIGlua3NjYXBlOmN1cnJlbnQtbGF5ZXI9ImxheWVyMSIgLz4KICA8ZGVmcwogICAgIGlkPSJkZWZzMiIgLz4KICA8ZwogICAgIGlua3NjYXBlOmxhYmVsPSJXYXJzdHdhIDEiCiAgICAgaW5rc2NhcGU6Z3JvdXBtb2RlPSJsYXllciIKICAgICBpZD0ibGF5ZXIxIj4KICAgIDxyZWN0CiAgICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZS13aWR0aDowLjE1ODExOSIKICAgICAgIGlkPSJyZWN0ODQ2LTMiCiAgICAgICB3aWR0aD0iMS4zODY1MTU5IgogICAgICAgaGVpZ2h0PSIxMCIKICAgICAgIHg9IjQuMzA2NzQyMiIKICAgICAgIHk9Ii0xMCIKICAgICAgIHRyYW5zZm9ybT0icm90YXRlKDkwKSIgLz4KICA8L2c+Cjwvc3ZnPg==") !important; }
    /* line 44, resources/assets/styles/components/_button.scss */
    .button--plus[aria-expanded="true"]:hover::after {
      background-image: url("data:image/svg+xml;base64,PHN2ZwogICB3aWR0aD0iMTBtbSIKICAgaGVpZ2h0PSIxMG1tIgogICB2aWV3Qm94PSIwIDAgMTAgMTAiCiAgIHZlcnNpb249IjEuMSIKICAgaWQ9InN2ZzUiCiAgIHNvZGlwb2RpOmRvY25hbWU9Im1pbnVzLnN2ZyIKICAgaW5rc2NhcGU6dmVyc2lvbj0iMS4xLjIgKDE6MS4xKzIwMjIwNTAxMTEwOSswOGIyZjNkOTNjKSIKICAgeG1sbnM6aW5rc2NhcGU9Imh0dHA6Ly93d3cuaW5rc2NhcGUub3JnL25hbWVzcGFjZXMvaW5rc2NhcGUiCiAgIHhtbG5zOnNvZGlwb2RpPSJodHRwOi8vc29kaXBvZGkuc291cmNlZm9yZ2UubmV0L0RURC9zb2RpcG9kaS0wLmR0ZCIKICAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8c29kaXBvZGk6bmFtZWR2aWV3CiAgICAgaWQ9Im5hbWVkdmlldzciCiAgICAgcGFnZWNvbG9yPSIjZmZmZmZmIgogICAgIGJvcmRlcmNvbG9yPSIjNjY2NjY2IgogICAgIGJvcmRlcm9wYWNpdHk9IjEuMCIKICAgICBpbmtzY2FwZTpwYWdlc2hhZG93PSIyIgogICAgIGlua3NjYXBlOnBhZ2VvcGFjaXR5PSIwLjAiCiAgICAgaW5rc2NhcGU6cGFnZWNoZWNrZXJib2FyZD0iMCIKICAgICBpbmtzY2FwZTpkb2N1bWVudC11bml0cz0ibW0iCiAgICAgc2hvd2dyaWQ9ImZhbHNlIgogICAgIGlua3NjYXBlOnNuYXAtb2JqZWN0LW1pZHBvaW50cz0idHJ1ZSIKICAgICBpbmtzY2FwZTp6b29tPSIxMC4yNDgzNzMiCiAgICAgaW5rc2NhcGU6Y3g9IjI5LjMyMTcyOSIKICAgICBpbmtzY2FwZTpjeT0iMjMuNTY0NzE3IgogICAgIGlua3NjYXBlOndpbmRvdy13aWR0aD0iMTkyMCIKICAgICBpbmtzY2FwZTp3aW5kb3ctaGVpZ2h0PSIxMDk4IgogICAgIGlua3NjYXBlOndpbmRvdy14PSIxOTIwIgogICAgIGlua3NjYXBlOndpbmRvdy15PSIyNyIKICAgICBpbmtzY2FwZTp3aW5kb3ctbWF4aW1pemVkPSIxIgogICAgIGlua3NjYXBlOmN1cnJlbnQtbGF5ZXI9ImxheWVyMSIgLz4KICA8ZGVmcwogICAgIGlkPSJkZWZzMiIgLz4KICA8ZwogICAgIGlua3NjYXBlOmxhYmVsPSJXYXJzdHdhIDEiCiAgICAgaW5rc2NhcGU6Z3JvdXBtb2RlPSJsYXllciIKICAgICBpZD0ibGF5ZXIxIj4KICAgIDxyZWN0CiAgICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZS13aWR0aDowLjE1ODExOSIKICAgICAgIGlkPSJyZWN0ODQ2LTMiCiAgICAgICB3aWR0aD0iMS4zODY1MTU5IgogICAgICAgaGVpZ2h0PSIxMCIKICAgICAgIHg9IjQuMzA2NzQyMiIKICAgICAgIHk9Ii0xMCIKICAgICAgIHRyYW5zZm9ybT0icm90YXRlKDkwKSIgLz4KICA8L2c+Cjwvc3ZnPg==") !important; }
    /* line 50, resources/assets/styles/components/_button.scss */
    .button--plus::after {
      content: "";
      display: block;
      position: absolute;
      right: calc(1.5 * 1rem);
      top: 50%;
      transform: translate(0, -50%);
      width: 1.875rem;
      height: 1.875rem;
      border-radius: 50%;
      transition: background-image 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      background-position: center;
      background-repeat: no-repeat;
      background-size: calc(0.625 * 1rem);
      background-image: url("data:image/svg+xml;base64,PHN2ZwogICB3aWR0aD0iMTBtbSIKICAgaGVpZ2h0PSIxMG1tIgogICB2aWV3Qm94PSIwIDAgMTAgMTAiCiAgIHZlcnNpb249IjEuMSIKICAgaWQ9InN2ZzUiCiAgIGlua3NjYXBlOnZlcnNpb249IjEuMS4yICgxOjEuMSsyMDIyMDUwMTExMDkrMDhiMmYzZDkzYykiCiAgIHNvZGlwb2RpOmRvY25hbWU9InBsdXMuc3ZnIgogICB4bWxuczppbmtzY2FwZT0iaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvbmFtZXNwYWNlcy9pbmtzY2FwZSIKICAgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFREL3NvZGlwb2RpLTAuZHRkIgogICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxzb2RpcG9kaTpuYW1lZHZpZXcKICAgICBpZD0ibmFtZWR2aWV3NyIKICAgICBwYWdlY29sb3I9IiNmZmZmZmYiCiAgICAgYm9yZGVyY29sb3I9IiM2NjY2NjYiCiAgICAgYm9yZGVyb3BhY2l0eT0iMS4wIgogICAgIGlua3NjYXBlOnBhZ2VzaGFkb3c9IjIiCiAgICAgaW5rc2NhcGU6cGFnZW9wYWNpdHk9IjAuMCIKICAgICBpbmtzY2FwZTpwYWdlY2hlY2tlcmJvYXJkPSIwIgogICAgIGlua3NjYXBlOmRvY3VtZW50LXVuaXRzPSJtbSIKICAgICBzaG93Z3JpZD0iZmFsc2UiCiAgICAgaW5rc2NhcGU6c25hcC1vYmplY3QtbWlkcG9pbnRzPSJ0cnVlIgogICAgIGlua3NjYXBlOnpvb209IjEwLjI0ODM3MyIKICAgICBpbmtzY2FwZTpjeD0iMjkuMzIxNzI5IgogICAgIGlua3NjYXBlOmN5PSIyMy41NjQ3MTciCiAgICAgaW5rc2NhcGU6d2luZG93LXdpZHRoPSIxOTIwIgogICAgIGlua3NjYXBlOndpbmRvdy1oZWlnaHQ9IjEwOTgiCiAgICAgaW5rc2NhcGU6d2luZG93LXg9IjE5MjAiCiAgICAgaW5rc2NhcGU6d2luZG93LXk9IjI3IgogICAgIGlua3NjYXBlOndpbmRvdy1tYXhpbWl6ZWQ9IjEiCiAgICAgaW5rc2NhcGU6Y3VycmVudC1sYXllcj0ibGF5ZXIxIiAvPgogIDxkZWZzCiAgICAgaWQ9ImRlZnMyIiAvPgogIDxnCiAgICAgaW5rc2NhcGU6bGFiZWw9IldhcnN0d2EgMSIKICAgICBpbmtzY2FwZTpncm91cG1vZGU9ImxheWVyIgogICAgIGlkPSJsYXllcjEiPgogICAgPHBhdGgKICAgICAgIGlkPSJyZWN0ODQ2IgogICAgICAgc3R5bGU9ImZpbGw6I2ZmZmZmZjtmaWxsLW9wYWNpdHk6MTtzdHJva2Utd2lkdGg6MC41OTc2MTUiCiAgICAgICBkPSJNIDE2LjI3NzM0NCAwIEwgMTYuMjc3MzQ0IDE2LjI3NzM0NCBMIDAgMTYuMjc3MzQ0IEwgMCAyMS41MTc1NzggTCAxNi4yNzczNDQgMjEuNTE3NTc4IEwgMTYuMjc3MzQ0IDM3Ljc5NDkyMiBMIDIxLjUxNzU3OCAzNy43OTQ5MjIgTCAyMS41MTc1NzggMjEuNTE3NTc4IEwgMzcuNzk0OTIyIDIxLjUxNzU3OCBMIDM3Ljc5NDkyMiAxNi4yNzczNDQgTCAyMS41MTc1NzggMTYuMjc3MzQ0IEwgMjEuNTE3NTc4IDAgTCAxNi4yNzczNDQgMCB6ICIKICAgICAgIHRyYW5zZm9ybT0ic2NhbGUoMC4yNjQ1ODMzMykiIC8+CiAgPC9nPgo8L3N2Zz4=") !important; }
      @media (max-width: 959.98px) {
        /* line 68, resources/assets/styles/components/_button.scss */
        .uk-subnav-pill .button--plus::after {
          width: 1.25rem;
          height: 1.25rem;
          right: calc(0.875 * 1rem); } }
    /* line 77, resources/assets/styles/components/_button.scss */
    .button--plus::before {
      content: "";
      display: block;
      position: absolute;
      right: calc(1.5 * 1rem);
      top: 50%;
      transform: translate(0, -50%);
      width: 1.875rem;
      height: 1.875rem;
      border-radius: 50%;
      border: calc(0.0625 * 1rem) solid #ddd;
      background: #ddd !important;
      background: linear-gradient(270deg, #ddd 0%, #ddd 50%, #bbb 50%, #bbb 100%) !important;
      background-size: 220% auto !important;
      background-position: 96% center !important;
      transition: color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-position 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), background 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
      @media (max-width: 959.98px) {
        /* line 94, resources/assets/styles/components/_button.scss */
        .uk-subnav-pill .button--plus::before {
          width: 1.25rem;
          height: 1.25rem;
          right: calc(0.875 * 1rem); } }
      /* line 102, resources/assets/styles/components/_button.scss */
      .button--plus::before:hover {
        color: #ddd;
        background-position: left center; }
    /* line 109, resources/assets/styles/components/_button.scss */
    .button--plus:hover::after {
      background-image: url("data:image/svg+xml;base64,PHN2ZwogICB3aWR0aD0iMTBtbSIKICAgaGVpZ2h0PSIxMG1tIgogICB2aWV3Qm94PSIwIDAgMTAgMTAiCiAgIHZlcnNpb249IjEuMSIKICAgaWQ9InN2ZzUiCiAgIGlua3NjYXBlOnZlcnNpb249IjEuMS4yICgxOjEuMSsyMDIyMDUwMTExMDkrMDhiMmYzZDkzYykiCiAgIHNvZGlwb2RpOmRvY25hbWU9InBsdXMuc3ZnIgogICB4bWxuczppbmtzY2FwZT0iaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvbmFtZXNwYWNlcy9pbmtzY2FwZSIKICAgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFREL3NvZGlwb2RpLTAuZHRkIgogICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxzb2RpcG9kaTpuYW1lZHZpZXcKICAgICBpZD0ibmFtZWR2aWV3NyIKICAgICBwYWdlY29sb3I9IiNmZmZmZmYiCiAgICAgYm9yZGVyY29sb3I9IiM2NjY2NjYiCiAgICAgYm9yZGVyb3BhY2l0eT0iMS4wIgogICAgIGlua3NjYXBlOnBhZ2VzaGFkb3c9IjIiCiAgICAgaW5rc2NhcGU6cGFnZW9wYWNpdHk9IjAuMCIKICAgICBpbmtzY2FwZTpwYWdlY2hlY2tlcmJvYXJkPSIwIgogICAgIGlua3NjYXBlOmRvY3VtZW50LXVuaXRzPSJtbSIKICAgICBzaG93Z3JpZD0iZmFsc2UiCiAgICAgaW5rc2NhcGU6c25hcC1vYmplY3QtbWlkcG9pbnRzPSJ0cnVlIgogICAgIGlua3NjYXBlOnpvb209IjEwLjI0ODM3MyIKICAgICBpbmtzY2FwZTpjeD0iMjkuMzIxNzI5IgogICAgIGlua3NjYXBlOmN5PSIyMy41NjQ3MTciCiAgICAgaW5rc2NhcGU6d2luZG93LXdpZHRoPSIxOTIwIgogICAgIGlua3NjYXBlOndpbmRvdy1oZWlnaHQ9IjEwOTgiCiAgICAgaW5rc2NhcGU6d2luZG93LXg9IjE5MjAiCiAgICAgaW5rc2NhcGU6d2luZG93LXk9IjI3IgogICAgIGlua3NjYXBlOndpbmRvdy1tYXhpbWl6ZWQ9IjEiCiAgICAgaW5rc2NhcGU6Y3VycmVudC1sYXllcj0ibGF5ZXIxIiAvPgogIDxkZWZzCiAgICAgaWQ9ImRlZnMyIiAvPgogIDxnCiAgICAgaW5rc2NhcGU6bGFiZWw9IldhcnN0d2EgMSIKICAgICBpbmtzY2FwZTpncm91cG1vZGU9ImxheWVyIgogICAgIGlkPSJsYXllcjEiPgogICAgPHBhdGgKICAgICAgIGlkPSJyZWN0ODQ2IgogICAgICAgc3R5bGU9ImZpbGw6I2ZmZmZmZjtmaWxsLW9wYWNpdHk6MTtzdHJva2Utd2lkdGg6MC41OTc2MTUiCiAgICAgICBkPSJNIDE2LjI3NzM0NCAwIEwgMTYuMjc3MzQ0IDE2LjI3NzM0NCBMIDAgMTYuMjc3MzQ0IEwgMCAyMS41MTc1NzggTCAxNi4yNzczNDQgMjEuNTE3NTc4IEwgMTYuMjc3MzQ0IDM3Ljc5NDkyMiBMIDIxLjUxNzU3OCAzNy43OTQ5MjIgTCAyMS41MTc1NzggMjEuNTE3NTc4IEwgMzcuNzk0OTIyIDIxLjUxNzU3OCBMIDM3Ljc5NDkyMiAxNi4yNzczNDQgTCAyMS41MTc1NzggMTYuMjc3MzQ0IEwgMjEuNTE3NTc4IDAgTCAxNi4yNzczNDQgMCB6ICIKICAgICAgIHRyYW5zZm9ybT0ic2NhbGUoMC4yNjQ1ODMzMykiIC8+CiAgPC9nPgo8L3N2Zz4=") !important; }
    /* line 113, resources/assets/styles/components/_button.scss */
    .button--plus:hover::before {
      color: #ddd !important;
      background-position: left center !important; }
  /* line 120, resources/assets/styles/components/_button.scss */
  .button--arrow {
    padding-right: calc(4.5 * 1rem);
    position: relative; }
    /* line 124, resources/assets/styles/components/_button.scss */
    .button--arrow::after {
      content: "";
      display: block;
      position: absolute;
      right: calc(1.5 * 1rem);
      top: 50%;
      transform: translate(0, -50%);
      width: 1.875rem;
      height: 1.875rem;
      border-radius: 50%;
      transition: background-image 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      background-position: center;
      background-repeat: no-repeat;
      background-size: calc(0.625 * 1rem);
      background-image: url("data:image/svg+xml,%3Csvg version='1.1' x='0px' y='0px' width='12.207px' height='10.84px' viewBox='0 0 12.207 10.84' enable-background='new 0 0 12.207 10.84' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs77' /%3E%3Cpolygon points='6.687,1.261 5.422,0 0,5.421 5.423,10.842 5.776,10.491 6.333,9.937 6.688,9.583 3.415,6.314 12.207,6.314 12.207,5.028 12.207,4.528 3.415,4.528 ' id='polygon72' fill='%23fff' transform='matrix(-1,0,0,1,12.207,0)' /%3E%3C/svg%3E%0A"); }
    /* line 143, resources/assets/styles/components/_button.scss */
    .button--arrow::before {
      content: "";
      display: block;
      position: absolute;
      right: calc(1.5 * 1rem);
      top: 50%;
      transform: translate(0, -50%);
      width: 1.875rem;
      height: 1.875rem;
      border-radius: 50%;
      background: #8840ff;
      transition: color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    /* line 158, resources/assets/styles/components/_button.scss */
    .button--arrow:hover::before {
      color: #fff;
      background: #985aff; }
  /* line 165, resources/assets/styles/components/_button.scss */
  .button--arrow-back {
    padding-left: calc(4.5 * 1rem);
    padding-right: calc(1.5 * 1rem); }
    /* line 169, resources/assets/styles/components/_button.scss */
    .button--arrow-back::after {
      right: unset;
      left: calc(1.5 * 1rem);
      transform: translate(0, -50%) rotate(180deg); }
    /* line 175, resources/assets/styles/components/_button.scss */
    .button--arrow-back::before {
      right: unset;
      left: calc(1.5 * 1rem); }
  /* line 181, resources/assets/styles/components/_button.scss */
  .button--shadow {
    box-shadow: 0 0.188rem 0.375rem rgba(0, 0, 0, 0.16); }
  /* line 185, resources/assets/styles/components/_button.scss */
  .button--blue {
    border: calc(0.0625 * 1rem) solid #000;
    background: #5d83ff;
    background: linear-gradient(270deg, #5d83ff 0%, #5d83ff 50%, #000 50%, #000 100%);
    background-size: 206% auto;
    background-position: 99% center;
    transition: color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-position 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), background 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    /* line 131, resources/assets/styles/helpers/_mixins.scss */
    .button--blue:hover {
      color: #5d83ff;
      background-position: left center; }
    /* line 188, resources/assets/styles/components/_button.scss */
    .button--blue::before {
      border: calc(0.0625 * 1rem) solid #3a68ff;
      background: #3a68ff;
      background: linear-gradient(270deg, #3a68ff 0%, #3a68ff 50%, #fff 50%, #fff 100%);
      background-size: 220% auto;
      background-position: 96% center;
      transition: color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-position 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), background 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
      /* line 196, resources/assets/styles/components/_button.scss */
      .button--blue::before:hover {
        color: #3a68ff;
        background-position: left center; }
    /* line 203, resources/assets/styles/components/_button.scss */
    .button--blue:hover::after {
      background-image: url("data:image/svg+xml,%3Csvg version='1.1' x='0px' y='0px' width='12.207px' height='10.84px' viewBox='0 0 12.207 10.84' enable-background='new 0 0 12.207 10.84' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs77' /%3E%3Cpolygon points='6.687,1.261 5.422,0 0,5.421 5.423,10.842 5.776,10.491 6.333,9.937 6.688,9.583 3.415,6.314 12.207,6.314 12.207,5.028 12.207,4.528 3.415,4.528 ' id='polygon72' fill='%235d83ff' transform='matrix(-1,0,0,1,12.207,0)' /%3E%3C/svg%3E%0A") !important; }
    /* line 207, resources/assets/styles/components/_button.scss */
    .button--blue:hover::before {
      color: #3a68ff;
      background-position: left center; }
  /* line 214, resources/assets/styles/components/_button.scss */
  .button--white {
    border: calc(0.0625 * 1rem) solid #5d83ff;
    background: #fff;
    background: linear-gradient(270deg, #fff 0%, #fff 50%, #5d83ff 50%, #5d83ff 100%);
    background-size: 206% auto;
    background-position: 99% center;
    transition: color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-position 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), background 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    color: #5d83ff;
    border-color: transparent; }
    /* line 131, resources/assets/styles/helpers/_mixins.scss */
    .button--white:hover {
      color: #fff;
      background-position: left center; }
    /* line 220, resources/assets/styles/components/_button.scss */
    .button--white::before {
      border: calc(0.0625 * 1rem) solid #e5e5e5;
      background: #e5e5e5;
      background: linear-gradient(270deg, #e5e5e5 0%, #e5e5e5 50%, #fff 50%, #fff 100%);
      background-size: 220% auto;
      background-position: 96% center;
      transition: color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-position 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), background 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
      /* line 228, resources/assets/styles/components/_button.scss */
      .button--white::before:hover {
        color: #e5e5e5;
        background-position: 1% center; }
    /* line 234, resources/assets/styles/components/_button.scss */
    .button--white:hover {
      color: #fff;
      background-position: 1% center; }
      /* line 238, resources/assets/styles/components/_button.scss */
      .button--white:hover::after {
        background-image: url("data:image/svg+xml,%3Csvg version='1.1' x='0px' y='0px' width='12.207px' height='10.84px' viewBox='0 0 12.207 10.84' enable-background='new 0 0 12.207 10.84' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs77' /%3E%3Cpolygon points='6.687,1.261 5.422,0 0,5.421 5.423,10.842 5.776,10.491 6.333,9.937 6.688,9.583 3.415,6.314 12.207,6.314 12.207,5.028 12.207,4.528 3.415,4.528 ' id='polygon72' fill='%23985aff' transform='matrix(-1,0,0,1,12.207,0)' /%3E%3C/svg%3E%0A") !important; }
      /* line 242, resources/assets/styles/components/_button.scss */
      .button--white:hover::before {
        color: #e5e5e5;
        background-position: left center; }
  /* line 249, resources/assets/styles/components/_button.scss */
  .button--white-border {
    border: calc(0.0625 * 1rem) solid #985aff;
    background: #fff;
    background: linear-gradient(270deg, #fff 0%, #fff 50%, #985aff 50%, #985aff 100%);
    background-size: 206% auto;
    background-position: 99% center;
    transition: color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-position 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), background 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    color: #985aff;
    border-color: #985aff; }
    /* line 131, resources/assets/styles/helpers/_mixins.scss */
    .button--white-border:hover {
      color: #fff;
      background-position: left center; }
    /* line 255, resources/assets/styles/components/_button.scss */
    .button--white-border::before {
      border: calc(0.0625 * 1rem) solid #e5e5e5;
      background: #e5e5e5;
      background: linear-gradient(270deg, #e5e5e5 0%, #e5e5e5 50%, #fff 50%, #fff 100%);
      background-size: 220% auto;
      background-position: 96% center;
      transition: color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-position 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), background 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
      /* line 263, resources/assets/styles/components/_button.scss */
      .button--white-border::before:hover {
        color: #e5e5e5;
        background-position: 1% center; }
    /* line 269, resources/assets/styles/components/_button.scss */
    .button--white-border:hover {
      color: #fff;
      background-position: 1% center; }
      /* line 273, resources/assets/styles/components/_button.scss */
      .button--white-border:hover::after {
        background-image: url("data:image/svg+xml,%3Csvg version='1.1' x='0px' y='0px' width='12.207px' height='10.84px' viewBox='0 0 12.207 10.84' enable-background='new 0 0 12.207 10.84' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs77' /%3E%3Cpolygon points='6.687,1.261 5.422,0 0,5.421 5.423,10.842 5.776,10.491 6.333,9.937 6.688,9.583 3.415,6.314 12.207,6.314 12.207,5.028 12.207,4.528 3.415,4.528 ' id='polygon72' fill='%23985aff' transform='matrix(-1,0,0,1,12.207,0)' /%3E%3C/svg%3E%0A") !important; }
      /* line 277, resources/assets/styles/components/_button.scss */
      .button--white-border:hover::before {
        color: #e5e5e5;
        background-position: left center; }
  /* line 284, resources/assets/styles/components/_button.scss */
  .button--transparent {
    border: calc(0.0625 * 1rem) solid #000;
    background: transparent;
    background: linear-gradient(270deg, transparent 0%, transparent 50%, #000 50%, #000 100%);
    background-size: 206% auto;
    background-position: 99% center;
    transition: color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-position 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), background 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    color: #000;
    border-color: #000; }
    /* line 131, resources/assets/styles/helpers/_mixins.scss */
    .button--transparent:hover {
      color: transparent;
      background-position: left center; }
    /* line 290, resources/assets/styles/components/_button.scss */
    .button--transparent:hover {
      color: #fff; }
  /* line 295, resources/assets/styles/components/_button.scss */
  .button--disabled {
    border: calc(0.0625 * 1rem) solid #000;
    background: #e9e9e9;
    background: linear-gradient(270deg, #e9e9e9 0%, #e9e9e9 50%, #000 50%, #000 100%);
    background-size: 206% auto;
    background-position: 99% center;
    transition: color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-position 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), background 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    border-color: #ddd;
    color: #000;
    pointer-events: none; }
    /* line 131, resources/assets/styles/helpers/_mixins.scss */
    .button--disabled:hover {
      color: #e9e9e9;
      background-position: left center; }
    /* line 302, resources/assets/styles/components/_button.scss */
    .button--disabled::after {
      background-color: #ddd; }
    /* line 306, resources/assets/styles/components/_button.scss */
    .button--disabled::before {
      background-color: transparent;
      border-color: #ddd; }
    /* line 312, resources/assets/styles/components/_button.scss */
    .button--disabled:hover::after {
      background-image: url("data:image/svg+xml,%3Csvg version='1.1' x='0px' y='0px' width='12.207px' height='10.84px' viewBox='0 0 12.207 10.84' enable-background='new 0 0 12.207 10.84' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs77' /%3E%3Cpolygon points='6.687,1.261 5.422,0 0,5.421 5.423,10.842 5.776,10.491 6.333,9.937 6.688,9.583 3.415,6.314 12.207,6.314 12.207,5.028 12.207,4.528 3.415,4.528 ' id='polygon72' fill='%23fff' transform='matrix(-1,0,0,1,12.207,0)' /%3E%3C/svg%3E%0A") !important; }
  /* line 318, resources/assets/styles/components/_button.scss */
  .button--invisible {
    opacity: 0;
    pointer-events: none !important; }

/* line 324, resources/assets/styles/components/_button.scss */
.button-icon {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  text-indent: -200%;
  color: transparent;
  overflow: hidden;
  position: relative;
  display: inline-flex;
  background-color: #8840ff; }
  /* line 335, resources/assets/styles/components/_button.scss */
  .button-icon::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: background-image 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    background-position: center;
    background-repeat: no-repeat;
    background-size: calc(0.625 * 1rem); }
  /* line 352, resources/assets/styles/components/_button.scss */
  .button-icon::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: calc(0.0625 * 1rem) solid #8840ff;
    background: #8840ff;
    background: linear-gradient(270deg, #8840ff 0%, #8840ff 50%, #fff 50%, #fff 100%);
    background-size: 220% auto;
    background-position: 96% center;
    transition: color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-position 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), background 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  /* line 370, resources/assets/styles/components/_button.scss */
  .button-icon:hover::before {
    color: #8840ff;
    background-position: left center; }
  /* line 377, resources/assets/styles/components/_button.scss */
  .button-icon--arrow::after {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Warstwa_1' x='0px' y='0px' width='12.207px' height='10.84px' viewBox='0 0 12.207 10.84' enable-background='new 0 0 12.207 10.84' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs77' /%3E%3Cpolygon points='6.687,1.261 5.422,0 0,5.421 5.423,10.842 5.776,10.491 6.333,9.937 6.688,9.583 3.415,6.314 12.207,6.314 12.207,5.028 12.207,4.528 3.415,4.528 ' id='polygon72' fill='%23fff' transform='matrix(-1,0,0,1,12.207,0)' /%3E%3C/svg%3E%0A"); }
  /* line 384, resources/assets/styles/components/_button.scss */
  .button-icon--arrow:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Warstwa_1' x='0px' y='0px' width='12.207px' height='10.84px' viewBox='0 0 12.207 10.84' enable-background='new 0 0 12.207 10.84' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs77' /%3E%3Cpolygon points='6.687,1.261 5.422,0 0,5.421 5.423,10.842 5.776,10.491 6.333,9.937 6.688,9.583 3.415,6.314 12.207,6.314 12.207,5.028 12.207,4.528 3.415,4.528 ' id='polygon72' fill='%238840ff' transform='matrix(-1,0,0,1,12.207,0)' /%3E%3C/svg%3E%0A"); }
  /* line 393, resources/assets/styles/components/_button.scss */
  .button-icon--white::before {
    background: linear-gradient(270deg, #fff 0%, #fff 50%, #8840ff 50%, #8840ff 100%);
    background-size: 220% auto;
    background-position: 96% center;
    transition: color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-position 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), background 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    /* line 399, resources/assets/styles/components/_button.scss */
    .button-icon--white::before:hover {
      background-position: left center; }
  /* line 404, resources/assets/styles/components/_button.scss */
  .button-icon--white::after {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Warstwa_1' x='0px' y='0px' width='12.207px' height='10.84px' viewBox='0 0 12.207 10.84' enable-background='new 0 0 12.207 10.84' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs77' /%3E%3Cpolygon points='6.687,1.261 5.422,0 0,5.421 5.423,10.842 5.776,10.491 6.333,9.937 6.688,9.583 3.415,6.314 12.207,6.314 12.207,5.028 12.207,4.528 3.415,4.528 ' id='polygon72' fill='%23985aff' transform='matrix(-1,0,0,1,12.207,0)' /%3E%3C/svg%3E%0A"); }
  /* line 412, resources/assets/styles/components/_button.scss */
  .button-icon--magnifire::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%233a68ff' d='M11.742,10.33a6.524,6.524,0,1,0-1.414,1.414L14.586,16,16,14.588,11.742,10.33ZM6.5,11A4.5,4.5,0,1,1,11,6.5,4.5,4.5,0,0,1,6.5,11Z' transform='translate(0 -0.002)'/%3E%3C/svg%3E"); }
  /* line 419, resources/assets/styles/components/_button.scss */
  .button-icon--magnifire:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23985aff' d='M11.742,10.33a6.524,6.524,0,1,0-1.414,1.414L14.586,16,16,14.588,11.742,10.33ZM6.5,11A4.5,4.5,0,1,1,11,6.5,4.5,4.5,0,0,1,6.5,11Z' transform='translate(0 -0.002)'/%3E%3C/svg%3E"); }

/* line 1, resources/assets/styles/components/_pagination.scss */
.pagination-slider {
  display: flex;
  align-items: center;
  justify-content: center; }
  /* line 6, resources/assets/styles/components/_pagination.scss */
  .pagination-slider__item {
    width: 3.75rem;
    height: 3.75rem;
    text-indent: -300%;
    color: transparent;
    overflow: hidden;
    position: relative;
    margin: 0 calc(0.5 * 1rem); }
    @media (min-width: 960px) {
      /* line 15, resources/assets/styles/components/_pagination.scss */
      .pagination-slider__item:last-child {
        margin-right: 0; } }
    /* line 21, resources/assets/styles/components/_pagination.scss */
    .pagination-slider__item::after {
      content: "";
      display: block;
      width: 3.75rem;
      height: 3.75rem;
      border-radius: 50%;
      transition: background-image 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      position: absolute;
      top: 0;
      left: 0;
      background-position: center;
      background-repeat: no-repeat;
      background-size: calc(0.75 * 1rem);
      background-image: url("data:image/svg+xml,%3Csvg x='0px' y='0px' width='12.207px' height='10.84px' viewBox='0 0 12.207 10.84' enable-background='new 0 0 12.207 10.84' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs77' /%3E%3Cpolygon points='6.687,1.261 5.422,0 0,5.421 5.423,10.842 5.776,10.491 6.333,9.937 6.688,9.583 3.415,6.314 12.207,6.314 12.207,5.028 12.207,4.528 3.415,4.528 ' id='polygon72' fill='%23000' transform='matrix(-1,0,0,1,12.207,0)' /%3E%3C/svg%3E%0A"); }
    /* line 39, resources/assets/styles/components/_pagination.scss */
    .pagination-slider__item::before {
      content: "";
      display: block;
      width: 3.75rem;
      height: 3.75rem;
      border: 0.063rem solid #efefef;
      border-radius: 50%;
      position: absolute;
      top: 0;
      left: 0;
      background: #efefef;
      background: linear-gradient(270deg, #efefef 0%, #efefef 50%, #e7e7e7 50%, #e7e7e7 100%);
      background-size: 210% auto;
      background-position: 100% center;
      transition: color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-position 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), background 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    /* line 57, resources/assets/styles/components/_pagination.scss */
    .pagination-slider__item:hover::before {
      color: transparent;
      background-position: left center; }
    /* line 63, resources/assets/styles/components/_pagination.scss */
    .pagination-slider__item.uk-invisible {
      visibility: visible !important;
      pointer-events: none; }
      /* line 67, resources/assets/styles/components/_pagination.scss */
      .pagination-slider__item.uk-invisible::after {
        border-color: #e7e7e7;
        background-color: transparent;
        background-image: url("data:image/svg+xml,%3Csvg x='0px' y='0px' width='12.207px' height='10.84px' viewBox='0 0 12.207 10.84' enable-background='new 0 0 12.207 10.84' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs77' /%3E%3Cpolygon points='6.687,1.261 5.422,0 0,5.421 5.423,10.842 5.776,10.491 6.333,9.937 6.688,9.583 3.415,6.314 12.207,6.314 12.207,5.028 12.207,4.528 3.415,4.528 ' id='polygon72' fill='%23ddd' transform='matrix(-1,0,0,1,12.207,0)' /%3E%3C/svg%3E%0A"); }
    /* line 76, resources/assets/styles/components/_pagination.scss */
    .pagination-slider__item[data-uk-slider-item="previous"] {
      transform: rotate(180deg); }
  /* line 83, resources/assets/styles/components/_pagination.scss */
  .pagination-slider--purple .pagination-slider__item::after {
    background-image: url("data:image/svg+xml,%3Csvg x='0px' y='0px' width='12.207px' height='10.84px' viewBox='0 0 12.207 10.84' enable-background='new 0 0 12.207 10.84' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs77' /%3E%3Cpolygon points='6.687,1.261 5.422,0 0,5.421 5.423,10.842 5.776,10.491 6.333,9.937 6.688,9.583 3.415,6.314 12.207,6.314 12.207,5.028 12.207,4.528 3.415,4.528 ' id='polygon72' fill='%238840ff' transform='matrix(-1,0,0,1,12.207,0)' /%3E%3C/svg%3E%0A"); }
  /* line 89, resources/assets/styles/components/_pagination.scss */
  .pagination-slider--purple .pagination-slider__item::before {
    border-color: #8840ff;
    background: #8840ff;
    background: linear-gradient(270deg, #fff 0%, #fff 50%, #8840ff 50%, #8840ff 100%);
    background-size: 210% auto;
    background-position: 100% center; }
  /* line 98, resources/assets/styles/components/_pagination.scss */
  .pagination-slider--purple .pagination-slider__item:hover::after {
    /* stylelint-disable-line no-descending-specificity */
    background-image: url("data:image/svg+xml,%3Csvg x='0px' y='0px' width='12.207px' height='10.84px' viewBox='0 0 12.207 10.84' enable-background='new 0 0 12.207 10.84' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs77' /%3E%3Cpolygon points='6.687,1.261 5.422,0 0,5.421 5.423,10.842 5.776,10.491 6.333,9.937 6.688,9.583 3.415,6.314 12.207,6.314 12.207,5.028 12.207,4.528 3.415,4.528 ' id='polygon72' fill='%23fff' transform='matrix(-1,0,0,1,12.207,0)' /%3E%3C/svg%3E%0A"); }
  /* line 104, resources/assets/styles/components/_pagination.scss */
  .pagination-slider--purple .pagination-slider__item:hover::before {
    color: transparent;
    background-position: left center; }
  /* line 111, resources/assets/styles/components/_pagination.scss */
  .pagination-slider--purple .pagination-slider__item.uk-invisible::after {
    background-image: url("data:image/svg+xml,%3Csvg x='0px' y='0px' width='12.207px' height='10.84px' viewBox='0 0 12.207 10.84' enable-background='new 0 0 12.207 10.84' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs77' /%3E%3Cpolygon points='6.687,1.261 5.422,0 0,5.421 5.423,10.842 5.776,10.491 6.333,9.937 6.688,9.583 3.415,6.314 12.207,6.314 12.207,5.028 12.207,4.528 3.415,4.528 ' id='polygon72' fill='%23000' transform='matrix(-1,0,0,1,12.207,0)' /%3E%3C/svg%3E%0A"); }
  /* line 117, resources/assets/styles/components/_pagination.scss */
  .pagination-slider--purple .pagination-slider__item.uk-invisible::before {
    background: #fff;
    border-color: #000; }
  /* line 126, resources/assets/styles/components/_pagination.scss */
  .pagination-slider--blue .pagination-slider__item {
    /* stylelint-disable-line no-descending-specificity */ }
    /* line 127, resources/assets/styles/components/_pagination.scss */
    .pagination-slider--blue .pagination-slider__item::after {
      /* stylelint-disable-line no-descending-specificity */
      background-image: url("data:image/svg+xml,%3Csvg x='0px' y='0px' width='12.207px' height='10.84px' viewBox='0 0 12.207 10.84' enable-background='new 0 0 12.207 10.84' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs77' /%3E%3Cpolygon points='6.687,1.261 5.422,0 0,5.421 5.423,10.842 5.776,10.491 6.333,9.937 6.688,9.583 3.415,6.314 12.207,6.314 12.207,5.028 12.207,4.528 3.415,4.528 ' id='polygon72' fill='%23fff' transform='matrix(-1,0,0,1,12.207,0)' /%3E%3C/svg%3E%0A"); }
    /* line 133, resources/assets/styles/components/_pagination.scss */
    .pagination-slider--blue .pagination-slider__item::before {
      /* stylelint-disable-line no-descending-specificity */
      border-color: #3a68ff;
      color: #3a68ff;
      background: linear-gradient(270deg, #3a68ff 0%, #3a68ff 50%, #fff 50%, #fff 100%);
      background-size: 210% auto;
      background-position: 100% center; }
    /* line 142, resources/assets/styles/components/_pagination.scss */
    .pagination-slider--blue .pagination-slider__item:hover::after {
      /* stylelint-disable-line no-descending-specificity */
      background-image: url("data:image/svg+xml,%3Csvg x='0px' y='0px' width='12.207px' height='10.84px' viewBox='0 0 12.207 10.84' enable-background='new 0 0 12.207 10.84' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs77' /%3E%3Cpolygon points='6.687,1.261 5.422,0 0,5.421 5.423,10.842 5.776,10.491 6.333,9.937 6.688,9.583 3.415,6.314 12.207,6.314 12.207,5.028 12.207,4.528 3.415,4.528 ' id='polygon72' fill='%233a68ff' transform='matrix(-1,0,0,1,12.207,0)' /%3E%3C/svg%3E%0A"); }
    /* line 148, resources/assets/styles/components/_pagination.scss */
    .pagination-slider--blue .pagination-slider__item:hover::before {
      color: transparent;
      background-position: left center; }
    /* line 155, resources/assets/styles/components/_pagination.scss */
    .pagination-slider--blue .pagination-slider__item.uk-invisible::after {
      background-image: url("data:image/svg+xml,%3Csvg x='0px' y='0px' width='12.207px' height='10.84px' viewBox='0 0 12.207 10.84' enable-background='new 0 0 12.207 10.84' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs77' /%3E%3Cpolygon points='6.687,1.261 5.422,0 0,5.421 5.423,10.842 5.776,10.491 6.333,9.937 6.688,9.583 3.415,6.314 12.207,6.314 12.207,5.028 12.207,4.528 3.415,4.528 ' id='polygon72' fill='%233a68ff' transform='matrix(-1,0,0,1,12.207,0)' /%3E%3C/svg%3E%0A"); }
    /* line 161, resources/assets/styles/components/_pagination.scss */
    .pagination-slider--blue .pagination-slider__item.uk-invisible::before {
      background: transparent; }

/* line 169, resources/assets/styles/components/_pagination.scss */
.pagination {
  padding: calc(1 * 1rem) calc(1.5625 * 1rem);
  margin: calc(0.625 * 1rem) 0 0 auto;
  display: table; }
  /* line 174, resources/assets/styles/components/_pagination.scss */
  .pagination .page-numbers {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.05rem;
    line-height: 1.875rem;
    margin: 0 7px; }
    /* line 181, resources/assets/styles/components/_pagination.scss */
    .pagination .page-numbers.current {
      color: #985aff; }
  /* line 188, resources/assets/styles/components/_pagination.scss */
  .pagination .prev svg,
  .pagination .next svg {
    width: 0.813rem;
    height: 0.688rem; }
  /* line 194, resources/assets/styles/components/_pagination.scss */
  .pagination .prev {
    margin-right: calc(2.1875 * 1rem); }
    /* line 197, resources/assets/styles/components/_pagination.scss */
    .pagination .prev svg {
      transform: translateY(-1px); }
  /* line 202, resources/assets/styles/components/_pagination.scss */
  .pagination .next {
    margin-left: calc(2.1875 * 1rem); }
    /* line 205, resources/assets/styles/components/_pagination.scss */
    .pagination .next svg {
      transform: translateY(-1px) rotate(180deg); }

/* line 1, resources/assets/styles/components/_form.scss */
.form-input, .select__list, .comments .comment-respond .comment-form-comment textarea, .comments .comment-respond .comment-form > p > input,
.comments .comment-respond .comment-form > p > textarea {
  border-radius: 0.3125rem;
  border: calc(0.0625 * 1rem) solid #fff;
  background-color: #fff;
  padding: calc(1.1875 * 1rem) calc(1.875 * 1rem);
  font-size: 0.938rem;
  color: #000;
  transition: border-color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  /* line 111, resources/assets/styles/helpers/_mixins.scss */
  .form-input:hover, .select__list:hover, .comments .comment-respond .comment-form-comment textarea:hover, .comments .comment-respond .comment-form > p > input:hover,
  .comments .comment-respond .comment-form > p > textarea:hover, .form-input:active, .select__list:active, .comments .comment-respond .comment-form-comment textarea:active, .comments .comment-respond .comment-form > p > input:active,
  .comments .comment-respond .comment-form > p > textarea:active, .form-input:focus, .select__list:focus, .comments .comment-respond .comment-form-comment textarea:focus, .comments .comment-respond .comment-form > p > input:focus,
  .comments .comment-respond .comment-form > p > textarea:focus {
    outline: none;
    border-color: #985aff; }
  /* line 15, resources/assets/styles/components/_form.scss */
  .form-input--file {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: calc(0.3125 * 1rem) calc(0.3125 * 1rem) calc(0.3125 * 1rem) calc(1.875 * 1rem); }
    /* line 21, resources/assets/styles/components/_form.scss */
    .form-input--file .button {
      margin-left: calc(0.625 * 1rem); }
  /* line 26, resources/assets/styles/components/_form.scss */
  .form-input--blog {
    background-color: #fff;
    position: relative;
    padding-right: calc(3.125 * 1rem);
    color: #985aff;
    width: 100%;
    border-color: #985aff; }
    /* line 111, resources/assets/styles/helpers/_mixins.scss */
    .form-input--blog:hover, .form-input--blog:active, .form-input--blog:focus {
      border-color: #985aff; }
  /* line 39, resources/assets/styles/components/_form.scss */
  .form-input--select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 490 490' style='enable-background:new 0 0 490 490;' xml:space='preserve'%3E%3Cpolygon fill='%23ccc' points='245,456.701 490,33.299 0,33.299 '/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position-x: calc(100% - 1.875rem);
    background-position-y: 50%;
    background-size: calc(0.5 * 1rem) calc(0.4375 * 1rem);
    transition: background-image 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    /* line 49, resources/assets/styles/components/_form.scss */
    .form-input--select:focus, .form-input--select:active {
      background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 490 490' style='enable-background:new 0 0 490 490;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23ccc' d='M490,474.459H0L245.009,15.541L490,474.459z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A"); }
    /* line 55, resources/assets/styles/components/_form.scss */
    .form-input--select *, .form-input--select *::before, .form-input--select *::after {
      line-height: calc(1.75 * 1rem); }
      /* line 58, resources/assets/styles/components/_form.scss */
      .form-input--select *:hover, .form-input--select :hover::before, .form-input--select :hover::after {
        color: #985aff; }

/* line 66, resources/assets/styles/components/_form.scss */
.form textarea {
  height: calc(12.5 * 1rem);
  resize: none;
  margin-bottom: calc(-0.3125 * 1rem); }

/* line 72, resources/assets/styles/components/_form.scss */
.form input[type="checkbox"] {
  width: auto; }

@media (min-width: 960px) {
  /* line 76, resources/assets/styles/components/_form.scss */
  .form__container {
    padding-left: calc(9.375 * 1rem); } }

/* line 82, resources/assets/styles/components/_form.scss */
.form__error-message {
  color: #e3001f;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  font-size: calc(0.6875 * 1rem);
  transition: opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  display: block;
  top: calc(0.125 * 1rem);
  right: 0; }
  /* line 93, resources/assets/styles/components/_form.scss */
  .form__error-message-block {
    display: block;
    position: relative;
    margin-bottom: 5px;
    text-align: end; }
  /* line 100, resources/assets/styles/components/_form.scss */
  .form__error-message--no-label {
    top: calc(-1.875 * 1rem); }

/* line 105, resources/assets/styles/components/_form.scss */
.form__label, .comments .comment-respond .comment-form > p > label {
  margin-bottom: calc(0.625 * 1rem);
  display: block;
  font-size: 0.938rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.047rem;
  text-transform: lowercase; }
  /* line 114, resources/assets/styles/components/_form.scss */
  .form__label--agreement {
    text-transform: unset;
    font-weight: 400;
    font-size: 0.75rem;
    font-style: normal;
    letter-spacing: normal;
    line-height: calc(1.125 * 1rem);
    text-align: left;
    color: #555; }
    /* line 111, resources/assets/styles/helpers/_mixins.scss */
    .form__label--agreement:hover, .form__label--agreement:active, .form__label--agreement:focus {
      cursor: pointer; }
    /* line 128, resources/assets/styles/components/_form.scss */
    .form__label--agreement::before {
      content: "";
      display: block;
      width: calc(1.25 * 1rem);
      height: calc(1.25 * 1rem);
      border-radius: 0.313rem;
      background-color: #fff;
      position: absolute;
      top: 0;
      left: 0; }
    /* line 140, resources/assets/styles/components/_form.scss */
    .form__label--agreement::after {
      content: "";
      display: block;
      width: calc(1.25 * 1rem);
      height: calc(1.25 * 1rem);
      background-color: transparent;
      background-position: center;
      background-repeat: no-repeat;
      background-size: 0.688rem;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='8' viewBox='0 0 11 8'%3E%3Cg%3E%3Cg%3E%3Cpath d='M3.945 7.846a.525.525 0 0 1-.744 0l-2.97-2.97a.789.789 0 0 1 0-1.116l.372-.372a.789.789 0 0 1 1.116 0l1.854 1.854 5.01-5.01a.789.789 0 0 1 1.116 0l.372.371a.789.789 0 0 1 0 1.116z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      transition: opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955); }

/* line 162, resources/assets/styles/components/_form.scss */
.form__input-wrapper, .comments .comment-respond .comment-form > p {
  position: relative;
  margin-bottom: calc(1.25 * 1rem);
  display: block; }
  /* line 167, resources/assets/styles/components/_form.scss */
  .form__input-wrapper--check {
    padding-left: 0;
    margin-bottom: calc(1.875 * 1rem); }
    /* line 171, resources/assets/styles/components/_form.scss */
    .form__input-wrapper--check .form__label, .form__input-wrapper--check .comments .comment-respond .comment-form > p > label, .comments .comment-respond .form__input-wrapper--check .comment-form > p > label {
      margin-bottom: 0;
      position: relative;
      padding-left: calc(3.625 * 1rem); }
      /* line 176, resources/assets/styles/components/_form.scss */
      .form__input-wrapper--check .form__label:hover, .form__input-wrapper--check .comments .comment-respond .comment-form > p > label:hover, .comments .comment-respond .form__input-wrapper--check .comment-form > p > label:hover {
        cursor: pointer; }
      /* line 180, resources/assets/styles/components/_form.scss */
      .form__input-wrapper--check .form__label::before, .form__input-wrapper--check .comments .comment-respond .comment-form > p > label::before, .comments .comment-respond .form__input-wrapper--check .comment-form > p > label::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: calc(-0.25 * 1rem);
        width: 1.875rem;
        height: 1.875rem;
        border: 0.063rem solid #12f2db;
        border-radius: 50%; }
      /* line 192, resources/assets/styles/components/_form.scss */
      .form__input-wrapper--check .form__label::after, .form__input-wrapper--check .comments .comment-respond .comment-form > p > label::after, .comments .comment-respond .form__input-wrapper--check .comment-form > p > label::after {
        content: "";
        opacity: 0;
        display: block;
        position: absolute;
        left: 0;
        top: calc(-0.25 * 1rem);
        width: 1.875rem;
        height: 1.875rem;
        border: 0.063rem solid #12f2db;
        transition: opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
        transform: scale(0.3);
        border-radius: 50%;
        background-color: #12f2db;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 0.688rem;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='8' viewBox='0 0 11 8'%3E%3Cg%3E%3Cg%3E%3Cpath d='M3.945 7.846a.525.525 0 0 1-.744 0l-2.97-2.97a.789.789 0 0 1 0-1.116l.372-.372a.789.789 0 0 1 1.116 0l1.854 1.854 5.01-5.01a.789.789 0 0 1 1.116 0l.372.371a.789.789 0 0 1 0 1.116z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A"); }
    /* line 215, resources/assets/styles/components/_form.scss */
    .form__input-wrapper--check input {
      opacity: 0;
      pointer-events: none;
      position: absolute;
      top: 0;
      left: 0; }
      /* line 223, resources/assets/styles/components/_form.scss */
      .form__input-wrapper--check input:checked + .form__label::after, .form__input-wrapper--check .comments .comment-respond .comment-form > p > input:checked + label::after, .comments .comment-respond .form__input-wrapper--check .comment-form > p > input:checked + label::after {
        opacity: 1;
        transform: scale(1); }
  /* line 231, resources/assets/styles/components/_form.scss */
  .form__input-wrapper--check-squer {
    /* stylelint-disable-line no-descending-specificity */ }
    /* line 232, resources/assets/styles/components/_form.scss */
    .form__input-wrapper--check-squer .form__label, .form__input-wrapper--check-squer .comments .comment-respond .comment-form > p > label, .comments .comment-respond .form__input-wrapper--check-squer .comment-form > p > label {
      /* stylelint-disable-line no-descending-specificity */ }
      /* line 233, resources/assets/styles/components/_form.scss */
      .form__input-wrapper--check-squer .form__label::before, .form__input-wrapper--check-squer .comments .comment-respond .comment-form > p > label::before, .comments .comment-respond .form__input-wrapper--check-squer .comment-form > p > label::before, .form__input-wrapper--check-squer .form__label::after, .form__input-wrapper--check-squer .comments .comment-respond .comment-form > p > label::after, .comments .comment-respond .form__input-wrapper--check-squer .comment-form > p > label::after {
        /* stylelint-disable-line no-descending-specificity */
        border-radius: 0.313rem; }
  /* line 240, resources/assets/styles/components/_form.scss */
  .form__input-wrapper--checkbox {
    display: flex;
    transition: color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    padding-left: calc(2.5 * 1rem);
    margin-bottom: calc(1.25 * 1rem); }
    /* line 246, resources/assets/styles/components/_form.scss */
    .form__input-wrapper--checkbox:last-child {
      margin-bottom: calc(3.125 * 1rem); }
    /* line 250, resources/assets/styles/components/_form.scss */
    .form__input-wrapper--checkbox input {
      /* stylelint-disable-line no-descending-specificity */
      opacity: 0;
      pointer-events: none;
      position: absolute;
      top: 0;
      left: 0; }
      /* line 258, resources/assets/styles/components/_form.scss */
      .form__input-wrapper--checkbox input:checked + .form__label--agreement::after {
        opacity: 1; }
    /* line 264, resources/assets/styles/components/_form.scss */
    .form__input-wrapper--checkbox .form__error-message {
      top: unset;
      bottom: -0.4rem;
      right: unset;
      left: 0; }
  /* line 273, resources/assets/styles/components/_form.scss */
  .form__input-wrapper.error input, .comments .comment-respond .comment-form > p.error input,
  .form__input-wrapper.error textarea,
  .comments .comment-respond .comment-form > p.error textarea {
    border-color: #e3001f;
    box-shadow: none;
    background-color: #fceaec; }
  /* line 280, resources/assets/styles/components/_form.scss */
  .form__input-wrapper.error.form__input-wrapper--checkbox, .comments .comment-respond .comment-form > p.error.form__input-wrapper--checkbox {
    color: #e3001f; }
    /* line 283, resources/assets/styles/components/_form.scss */
    .form__input-wrapper.error.form__input-wrapper--checkbox label, .comments .comment-respond .comment-form > p.error.form__input-wrapper--checkbox label {
      color: #e3001f; }
  /* line 288, resources/assets/styles/components/_form.scss */
  .form__input-wrapper.error .form__error-message, .comments .comment-respond .comment-form > p.error .form__error-message {
    opacity: 1;
    pointer-events: all; }

/* line 295, resources/assets/styles/components/_form.scss */
.form__agreement-more {
  display: inline;
  border: none;
  font-size: inherit;
  color: #000;
  background-color: transparent; }

/* line 303, resources/assets/styles/components/_form.scss */
.form__agreement {
  margin-top: calc(0.625 * 1rem); }
  /* line 306, resources/assets/styles/components/_form.scss */
  .form__agreement > *:last-child, .form__agreement > :last-child::before, .form__agreement > :last-child::after {
    margin-bottom: 0; }

/* line 313, resources/assets/styles/components/_form.scss */
.select__field {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2; }

/* line 322, resources/assets/styles/components/_form.scss */
.select__icon {
  width: calc(0.5625 * 1rem);
  height: calc(0.375 * 1rem);
  display: flex;
  transition: transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  z-index: 11;
  margin-left: calc(0.625 * 1rem);
  flex-shrink: 0; }
  /* line 331, resources/assets/styles/components/_form.scss */
  .select__icon::before {
    content: "";
    width: calc(0.5625 * 1rem);
    height: calc(0.375 * 1rem);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='7' viewBox='0 0 8 7'%3E%3Cg%3E%3Cg transform='rotate(-180 4 3.5)'%3E%3Cpath fill='%23ccc' d='M4 0l4 6.77H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

/* line 344, resources/assets/styles/components/_form.scss */
.select__list {
  margin: 0;
  list-style: none;
  position: absolute;
  top: calc(-0.0625 * 1rem) !important;
  left: calc(-0.0625 * 1rem);
  right: calc(-0.0625 * 1rem);
  box-shadow: none;
  overflow-y: auto;
  max-height: calc(17.5 * 1rem); }
  /* line 357, resources/assets/styles/components/_form.scss */
  .select__list:not([hidden]) {
    z-index: 10; }
    /* line 360, resources/assets/styles/components/_form.scss */
    .select__list:not([hidden]) ~ .select__icon {
      transform: rotate(180deg); }
  /* line 366, resources/assets/styles/components/_form.scss */
  .select__list.uk-dropdown ~ .select__icon {
    transform: rotate(0); }
  /* line 371, resources/assets/styles/components/_form.scss */
  .select__list.uk-dropdown.uk-open ~ .select__icon {
    transform: rotate(180deg); }

/* line 378, resources/assets/styles/components/_form.scss */
.select__item {
  padding-right: calc(0.875 * 1rem);
  color: #000;
  font-size: calc(1 * 1rem);
  margin-bottom: calc(0.9375 * 1rem); }
  /* line 384, resources/assets/styles/components/_form.scss */
  .select__item:last-child {
    margin-bottom: 0; }

/* line 389, resources/assets/styles/components/_form.scss */
.select__link {
  display: block; }
  /* line 111, resources/assets/styles/helpers/_mixins.scss */
  .select__link:hover, .select__link:active, .select__link:focus {
    cursor: pointer; }
  /* line 396, resources/assets/styles/components/_form.scss */
  .select__link.disabled {
    pointer-events: none;
    opacity: 0.6; }

/* line 402, resources/assets/styles/components/_form.scss */
.select__value {
  flex-grow: 1;
  display: flex;
  align-items: center;
  border: none;
  background: transparent;
  font-size: calc(1 * 1rem);
  padding: 0; }

/* line 412, resources/assets/styles/components/_form.scss */
.select__toggler {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  /* line 111, resources/assets/styles/helpers/_mixins.scss */
  .select__toggler:hover, .select__toggler:active, .select__toggler:focus {
    cursor: pointer; }

/* line 424, resources/assets/styles/components/_form.scss */
.select__wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center; }
  /* line 111, resources/assets/styles/helpers/_mixins.scss */
  .select__wrapper:hover, .select__wrapper:active, .select__wrapper:focus {
    cursor: pointer; }
  /* line 434, resources/assets/styles/components/_form.scss */
  .select__wrapper--blog {
    border-radius: 0.313rem;
    border: calc(0.0625 * 1rem) solid #000;
    background-color: #fff;
    color: #000;
    font-weight: 700;
    transform: box-shadow 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    padding: calc(1.0625 * 1rem) calc(1.875 * 1rem); }
    /* line 443, resources/assets/styles/components/_form.scss */
    .select__wrapper--blog.open {
      box-shadow: 0 0.625rem 1.875rem transparent; }
    /* line 111, resources/assets/styles/helpers/_mixins.scss */
    .select__wrapper--blog:hover, .select__wrapper--blog:active, .select__wrapper--blog:focus {
      border-color: #985aff; }
    /* line 451, resources/assets/styles/components/_form.scss */
    .select__wrapper--blog .select__list {
      border: calc(0.0625 * 1rem) solid #000;
      padding: calc(1.0625 * 1rem) calc(1.875 * 1rem); }
      /* line 111, resources/assets/styles/helpers/_mixins.scss */
      .select__wrapper--blog .select__list:hover, .select__wrapper--blog .select__list:active, .select__wrapper--blog .select__list:focus {
        border-color: #985aff; }
    /* line 461, resources/assets/styles/components/_form.scss */
    .select__wrapper--blog .select__item:not(.select__item--current) {
      font-weight: 400;
      line-height: 2.5rem; }

/* line 473, resources/assets/styles/components/_form.scss */
.brief-brand .c-form__error-message {
  top: unset;
  right: unset;
  bottom: calc(-1.375 * 1rem);
  left: 0; }
  @media (min-width: 960px) {
    /* line 473, resources/assets/styles/components/_form.scss */
    .brief-brand .c-form__error-message {
      top: calc(0.125 * 1rem);
      bottom: unset;
      left: unset;
      right: 0; } }
  /* line 486, resources/assets/styles/components/_form.scss */
  .brief-brand .c-form__error-message--no-label {
    top: calc(-1.875 * 1rem);
    bottom: unset; }

/* line 495, resources/assets/styles/components/_form.scss */
.brief-brand .c-radio label::before {
  border: 1px solid black; }

/* line 499, resources/assets/styles/components/_form.scss */
.brief-brand .c-radio label::after {
  border: 0.063rem solid #985aff;
  background-color: #985aff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.688rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='8' viewBox='0 0 11 8'%3E%3Cpath fill='white' d='M3.945 7.846a.525.525 0 0 1-.744 0l-2.97-2.97a.789.789 0 0 1 0-1.116l.372-.372a.789.789 0 0 1 1.116 0l1.854 1.854 5.01-5.01a.789.789 0 0 1 1.116 0l.372.371a.789.789 0 0 1 0 1.116z'/%3E%3C/svg%3E"); }

@media (max-width: 959.98px) {
  /* line 2, resources/assets/styles/components/_comments.scss */
  .comments .page-section {
    padding-bottom: calc(2.5 * 1rem); } }

/* line 8, resources/assets/styles/components/_comments.scss */
.comments .page-section__title {
  font-size: 1.25rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 3rem;
  text-transform: lowercase;
  margin-bottom: calc(2.8125 * 1rem); }

/* line 18, resources/assets/styles/components/_comments.scss */
.comments .comment-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: calc(3.125 * 1rem); }
  @media (min-width: 960px) {
    /* line 18, resources/assets/styles/components/_comments.scss */
    .comments .comment-list {
      margin-bottom: calc(5.625 * 1rem); } }
  /* line 27, resources/assets/styles/components/_comments.scss */
  .comments .comment-list .children {
    list-style-type: none;
    margin: 0;
    padding: 0; }

/* line 32, resources/assets/styles/components/_comments.scss */
.comments .avatar-custom {
  display: none; }
  @media (min-width: 960px) {
    /* line 32, resources/assets/styles/components/_comments.scss */
    .comments .avatar-custom {
      width: 3.75rem;
      height: 3.75rem;
      border-radius: 0.313rem;
      background-color: #dee6ff;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #5d83ff;
      font-size: 1.25rem;
      text-transform: lowercase;
      margin-right: calc(1.875 * 1rem); } }

/* line 50, resources/assets/styles/components/_comments.scss */
.comments .alert {
  display: flex;
  align-items: center; }
  /* line 54, resources/assets/styles/components/_comments.scss */
  .comments .alert svg {
    width: calc(1.25 * 1rem);
    height: calc(1.25 * 1rem);
    margin-right: calc(1.375 * 1rem); }
  /* line 60, resources/assets/styles/components/_comments.scss */
  .comments .alert a {
    display: inline-block;
    margin: 0 calc(0.375 * 1rem); }

/* line 66, resources/assets/styles/components/_comments.scss */
.comments .comment-respond {
  box-shadow: 0 0.625rem 2.5rem rgba(0, 0, 0, 0.16);
  background-color: #fff;
  padding: calc(1.25 * 1rem); }
  @media (min-width: 960px) {
    /* line 66, resources/assets/styles/components/_comments.scss */
    .comments .comment-respond {
      padding: calc(2.8125 * 1rem) calc(3.125 * 1rem); } }
  /* line 75, resources/assets/styles/components/_comments.scss */
  .comments .comment-respond .comment-reply-title {
    display: none; }
  /* line 80, resources/assets/styles/components/_comments.scss */
  .comments .comment-respond .comment-form-comment label {
    display: none; }
  /* line 97, resources/assets/styles/components/_comments.scss */
  .comments .comment-respond .comment-form > p > input,
  .comments .comment-respond .comment-form > p > textarea {
    background-color: #f4f4f4;
    width: 100%;
    color: #000;
    border-color: #f2f2f2; }
    /* line 106, resources/assets/styles/components/_comments.scss */
    .comments .comment-respond .comment-form > p > input:hover,
    .comments .comment-respond .comment-form > p > textarea:hover {
      border-color: #985aff; }
  /* line 111, resources/assets/styles/components/_comments.scss */
  .comments .comment-respond .comment-form > p .required {
    display: none; }
  /* line 115, resources/assets/styles/components/_comments.scss */
  .comments .comment-respond .comment-form > p.comment-form-url {
    display: none; }
  /* line 119, resources/assets/styles/components/_comments.scss */
  .comments .comment-respond .comment-form > p.comment-form-author, .comments .comment-respond .comment-form > p.comment-form-email {
    order: 1; }
    @media (min-width: 960px) {
      /* line 119, resources/assets/styles/components/_comments.scss */
      .comments .comment-respond .comment-form > p.comment-form-author, .comments .comment-respond .comment-form > p.comment-form-email {
        width: 50%; } }
  /* line 128, resources/assets/styles/components/_comments.scss */
  .comments .comment-respond .comment-form > p.comment-form-comment {
    order: 5; }
    /* line 131, resources/assets/styles/components/_comments.scss */
    .comments .comment-respond .comment-form > p.comment-form-comment textarea {
      height: 7.5rem;
      resize: none; }
  /* line 137, resources/assets/styles/components/_comments.scss */
  .comments .comment-respond .comment-form > p.comment-form-cookies-consent {
    display: none; }
  /* line 142, resources/assets/styles/components/_comments.scss */
  .comments .comment-respond .comment-form .agreement {
    order: 6; }
    /* line 146, resources/assets/styles/components/_comments.scss */
    .comments .comment-respond .comment-form .agreement .form__label--agreement::before {
      background-color: #f2f2f2; }
  /* line 152, resources/assets/styles/components/_comments.scss */
  .comments .comment-respond .comment-form .form-submit {
    order: 7; }
    @media (max-width: 959.98px) {
      /* line 152, resources/assets/styles/components/_comments.scss */
      .comments .comment-respond .comment-form .form-submit {
        margin: 0; }
        /* line 159, resources/assets/styles/components/_comments.scss */
        .comments .comment-respond .comment-form .form-submit > *, .comments .comment-respond .comment-form .form-submit > *::before, .comments .comment-respond .comment-form .form-submit > *::after {
          padding: 0; } }
    @media (min-width: 960px) {
      /* line 164, resources/assets/styles/components/_comments.scss */
      .comments .comment-respond .comment-form .form-submit .form-slider__input {
        min-width: 15rem; } }
    /* line 170, resources/assets/styles/components/_comments.scss */
    .comments .comment-respond .comment-form .form-submit .form-slider__wrapper--unlocked .form-slider__input {
      background-color: #5d83ff;
      border-color: #5d83ff; }
  @media (max-width: 959.98px) {
    /* line 176, resources/assets/styles/components/_comments.scss */
    .comments .comment-respond .comment-form .button.submit {
      width: 100%;
      margin-right: 0; } }
  @media (max-width: 959.98px) {
    /* line 182, resources/assets/styles/components/_comments.scss */
    .comments .comment-respond .comment-form .button.submit.button--arrow {
      padding: calc(1.25 * 1rem) calc(1.5 * 1rem); } }

/* line 191, resources/assets/styles/components/_comments.scss */
.comments .comment-custom {
  position: relative; }
  /* line 194, resources/assets/styles/components/_comments.scss */
  .comments .comment-custom__content {
    padding-top: calc(0.3125 * 1rem); }
  /* line 198, resources/assets/styles/components/_comments.scss */
  .comments .comment-custom .comment-reply {
    position: absolute;
    bottom: 0;
    right: 0;
    text-transform: lowercase;
    font-size: 0.688rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.034rem;
    padding: calc(0.25 * 1rem) calc(0.625 * 1rem);
    border-radius: 0.188rem;
    color: #fff;
    border: calc(0.0625 * 1rem) solid #000;
    background: #5d83ff;
    background: linear-gradient(270deg, #5d83ff 0%, #5d83ff 50%, #000 50%, #000 100%);
    background-size: 206% auto;
    background-position: 99% center;
    transition: color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-position 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), background 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    /* line 131, resources/assets/styles/helpers/_mixins.scss */
    .comments .comment-custom .comment-reply:hover {
      color: #5d83ff;
      background-position: left center; }
    /* line 214, resources/assets/styles/components/_comments.scss */
    .comments .comment-custom .comment-reply:hover a, .comments .comment-custom .comment-reply:active a, .comments .comment-custom .comment-reply:focus a {
      color: #5d83ff; }
  /* line 220, resources/assets/styles/components/_comments.scss */
  .comments .comment-custom .comment-respond {
    margin-top: calc(2.5 * 1rem);
    margin-bottom: calc(2.5 * 1rem); }
    /* line 225, resources/assets/styles/components/_comments.scss */
    .comments .comment-custom .comment-respond .comment-reply-title small {
      display: block;
      margin-top: calc(1.25 * 1rem);
      margin-bottom: calc(1.25 * 1rem); }
  /* line 233, resources/assets/styles/components/_comments.scss */
  .comments .comment-custom__wrapper {
    display: flex;
    background-color: #f4f4f4;
    padding: calc(1.875 * 1rem);
    position: relative; }
  /* line 240, resources/assets/styles/components/_comments.scss */
  .comments .comment-custom.depth-1 {
    margin-bottom: calc(1.25 * 1rem); }
    /* line 243, resources/assets/styles/components/_comments.scss */
    .comments .comment-custom.depth-1:last-child {
      margin-bottom: 0; }
    /* line 247, resources/assets/styles/components/_comments.scss */
    .comments .comment-custom.depth-1 .children {
      padding-left: calc(2.5 * 1rem); }
      @media (min-width: 960px) {
        /* line 247, resources/assets/styles/components/_comments.scss */
        .comments .comment-custom.depth-1 .children {
          padding-left: calc(5.625 * 1rem); } }
  /* line 256, resources/assets/styles/components/_comments.scss */
  .comments .comment-custom.depth-2 {
    margin-top: calc(1.25 * 1rem); }
    /* line 259, resources/assets/styles/components/_comments.scss */
    .comments .comment-custom.depth-2 .comment-reply {
      display: none; }
  /* line 264, resources/assets/styles/components/_comments.scss */
  .comments .comment-custom .comment-body {
    position: relative; }
  /* line 268, resources/assets/styles/components/_comments.scss */
  .comments .comment-custom .comment-author {
    display: flex;
    align-items: baseline;
    margin-bottom: calc(0.5 * 1rem);
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.038rem; }
    /* line 276, resources/assets/styles/components/_comments.scss */
    .comments .comment-custom .comment-author__date {
      margin-left: calc(0.625 * 1rem);
      display: inline-block; }
    /* line 281, resources/assets/styles/components/_comments.scss */
    .comments .comment-custom .comment-author__name {
      font-size: calc(0.9375 * 1rem);
      font-weight: 700;
      margin-right: calc(0.9375 * 1rem); }
  /* line 288, resources/assets/styles/components/_comments.scss */
  .comments .comment-custom .comment-meta {
    margin-left: calc(1.125 * 1rem);
    color: #999;
    font-size: calc(0.9375 * 1rem);
    position: relative; }
    /* line 294, resources/assets/styles/components/_comments.scss */
    .comments .comment-custom .comment-meta::before {
      content: "-";
      display: inline-block;
      margin-right: calc(0.9375 * 1rem); }
  /* line 301, resources/assets/styles/components/_comments.scss */
  .comments .comment-custom .comment-text {
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.044rem; }
    /* line 307, resources/assets/styles/components/_comments.scss */
    .comments .comment-custom .comment-text > *:last-child, .comments .comment-custom .comment-text > :last-child::before, .comments .comment-custom .comment-text > :last-child::after {
      margin-bottom: 0; }

/* line 1, resources/assets/styles/components/_page-section.scss */
.page-section {
  padding: calc(2.1875 * 1rem) 0; }
  @media (min-width: 960px) {
    /* line 1, resources/assets/styles/components/_page-section.scss */
    .page-section {
      padding: calc(4.375 * 1rem) 0; } }
  @media (min-width: 960px) {
    /* line 8, resources/assets/styles/components/_page-section.scss */
    .page-section--addictional-padding-top {
      padding-top: calc(8.75 * 1rem); } }
  @media (min-width: 960px) {
    /* line 16, resources/assets/styles/components/_page-section.scss */
    .page-section--addictional-padding-top-sm {
      padding-top: calc(4.375 * 1rem); } }
  @media (min-width: 960px) {
    /* line 22, resources/assets/styles/components/_page-section.scss */
    .page-section--addictional-padding-top-md {
      padding-top: calc(12.5 * 1rem); } }
  @media (min-width: 960px) {
    /* line 28, resources/assets/styles/components/_page-section.scss */
    .page-section--no-padding-top {
      padding-top: 0; } }
  /* line 34, resources/assets/styles/components/_page-section.scss */
  .page-section__image-wrapper {
    padding-bottom: 104%;
    margin: 0 0 calc(2.5 * 1rem); }
    @media (min-width: 640px) {
      /* line 34, resources/assets/styles/components/_page-section.scss */
      .page-section__image-wrapper {
        width: calc(25 * 1rem);
        padding-bottom: calc(28 * 1rem);
        margin: 0 auto calc(2.5 * 1rem); } }
    @media (min-width: 960px) {
      /* line 34, resources/assets/styles/components/_page-section.scss */
      .page-section__image-wrapper {
        padding-bottom: 104%;
        width: 100%;
        margin: 0; } }
    /* line 50, resources/assets/styles/components/_page-section.scss */
    .page-section__image-wrapper--tall {
      padding-bottom: 123%; }
      @media (min-width: 640px) {
        /* line 50, resources/assets/styles/components/_page-section.scss */
        .page-section__image-wrapper--tall {
          padding-bottom: calc(27.5 * 1rem); } }
      @media (min-width: 960px) {
        /* line 50, resources/assets/styles/components/_page-section.scss */
        .page-section__image-wrapper--tall {
          padding-bottom: 123%; } }
  @media (min-width: 960px) {
    /* line 63, resources/assets/styles/components/_page-section.scss */
    .page-section__container {
      padding: calc(4.375 * 1rem) 0; } }
  /* line 68, resources/assets/styles/components/_page-section.scss */
  .page-section__container--image-visible {
    margin-top: calc(2.1875 * 1rem); }
    @media (min-width: 960px) {
      /* line 68, resources/assets/styles/components/_page-section.scss */
      .page-section__container--image-visible {
        margin-top: 0; } }
  /* line 77, resources/assets/styles/components/_page-section.scss */
  .page-section__pre-title {
    font-size: 0.875rem;
    letter-spacing: 0.35rem;
    margin-bottom: calc(0.75 * 1rem);
    display: block;
    text-transform: uppercase; }
    @media (min-width: 960px) {
      /* line 77, resources/assets/styles/components/_page-section.scss */
      .page-section__pre-title {
        margin-bottom: calc(1.875 * 1rem); } }
  /* line 89, resources/assets/styles/components/_page-section.scss */
  .page-section__title {
    font-size: 1.75rem;
    font-weight: 900;
    margin-bottom: calc(1.875 * 1rem);
    line-height: 2.25rem; }
    @media (min-width: 960px) {
      /* line 89, resources/assets/styles/components/_page-section.scss */
      .page-section__title {
        font-size: 2.5rem;
        line-height: 3rem;
        margin-bottom: calc(3.125 * 1rem); } }
    /* line 101, resources/assets/styles/components/_page-section.scss */
    .page-section__title--tooltip {
      margin-top: calc(3.125 * 1rem);
      position: relative; }
      @media (min-width: 1200px) {
        /* line 101, resources/assets/styles/components/_page-section.scss */
        .page-section__title--tooltip {
          margin-top: 0; } }
    /* line 110, resources/assets/styles/components/_page-section.scss */
    .page-section__title--subsection {
      margin-bottom: calc(1.875 * 1rem);
      font-size: 1.875rem;
      line-height: calc(2.25 * 1rem); }
    /* line 116, resources/assets/styles/components/_page-section.scss */
    .page-section__title__icon {
      display: inline-block;
      position: relative;
      top: calc(-0.9375 * 1rem);
      max-height: calc(3.75 * 1rem);
      max-width: calc(3.75 * 1rem); }
    /* line 124, resources/assets/styles/components/_page-section.scss */
    .page-section__title--no-margin-bottom {
      margin-bottom: 0; }
  /* line 129, resources/assets/styles/components/_page-section.scss */
  .page-section__title-tooltip {
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.038rem;
    border-radius: 0.188rem;
    background-color: #985aff;
    padding: calc(0.4375 * 1rem) calc(0.625 * 1rem);
    line-height: 0.8rem;
    position: absolute;
    top: -100%;
    left: calc(2 * 1rem);
    color: #fff; }
    @media (min-width: 1200px) {
      /* line 129, resources/assets/styles/components/_page-section.scss */
      .page-section__title-tooltip {
        position: relative;
        top: unset;
        left: unset;
        bottom: calc(1 * 1rem);
        margin-left: calc(1.25 * 1rem); } }
    /* line 150, resources/assets/styles/components/_page-section.scss */
    .page-section__title-tooltip::before {
      content: "";
      display: block;
      position: absolute;
      bottom: calc(-0.4375 * 1rem);
      left: 0;
      width: 0;
      height: 0;
      border-top: calc(0.75 * 1rem) solid #985aff;
      border-right: calc(0.75 * 1rem) solid transparent; }
  /* line 163, resources/assets/styles/components/_page-section.scss */
  .page-section__description {
    letter-spacing: 0.05rem;
    line-height: calc(1.75 * 1rem);
    margin-bottom: 0; }
    /* line 168, resources/assets/styles/components/_page-section.scss */
    .page-section__description a {
      border-bottom: 1px solid #000; }
      /* line 171, resources/assets/styles/components/_page-section.scss */
      .page-section__description a:hover {
        border-color: transparent; }
    /* line 176, resources/assets/styles/components/_page-section.scss */
    .page-section__description--margin-bottom {
      margin-bottom: calc(2.5 * 1rem); }
  /* line 181, resources/assets/styles/components/_page-section.scss */
  .page-section .uk-first-column {
    margin-bottom: calc(2.5 * 1rem); }
    @media (min-width: 960px) {
      /* line 181, resources/assets/styles/components/_page-section.scss */
      .page-section .uk-first-column {
        margin-bottom: 0; } }
    /* line 188, resources/assets/styles/components/_page-section.scss */
    .page-section .uk-first-column:last-child {
      margin-bottom: 0; }
  @media (max-width: 959.98px) {
    /* line 194, resources/assets/styles/components/_page-section.scss */
    .page-section .uk-visible .page-section__image-wrapper {
      margin-bottom: 0; } }

/* line 203, resources/assets/styles/components/_page-section.scss */
.page-section-wrapper > .uk-container {
  padding-top: calc(0.9375 * 1rem);
  padding-bottom: calc(1.875 * 1rem); }
  @media (min-width: 960px) {
    /* line 203, resources/assets/styles/components/_page-section.scss */
    .page-section-wrapper > .uk-container {
      padding-top: 0;
      padding-bottom: calc(8.75 * 1rem); } }

@media (min-width: 960px) {
  /* line 214, resources/assets/styles/components/_page-section.scss */
  .page-section-wrapper .page-section:not(.page-section--no-padding-top):first-child {
    padding-top: calc(9.375 * 1rem); } }

@media (min-width: 960px) {
  /* line 220, resources/assets/styles/components/_page-section.scss */
  .page-section-wrapper .page-section--no-padding-top {
    padding-top: 0; } }

/* line 231, resources/assets/styles/components/_page-section.scss */
.brief-brand .page-section__step-number {
  position: relative;
  top: unset;
  left: unset;
  display: inline-block;
  bottom: calc(0.625 * 1rem);
  margin-left: calc(0.625 * 1rem); }
  @media (min-width: 1200px) {
    /* line 231, resources/assets/styles/components/_page-section.scss */
    .brief-brand .page-section__step-number {
      bottom: calc(1 * 1rem);
      margin-left: calc(1.25 * 1rem); } }

/* line 1, resources/assets/styles/components/_ornament.scss */
.ornament {
  position: relative; }
  /* line 4, resources/assets/styles/components/_ornament.scss */
  .ornament::after {
    z-index: 100;
    content: "";
    display: block;
    width: 1.3rem;
    background-color: #12f2db;
    position: absolute;
    height: calc(5.875 * 1rem);
    top: calc(-2.75 * 1rem);
    right: calc(4.25 * 1rem);
    padding: 0;
    transform: skewY(-30deg);
    animation: float 6s ease-in-out infinite; }
    @media (min-width: 960px) {
      /* line 4, resources/assets/styles/components/_ornament.scss */
      .ornament::after {
        width: calc(2.5625 * 1rem);
        height: calc(11.625 * 1rem);
        top: calc(-5.8125 * 1rem);
        right: calc(6 * 1rem); } }
  @media (min-width: 640px) and (max-width: 959.98px) {
    /* line 27, resources/assets/styles/components/_ornament.scss */
    .ornament--page-section-image::after {
      right: 13rem; } }
  /* line 35, resources/assets/styles/components/_ornament.scss */
  .ornament--blue::after {
    background-color: #5d83ff; }
  /* line 41, resources/assets/styles/components/_ornament.scss */
  .ornament--purple::after {
    background-color: #985aff; }
  /* line 47, resources/assets/styles/components/_ornament.scss */
  .ornament--left::after {
    right: unset;
    left: calc(4.25 * 1rem); }
    @media (min-width: 960px) {
      /* line 47, resources/assets/styles/components/_ornament.scss */
      .ornament--left::after {
        left: calc(6 * 1rem); } }
  /* line 58, resources/assets/styles/components/_ornament.scss */
  .ornament--bottom::after {
    top: unset;
    bottom: calc(-3.25 * 1rem); }
    @media (min-width: 960px) {
      /* line 58, resources/assets/styles/components/_ornament.scss */
      .ornament--bottom::after {
        bottom: calc(-6.4375 * 1rem); } }

@keyframes float {
  0% {
    transform: translateY(calc(0.625 * 1rem)) skewY(-30deg); }
  50% {
    transform: translateY(calc(-0.625 * 1rem)) skewY(-30deg); }
  100% {
    transform: translateY(calc(0.625 * 1rem)) skewY(-30deg); } }

/* line 1, resources/assets/styles/components/_realizations.scss */
.realizations {
  position: relative; }
  /* line 4, resources/assets/styles/components/_realizations.scss */
  .realizations__content {
    position: relative;
    z-index: 1; }
    @media (min-width: 1200px) {
      /* line 4, resources/assets/styles/components/_realizations.scss */
      .realizations__content {
        display: grid;
        grid-template-columns: 20% 1fr;
        grid-template-rows: auto;
        grid-template-areas: "title slider " "pagination slider" ". link"; } }
  /* line 19, resources/assets/styles/components/_realizations.scss */
  .realizations__slider {
    grid-area: slider;
    margin: calc(-1.875 * 1rem) calc(-1.875 * 1rem) calc(-0.625 * 1rem); }
    @media (min-width: 1200px) {
      /* line 19, resources/assets/styles/components/_realizations.scss */
      .realizations__slider {
        margin: calc(-2.5 * 1rem) calc(-2.5 * 1rem) calc(-3.75 * 1rem);
        padding: 0 calc(1.25 * 1rem); } }
  /* line 29, resources/assets/styles/components/_realizations.scss */
  .realizations__item {
    margin: calc(1.875 * 1rem) calc(1.875 * 1rem) calc(2.5 * 1rem); }
    @media (min-width: 1200px) {
      /* line 29, resources/assets/styles/components/_realizations.scss */
      .realizations__item {
        margin: calc(2.5 * 1rem) calc(1.25 * 1rem) calc(3.75 * 1rem); } }
    /* line 36, resources/assets/styles/components/_realizations.scss */
    .realizations__item .page-section__image-wrapper {
      padding-bottom: 100%; }
      /* line 39, resources/assets/styles/components/_realizations.scss */
      .realizations__item .page-section__image-wrapper::after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: #000;
        opacity: 0;
        transition: opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    /* line 55, resources/assets/styles/components/_realizations.scss */
    .realizations__item:hover .page-section__image-wrapper::after {
      opacity: 0.85; }
    /* line 60, resources/assets/styles/components/_realizations.scss */
    .realizations__item:hover .portfolio__realization-content {
      opacity: 1;
      transform: translateY(0); }
  /* line 67, resources/assets/styles/components/_realizations.scss */
  .realizations .page-section__title {
    grid-area: title; }
    @media (min-width: 1200px) {
      /* line 67, resources/assets/styles/components/_realizations.scss */
      .realizations .page-section__title {
        margin-bottom: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding-right: calc(1.25 * 1rem); } }
  /* line 79, resources/assets/styles/components/_realizations.scss */
  .realizations .pagination-slider {
    grid-area: pagination;
    margin-bottom: calc(3.125 * 1rem); }
    @media (min-width: 1200px) {
      /* line 79, resources/assets/styles/components/_realizations.scss */
      .realizations .pagination-slider {
        margin-bottom: 0;
        justify-content: flex-start; } }
    @media (min-width: 1200px) {
      /* line 89, resources/assets/styles/components/_realizations.scss */
      .realizations .pagination-slider .pagination-slider__item:first-child {
        margin-left: 0; } }
  /* line 97, resources/assets/styles/components/_realizations.scss */
  .realizations .button {
    grid-area: link; }
    @media (min-width: 1200px) {
      /* line 97, resources/assets/styles/components/_realizations.scss */
      .realizations .button {
        margin-top: calc(3.125 * 1rem); } }
  /* line 107, resources/assets/styles/components/_realizations.scss */
  .realizations .uk-slider-items > li:not(.uk-active) .page-section__image-wrapper {
    box-shadow: 0 0.625rem 2.5rem transparent; }
  /* line 114, resources/assets/styles/components/_realizations.scss */
  .realizations--offer .page-section__title {
    font-size: 1.875rem;
    line-height: calc(2.25 * 1rem); }
  @media (min-width: 1200px) {
    /* line 119, resources/assets/styles/components/_realizations.scss */
    .realizations--offer .realizations__slider {
      padding: 0 calc(1.1875 * 1rem); } }
  @media (min-width: 960px) {
    /* line 126, resources/assets/styles/components/_realizations.scss */
    .realizations--offer .realizations__content::before {
      height: 69%; } }
  /* line 135, resources/assets/styles/components/_realizations.scss */
  .realizations--blue::before {
    background-color: #5d83ff; }
  /* line 140, resources/assets/styles/components/_realizations.scss */
  .realizations--blue .realizations__content::before {
    background-color: #5d83ff; }
  /* line 146, resources/assets/styles/components/_realizations.scss */
  .realizations .realizations-background {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 64%;
    width: 100%;
    z-index: 0; }
    /* line 155, resources/assets/styles/components/_realizations.scss */
    .realizations .realizations-background img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: bottom;
      opacity: 0.3; }

@media (max-width: 1199.98px) {
  /* line 166, resources/assets/styles/components/_realizations.scss */
  .portfolio__categories {
    padding-top: 0; } }

/* line 172, resources/assets/styles/components/_realizations.scss */
.portfolio__realization-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  padding: 0 calc(2.125 * 1rem) calc(2.5 * 1rem);
  z-index: 1; }

/* line 184, resources/assets/styles/components/_realizations.scss */
.portfolio__realization-name {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.063rem;
  margin-bottom: calc(1.25 * 1rem);
  display: block; }

/* line 193, resources/assets/styles/components/_realizations.scss */
.portfolio__realization-categorie {
  display: block;
  color: #666;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.125rem;
  margin-bottom: calc(0.625 * 1rem);
  text-transform: uppercase; }
  /* line 202, resources/assets/styles/components/_realizations.scss */
  .portfolio__realization-categorie:last-child {
    margin-bottom: 0; }

/* line 1, resources/assets/styles/components/_contact-form.scss */
.contact-form-modal {
  background-color: #f4f4f4; }
  /* line 4, resources/assets/styles/components/_contact-form.scss */
  .contact-form-modal__container {
    max-width: 48.375rem;
    padding-bottom: calc(2.25 * 1rem); }
  @media (max-width: 959.98px) {
    /* line 9, resources/assets/styles/components/_contact-form.scss */
    .contact-form-modal__submit {
      margin: 0; } }
  @media (max-width: 959.98px) {
    /* line 14, resources/assets/styles/components/_contact-form.scss */
    .contact-form-modal__submit > *, .contact-form-modal__submit > *::before, .contact-form-modal__submit > *::after {
      padding: 0; } }
  @media (max-width: 959.98px) {
    /* line 20, resources/assets/styles/components/_contact-form.scss */
    .contact-form-modal__submit .button--arrow {
      padding: calc(1.25 * 1rem) calc(1.5 * 1rem); } }
  /* line 27, resources/assets/styles/components/_contact-form.scss */
  .contact-form-modal .uk-modal-dialog {
    padding: calc(3.75 * 1rem) 0;
    transform: translateY(-50px);
    background-color: transparent; }
    @media (min-width: 960px) {
      /* line 27, resources/assets/styles/components/_contact-form.scss */
      .contact-form-modal .uk-modal-dialog {
        padding: calc(10.9375 * 1rem) 0 calc(6.25 * 1rem); } }
    /* line 36, resources/assets/styles/components/_contact-form.scss */
    .contact-form-modal .uk-modal-dialog .uk-modal-close-full {
      padding: calc(1.5625 * 1rem) calc(1.3125 * 1rem);
      color: #000;
      background-color: transparent;
      transition: color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
      /* line 42, resources/assets/styles/components/_contact-form.scss */
      .contact-form-modal .uk-modal-dialog .uk-modal-close-full:hover {
        color: #985aff; }
      @media (min-width: 960px) {
        /* line 36, resources/assets/styles/components/_contact-form.scss */
        .contact-form-modal .uk-modal-dialog .uk-modal-close-full {
          padding: calc(3.125 * 1rem); } }
      /* line 50, resources/assets/styles/components/_contact-form.scss */
      .contact-form-modal .uk-modal-dialog .uk-modal-close-full line {
        stroke-width: calc(0.1875 * 1rem); }
  /* line 57, resources/assets/styles/components/_contact-form.scss */
  .contact-form-modal.uk-open .uk-modal-dialog {
    transform: translateY(0); }
  @media (min-width: 960px) {
    /* line 62, resources/assets/styles/components/_contact-form.scss */
    .contact-form-modal .form {
      margin-top: calc(3.125 * 1rem); } }
  @media (min-width: 960px) {
    /* line 68, resources/assets/styles/components/_contact-form.scss */
    .contact-form-modal .form-slider__input {
      min-width: calc(15 * 1rem); } }

/* line 75, resources/assets/styles/components/_contact-form.scss */
.form {
  margin-top: calc(4.375 * 1rem);
  max-width: 100vw; }
  @media (min-width: 960px) {
    /* line 75, resources/assets/styles/components/_contact-form.scss */
    .form {
      margin-top: 0; } }
  /* line 83, resources/assets/styles/components/_contact-form.scss */
  .form input,
  .form textarea {
    width: 100%; }
    /* line 111, resources/assets/styles/helpers/_mixins.scss */
    .form input:hover, .form input:active, .form input:focus,
    .form textarea:hover,
    .form textarea:active,
    .form textarea:focus {
      outline: none; }

/* line 1, resources/assets/styles/components/_categories-list.scss */
.categories-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }
  /* line 9, resources/assets/styles/components/_categories-list.scss */
  .categories-list__item {
    margin: calc(0.625 * 1rem) calc(0.3125 * 1rem); }
  /* line 13, resources/assets/styles/components/_categories-list.scss */
  .categories-list__button {
    outline: none;
    margin: 0;
    border: none;
    border-radius: 0;
    padding: 0;
    background: none;
    appearance: none;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.15rem;
    padding: calc(0.625 * 1rem) calc(1.625 * 1rem) calc(0.625 * 1rem) calc(1.875 * 1rem);
    text-transform: uppercase;
    background-color: transparent;
    transition: color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    /* line 24, resources/assets/styles/components/_categories-list.scss */
    .categories-list__button:hover {
      color: #985aff; }

/* line 1, resources/assets/styles/components/_formSlider.scss */
.form-slider {
  background-color: transparent;
  position: relative;
  height: calc(3.8125 * 1rem);
  min-width: calc(16.25 * 1rem);
  width: 100%;
  overflow: hidden;
  border: 1px solid #000;
  border-radius: 0.3125rem;
  margin-bottom: 0.625rem; }
  /* line 12, resources/assets/styles/components/_formSlider.scss */
  .form-slider.filled {
    border: 1px solid #985aff; }

/* line 16, resources/assets/styles/components/_formSlider.scss */
.form-slider .thumb {
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #985aff;
  opacity: 0.17;
  cursor: pointer; }

/* line 24, resources/assets/styles/components/_formSlider.scss */
.d-none {
  display: none; }

/* line 27, resources/assets/styles/components/_formSlider.scss */
.form-slider.filled .thumb {
  background-color: #985aff;
  opacity: 1; }

/* line 31, resources/assets/styles/components/_formSlider.scss */
.unfilled_text,
.filled_text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  pointer-events: none;
  color: white;
  font-size: calc(0.8125 * 1rem);
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  user-select: none;
  margin: 0;
  letter-spacing: calc(0.08125 * 1rem); }

/* line 49, resources/assets/styles/components/_formSlider.scss */
.unfilled_text {
  color: black; }

/* line 2, resources/assets/styles/components/_seo-section.scss */
.seo-section--addictional-padding-top {
  padding-top: calc(6.25 * 1rem); }
  @media (min-width: 960px) {
    /* line 2, resources/assets/styles/components/_seo-section.scss */
    .seo-section--addictional-padding-top {
      padding-top: calc(8.75 * 1rem); } }

@media (min-width: 960px) {
  /* line 10, resources/assets/styles/components/_seo-section.scss */
  .seo-section--addictional-padding-top-sm {
    padding-top: calc(4.375 * 1rem); } }

@media (min-width: 960px) {
  /* line 16, resources/assets/styles/components/_seo-section.scss */
  .seo-section--addictional-padding-top-md {
    padding-top: calc(10 * 1rem); } }

/* line 22, resources/assets/styles/components/_seo-section.scss */
.seo-section .uk-subnav {
  gap: 20px;
  margin: 0; }
  /* line 26, resources/assets/styles/components/_seo-section.scss */
  .seo-section .uk-subnav li {
    padding: 0; }
    @media (max-width: 639.98px) {
      /* line 26, resources/assets/styles/components/_seo-section.scss */
      .seo-section .uk-subnav li {
        max-width: calc(18.75 * 1rem); } }

/* line 34, resources/assets/styles/components/_seo-section.scss */
.seo-section__unfold {
  color: #000;
  display: block;
  font-size: calc(0.75 * 1rem);
  letter-spacing: 0.15rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: calc(0.625 * 1rem);
  background-color: transparent !important;
  padding: calc(0.625 * 1rem) calc(1.25 * 1rem);
  position: relative; }
  /* line 46, resources/assets/styles/components/_seo-section.scss */
  .seo-section__unfold::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 10px;
    left: 20px;
    right: 20px;
    border-bottom: calc(0.0625 * 1rem) solid transparent;
    transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  /* line 58, resources/assets/styles/components/_seo-section.scss */
  .seo-section__unfold:hover::before {
    border-bottom-color: #985aff;
    bottom: 0;
    left: 0;
    right: 0; }

/* line 68, resources/assets/styles/components/_seo-section.scss */
.seo-section .uk-active .seo-section__unfold {
  color: #000; }
  /* line 71, resources/assets/styles/components/_seo-section.scss */
  .seo-section .uk-active .seo-section__unfold::before {
    border-bottom-color: #985aff;
    bottom: 0;
    left: 0;
    right: 0; }

/* line 80, resources/assets/styles/components/_seo-section.scss */
.seo-section__content {
  margin-top: calc(3.125 * 1rem) !important; }

/* line 84, resources/assets/styles/components/_seo-section.scss */
.seo-section h1 {
  font-size: 1.7em;
  font-weight: bold; }

/* line 89, resources/assets/styles/components/_seo-section.scss */
.seo-section h2 {
  font-size: 1.3em;
  font-weight: bold; }

/* line 94, resources/assets/styles/components/_seo-section.scss */
.seo-section h3 {
  font-size: 1.1em;
  font-weight: bold; }

/* line 99, resources/assets/styles/components/_seo-section.scss */
.seo-section .uk-accordion-content {
  margin-top: 50px; }

/* line 1, resources/assets/styles/pages/_home.scss */
.home-hero {
  background-color: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 5rem);
  position: relative; }
  @media (min-width: 1200px) {
    /* line 1, resources/assets/styles/pages/_home.scss */
    .home-hero {
      min-height: calc(100vh - 7.1875rem); } }
  @media (min-width: 1200px) {
    /* line 13, resources/assets/styles/pages/_home.scss */
    .home-hero::after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: calc(7.1875 * 1rem);
      z-index: 1;
      background: white; } }
  /* line 27, resources/assets/styles/pages/_home.scss */
  .home-hero .box {
    border: 1px solid #985aff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: fit-content;
    backdrop-filter: blur(2px); }
    /* line 37, resources/assets/styles/pages/_home.scss */
    .home-hero .box:hover button.reset {
      opacity: 1; }
    /* line 42, resources/assets/styles/pages/_home.scss */
    .home-hero .box.resize-drag {
      touch-action: none;
      user-select: none;
      box-sizing: border-box; }
      /* line 47, resources/assets/styles/pages/_home.scss */
      .home-hero .box.resize-drag.is-resetting {
        transition: transform 0.4s ease-in-out, width 0.4s ease-in-out, height 0.4s ease-in-out; }
      /* line 51, resources/assets/styles/pages/_home.scss */
      .home-hero .box.resize-drag:hover {
        cursor: move; }
      /* line 55, resources/assets/styles/pages/_home.scss */
      .home-hero .box.resize-drag.ui-resizable-resizing {
        opacity: 0.8; }
    /* line 60, resources/assets/styles/pages/_home.scss */
    .home-hero .box button.reset {
      position: absolute;
      top: 0;
      right: 0;
      background: none;
      border: none;
      opacity: 0;
      transition: opacity 0.3s ease-in-out;
      color: #985aff;
      width: 24px;
      height: 24px;
      display: flex;
      align-items: center;
      justify-content: center; }
    /* line 76, resources/assets/styles/pages/_home.scss */
    .home-hero .box .box-inner {
      overflow: hidden;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: calc(1.25 * 1rem); }
      /* line 85, resources/assets/styles/pages/_home.scss */
      .home-hero .box .box-inner h1 {
        color: #985aff;
        font-weight: 700;
        margin: 0;
        line-height: 1.2;
        text-align: center;
        text-wrap: balance;
        transition: font-size 0.2s ease-out; }
        @media (max-width: 639.98px) {
          /* line 85, resources/assets/styles/pages/_home.scss */
          .home-hero .box .box-inner h1 {
            max-width: calc(18.75 * 1rem); } }
        @media (min-width: 1200px) {
          /* line 85, resources/assets/styles/pages/_home.scss */
          .home-hero .box .box-inner h1 {
            font-size: clamp(2rem, 10vw, 6.25rem); }
            /* line 101, resources/assets/styles/pages/_home.scss */
            .resize-drag .home-hero .box .box-inner h1 {
              font-size: inherit; } }
    /* line 108, resources/assets/styles/pages/_home.scss */
    .home-hero .box .anchor {
      display: block;
      width: 10px;
      height: 10px;
      background-color: #fff;
      border: 1px solid #985aff;
      position: absolute; }
      /* line 116, resources/assets/styles/pages/_home.scss */
      .home-hero .box .anchor--tl {
        top: -5px;
        left: -5px; }
      /* line 121, resources/assets/styles/pages/_home.scss */
      .home-hero .box .anchor--tr {
        top: -5px;
        right: -5px; }
      /* line 126, resources/assets/styles/pages/_home.scss */
      .home-hero .box .anchor--bl {
        bottom: -5px;
        left: -5px; }
      /* line 131, resources/assets/styles/pages/_home.scss */
      .home-hero .box .anchor--br {
        bottom: -5px;
        right: -5px; }
    /* line 138, resources/assets/styles/pages/_home.scss */
    .home-hero .box .bottom-anchors::before, .home-hero .box .bottom-anchors::after {
      content: "";
      display: block;
      width: 10px;
      height: 10px;
      background-color: #fff;
      border: 1px solid #985aff;
      position: absolute;
      bottom: -5px; }
    /* line 149, resources/assets/styles/pages/_home.scss */
    .home-hero .box .bottom-anchors::before {
      left: -5px; }
    /* line 153, resources/assets/styles/pages/_home.scss */
    .home-hero .box .bottom-anchors::after {
      right: -5px; }
  /* line 159, resources/assets/styles/pages/_home.scss */
  .home-hero .dimensions {
    background-color: #985aff;
    position: absolute;
    font-size: 0.75rem;
    color: #fff;
    height: 20px;
    display: inline-flex;
    padding-inline: 0.5rem;
    align-items: center;
    bottom: calc(-1.875 * 1rem);
    left: 50%;
    transform: translateX(-50%); }
    /* line 172, resources/assets/styles/pages/_home.scss */
    .home-hero .dimensions > span:nth-child(2) {
      margin-inline: 0.25rem; }
  /* line 177, resources/assets/styles/pages/_home.scss */
  .home-hero > .uk-container {
    width: 100%;
    position: relative;
    z-index: 2; }
    @media (max-width: 639.98px) {
      /* line 177, resources/assets/styles/pages/_home.scss */
      .home-hero > .uk-container {
        max-width: calc(25 * 1rem); } }
    @media (min-width: 640px) and (max-width: 959.98px) {
      /* line 177, resources/assets/styles/pages/_home.scss */
      .home-hero > .uk-container {
        max-width: calc(31.25 * 1rem); } }
  @media (min-width: 960px) {
    /* line 191, resources/assets/styles/pages/_home.scss */
    .home-hero__grid {
      display: flex;
      align-items: flex-start;
      position: relative; } }
  /* line 199, resources/assets/styles/pages/_home.scss */
  .home-hero__header {
    display: grid !important;
    grid-template-columns: calc(7.5 * 1rem) 1fr;
    grid-template-rows: auto;
    grid-template-areas: "number first" "number second";
    font-size: 2rem;
    line-height: 2.2rem;
    margin-bottom: calc(3.75 * 1rem);
    position: relative !important;
    transform: translateY(calc(-0.9375 * 1rem)); }
    @media (min-width: 960px) {
      /* line 199, resources/assets/styles/pages/_home.scss */
      .home-hero__header {
        grid-template-columns: 12rem 1fr;
        font-size: calc(3.125 * 1rem);
        line-height: calc(3.4375 * 1rem);
        transform: unset; } }
  /* line 220, resources/assets/styles/pages/_home.scss */
  .home-hero__area {
    box-shadow: 0 0.625rem 2.5rem rgba(0, 0, 0, 0.16);
    height: calc(6.25 * 1rem);
    padding: calc(1.25 * 1rem) calc(4.25 * 1rem);
    display: flex;
    align-items: center;
    background-image: linear-gradient(to right, #985aff 0%, #853bff 100%);
    font-size: 1.25rem;
    font-weight: 900;
    position: relative;
    margin: 0; }
    @media (min-width: 960px) {
      /* line 220, resources/assets/styles/pages/_home.scss */
      .home-hero__area {
        height: 11.875rem;
        width: 31.5rem;
        padding: calc(1.25 * 1rem) calc(6 * 1rem);
        font-size: 2.25rem;
        margin: 0 0 0 auto; } }
  /* line 241, resources/assets/styles/pages/_home.scss */
  .home-hero__area-wrapper {
    padding-top: calc(0.5625 * 1rem);
    position: relative !important; }
    @media (min-width: 960px) {
      /* line 241, resources/assets/styles/pages/_home.scss */
      .home-hero__area-wrapper {
        padding-top: calc(2.5 * 1rem); } }
    /* line 249, resources/assets/styles/pages/_home.scss */
    .home-hero__area-wrapper:first-child {
      padding-top: 0; }
      @media (min-width: 960px) {
        /* line 249, resources/assets/styles/pages/_home.scss */
        .home-hero__area-wrapper:first-child {
          order: 1; } }
      @media (min-width: 960px) {
        /* line 256, resources/assets/styles/pages/_home.scss */
        .home-hero__area-wrapper:first-child .home-hero__area {
          position: relative;
          left: -100%;
          margin: 0 auto 0 0; } }
  @media (min-width: 960px) {
    /* line 266, resources/assets/styles/pages/_home.scss */
    .home-hero__areas-container {
      display: flex;
      flex-direction: column; } }
  /* line 273, resources/assets/styles/pages/_home.scss */
  .home-hero__elevator {
    display: none; }
    @media (min-width: 960px) {
      /* line 273, resources/assets/styles/pages/_home.scss */
      .home-hero__elevator {
        display: block;
        position: absolute;
        bottom: calc(3.125 * 1rem);
        right: calc(9.6875 * 1rem);
        width: calc(1.875 * 1rem);
        height: calc(2.1875 * 1rem);
        z-index: 10;
        transform: scale(0.8); } }
  /* line 288, resources/assets/styles/pages/_home.scss */
  .home-hero__elevator-mousey {
    width: calc(0.1875 * 1rem);
    padding: calc(0.625 * 1rem) calc(0.9375 * 1rem);
    height: calc(2.1875 * 1rem);
    border: calc(0.125 * 1rem) solid #000;
    border-radius: calc(1.5625 * 1rem);
    opacity: 0.75;
    box-sizing: content-box; }
  /* line 298, resources/assets/styles/pages/_home.scss */
  .home-hero__elevator-scroller {
    width: calc(0.1875 * 1rem);
    height: calc(0.625 * 1rem);
    border-radius: 25%;
    background-color: #000;
    animation-name: scroll-elevator;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
    animation-iteration-count: infinite; }
  /* line 309, resources/assets/styles/pages/_home.scss */
  .home-hero a-waves {
    --x: -0.5rem;
    --y: 50%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  /* line 335, resources/assets/styles/pages/_home.scss */
  .home-hero a-waves svg {
    display: block;
    width: 100%;
    height: 100%; }
  /* line 341, resources/assets/styles/pages/_home.scss */
  .home-hero a-waves svg path {
    fill: none;
    stroke: #999;
    stroke-width: 1px; }

@media (min-width: 960px) {
  /* line 349, resources/assets/styles/pages/_home.scss */
  .home-team .page-section__image-wrapper {
    max-width: calc(23 * 1rem); } }

@media (min-width: 960px) {
  /* line 357, resources/assets/styles/pages/_home.scss */
  #about > .uk-container {
    padding-bottom: 0; } }

@media (min-width: 960px) {
  /* line 362, resources/assets/styles/pages/_home.scss */
  #about > .uk-container > .page-section--addictional-padding-top {
    padding-top: calc(1.5625 * 1rem); } }

@media (min-width: 960px) {
  /* line 370, resources/assets/styles/pages/_home.scss */
  #about .page-section--addictional-padding-top .page-section__container {
    padding-bottom: 0; } }

@media (min-width: 960px) {
  /* line 377, resources/assets/styles/pages/_home.scss */
  #about section.home-team {
    padding-bottom: 0 !important; } }

/* line 385, resources/assets/styles/pages/_home.scss */
.home-blog .uk-grid {
  margin-bottom: calc(3.125 * 1rem); }
  /* line 388, resources/assets/styles/pages/_home.scss */
  .home-blog .uk-grid .home-blog__item {
    margin-bottom: 0; }
    /* line 391, resources/assets/styles/pages/_home.scss */
    .home-blog .uk-grid .home-blog__item .blog-item {
      display: none; }
      @media (min-width: 1200px) {
        /* line 391, resources/assets/styles/pages/_home.scss */
        .home-blog .uk-grid .home-blog__item .blog-item {
          display: flex; }
          /* line 397, resources/assets/styles/pages/_home.scss */
          .home-blog .uk-grid .home-blog__item .blog-item__date {
            font-size: calc(0.75 * 1rem); } }
    /* line 404, resources/assets/styles/pages/_home.scss */
    .home-blog .uk-grid .home-blog__item:first-child .blog-item {
      display: flex; }
    @media (min-width: 960px) {
      /* line 411, resources/assets/styles/pages/_home.scss */
      .home-blog .uk-grid .home-blog__item:nth-child(2) .blog-item {
        display: flex; } }

@keyframes float-elevator {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(calc(-0.625 * 1rem)); }
  100% {
    transform: translateY(0); } }

@keyframes scroll-elevator {
  0% {
    opacity: 0; }
  10% {
    transform: translateY(0);
    opacity: 1; }
  100% {
    transform: translateY(15px);
    opacity: 0; } }

/* line 450, resources/assets/styles/pages/_home.scss */
.blog-item {
  display: flex;
  flex-direction: column;
  margin-top: calc(-1.25 * 1rem); }
  /* line 455, resources/assets/styles/pages/_home.scss */
  .blog-item__image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 14.5rem;
    transform: translateY(calc(1.25 * 1rem));
    transition: background-position 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  /* line 464, resources/assets/styles/pages/_home.scss */
  .blog-item__content {
    padding: 0 calc(3.125 * 1rem) calc(2.5 * 1rem);
    margin-top: calc(1.25 * 1rem);
    position: relative;
    background: #fff;
    flex-grow: 1;
    border: calc(0.0625 * 1rem) solid #bbb; }
    /* line 472, resources/assets/styles/pages/_home.scss */
    .blog-item__content::before {
      content: "";
      display: block;
      background: #fff;
      position: absolute;
      top: calc(-1.375 * 1rem);
      left: 0;
      width: calc(2.75 * 1rem);
      height: calc(1.5 * 1rem);
      clip-path: polygon(0 90%, 90% 0, 100% 0, 100% 100%, 0% 100%, 0 100%); }
    /* line 484, resources/assets/styles/pages/_home.scss */
    .blog-item__content::after {
      content: "";
      display: block;
      background: #fff;
      position: absolute;
      top: calc(-1.375 * 1rem);
      right: -1px;
      border-right: calc(0.0625 * 1rem) solid #bbb;
      width: calc(100% - 2.5rem);
      height: calc(1.5 * 1rem); }
  /* line 497, resources/assets/styles/pages/_home.scss */
  .blog-item__date {
    border-bottom: calc(0.0625 * 1rem) solid #985aff;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.038rem; }
  /* line 506, resources/assets/styles/pages/_home.scss */
  .blog-item__title {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.875rem;
    margin: calc(1.25 * 1rem) 0 calc(1 * 1rem); }
  /* line 513, resources/assets/styles/pages/_home.scss */
  .blog-item__description {
    letter-spacing: 0.05rem;
    line-height: 1.75rem;
    margin: 0 0 calc(1.5625 * 1rem); }

/* line 1, resources/assets/styles/pages/_fourfour.scss */
.fourfour {
  color: #fff; }
  /* line 4, resources/assets/styles/pages/_fourfour.scss */
  .fourfour__content {
    z-index: 2;
    transform: translateY(calc(6.25 * 1rem));
    width: 100%;
    max-width: 55rem;
    padding: calc(1.25 * 1rem); }
    @media (min-width: 960px) {
      /* line 4, resources/assets/styles/pages/_fourfour.scss */
      .fourfour__content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: calc(65.875 * 1rem);
        transform: translateY(calc(10.625 * 1rem)); } }
  /* line 20, resources/assets/styles/pages/_fourfour.scss */
  .fourfour__text {
    color: #000;
    font-size: 1.875rem;
    font-weight: 900;
    margin-bottom: calc(3.75 * 1rem);
    text-align: center;
    line-height: calc(2.25 * 1rem); }
    @media (min-width: 960px) {
      /* line 20, resources/assets/styles/pages/_fourfour.scss */
      .fourfour__text {
        margin-bottom: 0; } }
  /* line 33, resources/assets/styles/pages/_fourfour.scss */
  .fourfour__buttons {
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media (min-width: 960px) {
      /* line 33, resources/assets/styles/pages/_fourfour.scss */
      .fourfour__buttons {
        flex-direction: row; } }
    /* line 42, resources/assets/styles/pages/_fourfour.scss */
    .fourfour__buttons .button {
      margin: 0 0 calc(1.25 * 1rem); }
      @media (min-width: 960px) {
        /* line 42, resources/assets/styles/pages/_fourfour.scss */
        .fourfour__buttons .button {
          margin: 0 calc(1.75 * 1rem) 0 0; } }
      /* line 49, resources/assets/styles/pages/_fourfour.scss */
      .fourfour__buttons .button:last-child {
        margin: 0; }
  /* line 55, resources/assets/styles/pages/_fourfour.scss */
  .fourfour__bg {
    z-index: 1; }

/* line 1, resources/assets/styles/pages/_about.scss */
.about-team-member {
  padding-bottom: calc(8.125 * 1rem);
  position: relative;
  margin-bottom: var(--margin-bottom); }
  /* line 6, resources/assets/styles/pages/_about.scss */
  .about-team-member__image {
    height: calc(22.5 * 1rem);
    transition: transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    @media (min-width: 640px) {
      /* line 6, resources/assets/styles/pages/_about.scss */
      .about-team-member__image {
        height: calc(16.25 * 1rem); } }
    @media (min-width: 960px) {
      /* line 6, resources/assets/styles/pages/_about.scss */
      .about-team-member__image {
        height: calc(22.5 * 1rem); } }
  /* line 19, resources/assets/styles/pages/_about.scss */
  .about-team-member__name {
    line-height: 1.875rem;
    font-weight: 700;
    margin-bottom: calc(0.75 * 1rem); }
    /* line 24, resources/assets/styles/pages/_about.scss */
    .about-team-member__name::before {
      content: "";
      display: block;
      background: #12f2db;
      position: absolute;
      top: calc(-1.375 * 1rem);
      left: 0;
      width: calc(2.75 * 1rem);
      height: calc(1.5 * 1rem);
      clip-path: polygon(0 90%, 90% 0, 100% 0, 100% 100%, 0% 100%, 0 100%); }
    /* line 36, resources/assets/styles/pages/_about.scss */
    .about-team-member__name::after {
      content: "";
      display: block;
      background: #12f2db;
      position: absolute;
      top: calc(-1.375 * 1rem);
      left: calc(2.75rem - 1px);
      width: calc(100% - 2.75rem + 1px);
      height: calc(1.5 * 1rem); }
  /* line 48, resources/assets/styles/pages/_about.scss */
  .about-team-member__position {
    color: #8840ff;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.25rem;
    height: calc(2.5 * 1rem); }
  /* line 57, resources/assets/styles/pages/_about.scss */
  .about-team-member__description {
    line-height: 1.75rem;
    letter-spacing: 0.05rem;
    height: 0;
    overflow: hidden;
    transition: height 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), margin 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  /* line 65, resources/assets/styles/pages/_about.scss */
  .about-team-member__content {
    padding: calc(1.4375 * 1rem) calc(3.125 * 1rem) 0;
    position: relative;
    background-color: #12f2db;
    display: flex;
    flex-direction: column;
    margin: 0; }
    /* line 79, resources/assets/styles/pages/_about.scss */
    .about-team-member__content::before {
      content: "";
      display: block;
      background: #12f2db;
      position: absolute;
      bottom: calc(-1.375 * 1rem);
      right: 0;
      width: calc(2.75 * 1rem);
      height: calc(1.5 * 1rem);
      clip-path: polygon(0 90%, 90% 0, 100% 0, 100% 100%, 0% 100%, 0 100%);
      transform: rotate(180deg); }
    /* line 92, resources/assets/styles/pages/_about.scss */
    .about-team-member__content::after {
      content: "";
      display: block;
      background: #12f2db;
      position: absolute;
      bottom: calc(-1.375 * 1rem);
      right: calc(2.75rem - 1px);
      width: calc(100% - 2.75rem + 1px);
      height: calc(1.5 * 1rem); }
    /* line 103, resources/assets/styles/pages/_about.scss */
    .about-team-member__content--about {
      position: absolute;
      top: calc(22.5 * 1rem);
      left: 0; }
    /* line 109, resources/assets/styles/pages/_about.scss */
    .about-team-member__content--home {
      display: block;
      max-width: calc(23 * 1rem);
      position: absolute;
      bottom: calc(-4.875 * 1rem);
      padding-bottom: calc(1.4375 * 1rem);
      right: 0; }
      @media (min-width: 1200px) {
        /* line 109, resources/assets/styles/pages/_about.scss */
        .about-team-member__content--home {
          right: calc(-3.75 * 1rem); } }
      /* line 122, resources/assets/styles/pages/_about.scss */
      .about-team-member__content--home .about-team-member__position::before {
        content: "";
        display: inline-block;
        width: 0.375rem;
        height: 0.375rem;
        background-color: #8a43ff;
        border-radius: 50%;
        margin: 0 calc(0.5 * 1rem);
        transform: translateY(calc(-0.0625 * 1rem)); }
      /* line 134, resources/assets/styles/pages/_about.scss */
      .about-team-member__content--home .about-team-member__description {
        display: block;
        margin-top: calc(0.3125 * 1rem);
        height: auto !important; }
  /* line 143, resources/assets/styles/pages/_about.scss */
  .about-team-member:hover .about-team-member__image {
    transform: translateY(calc(4.125 * 1rem)); }
  /* line 147, resources/assets/styles/pages/_about.scss */
  .about-team-member:hover .about-team-member__description {
    height: var(--description-heigh) !important;
    margin: calc(1.4375 * 1rem) 0 calc(0.625 * 1rem); }

@media (min-width: 960px) {
  /* line 155, resources/assets/styles/pages/_about.scss */
  .about-team .page-section__title {
    margin-bottom: 0; } }

/* line 161, resources/assets/styles/pages/_about.scss */
.about-team__image {
  margin-bottom: calc(2.5 * 1rem); }
  @media (min-width: 960px) {
    /* line 161, resources/assets/styles/pages/_about.scss */
    .about-team__image {
      margin-bottom: calc(7.5 * 1rem); } }

/* line 169, resources/assets/styles/pages/_about.scss */
.about-team__description {
  line-height: calc(1.75 * 1rem); }

/* line 178, resources/assets/styles/pages/_about.scss */
.about-team__slider-container {
  margin-top: calc(3.125 * 1rem); }
  @media (min-width: 960px) {
    /* line 178, resources/assets/styles/pages/_about.scss */
    .about-team__slider-container {
      padding: calc(5.625 * 1rem) 0 0; } }
  /* line 185, resources/assets/styles/pages/_about.scss */
  .about-team__slider-container .pagination-slider {
    margin-top: calc(1.875 * 1rem); }
    @media (min-width: 960px) {
      /* line 185, resources/assets/styles/pages/_about.scss */
      .about-team__slider-container .pagination-slider {
        margin-top: 0;
        position: absolute;
        top: 0;
        right: 0; } }

/* line 199, resources/assets/styles/pages/_about.scss */
.about-seo .uk-container {
  border: none;
  padding-top: 0;
  padding-bottom: 0; }

@media (min-width: 960px) {
  /* line 207, resources/assets/styles/pages/_about.scss */
  .about-seo .seo-content__description {
    column-count: 2;
    column-gap: calc(2.5 * 1rem); } }

@media (min-width: 960px) {
  /* line 216, resources/assets/styles/pages/_about.scss */
  .about-us-hero .uk-width-2-5\@m {
    padding-right: calc(1.25 * 1rem); } }

@media (min-width: 960px) {
  /* line 222, resources/assets/styles/pages/_about.scss */
  .about-us-hero .uk-width-3-5\@m {
    padding-left: calc(9.75 * 1rem); } }

/* line 230, resources/assets/styles/pages/_about.scss */
.about-solveit .important-info {
  color: #000;
  letter-spacing: 0.05rem;
  line-height: 1.75rem; }
  @media (min-width: 960px) {
    /* line 230, resources/assets/styles/pages/_about.scss */
    .about-solveit .important-info {
      margin-top: calc(2.5 * 1rem) !important;
      width: 41.5%; } }

/* line 241, resources/assets/styles/pages/_about.scss */
.about-solveit__letter {
  width: 2.563rem;
  height: calc(6.25 * 1rem);
  padding-bottom: calc(3.125 * 1rem);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-right: calc(0.4375 * 1rem);
  position: relative;
  z-index: 10; }
  /* line 252, resources/assets/styles/pages/_about.scss */
  .about-solveit__letter:last-child {
    margin-right: 0; }
  @media (min-width: 960px) {
    /* line 241, resources/assets/styles/pages/_about.scss */
    .about-solveit__letter {
      margin-right: calc(3.125 * 1rem); } }

/* line 261, resources/assets/styles/pages/_about.scss */
.about-solveit__logo {
  display: flex;
  align-items: flex-end;
  position: relative; }
  /* line 266, resources/assets/styles/pages/_about.scss */
  .about-solveit__logo::before {
    content: var(--content);
    transform: translateX(var(--translate));
    z-index: 2;
    position: absolute;
    left: var(--content-left, 0);
    top: 0;
    display: flex;
    color: #000;
    align-items: flex-end;
    height: calc(10.625 * 1rem);
    padding-left: calc(1.25 * 1rem);
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.3rem;
    text-transform: uppercase;
    transition: transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-color 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955); }

/* line 286, resources/assets/styles/pages/_about.scss */
.about-solveit__bg {
  position: absolute;
  left: 0;
  top: -30px;
  width: calc(2.9375 * 1rem);
  transform: translateX(var(--bg-translate, 0px));
  transition: transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  /* line 294, resources/assets/styles/pages/_about.scss */
  .about-solveit__bg svg {
    height: calc(12.4375 * 1rem);
    width: calc(2.9375 * 1rem); }

/* line 300, resources/assets/styles/pages/_about.scss */
.about-solveit__logo-wrapper {
  padding-top: calc(4.6875 * 1rem);
  margin-bottom: calc(4.375 * 1rem); }
  @media (min-width: 960px) {
    /* line 300, resources/assets/styles/pages/_about.scss */
    .about-solveit__logo-wrapper {
      width: 58.5%;
      padding-left: calc(4.375 * 1rem);
      padding-top: calc(2.8125 * 1rem);
      margin-bottom: 0;
      display: block; } }
  @media (min-width: 1200px) {
    /* line 300, resources/assets/styles/pages/_about.scss */
    .about-solveit__logo-wrapper {
      padding-left: calc(8.4375 * 1rem); } }

/* line 2, resources/assets/styles/pages/_blog.scss */
.blog-item__time-to-read {
  margin-left: calc(1.25 * 1rem);
  font-size: calc(0.75 * 1rem); }
  /* line 6, resources/assets/styles/pages/_blog.scss */
  .blog-item__time-to-read svg {
    margin-right: calc(0.625 * 1rem);
    width: calc(1.125 * 1rem);
    height: calc(1.125 * 1rem);
    transform: translateY(calc(-0.0625 * 1rem)); }

/* line 111, resources/assets/styles/helpers/_mixins.scss */
.blog-item:hover, .blog-item:active, .blog-item:focus {
  color: initial; }
  /* line 17, resources/assets/styles/pages/_blog.scss */
  .blog-item:hover .blog-item__image, .blog-item:active .blog-item__image, .blog-item:focus .blog-item__image {
    background-position: calc(1.25 * 1rem) calc(2.8125 * 1rem); }
  /* line 21, resources/assets/styles/pages/_blog.scss */
  .blog-item:hover .button-icon::after, .blog-item:active .button-icon::after, .blog-item:focus .button-icon::after {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Warstwa_1' x='0px' y='0px' width='12.207px' height='10.84px' viewBox='0 0 12.207 10.84' enable-background='new 0 0 12.207 10.84' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs77' /%3E%3Cpolygon points='6.687,1.261 5.422,0 0,5.421 5.423,10.842 5.776,10.491 6.333,9.937 6.688,9.583 3.415,6.314 12.207,6.314 12.207,5.028 12.207,4.528 3.415,4.528 ' id='polygon72' fill='%238840ff' transform='matrix(-1,0,0,1,12.207,0)' /%3E%3C/svg%3E%0A"); }
  /* line 27, resources/assets/styles/pages/_blog.scss */
  .blog-item:hover .button-icon::before, .blog-item:active .button-icon::before, .blog-item:focus .button-icon::before {
    color: #8840ff;
    background-position: left center; }

/* line 34, resources/assets/styles/pages/_blog.scss */
.blog-archive {
  margin-top: calc(1.25 * 1rem); }
  @media (min-width: 960px) {
    /* line 34, resources/assets/styles/pages/_blog.scss */
    .blog-archive {
      margin-top: calc(1.875 * 1rem); } }
  /* line 41, resources/assets/styles/pages/_blog.scss */
  .blog-archive__item {
    margin-bottom: calc(2.5 * 1rem);
    display: flex;
    flex-direction: column; }
    /* line 46, resources/assets/styles/pages/_blog.scss */
    .blog-archive__item > article {
      display: flex;
      flex-grow: 1; }
    /* line 51, resources/assets/styles/pages/_blog.scss */
    .blog-archive__item .blog-item {
      display: flex;
      flex-grow: 1; }
      /* line 55, resources/assets/styles/pages/_blog.scss */
      .blog-archive__item .blog-item__date {
        font-size: calc(0.75 * 1rem); }
  /* line 61, resources/assets/styles/pages/_blog.scss */
  .blog-archive__list-wrapper {
    margin-top: calc(6.25 * 1rem); }
    @media (min-width: 960px) {
      /* line 61, resources/assets/styles/pages/_blog.scss */
      .blog-archive__list-wrapper {
        margin-top: 0; } }
  /* line 69, resources/assets/styles/pages/_blog.scss */
  .blog-archive__aside-title {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.875rem;
    margin-bottom: calc(3.125 * 1rem); }

/* line 77, resources/assets/styles/pages/_blog.scss */
.blog-categories {
  position: absolute;
  top: 0;
  left: 2.25rem;
  width: calc(100% - 4.5rem);
  z-index: 10; }
  @media (min-width: 640px) {
    /* line 77, resources/assets/styles/pages/_blog.scss */
    .blog-categories {
      left: 30px;
      width: calc(100% - 60px); } }
  @media (min-width: 960px) {
    /* line 77, resources/assets/styles/pages/_blog.scss */
    .blog-categories {
      margin-bottom: calc(4.75 * 1rem);
      position: relative;
      width: 100%;
      left: unset;
      top: unset; } }

/* line 99, resources/assets/styles/pages/_blog.scss */
.blog-tags__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap; }

/* line 106, resources/assets/styles/pages/_blog.scss */
.blog-tags__item {
  margin: 0 calc(0.625 * 1rem) calc(0.625 * 1rem) 0; }

/* line 110, resources/assets/styles/pages/_blog.scss */
.blog-tags__link {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.038rem;
  line-height: 1.75rem;
  padding: calc(0.375 * 1rem) calc(1.125 * 1rem);
  border-radius: 0.188rem;
  border: 0.125rem solid #e7e7e7; }

/* line 121, resources/assets/styles/pages/_blog.scss */
.blog-tags-container {
  overflow: hidden;
  padding: 2px 0 0;
  height: 378px;
  transition: all .8s ease-in-out; }

/* line 128, resources/assets/styles/pages/_blog.scss */
#toggleTags {
  color: #bbb;
  cursor: pointer;
  display: inline-block;
  font-size: 0.813rem;
  font-weight: 700;
  margin: calc(1 * 1rem) 0 0;
  transition: color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-position 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), background 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  /* line 137, resources/assets/styles/pages/_blog.scss */
  #toggleTags:hover {
    color: #985aff; }

/* line 142, resources/assets/styles/pages/_blog.scss */
.blog-popular {
  margin-top: 3rem; }
  @media (min-width: 960px) {
    /* line 142, resources/assets/styles/pages/_blog.scss */
    .blog-popular {
      margin-top: 0; } }
  /* line 149, resources/assets/styles/pages/_blog.scss */
  .blog-popular__item {
    margin-bottom: calc(1.625 * 1rem); }
  /* line 153, resources/assets/styles/pages/_blog.scss */
  .blog-popular__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: calc(3 * 1rem); }
  /* line 159, resources/assets/styles/pages/_blog.scss */
  .blog-popular__link {
    line-height: 1.875rem;
    display: flex;
    justify-content: space-between; }
  /* line 165, resources/assets/styles/pages/_blog.scss */
  .blog-popular__comments {
    margin-left: calc(0.625 * 1rem);
    padding: calc(0.125 * 1rem) calc(0.375 * 1rem);
    color: #985aff;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.038rem;
    line-height: 1.75rem;
    min-width: 2.3rem;
    text-align: right; }
    /* line 176, resources/assets/styles/pages/_blog.scss */
    .blog-popular__comments::after {
      content: "";
      display: inline-block;
      width: calc(0.75 * 1rem);
      height: calc(0.625 * 1rem);
      transform: translateY(calc(0.0625 * 1rem));
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' viewBox='0 0 12 10'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath fill='%238840ff' d='M2.344 5.922a.522.522 0 0 0-.09-.292 2.471 2.471 0 0 1-.448-1.402c0-.42.132-.828.368-1.205.237-.377.58-.724.999-1.017.839-.588 1.987-.964 3.209-.964.917 0 1.791.211 2.525.565.735.354 1.328.85 1.682 1.416.237.377.368.785.368 1.205 0 .436-.12.852-.338 1.232-.219.38-.536.724-.929 1.014-.785.579-1.874.94-3.076.94-.318 0-.867-.025-1.262-.065a3.682 3.682 0 0 1-.327-.046 5.286 5.286 0 0 1-.977-.291.521.521 0 0 0-.387-.003 32.54 32.54 0 0 0-1.663.708l.336-1.694a.523.523 0 0 0 .01-.101zM.774 8.528a.522.522 0 0 0 .742.57c.006-.003.302-.15.744-.353.436-.202 1.014-.46 1.593-.691.315.116.64.207.969.272.116.023.26.043.419.06a15.596 15.596 0 0 0 1.373.07 6.439 6.439 0 0 0 3.004-.72c.859-.454 1.544-1.099 1.956-1.859A3.446 3.446 0 0 0 12 4.227c0-.575-.162-1.129-.453-1.633a4.525 4.525 0 0 0-1.22-1.345C9.303.48 7.9-.001 6.382-.001a6.86 6.86 0 0 0-3.11.73c-.898.46-1.62 1.108-2.056 1.865a3.263 3.263 0 0 0-.452 1.634c0 .622.175 1.238.506 1.796L.773 8.528z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%238840ff' d='M4.822 8.326z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%238840ff' d='M4.868 2.78h3.707a.52.52 0 0 1 .368.89.52.52 0 0 1-.368.152H4.868a.52.52 0 0 1-.368-.89.52.52 0 0 1 .368-.152z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%238840ff' d='M4.87 4.633h2.78a.52.52 0 0 1 .368.89.52.52 0 0 1-.369.153H4.87a.52.52 0 0 1-.368-.89.52.52 0 0 1 .368-.153z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

/* line 192, resources/assets/styles/pages/_blog.scss */
.blog-search {
  margin-bottom: calc(3.75 * 1rem);
  position: relative;
  z-index: 10; }
  /* line 197, resources/assets/styles/pages/_blog.scss */
  .blog-search__submit {
    border: none;
    background: transparent;
    position: absolute;
    top: 50%;
    right: calc(1.375 * 1rem);
    padding: 0;
    width: 1rem;
    height: 1rem;
    transform: translateY(-50%); }
    /* line 208, resources/assets/styles/pages/_blog.scss */
    .blog-search__submit svg {
      width: 1rem;
      height: 1rem;
      position: absolute;
      top: 0;
      left: 0; }
  /* line 217, resources/assets/styles/pages/_blog.scss */
  .blog-search__link {
    display: block;
    margin-bottom: calc(0.625 * 1rem); }
    /* line 221, resources/assets/styles/pages/_blog.scss */
    .blog-search__link:last-child {
      margin-bottom: 0; }
    /* line 225, resources/assets/styles/pages/_blog.scss */
    .blog-search__link:hover {
      color: #000; }
  /* line 230, resources/assets/styles/pages/_blog.scss */
  .blog-search__result {
    position: absolute;
    top: calc(3.625 * 1rem);
    color: #fff;
    left: 0;
    width: calc(100% + 1px);
    background-color: #985aff;
    padding: calc(1.1875 * 1rem) calc(1.875 * 1rem);
    border-bottom-left-radius: 0.3125rem;
    border-bottom-right-radius: 0.3125rem; }

@media (max-width: 959.98px) {
  /* line 243, resources/assets/styles/pages/_blog.scss */
  .blog-post {
    padding-top: 0; } }

@media (min-width: 960px) {
  /* line 248, resources/assets/styles/pages/_blog.scss */
  .blog-post .uk-container {
    max-width: 65.625rem; } }

/* line 254, resources/assets/styles/pages/_blog.scss */
.blog-post__important-info {
  position: relative;
  padding: calc(1.25 * 1rem) calc(1.875 * 1rem);
  border: calc(0.0625 * 1rem) solid #985aff;
  color: #985aff;
  margin-top: calc(2.5 * 1rem);
  font-weight: 500;
  line-height: calc(1.75 * 1rem); }
  @media (min-width: 640px) {
    /* line 254, resources/assets/styles/pages/_blog.scss */
    .blog-post__important-info {
      padding: calc(4.0625 * 1rem) calc(4.375 * 1rem); } }
  /* line 267, resources/assets/styles/pages/_blog.scss */
  .blog-post__important-info::before, .blog-post__important-info::after {
    content: "";
    position: absolute;
    left: 0;
    top: calc(-0.0625 * 1rem);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg width='40' height='20' viewBox='0 0 10.583333 5.291667' version='1.1' id='svg8' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs2' /%3E%3Cg id='g6' transform='rotate(180,5.2916665,2.6458334)'%3E%3Cpath fill='%23fff' d='M 0,5.2916667 10.583333,0 v 5.2916667 z' id='path4' /%3E%3C/g%3E%3C/svg%3E%0A"); }
  /* line 283, resources/assets/styles/pages/_blog.scss */
  .blog-post__important-info::after {
    top: unset;
    left: unset;
    right: 0;
    bottom: calc(-0.0625 * 1rem);
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='20' viewBox='0 0 10.583333 5.291667' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs /%3E%3Cg %3E%3Cpath style='fill:%23fff;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1' d='M 0,5.2916667 10.583333,0 v 5.2916667 z' /%3E%3C/g%3E%3C/svg%3E%0A"); }
  /* line 291, resources/assets/styles/pages/_blog.scss */
  .blog-post__important-info--black {
    border-color: #000;
    color: #000; }
  /* line 296, resources/assets/styles/pages/_blog.scss */
  .blog-post__important-info--gray {
    background-color: #f2f2f2; }
  /* line 300, resources/assets/styles/pages/_blog.scss */
  .blog-post__important-info--purple {
    background-color: #985aff; }
  /* line 304, resources/assets/styles/pages/_blog.scss */
  .blog-post__important-info--blue {
    background-color: #5d83ff; }

/* line 310, resources/assets/styles/pages/_blog.scss */
.blog-post-hero {
  position: relative;
  overflow: hidden;
  margin-top: calc(-0.625 * 1rem); }
  /* line 315, resources/assets/styles/pages/_blog.scss */
  .blog-post-hero__image-wrapper {
    overflow: hidden;
    height: calc(9.6875 * 1rem); }
    @media (min-width: 640px) {
      /* line 315, resources/assets/styles/pages/_blog.scss */
      .blog-post-hero__image-wrapper {
        height: calc(15.9375 * 1rem); } }
    @media (min-width: 960px) {
      /* line 315, resources/assets/styles/pages/_blog.scss */
      .blog-post-hero__image-wrapper {
        height: calc(30.9375 * 1rem); } }
  /* line 328, resources/assets/styles/pages/_blog.scss */
  .blog-post-hero__social-container {
    position: absolute;
    top: calc(0.625 * 1rem);
    left: calc(0.625 * 1rem);
    display: flex; }
    @media (min-width: 960px) {
      /* line 328, resources/assets/styles/pages/_blog.scss */
      .blog-post-hero__social-container {
        flex-direction: column;
        top: calc(1.25 * 1rem);
        left: calc(1.25 * 1rem); } }
  /* line 341, resources/assets/styles/pages/_blog.scss */
  .blog-post-hero__social {
    width: 3.125rem;
    height: 3.125rem;
    box-shadow: 0 0.188rem 0.375rem rgba(0, 0, 0, 0.16);
    border-radius: 0.313rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: calc(0.625 * 1rem);
    margin-right: calc(0.625 * 1rem); }

/* line 355, resources/assets/styles/pages/_blog.scss */
.blog-post-content {
  background-color: #fff;
  box-shadow: 0 0.625rem 2.5rem rgba(0, 0, 0, 0.16);
  position: relative;
  margin-top: calc(-1.25 * 1rem);
  padding: calc(0.125 * 1rem) calc(1.25 * 1rem) calc(2.5 * 1rem); }
  @media (min-width: 960px) {
    /* line 355, resources/assets/styles/pages/_blog.scss */
    .blog-post-content {
      padding: 0 calc(6 * 1rem) calc(3.5 * 1rem); } }
  /* line 366, resources/assets/styles/pages/_blog.scss */
  .blog-post-content::before {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    top: calc(-1.375 * 1rem);
    left: 0;
    width: calc(2.75 * 1rem);
    height: calc(1.5 * 1rem);
    clip-path: polygon(0 90%, 90% 0, 100% 0, 100% 100%, 0% 100%, 0 100%); }
  /* line 378, resources/assets/styles/pages/_blog.scss */
  .blog-post-content::after {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    top: calc(-1.375 * 1rem);
    left: calc(2.75rem - 0.0625rem);
    width: calc(100% - 2.75rem + 0.0625rem + 0.0625rem);
    height: calc(1.5 * 1rem); }
  /* line 389, resources/assets/styles/pages/_blog.scss */
  .blog-post-content__meta {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: calc(1.25 * 1rem); }
  /* line 396, resources/assets/styles/pages/_blog.scss */
  .blog-post-content__category-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    color: #ccc;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.15rem;
    line-height: 1.625rem;
    text-transform: uppercase;
    margin-bottom: 30px; }
    @media (min-width: 960px) {
      /* line 396, resources/assets/styles/pages/_blog.scss */
      .blog-post-content__category-list {
        flex-direction: row;
        margin-bottom: 0;
        flex-wrap: wrap; } }
  @media (min-width: 960px) {
    /* line 416, resources/assets/styles/pages/_blog.scss */
    .blog-post-content__category-item {
      padding: 0 calc(0.625 * 1rem);
      flex: 0 1 auto; } }
  @media (min-width: 960px) {
    /* line 422, resources/assets/styles/pages/_blog.scss */
    .blog-post-content__category-item::before {
      content: "/";
      display: inline-block;
      margin-right: calc(0.625 * 1rem); } }
  @media (min-width: 960px) {
    /* line 430, resources/assets/styles/pages/_blog.scss */
    .blog-post-content__category-item:first-child {
      padding-left: 0; } }
  /* line 435, resources/assets/styles/pages/_blog.scss */
  .blog-post-content__category-item:first-child::before {
    content: unset; }
  /* line 441, resources/assets/styles/pages/_blog.scss */
  .blog-post-content__additional-meta {
    margin-top: calc(3.125 * 1rem);
    display: flex;
    flex-direction: column; }
    @media (min-width: 960px) {
      /* line 441, resources/assets/styles/pages/_blog.scss */
      .blog-post-content__additional-meta {
        margin-top: calc(6.25 * 1rem);
        flex-direction: row;
        justify-content: space-between;
        align-items: center; } }
    /* line 453, resources/assets/styles/pages/_blog.scss */
    .blog-post-content__additional-meta .blog-tags__list {
      margin-bottom: -0.625rem; }
      @media (min-width: 960px) {
        /* line 453, resources/assets/styles/pages/_blog.scss */
        .blog-post-content__additional-meta .blog-tags__list {
          justify-content: flex-end;
          margin-right: -0.625rem; } }
    @media (min-width: 960px) {
      /* line 462, resources/assets/styles/pages/_blog.scss */
      .blog-post-content__additional-meta > ul {
        width: 50%; } }
  /* line 469, resources/assets/styles/pages/_blog.scss */
  .blog-post-content__author {
    margin-bottom: 1px;
    margin-left: calc(1.25 * 1rem); }
  /* line 474, resources/assets/styles/pages/_blog.scss */
  .blog-post-content__time-to-read {
    margin-left: calc(1.25 * 1rem); }
    /* line 477, resources/assets/styles/pages/_blog.scss */
    .blog-post-content__time-to-read svg {
      margin-right: calc(0.625 * 1rem);
      width: calc(1.125 * 1rem);
      height: calc(1.125 * 1rem);
      transform: translateY(calc(-0.0625 * 1rem)); }
  /* line 485, resources/assets/styles/pages/_blog.scss */
  .blog-post-content .page-section__title {
    font-size: 1.875rem;
    margin-bottom: calc(2.8125 * 1rem);
    line-height: calc(2.25 * 1rem); }

/* line 492, resources/assets/styles/pages/_blog.scss */
.blog-post-related-articles {
  margin-top: calc(0.625 * 1rem); }
  @media (min-width: 960px) {
    /* line 492, resources/assets/styles/pages/_blog.scss */
    .blog-post-related-articles {
      margin-top: calc(1.25 * 1rem); } }
  /* line 499, resources/assets/styles/pages/_blog.scss */
  .blog-post-related-articles .page-section__title {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 3rem;
    margin-bottom: calc(2.5 * 1rem); }
  /* line 506, resources/assets/styles/pages/_blog.scss */
  .blog-post-related-articles .blog-item__date {
    line-height: initial;
    margin-bottom: calc(1.0625 * 1rem); }
  /* line 511, resources/assets/styles/pages/_blog.scss */
  .blog-post-related-articles .blog-popular__title {
    font-weight: 500;
    max-width: 12rem;
    line-height: calc(1.5 * 1rem); }
  /* line 517, resources/assets/styles/pages/_blog.scss */
  .blog-post-related-articles .blog-popular__link {
    padding-top: 1.625rem;
    border-top: 0.063rem solid #e7e7e7;
    flex-direction: column;
    align-items: flex-start; }
    @media (min-width: 960px) {
      /* line 517, resources/assets/styles/pages/_blog.scss */
      .blog-post-related-articles .blog-popular__link {
        border-top: none;
        padding-top: 0; } }
  @media (min-width: 960px) {
    /* line 529, resources/assets/styles/pages/_blog.scss */
    .blog-post-related-articles .blog-popular__item {
      border-left: 0.063rem solid #e7e7e7;
      border-top: none;
      padding-top: calc(0.625 * 1rem);
      padding-bottom: calc(0.625 * 1rem); } }
  /* line 537, resources/assets/styles/pages/_blog.scss */
  .blog-post-related-articles .blog-popular__item:first-child {
    border-top: none;
    border-left: none; }
    /* line 541, resources/assets/styles/pages/_blog.scss */
    .blog-post-related-articles .blog-popular__item:first-child .blog-popular__link {
      border-top: none;
      padding-top: 0; }

/* line 2, resources/assets/styles/pages/_contact.scss */
.contact__map-wrapper {
  margin-top: calc(4.6875 * 1rem); }

/* line 6, resources/assets/styles/pages/_contact.scss */
.contact__description {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.063rem;
  line-height: 1.75rem;
  padding-bottom: calc(3.125 * 1rem);
  border-bottom: 0.063rem solid #e7e7e7;
  margin-bottom: calc(2.875 * 1rem); }
  /* line 15, resources/assets/styles/pages/_contact.scss */
  .contact__description p {
    margin-bottom: calc(0.625 * 1rem); }
  /* line 19, resources/assets/styles/pages/_contact.scss */
  .contact__description > *, .contact__description > *::before, .contact__description > *::after {
    margin-bottom: 0; }

@media (min-width: 960px) {
  /* line 24, resources/assets/styles/pages/_contact.scss */
  .contact__content {
    max-width: calc(23.125 * 1rem); } }

/* line 30, resources/assets/styles/pages/_contact.scss */
.contact__content-container {
  display: flex;
  justify-content: center;
  flex-direction: column; }

/* line 36, resources/assets/styles/pages/_contact.scss */
.contact__position-name {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.15rem;
  color: #ccc;
  margin-bottom: calc(1.25 * 1rem);
  display: block;
  text-transform: uppercase; }

/* line 46, resources/assets/styles/pages/_contact.scss */
.contact__position-value {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.063rem;
  line-height: 1.75rem; }

/* line 53, resources/assets/styles/pages/_contact.scss */
.contact__position {
  margin-bottom: calc(1.875 * 1rem); }
  /* line 56, resources/assets/styles/pages/_contact.scss */
  .contact__position:last-child {
    margin-bottom: 0; }
  /* line 60, resources/assets/styles/pages/_contact.scss */
  .contact__position--button {
    position: relative; }
    /* line 63, resources/assets/styles/pages/_contact.scss */
    .contact__position--button .contact__position-value {
      max-width: calc(11.25 * 1rem); }
    /* line 67, resources/assets/styles/pages/_contact.scss */
    .contact__position--button .button {
      margin-top: calc(1.875 * 1rem); }
      @media (min-width: 1200px) {
        /* line 67, resources/assets/styles/pages/_contact.scss */
        .contact__position--button .button {
          margin-top: 0;
          position: absolute;
          right: 0;
          bottom: calc(-0.9375 * 1rem); } }

/* line 80, resources/assets/styles/pages/_contact.scss */
.contact__map {
  aspect-ratio: 259/166;
  display: block; }
  /* line 89, resources/assets/styles/pages/_contact.scss */
  .contact__map svg {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: calc(2.875 * 1rem);
    width: calc(5.4375 * 1rem);
    animation: float-map-marker 6s ease-in-out infinite; }
    /* line 99, resources/assets/styles/pages/_contact.scss */
    .contact__map svg path, .contact__map svg rect, .contact__map svg polygon, .contact__map svg circle {
      transition: fill 0.3s ease-in-out; }
  /* line 104, resources/assets/styles/pages/_contact.scss */
  .contact__map a[href^="http://maps.google.com/maps"] {
    display: none !important; }
  /* line 108, resources/assets/styles/pages/_contact.scss */
  .contact__map a[href^="https://maps.google.com/maps"] {
    display: none !important; }
  /* line 112, resources/assets/styles/pages/_contact.scss */
  .contact__map .gmnoprint a,
  .contact__map .gmnoprint span,
  .contact__map .gm-style-cc {
    display: none; }
  /* line 118, resources/assets/styles/pages/_contact.scss */
  .contact__map .gmnoprint div {
    background: none !important; }
  /* line 122, resources/assets/styles/pages/_contact.scss */
  .contact__map .gm-style-iw-d {
    text-align: center; }
  /* line 128, resources/assets/styles/pages/_contact.scss */
  .contact__map:hover polygon:first-of-type {
    fill: #985aff; }
  /* line 131, resources/assets/styles/pages/_contact.scss */
  .contact__map:hover path, .contact__map:hover rect, .contact__map:hover polygon:not(:first-of-type), .contact__map:hover circle {
    fill: #000 !important; }

@keyframes float-map-marker {
  0% {
    transform: translate(-50%, calc(-50% - 0.625rem)); }
  50% {
    transform: translate(-50%, -50%); }
  100% {
    transform: translate(-50%, calc(-50% - 0.625rem)); } }

/* line 1, resources/assets/styles/pages/_portfolio.scss */
.portfolio {
  overflow: hidden; }
  /* line 4, resources/assets/styles/pages/_portfolio.scss */
  .portfolio__realization-item {
    padding-bottom: 100%;
    position: relative;
    display: block; }
    /* line 10, resources/assets/styles/pages/_portfolio.scss */
    .portfolio__realization-item::after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background-color: #000;
      opacity: 0;
      transition: opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    /* line 24, resources/assets/styles/pages/_portfolio.scss */
    .portfolio__realization-item:hover::after {
      opacity: 0.85; }
    /* line 28, resources/assets/styles/pages/_portfolio.scss */
    .portfolio__realization-item:hover .portfolio__realization-content {
      opacity: 1;
      transform: translateY(0); }
  /* line 35, resources/assets/styles/pages/_portfolio.scss */
  .portfolio__realization-list {
    margin-bottom: calc(0.625 * 1rem); }
  /* line 39, resources/assets/styles/pages/_portfolio.scss */
  .portfolio__realization-list-item {
    margin-bottom: calc(1.875 * 1rem);
    height: auto;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), margin 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    @media (min-width: 1200px) {
      /* line 39, resources/assets/styles/pages/_portfolio.scss */
      .portfolio__realization-list-item {
        margin-bottom: 40px; } }
    /* line 50, resources/assets/styles/pages/_portfolio.scss */
    .portfolio__realization-list-item--hidden {
      height: 0;
      opacity: 0;
      visibility: hidden;
      margin-bottom: 0; }

/* line 59, resources/assets/styles/pages/_portfolio.scss */
.portfolio-search {
  margin-bottom: calc(3.75 * 1rem);
  position: relative;
  z-index: 10; }
  /* line 64, resources/assets/styles/pages/_portfolio.scss */
  .portfolio-search__submit {
    border: none;
    background: transparent;
    position: absolute;
    top: 50%;
    right: calc(1.375 * 1rem);
    padding: 0;
    width: 1rem;
    height: 1rem;
    transform: translateY(-50%); }
    /* line 75, resources/assets/styles/pages/_portfolio.scss */
    .portfolio-search__submit svg {
      width: 1rem;
      height: 1rem;
      position: absolute;
      top: 0;
      left: 0; }
  /* line 84, resources/assets/styles/pages/_portfolio.scss */
  .portfolio-search__link {
    display: block;
    margin-bottom: calc(0.625 * 1rem); }
    /* line 88, resources/assets/styles/pages/_portfolio.scss */
    .portfolio-search__link:last-child {
      margin-bottom: 0; }
  /* line 93, resources/assets/styles/pages/_portfolio.scss */
  .portfolio-search__result {
    position: absolute;
    top: calc(3.625 * 1rem);
    left: 0;
    width: 100%;
    background-color: #f4f4f4;
    padding: calc(1.1875 * 1rem) calc(1.875 * 1rem);
    border-bottom-left-radius: 0.3125rem;
    border-bottom-right-radius: 0.3125rem; }

/* line 107, resources/assets/styles/pages/_portfolio.scss */
.uk-slider .portfolio__realization-list-item:not(.uk-active) .portfolio__realization-item {
  box-shadow: none; }

/* line 111, resources/assets/styles/helpers/_mixins.scss */
.post-type-archive-realization .current_page_parent:hover, .post-type-archive-realization .current_page_parent:active, .post-type-archive-realization .current_page_parent:focus {
  color: #985aff; }

/* line 119, resources/assets/styles/pages/_portfolio.scss */
.post-type-archive-realization .current_page_parent::before {
  content: unset;
  display: none; }

/* line 2, resources/assets/styles/pages/_realization.scss */
.realization-prezentation > *, .realization-prezentation > *::before, .realization-prezentation > *::after {
  margin-top: calc(2.5 * 1rem);
  display: block; }
  @media (min-width: 640px) {
    /* line 2, resources/assets/styles/pages/_realization.scss */
    .realization-prezentation > *, .realization-prezentation > *::before, .realization-prezentation > *::after {
      margin-top: calc(5 * 1rem); } }

/* line 11, resources/assets/styles/pages/_realization.scss */
.realization-prezentation__image {
  margin: 0 auto;
  width: 100%; }
  /* line 15, resources/assets/styles/pages/_realization.scss */
  .realization-prezentation__image--narrow {
    max-width: 900px; }

/* line 20, resources/assets/styles/pages/_realization.scss */
.realization-prezentation__gallery {
  list-style-type: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0; }

/* line 27, resources/assets/styles/pages/_realization.scss */
.realization-prezentation__gallery-item {
  margin-bottom: calc(2.5 * 1rem); }
  /* line 30, resources/assets/styles/pages/_realization.scss */
  .realization-prezentation__gallery-item:last-child {
    margin-bottom: 0; }
  /* line 35, resources/assets/styles/pages/_realization.scss */
  .realization-prezentation__gallery-item:hover a {
    cursor: zoom-in; }

/* line 42, resources/assets/styles/pages/_realization.scss */
.realization-ask {
  margin-top: calc(2.5 * 1rem); }
  @media (min-width: 960px) {
    /* line 42, resources/assets/styles/pages/_realization.scss */
    .realization-ask {
      margin-top: calc(5 * 1rem); } }
  /* line 49, resources/assets/styles/pages/_realization.scss */
  .realization-ask__container {
    padding: calc(2.5 * 1rem);
    position: relative; }
    @media (min-width: 960px) {
      /* line 49, resources/assets/styles/pages/_realization.scss */
      .realization-ask__container {
        padding: calc(4.375 * 1rem);
        display: flex;
        align-items: center;
        justify-content: center; } }
  /* line 67, resources/assets/styles/pages/_realization.scss */
  .realization-ask .page-section__title {
    position: relative;
    z-index: 1; }
  /* line 72, resources/assets/styles/pages/_realization.scss */
  .realization-ask__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1; }
    @media (min-width: 960px) {
      /* line 72, resources/assets/styles/pages/_realization.scss */
      .realization-ask__actions {
        padding-left: calc(3.125 * 1rem); } }
  /* line 84, resources/assets/styles/pages/_realization.scss */
  .realization-ask__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }
    /* line 92, resources/assets/styles/pages/_realization.scss */
    .realization-ask__background img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: bottom;
      opacity: 0.3; }
  /* line 101, resources/assets/styles/pages/_realization.scss */
  .realization-ask .page-section__title {
    color: #985aff;
    font-size: 1.875rem;
    line-height: calc(2.25 * 1rem);
    text-align: center; }
    @media (min-width: 960px) {
      /* line 101, resources/assets/styles/pages/_realization.scss */
      .realization-ask .page-section__title {
        margin-bottom: 0;
        text-align: right; } }

@media (min-width: 640px) {
  /* line 115, resources/assets/styles/pages/_realization.scss */
  .realization .uk-container-large {
    max-width: 100%; } }

/* line 121, resources/assets/styles/pages/_realization.scss */
.realization__image-container {
  width: auto;
  margin-bottom: calc(1.875 * 1rem) !important;
  margin-left: calc(-2.25 * 1rem);
  margin-right: calc(-2.25 * 1rem); }
  @media (min-width: 960px) {
    /* line 121, resources/assets/styles/pages/_realization.scss */
    .realization__image-container {
      margin-bottom: calc(5.625 * 1rem) !important;
      margin-left: inherit;
      margin-right: inherit;
      width: 100%; } }

/* line 141, resources/assets/styles/pages/_realization.scss */
.realization__image {
  margin: 0 auto;
  width: auto; }

/* line 146, resources/assets/styles/pages/_realization.scss */
.realization__description {
  letter-spacing: 0.05rem;
  line-height: 1.75rem;
  margin-bottom: calc(1.25 * 1rem); }
  @media (min-width: 640px) {
    /* line 146, resources/assets/styles/pages/_realization.scss */
    .realization__description {
      margin-bottom: calc(2.875 * 1rem); } }
  /* line 155, resources/assets/styles/pages/_realization.scss */
  .realization__description > *:last-child, .realization__description > :last-child::before, .realization__description > :last-child::after {
    margin-bottom: 0; }

/* line 160, resources/assets/styles/pages/_realization.scss */
.realization__content {
  max-width: calc(56.25 * 1rem);
  margin: 0 auto; }

/* line 166, resources/assets/styles/pages/_realization.scss */
.realization-meta-data {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.15rem;
  text-align: left;
  text-transform: uppercase; }
  @media (min-width: 960px) {
    /* line 166, resources/assets/styles/pages/_realization.scss */
    .realization-meta-data {
      display: flex;
      flex-wrap: wrap;
      margin: 0 calc(-1.375 * 1rem); } }
  /* line 179, resources/assets/styles/pages/_realization.scss */
  .realization-meta-data__type {
    color: #ccc;
    margin-right: calc(0.9375 * 1rem); }
    @media (min-width: 640px) and (max-width: 959.98px) {
      /* line 179, resources/assets/styles/pages/_realization.scss */
      .realization-meta-data__type {
        display: block; } }
  /* line 188, resources/assets/styles/pages/_realization.scss */
  .realization-meta-data__content {
    word-break: break-word; }
  /* line 192, resources/assets/styles/pages/_realization.scss */
  .realization-meta-data__item {
    padding: calc(1.375 * 1rem) 0;
    border-bottom: 0.063rem solid #e7e7e7;
    display: block; }
    @media (min-width: 960px) {
      /* line 192, resources/assets/styles/pages/_realization.scss */
      .realization-meta-data__item {
        border-right: 0.063rem solid #e7e7e7;
        border-bottom: none;
        padding: calc(0.625 * 1rem) calc(1.375 * 1rem); } }
    /* line 203, resources/assets/styles/pages/_realization.scss */
    .realization-meta-data__item:last-child {
      padding-bottom: 0;
      border-bottom: none; }
      @media (min-width: 960px) {
        /* line 203, resources/assets/styles/pages/_realization.scss */
        .realization-meta-data__item:last-child {
          border-right: none; } }

/* line 214, resources/assets/styles/pages/_realization.scss */
.realization-adjacent {
  margin-top: 20px; }
  @media (min-width: 640px) {
    /* line 217, resources/assets/styles/pages/_realization.scss */
    .realization-adjacent__container {
      display: flex;
      align-items: center;
      justify-content: center; } }
  /* line 225, resources/assets/styles/pages/_realization.scss */
  .realization-adjacent__item {
    margin-top: calc(1.75 * 1rem);
    text-align: center;
    display: block; }
    @media (min-width: 640px) {
      /* line 225, resources/assets/styles/pages/_realization.scss */
      .realization-adjacent__item {
        padding: calc(0.25 * 1rem) calc(2.875 * 1rem);
        text-align: left; } }
    @media (min-width: 640px) {
      /* line 235, resources/assets/styles/pages/_realization.scss */
      .realization-adjacent__item:first-child {
        text-align: right;
        border-right: 0.063rem solid #e7e7e7; } }
  /* line 243, resources/assets/styles/pages/_realization.scss */
  .realization-adjacent__order {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.15rem;
    text-transform: uppercase;
    margin-bottom: calc(0.875 * 1rem); }
    @media (min-width: 960px) {
      /* line 243, resources/assets/styles/pages/_realization.scss */
      .realization-adjacent__order {
        justify-content: flex-end; } }
    /* line 258, resources/assets/styles/pages/_realization.scss */
    .realization-adjacent__order::before {
      content: "";
      display: inline-block;
      width: 0.75rem;
      height: 0.625rem;
      margin-right: calc(1.25 * 1rem);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='12.207px' height='10.84px' viewBox='0 0 12.207 10.84' enable-background='new 0 0 12.207 10.84' xml:space='preserve'%3E%3Cpolygon fill='%23ddd' points='3.415,4.528 6.687,1.261 5.422,0 0,5.421 5.423,10.842 5.776,10.491 6.333,9.937 6.688,9.583 3.415,6.314 12.207,6.314 12.207,5.028 12.207,4.528 '/%3E%3C/svg%3E%0A"); }
    @media (min-width: 960px) {
      /* line 272, resources/assets/styles/pages/_realization.scss */
      .realization-adjacent__order--next {
        justify-content: flex-start; } }
    /* line 277, resources/assets/styles/pages/_realization.scss */
    .realization-adjacent__order--next::before {
      transform: rotate(180deg);
      order: 1;
      margin-right: 0;
      margin-left: calc(1.25 * 1rem); }
  /* line 286, resources/assets/styles/pages/_realization.scss */
  .realization-adjacent__link {
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.063rem; }

/* line 293, resources/assets/styles/pages/_realization.scss */
.realization-also-check {
  margin-top: calc(2.5 * 1rem);
  margin-bottom: calc(2.1875 * 1rem); }
  @media (min-width: 960px) {
    /* line 293, resources/assets/styles/pages/_realization.scss */
    .realization-also-check {
      margin-top: calc(5.625 * 1rem);
      margin-bottom: 0; } }
  /* line 302, resources/assets/styles/pages/_realization.scss */
  .realization-also-check .page-section__title {
    font-size: 1.875rem;
    line-height: 3rem;
    line-height: calc(2.25 * 1rem);
    margin-bottom: calc(2.5 * 1rem); }
  /* line 309, resources/assets/styles/pages/_realization.scss */
  .realization-also-check .uk-slider-container {
    margin: calc(-1.25 * 1rem) calc(-1.5625 * 1rem) 0;
    padding: calc(1.25 * 1rem) calc(1.5625 * 1rem) 0; }
    @media (min-width: 960px) {
      /* line 309, resources/assets/styles/pages/_realization.scss */
      .realization-also-check .uk-slider-container {
        margin: calc(-1.25 * 1rem) calc(-1.875 * 1rem) 0;
        padding: calc(1.25 * 1rem) calc(1.875 * 1rem) 0; } }
  @media (min-width: 960px) {
    /* line 319, resources/assets/styles/pages/_realization.scss */
    .realization-also-check .pagination-slider {
      position: absolute;
      top: calc(-0.375 * 1rem);
      right: 0; } }

/* line 329, resources/assets/styles/pages/_realization.scss */
.single-realization .header {
  border-bottom: none; }

/* line 2, resources/assets/styles/pages/_faq.scss */
.faq-search__submit {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 1.25rem;
  position: absolute;
  top: calc(0.625 * 1rem);
  right: calc(0.625 * 1rem);
  display: flex;
  border: calc(0.0625 * 1rem) solid #985aff;
  background: #985aff;
  background: linear-gradient(270deg, #985aff 0%, #985aff 50%, #000 50%, #000 100%);
  background-size: 206% auto;
  background-position: 99% center;
  transition: color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-position 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), background 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  /* line 20, resources/assets/styles/pages/_faq.scss */
  .faq-search__submit:hover {
    border: calc(0.0625 * 1rem) solid #000;
    color: #fff;
    background-position: left center; }
  /* line 26, resources/assets/styles/pages/_faq.scss */
  .faq-search__submit::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    background-position: center;
    background-repeat: no-repeat;
    background-size: calc(1 * 1rem);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNicgaGVpZ2h0PScxNicgdmlld0JveD0nMCAwIDE2IDE2Jz48cGF0aCBmaWxsPSd3aGl0ZScgZD0nTTExLjc0MiwxMC4zM2E2LjUyNCw2LjUyNCwwLDEsMC0xLjQxNCwxLjQxNEwxNC41ODYsMTYsMTYsMTQuNTg4LDExLjc0MiwxMC4zM1pNNi41LDExQTQuNSw0LjUsMCwxLDEsMTEsNi41LDQuNSw0LjUsMCwwLDEsNi41LDExWicgdHJhbnNmb3JtPSd0cmFuc2xhdGUoMCAtMC4wMDIpJy8+PC9zdmc+"); }

/* line 45, resources/assets/styles/pages/_faq.scss */
.faq-search__form {
  margin: calc(0.9375 * 1rem) auto calc(2.5 * 1rem);
  max-width: calc(31.5 * 1rem);
  position: relative; }
  @media (min-width: 960px) {
    /* line 45, resources/assets/styles/pages/_faq.scss */
    .faq-search__form {
      margin: calc(1.5625 * 1rem) auto calc(4.375 * 1rem); } }

/* line 55, resources/assets/styles/pages/_faq.scss */
.faq-search__input {
  width: 100%;
  border-radius: 1.875rem;
  background-color: rgba(152, 90, 255, 0.1);
  padding: calc(1.25 * 1rem) calc(4.375 * 1rem) calc(1.25 * 1rem) calc(2.5 * 1rem);
  font-size: 0.938rem;
  font-weight: 400;
  letter-spacing: 0.047rem;
  border: calc(0.0625 * 1rem) solid rgba(152, 90, 255, 0.25);
  transition: border-color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  /* line 111, resources/assets/styles/helpers/_mixins.scss */
  .faq-search__input:hover, .faq-search__input:active, .faq-search__input:focus {
    border-color: #985aff;
    outline: none; }

/* line 74, resources/assets/styles/pages/_faq.scss */
.faq .faq-articles__question {
  font-size: 1rem;
  font-weight: 700;
  margin: 0; }
  /* line 79, resources/assets/styles/pages/_faq.scss */
  .faq .faq-articles__question:hover {
    cursor: pointer; }

/* line 84, resources/assets/styles/pages/_faq.scss */
.faq .faq-articles__answer {
  letter-spacing: 0.05rem;
  line-height: 1.75rem;
  margin-top: calc(2.5 * 1rem); }

/* line 90, resources/assets/styles/pages/_faq.scss */
.faq .faq-articles__article {
  padding: calc(1.9375 * 1rem) calc(5 * 1rem) calc(1.9375 * 1rem) calc(5.875 * 1rem);
  position: relative; }
  /* line 94, resources/assets/styles/pages/_faq.scss */
  .faq .faq-articles__article::before {
    content: "";
    width: calc(0.6875 * 1rem);
    height: calc(0.6875 * 1rem);
    display: block;
    position: absolute;
    top: calc(2.1875 * 1rem);
    left: calc(2.625 * 1rem);
    transition: transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0IDUuNUg4LjVWMEg1LjVWNS41SDBWOC41SDUuNVYxNEg4LjVWOC41SDE0VjUuNVoiIGZpbGw9IiM5ODVhZmYiLz4KPC9zdmc+"); }
  /* line 113, resources/assets/styles/pages/_faq.scss */
  .faq .faq-articles__article.uk-open::before {
    transform: rotate(45deg); }

/* line 119, resources/assets/styles/pages/_faq.scss */
.faq .faq-articles__article-wrapper {
  border-bottom: 0.063rem solid #e7e7e7; }
  /* line 122, resources/assets/styles/pages/_faq.scss */
  .faq .faq-articles__article-wrapper:last-child {
    border-bottom: none; }

/* line 127, resources/assets/styles/pages/_faq.scss */
.faq .faq-articles__item {
  box-shadow: 0 0.625rem 2.5rem rgba(0, 0, 0, 0.16);
  border-radius: 0.313rem;
  background-color: #fff;
  margin-top: calc(1.875 * 1rem); }
  @media (min-width: 960px) {
    /* line 127, resources/assets/styles/pages/_faq.scss */
    .faq .faq-articles__item {
      margin-top: calc(3.125 * 1rem); } }

@media (min-width: 960px) {
  /* line 138, resources/assets/styles/pages/_faq.scss */
  .faq .faq-articles__list {
    padding-top: calc(1.25 * 1rem); } }

/* line 144, resources/assets/styles/pages/_faq.scss */
.faq .faq-articles__collection-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }

/* line 2, resources/assets/styles/pages/_offer.scss */
.offer-content__subsection {
  margin-bottom: calc(2.5 * 1rem); }
  @media (min-width: 960px) {
    /* line 2, resources/assets/styles/pages/_offer.scss */
    .offer-content__subsection {
      margin-bottom: calc(5.625 * 1rem); } }

/* line 12, resources/assets/styles/pages/_offer.scss */
.offer-content__description > *:last-child, .offer-content__description > :last-child::before, .offer-content__description > :last-child::after {
  margin-bottom: 0; }

/* line 18, resources/assets/styles/pages/_offer.scss */
.offer-content .blog-post__important-info {
  font-size: 1rem;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.05rem;
  line-height: 1.75rem; }

/* line 28, resources/assets/styles/pages/_offer.scss */
.offer-image-recommended .page-section__title {
  font-size: 1.875rem;
  line-height: calc(2.25 * 1rem); }

@media (min-width: 960px) {
  /* line 33, resources/assets/styles/pages/_offer.scss */
  .offer-image-recommended .pagination-slider {
    position: absolute;
    top: -0.375rem;
    right: 0; } }

/* line 41, resources/assets/styles/pages/_offer.scss */
.offer-image-recommended .blog-post__important-info {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 700;
  padding-left: calc(1.25 * 1rem);
  padding-right: calc(1.25 * 1rem);
  margin-top: calc(0.9375 * 1rem);
  margin-bottom: calc(2.5 * 1rem); }
  @media (min-width: 960px) {
    /* line 41, resources/assets/styles/pages/_offer.scss */
    .offer-image-recommended .blog-post__important-info {
      margin-bottom: 0; } }
  /* line 57, resources/assets/styles/pages/_offer.scss */
  .offer-image-recommended .blog-post__important-info--purple:hover {
    color: #12f2db; }

/* line 65, resources/assets/styles/pages/_offer.scss */
.offer-image-set__offer {
  padding-bottom: 0; }
  @media (min-width: 960px) {
    /* line 65, resources/assets/styles/pages/_offer.scss */
    .offer-image-set__offer {
      padding-bottom: calc(1.25 * 1rem); } }
  /* line 72, resources/assets/styles/pages/_offer.scss */
  .offer-image-set__offer .page-section__image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center; }
    /* line 77, resources/assets/styles/pages/_offer.scss */
    .offer-image-set__offer .page-section__image-wrapper .play-button {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
      /* line 83, resources/assets/styles/pages/_offer.scss */
      .offer-image-set__offer .page-section__image-wrapper .play-button::after {
        position: static; }

@media (max-width: 639.98px) {
  /* line 90, resources/assets/styles/pages/_offer.scss */
  .offer-image-set__actions {
    flex-direction: column; } }

/* line 96, resources/assets/styles/pages/_offer.scss */
.offer-image-set__actions > *, .offer-image-set__actions > *::before, .offer-image-set__actions > *::after {
  /* stylelint-disable-line no-descending-specificity */ }
  @media (max-width: 639.98px) {
    /* line 96, resources/assets/styles/pages/_offer.scss */
    .offer-image-set__actions > *, .offer-image-set__actions > *::before, .offer-image-set__actions > *::after {
      margin-right: 0 !important; } }

/* line 105, resources/assets/styles/pages/_offer.scss */
.offer-steps .page-section__title {
  margin-bottom: calc(5 * 1rem); }

/* line 109, resources/assets/styles/pages/_offer.scss */
.offer-steps__title {
  font-size: 1.875rem;
  font-weight: 900;
  letter-spacing: normal;
  line-height: 3rem;
  margin-bottom: calc(1.875 * 1rem); }

/* line 117, resources/assets/styles/pages/_offer.scss */
.offer-steps__box {
  padding-left: calc(5 * 1rem);
  position: relative; }
  @media (min-width: 640px) {
    /* line 117, resources/assets/styles/pages/_offer.scss */
    .offer-steps__box {
      padding-left: calc(8.75 * 1rem); } }
  /* line 125, resources/assets/styles/pages/_offer.scss */
  .offer-steps__box::after {
    content: counter(count);
    font-size: 4.6875rem;
    line-height: 3.5rem;
    font-weight: 900;
    display: block;
    position: absolute;
    top: calc(-0.625 * 1rem);
    left: 0; }
    @media (min-width: 640px) {
      /* line 125, resources/assets/styles/pages/_offer.scss */
      .offer-steps__box::after {
        font-size: 9.375rem;
        line-height: 7rem; } }
  /* line 141, resources/assets/styles/pages/_offer.scss */
  .offer-steps__box::before {
    content: counter(count);
    font-size: 4.6875rem;
    line-height: 3.5rem;
    font-weight: 900;
    display: block;
    color: transparent;
    -webkit-text-stroke: 2px #12f2db;
    position: absolute;
    top: 0;
    left: calc(0.625 * 1rem); }
    @media (min-width: 640px) {
      /* line 141, resources/assets/styles/pages/_offer.scss */
      .offer-steps__box::before {
        font-size: 9.375rem;
        line-height: 7rem; } }

/* line 160, resources/assets/styles/pages/_offer.scss */
.offer-steps__item {
  margin-bottom: calc(2.5 * 1rem);
  counter-increment: count; }
  @media (min-width: 960px) {
    /* line 160, resources/assets/styles/pages/_offer.scss */
    .offer-steps__item {
      margin-bottom: calc(8.75 * 1rem); } }

/* line 169, resources/assets/styles/pages/_offer.scss */
.offer-steps__list {
  margin-bottom: calc(-2.5 * 1rem) !important;
  counter-reset: count; }
  @media (min-width: 960px) {
    /* line 169, resources/assets/styles/pages/_offer.scss */
    .offer-steps__list {
      margin-bottom: calc(-8.75 * 1rem) !important; } }

/* line 179, resources/assets/styles/pages/_offer.scss */
.offer-image-products {
  width: 100%;
  margin-bottom: calc(3.125 * 1rem); }
  @media (min-width: 960px) {
    /* line 179, resources/assets/styles/pages/_offer.scss */
    .offer-image-products {
      margin-bottom: calc(5.9375 * 1rem); } }
  /* line 187, resources/assets/styles/pages/_offer.scss */
  .offer-image-products__image {
    z-index: 1; }
  /* line 191, resources/assets/styles/pages/_offer.scss */
  .offer-image-products__name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.05rem;
    padding: calc(0.625 * 1rem) calc(0.625 * 1rem) calc(1.875 * 1rem); }
    /* line 204, resources/assets/styles/pages/_offer.scss */
    .offer-image-products__name::before {
      content: "";
      display: block;
      background: #fff;
      position: absolute;
      top: calc(-1.375 * 1rem);
      left: 0;
      width: calc(2.75 * 1rem);
      height: calc(1.5 * 1rem);
      clip-path: polygon(0 90%, 90% 0, 100% 0, 100% 100%, 0% 100%, 0 100%); }
    /* line 216, resources/assets/styles/pages/_offer.scss */
    .offer-image-products__name::after {
      content: "";
      display: block;
      background: #fff;
      position: absolute;
      top: calc(-1.375 * 1rem);
      left: calc(2.75rem - 1px);
      width: calc(100% - 2.75rem + 1px);
      height: calc(1.5 * 1rem); }
  /* line 228, resources/assets/styles/pages/_offer.scss */
  .offer-image-products__item {
    position: relative;
    height: calc(22.25 * 1rem);
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (min-width: 640px) {
      /* line 228, resources/assets/styles/pages/_offer.scss */
      .offer-image-products__item {
        height: calc(28.5 * 1rem); } }
    /* line 239, resources/assets/styles/pages/_offer.scss */
    .offer-image-products__item .button {
      position: relative;
      z-index: 5;
      top: calc(-2.5 * 1rem);
      transform: translateY(calc(1.25 * 1rem));
      opacity: 0;
      transition: transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    /* line 248, resources/assets/styles/pages/_offer.scss */
    .offer-image-products__item::before {
      content: "";
      z-index: 2;
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #000;
      transition: opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      opacity: 0; }
    /* line 263, resources/assets/styles/pages/_offer.scss */
    .offer-image-products__item:hover::before {
      opacity: 0.85; }
    /* line 267, resources/assets/styles/pages/_offer.scss */
    .offer-image-products__item:hover .button {
      transform: translateY(0);
      opacity: 1; }
  /* line 274, resources/assets/styles/pages/_offer.scss */
  .offer-image-products__list {
    margin-bottom: calc(0.625 * 1rem); }
    @media (min-width: 960px) {
      /* line 274, resources/assets/styles/pages/_offer.scss */
      .offer-image-products__list {
        margin-bottom: calc(3.125 * 1rem); } }

@media (min-width: 960px) {
  /* line 1, resources/assets/styles/pages/_industry.scss */
  .industry-description {
    padding-top: 4.375rem; } }

/* line 8, resources/assets/styles/pages/_industry.scss */
.industry-header .industry-point-image__wrapper {
  order: 0; }

/* line 12, resources/assets/styles/pages/_industry.scss */
.industry-header .page-section__image-wrapper {
  aspect-ratio: 1;
  overflow: hidden; }

/* line 17, resources/assets/styles/pages/_industry.scss */
.industry-header .page-section__container {
  padding-bottom: 0; }

/* line 21, resources/assets/styles/pages/_industry.scss */
.industry-header button {
  margin-top: calc(2.5 * 1rem); }

/* line 26, resources/assets/styles/pages/_industry.scss */
.industry-h2 {
  margin-bottom: calc(1.25 * 1rem); }
  @media (max-width: 959.98px) {
    /* line 26, resources/assets/styles/pages/_industry.scss */
    .industry-h2 {
      text-align: left !important; } }

/* line 34, resources/assets/styles/pages/_industry.scss */
.industry-point-content {
  padding-bottom: 0; }
  @media (min-width: 960px) {
    /* line 34, resources/assets/styles/pages/_industry.scss */
    .industry-point-content {
      padding-left: calc(9.375 * 1rem); } }
  @media (max-width: 959.98px) {
    /* line 41, resources/assets/styles/pages/_industry.scss */
    .industry-point-content h2.page-section__title {
      padding-left: calc(4.375 * 1rem); } }
  @media (max-width: 959.98px) {
    /* line 47, resources/assets/styles/pages/_industry.scss */
    .industry-point-content .page-section__description--margin-bottom {
      margin-bottom: 0; }
      /* line 51, resources/assets/styles/pages/_industry.scss */
      .industry-point-content .page-section__description--margin-bottom p:last-child {
        margin-bottom: 0; } }
  @media (max-width: 959.98px) {
    /* line 57, resources/assets/styles/pages/_industry.scss */
    .industry-point-content__wrapper {
      order: 2; } }

/* line 64, resources/assets/styles/pages/_industry.scss */
.points-header {
  padding-bottom: 0;
  padding-top: calc(4.375 * 1rem); }
  @media (min-width: 960px) {
    /* line 64, resources/assets/styles/pages/_industry.scss */
    .points-header {
      padding-top: calc(8.75 * 1rem); } }

@media (max-width: 959.98px) {
  /* line 73, resources/assets/styles/pages/_industry.scss */
  .industry-point-image__wrapper {
    order: 1; } }

/* line 78, resources/assets/styles/pages/_industry.scss */
.industry-point-image__wrapper .page-section__image-wrapper {
  aspect-ratio: 1;
  overflow: hidden;
  padding-bottom: 0; }
  /* line 83, resources/assets/styles/pages/_industry.scss */
  .industry-point-image__wrapper .page-section__image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

@media (min-width: 960px) {
  /* line 92, resources/assets/styles/pages/_industry.scss */
  .page-template-template-industry .page-section--addictional-padding-top {
    padding-top: calc(8.75 * 1rem); } }

@media (max-width: 959.98px) {
  /* line 92, resources/assets/styles/pages/_industry.scss */
  .page-template-template-industry .page-section--addictional-padding-top {
    padding-top: calc(5 * 1rem); } }

@media (max-width: 959.98px) {
  /* line 102, resources/assets/styles/pages/_industry.scss */
  .page-template-template-industry .page-section--addictional-padding-top.industry-header {
    padding-top: calc(2.5 * 1rem); } }

/* line 108, resources/assets/styles/pages/_industry.scss */
.page-template-template-industry .page-section--addictional-padding-top80 {
  padding-top: calc(5 * 1rem); }

/* line 114, resources/assets/styles/pages/_industry.scss */
.industry-list__element {
  display: flex; }
  /* line 117, resources/assets/styles/pages/_industry.scss */
  .industry-list__element__number {
    font-size: calc(3.75 * 1rem);
    font-weight: 900;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    position: relative;
    z-index: 1;
    min-width: calc(8.4375 * 1rem);
    line-height: calc(7.5 * 1rem);
    position: absolute;
    top: calc(-2.5 * 1rem); }
    @media (min-width: 960px) {
      /* line 117, resources/assets/styles/pages/_industry.scss */
      .industry-list__element__number {
        font-size: calc(9.375 * 1rem);
        top: calc(4.375 * 1rem); } }
    /* line 135, resources/assets/styles/pages/_industry.scss */
    .industry-list__element__number:after {
      display: block;
      font-size: calc(3.75 * 1rem);
      font-weight: 900;
      font-style: normal;
      letter-spacing: normal;
      text-align: left;
      color: transparent;
      -webkit-text-stroke: 1px #985aff;
      position: absolute;
      top: calc(0.25 * 1rem);
      left: calc(0.5 * 1rem);
      z-index: -1; }
      @media (min-width: 960px) {
        /* line 135, resources/assets/styles/pages/_industry.scss */
        .industry-list__element__number:after {
          font-size: calc(9.375 * 1rem);
          top: calc(0.5625 * 1rem);
          left: calc(0.9375 * 1rem); } }
  /* line 157, resources/assets/styles/pages/_industry.scss */
  .industry-list__element h3 {
    font-size: calc(1.875 * 1rem);
    font-weight: 900;
    font-style: normal;
    letter-spacing: normal;
    line-height: calc(3 * 1rem);
    text-align: left; }
    @media (max-width: 959.98px) {
      /* line 157, resources/assets/styles/pages/_industry.scss */
      .industry-list__element h3 {
        font-size: calc(1.5 * 1rem); } }
  /* line 170, resources/assets/styles/pages/_industry.scss */
  .industry-list__element button {
    height: min-content; }
  /* line 174, resources/assets/styles/pages/_industry.scss */
  .industry-list__element.form-opener {
    background-color: #f4f4f4;
    align-items: center;
    padding: calc(4.375 * 1rem) calc(5 * 1rem);
    flex-wrap: wrap;
    justify-content: center;
    align-content: center; }
    @media (min-width: 960px) {
      /* line 183, resources/assets/styles/pages/_industry.scss */
      .industry-list__element.form-opener .button-wrapper {
        padding: 0 calc(1.25 * 1rem); } }
    @media (max-width: 1199.98px) {
      /* line 174, resources/assets/styles/pages/_industry.scss */
      .industry-list__element.form-opener {
        padding: calc(5 * 1rem) calc(2.5 * 1rem); }
        /* line 191, resources/assets/styles/pages/_industry.scss */
        .industry-list__element.form-opener button {
          margin-top: calc(1.25 * 1rem); } }
    /* line 196, resources/assets/styles/pages/_industry.scss */
    .industry-list__element.form-opener h3 {
      margin: 0;
      padding: 0 calc(1.25 * 1rem); }

/* line 204, resources/assets/styles/pages/_industry.scss */
.industry-realizations {
  padding-bottom: 0; }

/* line 208, resources/assets/styles/pages/_industry.scss */
.industry-realizations-list {
  margin-top: calc(2.5 * 1rem); }
  /* line 212, resources/assets/styles/pages/_industry.scss */
  .industry-realizations-list li img {
    width: 100%;
    aspect-ratio: 1;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.16); }

/* line 220, resources/assets/styles/pages/_industry.scss */
.industry-realizations-container {
  transition: height 800ms;
  overflow: hidden;
  padding-bottom: calc(1.875 * 1rem);
  margin-top: calc(1.875 * 1rem); }

/* line 227, resources/assets/styles/pages/_industry.scss */
.industry-realizations-button {
  margin-left: auto;
  margin-right: auto;
  opacity: 1;
  transition: opacity 800ms;
  margin-bottom: calc(4.375 * 1rem); }
  /* line 234, resources/assets/styles/pages/_industry.scss */
  .industry-realizations-button.no-more {
    opacity: 0;
    pointer-events: none;
    display: none; }

@media (min-width: 1200px) {
  /* line 243, resources/assets/styles/pages/_industry.scss */
  .uk-grid-industry .uk-first-column {
    padding-right: calc(6.5 * 1rem); } }

/* line 2, resources/assets/styles/pages/_sustainable-dev.scss */
.page-section--sustainable-dev {
  padding: 0; }
  /* line 5, resources/assets/styles/pages/_sustainable-dev.scss */
  .page-section--sustainable-dev .page-section {
    padding: 0; }
    /* line 9, resources/assets/styles/pages/_sustainable-dev.scss */
    .page-section--sustainable-dev .page-section__container--no-bottom-padding {
      padding-bottom: 0; }
    /* line 14, resources/assets/styles/pages/_sustainable-dev.scss */
    .page-section--sustainable-dev .page-section--margin-top-80 {
      margin-top: calc(2.5 * 1rem); }
      @media (min-width: 960px) {
        /* line 14, resources/assets/styles/pages/_sustainable-dev.scss */
        .page-section--sustainable-dev .page-section--margin-top-80 {
          margin-top: calc(5 * 1rem); } }
    /* line 22, resources/assets/styles/pages/_sustainable-dev.scss */
    .page-section--sustainable-dev .page-section--margin-top-140 {
      margin-top: calc(4.375 * 1rem); }
      @media (min-width: 960px) {
        /* line 22, resources/assets/styles/pages/_sustainable-dev.scss */
        .page-section--sustainable-dev .page-section--margin-top-140 {
          margin-top: calc(8.75 * 1rem); } }
    /* line 32, resources/assets/styles/pages/_sustainable-dev.scss */
    .page-section--sustainable-dev .page-section__title--purple-span > span {
      color: #985aff; }
    /* line 37, resources/assets/styles/pages/_sustainable-dev.scss */
    .page-section--sustainable-dev .page-section__title--no-margin-bottom {
      margin-bottom: 0; }
    /* line 41, resources/assets/styles/pages/_sustainable-dev.scss */
    .page-section--sustainable-dev .page-section__title--center {
      text-align: center; }
  /* line 48, resources/assets/styles/pages/_sustainable-dev.scss */
  .page-section--sustainable-dev .page-section__description ul {
    list-style: square;
    padding-left: 17px; }
  /* line 53, resources/assets/styles/pages/_sustainable-dev.scss */
  .page-section--sustainable-dev .page-section__description *:last-child, .page-section--sustainable-dev .page-section__description :last-child::before, .page-section--sustainable-dev .page-section__description :last-child::after {
    margin-bottom: 0; }
  /* line 59, resources/assets/styles/pages/_sustainable-dev.scss */
  .page-section--sustainable-dev .border-top > .uk-container {
    border-top: 1px solid #e7e7e7;
    padding-top: calc(4.375 * 1rem); }
    @media (min-width: 960px) {
      /* line 59, resources/assets/styles/pages/_sustainable-dev.scss */
      .page-section--sustainable-dev .border-top > .uk-container {
        padding-top: calc(8.75 * 1rem); } }

/* line 72, resources/assets/styles/pages/_sustainable-dev.scss */
.goals__item {
  margin-bottom: calc(2.5 * 1rem); }
  @media (min-width: 960px) {
    /* line 72, resources/assets/styles/pages/_sustainable-dev.scss */
    .goals__item {
      padding-left: calc(2.5 * 1rem); } }
  /* line 79, resources/assets/styles/pages/_sustainable-dev.scss */
  .goals__item h3 {
    font-weight: bold;
    font-size: calc(1.25 * 1rem);
    margin-bottom: calc(0.625 * 1rem); }
  /* line 85, resources/assets/styles/pages/_sustainable-dev.scss */
  .goals__item > span {
    border-bottom: calc(0.0625 * 1rem) solid #985aff;
    color: #985aff;
    font-size: calc(0.75 * 1rem);
    padding-right: calc(1.25 * 1rem);
    display: inline-block;
    margin-bottom: calc(1.25 * 1rem); }

/* line 97, resources/assets/styles/pages/_sustainable-dev.scss */
.trends__group {
  box-shadow: 0 0.625rem 2.5rem rgba(0, 0, 0, 0.16);
  border-radius: 0.313rem;
  background-color: #fff; }

/* line 103, resources/assets/styles/pages/_sustainable-dev.scss */
.trends__item {
  margin: 0 !important; }
  /* line 106, resources/assets/styles/pages/_sustainable-dev.scss */
  .trends__item:not(:last-child) {
    border-bottom: 1px solid #e7e7e7; }
  /* line 112, resources/assets/styles/pages/_sustainable-dev.scss */
  .trends__item.uk-open .uk-accordion-title h3 {
    color: #985aff;
    padding-block: calc(1.875 * 1rem); }
  /* line 117, resources/assets/styles/pages/_sustainable-dev.scss */
  .trends__item.uk-open .uk-accordion-title:before {
    transform: rotate(45deg); }
  /* line 123, resources/assets/styles/pages/_sustainable-dev.scss */
  .trends__item .uk-accordion-title {
    cursor: pointer;
    transition: color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    position: relative; }
    /* line 128, resources/assets/styles/pages/_sustainable-dev.scss */
    .trends__item .uk-accordion-title h3 {
      font-weight: bold;
      font-size: calc(1 * 1rem);
      margin: 0;
      padding-block: calc(1.875 * 1rem);
      padding-left: calc(5.875 * 1rem); }
    /* line 136, resources/assets/styles/pages/_sustainable-dev.scss */
    .trends__item .uk-accordion-title:hover {
      color: #985aff; }
    /* line 140, resources/assets/styles/pages/_sustainable-dev.scss */
    .trends__item .uk-accordion-title:before {
      content: "";
      width: calc(0.6875 * 1rem);
      height: calc(0.6875 * 1rem);
      display: block;
      position: absolute;
      margin: 0;
      top: calc(2.1875 * 1rem);
      left: calc(2.625 * 1rem);
      transition: transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0IDUuNUg4LjVWMEg1LjVWNS41SDBWOC41SDUuNVYxNEg4LjVWOC41SDE0VjUuNVoiIGZpbGw9IiM5ODVhZmYiLz4KPC9zdmc+"); }
  /* line 160, resources/assets/styles/pages/_sustainable-dev.scss */
  .trends__item .uk-accordion-content {
    margin-top: 0;
    padding-bottom: calc(1.25 * 1rem);
    padding-left: calc(5.875 * 1rem);
    padding-right: calc(5.875 * 1rem);
    line-height: calc(1.75 * 1rem); }
    /* line 167, resources/assets/styles/pages/_sustainable-dev.scss */
    .trends__item .uk-accordion-content p {
      margin-bottom: calc(1.25 * 1rem); }

/* line 175, resources/assets/styles/pages/_sustainable-dev.scss */
.filter-nav--sustainable-dev {
  margin-bottom: calc(2.5 * 1rem); }
  @media (min-width: 960px) {
    /* line 175, resources/assets/styles/pages/_sustainable-dev.scss */
    .filter-nav--sustainable-dev {
      margin-bottom: calc(5 * 1rem); } }

/* line 8, stdin */
.wp-caption {
  width: 100% !important;
  max-width: 100% !important; }

/* line 12, stdin */
.button--back:hover,
.button--alter:hover {
  color: #000000 !important; }

/* line 17, stdin */
.add-competitor {
  cursor: pointer;
  display: block;
  margin-bottom: 12px;
  color: #555;
  transition: color 0.2s ease, text-decoration 0.2s ease; }

/* line 25, stdin */
.add-competitor:hover {
  color: #985aff; }

/*# sourceMappingURL=main.css.map*/