@charset "UTF-8";
/*
* Basic
*/
@font-face {
  font-family: 'Brandon medium';
  src: url("/fonts/BrandonGrotesque-Medium.woff2") format("woff2"), url("/fonts/BrandonGrotesque-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

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

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

@font-face {
  font-family: 'Open Sans';
  src: url("/fonts/OpenSans-Light.woff2") format("woff2"), url("/fonts/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Open Sans';
  src: url("/fonts/OpenSans-ExtraBold.woff2") format("woff2"), url("/fonts/OpenSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }

.img-wrap {
  position: relative;
  padding: 10px;
  width: 100%;
  overflow: hidden; }
  .section-engineering .col > .img-wrap {
    box-shadow: 11px 11px 30px 0 rgba(0, 0, 0, 0.5); }
  .img-wrap .card-engineering .card-header > * {
    border-radius: 50%;
    margin: 0 auto; }
  .img-wrap .img-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; }
    .img-wrap .img-content .img {
      transition-duration: 0.3s; }
  .img-wrap.ratio-1-1 {
    padding: 0;
    padding-top: 100%; }
  .img-wrap.ratio-1-2 {
    padding: 0;
    padding-top: 200%; }
  .img-wrap.ratio-1-3 {
    padding: 0;
    padding-top: 300%; }
  .img-wrap.ratio-1-4 {
    padding: 0;
    padding-top: 400%; }
  .img-wrap.ratio-1-5 {
    padding: 0;
    padding-top: 500%; }
  .img-wrap.ratio-1-6 {
    padding: 0;
    padding-top: 600%; }
  .img-wrap.ratio-1-7 {
    padding: 0;
    padding-top: 700%; }
  .img-wrap.ratio-1-8 {
    padding: 0;
    padding-top: 800%; }
  .img-wrap.ratio-1-9 {
    padding: 0;
    padding-top: 900%; }
  .img-wrap.ratio-2-1 {
    padding: 0;
    padding-top: 50%; }
  .img-wrap.ratio-2-2 {
    padding: 0;
    padding-top: 100%; }
  .img-wrap.ratio-2-3 {
    padding: 0;
    padding-top: 150%; }
  .img-wrap.ratio-2-4 {
    padding: 0;
    padding-top: 200%; }
  .img-wrap.ratio-2-5 {
    padding: 0;
    padding-top: 250%; }
  .img-wrap.ratio-2-6 {
    padding: 0;
    padding-top: 300%; }
  .img-wrap.ratio-2-7 {
    padding: 0;
    padding-top: 350%; }
  .img-wrap.ratio-2-8 {
    padding: 0;
    padding-top: 400%; }
  .img-wrap.ratio-2-9 {
    padding: 0;
    padding-top: 450%; }
  .img-wrap.ratio-3-1 {
    padding: 0;
    padding-top: 33.33333%; }
  .img-wrap.ratio-3-2 {
    padding: 0;
    padding-top: 66.66667%; }
  .img-wrap.ratio-3-3 {
    padding: 0;
    padding-top: 100%; }
  .img-wrap.ratio-3-4 {
    padding: 0;
    padding-top: 133.33333%; }
  .img-wrap.ratio-3-5 {
    padding: 0;
    padding-top: 166.66667%; }
  .img-wrap.ratio-3-6 {
    padding: 0;
    padding-top: 200%; }
  .img-wrap.ratio-3-7 {
    padding: 0;
    padding-top: 233.33333%; }
  .img-wrap.ratio-3-8 {
    padding: 0;
    padding-top: 266.66667%; }
  .img-wrap.ratio-3-9 {
    padding: 0;
    padding-top: 300%; }
  .img-wrap.ratio-4-1 {
    padding: 0;
    padding-top: 25%; }
  .img-wrap.ratio-4-2 {
    padding: 0;
    padding-top: 50%; }
  .img-wrap.ratio-4-3 {
    padding: 0;
    padding-top: 75%; }
  .img-wrap.ratio-4-4 {
    padding: 0;
    padding-top: 100%; }
  .img-wrap.ratio-4-5 {
    padding: 0;
    padding-top: 125%; }
  .img-wrap.ratio-4-6 {
    padding: 0;
    padding-top: 150%; }
  .img-wrap.ratio-4-7 {
    padding: 0;
    padding-top: 175%; }
  .img-wrap.ratio-4-8 {
    padding: 0;
    padding-top: 200%; }
  .img-wrap.ratio-4-9 {
    padding: 0;
    padding-top: 225%; }
  .img-wrap.ratio-5-1 {
    padding: 0;
    padding-top: 20%; }
  .img-wrap.ratio-5-2 {
    padding: 0;
    padding-top: 40%; }
  .img-wrap.ratio-5-3 {
    padding: 0;
    padding-top: 60%; }
  .img-wrap.ratio-5-4 {
    padding: 0;
    padding-top: 80%; }
  .img-wrap.ratio-5-5 {
    padding: 0;
    padding-top: 100%; }
  .img-wrap.ratio-5-6 {
    padding: 0;
    padding-top: 120%; }
  .img-wrap.ratio-5-7 {
    padding: 0;
    padding-top: 140%; }
  .img-wrap.ratio-5-8 {
    padding: 0;
    padding-top: 160%; }
  .img-wrap.ratio-5-9 {
    padding: 0;
    padding-top: 180%; }
  .img-wrap.ratio-6-1 {
    padding: 0;
    padding-top: 16.66667%; }
  .img-wrap.ratio-6-2 {
    padding: 0;
    padding-top: 33.33333%; }
  .img-wrap.ratio-6-3 {
    padding: 0;
    padding-top: 50%; }
  .img-wrap.ratio-6-4 {
    padding: 0;
    padding-top: 66.66667%; }
  .img-wrap.ratio-6-5 {
    padding: 0;
    padding-top: 83.33333%; }
  .img-wrap.ratio-6-6 {
    padding: 0;
    padding-top: 100%; }
  .img-wrap.ratio-6-7 {
    padding: 0;
    padding-top: 116.66667%; }
  .img-wrap.ratio-6-8 {
    padding: 0;
    padding-top: 133.33333%; }
  .img-wrap.ratio-6-9 {
    padding: 0;
    padding-top: 150%; }
  .img-wrap.ratio-7-1 {
    padding: 0;
    padding-top: 14.28571%; }
  .img-wrap.ratio-7-2 {
    padding: 0;
    padding-top: 28.57143%; }
  .img-wrap.ratio-7-3 {
    padding: 0;
    padding-top: 42.85714%; }
  .img-wrap.ratio-7-4 {
    padding: 0;
    padding-top: 57.14286%; }
  .img-wrap.ratio-7-5 {
    padding: 0;
    padding-top: 71.42857%; }
  .img-wrap.ratio-7-6 {
    padding: 0;
    padding-top: 85.71429%; }
  .img-wrap.ratio-7-7 {
    padding: 0;
    padding-top: 100%; }
  .img-wrap.ratio-7-8 {
    padding: 0;
    padding-top: 114.28571%; }
  .img-wrap.ratio-7-9 {
    padding: 0;
    padding-top: 128.57143%; }
  .img-wrap.ratio-8-1 {
    padding: 0;
    padding-top: 12.5%; }
  .img-wrap.ratio-8-2 {
    padding: 0;
    padding-top: 25%; }
  .img-wrap.ratio-8-3 {
    padding: 0;
    padding-top: 37.5%; }
  .img-wrap.ratio-8-4 {
    padding: 0;
    padding-top: 50%; }
  .img-wrap.ratio-8-5 {
    padding: 0;
    padding-top: 62.5%; }
  .img-wrap.ratio-8-6 {
    padding: 0;
    padding-top: 75%; }
  .img-wrap.ratio-8-7 {
    padding: 0;
    padding-top: 87.5%; }
  .img-wrap.ratio-8-8 {
    padding: 0;
    padding-top: 100%; }
  .img-wrap.ratio-8-9 {
    padding: 0;
    padding-top: 112.5%; }
  .img-wrap.ratio-9-1 {
    padding: 0;
    padding-top: 11.11111%; }
  .img-wrap.ratio-9-2 {
    padding: 0;
    padding-top: 22.22222%; }
  .img-wrap.ratio-9-3 {
    padding: 0;
    padding-top: 33.33333%; }
  .img-wrap.ratio-9-4 {
    padding: 0;
    padding-top: 44.44444%; }
  .img-wrap.ratio-9-5 {
    padding: 0;
    padding-top: 55.55556%; }
  .img-wrap.ratio-9-6 {
    padding: 0;
    padding-top: 66.66667%; }
  .img-wrap.ratio-9-7 {
    padding: 0;
    padding-top: 77.77778%; }
  .img-wrap.ratio-9-8 {
    padding: 0;
    padding-top: 88.88889%; }
  .img-wrap.ratio-9-9 {
    padding: 0;
    padding-top: 100%; }
  .img-wrap.ratio-10-1 {
    padding: 0;
    padding-top: 10%; }
  .img-wrap.ratio-10-2 {
    padding: 0;
    padding-top: 20%; }
  .img-wrap.ratio-10-3 {
    padding: 0;
    padding-top: 30%; }
  .img-wrap.ratio-10-4 {
    padding: 0;
    padding-top: 40%; }
  .img-wrap.ratio-10-5 {
    padding: 0;
    padding-top: 50%; }
  .img-wrap.ratio-10-6 {
    padding: 0;
    padding-top: 60%; }
  .img-wrap.ratio-10-7 {
    padding: 0;
    padding-top: 70%; }
  .img-wrap.ratio-10-8 {
    padding: 0;
    padding-top: 80%; }
  .img-wrap.ratio-10-9 {
    padding: 0;
    padding-top: 90%; }
  .img-wrap.ratio-11-1 {
    padding: 0;
    padding-top: 9.09091%; }
  .img-wrap.ratio-11-2 {
    padding: 0;
    padding-top: 18.18182%; }
  .img-wrap.ratio-11-3 {
    padding: 0;
    padding-top: 27.27273%; }
  .img-wrap.ratio-11-4 {
    padding: 0;
    padding-top: 36.36364%; }
  .img-wrap.ratio-11-5 {
    padding: 0;
    padding-top: 45.45455%; }
  .img-wrap.ratio-11-6 {
    padding: 0;
    padding-top: 54.54545%; }
  .img-wrap.ratio-11-7 {
    padding: 0;
    padding-top: 63.63636%; }
  .img-wrap.ratio-11-8 {
    padding: 0;
    padding-top: 72.72727%; }
  .img-wrap.ratio-11-9 {
    padding: 0;
    padding-top: 81.81818%; }
  .img-wrap.ratio-12-1 {
    padding: 0;
    padding-top: 8.33333%; }
  .img-wrap.ratio-12-2 {
    padding: 0;
    padding-top: 16.66667%; }
  .img-wrap.ratio-12-3 {
    padding: 0;
    padding-top: 25%; }
  .img-wrap.ratio-12-4 {
    padding: 0;
    padding-top: 33.33333%; }
  .img-wrap.ratio-12-5 {
    padding: 0;
    padding-top: 41.66667%; }
  .img-wrap.ratio-12-6 {
    padding: 0;
    padding-top: 50%; }
  .img-wrap.ratio-12-7 {
    padding: 0;
    padding-top: 58.33333%; }
  .img-wrap.ratio-12-8 {
    padding: 0;
    padding-top: 66.66667%; }
  .img-wrap.ratio-12-9 {
    padding: 0;
    padding-top: 75%; }
  .img-wrap.ratio-13-1 {
    padding: 0;
    padding-top: 7.69231%; }
  .img-wrap.ratio-13-2 {
    padding: 0;
    padding-top: 15.38462%; }
  .img-wrap.ratio-13-3 {
    padding: 0;
    padding-top: 23.07692%; }
  .img-wrap.ratio-13-4 {
    padding: 0;
    padding-top: 30.76923%; }
  .img-wrap.ratio-13-5 {
    padding: 0;
    padding-top: 38.46154%; }
  .img-wrap.ratio-13-6 {
    padding: 0;
    padding-top: 46.15385%; }
  .img-wrap.ratio-13-7 {
    padding: 0;
    padding-top: 53.84615%; }
  .img-wrap.ratio-13-8 {
    padding: 0;
    padding-top: 61.53846%; }
  .img-wrap.ratio-13-9 {
    padding: 0;
    padding-top: 69.23077%; }
  .img-wrap.ratio-14-1 {
    padding: 0;
    padding-top: 7.14286%; }
  .img-wrap.ratio-14-2 {
    padding: 0;
    padding-top: 14.28571%; }
  .img-wrap.ratio-14-3 {
    padding: 0;
    padding-top: 21.42857%; }
  .img-wrap.ratio-14-4 {
    padding: 0;
    padding-top: 28.57143%; }
  .img-wrap.ratio-14-5 {
    padding: 0;
    padding-top: 35.71429%; }
  .img-wrap.ratio-14-6 {
    padding: 0;
    padding-top: 42.85714%; }
  .img-wrap.ratio-14-7 {
    padding: 0;
    padding-top: 50%; }
  .img-wrap.ratio-14-8 {
    padding: 0;
    padding-top: 57.14286%; }
  .img-wrap.ratio-14-9 {
    padding: 0;
    padding-top: 64.28571%; }
  .img-wrap.ratio-15-1 {
    padding: 0;
    padding-top: 6.66667%; }
  .img-wrap.ratio-15-2 {
    padding: 0;
    padding-top: 13.33333%; }
  .img-wrap.ratio-15-3 {
    padding: 0;
    padding-top: 20%; }
  .img-wrap.ratio-15-4 {
    padding: 0;
    padding-top: 26.66667%; }
  .img-wrap.ratio-15-5 {
    padding: 0;
    padding-top: 33.33333%; }
  .img-wrap.ratio-15-6 {
    padding: 0;
    padding-top: 40%; }
  .img-wrap.ratio-15-7 {
    padding: 0;
    padding-top: 46.66667%; }
  .img-wrap.ratio-15-8 {
    padding: 0;
    padding-top: 53.33333%; }
  .img-wrap.ratio-15-9 {
    padding: 0;
    padding-top: 60%; }
  .img-wrap.ratio-16-1 {
    padding: 0;
    padding-top: 6.25%; }
  .img-wrap.ratio-16-2 {
    padding: 0;
    padding-top: 12.5%; }
  .img-wrap.ratio-16-3 {
    padding: 0;
    padding-top: 18.75%; }
  .img-wrap.ratio-16-4 {
    padding: 0;
    padding-top: 25%; }
  .img-wrap.ratio-16-5 {
    padding: 0;
    padding-top: 31.25%; }
  .img-wrap.ratio-16-6 {
    padding: 0;
    padding-top: 37.5%; }
  .img-wrap.ratio-16-7 {
    padding: 0;
    padding-top: 43.75%; }
  .img-wrap.ratio-16-8 {
    padding: 0;
    padding-top: 50%; }
  .img-wrap.ratio-16-9 {
    padding: 0;
    padding-top: 56.25%; }

@media (min-width: 0) {
  .col-1 {
    width: 8.33333%; }
  .col-2 {
    width: 16.66667%; }
  .col-3 {
    width: 25%; }
  .col-4 {
    width: 33.33333%; }
  .col-5 {
    width: 41.66667%; }
  .col-6 {
    width: 50%; }
  .col-7 {
    width: 58.33333%; }
  .col-8 {
    width: 66.66667%; }
  .col-9 {
    width: 75%; }
  .col-10 {
    width: 83.33333%; }
  .col-11 {
    width: 91.66667%; }
  .col-12 {
    width: 100%; } }

@media (min-width: 475px) {
  .col-1s {
    width: 8.33333%; }
  .col-2s {
    width: 16.66667%; }
  .col-3s {
    width: 25%; }
  .col-4s {
    width: 33.33333%; }
  .col-5s {
    width: 41.66667%; }
  .col-6s {
    width: 50%; }
  .col-7s {
    width: 58.33333%; }
  .col-8s {
    width: 66.66667%; }
  .col-9s {
    width: 75%; }
  .col-10s {
    width: 83.33333%; }
  .col-11s {
    width: 91.66667%; }
  .col-12s {
    width: 100%; } }

@media (min-width: 640px) {
  .col-1m {
    width: 8.33333%; }
  .col-2m {
    width: 16.66667%; }
  .col-3m {
    width: 25%; }
  .col-4m {
    width: 33.33333%; }
  .col-5m {
    width: 41.66667%; }
  .col-6m {
    width: 50%; }
  .col-7m {
    width: 58.33333%; }
  .col-8m {
    width: 66.66667%; }
  .col-9m {
    width: 75%; }
  .col-10m {
    width: 83.33333%; }
  .col-11m {
    width: 91.66667%; }
  .col-12m {
    width: 100%; } }

@media (min-width: 960px) {
  .col-1l {
    width: 8.33333%; }
  .col-2l {
    width: 16.66667%; }
  .col-3l {
    width: 25%; }
  .col-4l {
    width: 33.33333%; }
  .col-5l {
    width: 41.66667%; }
  .col-6l {
    width: 50%; }
  .col-7l {
    width: 58.33333%; }
  .col-8l {
    width: 66.66667%; }
  .col-9l {
    width: 75%; }
  .col-10l {
    width: 83.33333%; }
  .col-11l {
    width: 91.66667%; }
  .col-12l {
    width: 100%; } }

@media (min-width: 1260px) {
  .col-1xl {
    width: 8.33333%; }
  .col-2xl {
    width: 16.66667%; }
  .col-3xl {
    width: 25%; }
  .col-4xl {
    width: 33.33333%; }
  .col-5xl {
    width: 41.66667%; }
  .col-6xl {
    width: 50%; }
  .col-7xl {
    width: 58.33333%; }
  .col-8xl {
    width: 66.66667%; }
  .col-9xl {
    width: 75%; }
  .col-10xl {
    width: 83.33333%; }
  .col-11xl {
    width: 91.66667%; }
  .col-12xl {
    width: 100%; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dd {
  margin-left: 0; }

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

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

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

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

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

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

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

blockquote footer::before {
  content: "— "; }

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

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

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

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

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

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

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

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

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

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

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

/* ========================================================================
   Component: Link
 ========================================================================== */
/* Muted
 ========================================================================== */
a.uk-link-muted,
.uk-link-muted a {
  color: #999; }

a.uk-link-muted:hover,
.uk-link-muted a:hover,
.uk-link-toggle:hover .uk-link-muted,
.uk-link-toggle:focus .uk-link-muted {
  color: #666; }

/* Text
 ========================================================================== */
a.uk-link-text,
.uk-link-text a {
  color: inherit; }

a.uk-link-text:hover,
.uk-link-text a:hover,
.uk-link-toggle:hover .uk-link-text,
.uk-link-toggle:focus .uk-link-text {
  color: #999; }

/* Heading
 ========================================================================== */
a.uk-link-heading,
.uk-link-heading a {
  color: inherit; }

a.uk-link-heading:hover,
.uk-link-heading a:hover,
.uk-link-toggle:hover .uk-link-heading,
.uk-link-toggle:focus .uk-link-heading {
  color: #1e87f0;
  text-decoration: none; }

/* Reset
 ========================================================================== */
/*
 * `!important` needed to override inverse component
 */
a.uk-link-reset,
.uk-link-reset a {
  color: inherit !important;
  text-decoration: none !important; }

/* Toggle
 ========================================================================== */
.uk-link-toggle {
  color: inherit !important;
  text-decoration: none !important; }

.uk-link-toggle:focus {
  outline: none; }

/* ========================================================================
   Component: Heading
 ========================================================================== */
.uk-heading-small {
  font-size: 2.6rem;
  line-height: 1.2; }

.uk-heading-medium {
  font-size: 2.8875rem;
  line-height: 1.1; }

.uk-heading-large {
  font-size: 3.4rem;
  line-height: 1.1; }

.uk-heading-xlarge {
  font-size: 4rem;
  line-height: 1; }

.uk-heading-2xlarge {
  font-size: 6rem;
  line-height: 1; }

/* Tablet Landscape and bigger */
@media (min-width: 960px) {
  .uk-heading-small {
    font-size: 3.25rem; }
  .uk-heading-medium {
    font-size: 3.5rem; }
  .uk-heading-large {
    font-size: 4rem; }
  .uk-heading-xlarge {
    font-size: 6rem; }
  .uk-heading-2xlarge {
    font-size: 8rem; } }

/* Laptop and bigger */
@media (min-width: 1200px) {
  .uk-heading-medium {
    font-size: 4rem; }
  .uk-heading-large {
    font-size: 6rem; }
  .uk-heading-xlarge {
    font-size: 8rem; }
  .uk-heading-2xlarge {
    font-size: 11rem; } }

/* Primary
   Deprecated: Use `uk-heading-medium` instead
 ========================================================================== */
/* Tablet landscape and bigger */
/* Desktop and bigger */
/* Hero
   Deprecated: Use `uk-heading-xlarge` instead
 ========================================================================== */
/* Tablet landscape and bigger */
/* Desktop and bigger */
/* Divider
 ========================================================================== */
.uk-heading-divider {
  padding-bottom: calc(5px + 0.1em);
  border-bottom: calc(0.2px + 0.05em) solid #e5e5e5; }

/* Bullet
 ========================================================================== */
.uk-heading-bullet {
  position: relative; }

/*
 * 1. Using `inline-block` to make it work with text alignment
 * 2. Center vertically
 * 3. Style
 */
.uk-heading-bullet::before {
  content: "";
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  top: calc(-0.1 * 1em);
  vertical-align: middle;
  /* 3 */
  height: calc(4px + 0.7em);
  margin-right: calc(5px + 0.2em);
  border-left: calc(5px + 0.1em) solid #e5e5e5; }

/* Line
 ========================================================================== */
/*
 * Clip the child element
 */
.uk-heading-line {
  overflow: hidden; }

/*
 * Extra markup is needed to make it work with text align
 */
.uk-heading-line > * {
  display: inline-block;
  position: relative; }

/*
 * 1. Center vertically
 * 2. Make the element as large as possible. It's clipped by the container.
 * 3. Style
 */
.uk-heading-line > ::before,
.uk-heading-line > ::after {
  content: "";
  /* 1 */
  position: absolute;
  top: calc(50% - ((0.2px + 0.05em) / 2));
  /* 2 */
  width: 2000px;
  /* 3 */
  border-bottom: calc(0.2px + 0.05em) solid #e5e5e5; }

.uk-heading-line > ::before {
  right: 100%;
  margin-right: calc(5px + 0.3em); }

.uk-heading-line > ::after {
  left: 100%;
  margin-left: calc(5px + 0.3em); }

/* ========================================================================
   Component: Divider
 ========================================================================== */
/*
 * 1. Reset default `hr`
 * 2. Set margin if a `div` is used for semantical reason
 */
[class*="uk-divider"] {
  /* 1 */
  border: none;
  /* 2 */
  margin-bottom: 20px; }

/* Add margin if adjacent element */
* + [class*="uk-divider"] {
  margin-top: 20px; }

/* Icon
 ========================================================================== */
.uk-divider-icon {
  position: relative;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23e5e5e5%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.uk-divider-icon::before,
.uk-divider-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  max-width: calc(50% - (50px / 2));
  border-bottom: 1px solid #e5e5e5; }

.uk-divider-icon::before {
  right: calc(50% + (50px / 2));
  width: 100%; }

.uk-divider-icon::after {
  left: calc(50% + (50px / 2));
  width: 100%; }

/* Small
 ========================================================================== */
/*
 * 1. Fix height because of `inline-block`
 * 2. Using ::after and inline-block to make `text-align` work
 */
/* 1 */
.uk-divider-small {
  line-height: 0; }

/* 2 */
.uk-divider-small::after {
  content: "";
  display: inline-block;
  width: 100px;
  max-width: 100%;
  border-top: 1px solid #e5e5e5;
  vertical-align: top; }

/* Vertical
 ========================================================================== */
.uk-divider-vertical {
  width: 1px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  border-left: 1px solid #e5e5e5; }

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

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

.uk-list > li::after {
  clear: both; }

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

/*
 * Nested lists
 */
.uk-list ul {
  margin: 0;
  padding-left: 30px;
  list-style: none; }

/*
 * Style
 */
.uk-list > li:nth-child(n + 2),
.uk-list > li > ul {
  margin-top: 10px; }

/* Style modifiers
 ========================================================================== */
/*
 * Divider
 */
.uk-list-divider > li:nth-child(n + 2) {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e5e5e5; }

/*
 * Striped
 */
.uk-list-striped > li {
  padding: 10px 10px; }

.uk-list-striped > li:nth-of-type(odd) {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5; }

.uk-list-striped > li:nth-of-type(odd) {
  background: #f8f8f8; }

.uk-list-striped > li:nth-child(n + 2) {
  margin-top: 0; }

/*
 * Bullet
 * 1. Reset display `table` which causes issues in combination with multi column layouts.
 */
.uk-list-bullet > li {
  position: relative;
  padding-left: calc(1.5em + 10px); }

.uk-list-bullet > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23666%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  /* 1 */
  display: block; }

/* Size modifier
 ========================================================================== */
.uk-list-large > li:nth-child(n + 2),
.uk-list-large > li > ul {
  margin-top: 20px; }

/*
 * Divider
 */
.uk-list-large.uk-list-divider > li:nth-child(n + 2) {
  margin-top: 20px;
  padding-top: 20px; }

/*
 * Striped
 */
.uk-list-large.uk-list-striped > li {
  padding: 20px 10px; }

.uk-list-large.uk-list-striped > li:nth-of-type(odd) {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5; }

.uk-list-large.uk-list-striped > li:nth-child(n + 2) {
  margin-top: 0; }

/* ========================================================================
   Component: Description list
 ========================================================================== */
/*
 * Term
 */
.uk-description-list > dt {
  color: #333;
  font-size: 0.875rem;
  font-weight: normal;
  text-transform: uppercase; }

.uk-description-list > dt:nth-child(n + 2) {
  margin-top: 20px; }

/*
 * Description
 */
/* Style modifier
 ========================================================================== */
/*
 * Line
 */
.uk-description-list-divider > dt:nth-child(n + 2) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================================================
   Component: Form Range
 ========================================================================== */
/*
 * 1. Normalize and defaults
 * 2. Prevent content overflow if a fixed width is used
 * 3. Take the full width
 * 4. Remove default style
 * 5. Remove white background in Chrome
 * 6. Remove padding in IE11
 */
.uk-range {
  /* 1 */
  box-sizing: border-box;
  margin: 0;
  vertical-align: middle;
  /* 2 */
  max-width: 100%;
  /* 3 */
  width: 100%;
  /* 4 */
  -webkit-appearance: none;
  /* 5 */
  background: transparent;
  /* 6 */
  padding: 0; }

/* Focus */
.uk-range:focus {
  outline: none; }

.uk-range::-moz-focus-outer {
  border: none; }

/* IE11 Reset */
.uk-range::-ms-track {
  height: 15px;
  background: transparent;
  border-color: transparent;
  color: transparent; }

/*
 * Improves consistency of cursor style for clickable elements
 */
.uk-range:not(:disabled)::-webkit-slider-thumb {
  cursor: pointer; }

.uk-range:not(:disabled)::-moz-range-thumb {
  cursor: pointer; }

.uk-range:not(:disabled)::-ms-thumb {
  cursor: pointer; }

/* Thumb
 ========================================================================== */
/*
 * 1. Reset
 * 2. Style
 */
/* Webkit */
.uk-range::-webkit-slider-thumb {
  /* 1 */
  -webkit-appearance: none;
  margin-top: -7px;
  /* 2 */
  height: 15px;
  width: 15px;
  border-radius: 500px;
  background: #fff;
  border: 1px solid #cccccc; }

/* Firefox */
.uk-range::-moz-range-thumb {
  /* 1 */
  border: none;
  /* 2 */
  height: 15px;
  width: 15px;
  border-radius: 500px;
  background: #fff;
  border: 1px solid #cccccc; }

/* Edge */
.uk-range::-ms-thumb {
  /* 1 */
  margin-top: 0; }

/* IE11 */
.uk-range::-ms-thumb {
  /* 1 */
  border: none;
  /* 2 */
  height: 15px;
  width: 15px;
  border-radius: 500px;
  background: #fff;
  border: 1px solid #cccccc; }

/* Edge + IE11 */
.uk-range::-ms-tooltip {
  display: none; }

/* Track
 ========================================================================== */
/*
 * 1. Safari doesn't have a focus state. Using active instead.
 */
/* Webkit */
.uk-range::-webkit-slider-runnable-track {
  height: 3px;
  background: #ebebeb;
  border-radius: 500px; }

.uk-range:focus::-webkit-slider-runnable-track,
.uk-range:active::-webkit-slider-runnable-track {
  background: #d2d2d2; }

/* Firefox */
.uk-range::-moz-range-track {
  height: 3px;
  background: #ebebeb;
  border-radius: 500px; }

.uk-range:focus::-moz-range-track {
  background: #d2d2d2; }

/* Edge */
.uk-range::-ms-fill-lower,
.uk-range::-ms-fill-upper {
  height: 3px;
  background: #ebebeb;
  border-radius: 500px; }

.uk-range:focus::-ms-fill-lower,
.uk-range:focus::-ms-fill-upper {
  background: #d2d2d2; }

/* ========================================================================
   Component: Form
 ========================================================================== */
/*
 * 1. Define consistent box sizing.
 *    Default is `content-box` with following exceptions set to `border-box`
 *    `select`, `input[type="checkbox"]` and `input[type="radio"]`
 *    `input[type="search"]` in Chrome, Safari and Opera
 *    `input[type="color"]` in Firefox
 * 2. Address margins set differently in Firefox/IE and Chrome/Safari/Opera.
 * 3. Remove `border-radius` in iOS.
 * 4. Change font properties to `inherit` in all browsers.
 */
.uk-input,
.uk-select,
.uk-textarea,
.uk-radio,
.uk-checkbox {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  margin: 0;
  /* 3 */
  border-radius: 0;
  /* 4 */
  font: inherit; }

/*
 * Show the overflow in Edge.
 */
.uk-input {
  overflow: visible; }

/*
 * Remove the inheritance of text transform in Firefox.
 */
.uk-select {
  text-transform: none; }

/*
 * 1. Change font properties to `inherit` in all browsers
 * 2. Don't inherit the `font-weight` and use `bold` instead.
 * NOTE: Both declarations don't work in Chrome, Safari and Opera.
 */
.uk-select optgroup {
  /* 1 */
  font: inherit;
  /* 2 */
  font-weight: bold; }

/*
 * Remove the default vertical scrollbar in IE 10+.
 */
.uk-textarea {
  overflow: auto; }

/*
 * Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X.
 */
.uk-input[type="search"]::-webkit-search-cancel-button,
.uk-input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
.uk-input[type="number"]::-webkit-inner-spin-button,
.uk-input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/*
 * Removes placeholder transparency in Firefox.
 */
.uk-input::-moz-placeholder,
.uk-textarea::-moz-placeholder {
  opacity: 1; }

/*
 * Improves consistency of cursor style for clickable elements
 */
.uk-radio:not(:disabled),
.uk-checkbox:not(:disabled) {
  cursor: pointer; }

/*
 * Define consistent border, margin, and padding.
 */
.uk-fieldset {
  border: none;
  margin: 0;
  padding: 0; }

/* Input, select and textarea
 * Allowed: `text`, `password`, `datetime`, `datetime-local`, `date`,  `month`,
            `time`, `week`, `number`, `email`, `url`, `search`, `tel`, `color`
 * Disallowed: `range`, `radio`, `checkbox`, `file`, `submit`, `reset` and `image`
 ========================================================================== */
/*
 * Remove default style in iOS.
 */
.uk-input,
.uk-textarea {
  -webkit-appearance: none; }

/*
 * 1. Prevent content overflow if a fixed width is used
 * 2. Take the full width
 * 3. Reset default
 * 4. Style
 */
.uk-input,
.uk-select,
.uk-textarea {
  /* 1 */
  max-width: 100%;
  /* 2 */
  width: 100%;
  /* 3 */
  border: 0 none;
  /* 4 */
  padding: 0 10px;
  background: #fff;
  color: #666;
  border: 1px solid #e5e5e5;
  transition: 0.2s ease-in-out;
  transition-property: color, background-color, border; }

/*
 * Single-line
 * 1. Allow any element to look like an `input` or `select` element
 * 2. Make sure line-height is not larger than height
 *    Also needed to center the text vertically
 */
.uk-input,
.uk-select:not([multiple]):not([size]) {
  height: 40px;
  vertical-align: middle;
  /* 1 */
  display: inline-block; }

/* 2 */
.uk-input:not(input),
.uk-select:not(select) {
  line-height: 38px; }

/*
 * Multi-line
 */
.uk-select[multiple],
.uk-select[size],
.uk-textarea {
  padding-top: 4px;
  padding-bottom: 4px;
  vertical-align: top; }

/* Focus */
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  outline: none;
  background-color: #fff;
  color: #666;
  border-color: #1e87f0; }

/* Disabled */
.uk-input:disabled,
.uk-select:disabled,
.uk-textarea:disabled {
  background-color: #f8f8f8;
  color: #999;
  border-color: #e5e5e5; }

/*
 * Placeholder
 */
.uk-input::-ms-input-placeholder {
  color: #999 !important; }

.uk-input::placeholder {
  color: #999; }

.uk-textarea::-ms-input-placeholder {
  color: #999 !important; }

.uk-textarea::placeholder {
  color: #999; }

/* Style modifier (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */
/*
 * Small
 */
.uk-form-small {
  font-size: 0.875rem; }

.uk-form-small:not(textarea):not([multiple]):not([size]) {
  height: 30px;
  padding-left: 8px;
  padding-right: 8px; }

.uk-form-small:not(select):not(input):not(textarea) {
  line-height: 28px; }

/*
 * Large
 */
.uk-form-large {
  font-size: 1.25rem; }

.uk-form-large:not(textarea):not([multiple]):not([size]) {
  height: 55px;
  padding-left: 12px;
  padding-right: 12px; }

.uk-form-large:not(select):not(input):not(textarea) {
  line-height: 53px; }

/* Style modifier (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */
/*
 * Error
 */
.uk-form-danger,
.uk-form-danger:focus {
  color: #f0506e;
  border-color: #f0506e; }

/*
 * Success
 */
.uk-form-success,
.uk-form-success:focus {
  color: #32d296;
  border-color: #32d296; }

/*
 * Blank
 */
.uk-form-blank {
  background: none;
  border-color: transparent; }

.uk-form-blank:focus {
  border-color: #e5e5e5;
  border-style: dashed; }

/* Width modifiers (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */
/*
 * Fixed widths
 * Different widths for mini sized `input` and `select` elements
 */
input.uk-form-width-xsmall {
  width: 50px; }

select.uk-form-width-xsmall {
  width: 75px; }

.uk-form-width-small {
  width: 130px; }

.uk-form-width-medium {
  width: 200px; }

.uk-form-width-large {
  width: 500px; }

/* Select
 ========================================================================== */
/*
 * 1. Remove default style. Also works in Firefox
 * 2. Style
 * 3. Remove default style in IE 10/11
 * 4. Set `color` for options in the select dropdown, because the inherited `color` might be too light.
 */
.uk-select:not([multiple]):not([size]) {
  /* 1 */
  -webkit-appearance: none;
  -moz-appearance: none;
  /* 2 */
  padding-right: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: 100% 50%; }

/* 3 */
.uk-select:not([multiple]):not([size])::-ms-expand {
  display: none; }

/* 4 */
.uk-select:not([multiple]):not([size]) option {
  color: #444; }

/*
 * Disabled
 */
.uk-select:not([multiple]):not([size]):disabled {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A"); }

/* Datalist
 ========================================================================== */
/*
 * 1. Remove default style in Chrome
 */
.uk-input[list] {
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: 100% 50%; }

.uk-input[list]:hover,
.uk-input[list]:focus {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A"); }

/* 1 */
.uk-input[list]::-webkit-calendar-picker-indicator {
  display: none; }

/* Radio and checkbox
 * Note: Does not work in IE11
 ========================================================================== */
/*
 * 1. Style
 * 2. Make box more robust so it clips the child element
 * 3. Vertical alignment
 * 4. Remove default style
 * 5. Fix black background on iOS
 * 6. Center icons
 */
.uk-radio,
.uk-checkbox {
  /* 1 */
  display: inline-block;
  height: 16px;
  width: 16px;
  /* 2 */
  overflow: hidden;
  /* 3 */
  margin-top: -4px;
  vertical-align: middle;
  /* 4 */
  -webkit-appearance: none;
  -moz-appearance: none;
  /* 5 */
  background-color: transparent;
  /* 6 */
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 1px solid #cccccc;
  transition: 0.2s ease-in-out;
  transition-property: background-color, border; }

.uk-radio {
  border-radius: 50%; }

/* Focus */
.uk-radio:focus,
.uk-checkbox:focus {
  outline: none;
  border-color: #1e87f0; }

/*
 * Checked
 */
.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
  background-color: #1e87f0;
  border-color: transparent; }

/* Focus */
.uk-radio:checked:focus,
.uk-checkbox:checked:focus,
.uk-checkbox:indeterminate:focus {
  background-color: #0e6dcd; }

/*
 * Icons
 */
.uk-radio:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E"); }

.uk-checkbox:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A"); }

.uk-checkbox:indeterminate {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E"); }

/*
 * Disabled
 */
.uk-radio:disabled,
.uk-checkbox:disabled {
  background-color: #f8f8f8;
  border-color: #e5e5e5; }

.uk-radio:disabled:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23999%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E"); }

.uk-checkbox:disabled:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A"); }

.uk-checkbox:disabled:indeterminate {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23999%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E"); }

/* Legend
 ========================================================================== */
/*
 * Legend
 * 1. Behave like block element
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove padding so people aren't caught out if they zero out fieldsets.
 * 4. Style
 */
.uk-legend {
  /* 1 */
  width: 100%;
  /* 2 */
  color: inherit;
  /* 3 */
  padding: 0;
  /* 4 */
  font-size: 1.5rem;
  line-height: 1.4; }

/* Custom controls
 ========================================================================== */
/*
 * 1. Container fits its content
 * 2. Create position context
 * 3. Prevent content overflow
 * 4. Behave like most inline-block elements
 */
.uk-form-custom {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
  /* 4 */
  vertical-align: middle; }

/*
 * 1. Position and resize the form control to always cover its container
 * 2. Required for Firefox for positioning to the left
 * 3. Required for Webkit to make `height` work
 * 4. Hide controle and show cursor
 * 5. Needed for the cursor
 * 6. Clip height caused by 5. Needed for Webkit only
 */
.uk-form-custom select,
.uk-form-custom input[type="file"] {
  /* 1 */
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  /* 2 */
  left: 0;
  /* 3 */
  -webkit-appearance: none;
  /* 4 */
  opacity: 0;
  cursor: pointer; }

.uk-form-custom input[type="file"] {
  /* 5 */
  font-size: 500px;
  /* 6 */
  overflow: hidden; }

/* Label
 ========================================================================== */
.uk-form-label {
  color: #333;
  font-size: 0.875rem; }

/* Layout
 ========================================================================== */
/*
 * Stacked
 */
.uk-form-stacked .uk-form-label {
  display: block;
  margin-bottom: 5px; }

/*
 * Horizontal
 */
/* Tablet portrait and smaller */
@media (max-width: 959px) {
  /* Behave like `uk-form-stacked` */
  .uk-form-horizontal .uk-form-label {
    display: block;
    margin-bottom: 5px; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-form-horizontal .uk-form-label {
    width: 200px;
    margin-top: 7px;
    float: left; }
  .uk-form-horizontal .uk-form-controls {
    margin-left: 215px; }
  /* Better vertical alignment if controls are checkboxes and radio buttons with text */
  .uk-form-horizontal .uk-form-controls-text {
    padding-top: 7px; } }

/* Icons
 ========================================================================== */
/*
 * 1. Set position
 * 2. Set width
 * 3. Center icon vertically and horizontally
 * 4. Style
 */
.uk-form-icon {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  width: 40px;
  /* 3 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  /* 4 */
  color: #999; }

/*
 * Required for `a`.
 */
.uk-form-icon:hover {
  color: #666; }

/*
 * Make `input` element clickable through icon, e.g. if it's a `span`
 */
.uk-form-icon:not(a):not(button):not(input) {
  pointer-events: none; }

/*
 * Input padding
 */
.uk-form-icon:not(.uk-form-icon-flip) ~ .uk-input {
  padding-left: 40px !important; }

/*
 * Position modifier
 */
.uk-form-icon-flip {
  right: 0;
  left: auto; }

.uk-form-icon-flip ~ .uk-input {
  padding-right: 40px !important; }

/* ========================================================================
   Component: Button
 ========================================================================== */
/*
 * 1. Remove margins in Chrome, Safari and Opera.
 * 2. Remove borders for `button`.
 * 3. Address `overflow` set to `hidden` in IE.
 * 4. Correct `font` properties and `color` not being inherited for `button`.
 * 5. Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 6. Remove default style for `input type="submit"`in iOS.
 * 7. Style
 * 8. `line-height` is used to create a height because it also centers the text vertically for `a` elements.
 *    Better would be to use height and flexbox to center the text vertically but flexbox doesn't work in Firefox on `button` elements.
 * 9. Align text if button has a width
 * 10. Required for `a`.
 */
.uk-button {
  /* 1 */
  margin: 0;
  /* 2 */
  border: none;
  /* 3 */
  overflow: visible;
  /* 4 */
  font: inherit;
  color: inherit;
  /* 5 */
  text-transform: none;
  /* 6 */
  -webkit-appearance: none;
  border-radius: 0;
  /* 7 */
  display: inline-block;
  box-sizing: border-box;
  padding: 0 30px;
  vertical-align: middle;
  font-size: 0.875rem;
  /* 8 */
  line-height: 38px;
  /* 9 */
  text-align: center;
  /* 10 */
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color, border-color; }

.uk-button:not(:disabled) {
  cursor: pointer; }

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

/* Hover */
.uk-button:hover {
  /* 9 */
  text-decoration: none; }

/* Focus */
.uk-button:focus {
  outline: none; }

/* OnClick + Active */
/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.uk-button-default {
  background-color: transparent;
  color: #333;
  border: 1px solid #e5e5e5; }

/* Hover + Focus */
.uk-button-default:hover,
.uk-button-default:focus {
  background-color: transparent;
  color: #333;
  border-color: #b2b2b2; }

/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: transparent;
  color: #333;
  border-color: #999999; }

/*
 * Primary
 */
.uk-button-primary {
  background-color: #1e87f0;
  color: #fff;
  border: 1px solid transparent; }

/* Hover + Focus */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #0f7ae5;
  color: #fff; }

/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  background-color: #0e6dcd;
  color: #fff; }

/*
 * Secondary
 */
.uk-button-secondary {
  background-color: #222;
  color: #fff;
  border: 1px solid transparent; }

/* Hover + Focus */
.uk-button-secondary:hover,
.uk-button-secondary:focus {
  background-color: #151515;
  color: #fff; }

/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #080808;
  color: #fff; }

/*
 * Danger
 */
.uk-button-danger {
  background-color: #f0506e;
  color: #fff;
  border: 1px solid transparent; }

/* Hover + Focus */
.uk-button-danger:hover,
.uk-button-danger:focus {
  background-color: #ee395b;
  color: #fff; }

/* OnClick + Active */
.uk-button-danger:active,
.uk-button-danger.uk-active {
  background-color: #ec2147;
  color: #fff; }

/*
 * Disabled
 * The same for all style modifiers
 */
.uk-button-default:disabled,
.uk-button-primary:disabled,
.uk-button-secondary:disabled,
.uk-button-danger:disabled {
  background-color: transparent;
  color: #999;
  border-color: #e5e5e5; }

/* Size modifiers
 ========================================================================== */
.uk-button-small {
  padding: 0 15px;
  line-height: 28px;
  font-size: 0.875rem; }

.uk-button-large {
  padding: 0 40px;
  line-height: 53px;
  font-size: 0.875rem; }

/* Text modifiers
 ========================================================================== */
/*
 * Text
 * 1. Reset
 * 2. Style
 */
.uk-button-text {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  color: #333;
  position: relative; }

.uk-button-text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 100%;
  border-bottom: 1px solid #333;
  transition: right 0.3s ease-out; }

/* Hover + Focus */
.uk-button-text:hover,
.uk-button-text:focus {
  color: #333; }

.uk-button-text:hover::before,
.uk-button-text:focus::before {
  right: 0; }

/* Disabled */
.uk-button-text:disabled {
  color: #999; }

.uk-button-text:disabled::before {
  display: none; }

/*
 * Link
 * 1. Reset
 * 2. Style
 */
.uk-button-link {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  color: #1e87f0; }

/* Hover + Focus */
.uk-button-link:hover,
.uk-button-link:focus {
  color: #0f6ecd;
  text-decoration: underline; }

/* Disabled */
.uk-button-link:disabled {
  color: #999;
  text-decoration: none; }

/* Group
 ========================================================================== */
/*
 * 1. Using `flex` instead of `inline-block` to prevent whitespace betweent child elements
 * 2. Behave like button
 * 3. Create position context
 */
.uk-button-group {
  /* 1 */
  display: inline-flex;
  /* 2 */
  vertical-align: middle;
  /* 3 */
  position: relative; }

/* Group
     ========================================================================== */
/*
     * Collapse border
     */
.uk-button-group > .uk-button:nth-child(n + 2),
.uk-button-group > div:nth-child(n + 2) .uk-button {
  margin-left: -1px; }

/*
     * Create position context to superimpose the successor elements border
     * Known issue: If you use an `a` element as button and an icon inside,
     * the active state will not work if you click the icon inside the button
     * Workaround: Just use a `button` or `input` element as button
     */
.uk-button-group .uk-button:hover,
.uk-button-group .uk-button:focus,
.uk-button-group .uk-button:active,
.uk-button-group .uk-button.uk-active {
  position: relative;
  z-index: 1; }

/* ========================================================================
   Component: Section
 ========================================================================== */
/*
 * 1. Make it work with `100vh` and height in general
 */
.uk-section {
  box-sizing: border-box;
  /* 1 */
  padding-top: 40px;
  padding-bottom: 40px; }

/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-section {
    padding-top: 70px;
    padding-bottom: 70px; } }

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

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

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

/* Size modifiers
 ========================================================================== */
/*
 * XSmall
 */
.uk-section-xsmall {
  padding-top: 20px;
  padding-bottom: 20px; }

/*
 * Small
 */
.uk-section-small {
  padding-top: 40px;
  padding-bottom: 40px; }

/*
 * Large
 */
.uk-section-large {
  padding-top: 70px;
  padding-bottom: 70px; }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-section-large {
    padding-top: 140px;
    padding-bottom: 140px; } }

/*
 * XLarge
 */
.uk-section-xlarge {
  padding-top: 140px;
  padding-bottom: 140px; }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-section-xlarge {
    padding-top: 210px;
    padding-bottom: 210px; } }

/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.uk-section-default {
  background: #fff; }

/*
 * Muted
 */
.uk-section-muted {
  background: #f8f8f8; }

/*
 * Primary
 */
.uk-section-primary {
  background: #1e87f0; }

/*
 * Secondary
 */
.uk-section-secondary {
  background: #222; }

/* Overlap modifier
 ========================================================================== */
/*
 * Reserved modifier to make a section overlap another section with an border image
 * Implemented by the theme
 */
/* ========================================================================
   Component: Container
 ========================================================================== */
/*
 * 1. Box sizing has to be `content-box` so the max-width is always the same and
 *    unaffected by the padding on different breakpoints. It's important for the size modifiers.
 */
.uk-container {
  /* 1 */
  box-sizing: content-box;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================================================
   Component: Tile
 ========================================================================== */
.uk-tile {
  position: relative;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 40px;
  padding-bottom: 40px; }

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

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

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

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

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

/* Size modifiers
 ========================================================================== */
/*
 * XSmall
 */
.uk-tile-xsmall {
  padding-top: 20px;
  padding-bottom: 20px; }

/*
 * Small
 */
.uk-tile-small {
  padding-top: 40px;
  padding-bottom: 40px; }

/*
 * Large
 */
.uk-tile-large {
  padding-top: 70px;
  padding-bottom: 70px; }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-tile-large {
    padding-top: 140px;
    padding-bottom: 140px; } }

/*
 * XLarge
 */
.uk-tile-xlarge {
  padding-top: 140px;
  padding-bottom: 140px; }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-tile-xlarge {
    padding-top: 210px;
    padding-bottom: 210px; } }

/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.uk-tile-default {
  background: #fff; }

/*
 * Muted
 */
.uk-tile-muted {
  background: #f8f8f8; }

/*
 * Primary
 */
.uk-tile-primary {
  background: #1e87f0; }

/*
 * Secondary
 */
.uk-tile-secondary {
  background: #222; }

/* ========================================================================
   Component: Card
 ========================================================================== */
.uk-card {
  position: relative;
  box-sizing: border-box;
  transition: box-shadow 0.1s ease-in-out; }

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

.uk-card-header {
  padding: 15px 30px; }

.uk-card-footer {
  padding: 15px 30px; }

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

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

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

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

/* Media
 ========================================================================== */
/*
 * Reserved alignment modifier to style the media element, e.g. with `border-radius`
 * Implemented by the theme
 */
/* Title
 ========================================================================== */
.uk-card-title {
  font-size: 1.5rem;
  line-height: 1.4; }

/* Badge
 ========================================================================== */
.uk-card-badge {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1; }

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

/* Hover modifier
 ========================================================================== */
.uk-card-hover:not(.uk-card-default):not(.uk-card-primary):not(
.uk-card-secondary
):hover {
  background: #fff;
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16); }

/* Style modifiers
 ========================================================================== */
/*
 * Default
 * Note: Header and Footer are only implemented for the default style
 */
.uk-card-default {
  background: #fff;
  color: #666;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); }

.uk-card-default .uk-card-title {
  color: #333; }

.uk-card-default.uk-card-hover:hover {
  background-color: #fff;
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16); }

.uk-card-default .uk-card-header {
  border-bottom: 1px solid #e5e5e5; }

.uk-card-default .uk-card-footer {
  border-top: 1px solid #e5e5e5; }

/*
 * Primary
 */
.uk-card-primary {
  background: #1e87f0;
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); }

.uk-card-primary .uk-card-title {
  color: #fff; }

.uk-card-primary.uk-card-hover:hover {
  background-color: #1e87f0;
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16); }

/*
 * Secondary
 */
.uk-card-secondary {
  background: #222;
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); }

.uk-card-secondary .uk-card-title {
  color: #fff; }

.uk-card-secondary.uk-card-hover:hover {
  background-color: #222;
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16); }

/* Size modifier
 ========================================================================== */
/*
 * Small
 */
.uk-card-small.uk-card-body,
.uk-card-small .uk-card-body {
  padding: 20px 20px; }

.uk-card-small .uk-card-header {
  padding: 13px 20px; }

.uk-card-small .uk-card-footer {
  padding: 13px 20px; }

/*
 * Large
 */
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-card-large.uk-card-body,
  .uk-card-large .uk-card-body {
    padding: 70px 70px; }
  .uk-card-large .uk-card-header {
    padding: 35px 70px; }
  .uk-card-large .uk-card-footer {
    padding: 35px 70px; } }

/*
     * Default
     */
.uk-card-body > .uk-nav-default {
  margin-left: -30px;
  margin-right: -30px; }

.uk-card-body > .uk-nav-default:only-child {
  margin-top: -15px;
  margin-bottom: -15px; }

.uk-card-body .uk-nav-default > li > a,
.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-body .uk-nav-default .uk-nav-divider {
  padding-left: 30px;
  padding-right: 30px; }

.uk-card-body .uk-nav-default .uk-nav-sub {
  padding-left: 45px; }

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-card-body > .uk-nav-default {
    margin-left: -40px;
    margin-right: -40px; }
  .uk-card-body > .uk-nav-default:only-child {
    margin-top: -25px;
    margin-bottom: -25px; }
  .uk-card-body .uk-nav-default > li > a,
  .uk-card-body .uk-nav-default .uk-nav-header,
  .uk-card-body .uk-nav-default .uk-nav-divider {
    padding-left: 40px;
    padding-right: 40px; }
  .uk-card-body .uk-nav-default .uk-nav-sub {
    padding-left: 55px; } }

/*
     * Small
     */
.uk-card-small > .uk-nav-default {
  margin-left: -20px;
  margin-right: -20px; }

.uk-card-small > .uk-nav-default:only-child {
  margin-top: -5px;
  margin-bottom: -5px; }

.uk-card-small .uk-nav-default > li > a,
.uk-card-small .uk-nav-default .uk-nav-header,
.uk-card-small .uk-nav-default .uk-nav-divider {
  padding-left: 20px;
  padding-right: 20px; }

.uk-card-small .uk-nav-default .uk-nav-sub {
  padding-left: 35px; }

/*
     * Large
     */
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-card-large > .uk-nav-default {
    margin: 0; }
  .uk-card-large > .uk-nav-default:only-child {
    margin: 0; }
  .uk-card-large .uk-nav-default > li > a,
  .uk-card-large .uk-nav-default .uk-nav-header,
  .uk-card-large .uk-nav-default .uk-nav-divider {
    padding-left: 0;
    padding-right: 0; }
  .uk-card-large .uk-nav-default .uk-nav-sub {
    padding-left: 15px; } }

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

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

.uk-close:hover > * {
  stroke: white;
  transform: scale(0.8);
  opacity: 0.8; }

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

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

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

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

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

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

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

/* ========================================================================
   Component: Marker
 ========================================================================== */
/*
 * Addopts `uk-icon`
 */
.uk-marker {
  padding: 5px;
  background: #222;
  color: #fff;
  border-radius: 500px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================================================
   Component: Badge
 ========================================================================== */
/*
 * 1. Style
 * 2. Center child vertically and horizontally
 */
.uk-badge {
  box-sizing: border-box;
  min-width: 22px;
  height: 22px;
  padding: 0 5px;
  border-radius: 500px;
  vertical-align: middle;
  /* 1 */
  background: #1e87f0;
  color: #fff;
  font-size: 0.875rem;
  /* 2 */
  display: inline-flex;
  justify-content: center;
  align-items: center; }

/*
 * Required for `a`
 */
.uk-badge:hover,
.uk-badge:focus {
  color: #fff;
  text-decoration: none;
  outline: none; }

/* ========================================================================
   Component: Label
 ========================================================================== */
.uk-label {
  display: inline-block;
  padding: 0 10px;
  background: #1e87f0;
  line-height: 1.5;
  font-size: 0.875rem;
  color: #fff;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 2px;
  text-transform: uppercase; }

/* Color modifiers
 ========================================================================== */
/*
 * Success
 */
.uk-label-success {
  background-color: #32d296;
  color: #fff; }

/*
 * Warning
 */
.uk-label-warning {
  background-color: #faa05a;
  color: #fff; }

/*
 * Danger
 */
.uk-label-danger {
  background-color: #f0506e;
  color: #fff; }

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

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

/* Icon
 ========================================================================== */
/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.uk-overlay-default {
  background: rgba(255, 255, 255, 0.8); }

/*
 * Primary
 */
.uk-overlay-primary {
  background: rgba(34, 34, 34, 0.8); }

/* ========================================================================
   Component: Article
 ========================================================================== */
/*
 * Micro clearfix
 */
.uk-article::before,
.uk-article::after {
  content: "";
  display: table; }

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

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

/* Adjacent sibling
 ========================================================================== */
.uk-article + .uk-article {
  margin-top: 70px; }

/* Title
 ========================================================================== */
.uk-article-title {
  font-size: 2.23125rem;
  line-height: 1.2; }

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

/* Meta
 ========================================================================== */
.uk-article-meta {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #999; }

.uk-article-meta a {
  color: #999; }

.uk-article-meta a:hover {
  color: #666;
  text-decoration: none; }

/* ========================================================================
   Component: Comment
 ========================================================================== */
/* Sections
 ========================================================================== */
.uk-comment-body {
  overflow-wrap: break-word;
  word-wrap: break-word; }

.uk-comment-header {
  margin-bottom: 20px; }

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

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

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

/* Title
 ========================================================================== */
.uk-comment-title {
  font-size: 1.25rem;
  line-height: 1.4; }

/* Meta
 ========================================================================== */
.uk-comment-meta {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #999; }

/* Avatar
 ========================================================================== */
/* List
 ========================================================================== */
.uk-comment-list {
  padding: 0;
  list-style: none; }

/* Adjacent siblings */
.uk-comment-list > :nth-child(n + 2) {
  margin-top: 70px; }

/*
 * Sublists
 * Note: General sibling selector allows reply block between comment and sublist
 */
.uk-comment-list .uk-comment ~ ul {
  margin: 70px 0 0 0;
  padding-left: 30px;
  list-style: none; }

/* Tablet and bigger */
@media (min-width: 960px) {
  .uk-comment-list .uk-comment ~ ul {
    padding-left: 100px; } }

/* Adjacent siblings */
.uk-comment-list .uk-comment ~ ul > :nth-child(n + 2) {
  margin-top: 70px; }

/* Style modifier
 ========================================================================== */
.uk-comment-primary {
  padding: 30px;
  background-color: #f8f8f8; }

/* ========================================================================
   Component: Search
 ========================================================================== */
/*
 * 1. Container fits its content
 * 2. Create position context
 * 3. Prevent content overflow
 * 4. Reset `form`
 */
.uk-search {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
  /* 4 */
  margin: 0; }

/* Input
 ========================================================================== */
/*
 * Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X.
 */
.uk-search-input::-webkit-search-cancel-button,
.uk-search-input::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes placeholder transparency in Firefox.
 */
.uk-search-input::-moz-placeholder {
  opacity: 1; }

/*
 * 1. Define consistent box sizing.
 * 2. Address margins set differently in Firefox/IE and Chrome/Safari/Opera.
 * 3. Remove `border-radius` in iOS.
 * 4. Change font properties to `inherit` in all browsers
 * 5. Show the overflow in Edge.
 * 6. Remove default style in iOS.
 * 7. Vertical alignment
 * 8. Take the full container width
 * 9. Style
 */
.uk-search-input {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  margin: 0;
  /* 3 */
  border-radius: 0;
  /* 4 */
  font: inherit;
  /* 5 */
  overflow: visible;
  /* 6 */
  -webkit-appearance: none;
  /* 7 */
  vertical-align: middle;
  /* 8 */
  width: 100%;
  /* 9 */
  border: none;
  color: #666; }

.uk-search-input:focus {
  outline: none; }

/* Placeholder */
.uk-search-input:-ms-input-placeholder {
  color: #999 !important; }

.uk-search-input::placeholder {
  color: #999; }

/* Icon (Adopts `uk-icon`)
 ========================================================================== */
/*
 * Remove default focus style
 */
.uk-search-icon:focus {
  outline: none; }

/*
 * Position above input
 * 1. Set position
 * 2. Center icon vertically and horizontally
 * 3. Style
 */
.uk-search .uk-search-icon {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  /* 3 */
  color: #999; }

/*
 * Required for `a`.
 */
.uk-search .uk-search-icon:hover {
  color: #999; }

/*
 * Make `input` element clickable through icon, e.g. if it's a `span`
 */
.uk-search .uk-search-icon:not(a):not(button):not(input) {
  pointer-events: none; }

/*
 * Position modifier
 */
.uk-search .uk-search-icon-flip {
  right: 0;
  left: auto; }

/* Default modifier
 ========================================================================== */
.uk-search-default {
  width: 180px; }

/*
 * Input
 */
.uk-search-default .uk-search-input {
  height: 40px;
  padding-left: 6px;
  padding-right: 6px;
  background: transparent;
  border: 1px solid #e5e5e5; }

/* Focus */
.uk-search-default .uk-search-input:focus {
  background-color: transparent; }

/*
 * Icon
 */
.uk-search-default .uk-search-icon {
  width: 40px; }

.uk-search-default
.uk-search-icon:not(.uk-search-icon-flip)
~ .uk-search-input {
  padding-left: 40px; }

.uk-search-default .uk-search-icon-flip ~ .uk-search-input {
  padding-right: 40px; }

/* Navbar modifier
 ========================================================================== */
.uk-search-navbar {
  width: 400px; }

/*
 * Input
 */
.uk-search-navbar .uk-search-input {
  height: 40px;
  background: transparent;
  font-size: 1.5rem; }

/*
 * Icon
 */
.uk-search-navbar .uk-search-icon {
  width: 40px; }

.uk-search-navbar .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
  padding-left: 40px; }

.uk-search-navbar .uk-search-icon-flip ~ .uk-search-input {
  padding-right: 40px; }

/* Large modifier
 ========================================================================== */
.uk-search-large {
  width: 500px; }

/*
 * Input
 */
.uk-search-large .uk-search-input {
  height: 80px;
  background: transparent;
  font-size: 2.625rem; }

/*
 * Icon
 */
.uk-search-large .uk-search-icon {
  width: 80px; }

.uk-search-large .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
  padding-left: 80px; }

.uk-search-large .uk-search-icon-flip ~ .uk-search-input {
  padding-right: 80px; }

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

/* Hover + Focus */
.uk-search-toggle:hover,
.uk-search-toggle:focus {
  color: #666; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Items
 ========================================================================== */
/*
 * Items must target `a` elements to exclude other elements (e.g. dropdowns)
 * Using `:first-child` instead of `a` to support `span` elements for text
 * 1. Prevent gap if child element is `inline-block`, e.g. an icon
 * 2. Style
 */
.uk-subnav > * > :first-child {
  /* 1 */
  display: block;
  /* 2 */
  color: #999;
  font-size: 0.875rem;
  text-transform: uppercase;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color; }

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

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

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

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

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

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

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

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

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

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

/*
 * Space is allocated solely based on content dimensions: 0 0 auto
 */
.uk-breadcrumb > * {
  flex: none; }

/* Items
 ========================================================================== */
.uk-breadcrumb > * > * {
  display: inline-block;
  font-size: 0.875rem;
  color: #999; }

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

/* Disabled */
/* Active */
.uk-breadcrumb > :last-child > * {
  color: #666; }

/*
 * Divider
 * `nth-child` makes it also work without JS if it's only one row
 */
.uk-breadcrumb > :nth-child(n + 2):not(.uk-first-column)::before {
  content: "/";
  display: inline-block;
  margin: 0 20px;
  font-size: 0.875rem;
  color: #999; }

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

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

/* Items
 ========================================================================== */
/*
 * 1. Prevent gap if child element is `inline-block`, e.g. an icon
 * 2. Style
 */
.uk-pagination > * > * {
  /* 1 */
  display: block;
  /* 2 */
  color: #999;
  transition: color 0.1s ease-in-out; }

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

/* Active */
.uk-pagination > .uk-active > * {
  color: #666; }

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

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

.uk-tab::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 0;
  border-bottom: 1px solid #e5e5e5; }

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

/* Items
 ========================================================================== */
/*
 * Items must target `a` elements to exclude other elements (e.g. dropdowns)
 * 1. Center text if a width is set
 * 2. Style
 */
.uk-tab > * > a {
  /* 1 */
  display: block;
  text-align: center;
  /* 2 */
  padding: 5px 10px;
  color: #999;
  border-bottom: 1px solid transparent;
  font-size: 0.875rem;
  text-transform: uppercase;
  transition: color 0.1s ease-in-out; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Items
 ========================================================================== */
/*
 * Items
 */
.uk-thumbnav > * > * {
  display: inline-block;
  position: relative; }

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

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

.uk-thumbnav > * > :hover::after,
.uk-thumbnav > * > :focus::after {
  background-color: transparent; }

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

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

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

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

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

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

.uk-accordion-title::before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  margin-left: 10px;
  float: right;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%; }
  @media screen and (max-width: 960px) {
    .uk-accordion-title::before {
      height: 1em; } }

.uk-open > .uk-accordion-title::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E"); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Items
 ========================================================================== */
/*
 * Items must target `a` elements to exclude other elements (e.g. dropdowns)
 * 1. Prevent gap if child element is `inline-block`, e.g. an icon
 * 2. Style
 */
.uk-iconnav > * > a {
  /* 1 */
  display: block;
  /* 2 */
  color: #999; }

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

/* Active */
.uk-iconnav > .uk-active > a {
  color: #666; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================================================
   Component: Placeholder
 ========================================================================== */
.uk-placeholder {
  margin-bottom: 20px;
  padding: 30px 30px;
  background: transparent;
  border: 1px dashed #e5e5e5; }

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

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

/* ========================================================================
   Component: Progress
 ========================================================================== */
/*
 * 1. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 * 2. Remove default style
 * 3. Behave like a block element
 * 4. Remove borders in Firefox and Edge
 * 5. Set background color for progress container in Firefox, IE11 and Edge
 * 6. Style
 */
.uk-progress {
  /* 1 */
  vertical-align: baseline;
  /* 2 */
  -webkit-appearance: none;
  -moz-appearance: none;
  /* 3 */
  display: block;
  width: 100%;
  /* 4 */
  border: 0;
  /* 5 */
  background-color: #f8f8f8;
  /* 6 */
  margin-bottom: 20px;
  height: 15px;
  border-radius: 500px;
  overflow: hidden; }

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

/*
 * Remove animated circles for indeterminate state in IE11 and Edge
 */
.uk-progress:indeterminate {
  color: transparent; }

/*
 * Progress container
 * 2. Remove progress bar for indeterminate state in Firefox
 */
.uk-progress::-webkit-progress-bar {
  background-color: #f8f8f8;
  border-radius: 500px;
  overflow: hidden; }

/* 2 */
.uk-progress:indeterminate::-moz-progress-bar {
  width: 0; }

/*
 * Progress bar
 * 1. Remove right border in IE11 and Edge
 */
.uk-progress::-webkit-progress-value {
  background-color: #1e87f0;
  transition: width 0.6s ease; }

.uk-progress::-moz-progress-bar {
  background-color: #1e87f0; }

.uk-progress::-ms-fill {
  background-color: #1e87f0;
  transition: width 0.6s ease;
  /* 1 */
  border: 0; }

/* ========================================================================
   Component: Sortable
 ========================================================================== */
.uk-sortable {
  position: relative; }

/*
 * Deactivate pointer-events on SVGs in Safari
 */
.uk-sortable svg {
  pointer-events: none; }

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

/* Drag
 ========================================================================== */
.uk-sortable-drag {
  position: absolute !important;
  z-index: 1050 !important;
  pointer-events: none; }

/* Placeholder
 ========================================================================== */
.uk-sortable-placeholder {
  opacity: 0;
  pointer-events: none; }

/* Empty modifier
 ========================================================================== */
.uk-sortable-empty {
  min-height: 50px; }

/* Handle
 ========================================================================== */
/* Hover */
.uk-sortable-handle:hover {
  cursor: move; }

/* ========================================================================
   Component: Countdown
 ========================================================================== */
/* Item
 ========================================================================== */
/* Number
 ========================================================================== */
.uk-countdown-number {
  font-size: 2rem;
  line-height: 0.8; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-countdown-number {
    font-size: 4rem; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-countdown-number {
    font-size: 6rem; } }

/* Separator
 ========================================================================== */
.uk-countdown-separator {
  font-size: 1rem;
  line-height: 1.6; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-countdown-separator {
    font-size: 2rem; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-countdown-separator {
    font-size: 3rem; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uk-text-meta a {
  color: #999; }

.uk-text-meta a:hover {
  color: #666;
  text-decoration: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uk-margin-right {
  margin-right: 20px !important; }

/* Small
 ========================================================================== */
.uk-margin-small {
  margin-bottom: 10px; }

* + .uk-margin-small {
  margin-top: 10px !important; }

.uk-margin-small-top {
  margin-top: 10px !important; }

.uk-margin-small-bottom {
  margin-bottom: 10px !important; }

.uk-margin-small-left {
  margin-left: 10px !important; }

.uk-margin-small-right {
  margin-right: 10px !important; }

/* Medium
 ========================================================================== */
.uk-margin-medium {
  margin-bottom: 40px; }

* + .uk-margin-medium {
  margin-top: 40px !important; }

.uk-margin-medium-top {
  margin-top: 40px !important; }

.uk-margin-medium-bottom {
  margin-bottom: 40px !important; }

.uk-margin-medium-left {
  margin-left: 40px !important; }

.uk-margin-medium-right {
  margin-right: 40px !important; }

/* Large
 ========================================================================== */
.uk-margin-large {
  margin-bottom: 40px; }

* + .uk-margin-large {
  margin-top: 40px !important; }

.uk-margin-large-top {
  margin-top: 40px !important; }

.uk-margin-large-bottom {
  margin-bottom: 40px !important; }

.uk-margin-large-left {
  margin-left: 40px !important; }

.uk-margin-large-right {
  margin-right: 40px !important; }

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-margin-large {
    margin-bottom: 70px; }
  * + .uk-margin-large {
    margin-top: 70px !important; }
  .uk-margin-large-top {
    margin-top: 70px !important; }
  .uk-margin-large-bottom {
    margin-bottom: 70px !important; }
  .uk-margin-large-left {
    margin-left: 70px !important; }
  .uk-margin-large-right {
    margin-right: 70px !important; } }

/* XLarge
 ========================================================================== */
.uk-margin-xlarge {
  margin-bottom: 70px; }

* + .uk-margin-xlarge {
  margin-top: 70px !important; }

.uk-margin-xlarge-top {
  margin-top: 70px !important; }

.uk-margin-xlarge-bottom {
  margin-bottom: 70px !important; }

.uk-margin-xlarge-left {
  margin-left: 70px !important; }

.uk-margin-xlarge-right {
  margin-right: 70px !important; }

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-margin-xlarge {
    margin-bottom: 140px; }
  * + .uk-margin-xlarge {
    margin-top: 140px !important; }
  .uk-margin-xlarge-top {
    margin-top: 140px !important; }
  .uk-margin-xlarge-bottom {
    margin-bottom: 140px !important; }
  .uk-margin-xlarge-left {
    margin-left: 140px !important; }
  .uk-margin-xlarge-right {
    margin-right: 140px !important; } }

/* Auto
 ========================================================================== */
.uk-margin-auto {
  margin-left: auto !important;
  margin-right: auto !important; }

.uk-margin-auto-top {
  margin-top: auto !important; }

.uk-margin-auto-bottom {
  margin-bottom: auto !important; }

.uk-margin-auto-left {
  margin-left: auto !important; }

.uk-margin-auto-right {
  margin-right: auto !important; }

.uk-margin-auto-vertical {
  margin-top: auto !important;
  margin-bottom: auto !important; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-margin-auto\@s {
    margin-left: auto !important;
    margin-right: auto !important; }
  .uk-margin-auto-left\@s {
    margin-left: auto !important; }
  .uk-margin-auto-right\@s {
    margin-right: auto !important; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-margin-auto\@m {
    margin-left: auto !important;
    margin-right: auto !important; }
  .uk-margin-auto-left\@m {
    margin-left: auto !important; }
  .uk-margin-auto-right\@m {
    margin-right: auto !important; } }

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-margin-auto\@l {
    margin-left: auto !important;
    margin-right: auto !important; }
  .uk-margin-auto-left\@l {
    margin-left: auto !important; }
  .uk-margin-auto-right\@l {
    margin-right: auto !important; } }

/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-margin-auto\@xl {
    margin-left: auto !important;
    margin-right: auto !important; }
  .uk-margin-auto-left\@xl {
    margin-left: auto !important; }
  .uk-margin-auto-right\@xl {
    margin-right: auto !important; } }

/* Remove
 ========================================================================== */
.uk-margin-remove {
  margin: 0 !important; }

.uk-margin-remove-top {
  margin-top: 0 !important; }

.uk-margin-remove-bottom {
  margin-bottom: 0 !important; }

.uk-margin-remove-left {
  margin-left: 0 !important; }

.uk-margin-remove-right {
  margin-right: 0 !important; }

.uk-margin-remove-vertical {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.uk-margin-remove-adjacent + *,
.uk-margin-remove-first-child > :first-child {
  margin-top: 0 !important; }

.uk-margin-remove-last-child > :last-child {
  margin-bottom: 0 !important; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-margin-remove-left\@s {
    margin-left: 0 !important; }
  .uk-margin-remove-right\@s {
    margin-right: 0 !important; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-margin-remove-left\@m {
    margin-left: 0 !important; }
  .uk-margin-remove-right\@m {
    margin-right: 0 !important; } }

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-margin-remove-left\@l {
    margin-left: 0 !important; }
  .uk-margin-remove-right\@l {
    margin-right: 0 !important; } }

/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-margin-remove-left\@xl {
    margin-left: 0 !important; }
  .uk-margin-remove-right\@xl {
    margin-right: 0 !important; } }

/* ========================================================================
   Component: Padding
 ========================================================================== */
.uk-padding {
  padding: 30px; }

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-padding {
    padding: 40px; } }

/* Small
 ========================================================================== */
.uk-padding-small {
  padding: 15px; }

/* Large
 ========================================================================== */
.uk-padding-large {
  padding: 30px; }

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-padding-large {
    padding: 70px; } }

/* Remove
 ========================================================================== */
.uk-padding-remove {
  padding: 0 !important; }

.uk-padding-remove-top {
  padding-top: 0 !important; }

.uk-padding-remove-bottom {
  padding-bottom: 0 !important; }

.uk-padding-remove-left {
  padding-left: 0 !important; }

.uk-padding-remove-right {
  padding-right: 0 !important; }

.uk-padding-remove-vertical {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.uk-padding-remove-horizontal {
  padding-left: 0 !important;
  padding-right: 0 !important; }

/* ========================================================================
   Component: Position
 ========================================================================== */
/* Directions
 ========================================================================== */
/*
 * 1. Prevent content overflow if `max-width: 100%` is used inside position container.
 */
[class*="uk-position-top"],
[class*="uk-position-bottom"],
[class*="uk-position-left"],
[class*="uk-position-right"],
[class*="uk-position-center"] {
  position: absolute !important;
  /* 1 */
  max-width: 100%; }

/* Edges
 ========================================================================== */
/* Don't use `width: 100%` because it is wrong if the parent has padding. */
.uk-position-top {
  top: 0;
  left: 0;
  right: 0; }

.uk-position-bottom {
  bottom: 0;
  left: 0;
  right: 0; }

.uk-position-left {
  top: 0;
  bottom: 0;
  left: 0; }

.uk-position-right {
  top: 0;
  bottom: 0;
  right: 0; }

/* Corners
 ========================================================================== */
.uk-position-top-left {
  top: 0;
  left: 0; }

.uk-position-top-right {
  top: 0;
  right: 0; }

.uk-position-bottom-left {
  bottom: 0;
  left: 0; }

.uk-position-bottom-right {
  bottom: 0;
  right: 0; }

/*
 * Center
 * 1. Fix text wrapping if content is larger than 50% of the container.
 */
.uk-position-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* 1 */
  width: max-content;
  max-width: 100%;
  box-sizing: border-box; }

/* Vertical */
[class*="uk-position-center-left"],
[class*="uk-position-center-right"] {
  top: 50%;
  transform: translateY(-50%); }

.uk-position-center-left {
  left: 0; }

.uk-position-center-right {
  right: 0; }

.uk-position-center-left-out {
  right: 100%;
  width: max-content; }

.uk-position-center-right-out {
  left: 100%;
  width: max-content; }

/* Horizontal */
.uk-position-top-center,
.uk-position-bottom-center {
  left: 50%;
  transform: translateX(-50%);
  /* 1 */
  width: max-content;
  max-width: 100%;
  box-sizing: border-box; }

.uk-position-top-center {
  top: 0; }

.uk-position-bottom-center {
  bottom: 0; }

/* Cover
 ========================================================================== */
.uk-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

/* Utility
 ========================================================================== */
.uk-position-relative {
  position: relative !important; }

.uk-position-absolute {
  position: absolute !important; }

.uk-position-fixed {
  position: fixed !important; }

.uk-position-z-index {
  z-index: 1; }

/* Margin modifier
 ========================================================================== */
/*
 * Small
 */
.uk-position-small {
  max-width: calc(100% - (15px * 2));
  margin: 15px; }

.uk-position-small.uk-position-center {
  transform: translate(-50%, -50%) translate(-15px, -15px); }

.uk-position-small[class*="uk-position-center-left"],
.uk-position-small[class*="uk-position-center-right"] {
  transform: translateY(-50%) translateY(-15px); }

.uk-position-small.uk-position-top-center,
.uk-position-small.uk-position-bottom-center {
  transform: translateX(-50%) translateX(-15px); }

/*
 * Medium
 */
.uk-position-medium {
  max-width: calc(100% - (30px * 2));
  margin: 30px; }

.uk-position-medium.uk-position-center {
  transform: translate(-50%, -50%) translate(-30px, -30px); }

.uk-position-medium[class*="uk-position-center-left"],
.uk-position-medium[class*="uk-position-center-right"] {
  transform: translateY(-50%) translateY(-30px); }

.uk-position-medium.uk-position-top-center,
.uk-position-medium.uk-position-bottom-center {
  transform: translateX(-50%) translateX(-30px); }

/*
 * Large
 */
.uk-position-large {
  max-width: calc(100% - (30px * 2));
  margin: 30px; }

.uk-position-large.uk-position-center {
  transform: translate(-50%, -50%) translate(-30px, -30px); }

.uk-position-large[class*="uk-position-center-left"],
.uk-position-large[class*="uk-position-center-right"] {
  transform: translateY(-50%) translateY(-30px); }

.uk-position-large.uk-position-top-center,
.uk-position-large.uk-position-bottom-center {
  transform: translateX(-50%) translateX(-30px); }

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-position-large {
    max-width: calc(100% - (50px * 2));
    margin: 50px; }
  .uk-position-large.uk-position-center {
    transform: translate(-50%, -50%) translate(-50px, -50px); }
  .uk-position-large[class*="uk-position-center-left"],
  .uk-position-large[class*="uk-position-center-right"] {
    transform: translateY(-50%) translateY(-50px); }
  .uk-position-large.uk-position-top-center,
  .uk-position-large.uk-position-bottom-center {
    transform: translateX(-50%) translateX(-50px); } }

/* ========================================================================
   Component: Transition
 ========================================================================== */
/* Toggle (Hover + Focus)
 ========================================================================== */
/*
 * 1. Prevent tab highlighting on iOS.
 */
.uk-transition-toggle {
  /* 1 */
  -webkit-tap-highlight-color: transparent; }

/*
 * Remove outline for `tabindex`
 */
.uk-transition-toggle:focus {
  outline: none; }

/* Transitions
 ========================================================================== */
/*
 * The toggle is triggered on touch devices by two methods:
 * 1. Using `:focus` and tabindex
 * 2. Using `:hover` and a `touchstart` event listener registered on the document
 *    (Doesn't work on Surface touch devices)
 *
 * Note: Transitions don't work with `uk-postion-center-*` classes because they also use `transform`,
 *       therefore it's recommended to use an extra `div` for the transition.
 */
.uk-transition-fade,
[class*="uk-transition-scale"],
[class*="uk-transition-slide"] {
  transition: 0.3s ease-out;
  transition-property: opacity, transform, filter;
  opacity: 0; }

/*
 * Fade
 */
.uk-transition-toggle:hover .uk-transition-fade,
.uk-transition-toggle:focus .uk-transition-fade,
.uk-transition-active.uk-active .uk-transition-fade {
  opacity: 1; }

/*
 * Scale
 */
.uk-transition-scale-up {
  transform: scale(1, 1); }

.uk-transition-scale-down {
  transform: scale(1.1, 1.1); }

/* Show */
.uk-transition-toggle:hover .uk-transition-scale-up,
.uk-transition-toggle:focus .uk-transition-scale-up,
.uk-transition-active.uk-active .uk-transition-scale-up {
  opacity: 1;
  transform: scale(1.1, 1.1); }

.uk-transition-toggle:hover .uk-transition-scale-down,
.uk-transition-toggle:focus .uk-transition-scale-down,
.uk-transition-active.uk-active .uk-transition-scale-down {
  opacity: 1;
  transform: scale(1, 1); }

/*
 * Slide
 */
.uk-transition-slide-top {
  transform: translateY(-100%); }

.uk-transition-slide-bottom {
  transform: translateY(100%); }

.uk-transition-slide-left {
  transform: translateX(-100%); }

.uk-transition-slide-right {
  transform: translateX(100%); }

.uk-transition-slide-top-small {
  transform: translateY(-10px); }

.uk-transition-slide-bottom-small {
  transform: translateY(10px); }

.uk-transition-slide-left-small {
  transform: translateX(-10px); }

.uk-transition-slide-right-small {
  transform: translateX(10px); }

.uk-transition-slide-top-medium {
  transform: translateY(-50px); }

.uk-transition-slide-bottom-medium {
  transform: translateY(50px); }

.uk-transition-slide-left-medium {
  transform: translateX(-50px); }

.uk-transition-slide-right-medium {
  transform: translateX(50px); }

/* Show */
.uk-transition-toggle:hover [class*="uk-transition-slide"],
.uk-transition-toggle:focus [class*="uk-transition-slide"],
.uk-transition-active.uk-active [class*="uk-transition-slide"] {
  opacity: 1;
  transform: translate(0, 0); }

/* Opacity modifier
 ========================================================================== */
.uk-transition-opaque {
  opacity: 1; }

/* Duration modifiers
 ========================================================================== */
.uk-transition-slow {
  transition-duration: 0.7s; }

/* ========================================================================
   Component: Visibility
 ========================================================================== */
/*
 * Hidden
 * `hidden` attribute also set here to make it stronger
 */
[hidden],
.uk-hidden {
  display: none !important; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-hidden\@s {
    display: none !important; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-hidden\@m {
    display: none !important; } }

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-hidden\@l {
    display: none !important; } }

/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-hidden\@xl {
    display: none !important; } }

/*
 * Visible
 */
/* Phone portrait and smaller */
@media (max-width: 639px) {
  .uk-visible\@s {
    display: none !important; } }

/* Phone landscape and smaller */
@media (max-width: 959px) {
  .uk-visible\@m {
    display: none !important; } }

/* Tablet landscape and smaller */
@media (max-width: 1199px) {
  .uk-visible\@l {
    display: none !important; } }

/* Desktop and smaller */
@media (max-width: 1599px) {
  .uk-visible\@xl {
    display: none !important; } }

/* Visibility
 ========================================================================== */
.uk-invisible {
  visibility: visible !important;
  opacity: 0.3;
  touch-action: none;
  cursor: unset; }

/* Toggle (Hover + Focus)
 ========================================================================== */
/*
 * Hidden
 * 1. The toggle is triggered on touch devices using `:focus` and tabindex
 * 2. The target stays visible if any element within receives focus through keyboard
 *    Doesn't work in Edge, yet.
 * 3. Can't use `display: none` nor `visibility: hidden` because both are not focusable.
 *
 */
/* 1 + 2 */
.uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within) {
  /* 3 */
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important; }

/*
 * Invisible
 */
/* 1 + 2 */
.uk-visible-toggle:not(:hover):not(:focus)
.uk-invisible-hover:not(:focus-within) {
  /* 3 */
  opacity: 0 !important; }

/*
 * 1. Prevent tab highlighting on iOS.
 */
.uk-visible-toggle {
  /* 1 */
  -webkit-tap-highlight-color: transparent; }

/*
 * Remove outline for `tabindex`
 */
.uk-visible-toggle:focus {
  outline: none; }

/* Touch
 ========================================================================== */
/*
 * Hide if primary pointing device has limited accuracy, e.g. a touch screen.
 * Works on mobile browsers: Safari, Chrome and Android browser
 */
@media (pointer: coarse) {
  .uk-hidden-touch {
    display: none !important; } }

/*
 * Hide if primary pointing device is accurate, e.g. mouse.
 * 1. Fallback for IE11 and Firefox, because `pointer` is not supported
 * 2. Reset if supported
 */
/* 1 */
.uk-hidden-notouch {
  display: none !important; }

@media (pointer: coarse) {
  .uk-hidden-notouch {
    display: block !important; } }

/* ========================================================================
   Component: Inverse
 ========================================================================== */
/*
 * Implemented class depends on the general theme color
 * `uk-light` is for light colors on dark backgrounds
 * `uk-dark` is or dark colors on light backgrounds
 */
.uk-light,
.uk-section-primary:not(.uk-preserve-color),
.uk-section-secondary:not(.uk-preserve-color),
.uk-tile-primary:not(.uk-preserve-color),
.uk-tile-secondary:not(.uk-preserve-color),
.uk-card-primary.uk-card-body,
.uk-card-primary > :not([class*="uk-card-media"]),
.uk-card-secondary.uk-card-body,
.uk-card-secondary > :not([class*="uk-card-media"]),
.uk-overlay-primary,
.uk-offcanvas-bar {
  color: rgba(255, 255, 255, 0.7); }

.uk-light a,
.uk-light .uk-link,
.uk-section-primary:not(.uk-preserve-color) a,
.uk-section-primary:not(.uk-preserve-color) .uk-link,
.uk-section-secondary:not(.uk-preserve-color) a,
.uk-section-secondary:not(.uk-preserve-color) .uk-link,
.uk-tile-primary:not(.uk-preserve-color) a,
.uk-tile-primary:not(.uk-preserve-color) .uk-link,
.uk-tile-secondary:not(.uk-preserve-color) a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link,
.uk-card-primary.uk-card-body a,
.uk-card-primary.uk-card-body .uk-link,
.uk-card-primary > :not([class*="uk-card-media"]) a,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-link,
.uk-card-secondary.uk-card-body a,
.uk-card-secondary.uk-card-body .uk-link,
.uk-card-secondary > :not([class*="uk-card-media"]) a,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-link,
.uk-overlay-primary a,
.uk-overlay-primary .uk-link,
.uk-offcanvas-bar a,
.uk-offcanvas-bar .uk-link {
  color: #fff; }

.uk-light a:hover,
.uk-light .uk-link:hover,
.uk-section-primary:not(.uk-preserve-color) a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-section-secondary:not(.uk-preserve-color) a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-primary:not(.uk-preserve-color) a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-secondary:not(.uk-preserve-color) a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-card-primary.uk-card-body a:hover,
.uk-card-primary.uk-card-body .uk-link:hover,
.uk-card-primary > :not([class*="uk-card-media"]) a:hover,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-link:hover,
.uk-card-secondary.uk-card-body a:hover,
.uk-card-secondary.uk-card-body .uk-link:hover,
.uk-card-secondary > :not([class*="uk-card-media"]) a:hover,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-link:hover,
.uk-overlay-primary a:hover,
.uk-overlay-primary .uk-link:hover,
.uk-offcanvas-bar a:hover,
.uk-offcanvas-bar .uk-link:hover {
  color: #fff; }

.uk-light :not(pre) > code,
.uk-light :not(pre) > kbd,
.uk-light :not(pre) > samp,
.uk-section-primary:not(.uk-preserve-color) :not(pre) > code,
.uk-section-primary:not(.uk-preserve-color) :not(pre) > kbd,
.uk-section-primary:not(.uk-preserve-color) :not(pre) > samp,
.uk-section-secondary:not(.uk-preserve-color) :not(pre) > code,
.uk-section-secondary:not(.uk-preserve-color) :not(pre) > kbd,
.uk-section-secondary:not(.uk-preserve-color) :not(pre) > samp,
.uk-tile-primary:not(.uk-preserve-color) :not(pre) > code,
.uk-tile-primary:not(.uk-preserve-color) :not(pre) > kbd,
.uk-tile-primary:not(.uk-preserve-color) :not(pre) > samp,
.uk-tile-secondary:not(.uk-preserve-color) :not(pre) > code,
.uk-tile-secondary:not(.uk-preserve-color) :not(pre) > kbd,
.uk-tile-secondary:not(.uk-preserve-color) :not(pre) > samp,
.uk-card-primary.uk-card-body :not(pre) > code,
.uk-card-primary.uk-card-body :not(pre) > kbd,
.uk-card-primary.uk-card-body :not(pre) > samp,
.uk-card-primary > :not([class*="uk-card-media"]) :not(pre) > code,
.uk-card-primary > :not([class*="uk-card-media"]) :not(pre) > kbd,
.uk-card-primary > :not([class*="uk-card-media"]) :not(pre) > samp,
.uk-card-secondary.uk-card-body :not(pre) > code,
.uk-card-secondary.uk-card-body :not(pre) > kbd,
.uk-card-secondary.uk-card-body :not(pre) > samp,
.uk-card-secondary > :not([class*="uk-card-media"]) :not(pre) > code,
.uk-card-secondary > :not([class*="uk-card-media"]) :not(pre) > kbd,
.uk-card-secondary > :not([class*="uk-card-media"]) :not(pre) > samp,
.uk-overlay-primary :not(pre) > code,
.uk-overlay-primary :not(pre) > kbd,
.uk-overlay-primary :not(pre) > samp,
.uk-offcanvas-bar :not(pre) > code,
.uk-offcanvas-bar :not(pre) > kbd,
.uk-offcanvas-bar :not(pre) > samp {
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.1); }

.uk-light em,
.uk-section-primary:not(.uk-preserve-color) em,
.uk-section-secondary:not(.uk-preserve-color) em,
.uk-tile-primary:not(.uk-preserve-color) em,
.uk-tile-secondary:not(.uk-preserve-color) em,
.uk-card-primary.uk-card-body em,
.uk-card-primary > :not([class*="uk-card-media"]) em,
.uk-card-secondary.uk-card-body em,
.uk-card-secondary > :not([class*="uk-card-media"]) em,
.uk-overlay-primary em,
.uk-offcanvas-bar em {
  color: #fff; }

.uk-light h1,
.uk-light .uk-h1,
.uk-light h2,
.uk-light .uk-h2,
.uk-light h3,
.uk-light .uk-h3,
.uk-light h4,
.uk-light .uk-h4,
.uk-light h5,
.uk-light .uk-h5,
.uk-light h6,
.uk-light .uk-h6,
.uk-light .uk-heading-small,
.uk-light .uk-heading-medium,
.uk-light .uk-heading-large,
.uk-light .uk-heading-xlarge,
.uk-light .uk-heading-2xlarge,
.uk-section-primary:not(.uk-preserve-color) h1,
.uk-section-primary:not(.uk-preserve-color) .uk-h1,
.uk-section-primary:not(.uk-preserve-color) h2,
.uk-section-primary:not(.uk-preserve-color) .uk-h2,
.uk-section-primary:not(.uk-preserve-color) h3,
.uk-section-primary:not(.uk-preserve-color) .uk-h3,
.uk-section-primary:not(.uk-preserve-color) h4,
.uk-section-primary:not(.uk-preserve-color) .uk-h4,
.uk-section-primary:not(.uk-preserve-color) h5,
.uk-section-primary:not(.uk-preserve-color) .uk-h5,
.uk-section-primary:not(.uk-preserve-color) h6,
.uk-section-primary:not(.uk-preserve-color) .uk-h6,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-small,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-medium,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-large,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-xlarge,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-2xlarge,
.uk-section-secondary:not(.uk-preserve-color) h1,
.uk-section-secondary:not(.uk-preserve-color) .uk-h1,
.uk-section-secondary:not(.uk-preserve-color) h2,
.uk-section-secondary:not(.uk-preserve-color) .uk-h2,
.uk-section-secondary:not(.uk-preserve-color) h3,
.uk-section-secondary:not(.uk-preserve-color) .uk-h3,
.uk-section-secondary:not(.uk-preserve-color) h4,
.uk-section-secondary:not(.uk-preserve-color) .uk-h4,
.uk-section-secondary:not(.uk-preserve-color) h5,
.uk-section-secondary:not(.uk-preserve-color) .uk-h5,
.uk-section-secondary:not(.uk-preserve-color) h6,
.uk-section-secondary:not(.uk-preserve-color) .uk-h6,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-small,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-medium,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-large,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-xlarge,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-2xlarge,
.uk-tile-primary:not(.uk-preserve-color) h1,
.uk-tile-primary:not(.uk-preserve-color) .uk-h1,
.uk-tile-primary:not(.uk-preserve-color) h2,
.uk-tile-primary:not(.uk-preserve-color) .uk-h2,
.uk-tile-primary:not(.uk-preserve-color) h3,
.uk-tile-primary:not(.uk-preserve-color) .uk-h3,
.uk-tile-primary:not(.uk-preserve-color) h4,
.uk-tile-primary:not(.uk-preserve-color) .uk-h4,
.uk-tile-primary:not(.uk-preserve-color) h5,
.uk-tile-primary:not(.uk-preserve-color) .uk-h5,
.uk-tile-primary:not(.uk-preserve-color) h6,
.uk-tile-primary:not(.uk-preserve-color) .uk-h6,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-small,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-medium,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-large,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-xlarge,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-2xlarge,
.uk-tile-secondary:not(.uk-preserve-color) h1,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h1,
.uk-tile-secondary:not(.uk-preserve-color) h2,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h2,
.uk-tile-secondary:not(.uk-preserve-color) h3,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h3,
.uk-tile-secondary:not(.uk-preserve-color) h4,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h4,
.uk-tile-secondary:not(.uk-preserve-color) h5,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h5,
.uk-tile-secondary:not(.uk-preserve-color) h6,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h6,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-small,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-medium,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-large,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-xlarge,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-2xlarge,
.uk-card-primary.uk-card-body h1,
.uk-card-primary.uk-card-body .uk-h1,
.uk-card-primary.uk-card-body h2,
.uk-card-primary.uk-card-body .uk-h2,
.uk-card-primary.uk-card-body h3,
.uk-card-primary.uk-card-body .uk-h3,
.uk-card-primary.uk-card-body h4,
.uk-card-primary.uk-card-body .uk-h4,
.uk-card-primary.uk-card-body h5,
.uk-card-primary.uk-card-body .uk-h5,
.uk-card-primary.uk-card-body h6,
.uk-card-primary.uk-card-body .uk-h6,
.uk-card-primary.uk-card-body .uk-heading-small,
.uk-card-primary.uk-card-body .uk-heading-medium,
.uk-card-primary.uk-card-body .uk-heading-large,
.uk-card-primary.uk-card-body .uk-heading-xlarge,
.uk-card-primary.uk-card-body .uk-heading-2xlarge,
.uk-card-primary > :not([class*="uk-card-media"]) h1,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-h1,
.uk-card-primary > :not([class*="uk-card-media"]) h2,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-h2,
.uk-card-primary > :not([class*="uk-card-media"]) h3,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-h3,
.uk-card-primary > :not([class*="uk-card-media"]) h4,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-h4,
.uk-card-primary > :not([class*="uk-card-media"]) h5,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-h5,
.uk-card-primary > :not([class*="uk-card-media"]) h6,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-h6,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-heading-small,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-heading-medium,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-heading-large,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-heading-xlarge,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-heading-2xlarge,
.uk-card-secondary.uk-card-body h1,
.uk-card-secondary.uk-card-body .uk-h1,
.uk-card-secondary.uk-card-body h2,
.uk-card-secondary.uk-card-body .uk-h2,
.uk-card-secondary.uk-card-body h3,
.uk-card-secondary.uk-card-body .uk-h3,
.uk-card-secondary.uk-card-body h4,
.uk-card-secondary.uk-card-body .uk-h4,
.uk-card-secondary.uk-card-body h5,
.uk-card-secondary.uk-card-body .uk-h5,
.uk-card-secondary.uk-card-body h6,
.uk-card-secondary.uk-card-body .uk-h6,
.uk-card-secondary.uk-card-body .uk-heading-small,
.uk-card-secondary.uk-card-body .uk-heading-medium,
.uk-card-secondary.uk-card-body .uk-heading-large,
.uk-card-secondary.uk-card-body .uk-heading-xlarge,
.uk-card-secondary.uk-card-body .uk-heading-2xlarge,
.uk-card-secondary > :not([class*="uk-card-media"]) h1,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-h1,
.uk-card-secondary > :not([class*="uk-card-media"]) h2,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-h2,
.uk-card-secondary > :not([class*="uk-card-media"]) h3,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-h3,
.uk-card-secondary > :not([class*="uk-card-media"]) h4,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-h4,
.uk-card-secondary > :not([class*="uk-card-media"]) h5,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-h5,
.uk-card-secondary > :not([class*="uk-card-media"]) h6,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-h6,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-heading-small,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-heading-medium,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-heading-large,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-heading-xlarge,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-heading-2xlarge,
.uk-overlay-primary h1,
.uk-overlay-primary .uk-h1,
.uk-overlay-primary h2,
.uk-overlay-primary .uk-h2,
.uk-overlay-primary h3,
.uk-overlay-primary .uk-h3,
.uk-overlay-primary h4,
.uk-overlay-primary .uk-h4,
.uk-overlay-primary h5,
.uk-overlay-primary .uk-h5,
.uk-overlay-primary h6,
.uk-overlay-primary .uk-h6,
.uk-overlay-primary .uk-heading-small,
.uk-overlay-primary .uk-heading-medium,
.uk-overlay-primary .uk-heading-large,
.uk-overlay-primary .uk-heading-xlarge,
.uk-overlay-primary .uk-heading-2xlarge,
.uk-offcanvas-bar h1,
.uk-offcanvas-bar .uk-h1,
.uk-offcanvas-bar h2,
.uk-offcanvas-bar .uk-h2,
.uk-offcanvas-bar h3,
.uk-offcanvas-bar .uk-h3,
.uk-offcanvas-bar h4,
.uk-offcanvas-bar .uk-h4,
.uk-offcanvas-bar h5,
.uk-offcanvas-bar .uk-h5,
.uk-offcanvas-bar h6,
.uk-offcanvas-bar .uk-h6,
.uk-offcanvas-bar .uk-heading-small,
.uk-offcanvas-bar .uk-heading-medium,
.uk-offcanvas-bar .uk-heading-large,
.uk-offcanvas-bar .uk-heading-xlarge,
.uk-offcanvas-bar .uk-heading-2xlarge {
  color: #fff; }

.uk-light blockquote,
.uk-section-primary:not(.uk-preserve-color) blockquote,
.uk-section-secondary:not(.uk-preserve-color) blockquote,
.uk-tile-primary:not(.uk-preserve-color) blockquote,
.uk-tile-secondary:not(.uk-preserve-color) blockquote,
.uk-card-primary.uk-card-body blockquote,
.uk-card-primary > :not([class*="uk-card-media"]) blockquote,
.uk-card-secondary.uk-card-body blockquote,
.uk-card-secondary > :not([class*="uk-card-media"]) blockquote,
.uk-overlay-primary blockquote,
.uk-offcanvas-bar blockquote {
  color: #fff; }

.uk-light blockquote footer,
.uk-section-primary:not(.uk-preserve-color) blockquote footer,
.uk-section-secondary:not(.uk-preserve-color) blockquote footer,
.uk-tile-primary:not(.uk-preserve-color) blockquote footer,
.uk-tile-secondary:not(.uk-preserve-color) blockquote footer,
.uk-card-primary.uk-card-body blockquote footer,
.uk-card-primary > :not([class*="uk-card-media"]) blockquote footer,
.uk-card-secondary.uk-card-body blockquote footer,
.uk-card-secondary > :not([class*="uk-card-media"]) blockquote footer,
.uk-overlay-primary blockquote footer,
.uk-offcanvas-bar blockquote footer {
  color: rgba(255, 255, 255, 0.7); }

.uk-light hr,
.uk-light .uk-hr,
.uk-section-primary:not(.uk-preserve-color) hr,
.uk-section-primary:not(.uk-preserve-color) .uk-hr,
.uk-section-secondary:not(.uk-preserve-color) hr,
.uk-section-secondary:not(.uk-preserve-color) .uk-hr,
.uk-tile-primary:not(.uk-preserve-color) hr,
.uk-tile-primary:not(.uk-preserve-color) .uk-hr,
.uk-tile-secondary:not(.uk-preserve-color) hr,
.uk-tile-secondary:not(.uk-preserve-color) .uk-hr,
.uk-card-primary.uk-card-body hr,
.uk-card-primary.uk-card-body .uk-hr,
.uk-card-primary > :not([class*="uk-card-media"]) hr,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-hr,
.uk-card-secondary.uk-card-body hr,
.uk-card-secondary.uk-card-body .uk-hr,
.uk-card-secondary > :not([class*="uk-card-media"]) hr,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-hr,
.uk-overlay-primary hr,
.uk-overlay-primary .uk-hr,
.uk-offcanvas-bar hr,
.uk-offcanvas-bar .uk-hr {
  border-top-color: rgba(255, 255, 255, 0.2); }

.uk-light .uk-link-muted,
.uk-light .uk-link-muted a,
.uk-section-primary:not(.uk-preserve-color) .uk-link-muted,
.uk-section-primary:not(.uk-preserve-color) .uk-link-muted a,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-muted,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-muted a,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-muted,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-muted a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-muted,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-muted a,
.uk-card-primary.uk-card-body .uk-link-muted,
.uk-card-primary.uk-card-body .uk-link-muted a,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-link-muted,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-link-muted a,
.uk-card-secondary.uk-card-body .uk-link-muted,
.uk-card-secondary.uk-card-body .uk-link-muted a,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-link-muted,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-link-muted a,
.uk-overlay-primary .uk-link-muted,
.uk-overlay-primary .uk-link-muted a,
.uk-offcanvas-bar .uk-link-muted,
.uk-offcanvas-bar .uk-link-muted a {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-link-muted:hover,
.uk-light .uk-link-muted a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link-muted:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link-muted a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-muted:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-muted a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-muted:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-muted a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-muted:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-muted a:hover,
.uk-card-primary.uk-card-body .uk-link-muted:hover,
.uk-card-primary.uk-card-body .uk-link-muted a:hover,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-link-muted:hover,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-link-muted a:hover,
.uk-card-secondary.uk-card-body .uk-link-muted:hover,
.uk-card-secondary.uk-card-body .uk-link-muted a:hover,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-link-muted:hover,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-link-muted a:hover,
.uk-overlay-primary .uk-link-muted:hover,
.uk-overlay-primary .uk-link-muted a:hover,
.uk-offcanvas-bar .uk-link-muted:hover,
.uk-offcanvas-bar .uk-link-muted a:hover {
  color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-link-text:hover,
.uk-light .uk-link-text a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link-text:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link-text a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-text:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-text a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-text:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-text a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-text:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-text a:hover,
.uk-card-primary.uk-card-body .uk-link-text:hover,
.uk-card-primary.uk-card-body .uk-link-text a:hover,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-link-text:hover,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-link-text a:hover,
.uk-card-secondary.uk-card-body .uk-link-text:hover,
.uk-card-secondary.uk-card-body .uk-link-text a:hover,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-link-text:hover,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-link-text a:hover,
.uk-overlay-primary .uk-link-text:hover,
.uk-overlay-primary .uk-link-text a:hover,
.uk-offcanvas-bar .uk-link-text:hover,
.uk-offcanvas-bar .uk-link-text a:hover {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-link-heading:hover,
.uk-light .uk-link-heading a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link-heading:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link-heading a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-heading:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-heading a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-heading:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-heading a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-heading:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-heading a:hover,
.uk-card-primary.uk-card-body .uk-link-heading:hover,
.uk-card-primary.uk-card-body .uk-link-heading a:hover,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-link-heading:hover,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-link-heading a:hover,
.uk-card-secondary.uk-card-body .uk-link-heading:hover,
.uk-card-secondary.uk-card-body .uk-link-heading a:hover,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-link-heading:hover,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-link-heading a:hover,
.uk-overlay-primary .uk-link-heading:hover,
.uk-overlay-primary .uk-link-heading a:hover,
.uk-offcanvas-bar .uk-link-heading:hover,
.uk-offcanvas-bar .uk-link-heading a:hover {
  color: #fff; }

.uk-light .uk-heading-divider,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-divider,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-divider,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-divider,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-divider,
.uk-card-primary.uk-card-body .uk-heading-divider,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-heading-divider,
.uk-card-secondary.uk-card-body .uk-heading-divider,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-heading-divider,
.uk-overlay-primary .uk-heading-divider,
.uk-offcanvas-bar .uk-heading-divider {
  border-bottom-color: rgba(255, 255, 255, 0.2); }

.uk-light .uk-heading-bullet::before,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-bullet::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-bullet::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-bullet::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-bullet::before,
.uk-card-primary.uk-card-body .uk-heading-bullet::before,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-heading-bullet::before,
.uk-card-secondary.uk-card-body .uk-heading-bullet::before,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-heading-bullet::before,
.uk-overlay-primary .uk-heading-bullet::before,
.uk-offcanvas-bar .uk-heading-bullet::before {
  border-left-color: rgba(255, 255, 255, 0.2); }

.uk-light .uk-heading-line > ::before,
.uk-light .uk-heading-line > ::after,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-line > ::before,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-line > ::after,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-line > ::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-line > ::after,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-line > ::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-line > ::after,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-line > ::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-line > ::after,
.uk-card-primary.uk-card-body .uk-heading-line > ::before,
.uk-card-primary.uk-card-body .uk-heading-line > ::after,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-heading-line > ::before,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-heading-line > ::after,
.uk-card-secondary.uk-card-body .uk-heading-line > ::before,
.uk-card-secondary.uk-card-body .uk-heading-line > ::after,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-heading-line > ::before,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-heading-line > ::after,
.uk-overlay-primary .uk-heading-line > ::before,
.uk-overlay-primary .uk-heading-line > ::after,
.uk-offcanvas-bar .uk-heading-line > ::before,
.uk-offcanvas-bar .uk-heading-line > ::after {
  border-bottom-color: rgba(255, 255, 255, 0.2); }

.uk-light .uk-divider-icon,
.uk-section-primary:not(.uk-preserve-color) .uk-divider-icon,
.uk-section-secondary:not(.uk-preserve-color) .uk-divider-icon,
.uk-tile-primary:not(.uk-preserve-color) .uk-divider-icon,
.uk-tile-secondary:not(.uk-preserve-color) .uk-divider-icon,
.uk-card-primary.uk-card-body .uk-divider-icon,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-divider-icon,
.uk-card-secondary.uk-card-body .uk-divider-icon,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-divider-icon,
.uk-overlay-primary .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%28255,%20255,%20255,%200.2%29%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A"); }

.uk-light .uk-divider-icon::before,
.uk-light .uk-divider-icon::after,
.uk-section-primary:not(.uk-preserve-color) .uk-divider-icon::before,
.uk-section-primary:not(.uk-preserve-color) .uk-divider-icon::after,
.uk-section-secondary:not(.uk-preserve-color) .uk-divider-icon::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-divider-icon::after,
.uk-tile-primary:not(.uk-preserve-color) .uk-divider-icon::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-divider-icon::after,
.uk-tile-secondary:not(.uk-preserve-color) .uk-divider-icon::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-divider-icon::after,
.uk-card-primary.uk-card-body .uk-divider-icon::before,
.uk-card-primary.uk-card-body .uk-divider-icon::after,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-divider-icon::before,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-divider-icon::after,
.uk-card-secondary.uk-card-body .uk-divider-icon::before,
.uk-card-secondary.uk-card-body .uk-divider-icon::after,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-divider-icon::before,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-divider-icon::after,
.uk-overlay-primary .uk-divider-icon::before,
.uk-overlay-primary .uk-divider-icon::after,
.uk-offcanvas-bar .uk-divider-icon::before,
.uk-offcanvas-bar .uk-divider-icon::after {
  border-bottom-color: rgba(255, 255, 255, 0.2); }

.uk-light .uk-divider-small::after,
.uk-section-primary:not(.uk-preserve-color) .uk-divider-small::after,
.uk-section-secondary:not(.uk-preserve-color) .uk-divider-small::after,
.uk-tile-primary:not(.uk-preserve-color) .uk-divider-small::after,
.uk-tile-secondary:not(.uk-preserve-color) .uk-divider-small::after,
.uk-card-primary.uk-card-body .uk-divider-small::after,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-divider-small::after,
.uk-card-secondary.uk-card-body .uk-divider-small::after,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-divider-small::after,
.uk-overlay-primary .uk-divider-small::after,
.uk-offcanvas-bar .uk-divider-small::after {
  border-top-color: rgba(255, 255, 255, 0.2); }

.uk-light .uk-divider-vertical,
.uk-section-primary:not(.uk-preserve-color) .uk-divider-vertical,
.uk-section-secondary:not(.uk-preserve-color) .uk-divider-vertical,
.uk-tile-primary:not(.uk-preserve-color) .uk-divider-vertical,
.uk-tile-secondary:not(.uk-preserve-color) .uk-divider-vertical,
.uk-card-primary.uk-card-body .uk-divider-vertical,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-divider-vertical,
.uk-card-secondary.uk-card-body .uk-divider-vertical,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-divider-vertical,
.uk-overlay-primary .uk-divider-vertical,
.uk-offcanvas-bar .uk-divider-vertical {
  border-left-color: rgba(255, 255, 255, 0.2); }

.uk-light .uk-list-divider > li:nth-child(n + 2),
.uk-section-primary:not(.uk-preserve-color)
.uk-list-divider
> li:nth-child(n + 2),
.uk-section-secondary:not(.uk-preserve-color)
.uk-list-divider
> li:nth-child(n + 2),
.uk-tile-primary:not(.uk-preserve-color) .uk-list-divider > li:nth-child(n + 2),
.uk-tile-secondary:not(.uk-preserve-color)
.uk-list-divider
> li:nth-child(n + 2),
.uk-card-primary.uk-card-body .uk-list-divider > li:nth-child(n + 2),
.uk-card-primary
> :not([class*="uk-card-media"])
.uk-list-divider
> li:nth-child(n + 2),
.uk-card-secondary.uk-card-body .uk-list-divider > li:nth-child(n + 2),
.uk-card-secondary
> :not([class*="uk-card-media"])
.uk-list-divider
> li:nth-child(n + 2),
.uk-overlay-primary .uk-list-divider > li:nth-child(n + 2),
.uk-offcanvas-bar .uk-list-divider > li:nth-child(n + 2) {
  border-top-color: rgba(255, 255, 255, 0.2); }

.uk-light .uk-list-striped > li:nth-of-type(odd),
.uk-section-primary:not(.uk-preserve-color)
.uk-list-striped
> li:nth-of-type(odd),
.uk-section-secondary:not(.uk-preserve-color)
.uk-list-striped
> li:nth-of-type(odd),
.uk-tile-primary:not(.uk-preserve-color) .uk-list-striped > li:nth-of-type(odd),
.uk-tile-secondary:not(.uk-preserve-color)
.uk-list-striped
> li:nth-of-type(odd),
.uk-card-primary.uk-card-body .uk-list-striped > li:nth-of-type(odd),
.uk-card-primary
> :not([class*="uk-card-media"])
.uk-list-striped
> li:nth-of-type(odd),
.uk-card-secondary.uk-card-body .uk-list-striped > li:nth-of-type(odd),
.uk-card-secondary
> :not([class*="uk-card-media"])
.uk-list-striped
> li:nth-of-type(odd),
.uk-overlay-primary .uk-list-striped > li:nth-of-type(odd),
.uk-offcanvas-bar .uk-list-striped > li:nth-of-type(odd) {
  border-top-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2); }

.uk-light .uk-list-striped > li:nth-of-type(odd),
.uk-section-primary:not(.uk-preserve-color)
.uk-list-striped
> li:nth-of-type(odd),
.uk-section-secondary:not(.uk-preserve-color)
.uk-list-striped
> li:nth-of-type(odd),
.uk-tile-primary:not(.uk-preserve-color) .uk-list-striped > li:nth-of-type(odd),
.uk-tile-secondary:not(.uk-preserve-color)
.uk-list-striped
> li:nth-of-type(odd),
.uk-card-primary.uk-card-body .uk-list-striped > li:nth-of-type(odd),
.uk-card-primary
> :not([class*="uk-card-media"])
.uk-list-striped
> li:nth-of-type(odd),
.uk-card-secondary.uk-card-body .uk-list-striped > li:nth-of-type(odd),
.uk-card-secondary
> :not([class*="uk-card-media"])
.uk-list-striped
> li:nth-of-type(odd),
.uk-overlay-primary .uk-list-striped > li:nth-of-type(odd),
.uk-offcanvas-bar .uk-list-striped > li:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.1); }

.uk-light .uk-list-bullet > li::before,
.uk-section-primary:not(.uk-preserve-color) .uk-list-bullet > li::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-list-bullet > li::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-list-bullet > li::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-list-bullet > li::before,
.uk-card-primary.uk-card-body .uk-list-bullet > li::before,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-list-bullet > li::before,
.uk-card-secondary.uk-card-body .uk-list-bullet > li::before,
.uk-card-secondary
> :not([class*="uk-card-media"])
.uk-list-bullet
> li::before,
.uk-overlay-primary .uk-list-bullet > li::before,
.uk-offcanvas-bar .uk-list-bullet > li::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E"); }

.uk-light .uk-table th,
.uk-section-primary:not(.uk-preserve-color) .uk-table th,
.uk-section-secondary:not(.uk-preserve-color) .uk-table th,
.uk-tile-primary:not(.uk-preserve-color) .uk-table th,
.uk-tile-secondary:not(.uk-preserve-color) .uk-table th,
.uk-card-primary.uk-card-body .uk-table th,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-table th,
.uk-card-secondary.uk-card-body .uk-table th,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-table th,
.uk-overlay-primary .uk-table th,
.uk-offcanvas-bar .uk-table th {
  color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-table caption,
.uk-section-primary:not(.uk-preserve-color) .uk-table caption,
.uk-section-secondary:not(.uk-preserve-color) .uk-table caption,
.uk-tile-primary:not(.uk-preserve-color) .uk-table caption,
.uk-tile-secondary:not(.uk-preserve-color) .uk-table caption,
.uk-card-primary.uk-card-body .uk-table caption,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-table caption,
.uk-card-secondary.uk-card-body .uk-table caption,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-table caption,
.uk-overlay-primary .uk-table caption,
.uk-offcanvas-bar .uk-table caption {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-table > tr.uk-active,
.uk-light .uk-table tbody tr.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-table > tr.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-table tbody tr.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-table > tr.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-table tbody tr.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-table > tr.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-table tbody tr.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-table > tr.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-table tbody tr.uk-active,
.uk-card-primary.uk-card-body .uk-table > tr.uk-active,
.uk-card-primary.uk-card-body .uk-table tbody tr.uk-active,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-table > tr.uk-active,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-table tbody tr.uk-active,
.uk-card-secondary.uk-card-body .uk-table > tr.uk-active,
.uk-card-secondary.uk-card-body .uk-table tbody tr.uk-active,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-table > tr.uk-active,
.uk-card-secondary
> :not([class*="uk-card-media"])
.uk-table
tbody
tr.uk-active,
.uk-overlay-primary .uk-table > tr.uk-active,
.uk-overlay-primary .uk-table tbody tr.uk-active,
.uk-offcanvas-bar .uk-table > tr.uk-active,
.uk-offcanvas-bar .uk-table tbody tr.uk-active {
  background: rgba(255, 255, 255, 0.08); }

.uk-light .uk-table-divider > tr:not(:first-child),
.uk-light .uk-table-divider > :not(:first-child) > tr,
.uk-light .uk-table-divider > :first-child > tr:not(:first-child),
.uk-section-primary:not(.uk-preserve-color)
.uk-table-divider
> tr:not(:first-child),
.uk-section-primary:not(.uk-preserve-color)
.uk-table-divider
> :not(:first-child)
> tr,
.uk-section-primary:not(.uk-preserve-color)
.uk-table-divider
> :first-child
> tr:not(:first-child),
.uk-section-secondary:not(.uk-preserve-color)
.uk-table-divider
> tr:not(:first-child),
.uk-section-secondary:not(.uk-preserve-color)
.uk-table-divider
> :not(:first-child)
> tr,
.uk-section-secondary:not(.uk-preserve-color)
.uk-table-divider
> :first-child
> tr:not(:first-child),
.uk-tile-primary:not(.uk-preserve-color)
.uk-table-divider
> tr:not(:first-child),
.uk-tile-primary:not(.uk-preserve-color)
.uk-table-divider
> :not(:first-child)
> tr,
.uk-tile-primary:not(.uk-preserve-color)
.uk-table-divider
> :first-child
> tr:not(:first-child),
.uk-tile-secondary:not(.uk-preserve-color)
.uk-table-divider
> tr:not(:first-child),
.uk-tile-secondary:not(.uk-preserve-color)
.uk-table-divider
> :not(:first-child)
> tr,
.uk-tile-secondary:not(.uk-preserve-color)
.uk-table-divider
> :first-child
> tr:not(:first-child),
.uk-card-primary.uk-card-body .uk-table-divider > tr:not(:first-child),
.uk-card-primary.uk-card-body .uk-table-divider > :not(:first-child) > tr,
.uk-card-primary.uk-card-body
.uk-table-divider
> :first-child
> tr:not(:first-child),
.uk-card-primary
> :not([class*="uk-card-media"])
.uk-table-divider
> tr:not(:first-child),
.uk-card-primary
> :not([class*="uk-card-media"])
.uk-table-divider
> :not(:first-child)
> tr,
.uk-card-primary
> :not([class*="uk-card-media"])
.uk-table-divider
> :first-child
> tr:not(:first-child),
.uk-card-secondary.uk-card-body .uk-table-divider > tr:not(:first-child),
.uk-card-secondary.uk-card-body .uk-table-divider > :not(:first-child) > tr,
.uk-card-secondary.uk-card-body
.uk-table-divider
> :first-child
> tr:not(:first-child),
.uk-card-secondary
> :not([class*="uk-card-media"])
.uk-table-divider
> tr:not(:first-child),
.uk-card-secondary
> :not([class*="uk-card-media"])
.uk-table-divider
> :not(:first-child)
> tr,
.uk-card-secondary
> :not([class*="uk-card-media"])
.uk-table-divider
> :first-child
> tr:not(:first-child),
.uk-overlay-primary .uk-table-divider > tr:not(:first-child),
.uk-overlay-primary .uk-table-divider > :not(:first-child) > tr,
.uk-overlay-primary .uk-table-divider > :first-child > tr:not(:first-child),
.uk-offcanvas-bar .uk-table-divider > tr:not(:first-child),
.uk-offcanvas-bar .uk-table-divider > :not(:first-child) > tr,
.uk-offcanvas-bar .uk-table-divider > :first-child > tr:not(:first-child) {
  border-top-color: rgba(255, 255, 255, 0.2); }

.uk-light .uk-table-striped > tr:nth-of-type(odd),
.uk-light .uk-table-striped tbody tr:nth-of-type(odd),
.uk-section-primary:not(.uk-preserve-color)
.uk-table-striped
> tr:nth-of-type(odd),
.uk-section-primary:not(.uk-preserve-color)
.uk-table-striped
tbody
tr:nth-of-type(odd),
.uk-section-secondary:not(.uk-preserve-color)
.uk-table-striped
> tr:nth-of-type(odd),
.uk-section-secondary:not(.uk-preserve-color)
.uk-table-striped
tbody
tr:nth-of-type(odd),
.uk-tile-primary:not(.uk-preserve-color)
.uk-table-striped
> tr:nth-of-type(odd),
.uk-tile-primary:not(.uk-preserve-color)
.uk-table-striped
tbody
tr:nth-of-type(odd),
.uk-tile-secondary:not(.uk-preserve-color)
.uk-table-striped
> tr:nth-of-type(odd),
.uk-tile-secondary:not(.uk-preserve-color)
.uk-table-striped
tbody
tr:nth-of-type(odd),
.uk-card-primary.uk-card-body .uk-table-striped > tr:nth-of-type(odd),
.uk-card-primary.uk-card-body .uk-table-striped tbody tr:nth-of-type(odd),
.uk-card-primary
> :not([class*="uk-card-media"])
.uk-table-striped
> tr:nth-of-type(odd),
.uk-card-primary
> :not([class*="uk-card-media"])
.uk-table-striped
tbody
tr:nth-of-type(odd),
.uk-card-secondary.uk-card-body .uk-table-striped > tr:nth-of-type(odd),
.uk-card-secondary.uk-card-body .uk-table-striped tbody tr:nth-of-type(odd),
.uk-card-secondary
> :not([class*="uk-card-media"])
.uk-table-striped
> tr:nth-of-type(odd),
.uk-card-secondary
> :not([class*="uk-card-media"])
.uk-table-striped
tbody
tr:nth-of-type(odd),
.uk-overlay-primary .uk-table-striped > tr:nth-of-type(odd),
.uk-overlay-primary .uk-table-striped tbody tr:nth-of-type(odd),
.uk-offcanvas-bar .uk-table-striped > tr:nth-of-type(odd),
.uk-offcanvas-bar .uk-table-striped tbody tr:nth-of-type(odd) {
  background: rgba(255, 255, 255, 0.1);
  border-top-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2); }

.uk-light .uk-table-hover > tr:hover,
.uk-light .uk-table-hover tbody tr:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-table-hover > tr:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-table-hover tbody tr:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-table-hover > tr:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-table-hover tbody tr:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-table-hover > tr:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-table-hover tbody tr:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-table-hover > tr:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-table-hover tbody tr:hover,
.uk-card-primary.uk-card-body .uk-table-hover > tr:hover,
.uk-card-primary.uk-card-body .uk-table-hover tbody tr:hover,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-table-hover > tr:hover,
.uk-card-primary
> :not([class*="uk-card-media"])
.uk-table-hover
tbody
tr:hover,
.uk-card-secondary.uk-card-body .uk-table-hover > tr:hover,
.uk-card-secondary.uk-card-body .uk-table-hover tbody tr:hover,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-table-hover > tr:hover,
.uk-card-secondary
> :not([class*="uk-card-media"])
.uk-table-hover
tbody
tr:hover,
.uk-overlay-primary .uk-table-hover > tr:hover,
.uk-overlay-primary .uk-table-hover tbody tr:hover,
.uk-offcanvas-bar .uk-table-hover > tr:hover,
.uk-offcanvas-bar .uk-table-hover tbody tr:hover {
  background: rgba(255, 255, 255, 0.08); }

.uk-light .uk-icon-link,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-link,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-link,
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-link,
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-link,
.uk-card-primary.uk-card-body .uk-icon-link,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-icon-link,
.uk-card-secondary.uk-card-body .uk-icon-link,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-icon-link,
.uk-overlay-primary .uk-icon-link,
.uk-offcanvas-bar .uk-icon-link {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-icon-link:hover,
.uk-light .uk-icon-link:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-link:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-link:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-link:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-link:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-link:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-link:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-link:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-link:focus,
.uk-card-primary.uk-card-body .uk-icon-link:hover,
.uk-card-primary.uk-card-body .uk-icon-link:focus,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-icon-link:hover,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-icon-link:focus,
.uk-card-secondary.uk-card-body .uk-icon-link:hover,
.uk-card-secondary.uk-card-body .uk-icon-link:focus,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-icon-link:hover,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-icon-link:focus,
.uk-overlay-primary .uk-icon-link:hover,
.uk-overlay-primary .uk-icon-link:focus,
.uk-offcanvas-bar .uk-icon-link:hover,
.uk-offcanvas-bar .uk-icon-link:focus {
  color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-icon-link:active,
.uk-light .uk-active > .uk-icon-link,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-link:active,
.uk-section-primary:not(.uk-preserve-color) .uk-active > .uk-icon-link,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-link:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-active > .uk-icon-link,
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-link:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-active > .uk-icon-link,
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-link:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-active > .uk-icon-link,
.uk-card-primary.uk-card-body .uk-icon-link:active,
.uk-card-primary.uk-card-body .uk-active > .uk-icon-link,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-icon-link:active,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-active > .uk-icon-link,
.uk-card-secondary.uk-card-body .uk-icon-link:active,
.uk-card-secondary.uk-card-body .uk-active > .uk-icon-link,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-icon-link:active,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-active > .uk-icon-link,
.uk-overlay-primary .uk-icon-link:active,
.uk-overlay-primary .uk-active > .uk-icon-link,
.uk-offcanvas-bar .uk-icon-link:active,
.uk-offcanvas-bar .uk-active > .uk-icon-link {
  color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-icon-button,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-button,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-button,
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-button,
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button,
.uk-card-primary.uk-card-body .uk-icon-button,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-icon-button,
.uk-card-secondary.uk-card-body .uk-icon-button,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-icon-button,
.uk-overlay-primary .uk-icon-button,
.uk-offcanvas-bar .uk-icon-button {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-icon-button:hover,
.uk-light .uk-icon-button:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-button:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-button:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-button:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-button:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-button:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-button:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button:focus,
.uk-card-primary.uk-card-body .uk-icon-button:hover,
.uk-card-primary.uk-card-body .uk-icon-button:focus,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-icon-button:hover,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-icon-button:focus,
.uk-card-secondary.uk-card-body .uk-icon-button:hover,
.uk-card-secondary.uk-card-body .uk-icon-button:focus,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-icon-button:hover,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-icon-button:focus,
.uk-overlay-primary .uk-icon-button:hover,
.uk-overlay-primary .uk-icon-button:focus,
.uk-offcanvas-bar .uk-icon-button:hover,
.uk-offcanvas-bar .uk-icon-button:focus {
  background-color: rgba(242, 242, 242, 0.1);
  color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-icon-button:active,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-button:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-button:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-button:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button:active,
.uk-card-primary.uk-card-body .uk-icon-button:active,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-icon-button:active,
.uk-card-secondary.uk-card-body .uk-icon-button:active,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-icon-button:active,
.uk-overlay-primary .uk-icon-button:active,
.uk-offcanvas-bar .uk-icon-button:active {
  background-color: rgba(230, 230, 230, 0.1);
  color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-input,
.uk-light .uk-select,
.uk-light .uk-textarea,
.uk-section-primary:not(.uk-preserve-color) .uk-input,
.uk-section-primary:not(.uk-preserve-color) .uk-select,
.uk-section-primary:not(.uk-preserve-color) .uk-textarea,
.uk-section-secondary:not(.uk-preserve-color) .uk-input,
.uk-section-secondary:not(.uk-preserve-color) .uk-select,
.uk-section-secondary:not(.uk-preserve-color) .uk-textarea,
.uk-tile-primary:not(.uk-preserve-color) .uk-input,
.uk-tile-primary:not(.uk-preserve-color) .uk-select,
.uk-tile-primary:not(.uk-preserve-color) .uk-textarea,
.uk-tile-secondary:not(.uk-preserve-color) .uk-input,
.uk-tile-secondary:not(.uk-preserve-color) .uk-select,
.uk-tile-secondary:not(.uk-preserve-color) .uk-textarea,
.uk-card-primary.uk-card-body .uk-input,
.uk-card-primary.uk-card-body .uk-select,
.uk-card-primary.uk-card-body .uk-textarea,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-input,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-select,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-textarea,
.uk-card-secondary.uk-card-body .uk-input,
.uk-card-secondary.uk-card-body .uk-select,
.uk-card-secondary.uk-card-body .uk-textarea,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-input,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-select,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-textarea,
.uk-overlay-primary .uk-input,
.uk-overlay-primary .uk-select,
.uk-overlay-primary .uk-textarea,
.uk-offcanvas-bar .uk-input,
.uk-offcanvas-bar .uk-select,
.uk-offcanvas-bar .uk-textarea {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  background-clip: padding-box;
  border-color: rgba(255, 255, 255, 0.2); }

.uk-light .uk-input:focus,
.uk-light .uk-select:focus,
.uk-light .uk-textarea:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-input:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-select:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-textarea:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-input:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-select:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-textarea:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-input:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-select:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-textarea:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-input:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-select:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-textarea:focus,
.uk-card-primary.uk-card-body .uk-input:focus,
.uk-card-primary.uk-card-body .uk-select:focus,
.uk-card-primary.uk-card-body .uk-textarea:focus,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-input:focus,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-select:focus,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-textarea:focus,
.uk-card-secondary.uk-card-body .uk-input:focus,
.uk-card-secondary.uk-card-body .uk-select:focus,
.uk-card-secondary.uk-card-body .uk-textarea:focus,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-input:focus,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-select:focus,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-textarea:focus,
.uk-overlay-primary .uk-input:focus,
.uk-overlay-primary .uk-select:focus,
.uk-overlay-primary .uk-textarea:focus,
.uk-offcanvas-bar .uk-input:focus,
.uk-offcanvas-bar .uk-select:focus,
.uk-offcanvas-bar .uk-textarea:focus {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-input::-ms-input-placeholder,
.uk-section-primary:not(.uk-preserve-color) .uk-input::-ms-input-placeholder,
.uk-section-secondary:not(.uk-preserve-color) .uk-input::-ms-input-placeholder,
.uk-tile-primary:not(.uk-preserve-color) .uk-input::-ms-input-placeholder,
.uk-tile-secondary:not(.uk-preserve-color) .uk-input::-ms-input-placeholder,
.uk-card-primary.uk-card-body .uk-input::-ms-input-placeholder,
.uk-card-primary
> :not([class*="uk-card-media"])
.uk-input::-ms-input-placeholder,
.uk-card-secondary.uk-card-body .uk-input::-ms-input-placeholder,
.uk-card-secondary
> :not([class*="uk-card-media"])
.uk-input::-ms-input-placeholder,
.uk-overlay-primary .uk-input::-ms-input-placeholder,
.uk-offcanvas-bar .uk-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important; }

.uk-light .uk-input::placeholder,
.uk-section-primary:not(.uk-preserve-color) .uk-input::placeholder,
.uk-section-secondary:not(.uk-preserve-color) .uk-input::placeholder,
.uk-tile-primary:not(.uk-preserve-color) .uk-input::placeholder,
.uk-tile-secondary:not(.uk-preserve-color) .uk-input::placeholder,
.uk-card-primary.uk-card-body .uk-input::placeholder,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-input::placeholder,
.uk-card-secondary.uk-card-body .uk-input::placeholder,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-input::placeholder,
.uk-overlay-primary .uk-input::placeholder,
.uk-offcanvas-bar .uk-input::placeholder {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-textarea::-ms-input-placeholder,
.uk-section-primary:not(.uk-preserve-color) .uk-textarea::-ms-input-placeholder,
.uk-section-secondary:not(.uk-preserve-color)
.uk-textarea::-ms-input-placeholder,
.uk-tile-primary:not(.uk-preserve-color) .uk-textarea::-ms-input-placeholder,
.uk-tile-secondary:not(.uk-preserve-color) .uk-textarea::-ms-input-placeholder,
.uk-card-primary.uk-card-body .uk-textarea::-ms-input-placeholder,
.uk-card-primary
> :not([class*="uk-card-media"])
.uk-textarea::-ms-input-placeholder,
.uk-card-secondary.uk-card-body .uk-textarea::-ms-input-placeholder,
.uk-card-secondary
> :not([class*="uk-card-media"])
.uk-textarea::-ms-input-placeholder,
.uk-overlay-primary .uk-textarea::-ms-input-placeholder,
.uk-offcanvas-bar .uk-textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important; }

.uk-light .uk-textarea::placeholder,
.uk-section-primary:not(.uk-preserve-color) .uk-textarea::placeholder,
.uk-section-secondary:not(.uk-preserve-color) .uk-textarea::placeholder,
.uk-tile-primary:not(.uk-preserve-color) .uk-textarea::placeholder,
.uk-tile-secondary:not(.uk-preserve-color) .uk-textarea::placeholder,
.uk-card-primary.uk-card-body .uk-textarea::placeholder,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-textarea::placeholder,
.uk-card-secondary.uk-card-body .uk-textarea::placeholder,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-textarea::placeholder,
.uk-overlay-primary .uk-textarea::placeholder,
.uk-offcanvas-bar .uk-textarea::placeholder {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-select:not([multiple]):not([size]),
.uk-section-primary:not(.uk-preserve-color)
.uk-select:not([multiple]):not([size]),
.uk-section-secondary:not(.uk-preserve-color)
.uk-select:not([multiple]):not([size]),
.uk-tile-primary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]),
.uk-tile-secondary:not(.uk-preserve-color)
.uk-select:not([multiple]):not([size]),
.uk-card-primary.uk-card-body .uk-select:not([multiple]):not([size]),
.uk-card-primary
> :not([class*="uk-card-media"])
.uk-select:not([multiple]):not([size]),
.uk-card-secondary.uk-card-body .uk-select:not([multiple]):not([size]),
.uk-card-secondary
> :not([class*="uk-card-media"])
.uk-select:not([multiple]):not([size]),
.uk-overlay-primary .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%28255,%20255,%20255,%200.7%29%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A"); }

.uk-light .uk-input[list]:hover,
.uk-light .uk-input[list]:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-input[list]:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-input[list]:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-input[list]:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-input[list]:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-input[list]:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-input[list]:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-input[list]:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-input[list]:focus,
.uk-card-primary.uk-card-body .uk-input[list]:hover,
.uk-card-primary.uk-card-body .uk-input[list]:focus,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-input[list]:hover,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-input[list]:focus,
.uk-card-secondary.uk-card-body .uk-input[list]:hover,
.uk-card-secondary.uk-card-body .uk-input[list]:focus,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-input[list]:hover,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-input[list]:focus,
.uk-overlay-primary .uk-input[list]:hover,
.uk-overlay-primary .uk-input[list]:focus,
.uk-offcanvas-bar .uk-input[list]:hover,
.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%28255,%20255,%20255,%200.7%29%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A"); }

.uk-light .uk-radio,
.uk-light .uk-checkbox,
.uk-section-primary:not(.uk-preserve-color) .uk-radio,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox,
.uk-section-secondary:not(.uk-preserve-color) .uk-radio,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox,
.uk-tile-primary:not(.uk-preserve-color) .uk-radio,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox,
.uk-tile-secondary:not(.uk-preserve-color) .uk-radio,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox,
.uk-card-primary.uk-card-body .uk-radio,
.uk-card-primary.uk-card-body .uk-checkbox,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-radio,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-checkbox,
.uk-card-secondary.uk-card-body .uk-radio,
.uk-card-secondary.uk-card-body .uk-checkbox,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-radio,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-checkbox,
.uk-overlay-primary .uk-radio,
.uk-overlay-primary .uk-checkbox,
.uk-offcanvas-bar .uk-radio,
.uk-offcanvas-bar .uk-checkbox {
  background-color: rgba(242, 242, 242, 0.1);
  border-color: rgba(255, 255, 255, 0.2); }

.uk-light .uk-radio:focus,
.uk-light .uk-checkbox:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-radio:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-radio:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-radio:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-radio:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:focus,
.uk-card-primary.uk-card-body .uk-radio:focus,
.uk-card-primary.uk-card-body .uk-checkbox:focus,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-radio:focus,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-checkbox:focus,
.uk-card-secondary.uk-card-body .uk-radio:focus,
.uk-card-secondary.uk-card-body .uk-checkbox:focus,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-radio:focus,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-checkbox:focus,
.uk-overlay-primary .uk-radio:focus,
.uk-overlay-primary .uk-checkbox:focus,
.uk-offcanvas-bar .uk-radio:focus,
.uk-offcanvas-bar .uk-checkbox:focus {
  border-color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-radio:checked,
.uk-light .uk-checkbox:checked,
.uk-light .uk-checkbox:indeterminate,
.uk-section-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-card-primary.uk-card-body .uk-radio:checked,
.uk-card-primary.uk-card-body .uk-checkbox:checked,
.uk-card-primary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-radio:checked,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-checkbox:checked,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-checkbox:indeterminate,
.uk-card-secondary.uk-card-body .uk-radio:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-radio:checked,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-checkbox:checked,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-checkbox:indeterminate,
.uk-overlay-primary .uk-radio:checked,
.uk-overlay-primary .uk-checkbox:checked,
.uk-overlay-primary .uk-checkbox:indeterminate,
.uk-offcanvas-bar .uk-radio:checked,
.uk-offcanvas-bar .uk-checkbox:checked,
.uk-offcanvas-bar .uk-checkbox:indeterminate {
  background-color: #fff;
  border-color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-radio:checked:focus,
.uk-light .uk-checkbox:checked:focus,
.uk-light .uk-checkbox:indeterminate:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-radio:checked:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus,
.uk-card-primary.uk-card-body .uk-radio:checked:focus,
.uk-card-primary.uk-card-body .uk-checkbox:checked:focus,
.uk-card-primary.uk-card-body .uk-checkbox:indeterminate:focus,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-radio:checked:focus,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-checkbox:checked:focus,
.uk-card-primary
> :not([class*="uk-card-media"])
.uk-checkbox:indeterminate:focus,
.uk-card-secondary.uk-card-body .uk-radio:checked:focus,
.uk-card-secondary.uk-card-body .uk-checkbox:checked:focus,
.uk-card-secondary.uk-card-body .uk-checkbox:indeterminate:focus,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-radio:checked:focus,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-checkbox:checked:focus,
.uk-card-secondary
> :not([class*="uk-card-media"])
.uk-checkbox:indeterminate:focus,
.uk-overlay-primary .uk-radio:checked:focus,
.uk-overlay-primary .uk-checkbox:checked:focus,
.uk-overlay-primary .uk-checkbox:indeterminate:focus,
.uk-offcanvas-bar .uk-radio:checked:focus,
.uk-offcanvas-bar .uk-checkbox:checked:focus,
.uk-offcanvas-bar .uk-checkbox:indeterminate:focus {
  background-color: #e6e6e6; }

.uk-light .uk-radio:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-card-primary.uk-card-body .uk-radio:checked,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-radio:checked,
.uk-card-secondary.uk-card-body .uk-radio:checked,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-radio:checked,
.uk-overlay-primary .uk-radio:checked,
.uk-offcanvas-bar .uk-radio:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23666%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E"); }

.uk-light .uk-checkbox:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-card-primary.uk-card-body .uk-checkbox:checked,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-checkbox:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:checked,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-checkbox:checked,
.uk-overlay-primary .uk-checkbox:checked,
.uk-offcanvas-bar .uk-checkbox:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A"); }

.uk-light .uk-checkbox:indeterminate,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-card-primary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-checkbox:indeterminate,
.uk-card-secondary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-checkbox:indeterminate,
.uk-overlay-primary .uk-checkbox:indeterminate,
.uk-offcanvas-bar .uk-checkbox:indeterminate {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E"); }

.uk-light .uk-form-label,
.uk-section-primary:not(.uk-preserve-color) .uk-form-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-form-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-form-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-form-label,
.uk-card-primary.uk-card-body .uk-form-label,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-form-label,
.uk-card-secondary.uk-card-body .uk-form-label,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-form-label,
.uk-overlay-primary .uk-form-label,
.uk-offcanvas-bar .uk-form-label {
  color: #fff; }

.uk-light .uk-form-icon,
.uk-section-primary:not(.uk-preserve-color) .uk-form-icon,
.uk-section-secondary:not(.uk-preserve-color) .uk-form-icon,
.uk-tile-primary:not(.uk-preserve-color) .uk-form-icon,
.uk-tile-secondary:not(.uk-preserve-color) .uk-form-icon,
.uk-card-primary.uk-card-body .uk-form-icon,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-form-icon,
.uk-card-secondary.uk-card-body .uk-form-icon,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-form-icon,
.uk-overlay-primary .uk-form-icon,
.uk-offcanvas-bar .uk-form-icon {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-form-icon:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-form-icon:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-form-icon:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-form-icon:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-form-icon:hover,
.uk-card-primary.uk-card-body .uk-form-icon:hover,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-form-icon:hover,
.uk-card-secondary.uk-card-body .uk-form-icon:hover,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-form-icon:hover,
.uk-overlay-primary .uk-form-icon:hover,
.uk-offcanvas-bar .uk-form-icon:hover {
  color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-button-default,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default,
.uk-card-primary.uk-card-body .uk-button-default,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-button-default,
.uk-card-secondary.uk-card-body .uk-button-default,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-button-default,
.uk-overlay-primary .uk-button-default,
.uk-offcanvas-bar .uk-button-default {
  background-color: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-button-default:hover,
.uk-light .uk-button-default:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-card-primary.uk-card-body .uk-button-default:hover,
.uk-card-primary.uk-card-body .uk-button-default:focus,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-button-default:hover,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-button-default:focus,
.uk-card-secondary.uk-card-body .uk-button-default:hover,
.uk-card-secondary.uk-card-body .uk-button-default:focus,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-button-default:hover,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-button-default:focus,
.uk-overlay-primary .uk-button-default:hover,
.uk-overlay-primary .uk-button-default:focus,
.uk-offcanvas-bar .uk-button-default:hover,
.uk-offcanvas-bar .uk-button-default:focus {
  background-color: transparent;
  color: #fff;
  border-color: #fff; }

.uk-light .uk-button-default:active,
.uk-light .uk-button-default.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-card-primary.uk-card-body .uk-button-default:active,
.uk-card-primary.uk-card-body .uk-button-default.uk-active,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-button-default:active,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-button-default.uk-active,
.uk-card-secondary.uk-card-body .uk-button-default:active,
.uk-card-secondary.uk-card-body .uk-button-default.uk-active,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-button-default:active,
.uk-card-secondary
> :not([class*="uk-card-media"])
.uk-button-default.uk-active,
.uk-overlay-primary .uk-button-default:active,
.uk-overlay-primary .uk-button-default.uk-active,
.uk-offcanvas-bar .uk-button-default:active,
.uk-offcanvas-bar .uk-button-default.uk-active {
  background-color: transparent;
  color: #fff;
  border-color: #fff; }

.uk-light .uk-button-primary,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary,
.uk-card-primary.uk-card-body .uk-button-primary,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-button-primary,
.uk-card-secondary.uk-card-body .uk-button-primary,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-button-primary,
.uk-overlay-primary .uk-button-primary,
.uk-offcanvas-bar .uk-button-primary {
  background-color: #fff;
  color: #666; }

.uk-light .uk-button-primary:hover,
.uk-light .uk-button-primary:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-card-primary.uk-card-body .uk-button-primary:hover,
.uk-card-primary.uk-card-body .uk-button-primary:focus,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-button-primary:hover,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-button-primary:focus,
.uk-card-secondary.uk-card-body .uk-button-primary:hover,
.uk-card-secondary.uk-card-body .uk-button-primary:focus,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-button-primary:hover,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-button-primary:focus,
.uk-overlay-primary .uk-button-primary:hover,
.uk-overlay-primary .uk-button-primary:focus,
.uk-offcanvas-bar .uk-button-primary:hover,
.uk-offcanvas-bar .uk-button-primary:focus {
  background-color: #f2f2f2;
  color: #666; }

.uk-light .uk-button-primary:active,
.uk-light .uk-button-primary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-card-primary.uk-card-body .uk-button-primary:active,
.uk-card-primary.uk-card-body .uk-button-primary.uk-active,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-button-primary:active,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-button-primary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-primary:active,
.uk-card-secondary.uk-card-body .uk-button-primary.uk-active,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-button-primary:active,
.uk-card-secondary
> :not([class*="uk-card-media"])
.uk-button-primary.uk-active,
.uk-overlay-primary .uk-button-primary:active,
.uk-overlay-primary .uk-button-primary.uk-active,
.uk-offcanvas-bar .uk-button-primary:active,
.uk-offcanvas-bar .uk-button-primary.uk-active {
  background-color: #e6e6e6;
  color: #666; }

.uk-light .uk-button-secondary,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary,
.uk-card-primary.uk-card-body .uk-button-secondary,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-button-secondary,
.uk-card-secondary.uk-card-body .uk-button-secondary,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-button-secondary,
.uk-overlay-primary .uk-button-secondary,
.uk-offcanvas-bar .uk-button-secondary {
  background-color: #fff;
  color: #666; }

.uk-light .uk-button-secondary:hover,
.uk-light .uk-button-secondary:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-card-primary.uk-card-body .uk-button-secondary:hover,
.uk-card-primary.uk-card-body .uk-button-secondary:focus,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-button-secondary:hover,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-button-secondary:focus,
.uk-card-secondary.uk-card-body .uk-button-secondary:hover,
.uk-card-secondary.uk-card-body .uk-button-secondary:focus,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-button-secondary:hover,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-button-secondary:focus,
.uk-overlay-primary .uk-button-secondary:hover,
.uk-overlay-primary .uk-button-secondary:focus,
.uk-offcanvas-bar .uk-button-secondary:hover,
.uk-offcanvas-bar .uk-button-secondary:focus {
  background-color: #f2f2f2;
  color: #666; }

.uk-light .uk-button-secondary:active,
.uk-light .uk-button-secondary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-card-primary.uk-card-body .uk-button-secondary:active,
.uk-card-primary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-button-secondary:active,
.uk-card-primary
> :not([class*="uk-card-media"])
.uk-button-secondary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-secondary:active,
.uk-card-secondary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-button-secondary:active,
.uk-card-secondary
> :not([class*="uk-card-media"])
.uk-button-secondary.uk-active,
.uk-overlay-primary .uk-button-secondary:active,
.uk-overlay-primary .uk-button-secondary.uk-active,
.uk-offcanvas-bar .uk-button-secondary:active,
.uk-offcanvas-bar .uk-button-secondary.uk-active {
  background-color: #e6e6e6;
  color: #666; }

.uk-light .uk-button-text,
.uk-section-primary:not(.uk-preserve-color) .uk-button-text,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-text,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-text,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-text,
.uk-card-primary.uk-card-body .uk-button-text,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-button-text,
.uk-card-secondary.uk-card-body .uk-button-text,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-button-text,
.uk-overlay-primary .uk-button-text,
.uk-offcanvas-bar .uk-button-text {
  color: #fff; }

.uk-light .uk-button-text::before,
.uk-section-primary:not(.uk-preserve-color) .uk-button-text::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-text::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-text::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-text::before,
.uk-card-primary.uk-card-body .uk-button-text::before,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-button-text::before,
.uk-card-secondary.uk-card-body .uk-button-text::before,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-button-text::before,
.uk-overlay-primary .uk-button-text::before,
.uk-offcanvas-bar .uk-button-text::before {
  border-bottom-color: #fff; }

.uk-light .uk-button-text:hover,
.uk-light .uk-button-text:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-text:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-text:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-text:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-text:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-text:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-text:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-text:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-text:focus,
.uk-card-primary.uk-card-body .uk-button-text:hover,
.uk-card-primary.uk-card-body .uk-button-text:focus,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-button-text:hover,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-button-text:focus,
.uk-card-secondary.uk-card-body .uk-button-text:hover,
.uk-card-secondary.uk-card-body .uk-button-text:focus,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-button-text:hover,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-button-text:focus,
.uk-overlay-primary .uk-button-text:hover,
.uk-overlay-primary .uk-button-text:focus,
.uk-offcanvas-bar .uk-button-text:hover,
.uk-offcanvas-bar .uk-button-text:focus {
  color: #fff; }

.uk-light .uk-button-text:disabled,
.uk-section-primary:not(.uk-preserve-color) .uk-button-text:disabled,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-text:disabled,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-text:disabled,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-text:disabled,
.uk-card-primary.uk-card-body .uk-button-text:disabled,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-button-text:disabled,
.uk-card-secondary.uk-card-body .uk-button-text:disabled,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-button-text:disabled,
.uk-overlay-primary .uk-button-text:disabled,
.uk-offcanvas-bar .uk-button-text:disabled {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-button-link,
.uk-section-primary:not(.uk-preserve-color) .uk-button-link,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-link,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-link,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-link,
.uk-card-primary.uk-card-body .uk-button-link,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-button-link,
.uk-card-secondary.uk-card-body .uk-button-link,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-button-link,
.uk-overlay-primary .uk-button-link,
.uk-offcanvas-bar .uk-button-link {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-button-link:hover,
.uk-light .uk-button-link:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-link:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-link:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-link:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-link:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-link:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-link:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-link:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-link:focus,
.uk-card-primary.uk-card-body .uk-button-link:hover,
.uk-card-primary.uk-card-body .uk-button-link:focus,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-button-link:hover,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-button-link:focus,
.uk-card-secondary.uk-card-body .uk-button-link:hover,
.uk-card-secondary.uk-card-body .uk-button-link:focus,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-button-link:hover,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-button-link:focus,
.uk-overlay-primary .uk-button-link:hover,
.uk-overlay-primary .uk-button-link:focus,
.uk-offcanvas-bar .uk-button-link:hover,
.uk-offcanvas-bar .uk-button-link:focus {
  color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-grid-divider > :not(.uk-first-column)::before,
.uk-section-primary:not(.uk-preserve-color)
.uk-grid-divider
> :not(.uk-first-column)::before,
.uk-section-secondary:not(.uk-preserve-color)
.uk-grid-divider
> :not(.uk-first-column)::before,
.uk-tile-primary:not(.uk-preserve-color)
.uk-grid-divider
> :not(.uk-first-column)::before,
.uk-tile-secondary:not(.uk-preserve-color)
.uk-grid-divider
> :not(.uk-first-column)::before,
.uk-card-primary.uk-card-body .uk-grid-divider > :not(.uk-first-column)::before,
.uk-card-primary
> :not([class*="uk-card-media"])
.uk-grid-divider
> :not(.uk-first-column)::before,
.uk-card-secondary.uk-card-body
.uk-grid-divider
> :not(.uk-first-column)::before,
.uk-card-secondary
> :not([class*="uk-card-media"])
.uk-grid-divider
> :not(.uk-first-column)::before,
.uk-overlay-primary .uk-grid-divider > :not(.uk-first-column)::before,
.uk-offcanvas-bar .uk-grid-divider > :not(.uk-first-column)::before {
  border-left-color: rgba(255, 255, 255, 0.2); }

.uk-light .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before,
.uk-section-primary:not(.uk-preserve-color)
.uk-grid-divider.uk-grid-stack
> .uk-grid-margin::before,
.uk-section-secondary:not(.uk-preserve-color)
.uk-grid-divider.uk-grid-stack
> .uk-grid-margin::before,
.uk-tile-primary:not(.uk-preserve-color)
.uk-grid-divider.uk-grid-stack
> .uk-grid-margin::before,
.uk-tile-secondary:not(.uk-preserve-color)
.uk-grid-divider.uk-grid-stack
> .uk-grid-margin::before,
.uk-card-primary.uk-card-body
.uk-grid-divider.uk-grid-stack
> .uk-grid-margin::before,
.uk-card-primary
> :not([class*="uk-card-media"])
.uk-grid-divider.uk-grid-stack
> .uk-grid-margin::before,
.uk-card-secondary.uk-card-body
.uk-grid-divider.uk-grid-stack
> .uk-grid-margin::before,
.uk-card-secondary
> :not([class*="uk-card-media"])
.uk-grid-divider.uk-grid-stack
> .uk-grid-margin::before,
.uk-overlay-primary .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before,
.uk-offcanvas-bar .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  border-top-color: rgba(255, 255, 255, 0.2); }

.uk-light .uk-close,
.uk-section-primary:not(.uk-preserve-color) .uk-close,
.uk-section-secondary:not(.uk-preserve-color) .uk-close,
.uk-tile-primary:not(.uk-preserve-color) .uk-close,
.uk-tile-secondary:not(.uk-preserve-color) .uk-close,
.uk-card-primary.uk-card-body .uk-close,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-close,
.uk-card-secondary.uk-card-body .uk-close,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-close,
.uk-overlay-primary .uk-close,
.uk-offcanvas-bar .uk-close {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-close:hover,
.uk-light .uk-close:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-close:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-close:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-close:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-close:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-close:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-close:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-close:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-close:focus,
.uk-card-primary.uk-card-body .uk-close:hover,
.uk-card-primary.uk-card-body .uk-close:focus,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-close:hover,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-close:focus,
.uk-card-secondary.uk-card-body .uk-close:hover,
.uk-card-secondary.uk-card-body .uk-close:focus,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-close:hover,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-close:focus,
.uk-overlay-primary .uk-close:hover,
.uk-overlay-primary .uk-close:focus,
.uk-offcanvas-bar .uk-close:hover,
.uk-offcanvas-bar .uk-close:focus {
  color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-totop,
.uk-section-primary:not(.uk-preserve-color) .uk-totop,
.uk-section-secondary:not(.uk-preserve-color) .uk-totop,
.uk-tile-primary:not(.uk-preserve-color) .uk-totop,
.uk-tile-secondary:not(.uk-preserve-color) .uk-totop,
.uk-card-primary.uk-card-body .uk-totop,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-totop,
.uk-card-secondary.uk-card-body .uk-totop,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-totop,
.uk-overlay-primary .uk-totop,
.uk-offcanvas-bar .uk-totop {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-totop:hover,
.uk-light .uk-totop:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-totop:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-totop:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-totop:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-totop:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-totop:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-totop:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-totop:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-totop:focus,
.uk-card-primary.uk-card-body .uk-totop:hover,
.uk-card-primary.uk-card-body .uk-totop:focus,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-totop:hover,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-totop:focus,
.uk-card-secondary.uk-card-body .uk-totop:hover,
.uk-card-secondary.uk-card-body .uk-totop:focus,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-totop:hover,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-totop:focus,
.uk-overlay-primary .uk-totop:hover,
.uk-overlay-primary .uk-totop:focus,
.uk-offcanvas-bar .uk-totop:hover,
.uk-offcanvas-bar .uk-totop:focus {
  color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-totop:active,
.uk-section-primary:not(.uk-preserve-color) .uk-totop:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-totop:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-totop:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-totop:active,
.uk-card-primary.uk-card-body .uk-totop:active,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-totop:active,
.uk-card-secondary.uk-card-body .uk-totop:active,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-totop:active,
.uk-overlay-primary .uk-totop:active,
.uk-offcanvas-bar .uk-totop:active {
  color: #fff; }

.uk-light .uk-marker,
.uk-section-primary:not(.uk-preserve-color) .uk-marker,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker,
.uk-card-primary.uk-card-body .uk-marker,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-marker,
.uk-card-secondary.uk-card-body .uk-marker,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-marker,
.uk-overlay-primary .uk-marker,
.uk-offcanvas-bar .uk-marker {
  background: #f8f8f8;
  color: #666; }

.uk-light .uk-marker:hover,
.uk-light .uk-marker:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-marker:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-marker:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker:focus,
.uk-card-primary.uk-card-body .uk-marker:hover,
.uk-card-primary.uk-card-body .uk-marker:focus,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-marker:hover,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-marker:focus,
.uk-card-secondary.uk-card-body .uk-marker:hover,
.uk-card-secondary.uk-card-body .uk-marker:focus,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-marker:hover,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-marker:focus,
.uk-overlay-primary .uk-marker:hover,
.uk-overlay-primary .uk-marker:focus,
.uk-offcanvas-bar .uk-marker:hover,
.uk-offcanvas-bar .uk-marker:focus {
  color: #666; }

.uk-light .uk-badge,
.uk-section-primary:not(.uk-preserve-color) .uk-badge,
.uk-section-secondary:not(.uk-preserve-color) .uk-badge,
.uk-tile-primary:not(.uk-preserve-color) .uk-badge,
.uk-tile-secondary:not(.uk-preserve-color) .uk-badge,
.uk-card-primary.uk-card-body .uk-badge,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-badge,
.uk-card-secondary.uk-card-body .uk-badge,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-badge,
.uk-overlay-primary .uk-badge,
.uk-offcanvas-bar .uk-badge {
  background-color: #fff;
  color: #666; }

.uk-light .uk-badge:hover,
.uk-light .uk-badge:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-badge:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-badge:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-badge:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-badge:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-badge:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-badge:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-badge:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-badge:focus,
.uk-card-primary.uk-card-body .uk-badge:hover,
.uk-card-primary.uk-card-body .uk-badge:focus,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-badge:hover,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-badge:focus,
.uk-card-secondary.uk-card-body .uk-badge:hover,
.uk-card-secondary.uk-card-body .uk-badge:focus,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-badge:hover,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-badge:focus,
.uk-overlay-primary .uk-badge:hover,
.uk-overlay-primary .uk-badge:focus,
.uk-offcanvas-bar .uk-badge:hover,
.uk-offcanvas-bar .uk-badge:focus {
  color: #666; }

.uk-light .uk-label,
.uk-section-primary:not(.uk-preserve-color) .uk-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-label,
.uk-card-primary.uk-card-body .uk-label,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-label,
.uk-card-secondary.uk-card-body .uk-label,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-label,
.uk-overlay-primary .uk-label,
.uk-offcanvas-bar .uk-label {
  background-color: #fff;
  color: #666; }

.uk-light .uk-article-meta,
.uk-section-primary:not(.uk-preserve-color) .uk-article-meta,
.uk-section-secondary:not(.uk-preserve-color) .uk-article-meta,
.uk-tile-primary:not(.uk-preserve-color) .uk-article-meta,
.uk-tile-secondary:not(.uk-preserve-color) .uk-article-meta,
.uk-card-primary.uk-card-body .uk-article-meta,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-article-meta,
.uk-card-secondary.uk-card-body .uk-article-meta,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-article-meta,
.uk-overlay-primary .uk-article-meta,
.uk-offcanvas-bar .uk-article-meta {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-search-input,
.uk-section-primary:not(.uk-preserve-color) .uk-search-input,
.uk-section-secondary:not(.uk-preserve-color) .uk-search-input,
.uk-tile-primary:not(.uk-preserve-color) .uk-search-input,
.uk-tile-secondary:not(.uk-preserve-color) .uk-search-input,
.uk-card-primary.uk-card-body .uk-search-input,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-search-input,
.uk-card-secondary.uk-card-body .uk-search-input,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-search-input,
.uk-overlay-primary .uk-search-input,
.uk-offcanvas-bar .uk-search-input {
  color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-search-input:-ms-input-placeholder,
.uk-section-primary:not(.uk-preserve-color)
.uk-search-input:-ms-input-placeholder,
.uk-section-secondary:not(.uk-preserve-color)
.uk-search-input:-ms-input-placeholder,
.uk-tile-primary:not(.uk-preserve-color) .uk-search-input:-ms-input-placeholder,
.uk-tile-secondary:not(.uk-preserve-color)
.uk-search-input:-ms-input-placeholder,
.uk-card-primary.uk-card-body .uk-search-input:-ms-input-placeholder,
.uk-card-primary
> :not([class*="uk-card-media"])
.uk-search-input:-ms-input-placeholder,
.uk-card-secondary.uk-card-body .uk-search-input:-ms-input-placeholder,
.uk-card-secondary
> :not([class*="uk-card-media"])
.uk-search-input:-ms-input-placeholder,
.uk-overlay-primary .uk-search-input:-ms-input-placeholder,
.uk-offcanvas-bar .uk-search-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important; }

.uk-light .uk-search-input::placeholder,
.uk-section-primary:not(.uk-preserve-color) .uk-search-input::placeholder,
.uk-section-secondary:not(.uk-preserve-color) .uk-search-input::placeholder,
.uk-tile-primary:not(.uk-preserve-color) .uk-search-input::placeholder,
.uk-tile-secondary:not(.uk-preserve-color) .uk-search-input::placeholder,
.uk-card-primary.uk-card-body .uk-search-input::placeholder,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-search-input::placeholder,
.uk-card-secondary.uk-card-body .uk-search-input::placeholder,
.uk-card-secondary
> :not([class*="uk-card-media"])
.uk-search-input::placeholder,
.uk-overlay-primary .uk-search-input::placeholder,
.uk-offcanvas-bar .uk-search-input::placeholder {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-search .uk-search-icon,
.uk-section-primary:not(.uk-preserve-color) .uk-search .uk-search-icon,
.uk-section-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon,
.uk-tile-primary:not(.uk-preserve-color) .uk-search .uk-search-icon,
.uk-tile-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon,
.uk-card-primary.uk-card-body .uk-search .uk-search-icon,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-search .uk-search-icon,
.uk-card-secondary.uk-card-body .uk-search .uk-search-icon,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-search .uk-search-icon,
.uk-overlay-primary .uk-search .uk-search-icon,
.uk-offcanvas-bar .uk-search .uk-search-icon {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-search .uk-search-icon:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover,
.uk-card-primary.uk-card-body .uk-search .uk-search-icon:hover,
.uk-card-primary
> :not([class*="uk-card-media"])
.uk-search
.uk-search-icon:hover,
.uk-card-secondary.uk-card-body .uk-search .uk-search-icon:hover,
.uk-card-secondary
> :not([class*="uk-card-media"])
.uk-search
.uk-search-icon:hover,
.uk-overlay-primary .uk-search .uk-search-icon:hover,
.uk-offcanvas-bar .uk-search .uk-search-icon:hover {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-search-default .uk-search-input,
.uk-section-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input,
.uk-section-secondary:not(.uk-preserve-color)
.uk-search-default
.uk-search-input,
.uk-tile-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input,
.uk-tile-secondary:not(.uk-preserve-color) .uk-search-default .uk-search-input,
.uk-card-primary.uk-card-body .uk-search-default .uk-search-input,
.uk-card-primary
> :not([class*="uk-card-media"])
.uk-search-default
.uk-search-input,
.uk-card-secondary.uk-card-body .uk-search-default .uk-search-input,
.uk-card-secondary
> :not([class*="uk-card-media"])
.uk-search-default
.uk-search-input,
.uk-overlay-primary .uk-search-default .uk-search-input,
.uk-offcanvas-bar .uk-search-default .uk-search-input {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2); }

.uk-light .uk-search-default .uk-search-input:focus,
.uk-section-primary:not(.uk-preserve-color)
.uk-search-default
.uk-search-input:focus,
.uk-section-secondary:not(.uk-preserve-color)
.uk-search-default
.uk-search-input:focus,
.uk-tile-primary:not(.uk-preserve-color)
.uk-search-default
.uk-search-input:focus,
.uk-tile-secondary:not(.uk-preserve-color)
.uk-search-default
.uk-search-input:focus,
.uk-card-primary.uk-card-body .uk-search-default .uk-search-input:focus,
.uk-card-primary
> :not([class*="uk-card-media"])
.uk-search-default
.uk-search-input:focus,
.uk-card-secondary.uk-card-body .uk-search-default .uk-search-input:focus,
.uk-card-secondary
> :not([class*="uk-card-media"])
.uk-search-default
.uk-search-input:focus,
.uk-overlay-primary .uk-search-default .uk-search-input:focus,
.uk-offcanvas-bar .uk-search-default .uk-search-input:focus {
  background-color: transparent; }

.uk-light .uk-search-navbar .uk-search-input,
.uk-section-primary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input,
.uk-section-secondary:not(.uk-preserve-color)
.uk-search-navbar
.uk-search-input,
.uk-tile-primary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input,
.uk-tile-secondary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input,
.uk-card-primary.uk-card-body .uk-search-navbar .uk-search-input,
.uk-card-primary
> :not([class*="uk-card-media"])
.uk-search-navbar
.uk-search-input,
.uk-card-secondary.uk-card-body .uk-search-navbar .uk-search-input,
.uk-card-secondary
> :not([class*="uk-card-media"])
.uk-search-navbar
.uk-search-input,
.uk-overlay-primary .uk-search-navbar .uk-search-input,
.uk-offcanvas-bar .uk-search-navbar .uk-search-input {
  background-color: transparent; }

.uk-light .uk-search-large .uk-search-input,
.uk-section-primary:not(.uk-preserve-color) .uk-search-large .uk-search-input,
.uk-section-secondary:not(.uk-preserve-color) .uk-search-large .uk-search-input,
.uk-tile-primary:not(.uk-preserve-color) .uk-search-large .uk-search-input,
.uk-tile-secondary:not(.uk-preserve-color) .uk-search-large .uk-search-input,
.uk-card-primary.uk-card-body .uk-search-large .uk-search-input,
.uk-card-primary
> :not([class*="uk-card-media"])
.uk-search-large
.uk-search-input,
.uk-card-secondary.uk-card-body .uk-search-large .uk-search-input,
.uk-card-secondary
> :not([class*="uk-card-media"])
.uk-search-large
.uk-search-input,
.uk-overlay-primary .uk-search-large .uk-search-input,
.uk-offcanvas-bar .uk-search-large .uk-search-input {
  background-color: transparent; }

.uk-light .uk-search-toggle,
.uk-section-primary:not(.uk-preserve-color) .uk-search-toggle,
.uk-section-secondary:not(.uk-preserve-color) .uk-search-toggle,
.uk-tile-primary:not(.uk-preserve-color) .uk-search-toggle,
.uk-tile-secondary:not(.uk-preserve-color) .uk-search-toggle,
.uk-card-primary.uk-card-body .uk-search-toggle,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-search-toggle,
.uk-card-secondary.uk-card-body .uk-search-toggle,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-search-toggle,
.uk-overlay-primary .uk-search-toggle,
.uk-offcanvas-bar .uk-search-toggle {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-search-toggle:hover,
.uk-light .uk-search-toggle:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-search-toggle:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-search-toggle:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-search-toggle:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-search-toggle:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-search-toggle:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-search-toggle:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-search-toggle:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-search-toggle:focus,
.uk-card-primary.uk-card-body .uk-search-toggle:hover,
.uk-card-primary.uk-card-body .uk-search-toggle:focus,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-search-toggle:hover,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-search-toggle:focus,
.uk-card-secondary.uk-card-body .uk-search-toggle:hover,
.uk-card-secondary.uk-card-body .uk-search-toggle:focus,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-search-toggle:hover,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-search-toggle:focus,
.uk-overlay-primary .uk-search-toggle:hover,
.uk-overlay-primary .uk-search-toggle:focus,
.uk-offcanvas-bar .uk-search-toggle:hover,
.uk-offcanvas-bar .uk-search-toggle:focus {
  color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-nav-parent-icon > .uk-parent > a::after,
.uk-section-primary:not(.uk-preserve-color)
.uk-nav-parent-icon
> .uk-parent
> a::after,
.uk-section-secondary:not(.uk-preserve-color)
.uk-nav-parent-icon
> .uk-parent
> a::after,
.uk-tile-primary:not(.uk-preserve-color)
.uk-nav-parent-icon
> .uk-parent
> a::after,
.uk-tile-secondary:not(.uk-preserve-color)
.uk-nav-parent-icon
> .uk-parent
> a::after,
.uk-card-primary.uk-card-body .uk-nav-parent-icon > .uk-parent > a::after,
.uk-card-primary
> :not([class*="uk-card-media"])
.uk-nav-parent-icon
> .uk-parent
> a::after,
.uk-card-secondary.uk-card-body .uk-nav-parent-icon > .uk-parent > a::after,
.uk-card-secondary
> :not([class*="uk-card-media"])
.uk-nav-parent-icon
> .uk-parent
> a::after,
.uk-overlay-primary .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%28255,%20255,%20255,%200.7%29%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E"); }

.uk-light .uk-nav-parent-icon > .uk-parent.uk-open > a::after,
.uk-section-primary:not(.uk-preserve-color)
.uk-nav-parent-icon
> .uk-parent.uk-open
> a::after,
.uk-section-secondary:not(.uk-preserve-color)
.uk-nav-parent-icon
> .uk-parent.uk-open
> a::after,
.uk-tile-primary:not(.uk-preserve-color)
.uk-nav-parent-icon
> .uk-parent.uk-open
> a::after,
.uk-tile-secondary:not(.uk-preserve-color)
.uk-nav-parent-icon
> .uk-parent.uk-open
> a::after,
.uk-card-primary.uk-card-body
.uk-nav-parent-icon
> .uk-parent.uk-open
> a::after,
.uk-card-primary
> :not([class*="uk-card-media"])
.uk-nav-parent-icon
> .uk-parent.uk-open
> a::after,
.uk-card-secondary.uk-card-body
.uk-nav-parent-icon
> .uk-parent.uk-open
> a::after,
.uk-card-secondary
> :not([class*="uk-card-media"])
.uk-nav-parent-icon
> .uk-parent.uk-open
> a::after,
.uk-overlay-primary .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%28255,%20255,%20255,%200.7%29%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E"); }

.uk-light .uk-nav-default > li > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a,
.uk-card-primary.uk-card-body .uk-nav-default > li > a,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-nav-default > li > a,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-nav-default > li > a,
.uk-overlay-primary .uk-nav-default > li > a,
.uk-offcanvas-bar .uk-nav-default > li > a {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-nav-default > li > a:hover,
.uk-light .uk-nav-default > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-card-primary.uk-card-body .uk-nav-default > li > a:hover,
.uk-card-primary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-primary
> :not([class*="uk-card-media"])
.uk-nav-default
> li
> a:hover,
.uk-card-primary
> :not([class*="uk-card-media"])
.uk-nav-default
> li
> a:focus,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:hover,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-secondary
> :not([class*="uk-card-media"])
.uk-nav-default
> li
> a:hover,
.uk-card-secondary
> :not([class*="uk-card-media"])
.uk-nav-default
> li
> a:focus,
.uk-overlay-primary .uk-nav-default > li > a:hover,
.uk-overlay-primary .uk-nav-default > li > a:focus,
.uk-offcanvas-bar .uk-nav-default > li > a:hover,
.uk-offcanvas-bar .uk-nav-default > li > a:focus {
  color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-nav-default > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color)
.uk-nav-default
> li.uk-active
> a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-default > li.uk-active > a,
.uk-card-primary
> :not([class*="uk-card-media"])
.uk-nav-default
> li.uk-active
> a,
.uk-card-secondary.uk-card-body .uk-nav-default > li.uk-active > a,
.uk-card-secondary
> :not([class*="uk-card-media"])
.uk-nav-default
> li.uk-active
> a,
.uk-overlay-primary .uk-nav-default > li.uk-active > a,
.uk-offcanvas-bar .uk-nav-default > li.uk-active > a {
  color: #fff; }

.uk-light .uk-nav-default .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-primary
> :not([class*="uk-card-media"])
.uk-nav-default
.uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-secondary
> :not([class*="uk-card-media"])
.uk-nav-default
.uk-nav-header,
.uk-overlay-primary .uk-nav-default .uk-nav-header,
.uk-offcanvas-bar .uk-nav-default .uk-nav-header {
  color: #fff; }

.uk-light .uk-nav-default .uk-nav-divider,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider,
.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-divider,
.uk-card-primary
> :not([class*="uk-card-media"])
.uk-nav-default
.uk-nav-divider,
.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-divider,
.uk-card-secondary
> :not([class*="uk-card-media"])
.uk-nav-default
.uk-nav-divider,
.uk-overlay-primary .uk-nav-default .uk-nav-divider,
.uk-offcanvas-bar .uk-nav-default .uk-nav-divider {
  border-top-color: rgba(255, 255, 255, 0.2); }

.uk-light .uk-nav-default .uk-nav-sub a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a,
.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub a,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-nav-default .uk-nav-sub a,
.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub a,
.uk-card-secondary
> :not([class*="uk-card-media"])
.uk-nav-default
.uk-nav-sub
a,
.uk-overlay-primary .uk-nav-default .uk-nav-sub a,
.uk-offcanvas-bar .uk-nav-default .uk-nav-sub a {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-nav-default .uk-nav-sub a:hover,
.uk-light .uk-nav-default .uk-nav-sub a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:focus,
.uk-section-secondary:not(.uk-preserve-color)
.uk-nav-default
.uk-nav-sub
a:hover,
.uk-section-secondary:not(.uk-preserve-color)
.uk-nav-default
.uk-nav-sub
a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:focus,
.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub a:hover,
.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub a:focus,
.uk-card-primary
> :not([class*="uk-card-media"])
.uk-nav-default
.uk-nav-sub
a:hover,
.uk-card-primary
> :not([class*="uk-card-media"])
.uk-nav-default
.uk-nav-sub
a:focus,
.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub a:hover,
.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub a:focus,
.uk-card-secondary
> :not([class*="uk-card-media"])
.uk-nav-default
.uk-nav-sub
a:hover,
.uk-card-secondary
> :not([class*="uk-card-media"])
.uk-nav-default
.uk-nav-sub
a:focus,
.uk-overlay-primary .uk-nav-default .uk-nav-sub a:hover,
.uk-overlay-primary .uk-nav-default .uk-nav-sub a:focus,
.uk-offcanvas-bar .uk-nav-default .uk-nav-sub a:hover,
.uk-offcanvas-bar .uk-nav-default .uk-nav-sub a:focus {
  color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-nav-default .uk-nav-sub li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color)
.uk-nav-default
.uk-nav-sub
li.uk-active
> a,
.uk-section-secondary:not(.uk-preserve-color)
.uk-nav-default
.uk-nav-sub
li.uk-active
> a,
.uk-tile-primary:not(.uk-preserve-color)
.uk-nav-default
.uk-nav-sub
li.uk-active
> a,
.uk-tile-secondary:not(.uk-preserve-color)
.uk-nav-default
.uk-nav-sub
li.uk-active
> a,
.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub li.uk-active > a,
.uk-card-primary
> :not([class*="uk-card-media"])
.uk-nav-default
.uk-nav-sub
li.uk-active
> a,
.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub li.uk-active > a,
.uk-card-secondary
> :not([class*="uk-card-media"])
.uk-nav-default
.uk-nav-sub
li.uk-active
> a,
.uk-overlay-primary .uk-nav-default .uk-nav-sub li.uk-active > a,
.uk-offcanvas-bar .uk-nav-default .uk-nav-sub li.uk-active > a {
  color: #fff; }

.uk-light .uk-nav-primary > li > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a,
.uk-card-primary.uk-card-body .uk-nav-primary > li > a,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-nav-primary > li > a,
.uk-card-secondary.uk-card-body .uk-nav-primary > li > a,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-nav-primary > li > a,
.uk-overlay-primary .uk-nav-primary > li > a,
.uk-offcanvas-bar .uk-nav-primary > li > a {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-nav-primary > li > a:hover,
.uk-light .uk-nav-primary > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li > a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li > a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a:focus,
.uk-card-primary.uk-card-body .uk-nav-primary > li > a:hover,
.uk-card-primary.uk-card-body .uk-nav-primary > li > a:focus,
.uk-card-primary
> :not([class*="uk-card-media"])
.uk-nav-primary
> li
> a:hover,
.uk-card-primary
> :not([class*="uk-card-media"])
.uk-nav-primary
> li
> a:focus,
.uk-card-secondary.uk-card-body .uk-nav-primary > li > a:hover,
.uk-card-secondary.uk-card-body .uk-nav-primary > li > a:focus,
.uk-card-secondary
> :not([class*="uk-card-media"])
.uk-nav-primary
> li
> a:hover,
.uk-card-secondary
> :not([class*="uk-card-media"])
.uk-nav-primary
> li
> a:focus,
.uk-overlay-primary .uk-nav-primary > li > a:hover,
.uk-overlay-primary .uk-nav-primary > li > a:focus,
.uk-offcanvas-bar .uk-nav-primary > li > a:hover,
.uk-offcanvas-bar .uk-nav-primary > li > a:focus {
  color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-nav-primary > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color)
.uk-nav-primary
> li.uk-active
> a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-primary > li.uk-active > a,
.uk-card-primary
> :not([class*="uk-card-media"])
.uk-nav-primary
> li.uk-active
> a,
.uk-card-secondary.uk-card-body .uk-nav-primary > li.uk-active > a,
.uk-card-secondary
> :not([class*="uk-card-media"])
.uk-nav-primary
> li.uk-active
> a,
.uk-overlay-primary .uk-nav-primary > li.uk-active > a,
.uk-offcanvas-bar .uk-nav-primary > li.uk-active > a {
  color: #fff; }

.uk-light .uk-nav-primary .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-header,
.uk-card-primary
> :not([class*="uk-card-media"])
.uk-nav-primary
.uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-header,
.uk-card-secondary
> :not([class*="uk-card-media"])
.uk-nav-primary
.uk-nav-header,
.uk-overlay-primary .uk-nav-primary .uk-nav-header,
.uk-offcanvas-bar .uk-nav-primary .uk-nav-header {
  color: #fff; }

.uk-light .uk-nav-primary .uk-nav-divider,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider,
.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-divider,
.uk-card-primary
> :not([class*="uk-card-media"])
.uk-nav-primary
.uk-nav-divider,
.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-divider,
.uk-card-secondary
> :not([class*="uk-card-media"])
.uk-nav-primary
.uk-nav-divider,
.uk-overlay-primary .uk-nav-primary .uk-nav-divider,
.uk-offcanvas-bar .uk-nav-primary .uk-nav-divider {
  border-top-color: rgba(255, 255, 255, 0.2); }

.uk-light .uk-nav-primary .uk-nav-sub a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a,
.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub a,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-nav-primary .uk-nav-sub a,
.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub a,
.uk-card-secondary
> :not([class*="uk-card-media"])
.uk-nav-primary
.uk-nav-sub
a,
.uk-overlay-primary .uk-nav-primary .uk-nav-sub a,
.uk-offcanvas-bar .uk-nav-primary .uk-nav-sub a {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-nav-primary .uk-nav-sub a:hover,
.uk-light .uk-nav-primary .uk-nav-sub a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:focus,
.uk-section-secondary:not(.uk-preserve-color)
.uk-nav-primary
.uk-nav-sub
a:hover,
.uk-section-secondary:not(.uk-preserve-color)
.uk-nav-primary
.uk-nav-sub
a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:focus,
.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub a:hover,
.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub a:focus,
.uk-card-primary
> :not([class*="uk-card-media"])
.uk-nav-primary
.uk-nav-sub
a:hover,
.uk-card-primary
> :not([class*="uk-card-media"])
.uk-nav-primary
.uk-nav-sub
a:focus,
.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub a:hover,
.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub a:focus,
.uk-card-secondary
> :not([class*="uk-card-media"])
.uk-nav-primary
.uk-nav-sub
a:hover,
.uk-card-secondary
> :not([class*="uk-card-media"])
.uk-nav-primary
.uk-nav-sub
a:focus,
.uk-overlay-primary .uk-nav-primary .uk-nav-sub a:hover,
.uk-overlay-primary .uk-nav-primary .uk-nav-sub a:focus,
.uk-offcanvas-bar .uk-nav-primary .uk-nav-sub a:hover,
.uk-offcanvas-bar .uk-nav-primary .uk-nav-sub a:focus {
  color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-nav-primary .uk-nav-sub li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color)
.uk-nav-primary
.uk-nav-sub
li.uk-active
> a,
.uk-section-secondary:not(.uk-preserve-color)
.uk-nav-primary
.uk-nav-sub
li.uk-active
> a,
.uk-tile-primary:not(.uk-preserve-color)
.uk-nav-primary
.uk-nav-sub
li.uk-active
> a,
.uk-tile-secondary:not(.uk-preserve-color)
.uk-nav-primary
.uk-nav-sub
li.uk-active
> a,
.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub li.uk-active > a,
.uk-card-primary
> :not([class*="uk-card-media"])
.uk-nav-primary
.uk-nav-sub
li.uk-active
> a,
.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub li.uk-active > a,
.uk-card-secondary
> :not([class*="uk-card-media"])
.uk-nav-primary
.uk-nav-sub
li.uk-active
> a,
.uk-overlay-primary .uk-nav-primary .uk-nav-sub li.uk-active > a,
.uk-offcanvas-bar .uk-nav-primary .uk-nav-sub li.uk-active > a {
  color: #fff; }

.uk-light .uk-navbar-nav > li > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-navbar-nav > li > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-navbar-nav > li > a,
.uk-overlay-primary .uk-navbar-nav > li > a,
.uk-offcanvas-bar .uk-navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-navbar-nav > li:hover > a,
.uk-light .uk-navbar-nav > li > a:focus,
.uk-light .uk-navbar-nav > li > a.uk-open,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-card-primary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-navbar-nav > li:hover > a,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-navbar-nav > li > a:focus,
.uk-card-primary
> :not([class*="uk-card-media"])
.uk-navbar-nav
> li
> a.uk-open,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary
> :not([class*="uk-card-media"])
.uk-navbar-nav
> li:hover
> a,
.uk-card-secondary
> :not([class*="uk-card-media"])
.uk-navbar-nav
> li
> a:focus,
.uk-card-secondary
> :not([class*="uk-card-media"])
.uk-navbar-nav
> li
> a.uk-open,
.uk-overlay-primary .uk-navbar-nav > li:hover > a,
.uk-overlay-primary .uk-navbar-nav > li > a:focus,
.uk-overlay-primary .uk-navbar-nav > li > a.uk-open,
.uk-offcanvas-bar .uk-navbar-nav > li:hover > a,
.uk-offcanvas-bar .uk-navbar-nav > li > a:focus,
.uk-offcanvas-bar .uk-navbar-nav > li > a.uk-open {
  color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-navbar-nav > li > a:active,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a:active,
.uk-card-primary
> :not([class*="uk-card-media"])
.uk-navbar-nav
> li
> a:active,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a:active,
.uk-card-secondary
> :not([class*="uk-card-media"])
.uk-navbar-nav
> li
> a:active,
.uk-overlay-primary .uk-navbar-nav > li > a:active,
.uk-offcanvas-bar .uk-navbar-nav > li > a:active {
  color: #fff; }

.uk-light .uk-navbar-nav > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a,
.uk-card-primary
> :not([class*="uk-card-media"])
.uk-navbar-nav
> li.uk-active
> a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a,
.uk-card-secondary
> :not([class*="uk-card-media"])
.uk-navbar-nav
> li.uk-active
> a,
.uk-overlay-primary .uk-navbar-nav > li.uk-active > a,
.uk-offcanvas-bar .uk-navbar-nav > li.uk-active > a {
  color: #fff; }

.uk-light .uk-navbar-item,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-item,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-item,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-item,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-item,
.uk-card-primary.uk-card-body .uk-navbar-item,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-navbar-item,
.uk-card-secondary.uk-card-body .uk-navbar-item,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-navbar-item,
.uk-overlay-primary .uk-navbar-item,
.uk-offcanvas-bar .uk-navbar-item {
  color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-navbar-toggle,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-card-primary.uk-card-body .uk-navbar-toggle,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-navbar-toggle,
.uk-card-secondary.uk-card-body .uk-navbar-toggle,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-navbar-toggle,
.uk-overlay-primary .uk-navbar-toggle,
.uk-offcanvas-bar .uk-navbar-toggle {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-navbar-toggle:hover,
.uk-light .uk-navbar-toggle:focus,
.uk-light .uk-navbar-toggle.uk-open,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle.uk-open,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle.uk-open,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle.uk-open,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle.uk-open,
.uk-card-primary.uk-card-body .uk-navbar-toggle:hover,
.uk-card-primary.uk-card-body .uk-navbar-toggle:focus,
.uk-card-primary.uk-card-body .uk-navbar-toggle.uk-open,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-navbar-toggle:hover,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-navbar-toggle:focus,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-navbar-toggle.uk-open,
.uk-card-secondary.uk-card-body .uk-navbar-toggle:hover,
.uk-card-secondary.uk-card-body .uk-navbar-toggle:focus,
.uk-card-secondary.uk-card-body .uk-navbar-toggle.uk-open,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-navbar-toggle:hover,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-navbar-toggle:focus,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-navbar-toggle.uk-open,
.uk-overlay-primary .uk-navbar-toggle:hover,
.uk-overlay-primary .uk-navbar-toggle:focus,
.uk-overlay-primary .uk-navbar-toggle.uk-open,
.uk-offcanvas-bar .uk-navbar-toggle:hover,
.uk-offcanvas-bar .uk-navbar-toggle:focus,
.uk-offcanvas-bar .uk-navbar-toggle.uk-open {
  color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-subnav > * > :first-child,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav > * > :first-child,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav > * > :first-child,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav > * > :first-child,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > * > :first-child,
.uk-card-primary.uk-card-body .uk-subnav > * > :first-child,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-subnav > * > :first-child,
.uk-card-secondary.uk-card-body .uk-subnav > * > :first-child,
.uk-card-secondary
> :not([class*="uk-card-media"])
.uk-subnav
> *
> :first-child,
.uk-overlay-primary .uk-subnav > * > :first-child,
.uk-offcanvas-bar .uk-subnav > * > :first-child {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-subnav > * > a:hover,
.uk-light .uk-subnav > * > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav > * > a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav > * > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav > * > a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav > * > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav > * > a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav > * > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > * > a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > * > a:focus,
.uk-card-primary.uk-card-body .uk-subnav > * > a:hover,
.uk-card-primary.uk-card-body .uk-subnav > * > a:focus,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-subnav > * > a:hover,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-subnav > * > a:focus,
.uk-card-secondary.uk-card-body .uk-subnav > * > a:hover,
.uk-card-secondary.uk-card-body .uk-subnav > * > a:focus,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-subnav > * > a:hover,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-subnav > * > a:focus,
.uk-overlay-primary .uk-subnav > * > a:hover,
.uk-overlay-primary .uk-subnav > * > a:focus,
.uk-offcanvas-bar .uk-subnav > * > a:hover,
.uk-offcanvas-bar .uk-subnav > * > a:focus {
  color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-subnav > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-card-primary.uk-card-body .uk-subnav > .uk-active > a,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-subnav > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-subnav > .uk-active > a,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-subnav > .uk-active > a,
.uk-overlay-primary .uk-subnav > .uk-active > a,
.uk-offcanvas-bar .uk-subnav > .uk-active > a {
  color: #fff; }

.uk-light .uk-subnav-divider > :nth-child(n + 2):not(.uk-first-column)::before,
.uk-section-primary:not(.uk-preserve-color)
.uk-subnav-divider
> :nth-child(n + 2):not(.uk-first-column)::before,
.uk-section-secondary:not(.uk-preserve-color)
.uk-subnav-divider
> :nth-child(n + 2):not(.uk-first-column)::before,
.uk-tile-primary:not(.uk-preserve-color)
.uk-subnav-divider
> :nth-child(n + 2):not(.uk-first-column)::before,
.uk-tile-secondary:not(.uk-preserve-color)
.uk-subnav-divider
> :nth-child(n + 2):not(.uk-first-column)::before,
.uk-card-primary.uk-card-body
.uk-subnav-divider
> :nth-child(n + 2):not(.uk-first-column)::before,
.uk-card-primary
> :not([class*="uk-card-media"])
.uk-subnav-divider
> :nth-child(n + 2):not(.uk-first-column)::before,
.uk-card-secondary.uk-card-body
.uk-subnav-divider
> :nth-child(n + 2):not(.uk-first-column)::before,
.uk-card-secondary
> :not([class*="uk-card-media"])
.uk-subnav-divider
> :nth-child(n + 2):not(.uk-first-column)::before,
.uk-overlay-primary
.uk-subnav-divider
> :nth-child(n + 2):not(.uk-first-column)::before,
.uk-offcanvas-bar
.uk-subnav-divider
> :nth-child(n + 2):not(.uk-first-column)::before {
  border-left-color: rgba(255, 255, 255, 0.2); }

.uk-light .uk-subnav-pill > * > :first-child,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > * > :first-child,
.uk-section-secondary:not(.uk-preserve-color)
.uk-subnav-pill
> *
> :first-child,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > * > :first-child,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > :first-child,
.uk-card-primary.uk-card-body .uk-subnav-pill > * > :first-child,
.uk-card-primary
> :not([class*="uk-card-media"])
.uk-subnav-pill
> *
> :first-child,
.uk-card-secondary.uk-card-body .uk-subnav-pill > * > :first-child,
.uk-card-secondary
> :not([class*="uk-card-media"])
.uk-subnav-pill
> *
> :first-child,
.uk-overlay-primary .uk-subnav-pill > * > :first-child,
.uk-offcanvas-bar .uk-subnav-pill > * > :first-child {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-subnav-pill > * > a:hover,
.uk-light .uk-subnav-pill > * > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:focus,
.uk-card-primary.uk-card-body .uk-subnav-pill > * > a:hover,
.uk-card-primary.uk-card-body .uk-subnav-pill > * > a:focus,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-subnav-pill > * > a:hover,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-subnav-pill > * > a:focus,
.uk-card-secondary.uk-card-body .uk-subnav-pill > * > a:hover,
.uk-card-secondary.uk-card-body .uk-subnav-pill > * > a:focus,
.uk-card-secondary
> :not([class*="uk-card-media"])
.uk-subnav-pill
> *
> a:hover,
.uk-card-secondary
> :not([class*="uk-card-media"])
.uk-subnav-pill
> *
> a:focus,
.uk-overlay-primary .uk-subnav-pill > * > a:hover,
.uk-overlay-primary .uk-subnav-pill > * > a:focus,
.uk-offcanvas-bar .uk-subnav-pill > * > a:hover,
.uk-offcanvas-bar .uk-subnav-pill > * > a:focus {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-subnav-pill > * > a:active,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:active,
.uk-card-primary.uk-card-body .uk-subnav-pill > * > a:active,
.uk-card-primary
> :not([class*="uk-card-media"])
.uk-subnav-pill
> *
> a:active,
.uk-card-secondary.uk-card-body .uk-subnav-pill > * > a:active,
.uk-card-secondary
> :not([class*="uk-card-media"])
.uk-subnav-pill
> *
> a:active,
.uk-overlay-primary .uk-subnav-pill > * > a:active,
.uk-offcanvas-bar .uk-subnav-pill > * > a:active {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-subnav-pill > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-card-primary.uk-card-body .uk-subnav-pill > .uk-active > a,
.uk-card-primary
> :not([class*="uk-card-media"])
.uk-subnav-pill
> .uk-active
> a,
.uk-card-secondary.uk-card-body .uk-subnav-pill > .uk-active > a,
.uk-card-secondary
> :not([class*="uk-card-media"])
.uk-subnav-pill
> .uk-active
> a,
.uk-overlay-primary .uk-subnav-pill > .uk-active > a,
.uk-offcanvas-bar .uk-subnav-pill > .uk-active > a {
  background-color: #fff;
  color: #666; }

.uk-light .uk-subnav > .uk-disabled > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav > .uk-disabled > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav > .uk-disabled > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav > .uk-disabled > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > .uk-disabled > a,
.uk-card-primary.uk-card-body .uk-subnav > .uk-disabled > a,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-subnav > .uk-disabled > a,
.uk-card-secondary.uk-card-body .uk-subnav > .uk-disabled > a,
.uk-card-secondary
> :not([class*="uk-card-media"])
.uk-subnav
> .uk-disabled
> a,
.uk-overlay-primary .uk-subnav > .uk-disabled > a,
.uk-offcanvas-bar .uk-subnav > .uk-disabled > a {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-breadcrumb > * > *,
.uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > * > *,
.uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > *,
.uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > * > *,
.uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > *,
.uk-card-primary.uk-card-body .uk-breadcrumb > * > *,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-breadcrumb > * > *,
.uk-card-secondary.uk-card-body .uk-breadcrumb > * > *,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-breadcrumb > * > *,
.uk-overlay-primary .uk-breadcrumb > * > *,
.uk-offcanvas-bar .uk-breadcrumb > * > * {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-breadcrumb > * > :hover,
.uk-light .uk-breadcrumb > * > :focus,
.uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover,
.uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > * > :focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > :focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > * > :focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > :focus,
.uk-card-primary.uk-card-body .uk-breadcrumb > * > :hover,
.uk-card-primary.uk-card-body .uk-breadcrumb > * > :focus,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-breadcrumb > * > :hover,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-breadcrumb > * > :focus,
.uk-card-secondary.uk-card-body .uk-breadcrumb > * > :hover,
.uk-card-secondary.uk-card-body .uk-breadcrumb > * > :focus,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-breadcrumb > * > :hover,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-breadcrumb > * > :focus,
.uk-overlay-primary .uk-breadcrumb > * > :hover,
.uk-overlay-primary .uk-breadcrumb > * > :focus,
.uk-offcanvas-bar .uk-breadcrumb > * > :hover,
.uk-offcanvas-bar .uk-breadcrumb > * > :focus {
  color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-breadcrumb > :last-child > *,
.uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > :last-child > *,
.uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > :last-child > *,
.uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > :last-child > *,
.uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > :last-child > *,
.uk-card-primary.uk-card-body .uk-breadcrumb > :last-child > *,
.uk-card-primary
> :not([class*="uk-card-media"])
.uk-breadcrumb
> :last-child
> *,
.uk-card-secondary.uk-card-body .uk-breadcrumb > :last-child > *,
.uk-card-secondary
> :not([class*="uk-card-media"])
.uk-breadcrumb
> :last-child
> *,
.uk-overlay-primary .uk-breadcrumb > :last-child > *,
.uk-offcanvas-bar .uk-breadcrumb > :last-child > * {
  color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-breadcrumb > :nth-child(n + 2):not(.uk-first-column)::before,
.uk-section-primary:not(.uk-preserve-color)
.uk-breadcrumb
> :nth-child(n + 2):not(.uk-first-column)::before,
.uk-section-secondary:not(.uk-preserve-color)
.uk-breadcrumb
> :nth-child(n + 2):not(.uk-first-column)::before,
.uk-tile-primary:not(.uk-preserve-color)
.uk-breadcrumb
> :nth-child(n + 2):not(.uk-first-column)::before,
.uk-tile-secondary:not(.uk-preserve-color)
.uk-breadcrumb
> :nth-child(n + 2):not(.uk-first-column)::before,
.uk-card-primary.uk-card-body
.uk-breadcrumb
> :nth-child(n + 2):not(.uk-first-column)::before,
.uk-card-primary
> :not([class*="uk-card-media"])
.uk-breadcrumb
> :nth-child(n + 2):not(.uk-first-column)::before,
.uk-card-secondary.uk-card-body
.uk-breadcrumb
> :nth-child(n + 2):not(.uk-first-column)::before,
.uk-card-secondary
> :not([class*="uk-card-media"])
.uk-breadcrumb
> :nth-child(n + 2):not(.uk-first-column)::before,
.uk-overlay-primary
.uk-breadcrumb
> :nth-child(n + 2):not(.uk-first-column)::before,
.uk-offcanvas-bar
.uk-breadcrumb
> :nth-child(n + 2):not(.uk-first-column)::before {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-pagination > * > *,
.uk-section-primary:not(.uk-preserve-color) .uk-pagination > * > *,
.uk-section-secondary:not(.uk-preserve-color) .uk-pagination > * > *,
.uk-tile-primary:not(.uk-preserve-color) .uk-pagination > * > *,
.uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > * > *,
.uk-card-primary.uk-card-body .uk-pagination > * > *,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-pagination > * > *,
.uk-card-secondary.uk-card-body .uk-pagination > * > *,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-pagination > * > *,
.uk-overlay-primary .uk-pagination > * > *,
.uk-offcanvas-bar .uk-pagination > * > * {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-pagination > * > :hover,
.uk-light .uk-pagination > * > :focus,
.uk-section-primary:not(.uk-preserve-color) .uk-pagination > * > :hover,
.uk-section-primary:not(.uk-preserve-color) .uk-pagination > * > :focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-pagination > * > :hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-pagination > * > :focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-pagination > * > :hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-pagination > * > :focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > * > :hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > * > :focus,
.uk-card-primary.uk-card-body .uk-pagination > * > :hover,
.uk-card-primary.uk-card-body .uk-pagination > * > :focus,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-pagination > * > :hover,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-pagination > * > :focus,
.uk-card-secondary.uk-card-body .uk-pagination > * > :hover,
.uk-card-secondary.uk-card-body .uk-pagination > * > :focus,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-pagination > * > :hover,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-pagination > * > :focus,
.uk-overlay-primary .uk-pagination > * > :hover,
.uk-overlay-primary .uk-pagination > * > :focus,
.uk-offcanvas-bar .uk-pagination > * > :hover,
.uk-offcanvas-bar .uk-pagination > * > :focus {
  color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-pagination > .uk-active > *,
.uk-section-primary:not(.uk-preserve-color) .uk-pagination > .uk-active > *,
.uk-section-secondary:not(.uk-preserve-color) .uk-pagination > .uk-active > *,
.uk-tile-primary:not(.uk-preserve-color) .uk-pagination > .uk-active > *,
.uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > .uk-active > *,
.uk-card-primary.uk-card-body .uk-pagination > .uk-active > *,
.uk-card-primary
> :not([class*="uk-card-media"])
.uk-pagination
> .uk-active
> *,
.uk-card-secondary.uk-card-body .uk-pagination > .uk-active > *,
.uk-card-secondary
> :not([class*="uk-card-media"])
.uk-pagination
> .uk-active
> *,
.uk-overlay-primary .uk-pagination > .uk-active > *,
.uk-offcanvas-bar .uk-pagination > .uk-active > * {
  color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-pagination > .uk-disabled > *,
.uk-section-primary:not(.uk-preserve-color) .uk-pagination > .uk-disabled > *,
.uk-section-secondary:not(.uk-preserve-color) .uk-pagination > .uk-disabled > *,
.uk-tile-primary:not(.uk-preserve-color) .uk-pagination > .uk-disabled > *,
.uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > .uk-disabled > *,
.uk-card-primary.uk-card-body .uk-pagination > .uk-disabled > *,
.uk-card-primary
> :not([class*="uk-card-media"])
.uk-pagination
> .uk-disabled
> *,
.uk-card-secondary.uk-card-body .uk-pagination > .uk-disabled > *,
.uk-card-secondary
> :not([class*="uk-card-media"])
.uk-pagination
> .uk-disabled
> *,
.uk-overlay-primary .uk-pagination > .uk-disabled > *,
.uk-offcanvas-bar .uk-pagination > .uk-disabled > * {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-tab::before,
.uk-section-primary:not(.uk-preserve-color) .uk-tab::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-tab::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-tab::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-tab::before,
.uk-card-primary.uk-card-body .uk-tab::before,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-tab::before,
.uk-card-secondary.uk-card-body .uk-tab::before,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-tab::before,
.uk-overlay-primary .uk-tab::before,
.uk-offcanvas-bar .uk-tab::before {
  border-color: rgba(255, 255, 255, 0.2); }

.uk-light .uk-tab > * > a,
.uk-section-primary:not(.uk-preserve-color) .uk-tab > * > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-tab > * > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-tab > * > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-tab > * > a,
.uk-card-primary.uk-card-body .uk-tab > * > a,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-tab > * > a,
.uk-card-secondary.uk-card-body .uk-tab > * > a,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-tab > * > a,
.uk-overlay-primary .uk-tab > * > a,
.uk-offcanvas-bar .uk-tab > * > a {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-tab > * > a:hover,
.uk-light .uk-tab > * > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-tab > * > a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-tab > * > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-tab > * > a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-tab > * > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-tab > * > a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-tab > * > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-tab > * > a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-tab > * > a:focus,
.uk-card-primary.uk-card-body .uk-tab > * > a:hover,
.uk-card-primary.uk-card-body .uk-tab > * > a:focus,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-tab > * > a:hover,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-tab > * > a:focus,
.uk-card-secondary.uk-card-body .uk-tab > * > a:hover,
.uk-card-secondary.uk-card-body .uk-tab > * > a:focus,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-tab > * > a:hover,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-tab > * > a:focus,
.uk-overlay-primary .uk-tab > * > a:hover,
.uk-overlay-primary .uk-tab > * > a:focus,
.uk-offcanvas-bar .uk-tab > * > a:hover,
.uk-offcanvas-bar .uk-tab > * > a:focus {
  color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-tab > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-card-primary.uk-card-body .uk-tab > .uk-active > a,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-tab > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-tab > .uk-active > a,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-tab > .uk-active > a,
.uk-overlay-primary .uk-tab > .uk-active > a,
.uk-offcanvas-bar .uk-tab > .uk-active > a {
  color: #fff;
  border-color: #fff; }

.uk-light .uk-tab > .uk-disabled > a,
.uk-section-primary:not(.uk-preserve-color) .uk-tab > .uk-disabled > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-tab > .uk-disabled > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-tab > .uk-disabled > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-tab > .uk-disabled > a,
.uk-card-primary.uk-card-body .uk-tab > .uk-disabled > a,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-tab > .uk-disabled > a,
.uk-card-secondary.uk-card-body .uk-tab > .uk-disabled > a,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-tab > .uk-disabled > a,
.uk-overlay-primary .uk-tab > .uk-disabled > a,
.uk-offcanvas-bar .uk-tab > .uk-disabled > a {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-slidenav,
.uk-section-primary:not(.uk-preserve-color) .uk-slidenav,
.uk-section-secondary:not(.uk-preserve-color) .uk-slidenav,
.uk-tile-primary:not(.uk-preserve-color) .uk-slidenav,
.uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav,
.uk-card-primary.uk-card-body .uk-slidenav,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-slidenav,
.uk-card-secondary.uk-card-body .uk-slidenav,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-slidenav,
.uk-overlay-primary .uk-slidenav,
.uk-offcanvas-bar .uk-slidenav {
  color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-slidenav:hover,
.uk-light .uk-slidenav:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-slidenav:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-slidenav:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-slidenav:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-slidenav:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-slidenav:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-slidenav:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav:focus,
.uk-card-primary.uk-card-body .uk-slidenav:hover,
.uk-card-primary.uk-card-body .uk-slidenav:focus,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-slidenav:hover,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-slidenav:focus,
.uk-card-secondary.uk-card-body .uk-slidenav:hover,
.uk-card-secondary.uk-card-body .uk-slidenav:focus,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-slidenav:hover,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-slidenav:focus,
.uk-overlay-primary .uk-slidenav:hover,
.uk-overlay-primary .uk-slidenav:focus,
.uk-offcanvas-bar .uk-slidenav:hover,
.uk-offcanvas-bar .uk-slidenav:focus {
  color: rgba(255, 255, 255, 0.95); }

.uk-light .uk-slidenav:active,
.uk-section-primary:not(.uk-preserve-color) .uk-slidenav:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-slidenav:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-slidenav:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav:active,
.uk-card-primary.uk-card-body .uk-slidenav:active,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-slidenav:active,
.uk-card-secondary.uk-card-body .uk-slidenav:active,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-slidenav:active,
.uk-overlay-primary .uk-slidenav:active,
.uk-offcanvas-bar .uk-slidenav:active {
  color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-dotnav > * > *,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > *,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > *,
.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > * > *,
.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > * > *,
.uk-card-primary.uk-card-body .uk-dotnav > * > *,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-dotnav > * > *,
.uk-card-secondary.uk-card-body .uk-dotnav > * > *,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-dotnav > * > *,
.uk-overlay-primary .uk-dotnav > * > *,
.uk-offcanvas-bar .uk-dotnav > * > * {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.9); }

.uk-light .uk-dotnav > * > :hover,
.uk-light .uk-dotnav > * > :focus,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > :hover,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > :focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > :hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > :focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > * > :hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > * > :focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > * > :hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > * > :focus,
.uk-card-primary.uk-card-body .uk-dotnav > * > :hover,
.uk-card-primary.uk-card-body .uk-dotnav > * > :focus,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-dotnav > * > :hover,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-dotnav > * > :focus,
.uk-card-secondary.uk-card-body .uk-dotnav > * > :hover,
.uk-card-secondary.uk-card-body .uk-dotnav > * > :focus,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-dotnav > * > :hover,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-dotnav > * > :focus,
.uk-overlay-primary .uk-dotnav > * > :hover,
.uk-overlay-primary .uk-dotnav > * > :focus,
.uk-offcanvas-bar .uk-dotnav > * > :hover,
.uk-offcanvas-bar .uk-dotnav > * > :focus {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: transparent; }

.uk-light .uk-dotnav > * > :active,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > :active,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > :active,
.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > * > :active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > * > :active,
.uk-card-primary.uk-card-body .uk-dotnav > * > :active,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-dotnav > * > :active,
.uk-card-secondary.uk-card-body .uk-dotnav > * > :active,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-dotnav > * > :active,
.uk-overlay-primary .uk-dotnav > * > :active,
.uk-offcanvas-bar .uk-dotnav > * > :active {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: transparent; }

.uk-light .uk-dotnav > .uk-active > *,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-card-primary.uk-card-body .uk-dotnav > .uk-active > *,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-dotnav > .uk-active > *,
.uk-card-secondary.uk-card-body .uk-dotnav > .uk-active > *,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-dotnav > .uk-active > *,
.uk-overlay-primary .uk-dotnav > .uk-active > *,
.uk-offcanvas-bar .uk-dotnav > .uk-active > * {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: transparent; }

.uk-light .uk-accordion-title,
.uk-section-primary:not(.uk-preserve-color) .uk-accordion-title,
.uk-section-secondary:not(.uk-preserve-color) .uk-accordion-title,
.uk-tile-primary:not(.uk-preserve-color) .uk-accordion-title,
.uk-tile-secondary:not(.uk-preserve-color) .uk-accordion-title,
.uk-card-primary.uk-card-body .uk-accordion-title,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-accordion-title,
.uk-card-secondary.uk-card-body .uk-accordion-title,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-accordion-title,
.uk-overlay-primary .uk-accordion-title,
.uk-offcanvas-bar .uk-accordion-title {
  color: #fff; }

.uk-light .uk-accordion-title:hover,
.uk-light .uk-accordion-title:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-accordion-title:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-accordion-title:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-accordion-title:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-accordion-title:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-accordion-title:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-accordion-title:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-accordion-title:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-accordion-title:focus,
.uk-card-primary.uk-card-body .uk-accordion-title:hover,
.uk-card-primary.uk-card-body .uk-accordion-title:focus,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-accordion-title:hover,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-accordion-title:focus,
.uk-card-secondary.uk-card-body .uk-accordion-title:hover,
.uk-card-secondary.uk-card-body .uk-accordion-title:focus,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-accordion-title:hover,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-accordion-title:focus,
.uk-overlay-primary .uk-accordion-title:hover,
.uk-overlay-primary .uk-accordion-title:focus,
.uk-offcanvas-bar .uk-accordion-title:hover,
.uk-offcanvas-bar .uk-accordion-title:focus {
  color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-iconnav > * > a,
.uk-section-primary:not(.uk-preserve-color) .uk-iconnav > * > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-iconnav > * > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-iconnav > * > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-iconnav > * > a,
.uk-card-primary.uk-card-body .uk-iconnav > * > a,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-iconnav > * > a,
.uk-card-secondary.uk-card-body .uk-iconnav > * > a,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-iconnav > * > a,
.uk-overlay-primary .uk-iconnav > * > a,
.uk-offcanvas-bar .uk-iconnav > * > a {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-iconnav > * > a:hover,
.uk-light .uk-iconnav > * > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-iconnav > * > a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-iconnav > * > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-iconnav > * > a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-iconnav > * > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-iconnav > * > a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-iconnav > * > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-iconnav > * > a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-iconnav > * > a:focus,
.uk-card-primary.uk-card-body .uk-iconnav > * > a:hover,
.uk-card-primary.uk-card-body .uk-iconnav > * > a:focus,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-iconnav > * > a:hover,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-iconnav > * > a:focus,
.uk-card-secondary.uk-card-body .uk-iconnav > * > a:hover,
.uk-card-secondary.uk-card-body .uk-iconnav > * > a:focus,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-iconnav > * > a:hover,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-iconnav > * > a:focus,
.uk-overlay-primary .uk-iconnav > * > a:hover,
.uk-overlay-primary .uk-iconnav > * > a:focus,
.uk-offcanvas-bar .uk-iconnav > * > a:hover,
.uk-offcanvas-bar .uk-iconnav > * > a:focus {
  color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-iconnav > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-iconnav > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-iconnav > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-iconnav > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-iconnav > .uk-active > a,
.uk-card-primary.uk-card-body .uk-iconnav > .uk-active > a,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-iconnav > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-iconnav > .uk-active > a,
.uk-card-secondary
> :not([class*="uk-card-media"])
.uk-iconnav
> .uk-active
> a,
.uk-overlay-primary .uk-iconnav > .uk-active > a,
.uk-offcanvas-bar .uk-iconnav > .uk-active > a {
  color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-text-lead,
.uk-section-primary:not(.uk-preserve-color) .uk-text-lead,
.uk-section-secondary:not(.uk-preserve-color) .uk-text-lead,
.uk-tile-primary:not(.uk-preserve-color) .uk-text-lead,
.uk-tile-secondary:not(.uk-preserve-color) .uk-text-lead,
.uk-card-primary.uk-card-body .uk-text-lead,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-text-lead,
.uk-card-secondary.uk-card-body .uk-text-lead,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-text-lead,
.uk-overlay-primary .uk-text-lead,
.uk-offcanvas-bar .uk-text-lead {
  color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-text-meta,
.uk-section-primary:not(.uk-preserve-color) .uk-text-meta,
.uk-section-secondary:not(.uk-preserve-color) .uk-text-meta,
.uk-tile-primary:not(.uk-preserve-color) .uk-text-meta,
.uk-tile-secondary:not(.uk-preserve-color) .uk-text-meta,
.uk-card-primary.uk-card-body .uk-text-meta,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-text-meta,
.uk-card-secondary.uk-card-body .uk-text-meta,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-text-meta,
.uk-overlay-primary .uk-text-meta,
.uk-offcanvas-bar .uk-text-meta {
  color: rgba(255, 255, 255, 0.5); }

.uk-light .uk-text-muted,
.uk-section-primary:not(.uk-preserve-color) .uk-text-muted,
.uk-section-secondary:not(.uk-preserve-color) .uk-text-muted,
.uk-tile-primary:not(.uk-preserve-color) .uk-text-muted,
.uk-tile-secondary:not(.uk-preserve-color) .uk-text-muted,
.uk-card-primary.uk-card-body .uk-text-muted,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-text-muted,
.uk-card-secondary.uk-card-body .uk-text-muted,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-text-muted,
.uk-overlay-primary .uk-text-muted,
.uk-offcanvas-bar .uk-text-muted {
  color: rgba(255, 255, 255, 0.5) !important; }

.uk-light .uk-text-emphasis,
.uk-section-primary:not(.uk-preserve-color) .uk-text-emphasis,
.uk-section-secondary:not(.uk-preserve-color) .uk-text-emphasis,
.uk-tile-primary:not(.uk-preserve-color) .uk-text-emphasis,
.uk-tile-secondary:not(.uk-preserve-color) .uk-text-emphasis,
.uk-card-primary.uk-card-body .uk-text-emphasis,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-text-emphasis,
.uk-card-secondary.uk-card-body .uk-text-emphasis,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-text-emphasis,
.uk-overlay-primary .uk-text-emphasis,
.uk-offcanvas-bar .uk-text-emphasis {
  color: #fff !important; }

.uk-light .uk-text-primary,
.uk-section-primary:not(.uk-preserve-color) .uk-text-primary,
.uk-section-secondary:not(.uk-preserve-color) .uk-text-primary,
.uk-tile-primary:not(.uk-preserve-color) .uk-text-primary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-text-primary,
.uk-card-primary.uk-card-body .uk-text-primary,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-text-primary,
.uk-card-secondary.uk-card-body .uk-text-primary,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-text-primary,
.uk-overlay-primary .uk-text-primary,
.uk-offcanvas-bar .uk-text-primary {
  color: #fff !important; }

.uk-light .uk-text-secondary,
.uk-section-primary:not(.uk-preserve-color) .uk-text-secondary,
.uk-section-secondary:not(.uk-preserve-color) .uk-text-secondary,
.uk-tile-primary:not(.uk-preserve-color) .uk-text-secondary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-text-secondary,
.uk-card-primary.uk-card-body .uk-text-secondary,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-text-secondary,
.uk-card-secondary.uk-card-body .uk-text-secondary,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-text-secondary,
.uk-overlay-primary .uk-text-secondary,
.uk-offcanvas-bar .uk-text-secondary {
  color: #fff !important; }

.uk-light .uk-column-divider,
.uk-section-primary:not(.uk-preserve-color) .uk-column-divider,
.uk-section-secondary:not(.uk-preserve-color) .uk-column-divider,
.uk-tile-primary:not(.uk-preserve-color) .uk-column-divider,
.uk-tile-secondary:not(.uk-preserve-color) .uk-column-divider,
.uk-card-primary.uk-card-body .uk-column-divider,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-column-divider,
.uk-card-secondary.uk-card-body .uk-column-divider,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-column-divider,
.uk-overlay-primary .uk-column-divider,
.uk-offcanvas-bar .uk-column-divider {
  column-rule-color: rgba(255, 255, 255, 0.2); }

.uk-light .uk-logo,
.uk-section-primary:not(.uk-preserve-color) .uk-logo,
.uk-section-secondary:not(.uk-preserve-color) .uk-logo,
.uk-tile-primary:not(.uk-preserve-color) .uk-logo,
.uk-tile-secondary:not(.uk-preserve-color) .uk-logo,
.uk-card-primary.uk-card-body .uk-logo,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-logo,
.uk-card-secondary.uk-card-body .uk-logo,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-logo,
.uk-overlay-primary .uk-logo,
.uk-offcanvas-bar .uk-logo {
  color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-logo:hover,
.uk-light .uk-logo:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-logo:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-logo:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-logo:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-logo:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-logo:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-logo:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-logo:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-logo:focus,
.uk-card-primary.uk-card-body .uk-logo:hover,
.uk-card-primary.uk-card-body .uk-logo:focus,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-logo:hover,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-logo:focus,
.uk-card-secondary.uk-card-body .uk-logo:hover,
.uk-card-secondary.uk-card-body .uk-logo:focus,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-logo:hover,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-logo:focus,
.uk-overlay-primary .uk-logo:hover,
.uk-overlay-primary .uk-logo:focus,
.uk-offcanvas-bar .uk-logo:hover,
.uk-offcanvas-bar .uk-logo:focus {
  color: rgba(255, 255, 255, 0.7); }

.uk-light .uk-logo > :not(.uk-logo-inverse):not(:only-of-type),
.uk-section-primary:not(.uk-preserve-color)
.uk-logo
> :not(.uk-logo-inverse):not(:only-of-type),
.uk-section-secondary:not(.uk-preserve-color)
.uk-logo
> :not(.uk-logo-inverse):not(:only-of-type),
.uk-tile-primary:not(.uk-preserve-color)
.uk-logo
> :not(.uk-logo-inverse):not(:only-of-type),
.uk-tile-secondary:not(.uk-preserve-color)
.uk-logo
> :not(.uk-logo-inverse):not(:only-of-type),
.uk-card-primary.uk-card-body
.uk-logo
> :not(.uk-logo-inverse):not(:only-of-type),
.uk-card-primary
> :not([class*="uk-card-media"])
.uk-logo
> :not(.uk-logo-inverse):not(:only-of-type),
.uk-card-secondary.uk-card-body
.uk-logo
> :not(.uk-logo-inverse):not(:only-of-type),
.uk-card-secondary
> :not([class*="uk-card-media"])
.uk-logo
> :not(.uk-logo-inverse):not(:only-of-type),
.uk-overlay-primary .uk-logo > :not(.uk-logo-inverse):not(:only-of-type),
.uk-offcanvas-bar .uk-logo > :not(.uk-logo-inverse):not(:only-of-type) {
  display: none; }

.uk-light .uk-logo-inverse,
.uk-section-primary:not(.uk-preserve-color) .uk-logo-inverse,
.uk-section-secondary:not(.uk-preserve-color) .uk-logo-inverse,
.uk-tile-primary:not(.uk-preserve-color) .uk-logo-inverse,
.uk-tile-secondary:not(.uk-preserve-color) .uk-logo-inverse,
.uk-card-primary.uk-card-body .uk-logo-inverse,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-logo-inverse,
.uk-card-secondary.uk-card-body .uk-logo-inverse,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-logo-inverse,
.uk-overlay-primary .uk-logo-inverse,
.uk-offcanvas-bar .uk-logo-inverse {
  display: inline; }

.uk-light .uk-accordion-title::before,
.uk-section-primary:not(.uk-preserve-color) .uk-accordion-title::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-accordion-title::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-accordion-title::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-accordion-title::before,
.uk-card-primary.uk-card-body .uk-accordion-title::before,
.uk-card-primary > :not([class*="uk-card-media"]) .uk-accordion-title::before,
.uk-card-secondary.uk-card-body .uk-accordion-title::before,
.uk-card-secondary > :not([class*="uk-card-media"]) .uk-accordion-title::before,
.uk-overlay-primary .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%28255,%20255,%20255,%200.7%29%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%28255,%20255,%20255,%200.7%29%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E"); }

.uk-light .uk-open > .uk-accordion-title::before,
.uk-section-primary:not(.uk-preserve-color)
.uk-open
> .uk-accordion-title::before,
.uk-section-secondary:not(.uk-preserve-color)
.uk-open
> .uk-accordion-title::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-open > .uk-accordion-title::before,
.uk-tile-secondary:not(.uk-preserve-color)
.uk-open
> .uk-accordion-title::before,
.uk-card-primary.uk-card-body .uk-open > .uk-accordion-title::before,
.uk-card-primary
> :not([class*="uk-card-media"])
.uk-open
> .uk-accordion-title::before,
.uk-card-secondary.uk-card-body .uk-open > .uk-accordion-title::before,
.uk-card-secondary
> :not([class*="uk-card-media"])
.uk-open
> .uk-accordion-title::before,
.uk-overlay-primary .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%28255,%20255,%20255,%200.7%29%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E"); }

/* ========================================================================
   Component: Print
 ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

#constructionQuestions #constructionQuestions h2,
#machine-learning-advantages #constructionQuestions h2, #constructionQuestions
#machine-learning-advantages h2,
#machine-learning-advantages
#machine-learning-advantages h2 {
  padding-bottom: 6vw; }
  @media screen and (max-width: 960px) {
    #constructionQuestions #constructionQuestions h2,
    #machine-learning-advantages #constructionQuestions h2, #constructionQuestions
    #machine-learning-advantages h2,
    #machine-learning-advantages
    #machine-learning-advantages h2 {
      padding-bottom: 0;
      margin-bottom: 30px; } }

#constructionQuestions.ios h2,
#machine-learning-advantages.ios h2 {
  padding-bottom: 0; }

#constructionQuestions h3,
#machine-learning-advantages h3 {
  font-weight: 420;
  font-size: clamp(15px, 2.3vw, 22px);
  line-height: 31px;
  text-transform: uppercase; }
  @media screen and (max-width: 960px) {
    #constructionQuestions h3,
    #machine-learning-advantages h3 {
      line-height: 140%; } }

#constructionQuestions p.section-p,
#machine-learning-advantages p.section-p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: clamp(15px, 1.172vw, 18px);
  line-height: 32px;
  letter-spacing: 0.100001px;
  opacity: 0.9; }

#constructionQuestions .uk-accordion-content,
#machine-learning-advantages .uk-accordion-content {
  margin-top: 0; }

#constructionQuestions .uk-accordion > :nth-child(n + 2),
#machine-learning-advantages .uk-accordion > :nth-child(n + 2) {
  margin-top: 50px; }

#constructionQuestions .uk-accordion-title::before,
#machine-learning-advantages .uk-accordion-title::before {
  background-image: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><line x1="10" y1="-4.37114e-08" x2="10" y2="20" stroke="%23F11869" stroke-width="2"/><line y1="10" x2="20" y2="10" stroke="%23F11869" stroke-width="2"/></svg>');
  transition: transform 0.3s ease-in-out; }

#constructionQuestions .uk-open > .uk-accordion-title::before,
#machine-learning-advantages .uk-open > .uk-accordion-title::before {
  background-image: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><line x1="10" y1="-4.37114e-08" x2="10" y2="20" stroke="%23F11869" stroke-width="2"/><line y1="10" x2="20" y2="10" stroke="%23F11869" stroke-width="2"/></svg>');
  transform: rotate(45deg); }

#machine-learning-advantages .uk-accordion > li.uk-open:nth-child(1) {
  transform: translateY(-49px); }

#construction #constructionCaseStudy .uk-accordion,
#construction #constructionSofware .uk-accordion {
  list-style-type: none;
  counter-reset: my-counter;
  display: inline-block; }
  #construction #constructionCaseStudy .uk-accordion li,
  #construction #constructionSofware .uk-accordion li {
    display: flex;
    align-items: center;
    counter-increment: my-counter;
    flex-wrap: wrap;
    margin-bottom: 1.7vw;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 35px;
    min-height: auto;
    max-height: 175px;
    margin-right: 15px; }
    @media screen and (min-width: 1340px) and (max-width: 1600px) {
      #construction #constructionCaseStudy .uk-accordion li,
      #construction #constructionSofware .uk-accordion li {
        max-height: 190px; } }
    @media screen and (min-width: 1150px) and (max-width: 1339px) {
      #construction #constructionCaseStudy .uk-accordion li,
      #construction #constructionSofware .uk-accordion li {
        max-height: 205px; } }
    @media screen and (min-width: 961px) and (max-width: 1149px) {
      #construction #constructionCaseStudy .uk-accordion li,
      #construction #constructionSofware .uk-accordion li {
        max-height: 215px; } }
  #construction #constructionCaseStudy .uk-accordion li:before,
  #construction #constructionSofware .uk-accordion li:before {
    content: counter(my-counter) "";
    margin-right: 15px;
    margin-bottom: 3px;
    color: #f11869;
    font-weight: 420;
    font-size: 18px;
    text-transform: uppercase;
    padding-left: 20px; }
  #construction #constructionCaseStudy .uk-accordion h3,
  #construction #constructionSofware .uk-accordion h3 {
    margin: 0;
    font-size: clamp(16px, 1vw, 18px);
    font-weight: 400;
    line-height: 28px;
    text-transform: uppercase;
    width: max-content;
    white-space: nowrap; }
  #construction #constructionCaseStudy .uk-accordion .uk-accordion-content,
  #construction #constructionSofware .uk-accordion .uk-accordion-content {
    margin-top: 20px; }
  #construction #constructionCaseStudy .uk-accordion p.section-p,
  #construction #constructionSofware .uk-accordion p.section-p {
    font-size: clamp(15px, 1.35vw, 16px);
    padding: 20px; }

#construction #constructionCaseStudy .uk-accordion-title::before,
#construction #constructionSofware .uk-accordion-title::before {
  background-image: none; }

#construction #constructionCaseStudy .uk-open > .uk-accordion-title::before,
#construction #constructionSofware .uk-open > .uk-accordion-title::before {
  background-image: none; }

#construction #constructionCaseStudy .uk-accordion li.uk-open,
#construction #constructionSofware .uk-accordion li.uk-open {
  background-color: #ffffff;
  margin-top: -2vw !important; }
  #construction #constructionCaseStudy .uk-accordion li.uk-open .line,
  #construction #constructionSofware .uk-accordion li.uk-open .line {
    position: relative;
    height: 94px;
    width: 1px; }
  #construction #constructionCaseStudy .uk-accordion li.uk-open .line::before,
  #construction #constructionSofware .uk-accordion li.uk-open .line::before {
    content: "";
    position: absolute;
    top: 0px;
    left: -44px;
    height: 100%;
    width: 1px;
    background-color: #f11869;
    animation: line-grow 10s linear infinite; }

@keyframes line-grow {
  0% {
    height: 1px; }
  100% {
    height: 175px;
    background-color: #f11869; } }
  @media screen and (min-width: 1340px) and (max-width: 1600px) {
    @keyframes line-grow {
      0% {
        height: 1px; }
      100% {
        height: 190px;
        background-color: #f11869; } } }
  @media screen and (min-width: 1150px) and (max-width: 1339px) {
    @keyframes line-grow {
      0% {
        height: 1px; }
      100% {
        height: 205px;
        background-color: #f11869; } } }
  @media screen and (min-width: 961px) and (max-width: 1149px) {
    @keyframes line-grow {
      0% {
        height: 1px; }
      100% {
        height: 215px;
        background-color: #f11869; } } }

#construction #constructionCaseStudy .uk-accordion .uk-accordion-content,
#construction #constructionSofware .uk-accordion .uk-accordion-content {
  transform: translateY(-60px); }

#construction #constructionCaseStudy .uk-accordion li,
#construction.logistics #constructionCaseStudy.logistics-caseStudy .uk-accordion li {
  max-height: 150px; }
  @media screen and (min-width: 1340px) and (max-width: 1600px) {
    #construction #constructionCaseStudy .uk-accordion li,
    #construction.logistics #constructionCaseStudy.logistics-caseStudy .uk-accordion li {
      max-height: 160px; } }
  @media screen and (min-width: 1150px) and (max-width: 1339px) {
    #construction #constructionCaseStudy .uk-accordion li,
    #construction.logistics #constructionCaseStudy.logistics-caseStudy .uk-accordion li {
      max-height: 170px; } }
  @media screen and (min-width: 961px) and (max-width: 1149px) {
    #construction #constructionCaseStudy .uk-accordion li,
    #construction.logistics #constructionCaseStudy.logistics-caseStudy .uk-accordion li {
      max-height: 180px; } }

#construction #constructionCaseStudy.logistics-caseStudy .uk-accordion li.uk-open .line::before {
  content: "";
  animation: line-grow-cases-small 10s linear infinite; }

@keyframes line-grow-cases-small {
  0% {
    height: 1px; }
  100% {
    height: 150px;
    background-color: #f11869; } }

@media screen and (min-width: 1340px) and (max-width: 1600px) {
  @keyframes line-grow-cases-small {
    0% {
      height: 1px; }
    100% {
      height: 160px;
      background-color: #f11869; } } }

@media screen and (min-width: 1150px) and (max-width: 1339px) {
  @keyframes line-grow-cases-small {
    0% {
      height: 1px; }
    100% {
      height: 170px;
      background-color: #f11869; } } }

@media screen and (min-width: 961px) and (max-width: 1149px) {
  @keyframes line-grow-cases-small {
    0% {
      height: 1px; }
    100% {
      height: 180px;
      background-color: #f11869; } } }

#construction #constructionSofware .uk-accordion li {
  border-bottom: 1px solid #f5f5f570; }

#construction #constructionSofware .uk-accordion li.uk-open {
  background: #f5f5f570; }

.ios #machine-learning-advantages.ios li.item {
  max-height: 100% !important; }

#construction.flutter #machine-learning-advantages .uk-accordion li.item {
  max-height: 195px; }
  @media screen and (min-width: 1340px) and (max-width: 1600px) {
    #construction.flutter #machine-learning-advantages .uk-accordion li.item {
      max-height: 225px; } }
  @media screen and (min-width: 1150px) and (max-width: 1339px) {
    #construction.flutter #machine-learning-advantages .uk-accordion li.item {
      max-height: 235px; } }
  @media screen and (min-width: 961px) and (max-width: 1149px) {
    #construction.flutter #machine-learning-advantages .uk-accordion li.item {
      max-height: 255px; } }
  @media screen and (max-width: 719px) {
    #construction.flutter #machine-learning-advantages .uk-accordion li.item {
      max-height: 425px; } }

#construction #machine-learning-advantages.light-section .uk-accordion {
  width: 100%;
  max-width: 676px; }
  #construction #machine-learning-advantages.light-section .uk-accordion li.item.uk-open {
    background: #f5f5f5; }

@media screen and (min-width: 961px) {
  #construction #machine-learning-advantages.light-section .construction-mobile {
    display: none; } }

@media screen and (max-width: 960px) {
  #construction #machine-learning-advantages.light-section .desktop {
    display: none; } }

#construction #machine-learning-advantages .uk-accordion {
  width: 100%;
  max-width: 676px; }
  #construction #machine-learning-advantages .uk-accordion-title {
    transform: translateY(-21px); }
    @media screen and (max-width: 768px) {
      #construction #machine-learning-advantages .uk-accordion-title {
        transform: translateY(-21px); } }
  #construction #machine-learning-advantages .uk-accordion h3 {
    font-size: clamp(15px, 1.172vw, 18px); }
  #construction #machine-learning-advantages .uk-accordion .uk-accordion-content {
    margin-top: -10px; }
  #construction #machine-learning-advantages .uk-accordion p.section-p {
    font-size: clamp(15px, 1.35vw, 16px); }
  #construction #machine-learning-advantages .uk-accordion li.item {
    padding: 0 30px;
    border-bottom: 1px solid #ffffff10;
    max-height: 185px; }
    @media screen and (min-width: 1340px) and (max-width: 1600px) {
      #construction #machine-learning-advantages .uk-accordion li.item {
        max-height: 210px; } }
    @media screen and (min-width: 1150px) and (max-width: 1339px) {
      #construction #machine-learning-advantages .uk-accordion li.item {
        max-height: 220px; } }
    @media screen and (min-width: 961px) and (max-width: 1149px) {
      #construction #machine-learning-advantages .uk-accordion li.item {
        max-height: 240px; } }
    @media screen and (max-width: 719px) {
      #construction #machine-learning-advantages .uk-accordion li.item {
        max-height: 400px; } }
  #construction #machine-learning-advantages .uk-accordion li.item.uk-open {
    background: #40414450;
    mix-blend-mode: normal;
    padding: 30px;
    border-bottom: none;
    margin-top: 20px;
    max-height: initial !important; }
  @media screen and (max-width: 960px) {
    #construction #machine-learning-advantages .uk-accordion.secondary li.item.uk-open {
      background: transparent;
      margin-top: 0; } }

#construction #constructionSofware.development li.item {
  max-height: 140px; }
  @media screen and (min-width: 1340px) and (max-width: 1600px) {
    #construction #constructionSofware.development li.item {
      max-height: 150px; } }
  @media screen and (min-width: 1150px) and (max-width: 1339px) {
    #construction #constructionSofware.development li.item {
      max-height: 160px; } }
  @media screen and (min-width: 961px) and (max-width: 1149px) {
    #construction #constructionSofware.development li.item {
      max-height: 170px; } }

@keyframes line-grow {
  0% {
    height: 1px; }
  100% {
    height: 140px;
    background-color: #f11869; } }

@media screen and (min-width: 1340px) and (max-width: 1600px) {
  @keyframes line-grow {
    0% {
      height: 1px; }
    100% {
      height: 150px;
      background-color: #f11869; } } }

@media screen and (min-width: 1150px) and (max-width: 1339px) {
  @keyframes line-grow {
    0% {
      height: 1px; }
    100% {
      height: 160px;
      background-color: #f11869; } } }

@media screen and (min-width: 961px) and (max-width: 1149px) {
  @keyframes line-grow {
    0% {
      height: 1px; }
    100% {
      height: 170px;
      background-color: #f11869; } } }

#construction #constructionSofware.development.ces li.item {
  max-height: 260px; }
  @media screen and (min-width: 1340px) and (max-width: 1600px) {
    #construction #constructionSofware.development.ces li.item {
      max-height: 280px; } }
  @media screen and (min-width: 1150px) and (max-width: 1339px) {
    #construction #constructionSofware.development.ces li.item {
      max-height: 290px; } }
  @media screen and (min-width: 961px) and (max-width: 1149px) {
    #construction #constructionSofware.development.ces li.item {
      max-height: 300px; } }

@keyframes line-grow {
  0% {
    height: 1px; }
  100% {
    height: 250px;
    background-color: #f11869; } }

@media screen and (min-width: 1340px) and (max-width: 1600px) {
  @keyframes line-grow {
    0% {
      height: 1px; }
    100% {
      height: 150px;
      background-color: #f11869; } } }

@media screen and (min-width: 1150px) and (max-width: 1339px) {
  @keyframes line-grow {
    0% {
      height: 1px; }
    100% {
      height: 160px;
      background-color: #f11869; } } }

@media screen and (min-width: 961px) and (max-width: 1149px) {
  @keyframes line-grow {
    0% {
      height: 1px; }
    100% {
      height: 170px;
      background-color: #f11869; } } }

#construction #constructionSofware.realEstate-development ul.uk-accordion {
  padding-top: 2vw;
  scrollbar-color: #f5f5f5 transparent;
  scrollbar-width: thin;
  /* Убрать видимость дорожки прокрутки */
  /* Стилизация бегунка */
  /* Определение размеров бегунка */ }
  #construction #constructionSofware.realEstate-development ul.uk-accordion::-webkit-scrollbar-track {
    display: none; }
  #construction #constructionSofware.realEstate-development ul.uk-accordion::-webkit-scrollbar-thumb {
    background: #f5f5f5;
    border-radius: 10px; }
  #construction #constructionSofware.realEstate-development ul.uk-accordion::-webkit-scrollbar {
    width: 10px;
    /* Ширина бегунка */
    height: 10px;
    /* Высота бегунка */ }

#construction #constructionSofware.realEstate-development li.item {
  max-height: 140px; }
  @media screen and (min-width: 1340px) and (max-width: 1600px) {
    #construction #constructionSofware.realEstate-development li.item {
      max-height: 150px; } }
  @media screen and (min-width: 1150px) and (max-width: 1339px) {
    #construction #constructionSofware.realEstate-development li.item {
      max-height: 160px; } }
  @media screen and (min-width: 961px) and (max-width: 1149px) {
    #construction #constructionSofware.realEstate-development li.item {
      max-height: 170px; } }

@keyframes line-grow {
  0% {
    height: 1px; }
  100% {
    height: 140px;
    background-color: #f11869; } }

@media screen and (min-width: 1340px) and (max-width: 1600px) {
  @keyframes line-grow {
    0% {
      height: 1px; }
    100% {
      height: 150px;
      background-color: #f11869; } } }

@media screen and (min-width: 1150px) and (max-width: 1339px) {
  @keyframes line-grow {
    0% {
      height: 1px; }
    100% {
      height: 160px;
      background-color: #f11869; } } }

@media screen and (min-width: 961px) and (max-width: 1149px) {
  @keyframes line-grow {
    0% {
      height: 1px; }
    100% {
      height: 170px;
      background-color: #f11869; } } }

#construction #constructionCaseStudy.machine-learning-caseStudy .uk-accordion li,
#construction.logistics #constructionSofware.development .uk-accordion li {
  max-height: 210px; }
  @media screen and (min-width: 1340px) and (max-width: 1600px) {
    #construction #constructionCaseStudy.machine-learning-caseStudy .uk-accordion li,
    #construction.logistics #constructionSofware.development .uk-accordion li {
      max-height: 220px; } }
  @media screen and (min-width: 1150px) and (max-width: 1339px) {
    #construction #constructionCaseStudy.machine-learning-caseStudy .uk-accordion li,
    #construction.logistics #constructionSofware.development .uk-accordion li {
      max-height: 230px; } }
  @media screen and (min-width: 961px) and (max-width: 1149px) {
    #construction #constructionCaseStudy.machine-learning-caseStudy .uk-accordion li,
    #construction.logistics #constructionSofware.development .uk-accordion li {
      max-height: 240px; } }

#construction #constructionCaseStudy.machine-learning-caseStudy #casestudy-mobile .image-container > img.img,
#construction.logistics #constructionSofware.development #casestudy-mobile .image-container > img.img {
  object-fit: contain; }

#construction #constructionCaseStudy.machine-learning-caseStudy .uk-accordion li.uk-open .line::before,
#construction.logistics #constructionSofware.development .uk-accordion li.uk-open .line::before {
  content: "";
  animation: line-grow-cases 10s linear infinite; }

@keyframes line-grow-cases {
  0% {
    height: 1px; }
  100% {
    height: 210px;
    background-color: #f11869; } }

@media screen and (min-width: 1340px) and (max-width: 1600px) {
  @keyframes line-grow-cases {
    0% {
      height: 1px; }
    100% {
      height: 220px;
      background-color: #f11869; } } }

@media screen and (min-width: 1150px) and (max-width: 1339px) {
  @keyframes line-grow-cases {
    0% {
      height: 1px; }
    100% {
      height: 230px;
      background-color: #f11869; } } }

@media screen and (min-width: 961px) and (max-width: 1149px) {
  @keyframes line-grow-cases {
    0% {
      height: 1px; }
    100% {
      height: 240px;
      background-color: #f11869; } } }

.uk-modal-close-default {
  border: none;
  background: transparent; }
  .uk-modal-close-default.uk-close {
    color: #ffffff; }

#construction .animated-accordion .uk-accordion-title {
  cursor: pointer; }

#construction .animated-accordion .uk-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease; }

#construction .animated-accordion .uk-open .uk-accordion-content {
  max-height: 500px;
  padding: 18px 0; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

:root {
  font-size: 16px;
  scroll-behavior: smooth !important; }

html {
  margin: 0 auto;
  color: #ffffff;
  font-family: "Open Sans", sans-serif !important;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: normal; }

@media screen and (min-width: 961px) {
  .only-mobile-content {
    display: none !important; } }

@media screen and (max-width: 960px) {
  .only-desktop-content {
    display: none !important; } }

.color-pink {
  color: #f11869; }
  .color-pink-secondary {
    box-shadow: 0px 0px 18px 0px rgba(241, 24, 105, 0.2);
    color: white;
    display: inline-block;
    width: 32px;
    height: 32px;
    background: #f11869;
    border-radius: 5px;
    text-align: center;
    margin-right: 20px; }
    @media screen and (max-width: 960px) {
      .color-pink-secondary {
        padding: 5px; } }

.container {
  width: 100%;
  height: 100%;
  max-width: 1645px;
  margin: 0 auto;
  padding: 0 30px; }
  @media screen and (max-width: 1710px) {
    .container {
      padding: 0 50px; } }
  @media screen and (max-width: 640px) {
    .container .section-whatwecando,
    .section-awards .container {
      padding: 0; } }
  .section-blogCollection .container {
    max-width: 1550px;
    padding: 0 90px; }
    @media screen and (max-width: 475px) {
      .section-blogCollection .container {
        padding: 0 30px; } }
  .section-stories-content .container {
    margin-bottom: 20vh; }
    @media screen and (max-width: 960px) {
      .section-stories-content .container {
        margin-bottom: 12vh; } }
  .container.mb-0 {
    margin-bottom: 0; }
  .container .pb-0 {
    padding-bottom: 0; }
  .container .mb-1 {
    margin-bottom: 1vh !important; }
  .container .p-0 {
    padding: 0 !important; }
  .container .m-0 {
    margin: 0 !important; }
  @media screen and (max-width: 640px) {
    .container {
      padding: 0 24px; } }
  .section-reviews .container {
    position: relative; }

.container-2 {
  width: 100%;
  height: 100%;
  max-width: 1428px;
  margin: 0 auto;
  padding: 0 30px; }
  #reviews .container-2 {
    max-width: 1668px; }
  @media screen and (max-width: 640px) {
    .container-2 {
      padding: 0 6px; } }
  @media screen and (max-width: 475px) {
    .container-2 {
      padding: 0; } }
  @media screen and (max-width: 960px) {
    .section-discoveryPhase .container-2 {
      padding: 0; } }

html body {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  overflow-x: hidden; }
  html body.body-aboutus #about-us h2.section-title {
    font-size: clamp(20px, 2vw, 32px); }
    @media screen and (max-width: 960px) {
      html body.body-aboutus #about-us h2.section-title {
        margin-bottom: 2.4vh; } }
  html body.body-contactus {
    background-image: radial-gradient(circle at 42% -5%, #636265, #38383b 31%, #131316 80%); }
  html body .main {
    position: relative; }
    html body .main .section-group-homepage {
      background-image: none;
      background-color: #161619; }
    html body .main.main-blog {
      padding-top: 5vh; }
      @media screen and (max-width: 640px) {
        html body .main.main-blog {
          padding-top: 2vh; } }
    html body .main.main-cases {
      background-image: linear-gradient(to right, #a6438b 0%, #ef8dd5 100%); }
    html body .main.athletic-motion-analysis {
      background: linear-gradient(0deg, #141311, #141311), url(../../images/athletic-motion-analysis/hero-bg-2.png) 100% 20%/cover no-repeat; }
    html body .main.unmanned-systems {
      background: linear-gradient(0deg, #161d1f, #161d1f); }
  html body .article {
    overflow: hidden; }
    html body .article.stack-group {
      background-image: linear-gradient(to bottom, #464648, 62%, #050506); }
  html body .article-follow {
    background-image: linear-gradient(109deg, #222225 3%, #131316 94%);
    height: 20vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0; }
    html body .article-follow.reverse {
      background-image: none;
      background-color: #ffffff; }
    html body .article-follow.article-follow-business {
      background-image: linear-gradient(103deg, #363638 16%, #262628 93%); }
  html body .mobiledev-wrap {
    position: relative;
    z-index: 0;
    background-image: radial-gradient(circle at 42% -5%, #3d3d3f, #18181a 97%); }
    html body .mobiledev-wrap.startups-wrap {
      background-image: linear-gradient(to bottom, #464648, #333335, #141416, #050506); }
    html body .mobiledev-wrap.stories-wrap {
      background-image: linear-gradient(to bottom, #221e2c, #141416, #1c1a24); }
    html body .mobiledev-wrap.dataScience-wrap {
      background-image: radial-gradient(circle at 35% -20%, #636265, #0c0c0c 71%); }

.space-min {
  margin-top: 0 !important; }

.space-micro {
  margin-top: 10px !important; }

.space-small {
  margin-top: 20px !important; }

.space-middle {
  margin-top: 30px !important; }

.space-large {
  margin-top: 50px !important; }

.space-max {
  margin-top: 80px !important; }

.space-bottom-min {
  padding-bottom: 0 !important; }

.space-bottom-micro {
  padding-bottom: 5vh !important; }

.space-bottom-small {
  padding-bottom: 10vh !important; }

.space-bottom-middle {
  padding-bottom: 15vh !important; }

.space-bottom-large {
  padding-bottom: 20vh !important; }

.space-bottom-max {
  padding-bottom: 25vh !important; }

@media screen and (min-width: 961px) {
  .moved-up-desktop {
    margin-top: -5%; }
    .moved-up-desktop-transformed {
      transform: translateY(-10%); } }

@media screen and (max-width: 960px) {
  .moved-up-mobile {
    margin-top: -5vh; }
    .moved-up-mobile--double {
      margin-top: -10vh; }
    .moved-up-mobile--triple {
      margin-top: -15vh; }
    .moved-up-mobile-transformed {
      transform: translateY(-10%); } }

@media screen and (min-width: 961px) {
  .moved-down-desktop {
    margin-bottom: -5%; }
    .moved-down-desktop-transformed {
      transform: translateY(10%); } }

@media screen and (min-width: 961px) {
  .bottom-line {
    border-bottom: 1px solid #f11869; } }

.img {
  width: 100%;
  height: 100%;
  object-fit: cover; }
  .img.img-contain {
    object-fit: contain; }
  @media screen and (max-width: 960px) {
    .hero-aboutus#section-hero .img {
      height: 100%;
      width: 100%;
      object-fit: contain;
      object-position: bottom; } }

.background-image {
  position: absolute;
  z-index: -2;
  margin: 0;
  height: 100%;
  width: 100%;
  transform: translate(0, 0); }
  .background-image.noise {
    z-index: -1; }
    .hero-cases .background-image.noise,
    .hero-aboutus .background-image.noise,
    .hero-blog .background-image.noise {
      z-index: 0; }
  .background-image.bg-visible {
    opacity: 0.36; }
    @media screen and (max-width: 960px) {
      .background-image.bg-visible {
        display: none; } }
    .background-image.bg-visible.recruiting .img {
      object-position: bottom; }
    .background-image.bg-visible.supergool .img {
      object-position: right bottom;
      width: 350px; }
    .background-image.bg-visible.sleepwell {
      opacity: 1; }
  .hero-blog .background-image.over-noise {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 50%;
    max-height: 97%;
    z-index: 0;
    top: 50%;
    transform: translateY(-50%); }
    @media screen and (max-width: 1260px) {
      .hero-blog .background-image.over-noise {
        height: 60%;
        top: 0;
        width: max-content;
        max-width: 100%;
        transform: none; } }
  .hero-blog.hero-blog-reverse-layout .background-image.over-noise {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    max-height: 97%;
    z-index: 0;
    left: 0;
    right: unset; }
    @media screen and (max-width: 1260px) {
      .hero-blog.hero-blog-reverse-layout .background-image.over-noise {
        height: 60%;
        top: 0;
        width: max-content;
        max-width: 100%;
        transform: none; } }
  .card-blogCollectionItem .background-image {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    max-height: 97%;
    z-index: 1; }
  .header .background-image.noise {
    display: none; }
  .section-reviews .background-image.bg-reviews {
    height: 110%;
    transform: translate(0, 0); }
    .section-reviews .background-image.bg-reviews.cecil {
      height: 100%;
      transform: translate(0, 0); }
    .section-reviews .background-image.bg-reviews.backflow {
      height: 60%;
      transform: translate(-1%, 1%); }
      @media screen and (max-width: 1700px) {
        .section-reviews .background-image.bg-reviews.backflow {
          height: 50%; } }
    .section-reviews .background-image.bg-reviews.fipme {
      height: 100%;
      transform: translate(-1%, 15%); }
    .section-reviews .background-image.bg-reviews.rabbitohs {
      height: 60%;
      transform: translate(-1%, 10%); }
    .section-reviews .background-image.bg-reviews.mysyla {
      height: 85%;
      transform: translate(-3%, 0%); }
      @media screen and (max-width: 1700px) {
        .section-reviews .background-image.bg-reviews.mysyla {
          height: 75%;
          transform: translate(-3%, -1%); } }
    .section-reviews .background-image.bg-reviews.xscale {
      height: 50%;
      transform: translate(-1%, 10%); }
      @media screen and (max-width: 1700px) {
        .section-reviews .background-image.bg-reviews.xscale {
          height: 40%;
          transform: translate(1%, 10%); } }
    .section-reviews .background-image.bg-reviews.sleepwell {
      height: 90%;
      transform: translate(-1%, 10%); }
      @media screen and (max-width: 1700px) {
        .section-reviews .background-image.bg-reviews.sleepwell {
          height: 80%;
          transform: translate(0, 10%); } }
    .section-reviews .background-image.bg-reviews.supergool {
      height: 60%;
      transform: translate(-1%, 1%); }
      @media screen and (max-width: 1700px) {
        .section-reviews .background-image.bg-reviews.supergool {
          height: 55%;
          transform: translate(-1%, -1%); } }
    .section-reviews .background-image.bg-reviews.recruiting {
      height: 55%;
      transform: translate(-1%, 10%); }
      @media screen and (max-width: 1700px) {
        .section-reviews .background-image.bg-reviews.recruiting {
          height: 45%;
          transform: translate(-2%, 10%); } }
  .section-partnership .background-image {
    top: unset;
    bottom: 0;
    height: 88%; }
    .section-partnership .background-image.noise {
      height: 100%; }
  @media screen and (max-width: 1260px) {
    .background-image {
      display: none; }
      .background-image.bg-visible {
        display: block; }
      .background-image.noise {
        display: block; } }
  .background-image.anim {
    height: auto;
    top: 100%;
    width: 100%;
    min-width: max-content;
    transform: rotate(45deg) translateY(calc(-50% - 2.5 * 100vh * 0.6));
    transform-origin: 50% 0;
    z-index: -1; }
  .background-image .hidden {
    visibility: hidden; }
  .background-image .img {
    background-repeat: no-repeat; }
  .background-image .img.img-right {
    object-position: right;
    object-fit: contain;
    width: auto;
    display: block;
    margin-left: auto; }
  .background-image .img.img-left {
    object-position: left;
    width: auto;
    display: block;
    margin-right: auto; }
  .background-image .img.img-contain {
    object-fit: contain; }
  .background-image .img.img-right-bottom {
    object-position: right bottom;
    width: auto;
    display: block;
    margin-left: auto;
    margin-top: auto; }

.statistics-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: none;
  font-size: 0.875rem;
  color: #cdd0d1; }
  .statistics-info > div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 25px; }
    .statistics-info > div *:first-child {
      margin-right: 10px; }
  .statistics-info .like {
    cursor: pointer; }
    .statistics-info .like.liked {
      display: none; }
  .card-blogCollectionItem .statistics-info {
    font-size: 0.75rem; }

.background-image-gradient {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -3;
  margin: 0; }

.icon {
  height: 100%;
  width: auto;
  object-fit: contain; }
  .card-blogCollectionItem .icon {
    height: auto; }
  .whatwedo-wrap .icon {
    height: auto;
    width: 100%; }
  .icon.svg {
    max-width: 70px; }
    @media screen and (max-width: 960px) {
      .icon.svg {
        max-width: 50px; } }
  .icon.svg.small-icon {
    max-width: 40px; }

.b-bold {
  font-family: "Brandon bold", sans-serif !important;
  font-weight: normal !important; }

.b-medium {
  font-family: "Brandon medium", sans-serif !important;
  font-weight: normal !important; }

.b-regular {
  font-family: "Brandon regular", sans-serif !important;
  font-weight: normal !important; }

.b-light {
  font-family: "Brandon light", sans-serif !important;
  font-weight: normal !important; }

.b-thin {
  font-family: "Brandon thin", sans-serif !important;
  font-weight: normal !important; }

.img-content {
  display: flex;
  justify-content: center;
  align-items: center; }

.pos-relative {
  position: relative; }

.clickable {
  cursor: pointer; }

.item-disabled,
.item-disabled:hover {
  cursor: default; }

.section-signup .aside-picture {
  max-height: 534px; }
  @media screen and (max-width: 768px) {
    .section-signup .aside-picture {
      margin-bottom: 3vh; } }
  .section-signup .aside-picture .img {
    height: inherit;
    width: auto; }

.section-tuitionPlatforms .aside-picture,
.section-stories-content .aside-picture {
  margin: 0;
  padding: 0;
  height: 485px; }
  @media screen and (max-width: 960px) {
    .section-tuitionPlatforms .aside-picture,
    .section-stories-content .aside-picture {
      height: 380px;
      margin-bottom: 8vh; } }
  @media screen and (max-width: 475px) {
    .section-tuitionPlatforms .aside-picture,
    .section-stories-content .aside-picture {
      height: 250px; } }

.section-goals .aside-picture {
  margin: 0;
  padding: 0;
  height: 450px; }
  @media screen and (max-width: 960px) {
    .section-goals .aside-picture {
      height: 350px;
      margin-bottom: 8vh; } }
  @media screen and (max-width: 475px) {
    .section-goals .aside-picture {
      height: 250px;
      margin-bottom: 4vh; } }

.section-case-study .aside-picture {
  width: 100%; }

.aside-picture.shifted {
  position: absolute;
  right: 0;
  top: 50%;
  height: 550px;
  transform: translateY(-50%);
  z-index: -1;
  max-width: 50%; }
  @media screen and (max-width: 1260px) {
    .aside-picture.shifted {
      height: 400px; } }
  @media screen and (max-width: 1124px) {
    .aside-picture.shifted {
      height: 350px; } }
  @media screen and (max-width: 960px) {
    .aside-picture.shifted {
      position: unset;
      height: 380px;
      transform: none;
      align-self: flex-end;
      max-width: 100%; } }
  @media screen and (max-width: 640px) {
    .aside-picture.shifted {
      position: unset;
      height: 250px;
      transform: none;
      align-self: flex-end; } }
  @media screen and (max-width: 475px) {
    .aside-picture.shifted {
      position: unset;
      height: 200px;
      transform: none;
      align-self: flex-end; } }
  .aside-picture.shifted img {
    padding-left: 40px; }

.section-discoveryPhase .aside-picture {
  width: 100%; }
  .section-discoveryPhase .aside-picture .icon {
    width: 100%;
    height: auto; }

.section-intro__dataScience .aside-picture {
  width: 100%;
  height: auto; }
  @media screen and (max-width: 960px) {
    .section-intro__dataScience .aside-picture {
      width: 60%;
      margin-bottom: 5vh; } }
  @media screen and (max-width: 640px) {
    .section-intro__dataScience .aside-picture {
      width: 80%; } }
  @media screen and (max-width: 475px) {
    .section-intro__dataScience .aside-picture {
      width: 100%; } }
  .section-intro__dataScience .aside-picture .icon {
    width: 100%;
    height: auto; }

q {
  font-style: normal; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.67em 0; }
  @media screen and (min-width: 961px) {
    h1.no-wrap,
    h2.no-wrap,
    h3.no-wrap,
    h4.no-wrap,
    h5.no-wrap,
    h6.no-wrap {
      white-space: nowrap; } }
  h1.w100,
  h2.w100,
  h3.w100,
  h4.w100,
  h5.w100,
  h6.w100 {
    width: 100% !important; }
  h1.left,
  h2.left,
  h3.left,
  h4.left,
  h5.left,
  h6.left {
    text-align: left !important; }
  h1.right,
  h2.right,
  h3.right,
  h4.right,
  h5.right,
  h6.right {
    text-align: right !important; }
  h1.center,
  h2.center,
  h3.center,
  h4.center,
  h5.center,
  h6.center {
    text-align: center !important; }
  h1.uppercase,
  h2.uppercase,
  h3.uppercase,
  h4.uppercase,
  h5.uppercase,
  h6.uppercase {
    text-transform: uppercase !important; }
  h1.pink-text,
  h2.pink-text,
  h3.pink-text,
  h4.pink-text,
  h5.pink-text,
  h6.pink-text {
    color: #f11869; }
  h1.hero-subtitle,
  h2.hero-subtitle,
  h3.hero-subtitle,
  h4.hero-subtitle,
  h5.hero-subtitle,
  h6.hero-subtitle {
    font-size: 3.4375rem;
    font-weight: 500;
    line-height: 1.63;
    letter-spacing: 0.31px;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff; }
    @media screen and (max-width: 960px) {
      h1.hero-subtitle,
      h2.hero-subtitle,
      h3.hero-subtitle,
      h4.hero-subtitle,
      h5.hero-subtitle,
      h6.hero-subtitle {
        font-size: 3rem;
        font-weight: 500;
        line-height: 1.63; } }
    @media screen and (max-width: 640px) {
      h1.hero-subtitle,
      h2.hero-subtitle,
      h3.hero-subtitle,
      h4.hero-subtitle,
      h5.hero-subtitle,
      h6.hero-subtitle {
        font-size: 2.5rem;
        font-weight: 500;
        line-height: 1.63; } }
    @media screen and (max-width: 475px) {
      h1.hero-subtitle,
      h2.hero-subtitle,
      h3.hero-subtitle,
      h4.hero-subtitle,
      h5.hero-subtitle,
      h6.hero-subtitle {
        font-size: 1.875rem;
        font-weight: 500;
        line-height: 1.63;
        text-align: left; } }
  html h1, html
  h2, html
  h3, html
  h4, html
  h5, html
  h6 {
    font-family: "Brandon bold", sans-serif; }

* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
  margin: 0.67em 0 0 0; }

.hero h1 {
  font-family: "Brandon bold", sans-serif; }

p,
ul,
ol,
h4,
figure {
  margin: 0 0 15px 0; }
  p.left,
  ul.left,
  ol.left,
  h4.left,
  figure.left {
    text-align: left !important; }
  p.right,
  ul.right,
  ol.right,
  h4.right,
  figure.right {
    text-align: right !important; }
  p.center,
  ul.center,
  ol.center,
  h4.center,
  figure.center {
    text-align: center !important; }
    @media screen and (max-width: 960px) {
      .ai-case-item .ai-cases__content p.center, .ai-case-item .ai-cases__content
      ul.center, .ai-case-item .ai-cases__content
      ol.center, .ai-case-item .ai-cases__content
      h4.center, .ai-case-item .ai-cases__content
      figure.center {
        text-align: left !important; } }
  p.pink-text,
  ul.pink-text,
  ol.pink-text,
  h4.pink-text,
  figure.pink-text {
    color: #f11869 !important; }
  p.uppercase,
  ul.uppercase,
  ol.uppercase,
  h4.uppercase,
  figure.uppercase {
    text-transform: uppercase !important; }
  p > .pink-number,
  ul > .pink-number,
  ol > .pink-number,
  h4 > .pink-number,
  figure > .pink-number {
    color: #f11869 !important;
    text-transform: uppercase !important;
    font-size: 42px !important; }
    @media screen and (max-width: 475px) {
      p > .pink-number,
      ul > .pink-number,
      ol > .pink-number,
      h4 > .pink-number,
      figure > .pink-number {
        font-size: 32px !important; } }
  p.w100,
  ul.w100,
  ol.w100,
  h4.w100,
  figure.w100 {
    width: 100% !important; }

div > p {
  margin-bottom: 0; }

div.w100 {
  width: 100% !important; }

* + p,
* + ul,
* + ol,
* + figure {
  margin-top: 15px; }

ul {
  padding: 0 0 0 40px;
  margin: 0; }

ul > li > ol,
ul > li > ul,
ol > li > ul,
ol > li > ol {
  margin: 0; }

/*
 * Center
 */
.uk-align-center {
  margin-left: auto !important;
  margin-right: auto !important; }

.uk-text-center {
  text-align: center !important; }

a.no-wrap {
  white-space: nowrap; }

.accent-highlight {
  font-weight: 600; }

.grecaptcha-badge {
  visibility: hidden; }

.dark-secondary-background {
  background: url(/images/idx/background-second.png) no-repeat !important;
  background-size: cover !important; }

@media screen and (min-width: 961px) {
  .set-right {
    transform: translateX(8.5%); } }

@media screen and (min-width: 961px) {
  .set-left {
    transform: translateX(-8.5%); } }

p.underline,
li.underline,
h1.underline,
h2.h3.underline,
h4.underline {
  text-decoration: underline; }

[class*=uk-animation-] {
  animation-fill-mode: unset;
  animation-duration: 0.4s; }

/*
  Flexbox Utility Classes

  Этот SCSS файл предоставляет вспомогательные классы для работы с Flexbox.
  Он включает классы для определения flex-контейнеров, flex-элементов и их свойств.
  Также он включает медиа-запросы для адаптивного дизайна.

  Классы Flex Container:
  - .flex: Базовый класс для применения flex display.
  - .flex-row: Устанавливает направление flex на строку.
  - .flex-column: Устанавливает направление flex на колонку.
  - .flex-wrap: Включает перенос flex-элементов.
  - .flex-nowrap: Отключает перенос flex-элементов.
  - .flex-row-reverse: Устанавливает направление flex на обратную строку.
  - .flex-column-reverse: Устанавливает направление flex на обратную колонку.
  - .align-items-start: Выравнивает flex-элементы по началу.
  - .align-items-center: Выравнивает flex-элементы по центру.
  - .align-items-end: Выравнивает flex-элементы по концу.
  - .align-items-stretch: Растягивает flex-элементы для заполнения контейнера.
  - .justify-content-start: Выравнивает содержимое по началу.
  - .justify-content-center: Выравнивает содержимое по центру.
  - .justify-content-end: Выравнивает содержимое по концу.
  - .justify-content-between: Выравнивает содержимое с пространством между элементами.
  - .justify-content-around: Выравнивает содержимое с пространством вокруг элементов.
  - .justify-content-evenly: Выравнивает содержимое с равным пространством вокруг элементов.
  - .gap-1: Устанавливает gap на 4px.
  - .gap-2: Устанавливает gap на 8px.
  - .gap-3: Устанавливает gap на 16px.
  - .gap-4: Устанавливает gap на 32px.
  - .gap-5: Устанавливает gap на 64px.

  Классы Flex Item:
  - .flex-item: Базовый класс для применения свойств flex-элементов.
  - .flex-grow-0: Устанавливает flex-grow на 0.
  - .flex-grow-1: Устанавливает flex-grow на 1.
  - .flex-shrink-0: Устанавливает flex-shrink на 0.
  - .flex-shrink-1: Устанавливает flex-shrink на 1.
  - .flex-basis-0: Устанавливает flex-basis на 0.
  - .flex-basis-auto: Устанавливает flex-basis на auto.
  - .flex-basis-25: Устанавливает flex-basis на 25%.
  - .flex-basis-33: Устанавливает flex-basis на 33%.
  - .flex-basis-50: Устанавливает flex-basis на 50%.
  - .flex-basis-75: Устанавливает flex-basis на 75%.
  - .flex-basis-100: Устанавливает flex-basis на 100%.
  - .align-self-start: Выравнивает элемент по началу.
  - .align-self-center: Выравнивает элемент по центру.
  - .align-self-end: Выравнивает элемент по концу.
  - .align-self-stretch: Растягивает элемент для заполнения контейнера.
  - .order-first: Устанавливает порядок на -1.
  - .order-last: Устанавливает порядок на 1.
  - .order-0 до .order-3: Устанавливает определенные значения порядка.

  Адаптивные Классы (для экранов <= 960px):
  - .flex-row-m: Устанавливает направление flex на строку.
  - .flex-column-m: Устанавливает направление flex на колонку.
  - .flex-wrap-m: Включает перенос flex-элементов.
  - .flex-nowrap-m: Отключает перенос flex-элементов.
  - .flex-row-reverse-m: Устанавливает направление flex на обратную строку.
  - .flex-column-reverse-m: Устанавливает направление flex на обратную колонку.
  - .align-items-start-m: Выравнивает flex-элементы по началу.
  - .align-items-center-m: Выравнивает flex-элементы по центру.
  - .align-items-end-m: Выравнивает flex-элементы по концу.
  - .align-items-stretch-m: Растягивает flex-элементы для заполнения контейнера.
  - .justify-content-start-m: Выравнивает содержимое по началу.
  - .justify-content-center-m: Выравнивает содержимое по центру.
  - .justify-content-end-m: Выравнивает содержимое по концу.
  - .justify-content-between-m: Выравнивает содержимое с пространством между элементами.
  - .justify-content-around-m: Выравнивает содержимое с пространством вокруг элементов.
  - .justify-content-evenly-m: Выравнивает содержимое с равным пространством вокруг элементов.
  - .gap-1-m: Устанавливает gap на 4px.
  - .gap-2-m: Устанавливает gap на 8px.
  - .gap-3-m: Устанавливает gap на 16px.
  - .gap-4-m: Устанавливает gap на 32px.
  - .gap-5-m: Устанавливает gap на 64px.

  Примеры:
  <div class="flex flex-row justify-content-center flex-column-m align-items-center-m gap-3 gap-2-m">
    <div class="flex-item flex-grow-1 flex-basis-50-m">Item 1</div>
    <div class="flex-item flex-grow-1 flex-basis-50-m">Item 2</div>
    <div class="flex-item flex-grow-1 flex-basis-50-m">Item 3</div>
  </div>
*/
.flex {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (min-width: 961px) {
    .flex {
      flex-direction: row;
      justify-content: space-between;
      align-items: center; } }
  .flex.flex-row {
    flex-direction: row; }
  .flex.flex-column {
    flex-direction: column; }
  .flex.flex-wrap {
    flex-wrap: wrap; }
  .flex.flex-nowrap {
    flex-wrap: nowrap; }
  .flex.flex-row-reverse {
    flex-direction: row-reverse; }
  .flex.flex-column-reverse {
    flex-direction: column-reverse; }
  .flex.align-items-start {
    align-items: flex-start; }
  .flex.align-items-center {
    align-items: center; }
  .flex.align-items-end {
    align-items: flex-end; }
  .flex.align-items-stretch {
    align-items: stretch; }
  .flex.justify-content-start {
    justify-content: flex-start; }
  .flex.justify-content-center {
    justify-content: center; }
  .flex.justify-content-end {
    justify-content: flex-end; }
  .flex.justify-content-between {
    justify-content: space-between; }
  .flex.justify-content-around {
    justify-content: space-around; }
  .flex.justify-content-evenly {
    justify-content: space-evenly; }
  .flex.gap-1 {
    gap: 4px; }
  .flex.gap-2 {
    gap: 8px; }
  .flex.gap-3 {
    gap: 16px; }
  .flex.gap-4 {
    gap: 32px; }
  .flex.gap-5 {
    gap: 64px; }

.flex-item.flex-grow-0 {
  flex-grow: 0; }

.flex-item.flex-grow-1 {
  flex-grow: 1; }

.flex-item.flex-shrink-0 {
  flex-shrink: 0; }

.flex-item.flex-shrink-1 {
  flex-shrink: 1; }

.flex-item.flex-basis-0 {
  flex-basis: 0; }

.flex-item.flex-basis-auto {
  flex-basis: auto; }

.flex-item.flex-basis-25 {
  flex-basis: 25%; }

.flex-item.flex-basis-33 {
  flex-basis: 33%; }

.flex-item.flex-basis-45 {
  flex-basis: 45%; }

.flex-item.flex-basis-50 {
  flex-basis: 50%; }

.flex-item.flex-basis-75 {
  flex-basis: 75%; }

.flex-item.flex-basis-100 {
  flex-basis: 100%; }

.flex-item.align-self-start {
  align-self: flex-start; }

.flex-item.align-self-center {
  align-self: center; }

.flex-item.align-self-end {
  align-self: flex-end; }

.flex-item.align-self-stretch {
  align-self: stretch; }

.flex-item.order-first {
  order: -1; }

.flex-item.order-last {
  order: 1; }

.flex-item.order-0 {
  order: 0; }

.flex-item.order-1 {
  order: 1; }

.flex-item.order-2 {
  order: 2; }

.flex-item.order-3 {
  order: 3; }

@media (max-width: 960px) {
  .flex.flex-row-m {
    flex-direction: row; }
  .flex.flex-column-m {
    flex-direction: column; }
    .flex.flex-column-m.flex-wrap-m {
      flex-wrap: wrap; }
    .flex.flex-column-m.flex-nowrap-m {
      flex-wrap: nowrap; }
    .flex.flex-column-m.flex-row-reverse-m {
      flex-direction: row-reverse; }
    .flex.flex-column-m.flex-column-reverse-m {
      flex-direction: column-reverse; }
    .flex.flex-column-m.align-items-start-m {
      align-items: flex-start; }
    .flex.flex-column-m.align-items-center-m {
      align-items: center; }
    .flex.flex-column-m.align-items-end-m {
      align-items: flex-end; }
    .flex.flex-column-m.align-items-stretch-m {
      align-items: stretch; }
    .flex.flex-column-m.justify-content-start-m {
      justify-content: flex-start; }
    .flex.flex-column-m.justify-content-center-m {
      justify-content: center; }
    .flex.flex-column-m.justify-content-end-m {
      justify-content: flex-end; }
    .flex.flex-column-m.justify-content-between-m {
      justify-content: space-between; }
    .flex.flex-column-m.justify-content-around-m {
      justify-content: space-around; }
    .flex.flex-column-m.justify-content-evenly-m {
      justify-content: space-evenly; }
    .flex.flex-column-m.gap-1-m {
      gap: 4px; }
    .flex.flex-column-m.gap-2-m {
      gap: 8px; }
    .flex.flex-column-m.gap-3-m {
      gap: 16px; }
    .flex.flex-column-m.gap-4-m {
      gap: 32px; }
    .flex.flex-column-m.gap-5-m {
      gap: 64px; } }

.grid {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  height: 100%; }
  .grid.align-centered {
    align-items: center !important; }
  .section.card-switcher .grid {
    align-items: end !important; }
  .section.cases .grid .col .card-stack {
    padding-top: 30px; }
  @media screen and (min-width: 961px) {
    .section.cases .grid .col {
      position: relative;
      padding-bottom: 7vh; } }
  .grid.column {
    flex-direction: column; }
    .grid.column .col {
      width: 100%; }
  .grid.start {
    justify-content: start !important; }
  .grid.start-img * {
    justify-content: start !important; }
  .grid.start-img h3 {
    align-self: start; }
  .grid.start-img .progress-wrapper {
    align-self: start;
    margin: 20px 0 10px 0; }
  @media screen and (max-width: 960px) {
    #whatwecando.section-whatwecando .grid {
      gap: 20px; }
      #whatwecando.section-whatwecando .grid .col {
        width: 100%;
        align-items: stretch; } }
  #construction #servicesBenefits .grid {
    align-items: start;
    margin-top: 2vw; }
    @media screen and (max-width: 960px) {
      #construction #servicesBenefits .grid .col {
        width: 100%; } }
  #rnBenefits .grid .left-side {
    flex-basis: 33%;
    align-self: flex-start; }
  #rnBenefits .grid .right-side {
    flex-basis: 66%; }
  #saasDevelopment .grid .left-side {
    flex-basis: 60%;
    align-self: flex-start; }
  #saasDevelopment .grid .right-side {
    flex-basis: 40%; }
    #saasDevelopment .grid .right-side .grid {
      flex-direction: column; }
  #whatwecandoServices .grid {
    gap: 30px; }
    #whatwecandoServices .grid-card {
      width: 90%;
      flex-direction: column;
      align-items: flex-start;
      gap: 2vh; }
      @media screen and (max-width: 640px) {
        #whatwecandoServices .grid-card {
          gap: 10px; } }
  #section-hero-construction .grid {
    height: auto;
    position: absolute;
    bottom: 3vh; }
  #construction #constructionBenefits.quarter .grid {
    gap: 20px; }
  #construction.ios #constructionBenefits.realEstate-solution .grid {
    align-items: start; }
  #construction #constructionBenefits.realEstate-solution .grid {
    justify-content: space-around; }
    #construction #constructionBenefits.realEstate-solution .grid .card-re {
      width: 45vw; }
      @media screen and (max-width: 960px) {
        #construction #constructionBenefits.realEstate-solution .grid .card-re {
          width: 100%; } }
  #construction #constructionBenefits.real-estate-services .grid,
  #construction #constructionSolution.machineLearning .grid,
  #construction #machine-learning-advantages .grid {
    align-items: start; }
  #construction #machine-learning-advantages.ios .grid,
  #construction #machine-learning-advantages.rn .grid {
    margin-top: 10vh; }
    #construction #machine-learning-advantages.ios .grid .col img.icon,
    #construction #machine-learning-advantages.rn .grid .col img.icon {
      transform: translateY(-8%); }
    @media screen and (max-width: 960px) {
      #construction #machine-learning-advantages.ios .grid,
      #construction #machine-learning-advantages.rn .grid {
        margin-top: initial; }
        #construction #machine-learning-advantages.ios .grid .col img,
        #construction #machine-learning-advantages.rn .grid .col img {
          transform: none; } }
  #construction #section-hero-construction .grid .slide img {
    max-width: initial;
    width: initial; }
  @media screen and (max-width: 960px) {
    #construction #section-hero-construction .grid {
      display: none; } }
  #constructionBenefits .grid {
    justify-content: space-between; }
    @media screen and (max-width: 960px) {
      #constructionBenefits .grid .col {
        width: 100%; } }
  @media screen and (max-width: 960px) {
    #construction #machine-learning-advantages .grid {
      gap: 20px; } }
  #construction #machine-learning-advantages .grid .col {
    width: 50%; }
    #construction #machine-learning-advantages .grid .col img.icon {
      height: auto; }
    @media screen and (max-width: 960px) {
      #construction #machine-learning-advantages .grid .col {
        width: 100%; } }
  @media screen and (max-width: 960px) {
    #industries .grid.grid-construction {
      margin-bottom: 3vh; } }
  @media screen and (max-width: 475px) {
    #industries .grid.grid-construction {
      margin-bottom: 3vh; } }
  #industries #industriesConstraction .grid.grid-construction,
  #industries #industriesSports .grid.grid-construction,
  #industries #industriesLogistics .grid.grid-construction,
  #industries #industriesRealEstate .grid.grid-construction {
    flex-wrap: nowrap;
    justify-content: start;
    gap: 0;
    padding-top: 30px;
    align-items: start;
    margin-bottom: 1.5vh; }
    @media screen and (max-width: 960px) {
      #industries #industriesConstraction .grid.grid-construction,
      #industries #industriesSports .grid.grid-construction,
      #industries #industriesLogistics .grid.grid-construction,
      #industries #industriesRealEstate .grid.grid-construction {
        flex-direction: row;
        flex-wrap: nowrap;
        margin-bottom: 2vh; } }
    @media screen and (max-width: 640px) {
      #industries #industriesConstraction .grid.grid-construction,
      #industries #industriesSports .grid.grid-construction,
      #industries #industriesLogistics .grid.grid-construction,
      #industries #industriesRealEstate .grid.grid-construction {
        flex-direction: column;
        margin-bottom: 3vh; } }
  #industriesConstraction .grid.grid-construction-container {
    margin-left: -11vw; }
    @media screen and (max-width: 960px) {
      #industriesConstraction .grid.grid-construction-container {
        margin-left: initial;
        margin-bottom: 3vh; } }
    @media screen and (max-width: 475px) {
      #industriesConstraction .grid.grid-construction-container {
        margin-bottom: 3vh; } }
  #industries .grid.grid-construction-container {
    padding: 0 50px; }
    @media screen and (max-width: 960px) {
      #industries .grid.grid-construction-container {
        padding: 0 0; } }
    @media screen and (max-width: 475px) {
      #industries .grid.grid-construction-container {
        padding: 0 20px; } }
  #industries .grid.grid-construction > .col {
    padding: 0 20px; }
  #industriesTestimonials .grid {
    margin-top: 5vw; }
  #formContactIndustries .grid.grid-industrial-contact {
    justify-content: space-between;
    margin-top: 3vw;
    align-items: center; }
    @media screen and (max-width: 960px) {
      #formContactIndustries .grid.grid-industrial-contact .button-wrap {
        margin: 0 auto; } }
    @media screen and (max-width: 960px) {
      #formContactIndustries .grid.grid-industrial-contact {
        flex-direction: column;
        align-items: start;
        gap: 3vh; } }
  @media screen and (max-width: 960px) {
    #industriesRealEstate .grid.grid-real-estate {
      margin-bottom: initial; } }
  @media screen and (max-width: 960px) {
    #construction .grid {
      flex-direction: column; } }
  .section-hero-construction .grid .col-construction {
    height: 100px !important; }
  #construction:not(.primary) .grid,
  #construction.primary.index #section-hero-construction .grid,
  #construction #constructionBenefits .grid {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 60px;
    max-width: 100%;
    flex-wrap: nowrap; }
    @media screen and (max-width: 960px) {
      #construction:not(.primary) .grid,
      #construction.primary.index #section-hero-construction .grid,
      #construction #constructionBenefits .grid {
        gap: 0; } }
    #construction:not(.primary) .grid .col-construction,
    #construction.primary.index #section-hero-construction .grid .col-construction,
    #construction #constructionBenefits .grid .col-construction {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 30px;
      max-width: 400px;
      flex-wrap: nowrap;
      height: 80px; }
  #index-page.primary.index #section-hero-construction .grid .col-construction {
    height: 140px !important; }
  #construction #constructionBenefits .grid.case-grid {
    align-items: stretch;
    height: 100%;
    gap: 30px; }
  @media screen and (max-width: 960px) {
    #constructionWeOffer .grid {
      gap: 20px; }
      #constructionWeOffer .grid:nth-of-type(1) {
        margin-bottom: 20px; } }
  #construction #constructionSolution .grid,
  #construction #constructionWeOffer .grid {
    justify-content: space-between;
    max-width: 100%; }
    #construction #constructionSolution .grid .col-construction,
    #construction #constructionWeOffer .grid .col-construction {
      max-width: 753px;
      height: auto; }
      @media screen and (min-width: 961px) {
        #construction #constructionSolution .grid .col-construction,
        #construction #constructionWeOffer .grid .col-construction {
          width: 45vw; } }
  #constructionSolution .grid-solution {
    transition: 2s ease; }
  #construction #constructionCaseStudy .grid .col.slide-image,
  #construction #constructionCaseStudy .grid .col.slide-text,
  #construction #constructionSofware .grid .col.slide-image,
  #construction #constructionSofware .grid .col.slide-text {
    align-items: start;
    width: 45%; }
  #construction #constructionCaseStudy .grid,
  #construction #constructionSofware .grid {
    align-items: start;
    padding-top: 6vw; }
  .grid.start {
    justify-content: start; }
  .grid #attachment-button {
    width: 5vw;
    justify-content: space-between;
    display: flex;
    gap: 15px; }
  .grid.grid-reverse {
    flex-direction: row-reverse; }
    @media screen and (max-width: 960px) {
      .grid.grid-reverse {
        flex-direction: column-reverse; } }
    .section-tuitionPlatforms .grid.grid-reverse .col:nth-child(2),
    .section-stories-content .grid.grid-reverse .col:nth-child(2),
    .section-goals .grid.grid-reverse .col:nth-child(2) {
      align-items: flex-start; }
      @media screen and (max-width: 960px) {
        .section-tuitionPlatforms .grid.grid-reverse .col:nth-child(2),
        .section-stories-content .grid.grid-reverse .col:nth-child(2),
        .section-goals .grid.grid-reverse .col:nth-child(2) {
          align-items: center; } }
  .section-blogCollection .grid {
    margin: 0 -37.5px;
    justify-content: flex-start; }
    .section-blogCollection .grid > * {
      padding: 0 37.5px; }
    @media screen and (max-width: 960px) {
      .section-blogCollection .grid {
        margin: 0 -20px; }
        .section-blogCollection .grid > * {
          padding: 0 20px; } }
    @media screen and (max-width: 640px) {
      .section-blogCollection .grid {
        margin: 0 -10px; }
        .section-blogCollection .grid > * {
          padding: 0 10px; } }
  .section-intro__dataScience .grid {
    margin: 0 -18px; }
    .section-intro__dataScience .grid > * {
      padding: 0 18px; }
    @media screen and (max-width: 960px) {
      .section-intro__dataScience .grid {
        margin: 0 0; }
        .section-intro__dataScience .grid > * {
          padding: 0 0; } }
  .section-whatwedo__dataScience .grid {
    justify-content: space-between;
    padding-bottom: 9.5vh; }
    @media screen and (max-width: 960px) {
      .section-whatwedo__dataScience .grid {
        padding-bottom: 0;
        margin: 0 -20px;
        justify-content: center; }
        .section-whatwedo__dataScience .grid > * {
          padding: 0 20px; } }
    .section-whatwedo__dataScience .grid:last-child {
      margin-bottom: 0; }
    .section-whatwedo__dataScience .grid.no-padding {
      padding-bottom: 0; }
    .section-whatwedo__dataScience .grid.first {
      padding-bottom: 37vh; }
      @media screen and (max-width: 960px) {
        .section-whatwedo__dataScience .grid.first {
          padding-bottom: 0; } }
    .section-whatwedo__dataScience .grid.center {
      justify-content: center;
      padding-bottom: 0; }
      @media screen and (max-width: 960px) {
        .section-whatwedo__dataScience .grid.center {
          padding-top: 5vh; } }
  .section-tuitionPlatforms .grid,
  .section-stories-content .grid,
  .section-goals .grid {
    margin: 0 -40px;
    margin-bottom: 20vh; }
    .section-tuitionPlatforms .grid > *,
    .section-stories-content .grid > *,
    .section-goals .grid > * {
      padding: 0 40px; }
    @media screen and (max-width: 960px) {
      .section-tuitionPlatforms .grid,
      .section-stories-content .grid,
      .section-goals .grid {
        flex-direction: column-reverse;
        margin-bottom: 10vh; } }
    @media screen and (max-width: 475px) {
      .section-tuitionPlatforms .grid,
      .section-stories-content .grid,
      .section-goals .grid {
        margin: 0 0;
        margin-bottom: 10vh; }
        .section-tuitionPlatforms .grid > *,
        .section-stories-content .grid > *,
        .section-goals .grid > * {
          padding: 0 0; } }
    .section-tuitionPlatforms .grid .col:nth-child(2),
    .section-stories-content .grid .col:nth-child(2),
    .section-goals .grid .col:nth-child(2) {
      align-items: flex-end; }
      @media screen and (max-width: 960px) {
        .section-tuitionPlatforms .grid .col:nth-child(2),
        .section-stories-content .grid .col:nth-child(2),
        .section-goals .grid .col:nth-child(2) {
          align-items: center; } }
  .section-discoveryPhase .grid {
    margin: 0 -70px;
    margin-bottom: 20vh; }
    .section-discoveryPhase .grid > * {
      padding: 0 70px; }
    .section-discoveryPhase .grid.mb-0 {
      margin-bottom: 0; }
    @media screen and (max-width: 1260px) {
      .section-discoveryPhase .grid {
        margin: 0 -30px;
        margin-bottom: 12vh; }
        .section-discoveryPhase .grid > * {
          padding: 0 30px; } }
    @media screen and (max-width: 960px) {
      .section-discoveryPhase .grid {
        margin: 0 -15px;
        margin-bottom: 12vh;
        flex-direction: column-reverse; }
        .section-discoveryPhase .grid > * {
          padding: 0 15px; } }
    @media screen and (max-width: 475px) {
      .section-discoveryPhase .grid {
        margin: 0 0;
        margin-bottom: 10vh; }
        .section-discoveryPhase .grid > * {
          padding: 0 0; } }
    .section-discoveryPhase .grid.inter-picture {
      margin: 0 0;
      margin-bottom: 20vh; }
      .section-discoveryPhase .grid.inter-picture > * {
        padding: 0 0; }
      @media screen and (max-width: 1260px) {
        .section-discoveryPhase .grid.inter-picture {
          margin-bottom: 12vh; } }
      @media screen and (max-width: 960px) {
        .section-discoveryPhase .grid.inter-picture {
          flex-direction: column; } }
      @media screen and (max-width: 475px) {
        .section-discoveryPhase .grid.inter-picture {
          margin-bottom: 10vh; } }
      .section-discoveryPhase .grid.inter-picture figure {
        width: 100%;
        margin-bottom: 8vh; }
      .section-discoveryPhase .grid.inter-picture ul {
        width: 40%; }
        @media screen and (max-width: 1260px) {
          .section-discoveryPhase .grid.inter-picture ul {
            width: 50%; } }
        @media screen and (max-width: 960px) {
          .section-discoveryPhase .grid.inter-picture ul {
            width: 100%; } }
  #discoveryPhaseDiscovery .grid {
    gap: 2vw;
    justify-content: space-between; }
    @media screen and (max-width: 960px) {
      #discoveryPhaseDiscovery .grid {
        gap: initial; } }
  #discoveryPhaseProcess .grid,
  #discoveryPhaseDiscovery .grid {
    margin: 0;
    margin-right: 39px;
    row-gap: 40px; }
    @media screen and (max-width: 960px) {
      #discoveryPhaseProcess .grid,
      #discoveryPhaseDiscovery .grid {
        flex-direction: column; } }
  #discoveryPhaseProcess .grid {
    gap: 30px;
    margin-bottom: 49px;
    margin-top: 49px; }
  #discoveryPhaseProcess .grid + .line {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221649%22%20height%3D%222%22%20viewBox%3D%220%200%201649%202%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cline%20opacity%3D%220.8%22%20x1%3D%220.0000000611959%22%20y1%3D%221.3%22%20x2%3D%221649%22%20y2%3D%221.30014%22%20stroke%3D%22url(%23paint0_linear_2335_23681)%22%20stroke-width%3D%221.4%22%2F%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3ClinearGradient%20id%3D%22paint0_linear_2335_23681%22%20x1%3D%221649%22%20y1%3D%222%22%20x2%3D%220%22%20y2%3D%222%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0A%20%20%20%20%20%20%3Cstop%20stop-color%3D%22%23BCD5E9%22%20stop-opacity%3D%220%22%2F%3E%0A%20%20%20%20%20%20%3Cstop%20offset%3D%220.0692639%22%20stop-color%3D%22%23BCD5E9%22%2F%3E%0A%20%20%20%20%20%20%3Cstop%20offset%3D%220.913544%22%20stop-color%3D%22%23BCD5E9%22%2F%3E%0A%20%20%20%20%20%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23BCD5E9%22%20stop-opacity%3D%220%22%2F%3E%0A%20%20%20%20%3C%2FlinearGradient%3E%0A%20%20%3C%2Fdefs%3E%0A%3C%2Fsvg%3E");
    background-size: cover;
    width: 100%;
    height: 2px; }
    @media screen and (max-width: 960px) {
      #discoveryPhaseProcess .grid + .line {
        display: none; } }
  .section-stories .grid {
    margin-bottom: 20vh; }
    @media screen and (max-width: 960px) {
      .section-stories .grid {
        flex-direction: column-reverse;
        margin-bottom: 12vh; } }
  .grid .section-whatwecando,
  .section-awards .grid {
    min-height: 100%;
    height: auto; }
  .section-stack.aligned .grid .col {
    width: auto; }
  .section-awards.about-us .grid .col {
    width: 25%; }
  #about-us .section-awards.about-us .grid.row-first,
  #about-us .section-awards.about-us .grid.row-second,
  #about-us .section-awards.about-us .grid.row-third {
    justify-content: space-evenly; }
    @media screen and (max-width: 960px) {
      #about-us .section-awards.about-us .grid.row-first,
      #about-us .section-awards.about-us .grid.row-second,
      #about-us .section-awards.about-us .grid.row-third {
        display: none; } }
  @media screen and (min-width: 1440px) {
    .section-awards.about-us .grid.row-first {
      max-width: 1422px !important;
      margin: 0 auto; } }
  @media screen and (max-width: 960px) {
    .section-awards.about-us .grid.row-second {
      margin-top: -25%; } }
  .section-awards.about-us .grid.row-second .col {
    width: 20%; }
    @media screen and (max-width: 1240px) {
      .section-awards.about-us .grid.row-second .col {
        width: 50%; } }
    @media screen and (max-width: 960px) {
      .section-awards.about-us .grid.row-second .col {
        width: 100%; } }
  .section-awards.about-us .grid.row-third {
    display: none; }
    @media screen and (min-width: 961px) and (max-width: 1440px) {
      .section-awards.about-us .grid.row-third {
        display: flex; } }
  .section-awards.about-us .grid .col {
    justify-content: start; }
    @media screen and (max-width: 960px) {
      .section-awards.about-us .grid .col {
        width: 100%; } }
  .section-ai-cases .grid {
    align-items: center; }
  .section-our-reviews .grid {
    justify-content: space-evenly;
    margin-top: 9vh;
    align-items: center; }
    @media screen and (max-width: 960px) {
      .section-our-reviews .grid.second {
        margin-top: 20px; } }
    .section-our-reviews .grid .col .card-body {
      position: relative; }
      .section-our-reviews .grid .col .card-body .widget {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        @media screen and (max-width: 960px) {
          .section-our-reviews .grid .col .card-body .widget-upwork {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            gap: 10px; } }
    @media screen and (max-width: 960px) {
      .section-our-reviews .grid .col {
        height: auto;
        width: 100%; } }
    .section-our-reviews .grid .col.clutch img.clutch-icon {
      position: initial; }
    .section-our-reviews .grid .col.upwork img.upwork-icon {
      position: initial; }
    @media screen and (max-width: 960px) {
      .section-our-reviews .grid {
        flex-direction: column;
        align-items: center;
        gap: 30px; } }
    .section-our-reviews .grid .card-body {
      flex-direction: row;
      justify-content: center;
      align-items: center; }
      @media screen and (max-width: 1240px) {
        .section-our-reviews .grid .card-body {
          flex-direction: column;
          gap: 10px;
          align-items: flex-start; } }
      .section-our-reviews .grid .card-body:first-child {
        align-items: center;
        margin-top: 10px; }
        @media screen and (max-width: 768px) {
          .section-our-reviews .grid .card-body:first-child {
            align-items: self-start;
            margin-left: 10px; } }
    .section-our-reviews .grid img.clutch-icon {
      margin-right: 20px; }
      @media screen and (max-width: 960px) {
        .section-our-reviews .grid img.clutch-icon {
          width: 100%;
          height: auto; } }
    @media screen and (max-width: 768px) {
      .section-our-reviews .grid .clutch-widget {
        margin-left: 0; } }
    .section-our-reviews .grid img.upwork-icon {
      margin-bottom: initial;
      margin-right: 20px; }
      @media screen and (max-width: 960px) {
        .section-our-reviews .grid img.upwork-icon {
          width: 100%;
          height: auto; } }
  .section-blogs .card-footer .grid {
    display: flex;
    justify-content: space-between;
    align-items: stretch; }
  .section-engineering .grid {
    margin: 0 -10px;
    margin-bottom: 7vh; }
    .section-engineering .grid > * {
      padding: 0 10px; }
  .section-technologies .grid {
    justify-content: center; }
    .section-technologies .grid > * {
      width: 20%; }
      @media screen and (max-width: 960px) {
        .section-technologies .grid > * {
          width: 33.33%; } }
      @media screen and (max-width: 640px) {
        .section-technologies .grid > * {
          width: 50%; } }
  .section-cooperationModels .grid {
    justify-content: center; }
  .section-codeExamples .grid {
    justify-content: space-between;
    margin-bottom: 12vh; }
    @media screen and (max-width: 640px) {
      .section-codeExamples .grid {
        margin-bottom: 6vh; } }
  .section-howWeDoIt .grid {
    justify-content: center; }
  .section-joinus .grid {
    align-items: end;
    margin: 0 -35px;
    margin-top: 6vh; }
    .section-joinus .grid > * {
      padding: 0 35px; }
    @media screen and (max-width: 960px) {
      .section-joinus .grid {
        margin: 0 -25px;
        margin-top: 6vh; }
        .section-joinus .grid > * {
          padding: 0 25px; } }
    @media screen and (max-width: 640px) {
      .section-joinus .grid {
        margin: 0 -15px;
        margin-top: 6vh; }
        .section-joinus .grid > * {
          padding: 0 15px; } }
  .joinus-follow .grid {
    margin: 0 -15px; }
    .joinus-follow .grid > * {
      padding: 0 15px; }
    @media screen and (max-width: 640px) {
      .joinus-follow .grid {
        margin: 0 -5px; }
        .joinus-follow .grid > * {
          padding: 0 5px; } }
  .section-values .grid {
    margin: 0 -20px; }
    .section-values .grid > * {
      padding: 0 20px; }
    @media screen and (max-width: 640px) {
      .section-values .grid {
        margin: 0 -5px; }
        .section-values .grid > * {
          padding: 0 5px; } }
  .section-designProcess .grid {
    flex-direction: column;
    align-items: center; }
  .section-stack .grid {
    flex-wrap: nowrap;
    justify-content: center; }
    @media screen and (max-width: 960px) {
      .section-stack .grid {
        flex-wrap: wrap; } }
  .section-stack.ai-cases .grid {
    gap: 0; }
  .grid.hero-tags {
    margin: 0 -12.5px; }
    .grid.hero-tags > * {
      padding: 0 12.5px; }
    @media screen and (max-width: 640px) {
      .grid.hero-tags {
        margin: 0 -6px; }
        .grid.hero-tags > * {
          padding: 0 6px; } }
    @media screen and (max-width: 475px) {
      .grid.hero-tags {
        justify-content: flex-start;
        margin: 0 -4px; }
        .grid.hero-tags > * {
          padding: 0 4px; } }
    .grid.hero-tags.tags-secondary {
      margin: 0 -10px; }
      .grid.hero-tags.tags-secondary > * {
        padding: 0 10px; }
      @media screen and (max-width: 640px) {
        .grid.hero-tags.tags-secondary {
          margin: 0 -6px; }
          .grid.hero-tags.tags-secondary > * {
            padding: 0 6px; } }
      @media screen and (max-width: 475px) {
        .grid.hero-tags.tags-secondary {
          justify-content: flex-start;
          margin: 0 -4px; }
          .grid.hero-tags.tags-secondary > * {
            padding: 0 4px; } }
  .grid.button-store-group {
    align-items: center;
    justify-content: flex-start;
    height: auto;
    flex-wrap: nowrap;
    max-width: 65%;
    margin: 0 -10px;
    margin-top: 3.2vh;
    margin-bottom: 8vh; }
    .grid.button-store-group > * {
      padding: 0 10px; }
  .grid .col {
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .grid .col.case {
      width: auto !important;
      background: #f5f5f5 !important;
      border-radius: 14px !important;
      height: auto !important; }
      @media screen and (min-width: 961px) {
        .grid .col.case {
          flex-basis: 33%; } }
    .grid .col:hover {
      text-decoration: none; }
    .section-blogCollection .grid .col {
      margin-bottom: 5vh; }
    .grid .col .section-whatwecando,
    .section-awards .grid .col {
      min-height: 440px; }
      @media screen and (max-width: 960px) {
        .grid .col .section-whatwecando,
        .section-awards .grid .col {
          min-height: 320px; } }
    .section-awards .grid .col.only-small-desktop-content {
      display: none; }
    @media screen and (min-width: 961px) and (max-width: 1640px) {
      .section-awards .grid .col.only-small-desktop-content {
        display: block; } }
    @media screen and (min-width: 961px) and (max-width: 1640px) {
      .section-awards .grid .col.without-small-desktop-content {
        display: none; } }
    .section-stack.ai-cases .grid .col {
      width: auto;
      flex: 1; }
    .section-stack .grid .col {
      width: 25%; }
      @media screen and (max-width: 960px) {
        .section-stack .grid .col {
          width: 40%;
          margin-bottom: 4vh; } }
      @media screen and (max-width: 960px) {
        .section-stack .grid .col #construction #machine-learning-advantages {
          margin-bottom: 1vh; } }
      @media screen and (max-width: 960px) {
        .section-stack .grid .col {
          width: 50%; } }
    #construction #constructionBenefits.realEstate-solution .grid .col {
      width: 45%; }
      @media screen and (max-width: 960px) {
        #construction #constructionBenefits.realEstate-solution .grid .col {
          width: 100%; } }
    @media screen and (max-width: 640px) {
      .section-codeExamples .grid .col {
        margin-bottom: 4vh; } }
    .section-apps .grid .col:hover .card,
    .section-industries .grid .col:hover .card {
      transform: translateY(-10px); }
    .section-goals .grid .col:first-child {
      align-items: flex-start; }
    .section-intro__dataScience .grid .col {
      align-items: flex-start; }
      @media screen and (max-width: 960px) {
        .section-intro__dataScience .grid .col {
          align-items: center; } }
    #discoveryPhaseDiscovery .grid .col {
      padding: initial; }
      @media screen and (min-width: 961px) {
        #discoveryPhaseDiscovery .grid .col {
          width: 48%; } }
    #discoveryPhaseProcess .grid .col {
      justify-content: flex-start;
      text-align: center;
      background: rgba(188, 213, 233, 0.08);
      border-radius: 16px;
      width: 31%;
      padding: 20px;
      position: relative; }
      @media screen and (max-width: 1100px) {
        #discoveryPhaseProcess .grid .col {
          width: 30%; } }
      @media screen and (max-width: 960px) {
        #discoveryPhaseProcess .grid .col {
          width: 100%;
          background: initial;
          border-radius: 0;
          text-align: left;
          padding: 0; } }
      #discoveryPhaseProcess .grid .col::after {
        content: "";
        display: block;
        position: absolute;
        bottom: -50px;
        left: 50%;
        transform: translateX(-50%);
        background-image: url("data:image/svg+xml,%3Csvg%20width%3D%222%22%20height%3D%2250%22%20viewBox%3D%220%200%202%2050%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cline%20x1%3D%221.3%22%20y1%3D%2250%22%20x2%3D%221.3%22%20y2%3D%223.0598e-08%22%20stroke%3D%22%23BCD5E9%22%20stroke-width%3D%221.4%22%2F%3E%0A%3C%2Fsvg%3E%0A");
        background-size: cover;
        width: 2px;
        height: 50px;
        margin: 0 auto; }
        @media screen and (max-width: 960px) {
          #discoveryPhaseProcess .grid .col::after {
            display: none; } }
      #discoveryPhaseProcess .grid .col.secondary::after {
        content: "";
        display: block;
        position: absolute;
        top: -50px;
        left: 50%;
        transform: translateX(-50%);
        background-image: url("data:image/svg+xml,%3Csvg%20width%3D%222%22%20height%3D%2250%22%20viewBox%3D%220%200%202%2050%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cline%20x1%3D%221.3%22%20y1%3D%2250%22%20x2%3D%221.3%22%20y2%3D%223.0598e-08%22%20stroke%3D%22%23BCD5E9%22%20stroke-width%3D%221.4%22%2F%3E%0A%3C%2Fsvg%3E%0A");
        background-size: cover;
        width: 2px;
        height: 50px;
        margin: 0 auto; }
        @media screen and (max-width: 960px) {
          #discoveryPhaseProcess .grid .col.secondary::after {
            display: none; } }
      @media screen and (max-width: 960px) {
        #discoveryPhaseProcess .grid .col {
          text-align: left; } }
    @media screen and (max-width: 960px) {
      #discoveryPhaseProcess .grid .col:first-child,
      #discoveryPhaseDiscovery .grid .col:first-child {
        margin-top: initial; } }
    .section-discoveryPhase .grid .col {
      align-items: flex-start; }
      @media screen and (max-width: 960px) {
        .section-discoveryPhase .grid .col:first-child {
          margin-top: 7vh; } }
    .grid .col.top-aligned {
      justify-content: flex-start; }
  .grid.background-layout {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: row;
    width: 100%;
    margin: 0 -10px;
    margin-left: auto;
    flex-wrap: nowrap; }
    .grid.background-layout > * {
      padding: 0 10px; }
    .grid.background-layout .col-bg {
      display: flex;
      justify-content: flex-end;
      align-items: flex-end;
      flex-direction: column;
      height: auto;
      width: fit-content;
      position: relative;
      overflow: visible;
      margin: -10px 0;
      will-change: transform, top;
      transform: translateZ(0); }
      .grid.background-layout .col-bg > * {
        padding: 10px 0; }
    .grid.background-layout .bg-pic {
      margin: 0;
      min-height: calc(100vh * (0.6));
      height: calc(100vh * (0.6));
      width: calc(100vh * (0.6/2.09)); }
      .grid.background-layout .bg-pic .img-bg {
        height: 100%;
        width: auto; }

.card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 3vh;
  height: 100%;
  position: relative;
  max-width: 100%; }
  #saasDevelopment.secondary .card .card-header .card-media {
    justify-content: start; }
    #saasDevelopment.secondary .card .card-header .card-media svg {
      width: auto; }
  @media screen and (max-width: 960px) {
    #saasDevelopment.secondary .card .card-header {
      display: flex;
      justify-content: start;
      align-items: center;
      gap: 20px;
      width: 100%; } }
  @media screen and (max-width: 960px) {
    #constructionDevelopment.secondary .card-header {
      display: flex;
      justify-content: start;
      align-items: center;
      gap: 20px;
      width: 100%; } }
  .section:not(.centered) .card .card-media {
    max-height: auto; }
  .card-statistics .card-body {
    position: relative; }
    .card-statistics .card-body .subtitle-top {
      position: absolute;
      color: white;
      font-size: 1rem;
      top: -7%;
      left: 25%; }
  #servicesBenefits .card {
    align-items: start !important; }
  #construction #constructionBenefits .card {
    align-items: start !important; }
  @media screen and (min-width: 961px) {
    #construction #constructionBenefits.centered .card {
      align-items: center !important;
      text-align: center; } }
  @media screen and (max-width: 960px) {
    #construction #constructionBenefits.secondary .card-header {
      display: flex;
      justify-content: start;
      align-items: center;
      gap: 20px;
      width: 100%; }
      #construction #constructionBenefits.secondary .card-header h3 {
        align-self: center !important; } }
  #construction #constructionBlogs .card,
  #constructionBlogsHome .card {
    justify-content: start; }
  #construction #constructionBlogs .card-media .icon,
  #constructionBlogsHome .card-media .icon {
    width: calc(100%); }
  #construction #constructionBlogs .card-blogpost,
  #constructionBlogsHome .card-blogpost {
    padding: 0vh 0vh 3vh 0vh;
    background-color: transparent; }
    #construction #constructionBlogs .card-blogpost:hover,
    #constructionBlogsHome .card-blogpost:hover {
      background-color: #2a2b2c;
      box-shadow: 11px 11px 30px rgba(0, 0, 0, 0.2); }
      @media screen and (max-width: 960px) {
        #construction #constructionBlogs .card-blogpost:hover,
        #constructionBlogsHome .card-blogpost:hover {
          background-color: initial;
          box-shadow: none; } }
    #construction #constructionBlogs .card-blogpost .card-body,
    #constructionBlogsHome .card-blogpost .card-body {
      padding-bottom: 0 !important; }
  #construction #constructionBlogs .card-header .card-media,
  #constructionBlogsHome .card-header .card-media {
    justify-content: center;
    height: 100%; }
  #construction #constructionBlogs .card .card-label,
  #constructionBlogsHome .card .card-label {
    font-family: "Brandon bold", sans-serif;
    font-weight: 450;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.818182px;
    text-transform: uppercase;
    color: white; }
    @media screen and (min-width: 961px) and (max-width: 1400px) {
      #construction #constructionBlogs .card .card-label,
      #constructionBlogsHome .card .card-label {
        font-size: 16px; } }
    @media screen and (max-width: 960px) {
      #construction #constructionBlogs .card .card-label,
      #constructionBlogsHome .card .card-label {
        line-height: 140%; } }
  #construction #constructionBlogs .card-date,
  #constructionBlogsHome .card-date {
    font-family: "Brandon regular", sans-serif;
    font-weight: 390;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.200001px;
    text-transform: uppercase;
    color: #ffffff;
    mix-blend-mode: normal;
    opacity: 0.5; }
    @media screen and (min-width: 961px) and (max-width: 1400px) {
      #construction #constructionBlogs .card-date,
      #constructionBlogsHome .card-date {
        font-size: 16px; } }
  #construction #constructionBlogs .card-description p.section-p,
  #constructionBlogsHome .card-description p.section-p {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    max-width: 446px; }
    @media screen and (min-width: 961px) and (max-width: 1400px) {
      #construction #constructionBlogs .card-description p.section-p,
      #constructionBlogsHome .card-description p.section-p {
        font-size: 16px; } }
  #constructionBlogsHome .card {
    background-image: none;
    align-items: flex-start; }
    #constructionBlogsHome .card.card-blogpost .card-media img.icon {
      object-fit: cover; }
    #constructionBlogsHome .card.card-blogpost .card-header {
      margin-bottom: 3vh;
      height: 39vh;
      max-height: 287px; }
      @media screen and (max-width: 960px) {
        #constructionBlogsHome .card.card-blogpost .card-header {
          height: auto; } }
    #constructionBlogsHome .card.card-blogpost .button-group-cases {
      display: initial;
      margin-left: initial;
      padding-left: 5px;
      margin-bottom: -10px; }
      @media screen and (max-width: 768px) {
        #constructionBlogsHome .card.card-blogpost .button-group-cases {
          align-self: flex-start; } }
    #constructionBlogsHome .card.card-blogpost .card-body > {
      text-align: left; }
      #constructionBlogsHome .card.card-blogpost .card-body > .card-label {
        text-align: left;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 10px; }
    #constructionBlogsHome .card.card-blogpost .card-date {
      margin-top: 1vh;
      padding-left: 15px;
      color: rgba(255, 255, 255, 0.8); }
    #constructionBlogsHome .card.card-blogpost .card-description > p.section-p {
      text-align: left;
      padding-left: 15px;
      padding-right: 15px;
      color: white; }
  #construction #constructionSolution.machineLearning .card-header {
    flex-direction: column; }
  .card:hover .button-wrap-machine-learning {
    visibility: visible;
    align-self: center; }
    @media screen and (max-width: 960px) {
      .card:hover .button-wrap-machine-learning {
        align-self: initial; } }
  .card .button-wrap-machine-learning {
    visibility: hidden; }
    @media screen and (max-width: 960px) {
      .card .button-wrap-machine-learning {
        visibility: visible;
        transform: translateY(-30px); } }
  @media screen and (max-width: 960px) {
    .real-estate-development-services .card .button-wrap {
      transform: translateY(-30px); } }
  @media screen and (min-width: 961px) {
    .ios .card .button-wrap.button-wrap-ios {
      margin: 0 auto; } }
  #caseStudiesIndustries .card .button-wrap {
    max-height: 50px; }
  #caseStudiesIndustries.dl .card {
    justify-content: start; }
    #caseStudiesIndustries.dl .card .card-title {
      margin-bottom: 0 !important; }
    #caseStudiesIndustries.dl .card .card-description {
      padding: 10px !important; }
  #caseStudiesIndustries.secondary.dl .card {
    justify-content: space-between !important; }
    #caseStudiesIndustries.secondary.dl .card .card-media {
      height: 300px; }
  .card-titlecontainer {
    display: flex;
    justify-content: center;
    padding: 30px 5%; }
    @media screen and (max-width: 475px) {
      .card-titlecontainer {
        padding: 10px 5%; } }
  .card-titlesevices {
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 2.9rem;
    text-transform: uppercase; }
    .card-titlesevices.responsive {
      font-size: clamp(20px, 1.904vw, 36px); }
    @media screen and (max-width: 960px) {
      .card-titlesevices {
        font-size: 2.5rem; } }
    @media screen and (max-width: 475px) {
      .card-titlesevices {
        font-size: 1.9rem; } }
  .card:hover {
    text-decoration: none; }
  .section-intro__dataScience .card {
    padding: 0; }
  .card.card-whatwecando {
    padding: 3vh 15%; }
    #whatwecando .card.card-whatwecando .card-body .card-title {
      font-size: clamp(16px, calc(1.41vw + 7.7px), 28px); }
    @media screen and (max-width: 960px) {
      #whatwecando .card.card-whatwecando {
        background: #bbcbd70d;
        padding: 0 20px;
        align-items: start; }
        #whatwecando .card.card-whatwecando .card-body {
          flex-direction: row;
          gap: 30px; }
          #whatwecando .card.card-whatwecando .card-body .card-media {
            min-height: 30px;
            height: auto;
            margin-bottom: initial;
            width: 30px; }
          #whatwecando .card.card-whatwecando .card-body::after {
            content: url("../../images/industries/button-arrow-pink.svg");
            margin-left: 14px;
            width: max-content;
            height: auto;
            position: absolute;
            right: 20px; }
        #whatwecando .card.card-whatwecando .card-description {
          display: none; } }
    #whatwecandoServices .card.card-whatwecando {
      padding: 4vh 4.5vw;
      background-color: #313234;
      text-decoration: none;
      min-height: 320px; }
    .section-practices .card.card-whatwecando {
      padding: 8vh 15%; }
      @media screen and (max-width: 640px) {
        .section-practices .card.card-whatwecando {
          padding: 8vh 5%; } }
    .card.card-whatwecando:hover {
      background-color: rgba(187, 203, 215, 0.05);
      text-decoration: none; }
  #whatwecandoServices .card.card-whatwecando__services {
    width: 100%; }
    @media screen and (max-width: 768px) {
      #whatwecandoServices .card.card-whatwecando__services {
        padding: 2vh 4.5vw; } }
    #whatwecandoServices .card.card-whatwecando__services:hover {
      background-color: rgba(187, 203, 215, 0.05); }
  .card.card-blogpost {
    padding: 8.2vh 7.6vh 3vh 7.6vh;
    box-shadow: none;
    background-color: #2a2b2c; }
    .grey .card.card-blogpost {
      border-radius: 14px;
      background-color: rgba(61, 63, 65, 0.1); }
    #caseStudiesIndustries:not(.dl) .card.card-blogpost {
      padding: 5vh 3vh 3vh 3vh; }
      @media screen and (max-width: 1600px) {
        #caseStudiesIndustries:not(.dl) .card.card-blogpost {
          padding: 2vh; } }
    #caseStudiesIndustries.dl .card.card-blogpost {
      padding: 15px;
      border-radius: 5px; }
      #caseStudiesIndustries.dl .card.card-blogpost .card-media .icon {
        width: 100%; }
    @media screen and (max-width: 768px) {
      .card.card-blogpost {
        padding: 5vh 4vh 4vh 4vh; } }
    @media screen and (max-width: 640px) {
      .card.card-blogpost {
        justify-content: flex-start; } }
    .section-reverse .card.card-blogpost {
      background-color: transparent; }
      .section-reverse .card.card-blogpost:hover {
        box-shadow: rgba(228, 228, 228, 0.6) 7px 7px 20px 0px; }
    .mobiledev-wrap .card.card-blogpost {
      background-color: #3e3e41; }
    .webdev-wrap .card.card-blogpost {
      background-color: #212124; }
  .card.card-blogCollectionItem {
    padding: 0;
    width: 100%;
    background-image: linear-gradient(to right, #070d23, #1e1c3e);
    border-radius: 6px;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: stretch; }
  .card.card-postItem {
    display: flex;
    flex-direction: column;
    padding: 0; }
    .card.card-postItem:hover {
      box-shadow: 9px 9px 30px 0 rgba(0, 0, 0, 0.06); }
  .card.card-engineering {
    overflow: hidden;
    padding: 8vh 5vh;
    justify-content: space-between;
    height: 100%;
    background-color: rgba(49, 50, 52, 0.4);
    box-shadow: 11px 11px 30px 0 rgba(0, 0, 0, 0.2); }
    @media screen and (max-width: 1260px) {
      .card.card-engineering {
        padding: 5vh 2vh; } }
    @media screen and (max-width: 960px) {
      .card.card-engineering {
        padding: 6vh 3vh; } }
    @media screen and (max-width: 640px) {
      .card.card-engineering {
        padding: 8vh 5vh; } }
    .card.card-engineering:hover {
      background-color: rgba(64, 65, 68, 0.5); }
  .card.card-wecreate {
    padding: 10vh; }
    @media screen and (max-width: 960px) {
      .card.card-wecreate {
        padding: 5vh; } }
    @media screen and (max-width: 640px) {
      .card.card-wecreate {
        padding: 5vh 0; } }
    .card.card-wecreate:hover {
      text-decoration: none;
      box-shadow: 7px 7px 20px 0 rgba(228, 228, 228, 0.6); }
  .card.card-technology {
    position: relative;
    transition-duration: 0.2s;
    padding: 5vh; }
    @media screen and (max-width: 640px) {
      .card.card-technology {
        padding: 5vh 0; } }
    .card.card-technology:hover {
      text-decoration: none;
      transform: translateY(-10px); }
  .card.card-coopmodels {
    width: 100%;
    padding: 5vh 2vh; }
    .card.card-coopmodels:hover {
      box-shadow: 7px 7px 20px 0 rgba(228, 228, 228, 0.6); }
  .card.card-stack {
    padding: 3vw 2vw;
    width: 100%; }
    #rnBenefits .card.card-stack {
      align-items: start;
      padding: 0 0 6vh 0; }
    @media screen and (max-width: 960px) {
      #construction .card.card-stack:hover {
        background-color: initial;
        box-shadow: none; } }
    #constructionBenefits .card.card-stack {
      padding: 3vw 2vw; }
    #constructionBenefits.aligned .card.card-stack {
      padding: 0;
      width: auto;
      max-width: initial; }
    #constructionBenefits.quarter .card.card-stack {
      padding: 0; }
    .grid.no-hover .card.card-stack:hover {
      background-color: initial !important;
      box-shadow: none !important; }
    #construction #constructionBenefits .grid.no-hover .card.card-stack:hover,
    #construction #constructionWeOffer .grid.no-hover .card.card-stack:hover,
    #construction #servicesBenefits .grid.no-hover .card.card-stack:hover {
      background-color: initial;
      box-shadow: none; }
    @media screen and (min-width: 961px) {
      #construction #constructionSolution.industries .grid.hovered .card.card-stack .button.active {
        visibility: hidden; } }
    #construction #constructionSolution.industries .grid.hovered .card.card-stack:hover .button.active {
      visibility: visible; }
    @media screen and (max-width: 640px) {
      .card.card-stack {
        padding: 8vw; } }
    @media screen and (max-width: 475px) {
      .card.card-stack {
        padding: 3vw 1vw; } }
    .card.card-stack:hover {
      background-color: rgba(187, 203, 215, 0.05); }
    .section-reverse .card.card-stack:hover {
      box-shadow: 7px 7px 20px 0 rgba(228, 228, 228, 0.6); }
    #constructionBenefits .card.card-stack {
      width: 30vw;
      max-width: 600px; }
      @media screen and (max-width: 960px) {
        #constructionBenefits .card.card-stack {
          width: 100%;
          max-width: initial;
          align-items: start; } }
    #constructionBenefits.flexible .card.card-stack {
      width: auto;
      max-width: initial; }
    #constructionBenefits.quarter .card.card-stack {
      width: initial;
      max-width: initial; }
    #constructionBenefits.realEstate-solution .card.card-stack {
      width: 50vw;
      max-width: 800px; }
    #constructionSolution .card.card-stack {
      align-items: start;
      gap: 25px; }
    #construction #constructionWeOffer .card.card-stack {
      flex-direction: column;
      flex-direction: row; }
      @media screen and (max-width: 960px) {
        #construction #constructionWeOffer .card.card-stack {
          flex-direction: column;
          gap: 20px; } }
      @media screen and (max-width: 960px) {
        #construction #constructionWeOffer .card.card-stack .card-body-offer h3 {
          display: none; } }
      #construction #constructionWeOffer .card.card-stack figure.card-media {
        display: flex;
        justify-content: start;
        align-items: center;
        gap: 20px; }
        @media screen and (min-width: 961px) {
          #construction #constructionWeOffer .card.card-stack figure.card-media h3 {
            display: none; } }
    #construction .card.card-stack h3 {
      font-weight: 450;
      font-size: clamp(18px, 1.318vw, 22px);
      line-height: 140%;
      text-transform: uppercase; }
    #construction #constructionBenefits.real-estate-services .card.card-stack h3 {
      margin-bottom: 15px; }
    #constructionSolution:not(.ios) .card.card-stack h3,
    #constructionWeOffer:not(.light) .card.card-stack h3 {
      color: white; }
    #servicesBenefits .card.card-stack {
      width: auto;
      max-width: 387px;
      padding: initial;
      gap: 1vh; }
      #servicesBenefits .card.card-stack:hover {
        background-image: none; }
      #servicesBenefits .card.card-stack h3 {
        color: white; }
  .card.card-codeexample {
    padding: 3vh 5vw; }
    @media screen and (max-width: 768px) {
      .card.card-codeexample {
        padding: 3vh 3vw; } }
    .card.card-codeexample:hover {
      box-shadow: 7px 7px 20px 0 rgba(228, 228, 228, 0.6); }
  .card.card-apps {
    width: 100%;
    padding: 0;
    margin: 0;
    transition-duration: 0.2s;
    padding: 10vh 5vh; }
  .card.card-howwedoit {
    width: 100%;
    padding: 10vh 3.5vw; }
    @media screen and (max-width: 640px) {
      .card.card-howwedoit {
        padding: 6.5vh 3.5vw; } }
  .card.card-statistics {
    padding: 4vh 2vw; }
  .card.card-joinus {
    background-image: linear-gradient(137deg, #26262a -85%, #0f0f13 106%);
    box-shadow: 10px 20px 29px 21px rgba(0, 0, 0, 0.08);
    padding: 6.8vh 5.2vh;
    overflow: hidden;
    transition-duration: 0.4s; }
    @media screen and (max-width: 960px) {
      .card.card-joinus {
        margin-bottom: 6vh; } }
    @media screen and (max-width: 768px) {
      .card.card-joinus {
        padding: 4vh 3vh; } }
    .card.card-joinus:hover {
      cursor: pointer;
      transform: scale(1.15); }
  .card.card-value {
    padding: 4vh; }
    @media screen and (max-width: 768px) {
      .card.card-value {
        padding: 4vh 2vh; } }
  .card.card-partner {
    padding: 6vh; }
    @media screen and (max-width: 768px) {
      .card.card-partner {
        padding: 3vh; } }
  .card.card-designProcess {
    margin-top: 12vh;
    position: static; }
  .card.card-goal {
    height: fit-content;
    padding: 0; }
  .card-half {
    min-height: fit-content;
    height: 50%;
    width: 100%;
    flex-direction: column;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .card-half.card-bottom {
      padding-bottom: 20%; }
  .card-header {
    position: relative;
    width: 100% !important; }
    @media screen and (min-width: 961px) {
      .svg-icon .card-header {
        width: 50% !important; } }
    #constructionBenefits .card-header h3 {
      margin-bottom: 10px; }
    @media screen and (min-width: 961px) {
      #constructionBenefits.cases .card-header {
        height: 300px !important; } }
    #constructionSolution .card-header {
      display: flex;
      align-items: center;
      gap: 20px; }
    #constructionSolution.real-estate-development-services .card-header h3 {
      margin: 0; }
    #caseStudiesIndustries .card-header {
      margin-bottom: 3vh; }
    .card-whatwecando .card-header {
      margin-bottom: 4vh; }
    .card-blogpost .card-header {
      margin-bottom: 7vh; }
      #construction-blogs .card-blogpost .card-header {
        width: calc(100%); }
    .card-engineering .card-header {
      justify-content: center;
      align-items: center;
      width: 50%;
      min-width: 50%;
      flex-shrink: 0;
      overflow: hidden;
      background-color: transparent;
      border-radius: 50%;
      margin-bottom: 3.2vh; }
      .card-engineering .card-header .img {
        object-fit: contain;
        filter: grayscale(1);
        width: 110%;
        height: 110%;
        position: relative;
        top: 20%; }
    .card-engineering:hover .card-header {
      background-color: rgba(0, 0, 0, 0.14); }
    .card-designProcess .card-header {
      position: static; }
    .card-blogCollectionItem .card-header {
      background-image: url("../images/blog/card-bg.png");
      background-repeat: no-repeat;
      background-position: top right;
      background-size: contain;
      width: 40%;
      position: absolute;
      right: 0;
      height: 100%; }
      @media screen and (max-width: 960px) {
        .card-blogCollectionItem .card-header {
          width: 25%; } }
      @media screen and (max-width: 640px) {
        .card-blogCollectionItem .card-header {
          width: 35%; } }
      @media screen and (max-width: 475px) {
        .card-blogCollectionItem .card-header {
          width: 40%; } }
    .card-header .card-media {
      margin: 0;
      display: flex;
      justify-content: center;
      align-items: center; }
      #aiCasesSection .card-header .card-media {
        height: 45px; }
        @media screen and (max-width: 960px) {
          #aiCasesSection .card-header .card-media {
            height: 40px; } }
      .card-header .card-media.start {
        justify-content: start; }
      .rn #constructionBenefits .card-header .card-media {
        justify-content: flex-start; }
      .card-postItem .card-header .card-media {
        margin-bottom: 3vh; }
        .card-postItem .card-header .card-media img {
          width: 100%;
          height: auto; }
      .card-header .card-media-awards {
        height: 300px; }
      .section-technologies__dataScience .card-header .card-media {
        max-height: 48px; }
      .card-whatwecando .card-header .card-media {
        height: 60px; }
      #caseStudiesIndustries:not(.dl) .card-header .card-media {
        height: 191px !important;
        justify-content: center !important; }
      .card-blogCollectionItem .card-header .card-media {
        transform: translate(15%, -18%); }
        @media screen and (max-width: 960px) {
          .card-blogCollectionItem .card-header .card-media {
            transform: translate(18%, -25%) scale(1.1); } }
        @media screen and (max-width: 640px) {
          .card-blogCollectionItem .card-header .card-media {
            transform: translate(25%, -35%) scale(1.3); } }
        @media screen and (max-width: 475px) {
          .card-blogCollectionItem .card-header .card-media {
            transform: translate(0, -35%) scale(1.2); } }
      .card-blogUnderConstruction .card-header .card-media {
        max-height: 143px;
        margin-bottom: 4.8vh; }
        @media screen and (max-width: 1260px) {
          .card-blogUnderConstruction .card-header .card-media {
            margin-bottom: 3vh; } }
      .card-wecreate .card-header .card-media {
        height: 60px;
        margin-bottom: 3vh; }
      .card-technology .card-header .card-media {
        height: 75px; }
        @media screen and (max-width: 640px) {
          .card-technology .card-header .card-media {
            height: 60px; } }
      .card-coopmodels .card-header .card-media {
        height: 150px; }
        @media screen and (max-width: 768px) {
          .card-coopmodels .card-header .card-media {
            height: 130px; } }
      .card-stack .card-header .card-media {
        height: 70px; }
      #constructionWeOffer.ios .card-header .card-media {
        height: auto; }
      .card-codeexample .card-header .card-media {
        height: 30px; }
      .card-apps .card-header .card-media {
        height: 60px;
        margin-bottom: 2vh; }
      .card-howwedoit .card-header .card-media {
        height: 100px;
        margin-bottom: 3vh; }
        @media screen and (max-width: 768px) {
          .card-howwedoit .card-header .card-media {
            height: 120px; } }
      .card-joinus .card-header .card-media {
        height: 15vh; }
        .card-joinus .card-header .card-media svg {
          transform: scale(2.1) !important; }
        .card-joinus .card-header .card-media:hover {
          cursor: pointer; }
      .card-value .card-header .card-media {
        height: 8vh; }
      .card-statistics .card-header .card-media {
        display: none;
        height: 8vh; }
      .card-partner .card-header .card-media {
        height: 20vh; }
      .card-designProcess .card-header .card-media {
        height: 480px;
        margin-bottom: 5vh; }
        @media screen and (max-width: 640px) {
          .card-designProcess .card-header .card-media {
            height: 380px; } }
        @media screen and (max-width: 475px) {
          .card-designProcess .card-header .card-media {
            height: 200px; } }
      #construction:not(.services) .card-header .card-media {
        justify-content: start;
        height: 70px; }
      #construction .ios .card-header .card-media {
        justify-content: start;
        height: 70px; }
  .card-date {
    font-size: 1.125rem;
    font-weight: normal;
    line-height: 1.2;
    text-align: center;
    color: #b3b3b3;
    text-transform: uppercase;
    margin-bottom: 1.3vh; }
  .card-body {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    flex-grow: 0; }
    #whatwecandoServices .card-body {
      width: 100%;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      gap: 7vw; }
      @media screen and (max-width: 640px) {
        #whatwecandoServices .card-body {
          flex-direction: column;
          align-items: start; } }
    .card-body .card-awards-media {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 260px; }
      @media screen and (max-width: 960px) {
        .card-body .card-awards-media {
          height: auto; } }
    .card-body .card-awards-description {
      font-family: "Brandon regular";
      font-weight: 450;
      font-size: 16px;
      line-height: 30px;
      text-align: center;
      letter-spacing: 0.818182px;
      text-transform: uppercase;
      color: #ffffff;
      max-width: 400px;
      padding: 0 20px; }
    .section-intro__dataScience .card-body {
      justify-content: center; }
    .card-blogpost .card-body {
      padding: 0;
      padding-bottom: 5vh;
      border-bottom: none; }
      #caseStudiesIndustries .card-blogpost .card-body {
        padding-bottom: 1vh; }
    .card-postItem .card-body {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 0 2.8vh 7vh 2.8vh; }
    .card-blogCollectionItem .card-body {
      display: flex;
      flex-direction: column;
      max-width: 60%;
      padding: 40px 15px 25px 40px; }
      .card-blogCollectionItem .card-body > * {
        width: 100%; }
      @media screen and (max-width: 960px) {
        .card-blogCollectionItem .card-body {
          max-width: 80%; } }
      @media screen and (max-width: 640px) {
        .card-blogCollectionItem .card-body {
          max-width: 100%; } }
      @media screen and (max-width: 475px) {
        .card-blogCollectionItem .card-body {
          padding: 20px; } }
    .card-whatwecando .card-body {
      justify-content: center; }
    .card-joinus .card-body {
      flex-grow: 0; }
    .card-body .section-whatwecando__services .card-whatwecando,
    .section-awards__services .card-body:after {
      display: none; }
    .card-stack .card-body {
      width: 100%; }
    .card-goal .card-body {
      align-items: flex-start; }
    .card-body .card-title {
      text-transform: uppercase;
      text-align: center;
      overflow-wrap: break-word;
      margin: 0;
      padding: 0;
      color: #ffffff;
      font-family: "Open Sans", sans-serif; }
      .grey .card-body .card-title {
        color: #373739; }
      #whatwecandoServices .card-body .card-title {
        font-family: "Brandon regular", sans-serif;
        font-weight: 450;
        font-size: clamp(18px, 1.318vw, 22px); }
      #caseStudiesIndustries .card-body .card-title {
        font-size: clamp(15px, 1.167vw, 18px); }
        @media screen and (max-width: 640px) {
          #caseStudiesIndustries .card-body .card-title {
            font-weight: 450;
            letter-spacing: 0.818182px;
            margin-bottom: 2vh; } }
      .card-postItem .card-body .card-title {
        display: inline-block;
        font-size: 1.125rem;
        font-weight: bold;
        line-height: 1.67;
        letter-spacing: 0.82px;
        text-align: center;
        color: #333335;
        margin-bottom: 3.3vh;
        text-align: center; }
      .section-reverse .card-body .card-title {
        color: #373739; }
      .section-technologies__dataScience .card-body .card-title {
        color: #373739; }
      .card-whatwecando .card-body .card-title {
        font-size: 1.875rem;
        font-weight: normal;
        line-height: normal;
        color: #ffffff;
        padding-bottom: 2.5vh;
        padding-top: 2vh;
        transition-duration: 0.4s; }
        #whatwecandoServices .card-whatwecando .card-body .card-title {
          padding-bottom: 0; }
        @media screen and (max-width: 1280px) {
          .card-whatwecando .card-body .card-title {
            font-size: 1.625rem; } }
      .card-blogpost .card-body .card-title {
        margin-bottom: 3.5vh;
        font-size: 1.125rem;
        font-weight: normal;
        line-height: 1.67; }
      .card-blogCollectionItem .card-body .card-title {
        text-align: left;
        color: #ffffff;
        font-size: 1.25rem;
        font-weight: normal;
        line-height: 1.6;
        letter-spacing: 0.91px;
        margin-bottom: 4.8vh; }
        @media screen and (max-width: 1260px) {
          .card-blogCollectionItem .card-body .card-title {
            margin-bottom: 3vh; } }
        @media screen and (max-width: 960px) {
          .card-blogCollectionItem .card-body .card-title {
            margin-top: 2vh;
            padding-right: 50px; } }
        @media screen and (max-width: 475px) {
          .card-blogCollectionItem .card-body .card-title {
            font-size: 1.15rem;
            padding-right: 25%; } }
      .card-blogUnderConstruction .card-body .card-title {
        font-size: 1.25rem;
        font-weight: normal;
        line-height: 1.6;
        letter-spacing: 0.91px; }
      .section-engineering .card-body .card-title {
        font-size: 1.25rem;
        font-weight: normal;
        line-height: normal;
        letter-spacing: 0.82px;
        margin-bottom: 1vh; }
      .section-wecreate .card-body .card-title {
        font-size: 1.375rem;
        font-weight: bold;
        line-height: normal;
        margin-bottom: 1.5vh; }
      .section-technologies .card-body .card-title {
        font-size: 1.375rem;
        font-weight: normal;
        line-height: normal;
        margin-top: 2.7vh; }
      .section-cooperationModels .card-body .card-title {
        font-size: 1.75rem;
        font-weight: normal;
        line-height: normal;
        margin-top: 2.8vh;
        letter-spacing: 1.27px; }
        @media screen and (max-width: 768px) {
          .section-cooperationModels .card-body .card-title {
            font-size: 1.5rem; } }
      .section-stack .card-body .card-title {
        font-size: 1.375rem;
        font-weight: bold;
        line-height: normal;
        letter-spacing: 1px;
        margin: 2vh 0;
        word-break: keep-all;
        min-width: 100%; }
        @media screen and (max-width: 475px) {
          .section-stack .card-body .card-title {
            font-size: 1rem; } }
      .card-codeexample .card-body .card-title {
        font-size: 1.875rem;
        font-weight: 500;
        line-height: normal;
        margin-top: 4.5vh;
        margin-bottom: 1.5vh;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; }
        @media screen and (max-width: 640px) {
          .card-codeexample .card-body .card-title {
            font-size: 1.625rem;
            font-weight: 500;
            line-height: normal; } }
        .card-codeexample .card-body .card-title:after {
          display: inline-block;
          content: "";
          height: 1px;
          width: 53px;
          background-color: #f11869;
          margin-top: 1.2vh; }
      .card-apps .card-body .card-title {
        font-size: 1.375rem;
        font-weight: normal;
        line-height: normal;
        letter-spacing: 1px; }
      .card-howwedoit .card-body .card-title {
        font-size: 1.5rem;
        font-weight: normal;
        line-height: normal;
        letter-spacing: 1.09px;
        margin-bottom: 2vh; }
        @media screen and (max-width: 768px) {
          .card-howwedoit .card-body .card-title {
            font-size: 1.25rem; } }
      .card-joinus .card-body .card-title {
        font-size: 1.875rem;
        font-weight: normal;
        line-height: normal;
        margin-bottom: 0;
        margin-top: 2vh;
        transition-duration: 0.4s; }
      .card-value .card-body .card-title {
        font-size: 2rem;
        font-weight: normal;
        line-height: normal;
        margin-bottom: 3vh;
        margin-top: 3vh; }
      .card-statistics .card-body .card-title {
        font-size: clamp(60px, 5vw, 78px);
        letter-spacing: 3.55px;
        color: #f11869;
        margin-top: 2vh;
        margin-bottom: 1vh;
        position: relative; }
        .card-statistics .card-body .card-title.title-white {
          color: #ffffff; }
          .card-statistics .card-body .card-title.title-white span.letter {
            font-size: 3rem; }
      .card-partner .card-body .card-title {
        font-size: 2rem;
        font-weight: normal;
        line-height: normal;
        margin-top: 5.2vh;
        margin-bottom: 2.3vh; }
      .card-designProcess .card-body .card-title {
        font-size: 1.375rem;
        font-weight: normal;
        line-height: normal;
        margin-bottom: 1.5vh; }
      .card-goal .card-body .card-title {
        font-size: 1.375rem;
        font-weight: normal;
        line-height: normal;
        margin-bottom: 1.8vh;
        text-align: left; }
    .card-body .card-subtitle {
      margin: 0;
      font-size: 0.8125rem;
      font-weight: 400;
      line-height: 1.63;
      text-align: center;
      text-transform: none;
      overflow-wrap: break-word; }
      .section-engineering .card-body .card-subtitle {
        color: #f11869;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 1.63;
        letter-spacing: 0.64px;
        text-transform: uppercase; }
    .card-body .card-links {
      display: flex;
      gap: 1vw;
      flex-wrap: wrap;
      font-family: "Open Sans", sans-serif;
      font-weight: 500;
      color: white;
      font-size: clamp(14px, 1vw, 18px); }
      .card-body .card-links a {
        color: white;
        text-decoration: underline; }
        .card-body .card-links a:not(.active) {
          cursor: inherit;
          text-decoration: none; }
      @media screen and (max-width: 640px) {
        .card-body .card-links {
          flex-direction: column;
          align-items: start; } }
    .card-body .card-description {
      text-align: center;
      overflow-wrap: break-word;
      margin: 0;
      padding: 0;
      color: #ffffff; }
      #whatwecandoServices .card-body .card-description {
        font-family: "Open Sans", sans-serif;
        font-size: clamp(14px, 1vw, 18px);
        letter-spacing: 0.100001px;
        color: #ffffffcc; }
      .card-postItem .card-body .card-description {
        font-size: 1.125rem;
        font-weight: 300;
        line-height: 1.8;
        text-align: center;
        color: rgba(51, 51, 53, 0.8); }
      .section-reverse .card-body .card-description {
        color: #373739; }
      .section-intro__dataScience .card-body .card-description {
        height: min-content;
        font-size: 1.5rem;
        font-weight: 300;
        line-height: 1.83;
        color: rgba(255, 255, 255, 0.9);
        text-align: left; }
        @media screen and (max-width: 640px) {
          .section-intro__dataScience .card-body .card-description {
            font-size: 1.25rem; } }
        @media screen and (max-width: 475px) {
          .section-intro__dataScience .card-body .card-description {
            font-size: 1.125rem; } }
      #whatwecandoServices .card-body .card-description {
        text-align: left; }
      .card-whatwecando .card-body .card-description {
        font-size: 1.125rem;
        font-weight: 200;
        line-height: 1.63;
        overflow: hidden;
        transition-duration: 0.4s;
        color: #bbcbd7;
        flex-grow: 1; }
        @media screen and (max-width: 640px) {
          .card-whatwecando .card-body .card-description {
            font-size: 1rem;
            flex-grow: 0; } }
      .card-body .card-description .section-whatwecando__services,
      .section-awards__services .card-body .card-description {
        display: block; }
      .card-blogpost .card-body .card-description {
        font-size: 1.125rem;
        font-weight: 200;
        line-height: 1.63;
        opacity: 0.8;
        color: #c1c8d5; }
        .section-reverse .card-blogpost .card-body .card-description {
          color: #373739; }
      .card-blogCollectionItem .card-body .card-description {
        text-align: left;
        color: rgba(255, 255, 255, 0.8);
        margin-bottom: 4vh;
        font-size: 1.125rem;
        font-weight: normal;
        line-height: 1.67; }
      .card-engineering .card-body .card-description {
        color: #c1c8d5;
        font-size: 1rem;
        font-weight: normal;
        line-height: 1.63;
        margin-top: 3vh; }
      .card-stack .card-body .card-description {
        font-size: 0.875rem;
        font-weight: 300;
        line-height: 1.63;
        color: #bbcbd7; }
      .card-codeexample .card-body .card-description {
        font-size: 0.875rem;
        font-weight: 300;
        line-height: 1.79; }
      .card-howwedoit .card-body .card-description {
        font-size: 1.25rem;
        font-weight: 300;
        line-height: 1.35;
        letter-spacing: 0.6px; }
      .card-joinus .card-body .card-description {
        font-size: 1rem;
        font-weight: 300;
        line-height: normal;
        letter-spacing: 0.73px;
        text-transform: capitalize;
        overflow: hidden;
        max-height: 0;
        transition-delay: 0;
        transition-duration: 0.4s;
        transform: translateY(200px); }
      .card-value .card-body .card-description {
        font-size: 1.125rem;
        font-weight: 300;
        line-height: 2.22;
        letter-spacing: 0.6px; }
      .card-statistics .card-body .card-description {
        font-weight: 500;
        font-size: clamp(16px, 1.611vw, 24px);
        text-transform: uppercase;
        letter-spacing: 1.36px; }
      .card-partner .card-body .card-description {
        font-size: 1.125rem;
        font-weight: 300;
        line-height: 2.33; }
      .card-designProcess .card-body .card-description {
        font-size: 1.125rem;
        font-weight: 300;
        line-height: 1.61; }
      .card-practices .card-body .card-description {
        font-size: 1rem;
        font-weight: 300;
        line-height: 1.5; }
      .card-goal .card-body .card-description {
        text-align: left;
        font-size: 1.125rem;
        font-weight: 300;
        line-height: 1.89; }
    .card-whatwecando .card-body .card-media {
      min-height: 60px;
      height: 60px;
      margin-bottom: 2vh; }
    #whatwecandoServices .card-body .card-media {
      max-width: 220px;
      height: auto;
      margin-bottom: initial; }
      #whatwecandoServices .card-body .card-media::after {
        content: url("../../images/whatwecando/line.svg");
        width: 2px;
        height: auto;
        position: absolute;
        transform: translate(4.2vw, -10px); }
        @media screen and (max-width: 960px) {
          #whatwecandoServices .card-body .card-media::after {
            content: none; } }
      @media screen and (max-width: 640px) {
        #whatwecandoServices .card-body .card-media {
          min-height: initial;
          align-self: center; } }
    .card-body .card-label {
      color: #f11869;
      font-size: 0.875rem;
      font-weight: bold;
      line-height: 1.63;
      text-transform: uppercase;
      margin-bottom: 25px;
      text-align: center; }
      .card-blogCollectionItem .card-body .card-label {
        text-align: left;
        color: #f11869;
        text-transform: uppercase; }
      #industries #caseStudiesIndustries .card-body .card-label {
        font-size: clamp(12px, 0.948vw, 14px); }
    #construction .card-body p.section-p {
      font-family: 'Open Sans', sans-serif;
      font-size: clamp(15px, 1.35vw, 18px);
      line-height: 32px;
      letter-spacing: 0.100001px;
      font-weight: 300; }
    #constructionSolution .card-body p.section-p {
      opacity: 0.8; }
  .card-footer {
    width: 100%; }
    .card-blogpost .card-footer {
      display: none;
      padding-top: 4.5vh;
      border-top: 1px solid #ffffff; }
      .section-reverse .card-blogpost .card-footer {
        border-top: 1px solid rgba(55, 55, 57, 0.4); }
      .card-blogpost .card-footer .footer-label {
        font-size: 1rem;
        font-weight: normal;
        line-height: 1.63;
        opacity: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #c1c8d5; }
        .section-reverse .card-blogpost .card-footer .footer-label {
          color: #373739; }
        .card-blogpost .card-footer .footer-label:before {
          display: inline-block;
          margin-right: 1.2vh;
          margin-bottom: 3px; }
        .card-blogpost .card-footer .footer-label.heart-icon:before {
          content: "";
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='18' viewBox='0 0 20 18'%3E%3Cpath fill='%23F11869' fill-rule='nonzero' d='M20 6.08c0 1.711-.63 3.278-1.983 4.93-1.211 1.477-2.95 2.977-4.966 4.714-.688.593-1.468 1.266-2.278 1.982a1.166 1.166 0 0 1-.766.294H10c-.285 0-.56-.104-.773-.294a235.05 235.05 0 0 0-2.274-1.98l-.004-.002c-2.014-1.737-3.755-3.237-4.965-4.715C.63 9.358 0 7.791 0 6.08c0-1.662.564-3.196 1.587-4.319a5.35 5.35 0 0 1 4-1.761C6.742 0 7.8.369 8.73 1.097c.47.368.895.817 1.27 1.342l.007-.01a6.457 6.457 0 0 1 1.264-1.332C12.2.369 13.259 0 14.413 0c1.545 0 2.965.625 4 1.761C19.436 2.884 20 4.417 20 6.081z'/%3E%3C/svg%3E");
          width: 20px;
          height: 18px; }
        .card-blogpost .card-footer .footer-label.view-icon:before {
          content: "";
          width: 23px;
          height: 16px;
          opacity: 0.5;
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='16' viewBox='0 0 23 16'%3E%3Cpath fill='%238D8D8D' fill-rule='nonzero' d='M11.5 15.385c-4.394 0-8.38-2.59-11.32-6.797a1.042 1.042 0 0 1 0-1.17C3.12 3.204 7.106.614 11.5.614s8.38 2.59 11.32 6.797c.24.345.24.826 0 1.17-2.94 4.213-6.926 6.803-11.32 6.803zM11.815 2.8C8.898 2.602 6.49 5.192 6.673 8.34c.15 2.595 2.103 4.698 4.512 4.86 2.917.198 5.326-2.392 5.142-5.54-.155-2.59-2.108-4.693-4.512-4.86zm-.146 2.402c-1.571-.106-2.87 1.288-2.766 2.98.08 1.4 1.134 2.53 2.432 2.62 1.572.107 2.87-1.287 2.767-2.98-.085-1.403-1.139-2.534-2.433-2.62z'/%3E%3C/svg%3E"); }
  #construction .card-awards-description {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.818182px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8); }
    #construction .card-awards-description {
      margin-top: initial; }
  .card.case-card {
    padding: 0vh 2vw;
    width: auto !important;
    position: static;
    gap: 10px; }
    .card.case-card:hover {
      text-decoration: none; }
    @media screen and (min-width: 961px) {
      .card.case-card .button-wrap {
        position: absolute;
        bottom: 0;
        left: 2vw; }
      .card.case-card .button-wrap.button-wrap-relative {
        position: relative; } }

.footer {
  width: 100%;
  padding-top: 50px;
  background: radial-gradient(79.17% 100% at 50% 0%, #38383b 0%, #131316 100%); }
  .footer .clutch-footer {
    margin-top: 20px;
    width: 140px; }
    .footer .clutch-footer .widgets_wrapper .logotype {
      background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" baseProfile="tiny" version="1.2" viewBox="0 0 19.5 22"><path fill="%23FFFFFF" d="M15.2 15.6c-1.1 1-2.6 1.6-4.2 1.6-3.6 0-6.2-2.6-6.2-6.2S7.4 4.9 11 4.9c1.6 0 3.1.5 4.2 1.5l.8.7 3.4-3.4-.9-.8C16.6 1 13.9 0 11 0 4.6 0 0 4.6 0 10.9S4.7 22 11 22c2.9 0 5.6-1 7.6-2.9l.8-.8-3.4-3.4z"/><circle cx="10.8" cy="11" r="3.7" fill="%23F11869"/></svg>') !important; }
    .footer .clutch-footer .widgets_wrapper .reviews-totals-stars .fivestar-static-item .star .on {
      background-color: #FFBD4C  !important; }
    .footer .clutch-footer .widgets_wrapper .reviews-count {
      color: #ffffff !important; }
  .footer.light {
    background: white; }
    .footer.light a,
    .footer.light p,
    .footer.light h3 {
      color: #373739; }
    .footer.light a.button {
      color: white; }
  .footer.footer-home {
    background: none; }
    .footer.footer-home .container-2 {
      border-top: 1px solid #ffffff1a;
      padding-top: 15vh; }
      @media screen and (max-width: 960px) {
        .footer.footer-home .container-2 {
          padding-top: 4vh; } }
  .section-reverse .footer {
    background: radial-gradient(79.17% 100% at 50% 0%, #38383b 0%, #131316 100%); }
  #sitemap .footer .container {
    height: auto; }
    #sitemap .footer .container .container-2 {
      height: auto; }
  .footer-pos-relative {
    position: relative;
    top: -60px; }
  .footer-scroll-button {
    position: absolute; }
  .footer-titles-mobile {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 16px;
    padding: 30px 0;
    border-top: 1px solid #ffffff1a;
    border-bottom: 1px solid #ffffff1a;
    list-style-type: none;
    margin: 0; }
    .footer-titles-mobile a {
      font-weight: 600;
      font-size: 16px;
      text-align: center;
      color: white; }
    @media screen and (min-width: 961px) {
      .footer-titles-mobile {
        display: none; } }
  @media screen and (max-width: 960px) {
    .footer .social {
      display: flex; } }
  .footer-layout {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 80px; }
    @media screen and (max-width: 960px) {
      .footer-layout {
        gap: 25px; } }
  .footer-bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-top: 1px solid #ffffff1a;
    padding: 30px 0; }
    @media screen and (max-width: 960px) {
      .footer-bottom {
        flex-direction: column;
        align-items: center;
        border: 0;
        gap: 14px;
        padding: 0 0 25px 0; } }
    .footer-bottom--left p.footer-years {
      font-size: 16px;
      opacity: 0.5; }
    .footer-bottom--right {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      gap: 40px; }
      @media screen and (max-width: 960px) {
        .footer-bottom--right {
          gap: 15px;
          white-space: nowrap; } }
  .footer-grid {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-grow: 0.25;
    gap: 20px; }
    @media screen and (max-width: 960px) {
      .footer-grid {
        justify-content: center; } }
  .footer-block {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 24px; }
  @media screen and (max-width: 960px) {
    .footer-block:not(.footer-logo-block) {
      display: none; } }
  .footer-logo-block {
    flex-basis: 28%; }
    @media screen and (max-width: 1100px) {
      .footer-logo-block {
        flex-basis: 15%;
        margin-right: 20px; } }
    @media screen and (max-width: 960px) {
      .footer-logo-block {
        align-items: center;
        flex-basis: initial;
        margin-right: initial; } }
  .footer-title {
    font-weight: 600;
    font-size: 16px;
    color: white;
    opacity: 0.5; }
  .footer-links {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .footer-links a, .footer-bottom a {
    font-size: 16px;
    color: white;
    text-decoration: none;
    cursor: pointer; }
    .footer-links a:hover, .footer-bottom a:hover {
      text-decoration: underline; }
    @media screen and (max-width: 768px) {
      .footer-links a, .footer-bottom a {
        font-size: 12px; } }
  .footer p {
    font-size: 16px;
    color: white;
    text-decoration: none;
    margin: 0; }
    @media screen and (max-width: 960px) {
      .footer p {
        text-align: center;
        font-size: 14px; } }
  @media screen and (max-width: 960px) {
    .footer .link-item a:hover {
      text-decoration: none; } }
  .footer-offer {
    width: 100%;
    padding-bottom: 50px;
    border-bottom: 1px solid #ffffff1a; }
    .footer-offer-reverse .grid {
      background: #f7f8fc;
      border-radius: 18.5px;
      padding: 40px; }
      @media screen and (max-width: 960px) {
        .footer-offer-reverse .grid {
          align-items: center;
          background: initial;
          border-radius: 0;
          padding: initial; } }
      .footer-offer-reverse .grid .col h3 {
        color: #373739; }
      .footer-offer-reverse .grid .col p {
        color: #54545d; }
    .footer-offer .grid {
      justify-content: space-between;
      align-items: center;
      gap: 30px;
      flex-wrap: nowrap; }
      @media screen and (max-width: 960px) {
        .footer-offer .grid {
          flex-direction: column;
          align-items: center !important; } }
      .footer-offer .grid .col {
        justify-content: start;
        align-items: start; }
        .footer-offer .grid .col .button-wrap {
          width: 280px;
          height: 50px; }
    .footer-offer h3 {
      font-family: "Brandon bold", sans-serif;
      font-weight: 450;
      font-size: 22px;
      text-transform: uppercase;
      color: white; }
      @media screen and (max-width: 960px) {
        .footer-offer h3 {
          font-size: 20px;
          text-align: center; } }
    .footer-offer p {
      font-weight: 400;
      font-size: 16px;
      color: white;
      opacity: 0.8; }
      @media screen and (max-width: 960px) {
        .footer-offer p {
          display: none; } }

.uk-modal:not(.contact-form-modal) > .uk-modal-dialog {
  min-width: 487px;
  height: 378px;
  padding: 24px 32px 32px 24px;
  text-align: center;
  box-shadow: 0px 4px 50px 0px #5f5f5f1a;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  top: 50%;
  transform: translateY(-50%); }
  @media screen and (max-width: 768px) {
    .uk-modal:not(.contact-form-modal) > .uk-modal-dialog {
      min-width: initial;
      max-height: 316px;
      width: 90vw;
      height: 91vw; } }

#uk-modal header {
  display: block;
  width: 110px;
  height: 110px;
  margin: 0 auto;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTExIiBoZWlnaHQ9IjExMSIgdmlld0JveD0iMCAwIDExMSAxMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjUgOTUuODQ3N0wxNy4zOTQ3IDkzLjg2NzhDMjYuODk0IDEwMy42MDIgMzkuNjYxOCAxMDkuNDAyIDUzLjE4NzkgMTEwLjEyN0M2Ni43MTQxIDExMC44NTIgODAuMDIwMSAxMDYuNDUxIDkwLjQ5MDIgOTcuNzg3NEMxMDAuOTYgODkuMTI0IDEwNy44MzcgNzYuODI1NiAxMDkuNzY4IDYzLjMxQzExMS43IDQ5Ljc5NDQgMTA4LjU0NiAzNi4wMzk0IDEwMC45MjcgMjQuNzQ5QzkzLjMwODggMTMuNDU4NiA4MS43NzYyIDUuNDQ5NjUgNjguNTk3IDIuMjk2NjFDNTUuNDE3NyAtMC44NTY0MzEgNDEuNTQ1MyAxLjA3NDU0IDI5LjcwNjcgNy43MDk5M0MxNy44NjgxIDE0LjM0NTMgOC45MTk4OCAyNS4yMDUxIDQuNjIxMTkgMzguMTU0M0MwLjMyMjUwNCA1MS4xMDM1IDAuOTg0MzU2IDY1LjIwNTQgNi40NzY1MiA3Ny42ODc3TDAuNSA5NS44NDc3WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTAuNSA5NS44NDgzQzAuNSA5NS44NDgzIDAuNTAwMDUyIDk1LjQ4NjMgMC44MTY4MjcgOTQuNzE5OUwxLjg5Mzc1IDkxLjI0OTdDMi44NjUyIDg4LjA5ODkgNC4zMDEyNCA4My41MjE2IDYuMTE3NDIgNzcuNTgxOEw2LjI0NDI1IDc3LjE1Nkw2LjUzOTgxIDc3LjQ5NjdMNi4xMzg1NiA3Ny43NTIyQzIuMzg5OTggNjkuMzczMSAwLjc5OTIzMSA2MC4xNzYgMS41MTM2NCA1MS4wMTI0QzEuOTgxNjQgNDUuMTM5NSAzLjQwODc0IDM5LjM4NDggNS43MzczMSAzMy45ODA4QzEwLjQyMzEgMjIuODc0NSAxOC42MDE5IDEzLjYyOTkgMjkuMDEzMiA3LjY3MTUzQzM5LjQyNDYgMS43MTMxNSA1MS40OTA3IC0wLjYyODI4NSA2My4zNTIyIDEuMDA4MDNDNzUuMjEzNyAyLjY0NDM0IDg2LjIxMjIgOC4xNjc1OSA5NC42NTI5IDE2LjcyNjZDMTAzLjA5NCAyNS4yODU3IDEwOC41MDggMzYuNDA1NSAxMTAuMDYyIDQ4LjM3MjVDMTExLjEyNCA1Ni44NzU0IDExMC4yNSA2NS41MTA0IDEwNy41MDcgNzMuNjIyQzEwNC44ODIgODEuMjMwMiAxMDAuNjE5IDg4LjE1ODcgOTUuMDI1NyA5My45MTA5Qzg5Ljg1MjEgOTkuMjIwOSA4My42NzY5IDEwMy40MzQgNzYuODYzOCAxMDYuMzAxQzY1LjE2NjUgMTExLjE5MSA1Mi4xNDcyIDExMS44MzEgNDAuMDMzNiAxMDguMTExQzMxLjM5NTcgMTA1LjQxNyAyMy41Njc1IDEwMC41NzggMTcuMjY4IDk0LjAzODdIMTcuNDU4MUw0Ljc4NzA4IDk1LjM3OTlMMS41NzcwNiA5NS42OTkyQzEuMjMyMzUgOTUuNzE3IDAuODg2OTg3IDk1LjcxNyAwLjU0MjI3OCA5NS42OTkyTDEuNjYxNDggOTUuNTI4OUw0LjkxMzc5IDk1LjEwMzFMMTcuMzczNSA5My40ODUxSDE3LjQ3OTFDMjIuNTI5IDk4LjU4MjkgMjguNTMzNiAxMDIuNjE4IDM1LjE0MzggMTA1LjM1NkM0MS43NTQgMTA4LjA5NCA0OC44MzgxIDEwOS40ODEgNTUuOTg0NSAxMDkuNDM1QzYzLjEzMDggMTA5LjM5IDcwLjE5NjkgMTA3LjkxMyA3Ni43NzIyIDEwNS4wOTFDODMuMzQ3NSAxMDIuMjY5IDg5LjMwMDkgOTguMTU3MiA5NC4yODY1IDkyLjk5NTVDOTkuNzY2NyA4Ny4zMzY0IDEwMy45MzUgODAuNTIzOCAxMDYuNDkzIDczLjA0NzFDMTA5LjE0MyA2NS4xNzk3IDExMC4wMDIgNTYuODExOCAxMDkuMDA2IDQ4LjU2NDFDMTA3LjMzMSAzNS43NzIgMTAxLjE3NSAyNC4wMDUxIDkxLjY0NzQgMTUuMzg4NUM4Mi4xMjAzIDYuNzcxODcgNjkuODUwOSAxLjg3MzU0IDU3LjA1NSAxLjU3ODA2QzQ5LjY1MjMgMS40MjI4NyA0Mi4yOTc2IDIuODEwMDggMzUuNDUxMyA1LjY1Mjg0QzI4LjYwNTEgOC40OTU2IDIyLjQxNDcgMTIuNzMyNyAxNy4yNjggMTguMDk4OEMxMi43NTE1IDIyLjgwMTggOS4xMjk2MSAyOC4zMDA0IDYuNTgyMDkgMzQuMzIxNEM0LjI2MzIzIDM5LjYzOTQgMi44MzU5NSA0NS4zMDg1IDIuMzU4NDIgNTEuMDk3NkMxLjYwMTc1IDYwLjE1MyAzLjA5Njk4IDY5LjI1NTcgNi43MDg4IDc3LjU4MThMNy40MjY4OCA3OS4yMjExTDYuMzA3NTQgNzcuODM3M0g2LjcyOTkzTDIuMjEwNTggOTEuMjQ5N0MxLjY4MjYyIDkyLjc2MTMgMS4zMDI0OCA5My45MTA5IDEuMDA2ODIgOTQuNzQxMkwwLjUgOTUuODQ4M1oiIGZpbGw9IiMyNjMyMzgiLz4KPHBhdGggZD0iTTI5LjI2NDYgNTcuNjEyNEwzNS45MzgxIDUwLjQxNjZMNDkuNjY1IDYxLjg5MTZMNzQuOTQzNiAzNS42NDE2TDgxLjU3NDggNDIuMzkwNEw0OS4xMTU5IDc1LjM0NjZMMjkuMjY0NiA1Ny42MTI0WiIgZmlsbD0iI0YxMTg2OSIvPgo8L3N2Zz4K") no-repeat; }
  @media screen and (max-width: 768px) {
    #uk-modal header {
      background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgNTUuNDc0OUw5LjgyOTYyIDU0LjMyMjlDMTUuMzU2NSA1OS45ODY1IDIyLjc4NSA2My4zNjEgMzAuNjU0OCA2My43ODNDMzguNTI0NiA2NC4yMDUgNDYuMjY2MyA2MS42NDQgNTIuMzU3OSA1Ni42MDM0QzU4LjQ0OTYgNTEuNTYyOSA2Mi40NTA2IDQ0LjQwNzUgNjMuNTc0MyAzNi41NDM5QzY0LjY5OCAyOC42ODAzIDYyLjg2MzIgMjAuNjc3MyA1OC40MzA1IDE0LjEwODRDNTMuOTk3OCA3LjUzOTQzIDQ3LjI4OCAyLjg3OTY4IDM5LjYyIDEuMDQ1MThDMzEuOTUyMSAtMC43ODkzMTQgMjMuODgwOSAwLjMzNDE2MSAxNi45OTMgNC4xOTQ3NUMxMC4xMDUxIDguMDU1MzQgNC44OTg4NCAxNC4zNzM4IDIuMzk3NzkgMjEuOTA3OEMtMC4xMDMyNzEgMjkuNDQxOSAwLjI4MTgwNyAzNy42NDY3IDMuNDc3MjUgNDQuOTA5MUwwIDU1LjQ3NDlaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMCA1NS40NzU0QzAgNTUuNDc1NCAyLjk5OTAzZS0wNSA1NS4yNjQ4IDAuMTg0MzM1IDU0LjgxODlMMC44MTA5MTEgNTIuNzk5OEMxLjM3NjExIDUwLjk2NjYgMi4yMTE2MyA0OC4zMDM1IDMuMjY4MzIgNDQuODQ3NkwzLjM0MjExIDQ0LjU5OTlMMy41MTQwNyA0NC43OTgxTDMuMjgwNjIgNDQuOTQ2N0MxLjA5OTYyIDQwLjA3MTYgMC4xNzQwOTggMzQuNzIwNiAwLjU4OTc1MyAyOS4zODkxQzAuODYyMDQ4IDI1Ljk3MjEgMS42OTIzNiAyMi42MjM5IDMuMDQ3MTYgMTkuNDc5N0M1Ljc3MzQ0IDEzLjAxNzkgMTAuNTMyIDcuNjM5MjEgMTYuNTg5NSA0LjE3MjUyQzIyLjY0NyAwLjcwNTgzNCAyOS42NjczIC0wLjY1NjQ1NyAzNi41Njg1IDAuMjk1NTc5QzQzLjQ2OTggMS4yNDc2MiA0OS44Njg5IDQuNDYxMTQgNTQuNzc5OSA5LjQ0MDk2QzU5LjY5MDggMTQuNDIwOCA2Mi44NDExIDIwLjg5MDUgNjMuNzQ1MSAyNy44NTMxQzY0LjM2MjggMzIuODAwMiA2My44NTQzIDM3LjgyNDIgNjIuMjU4NCA0Mi41NDM3QzYwLjczMTEgNDYuOTcwMyA1OC4yNTEzIDUxLjAwMTQgNTQuOTk2OCA1NC4zNDgyQzUxLjk4NjcgNTcuNDM3NiA0OC4zOTM4IDU5Ljg4ODcgNDQuNDI5OSA2MS41NTcyQzM3LjYyNDEgNjQuNDAyIDMwLjA0OTMgNjQuNzc0MiAyMy4wMDE0IDYyLjYxMDFDMTcuOTc1NyA2MS4wNDIzIDEzLjQyMTEgNTguMjI3IDkuNzU1OTEgNTQuNDIyNUg5Ljg2NjUyTDIuNDk0MyA1NS4yMDI5TDAuNjI2NjUxIDU1LjM4ODZDMC40MjYwOTMgNTUuMzk5IDAuMjI1MTU2IDU1LjM5OSAwLjAyNDU5ODEgNTUuMzg4NkwwLjY3NTc3MiA1NS4yODk2TDIuNTY4MDIgNTUuMDQxOEw5LjgxNzMzIDU0LjEwMDRIOS44Nzg3NUMxMi44MTY5IDU3LjA2NjQgMTYuMzEwNCA1OS40MTQxIDIwLjE1NjQgNjEuMDA3MkMyNC4wMDIzIDYyLjYwMDQgMjguMTI0IDYzLjQwNzEgMzIuMjgxOSA2My4zODA2QzM2LjQzOTggNjMuMzU0MSA0MC41NTA5IDYyLjQ5NDkgNDQuMzc2NSA2MC44NTI4QzQ4LjIwMjIgNTkuMjEwOCA1MS42NjYgNTYuODE4NyA1NC41NjY3IDUzLjgxNTVDNTcuNzU1MiA1MC41MjMgNjAuMTgwNiA0Ni41NTkzIDYxLjY2ODYgNDIuMjA5MkM2My4yMTAzIDM3LjYzMTggNjMuNzEgMzIuNzYzMyA2My4xMzA4IDI3Ljk2NDZDNjIuMTU2NCAyMC41MjE5IDU4LjU3NDMgMTMuNjc1NyA1My4wMzEyIDguNjYyMzhDNDcuNDg4MiAzLjY0OTA5IDQwLjM0OTYgMC43OTkxNDkgMzIuOTA0NyAwLjYyNzIzN0MyOC41OTc3IDAuNTM2OTQgMjQuMzE4NiAxLjM0NDA1IDIwLjMzNTMgMi45OTgwMkMxNi4zNTIxIDQuNjUxOTkgMTIuNzUwNCA3LjExNzIgOS43NTU5MSAxMC4yMzkzQzcuMTI4MTcgMTIuOTc1NiA1LjAyMDg2IDE2LjE3NDggMy41Mzg2NyAxOS42Nzc5QzIuMTg5NTEgMjIuNzcyIDEuMzU5MSAyNi4wNzA0IDEuMDgxMjYgMjkuNDM4NkMwLjY0MTAyMSAzNC43MDcyIDEuNTEwOTcgNDAuMDAzMyAzLjYxMjM5IDQ0Ljg0NzZMNC4wMzAxOCA0NS44MDE0TDMuMzc4OTMgNDQuOTk2MkgzLjYyNDY5TDAuOTk1MjQ2IDUyLjc5OThDMC42ODgwNzEgNTMuNjc5MyAwLjQ2Njg5NSA1NC4zNDgyIDAuMjk0ODc3IDU0LjgzMTNMMCA1NS40NzU0WiIgZmlsbD0iIzI2MzIzOCIvPgo8cGF0aCBkPSJNMTYuNzM1NCAzMy4yMjlMMjAuNjE4MSAyOS4wNDIzTDI4LjYwNDcgMzUuNzE4N0w0My4zMTIyIDIwLjQ0NTlMNDcuMTcwMyAyNC4zNzI1TDI4LjI4NTIgNDMuNTQ3TDE2LjczNTQgMzMuMjI5WiIgZmlsbD0iI0YxMTg2OSIvPgo8L3N2Zz4K") no-repeat;
      width: 64px;
      height: 64px; } }

#uk-modal section {
  display: block;
  width: 220px;
  height: 130px;
  margin: 0 auto;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjE5IiBoZWlnaHQ9IjEzOCIgdmlld0JveD0iMCAwIDIxOSAxMzgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yMTIuMTg2IDEyNi44OTFDMjEyLjE4NiAxMjYuODkxIDIxMi4xNzUgMTI2LjE3OSAyMTIuMTY4IDEyNC44MDNDMjEyLjE2MSAxMjMuNDI4IDIxMi4xNDkgMTIxLjM5OCAyMTIuMTQgMTE4LjczM0MyMTIuMTEzIDExMy40MDQgMjEyLjA4OSAxMDUuNTY0IDIxMi4wNDQgOTUuNDkyMUMyMTEuOTgyIDc1LjM1OTMgMjExLjg5MiA0Ni4zMDk2IDIxMS43ODYgMTAuNjAzN0wyMTEuOTc4IDEwLjc4NjVMNi4xMjM2MyAxMS4zMjIyTDYuMzY2IDExLjA3NDhDNi40MzcxNyA1Mi4yMDMzIDYuNTAzNjkgOTEuNTMzMSA2LjU2NTE0IDEyNy4zNzFMNi4zMzc1MiAxMjcuMTM5TDE1NC40MTggMTI2Ljk0NkwxOTYuOTQgMTI2LjkwN0wyMDguMjY5IDEyNi45MTRMMjExLjE5OSAxMjYuOTE4TDIxMi4xNTQgMTI2Ljk2N0wyMTEuMTk1IDEyNi45ODVMMjA4LjMyMSAxMjcuMDAzTDE5Ny4wMzggMTI3LjA1N0wxNTQuNTY3IDEyNy4yMjNMNi4zMjM3NCAxMjcuNkw2LjEwNDA1IDEyNy41ODhMNi4xMTU3MSAxMjcuMzU4QzYuMDE1NTcgOTEuNTI3NiA1Ljk2ODE1IDUyLjE5ODggNS44ODc0MyAxMS4wNjk4TDUuODk5NTggMTAuODNMNi4xMzgzOCAxMC44NDIxTDIxMS45NzcgMTAuNDExNUwyMTIuMTU5IDEwLjQyMDZMMjEyLjE0OSAxMC42MTI1QzIxMi4xNzcgNDYuMzYyNSAyMTIuMTk3IDc1LjQ1NjggMjEyLjIxIDk1LjYxNkMyMTIuMjA4IDEwNS42NjYgMjEyLjIwNCAxMTMuNDk1IDIxMi4yMDMgMTE4LjgxM0MyMTIuMjAzIDEyMS40NjggMjEyLjE5NiAxMjMuNDg3IDIxMi4xOTQgMTI0Ljg1M0MyMTIuMTkyIDEyNi4yMTggMjEyLjE4NiAxMjYuODkxIDIxMi4xODYgMTI2Ljg5MVoiIGZpbGw9IiMyNjMyMzgiLz4KPHBhdGggZD0iTTg4LjM1MzcgMzguNDkxM0w4OC40NTg5IDQwLjUxOEw4MC4xMDk0IDQwLjk1MDNMNzkuNTU0NyAzMC4wMjkxTDg3LjY5MzggMjkuNjA2NEw4Ny43OTkgMzEuNjQyOEw4Mi4xMzcgMzEuOTMwOUw4Mi4yNjE0IDM0LjMwMzRMODcuMjYzNCAzNC4wNDQxTDg3LjM1OTEgMzUuOTY1MUw4Mi4zNTcgMzYuMjE0OUw4Mi40OTA5IDM4Ljc1MDdMODguMzUzNyAzOC40OTEzWiIgZmlsbD0iI0YxMTg2OSIvPgo8cGF0aCBkPSJNOTcuMjY4NSA0MC4wNjU5TDk1LjA0IDM3LjEyNjdIOTQuOTE1N0w5Mi43NDQ2IDM3LjI0MTlMOTIuODk3NiA0MC4yNzcyTDkwLjQxMSA0MC40MTE3TDg5Ljg0NjcgMjkuNDkwNUw5NC41MTQgMjkuMjUwM0M5Ny4zODMzIDI5LjA5NjYgOTkuMjk2MSAzMC41MTgyIDk5LjM5MTcgMzIuOTY3NkM5OS40NjE0IDMzLjcwMDMgOTkuMzAyOSAzNC40MzY3IDk4LjkzNzkgMzUuMDc1Qzk4LjU3MyAzNS43MTMzIDk4LjAxOTggMzYuMjIyMSA5Ny4zNTQ2IDM2LjUzMTFMOTkuOTQ2NSAzOS45MjE4TDk3LjI2ODUgNDAuMDY1OVpNOTQuNDc1NyAzMS4zMjUxTDkyLjQ0ODEgMzEuNDMwN0w5Mi42Mzk0IDM1LjI3MjhMOTQuNjc2NiAzNS4xNjcyQzk2LjE5NzMgMzUuMDkwMyA5Ni45MzM3IDM0LjMzMTUgOTYuODY2OCAzMy4xNTAxQzk2Ljc5OTggMzEuOTY4NiA5Ni4wNDQzIDMxLjIyOSA5NC41MTQgMzEuMzI1MUg5NC40NzU3WiIgZmlsbD0iI0YxMTg2OSIvPgo8cGF0aCBkPSJNMTA4LjYyMSAzOS40Nzg2TDEwNi4zOTMgMzYuNTQ5SDEwNi4yNjhMMTA0LjA5NyAzNi42NjQzTDEwNC4yNSAzOS43MDkxTDEwMS43NjQgMzkuODM0TDEwMS4xOTkgMjguOTEyOEwxMDUuODY3IDI4LjY3MjdDMTA4LjczNiAyOC41Mjg2IDExMC42NDkgMjkuOTQwNiAxMTAuNzQ0IDMyLjM4OTlDMTEwLjgxNyAzMy4xMTgzIDExMC42NjQgMzMuODUxNiAxMTAuMzA2IDM0LjQ4OTRDMTA5Ljk0OSAzNS4xMjczIDEwOS40MDMgMzUuNjM4NiAxMDguNzQ1IDM1Ljk1MzVMMTExLjMzNyAzOS4zNDQxTDEwOC42MjEgMzkuNDc4NlpNMTA1Ljg3NiAzMC43Mzc4TDEwMy44MzkgMzAuODQzNEwxMDQuMDMgMzQuNjg1NkwxMDYuMDY3IDM0LjU3OTlDMTA3LjU4OCAzNC41MDMxIDEwOC4zMjUgMzMuNzQ0MiAxMDguMjU4IDMyLjU2MjhDMTA4LjE5MSAzMS4zODEzIDEwNy4zNTkgMzAuNjYxIDEwNS44NzYgMzAuNzM3OFoiIGZpbGw9IiNGMTE4NjkiLz4KPHBhdGggZD0iTTExMi4xMiAzMy44MjM0QzExMi4wMDUgMzIuNjQzNCAxMTIuMjQ0IDMxLjQ1NTkgMTEyLjgwOCAzMC40MTM4QzExMy4zNzEgMjkuMzcxOCAxMTQuMjMyIDI4LjUyMyAxMTUuMjggMjcuOTc2OEMxMTYuMzI3IDI3LjQzMDYgMTE3LjUxNCAyNy4yMTIgMTE4LjY4NyAyNy4zNDkyQzExOS44NTkgMjcuNDg2NSAxMjAuOTY0IDI3Ljk3MzIgMTIxLjg1OSAyOC43NDY4QzEyMi43NTMgMjkuNTIwMyAxMjMuMzk3IDMwLjU0NTIgMTIzLjcwNiAzMS42ODkzQzEyNC4wMTYgMzIuODMzNSAxMjMuOTc3IDM0LjA0NDUgMTIzLjU5NSAzNS4xNjY0QzEyMy4yMTMgMzYuMjg4MiAxMjIuNTA1IDM3LjI2OTQgMTIxLjU2MyAzNy45ODM2QzEyMC42MjEgMzguNjk3OCAxMTkuNDg3IDM5LjExMjMgMTE4LjMwOCAzOS4xNzM1QzExNy41NDcgMzkuMjU0MiAxMTYuNzc4IDM5LjE3NzcgMTE2LjA0OCAzOC45NDg3QzExNS4zMTggMzguNzE5NiAxMTQuNjQyIDM4LjM0MjkgMTE0LjA2MiAzNy44NDE3QzExMy40ODMgMzcuMzQwNSAxMTMuMDExIDM2LjcyNTQgMTEyLjY3NyAzNi4wMzQ0QzExMi4zNDMgMzUuMzQzMyAxMTIuMTU0IDM0LjU5MDkgMTEyLjEyIDMzLjgyMzRaTTEyMS4zODggMzMuMzUyN0MxMjEuMzM4IDMyLjY4NzUgMTIxLjA5NCAzMi4wNTE3IDEyMC42ODYgMzEuNTI1MUMxMjAuMjc4IDMwLjk5ODUgMTE5LjcyNSAzMC42MDQ1IDExOS4wOTUgMzAuMzkyM0MxMTguNDY1IDMwLjE4MDEgMTE3Ljc4NyAzMC4xNTkyIDExNy4xNDUgMzAuMzMyM0MxMTYuNTA0IDMwLjUwNTMgMTE1LjkyNyAzMC44NjQ2IDExNS40ODggMzEuMzY1MUMxMTUuMDQ5IDMxLjg2NTYgMTE0Ljc2NiAzMi40ODUxIDExNC42NzYgMzMuMTQ2MUMxMTQuNTg2IDMzLjgwNzEgMTE0LjY5MiAzNC40ODAxIDExNC45OCAzNS4wODA5QzExNS4yNjkgMzUuNjgxNyAxMTUuNzI4IDM2LjE4MzYgMTE2LjMgMzYuNTIzN0MxMTYuODcxIDM2Ljg2MzkgMTE3LjUzIDM3LjAyNzIgMTE4LjE5MyAzNi45OTMxQzExOC42NDYgMzYuOTc5NCAxMTkuMDkxIDM2Ljg3MjYgMTE5LjUwMSAzNi42NzkxQzExOS45MTEgMzYuNDg1NyAxMjAuMjc3IDM2LjIwOTggMTIwLjU3NiAzNS44Njg1QzEyMC44NzYgMzUuNTI3MyAxMjEuMTAyIDM1LjEyNzkgMTIxLjI0MiAzNC42OTUyQzEyMS4zODEgMzQuMjYyNCAxMjEuNDMxIDMzLjgwNTUgMTIxLjM4OCAzMy4zNTI3WiIgZmlsbD0iI0YxMTg2OSIvPgo8cGF0aCBkPSJNMTMyLjkzMSAzOC4yMzAyTDEzMC43NDEgMzUuMjkxSDEzMC42MTdMMTI4LjQ0NiAzNS40MDYyTDEyOC41OTkgMzguNDQxNUwxMjYuMTEyIDM4LjU3NkwxMjUuNTQ4IDI3LjY1NDhMMTMwLjIxNSAyNy40MTQ2QzEzMy4wODQgMjcuMjYwOSAxMzQuOTk3IDI4LjY4MjUgMTM1LjA5MyAzMS4xMzE5QzEzNS4xNjMgMzEuODY0NiAxMzUuMDA0IDMyLjYwMSAxMzQuNjM5IDMzLjIzOTNDMTM0LjI3NCAzMy44Nzc2IDEzMy43MjEgMzQuMzg2NCAxMzMuMDU2IDM0LjY5NTRMMTM1LjY0OCAzOC4wODYxTDEzMi45MzEgMzguMjMwMlpNMTMwLjEzOSAyOS40ODk0TDEyOC4xMTEgMjkuNTk1TDEyOC4zMDIgMzMuNDM3MUwxMzAuMzQgMzMuMzMxNUMxMzEuODYgMzMuMjU0NiAxMzIuNTk3IDMyLjQ5NTggMTMyLjUzIDMxLjMxNDRDMTMyLjQ2MyAzMC4xMzI5IDEzMS42OTggMjkuNDEyNSAxMzAuMTM5IDI5LjQ4OTRaIiBmaWxsPSIjRjExODY5Ii8+CjxwYXRoIGQ9Ik04Ny4xMTY5IDkzLjY1MDVMODEuNDUxOCA5My42NTA1TDgxLjQ0NTEgMTAwLjk5Mkw2Ny40NjQ4IDEwMC45OTJMNjcuNDcxNCA5My42NTA1TDQ1LjM4NzggOTMuNjUwNUw0NS4zOTYxIDg0LjQ4OEw2My41MTA4IDU4LjE4MjlMNzguMjQ0OSA1OC4xODI5TDYyLjE0NjEgODIuNDU0Nkw2Ny45NDA5IDgyLjQ1NDZMNjcuOTQ2OCA3NS45MTY3TDgxLjQ2NzggNzUuOTE2N0w4MS40NjE5IDgyLjQ1NDZMODcuMTI3MSA4Mi40NTQ2TDg3LjExNjkgOTMuNjUwNVoiIGZpbGw9IiNGMTE4NjkiLz4KPHBhdGggZD0iTTg5LjA2NzcgNzkuMzc1Qzg5LjA4MDUgNjUuMTg3NiA5Ny4xMjA2IDU2Ljk5NDQgMTA4LjM5MiA1Ni45OTQ0QzExOS42NjQgNTYuOTk0NCAxMjcuNjkgNjUuMTg3NiAxMjcuNjc3IDc5LjM3NUMxMjcuNjY0IDkzLjU2MjQgMTE5LjYxMiAxMDEuNzU2IDEwOC4zNTIgMTAxLjc1NkM5Ny4wOTE5IDEwMS43NTYgODkuMDU0OCA5My41NjI0IDg5LjA2NzcgNzkuMzc1Wk0xMTMuMjM3IDc5LjM3NUMxMTMuMjQ0IDcxLjA5OSAxMTEuMTg1IDY4LjU1NzEgMTA4LjM4MiA2OC41NTcxQzEwNS41NzkgNjguNTU3MSAxMDMuNTAzIDcxLjEyMjcgMTAzLjQ5NiA3OS4zNzVDMTAzLjQ4OSA4Ny42Mjc0IDEwNS41NTkgOTAuMTkyOSAxMDguMzYyIDkwLjE5MjlDMTExLjE2NiA5MC4xOTI5IDExMy4yMjkgODcuNjI3NCAxMTMuMjM3IDc5LjM3NVoiIGZpbGw9IiNGMTE4NjkiLz4KPHBhdGggZD0iTTE3Mi40NjggOTMuNjQ5M0wxNjYuODE1IDkzLjY0OTNMMTY2LjgwOCAxMDAuOTkxTDE1Mi44NTIgMTAwLjk5MUwxNTIuODU4IDkzLjY0OTNMMTMwLjc1MSA5My42NDkzTDEzMC43NTkgODQuNDg2OEwxNDguODc0IDU4LjE4MTZMMTYzLjYwOCA1OC4xODE2TDE0Ny41MDkgODIuNDUzM0wxNTMuMzA0IDgyLjQ1MzNMMTUzLjMxIDc1LjkxNTVMMTY2LjgzMSA3NS45MTU1TDE2Ni44MjUgODIuNDUzM0wxNzIuNDc5IDgyLjQ1MzNMMTcyLjQ2OCA5My42NDkzWiIgZmlsbD0iI0YxMTg2OSIvPgo8L3N2Zz4K") no-repeat; }
  @media screen and (max-width: 768px) {
    #uk-modal section {
      background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMzIiBoZWlnaHQ9Ijg0IiB2aWV3Qm94PSIwIDAgMTMzIDg0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMTI4Ljk0NCA3Ni41MTUxQzEyOC45NDQgNzYuNTE1MSAxMjguOTM3IDc2LjA4NjggMTI4LjkzMyA3NS4yNTk0QzEyOC45MjkgNzQuNDMyMSAxMjguOTIxIDczLjIxMTMgMTI4LjkxNiA3MS42MDg5QzEyOC45IDY4LjQwMzcgMTI4Ljg4NSA2My42ODkgMTI4Ljg1OCA1Ny42MzE4QzEyOC44MjEgNDUuNTIzOSAxMjguNzY3IDI4LjA1MzUgMTI4LjcwMyA2LjU3OTk5TDEyOC44MTggNi42ODk5NEw0LjYzOTE0IDcuMDEyMUw0Ljc4NTM1IDYuODYzMzJDNC44MjgyOCAzMS41OTc5IDQuODY4NDEgNTUuMjUwOCA0LjkwNTQ4IDc2LjgwMzlMNC43NjgxNyA3Ni42NjM5TDk0LjA5NjMgNzYuNTQ4MkwxMTkuNzQ3IDc2LjUyNDlMMTI2LjU4MSA3Ni41Mjg4TDEyOC4zNDggNzYuNTMxM0wxMjguOTI1IDc2LjU2MDRMMTI4LjM0NiA3Ni41NzE3TDEyNi42MTMgNzYuNTgyNUwxMTkuODA2IDc2LjYxNDdMOTQuMTg2MSA3Ni43MTQ3TDQuNzU5ODUgNzYuOTQxMUw0LjYyNzMzIDc2LjkzNDRMNC42MzQzNiA3Ni43OTZDNC41NzM5NiA1NS4yNDc1IDQuNTQ1MzUgMzEuNTk1MiA0LjQ5NjY2IDYuODYwM0w0LjUwMzk5IDYuNzE2MDdMNC42NDgwNCA2LjcyMzM1TDEyOC44MTggNi40NjQzNkwxMjguOTI4IDYuNDY5ODlMMTI4LjkyMiA2LjU4NTI3QzEyOC45MzggMjguMDg1MyAxMjguOTUxIDQ1LjU4MjUgMTI4Ljk1OCA1Ny43MDYyQzEyOC45NTcgNjMuNzUwNSAxMjguOTU1IDY4LjQ1ODUgMTI4Ljk1NCA3MS42NTcxQzEyOC45NTQgNzMuMjUzNCAxMjguOTUgNzQuNDY3OSAxMjguOTQ5IDc1LjI4OTJDMTI4Ljk0NyA3Ni4xMTA0IDEyOC45NDQgNzYuNTE1MSAxMjguOTQ0IDc2LjUxNTFaIiBmaWxsPSIjMjYzMjM4Ii8+CjxwYXRoIGQ9Ik01NC4yNDM1IDIzLjM1MTdMNTQuMzA2OSAyNC41NzA1TDQ5LjI3MDIgMjQuODMwNUw0OC45MzU1IDE4LjI2MjVMNTMuODQ1NCAxOC4wMDgzTDUzLjkwODkgMTkuMjMyOUw1MC40OTMzIDE5LjQwNjJMNTAuNTY4MyAyMC44MzMxTDUzLjU4NTggMjAuNjc3MUw1My42NDM1IDIxLjgzMjRMNTAuNjI2IDIxLjk4MjZMNTAuNzA2OCAyMy41MDc2TDU0LjI0MzUgMjMuMzUxN1oiIGZpbGw9IiNGMTE4NjkiLz4KPHBhdGggZD0iTTU5LjYyMTcgMjQuMjk4NEw1OC4yNzc0IDIyLjUzMDdINTguMjAyNEw1Ni44OTI3IDIyLjZMNTYuOTg1IDI0LjQyNTVMNTUuNDg0OSAyNC41MDYzTDU1LjE0NDUgMTcuOTM4M0w1Ny45NiAxNy43OTM5QzU5LjY5MDkgMTcuNzAxNSA2MC44NDQ4IDE4LjU1NjQgNjAuOTAyNSAyMC4wMjk1QzYwLjk0NDUgMjAuNDcwMSA2MC44NDg5IDIwLjkxMyA2MC42Mjg3IDIxLjI5NjlDNjAuNDA4NiAyMS42ODA4IDYwLjA3NDkgMjEuOTg2OCA1OS42NzM2IDIyLjE3MjZMNjEuMjM3MSAyNC4yMTE3TDU5LjYyMTcgMjQuMjk4NFpNNTcuOTM3IDE5LjA0MTdMNTYuNzEzOCAxOS4xMDUyTDU2LjgyOTIgMjEuNDE1OEw1OC4wNTgxIDIxLjM1MjNDNTguOTc1NSAyMS4zMDYxIDU5LjQxOTcgMjAuODQ5NyA1OS4zNzkzIDIwLjEzOTJDNTkuMzM5IDE5LjQyODcgNTguODgzMiAxOC45ODM5IDU3Ljk2IDE5LjA0MTdINTcuOTM3WiIgZmlsbD0iI0YxMTg2OSIvPgo8cGF0aCBkPSJNNjYuNDY5MyAyMy45NDU0TDY1LjEyNSAyMi4xODM1SDY1LjA1TDYzLjc0MDMgMjIuMjUyOUw2My44MzI3IDI0LjA4NEw2Mi4zMzI2IDI0LjE1OTFMNjEuOTkyMiAxNy41OTExTDY0LjgwNzcgMTcuNDQ2N0M2Ni41Mzg2IDE3LjM2MDEgNjcuNjkyNCAxOC4yMDkyIDY3Ljc1MDEgMTkuNjgyM0M2Ny43OTQxIDIwLjEyMDMgNjcuNzAxOCAyMC41NjEzIDY3LjQ4NiAyMC45NDQ5QzY3LjI3MDIgMjEuMzI4NSA2Ni45NDEzIDIxLjYzNiA2Ni41NDQzIDIxLjgyNTRMNjguMTA3OSAyMy44NjQ1TDY2LjQ2OTMgMjMuOTQ1NFpNNjQuODEzNSAxOC42ODg3TDYzLjU4NDYgMTguNzUyMkw2My43IDIxLjA2MjlMNjQuOTI4OSAyMC45OTkzQzY1Ljg0NjIgMjAuOTUzMSA2Ni4yOTA1IDIwLjQ5NjggNjYuMjUwMSAxOS43ODYyQzY2LjIwOTcgMTkuMDc1NyA2NS43MDc3IDE4LjY0MjUgNjQuODEzNSAxOC42ODg3WiIgZmlsbD0iI0YxMTg2OSIvPgo8cGF0aCBkPSJNNjguNTgwNCAyMC41NDQzQzY4LjUxMTEgMTkuODM0NiA2OC42NTU2IDE5LjEyMDQgNjguOTk1MyAxOC40OTM3QzY5LjMzNSAxNy44NjcxIDY5Ljg1NDMgMTcuMzU2NiA3MC40ODY0IDE3LjAyODFDNzEuMTE4NSAxNi42OTk2IDcxLjgzNDQgMTYuNTY4MiA3Mi41NDE3IDE2LjY1MDdDNzMuMjQ5MSAxNi43MzMyIDczLjkxNTYgMTcuMDI2IDc0LjQ1NTMgMTcuNDkxMkM3NC45OTUgMTcuOTU2NCA3NS4zODMyIDE4LjU3MjcgNzUuNTY5OSAxOS4yNjA4Qzc1Ljc1NjYgMTkuOTQ4OSA3NS43MzMyIDIwLjY3NzMgNzUuNTAyNyAyMS4zNTE5Qzc1LjI3MjMgMjIuMDI2NiA3NC44NDUzIDIyLjYxNjcgNzQuMjc2OCAyMy4wNDYyQzczLjcwODQgMjMuNDc1NyA3My4wMjQ1IDIzLjcyNSA3Mi4zMTMzIDIzLjc2MThDNzEuODU0NCAyMy44MTA0IDcxLjM5MDUgMjMuNzY0MyA3MC45NSAyMy42MjY2QzcwLjUwOTYgMjMuNDg4OCA3MC4xMDIgMjMuMjYyMyA2OS43NTIzIDIyLjk2MDlDNjkuNDAyNiAyMi42NTk0IDY5LjExODIgMjIuMjg5NSA2OC45MTY3IDIxLjg3MzlDNjguNzE1MSAyMS40NTgzIDY4LjYwMDcgMjEuMDA1OCA2OC41ODA0IDIwLjU0NDNaTTc0LjE3MTEgMjAuMjYxMkM3NC4xNDEgMTkuODYxMSA3My45OTM4IDE5LjQ3ODggNzMuNzQ3NyAxOS4xNjIxQzczLjUwMTcgMTguODQ1NCA3My4xNjc4IDE4LjYwODQgNzIuNzg3OSAxOC40ODA4QzcyLjQwOCAxOC4zNTMyIDcxLjk5ODkgMTguMzQwNiA3MS42MTE5IDE4LjQ0NDdDNzEuMjI0OSAxOC41NDg4IDcwLjg3NzEgMTguNzY0OCA3MC42MTIyIDE5LjA2NThDNzAuMzQ3MiAxOS4zNjY5IDcwLjE3NjkgMTkuNzM5NCA3MC4xMjI0IDIwLjEzNjlDNzAuMDY4IDIwLjUzNDQgNzAuMTMxOCAyMC45MzkyIDcwLjMwNiAyMS4zMDA1QzcwLjQ4MDIgMjEuNjYxOCA3MC43NTcgMjEuOTYzNyA3MS4xMDE4IDIyLjE2ODJDNzEuNDQ2NSAyMi4zNzI4IDcxLjg0MzggMjIuNDcxIDcyLjI0NDEgMjIuNDUwNUM3Mi41MTcyIDIyLjQ0MjMgNzIuNzg1NyAyMi4zNzggNzMuMDMyOSAyMi4yNjE3QzczLjI4MDIgMjIuMTQ1NCA3My41MDEgMjEuOTc5NCA3My42ODE3IDIxLjc3NDJDNzMuODYyMyAyMS41NjkgNzMuOTk5IDIxLjMyODggNzQuMDgzMSAyMS4wNjg1Qzc0LjE2NzMgMjAuODA4MyA3NC4xOTcyIDIwLjUzMzUgNzQuMTcxMSAyMC4yNjEyWiIgZmlsbD0iI0YxMTg2OSIvPgo8cGF0aCBkPSJNODEuMTM0NyAyMy4xOTQ2TDc5LjgxMzUgMjEuNDI3SDc5LjczODVMNzguNDI4OCAyMS40OTYzTDc4LjUyMTEgMjMuMzIxN0w3Ny4wMjExIDIzLjQwMjZMNzYuNjgwNyAxNi44MzQ2TDc5LjQ5NjIgMTYuNjkwMkM4MS4yMjcgMTYuNTk3NyA4Mi4zODA5IDE3LjQ1MjcgODIuNDM4NiAxOC45MjU3QzgyLjQ4MDcgMTkuMzY2NCA4Mi4zODUgMTkuODA5MiA4Mi4xNjQ5IDIwLjE5MzFDODEuOTQ0NyAyMC41NzcgODEuNjExIDIwLjg4MyA4MS4yMDk3IDIxLjA2ODhMODIuNzczMiAyMy4xMDhMODEuMTM0NyAyMy4xOTQ2Wk03OS40NSAxNy45Mzc5TDc4LjIyNjkgMTguMDAxNEw3OC4zNDIzIDIwLjMxMjFMNzkuNTcxMiAyMC4yNDg1QzgwLjQ4ODUgMjAuMjAyMyA4MC45MzI4IDE5Ljc0NiA4MC44OTI0IDE5LjAzNTVDODAuODUyIDE4LjMyNDkgODAuMzkwNCAxNy44OTE3IDc5LjQ1IDE3LjkzNzlaIiBmaWxsPSIjRjExODY5Ii8+CjxwYXRoIGQ9Ik01My4zNjUyIDU2LjYxODFMNTAuMDY1IDU2LjU0MzhMNTAuMjE3IDYwLjg2NTRMNDIuMDcyNyA2MC42ODIxTDQxLjkyMDYgNTYuMzYwNkwyOS4wNTU4IDU2LjA3MTFMMjguODY2IDUwLjY3NzlMMzguODYwMiAzNS40MzEyTDQ3LjQ0MzYgMzUuNjI0M0wzOC41ODA2IDQ5LjcwMDVMNDEuOTU2NCA0OS43NzY0TDQxLjgyMSA0NS45MjgxTDQ5LjY5NzcgNDYuMTA1M0w0OS44MzMxIDQ5Ljk1MzdMNTMuMTMzNCA1MC4wMjc5TDUzLjM2NTIgNTYuNjE4MVoiIGZpbGw9IiNGMTE4NjkiLz4KPHBhdGggZD0iTTU1LjEyMzUgNDcuNjg1NUM1NC44MzEgMzkuMzE0IDU5LjMyMDggMzQuNTg1IDY1Ljg1ODEgMzQuNzMzMUM3Mi4zOTU0IDM0Ljg4MTMgNzcuMjIzMSAzOS44MjEzIDc3LjUxNTYgNDguMTkyOEM3Ny44MDgxIDU2LjU2NDMgNzMuMzExNCA2MS4yOTMxIDY2Ljc4MSA2MS4xNDUyQzYwLjI1MDUgNjAuOTk3MiA1NS40MTYgNTYuMDU3IDU1LjEyMzUgNDcuNjg1NVpNNjkuMTQwOCA0OC4wMDMxQzY4Ljk3MDEgNDMuMTE5NyA2Ny43MjIzIDQxLjU5MjcgNjYuMDk2NSA0MS41NTU5QzY0LjQ3MDcgNDEuNTE5MSA2My4zMjE0IDQzLjAwNTcgNjMuNDkxNSA0Ny44NzUxQzYzLjY2MTcgNTIuNzQ0NSA2NC45MTY4IDU0LjI4NTYgNjYuNTQyNiA1NC4zMjI0QzY4LjE2ODQgNTQuMzU5MyA2OS4zMTA5IDUyLjg3MjUgNjkuMTQwOCA0OC4wMDMxWiIgZmlsbD0iI0YxMTg2OSIvPgo8cGF0aCBkPSJNMTA0Ljg1MiA1Ni42MTczTDEwMS41NTkgNTYuNTQzMkwxMDEuNzExIDYwLjg2NDhMOTMuNTgwNCA2MC42ODE5TDkzLjQyODQgNTYuMzYwM0w4MC41NDk5IDU2LjA3MDVMODAuMzYwMiA1MC42NzczTDkwLjM1NDIgMzUuNDMwNUw5OC45Mzc2IDM1LjYyMzZMOTAuMDc0NyA0OS42OTk4TDkzLjQ1MDQgNDkuNzc1OEw5My4zMTUgNDUuOTI3NEwxMDEuMTkyIDQ2LjEwNDdMMTAxLjMyNyA0OS45NTNMMTA0LjYyIDUwLjAyNzFMMTA0Ljg1MiA1Ni42MTczWiIgZmlsbD0iI0YxMTg2OSIvPgo8L3N2Zz4K") no-repeat;
      width: 131px;
      height: 83px; } }

#uk-modal article {
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIyIiBoZWlnaHQ9Ijk3IiB2aWV3Qm94PSIwIDAgMTIyIDk3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNTQuOCA4OS40MjIyQzU0Ljc5NjQgOTAuODc5NiA1NC4zNTYgOTIuMzAzMiA1My41MzQ2IDkzLjUxMjhDNTIuNzEzMiA5NC43MjI0IDUxLjU0NzYgOTUuNjYzNiA1MC4xODU1IDk2LjIxNzJDNDguODIzNSA5Ni43NzA4IDQ3LjMyNjEgOTYuOTEyIDQ1Ljg4MjkgOTYuNjIyOUM0NC40Mzk3IDk2LjMzMzggNDMuMTE1NiA5NS42MjczIDQyLjA3ODIgOTQuNTkzQzQxLjA0MDggOTMuNTU4NyA0MC4zMzY4IDkyLjI0MyA0MC4wNTUzIDkwLjgxMjRDMzkuNzczNyA4OS4zODE5IDM5LjkyNzMgODcuOTAwOCA0MC40OTY2IDg2LjU1NjdDNDEuMDY1OCA4NS4yMTI2IDQyLjAyNTIgODQuMDY1OSA0My4yNTMzIDgzLjI2MTdDNDQuNDgxMyA4Mi40NTc1IDQ1LjkyMjcgODIuMDMyMSA0Ny4zOTUxIDgyLjAzOTFDNDkuMzY0IDgyLjA1MzMgNTEuMjQ3NCA4Mi44Mzc1IDUyLjYzNDUgODQuMjIwNUM1NC4wMjE2IDg1LjYwMzYgNTQuODAwMSA4Ny40NzM0IDU0LjggODkuNDIyMloiIGZpbGw9IiNGMTE4NjkiLz4KPHBhdGggZD0iTTMyLjQ5NTkgNzkuOTU5NkMzNC4zOTQ1IDc3LjkzNjcgMzYuNjg3OSA3Ni4zMTYxIDM5LjIzNzUgNzUuMTk1OUM0MS43ODcgNzQuMDc1NiA0NC41Mzk3IDczLjQ3OSA0Ny4zMjg5IDczLjQ0MjJDNTAuMTE4MSA3My40MDUzIDUyLjg4NiA3My45MjkgNTUuNDY0OSA3NC45ODE0QzU4LjA0MzcgNzYuMDMzOSA2MC4zOCA3Ny41OTM0IDYyLjMzMjQgNzkuNTY1NEM2Ni4xMzQ0IDgzLjM2NDQgNzIuMDcyNyA3Ny41NDA0IDY4LjI3MDcgNzMuNzQxNEM2NS41Mzc3IDcxLjAxNTEgNjIuMjgxMyA2OC44NTc2IDU4LjY5MzMgNjcuMzk1NkM1NS4xMDUyIDY1LjkzMzYgNTEuMjU4IDY1LjE5NjggNDcuMzc3OSA2NS4yMjg1QzQzLjQ5NzkgNjUuMjYwMiAzOS42NjM0IDY2LjA1OTkgMzYuMTAwMiA2Ny41ODAzQzMyLjUzNzEgNjkuMTAwOCAyOS4zMTcyIDcxLjMxMTMgMjYuNjMgNzQuMDgxOUMyMi45MTg2IDc3LjkzNDcgMjguODAyNiA4My44MzAzIDMyLjUzMjEgNzkuOTU5NkgzMi40OTU5WiIgZmlsbD0iI0YxMTg2OSIvPgo8cGF0aCBkPSJNNy4yMjI2MSA0NS43MzI4QzE4LjUzOCAzNi4wNTYgMzIuMDQ0MSAyOS45NjMyIDQ3LjE2MTUgMjkuOTI3NEM2Mi4yNTI3IDI5LjcxNDIgNzYuODU2NCAzNS4yMTQxIDg3Ljk4NzUgNDUuMzAyN0M5MS44OTgxIDQ4Ljg4NjcgOTcuODU0NiA0My4xMzQ0IDkzLjkyNTggMzkuNDc4N0M4MS4yMzcyIDI3Ljg0NjUgNjQuNTQ2NSAyMS40MzgzIDQ3LjI1MiAyMS41NTg4QzI5Ljg1MzQgMjEuNTU4OCAxNC4zOTIxIDI4LjcyNjggMS4zNzQ4MSAzOS43ODM0Qy0yLjY5ODc0IDQzLjI3NzcgMy4xODUyNyA0OS4xMzc2IDcuMjc2OTIgNDUuNjYxMUw3LjIyMjYxIDQ1LjczMjhaIiBmaWxsPSIjRjExODY5Ii8+CjxwYXRoIGQ9Ik0xNy4xOTczIDY0LjY3NDNDMjAuOTY5OSA2MC41MDcgMjUuNTczOSA1Ny4xNTg2IDMwLjcxOTIgNTQuODQwNUMzNS44NjQ0IDUyLjUyMjMgNDEuNDM5MSA1MS4yODQ3IDQ3LjA5MTggNTEuMjA1NUM1Mi43NDQ0IDUxLjEyNjQgNTguMzUyMyA1Mi4yMDc1IDYzLjU2MTcgNTQuMzgwN0M2OC43NzExIDU2LjU1MzkgNzMuNDY5IDU5Ljc3MiA3Ny4zNTkxIDYzLjgzMjFDODEuMTI0OSA2Ny42NDkgODcuMDYzMiA2MS44MjUgODMuMjk3NCA1Ny45OTAyQzc4LjYzMDIgNTMuMTYyMSA3My4wMTA4IDQ5LjMzNDMgNjYuNzg3NyA0Ni43NDQxQzYwLjU2NDUgNDQuMTUzOCA1My44NzAyIDQyLjg1NjIgNDcuMTE5NiA0Mi45MzE4QzQwLjM2OSA0My4wMDc0IDMzLjcwNiA0NC40NTQ2IDI3LjU0MzYgNDcuMTgzNkMyMS4zODEzIDQ5LjkxMjUgMTUuODUwOSA1My44NjUyIDExLjI5NTIgNTguNzk2NkM3LjY3NDI3IDYyLjcwMzEgMTMuNTIyMSA2OC41OTg4IDE3LjE5NzMgNjQuNjc0M1oiIGZpbGw9IiNGMTE4NjkiLz4KPHBhdGggZD0iTTExNy42NjQgMzAuMTIyOUMxMTkuODYgMTcuODMzNyAxMTEuNTc1IDYuMTA5MjMgOTkuMTU5IDMuOTM1NjZDODYuNzQzIDEuNzYyMSA3NC44OTc3IDkuOTYyNTIgNzIuNzAxNyAyMi4yNTE4QzcwLjUwNTggMzQuNTQxIDc4Ljc5MDcgNDYuMjY1NCA5MS4yMDY3IDQ4LjQzOUMxMDMuNjIzIDUwLjYxMjYgMTE1LjQ2OCA0Mi40MTIyIDExNy42NjQgMzAuMTIyOVoiIGZpbGw9IiNGMTE4NjkiLz4KPHBhdGggZD0iTTEwNC41OTIgMTkuODY3NUwxMDEuMzU0IDE2LjY2MTZMODYuODQ4OSAzMS4wMTgyTDkwLjA4NzggMzQuMjI0TDEwNC41OTIgMTkuODY3NVoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik05MC4wOTYzIDE2LjY0NDNMODYuODU3NCAxOS44NTAxTDEwMS4zNjIgMzQuMjA2N0wxMDQuNjAxIDMxLjAwMDhMOTAuMDk2MyAxNi42NDQzWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==") no-repeat; }
  @media screen and (max-width: 768px) {
    #uk-modal article {
      background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODMiIGhlaWdodD0iNjYiIHZpZXdCb3g9IjAgMCA4MyA2NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTM3LjcwODQgNjAuMzYwMUMzNy43MDYgNjEuMzQzOCAzNy40MDk3IDYyLjMwNDggMzYuODU2OSA2My4xMjEyQzM2LjMwNDIgNjMuOTM3NyAzNS41MTk5IDY0LjU3MyAzNC42MDM0IDY0Ljk0NjdDMzMuNjg2OCA2NS4zMjA0IDMyLjY3OTIgNjUuNDE1NyAzMS43MDgxIDY1LjIyMDVDMzAuNzM3IDY1LjAyNTQgMjkuODQ2IDY0LjU0ODUgMjkuMTQ3OSA2My44NTA0QzI4LjQ0OTkgNjMuMTUyMiAyNy45NzYyIDYyLjI2NDEgMjcuNzg2NyA2MS4yOTg1QzI3LjU5NzMgNjAuMzMyOSAyNy43MDA2IDU5LjMzMzEgMjguMDgzNyA1OC40MjU5QzI4LjQ2NjcgNTcuNTE4NiAyOS4xMTIzIDU2Ljc0NDYgMjkuOTM4NiA1Ni4yMDE4QzMwLjc2NSA1NS42NTg5IDMxLjczNDkgNTUuMzcxNyAzMi43MjU3IDU1LjM3NjVDMzQuMDUwNSA1NS4zODYxIDM1LjMxNzkgNTUuOTE1NCAzNi4yNTEzIDU2Ljg0ODlDMzcuMTg0NiA1Ny43ODI1IDM3LjcwODUgNTkuMDQ0NiAzNy43MDg0IDYwLjM2MDFaIiBmaWxsPSIjRjExODY5Ii8+CjxwYXRoIGQ9Ik0yMi42OTk0IDUzLjk3M0MyMy45NzY5IDUyLjYwNzUgMjUuNTIwMiA1MS41MTM2IDI3LjIzNTggNTAuNzU3NEMyOC45NTEzIDUwLjAwMTMgMzAuODAzNiA0OS41OTg2IDMyLjY4MDUgNDkuNTczN0MzNC41NTczIDQ5LjU0ODggMzYuNDE5OCA0OS45MDIzIDM4LjE1NTEgNTAuNjEyN0MzOS44OTA0IDUxLjMyMzEgNDEuNDYyNSA1Mi4zNzU3IDQyLjc3NjMgNTMuNzA2OEM0NS4zMzQ2IDU2LjI3MTIgNDkuMzMwNSA1Mi4zNCA0Ni43NzIyIDQ5Ljc3NTdDNDQuOTMzMSA0Ny45MzU0IDQyLjc0MTkgNDYuNDc5MSA0MC4zMjc1IDQ1LjQ5MjJDMzcuOTEzMSA0NC41MDU0IDM1LjMyNDMgNDQuMDA4MSAzMi43MTM0IDQ0LjAyOTVDMzAuMTAyNiA0NC4wNTA5IDI3LjUyMjQgNDQuNTkwNiAyNS4xMjQ3IDQ1LjYxNjlDMjIuNzI3MSA0Ni42NDMyIDIwLjU2MDQgNDguMTM1NCAxOC43NTIyIDUwLjAwNTVDMTYuMjU0OCA1Mi42MDYxIDIwLjIxNDEgNTYuNTg1NyAyMi43MjM4IDUzLjk3M0gyMi42OTk0WiIgZmlsbD0iI0YxMTg2OSIvPgo8cGF0aCBkPSJNNS42OTMwOCAzMC44Njk0QzEzLjMwNzIgMjQuMzM3NSAyMi4zOTU0IDIwLjIyNDkgMzIuNTY3OSAyMC4yMDA3QzQyLjcyMjcgMjAuMDU2OCA1Mi41NDk1IDIzLjc2OTIgNjAuMDM5NiAzMC41NzlDNjIuNjcxIDMyLjk5ODIgNjYuNjc5MSAyOS4xMTU0IDY0LjAzNTUgMjYuNjQ3OUM1NS40OTczIDE4Ljc5NjEgNDQuMjY2MiAxNC40NzA2IDMyLjYyODggMTQuNTUxOUMyMC45MjEzIDE0LjU1MTkgMTAuNTE3NCAxOS4zOTAzIDEuNzU4MTEgMjYuODUzNUMtMC45ODI5NjYgMjkuMjEyMiAyLjk3NjM3IDMzLjE2NzYgNS43Mjk2MyAzMC44MjFMNS42OTMwOCAzMC44Njk0WiIgZmlsbD0iI0YxMTg2OSIvPgo8cGF0aCBkPSJNMTIuNDA0OSA0My42NTUzQzE0Ljk0MzQgNDAuODQyNCAxOC4wNDE1IDM4LjU4MjMgMjEuNTAzNyAzNy4wMTc1QzI0Ljk2NTkgMzUuNDUyNyAyOC43MTcyIDM0LjYxNzMgMzIuNTIwOCAzNC41NjM5QzM2LjMyNDQgMzQuNTEwNSA0MC4wOTc5IDM1LjI0MDIgNDMuNjAzNCAzNi43MDcxQzQ3LjEwODcgMzguMTc0IDUwLjI3IDQwLjM0NjMgNTIuODg3NiA0My4wODY4QzU1LjQyMTYgNDUuNjYzMyA1OS40MTc1IDQxLjczMjEgNTYuODgzNSAzOS4xNDM1QzUzLjc0MjkgMzUuODg0NiA0OS45NjE3IDMzLjMwMDggNDUuNzc0MSAzMS41NTI0QzQxLjU4NjYgMjkuODA0IDM3LjA4MiAyOC45MjgxIDMyLjUzOTUgMjguOTc5MkMyNy45OTcgMjkuMDMwMiAyMy41MTM2IDMwLjAwNyAxOS4zNjY5IDMxLjg0OTFDMTUuMjIwMyAzMy42OTExIDExLjQ5ODkgMzYuMzU5MiA4LjQzMzM5IDM5LjY4NzhDNS45OTY4NyA0Mi4zMjQ4IDkuOTMxODQgNDYuMzA0MyAxMi40MDQ5IDQzLjY1NTNaIiBmaWxsPSIjRjExODY5Ii8+CjxwYXRoIGQ9Ik04MC4wMDg2IDIwLjMzMjdDODEuNDg2MiAxMi4wMzc1IDc1LjkxMTMgNC4xMjM0NyA2Ny41NTY3IDIuNjU2MzFDNTkuMjAyIDEuMTg5MTYgNTEuMjMxMyA2LjcyNDQ0IDQ5Ljc1MzcgMTUuMDE5N0M0OC4yNzYgMjMuMzE0OSA1My44NTA5IDMxLjIyODkgNjIuMjA1NiAzMi42OTYxQzcwLjU2MDIgMzQuMTYzMiA3OC41MzA5IDI4LjYyOCA4MC4wMDg2IDIwLjMzMjdaIiBmaWxsPSIjRjExODY5Ii8+CjxwYXRoIGQ9Ik03MS4yMTI2IDEzLjQxMDVMNjkuMDMzMiAxMS4yNDY2TDU5LjI3MzEgMjAuOTM3M0w2MS40NTI1IDIzLjEwMTJMNzEuMjEyNiAxMy40MTA1WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTYxLjQ1ODcgMTEuMjM1TDU5LjI3OTMgMTMuMzk4OUw2OS4wMzk0IDIzLjA4OTZMNzEuMjE4OCAyMC45MjU3TDYxLjQ1ODcgMTEuMjM1WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==") no-repeat;
      width: 82px;
      height: 65px; } }

#uk-modal h1,
#uk-modal h2 {
  font-family: "Brandon regular", sans-serif;
  color: #000000;
  font-size: 45px;
  font-weight: 420;
  text-transform: uppercase;
  margin-top: 30px; }
  @media screen and (max-width: 768px) {
    #uk-modal h1,
    #uk-modal h2 {
      margin-top: 5vw;
      font-size: 26px; } }

#uk-modal h2 {
  font-size: 36px;
  white-space: nowrap; }
  @media screen and (max-width: 768px) {
    #uk-modal h2 {
      margin-top: 5vw;
      font-size: 20px;
      white-space: initial; } }

#uk-modal p {
  font-family: "Open Sans", sans-serif;
  color: #000000;
  font-size: 18px;
  line-height: 32px;
  margin: 0;
  font-weight: 400; }
  @media screen and (max-width: 768px) {
    #uk-modal p {
      font-size: 14px; } }

#uk-modal button {
  font-size: 16px;
  width: 172px;
  height: 60px;
  margin: 0 auto;
  text-transform: uppercase;
  margin-top: 30px; }
  @media screen and (max-width: 768px) {
    #uk-modal button {
      margin-top: 5vw;
      font-size: 12px;
      height: 46px; } }
  #uk-modal button:hover {
    color: #f11869; }

/**
 * Swiper 5.3.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 11, 2020
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */ }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper--disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev"; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next"; }

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff; }

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000; }

.swiper-button-lock {
  display: none; }

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */ }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
  white-space: nowrap;
  width: 100% !important; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical
> .swiper-pagination-bullets
.swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical
> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical
> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top; }

.swiper-container-horizontal
> .swiper-pagination-bullets
.swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal
> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal
> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
  transition: 200ms transform, 200ms left; }

.swiper-container-horizontal.swiper-container-rtl
> .swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
  transition: 200ms transform, 200ms right; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-container-rtl
.swiper-pagination-progressbar
.swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
> .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal
> .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff; }

.swiper-pagination-black {
  --swiper-pagination-color: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */ }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

@media screen and (min-width: 961px) {
  #construction #section-hero-construction #awards-slider {
    display: none; } }

#construction #section-hero-construction #awards-slider.swiper-container {
  margin-top: 50px;
  height: 15vh;
  max-width: 300px; }

#construction #section-hero-construction #awards-slider .col-construction {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px; }

#construction #section-hero-construction #awards-slider .image-container {
  width: 60px; }

.swiper-reviews {
  height: 100%; }

.swiper-engineering {
  margin-bottom: 10vh; }

.swiper-blogs .swiper-wrapper .col {
  height: 100%; }

.swiper-cases .swiper-wrapper .col {
  height: 100%; }

.swiper-engineering .swiper-wrapper .col {
  height: 100%; }

.swiper-container {
  width: 100%; }
  .section-reviews .swiper-container {
    overflow: visible; }
  .hero-aboutus .swiper-container {
    position: absolute;
    top: 0;
    height: 100%; }
    @media screen and (max-width: 960px) {
      .hero-aboutus .swiper-container {
        display: flex;
        flex-direction: column; } }
  .hero-blog .swiper-container {
    height: 100%; }
  @media screen and (max-width: 640px) {
    .section-engineering .swiper-container,
    .section-blogs .swiper-container {
      width: 80%; } }
  @media screen and (max-width: 475px) {
    .section-engineering .swiper-container,
    .section-blogs .swiper-container {
      width: 100%; } }

.section-engineering .swiper-wrapper {
  padding: 1.5vh 0; }

.section-blogs .swiper-wrapper {
  padding: 1.5vh 0; }

@media screen and (max-width: 960px) {
  .swiper-heroAboutus .swiper-wrapper {
    flex-grow: 1;
    height: unset; } }

.swiper-slide {
  height: auto; }
  #construction .swiper-slide .slide-number-mobile {
    font-weight: 420;
    font-size: 18px;
    line-height: 140%;
    color: #f11869;
    text-transform: uppercase;
    margin-right: 15px; }
  #caseStudiesIndustries .swiper-slide {
    height: inherit; }
  .swiper-reviews .swiper-slide {
    min-height: 100vh;
    padding: 9vh 0;
    height: 100%;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 960px) {
      .swiper-reviews .swiper-slide {
        padding: 5vh 0;
        height: auto; } }

.swiper-button-basic {
  position: absolute;
  left: 15px;
  cursor: pointer;
  background-color: white;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center; }
  .swiper-button-basic.swiper-button-disabled {
    cursor: auto;
    background-color: rgba(0, 0, 0, 0.1); }

.swiper-button-prev-custom {
  top: calc(50% + 35px); }
  .swiper-button-prev-custom:before {
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 10px solid #65addd;
    margin-right: 2px; }

.swiper-button-next-custom {
  top: calc(50% - 35px); }
  .swiper-button-next-custom:before {
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #65addd;
    margin-left: 2px; }

.pagination-custom {
  text-align: center;
  margin-top: 5vh; }
  @media screen and (max-width: 960px) {
    #caseStudiesIndustries .pagination-custom {
      margin-top: 2vh; } }
  .pagination-custom .swiper-pagination-bullet {
    background-color: transparent;
    border: 1px solid #f11869;
    opacity: 0.8; }
    .pagination-custom .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: #f11869;
      opacity: 1; }
  .pagination-custom.swiper-pagination-aboutus, .pagination-custom.swiper-pagination-blog {
    position: absolute;
    bottom: 0;
    margin-bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    white-space: nowrap; }
    .pagination-custom.swiper-pagination-aboutus > *, .pagination-custom.swiper-pagination-blog > * {
      margin: 0 4px;
      padding: 4px; }
  .pagination-custom.swiper-pagination-aboutus {
    display: none; }
    @media screen and (max-width: 960px) {
      .pagination-custom.swiper-pagination-aboutus {
        display: block;
        bottom: 6.5%; } }

#construction #awards-slider .swiper-pagination-bullet,
#construction #construction-blogs .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid #f11869;
  opacity: 0.8; }
  #construction #awards-slider .swiper-pagination-bullet.swiper-pagination-bullet-active,
  #construction #construction-blogs .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #f11869;
    opacity: 1; }

#construction #constructionTestimonials,
#industries #constructionTestimonials {
  /* CSS стили для позиционирования стрелок слайдера */ }
  #construction #constructionTestimonials .pagination-custom,
  #industries #constructionTestimonials .pagination-custom {
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 1700px) {
      #construction #constructionTestimonials .pagination-custom,
      #industries #constructionTestimonials .pagination-custom {
        bottom: 36%; } }
  #construction #constructionTestimonials .swiper-button-next,
  #construction #constructionTestimonials .swiper-button-prev,
  #industries #constructionTestimonials .swiper-button-next,
  #industries #constructionTestimonials .swiper-button-prev {
    background-size: cover;
    width: 52px;
    height: 52px;
    top: 46%;
    transform: translate(0%, -50%); }
    #construction #constructionTestimonials .swiper-button-next::after,
    #construction #constructionTestimonials .swiper-button-prev::after,
    #industries #constructionTestimonials .swiper-button-next::after,
    #industries #constructionTestimonials .swiper-button-prev::after {
      display: none; }
    @media screen and (max-width: 1870px) {
      #construction #constructionTestimonials .swiper-button-next,
      #construction #constructionTestimonials .swiper-button-prev,
      #industries #constructionTestimonials .swiper-button-next,
      #industries #constructionTestimonials .swiper-button-prev {
        top: 49%; } }
    @media screen and (max-width: 1700px) {
      #construction #constructionTestimonials .swiper-button-next,
      #construction #constructionTestimonials .swiper-button-prev,
      #industries #constructionTestimonials .swiper-button-next,
      #industries #constructionTestimonials .swiper-button-prev {
        top: 34%; } }
    @media screen and (max-width: 1630px) {
      #construction #constructionTestimonials .swiper-button-next,
      #construction #constructionTestimonials .swiper-button-prev,
      #industries #constructionTestimonials .swiper-button-next,
      #industries #constructionTestimonials .swiper-button-prev {
        top: 34%; } }
    @media screen and (max-width: 1570px) {
      #construction #constructionTestimonials .swiper-button-next,
      #construction #constructionTestimonials .swiper-button-prev,
      #industries #constructionTestimonials .swiper-button-next,
      #industries #constructionTestimonials .swiper-button-prev {
        top: 35%; } }
    @media screen and (max-width: 1370px) {
      #construction #constructionTestimonials .swiper-button-next,
      #construction #constructionTestimonials .swiper-button-prev,
      #industries #constructionTestimonials .swiper-button-next,
      #industries #constructionTestimonials .swiper-button-prev {
        top: 39%; } }
    @media screen and (max-width: 1280px) {
      #construction #constructionTestimonials .swiper-button-next,
      #construction #constructionTestimonials .swiper-button-prev,
      #industries #constructionTestimonials .swiper-button-next,
      #industries #constructionTestimonials .swiper-button-prev {
        top: 38%; } }
    @media screen and (max-width: 1240px) {
      #construction #constructionTestimonials .swiper-button-next,
      #construction #constructionTestimonials .swiper-button-prev,
      #industries #constructionTestimonials .swiper-button-next,
      #industries #constructionTestimonials .swiper-button-prev {
        top: 34%; } }
    #construction #constructionTestimonials .swiper-button-next.swiper-button-disabled,
    #construction #constructionTestimonials .swiper-button-prev.swiper-button-disabled,
    #industries #constructionTestimonials .swiper-button-next.swiper-button-disabled,
    #industries #constructionTestimonials .swiper-button-prev.swiper-button-disabled {
      opacity: 0.3; }
  #construction #constructionTestimonials .swiper-button-next,
  #industries #constructionTestimonials .swiper-button-next {
    right: 4%;
    background-image: url("../../images/construction/construction-arrow-right.svg"); }
  #construction #constructionTestimonials .swiper-button-prev,
  #industries #constructionTestimonials .swiper-button-prev {
    left: 4%;
    background-image: url("../../images/construction/construction-arrow-left.svg"); }
  #construction #constructionTestimonials .uk-position-center-left,
  #construction #constructionTestimonials .uk-position-center-right,
  #industries #constructionTestimonials .uk-position-center-left,
  #industries #constructionTestimonials .uk-position-center-right {
    transform: translateY(-12vh);
    margin-top: 0;
    /* Убираем верхний отступ */
    margin-bottom: 0;
    /* Убираем нижний отступ */ }
  #construction #constructionTestimonials .uk-position-center-left,
  #industries #constructionTestimonials .uk-position-center-left {
    left: 5%;
    /* Расположение стрелки "влево" слева */ }
  #construction #constructionTestimonials .uk-position-center-right,
  #industries #constructionTestimonials .uk-position-center-right {
    right: 5%;
    /* Расположение стрелки "вправо" справа */ }
  #construction #constructionTestimonials .swiper-pagination-bullet,
  #industries #constructionTestimonials .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    opacity: 0.4;
    border: 2px solid #373739; }
    #construction #constructionTestimonials .swiper-pagination-bullet-active,
    #industries #constructionTestimonials .swiper-pagination-bullet-active {
      background: transparent;
      opacity: 1;
      border-color: #f11869; }
  #construction #constructionTestimonials.machineLearning .swiper-pagination-bullet:not(.swiper-pagination-bullet-active),
  #industries #constructionTestimonials.machineLearning .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    border: 2px solid #ffffff; }

#caseStudiesIndustries .swiper-container,
#caseStudiesIndustries .swiper-wrapper {
  width: 90%; }
  @media screen and (max-width: 960px) {
    #caseStudiesIndustries .swiper-container,
    #caseStudiesIndustries .swiper-wrapper {
      width: initial; } }

#caseStudiesIndustries .swiper-button-next,
#caseStudiesIndustries .swiper-button-prev {
  background-size: cover;
  width: 52px;
  height: 52px; }
  @media screen and (max-width: 960px) {
    #caseStudiesIndustries .swiper-button-next,
    #caseStudiesIndustries .swiper-button-prev {
      display: none; } }
  #caseStudiesIndustries .swiper-button-next::after,
  #caseStudiesIndustries .swiper-button-prev::after {
    display: none; }
  #caseStudiesIndustries .swiper-button-next.swiper-button-disabled,
  #caseStudiesIndustries .swiper-button-prev.swiper-button-disabled {
    opacity: 0.3; }

#caseStudiesIndustries .swiper-button-next {
  right: 2vw;
  background-image: url("../../images/construction/construction-arrow-right.svg"); }

#caseStudiesIndustries .swiper-button-prev {
  left: 2vw;
  background-image: url("../../images/construction/construction-arrow-left.svg"); }

#caseStudiesIndustries .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  opacity: 0.4;
  border: 2px solid #373739; }
  #caseStudiesIndustries .swiper-pagination-bullet-active {
    background: transparent;
    opacity: 1;
    border-color: #f11869; }

@media screen and (min-width: 961px) {
  .main.main-homepage #constructionBlogsHome .swiper-container {
    width: 90%; } }

#swiper-saas-slider p {
  font-family: "Open Sans", sans-serif; }

#swiper-saas-slider .section-p {
  opacity: 0.8; }

.form {
  background: #ffffff0a;
  padding: 9vh;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  gap: 12px;
  /* Увеличиваем область активности */ }
  @media screen and (max-width: 475px) {
    .form .submit-button {
      width: 100% !important; } }
  .uk-modal-dialog .form {
    background: #313234; }
    @media screen and (max-width: 960px) {
      .uk-modal-dialog .form {
        background: radial-gradient(79.17% 100% at 50% 0%, #38383b 0%, #131316 100%);
        padding: 5% 7%;
        height: 100vh; } }
    .uk-modal-dialog .form#form-contact {
      padding: 9vh !important; }
      @media screen and (max-width: 960px) {
        .uk-modal-dialog .form#form-contact {
          padding: 5% 7% !important; } }
  @media screen and (max-width: 1280px) {
    .form {
      padding: 7vh 5vh; } }
  @media screen and (max-width: 960px) {
    .form {
      padding: 0;
      background-color: transparent;
      background: transparent;
      background: none; } }
  .form-layout {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
    .form-layout.row-main {
      margin-bottom: 3.8vh;
      width: 100%;
      flex-wrap: nowrap;
      gap: 20px;
      justify-content: space-between; }
      @media screen and (max-width: 768px) {
        .form-layout.row-main {
          margin-bottom: 0;
          align-items: start;
          flex-direction: column; } }
      @media screen and (max-width: 768px) {
        .form-layout.row-main > * {
          margin-bottom: 2vh; } }
    .form-layout.row-secondary {
      width: 100%;
      align-items: flex-end;
      justify-content: start; }
    .form-layout.row-options {
      width: 100%; }
      .form-layout.row-options .form-optionals {
        margin-bottom: 2vh; }
        #form-apply .form-layout.row-options .form-optionals:nth-child(2) {
          margin-bottom: 0; }
      .form-layout.row-options .form-optionals-tab {
        height: 35px;
        border-radius: 18px;
        background-color: #161618;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center; }
        .form-layout.row-options .form-optionals-tab .col {
          height: 100%;
          background-color: transparent;
          display: flex;
          justify-content: center;
          align-items: center;
          text-decoration: none;
          color: rgba(255, 255, 255, 0.8);
          font-size: 0.75rem;
          font-weight: 300;
          line-height: normal;
          letter-spacing: 0.55px;
          transition-duration: 0.3s;
          text-transform: none;
          width: 100%;
          border: none;
          outline: none;
          cursor: pointer;
          text-align: center; }
          .form-layout.row-options .form-optionals-tab .col.selected {
            color: #ffffff;
            background-color: #f11869;
            font-weight: 600; }
          .form-layout.row-options .form-optionals-tab .col.col-1-5 {
            width: 20%; }
          .form-layout.row-options .form-optionals-tab .col.col-rounded {
            border-radius: 18px; }
    .form-layout.row-additional {
      justify-content: flex-start;
      margin: 0 -36px;
      margin-bottom: 6vh;
      flex-wrap: nowrap; }
      .form-layout.row-additional > * {
        padding: 0 36px; }
      .form-layout.row-additional > *:first-child {
        flex-shrink: 0; }
        @media screen and (max-width: 475px) {
          .form-layout.row-additional > *:first-child {
            margin-bottom: 3.2vh; } }
      @media screen and (max-width: 1280px) {
        .form-layout.row-additional {
          margin: 0 -30px;
          margin-bottom: 2vh; }
          .form-layout.row-additional > * {
            padding: 0 30px; } }
      @media screen and (max-width: 475px) {
        .form-layout.row-additional {
          flex-wrap: wrap;
          margin-bottom: 8vh; } }
  .form-input {
    margin: 0;
    height: 49px; }
    .form-input#attachment-button {
      border-bottom: none;
      max-width: 125px; }
    .form-input.textarea {
      height: auto;
      min-height: 39px; }
  .form-style {
    font-size: 1.125rem;
    font-weight: 300;
    line-height: normal;
    width: 100%;
    border: none;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 0.82px;
    padding: 20px;
    margin: 0;
    outline: 0;
    background-color: transparent;
    font-family: "Open Sans", sans-serif;
    border: 1px solid rgba(201, 201, 201, 0.25);
    border-radius: 8px;
    height: 48px; }
    .form-style:focus {
      border-color: #f11869; }
    .form-style::placeholder {
      color: rgba(255, 255, 255, 0.8);
      font-size: 14px; }
    .form-style.form-attachment {
      display: none;
      position: relative; }
  .form-trackbar {
    padding: 0; }
  .form label.invisible {
    position: absolute;
    max-height: 0;
    opacity: 0;
    height: 0;
    width: 0; }
  .form label.visible, .form label.visible-second {
    display: block;
    margin: 10px 0;
    font-size: clamp(14px, calc(14px + (2 * ((100vw - 1362px) / 558))), 16px);
    color: #ffffff; }
  .form label.visible::after {
    content: "*";
    /* Добавляем звездочку */
    color: red;
    /* Задаем красный цвет */
    margin-left: 0;
    /* Отступ для звездочки */ }
  .form label.visible-second::after {
    content: "";
    /* Добавляем звездочку */
    margin-left: 0;
    /* Отступ для звездочки */ }
  .form .range-labels {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
    /* Расположение меток ниже бегунка */ }
  .form .range-labels span {
    color: rgba(255, 255, 255, 0.5);
    margin-left: 10px !important;
    font-size: 14px; }
  .form label.clickable {
    display: block;
    padding: 20px;
    background: -webkit-repeating-radial-gradient;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 100px;
    padding: 5px 12px 9px 12px;
    white-space: nowrap;
    font-size: 14px; }
  .form .file-container span {
    font-size: 14px; }
  .form .icon-paperclip {
    position: relative;
    display: inline-block;
    width: 20px;
    /* Ширина иконки */
    height: 20px;
    /* Высота иконки */
    margin-right: 10px;
    margin-top: auto;
    transform: translateY(5px) scale(0.8); }
  .form .icon-paperclip::before {
    content: url("../images/industries/paperclip.svg");
    position: absolute;
    top: -5px;
    /* Увеличиваем область вверх */
    left: -5px;
    /* Увеличиваем область влево */
    width: 30px;
    /* Ширина увеличенной области */
    height: 30px;
    /* Высота увеличенной области */ }
  .form#form-apply .icon-paperclip {
    width: auto; }
  .form-area {
    margin-bottom: 0.8vh; }
  .form-textarea {
    resize: none;
    height: 91px;
    overflow-y: auto;
    display: block; }
    @media screen and (max-width: 960px) {
      .uk-modal-dialog .form-textarea {
        height: auto;
        max-height: 90px;
        min-height: 80px; } }
  .form-subtitle {
    font-size: clamp(14px, calc(14px + (2 * ((100vw - 1362px) / 558))), 16px);
    text-transform: capitalize;
    color: #ffffff; }
    .form-optionals .form-subtitle {
      margin: 2vh 0 !important; }
      @media screen and (max-width: 960px) {
        .form-optionals .form-subtitle {
          margin: 0 0 2vh 0 !important; } }
    .form-budget .form-subtitle {
      margin: 2vh 0 !important;
      text-transform: none; }
      @media screen and (max-width: 960px) {
        .form-budget .form-subtitle {
          margin: 0 0 2vh 0 !important; } }

.error-message-field {
  position: absolute;
  text-align: right;
  line-height: 1.5;
  color: red;
  font-size: 0.75rem;
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
  width: 30vw;
  max-width: 340px;
  gap: 15px; }
  @media screen and (max-width: 960px) {
    .error-message-field {
      position: relative;
      width: initial; } }
  #formContactIndustries .error-message-field {
    position: relative;
    text-align: left;
    margin-bottom: 1vw;
    max-width: 300px; }

.section-list {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 20px;
  list-style-type: none;
  padding-left: 0; }
  .section-list > li {
    font-size: 1.3125rem;
    font-weight: 300;
    line-height: normal;
    color: #ffffff;
    text-align: left;
    margin: 0;
    margin-bottom: 4.5vh;
    padding: 0; }
    .section-list > li > a {
      display: inline-block;
      padding: 0;
      margin: 0;
      color: #ffffff;
      text-decoration: none; }
      .section-workwithus .section-list > li > a {
        margin-top: 2vh; }
        @media screen and (max-width: 640px) {
          .section-workwithus .section-list > li > a {
            font-size: 1.15rem;
            word-break: break-all; } }
    .section-list > li > p {
      padding: 0;
      margin: 0; }

.list-tuition {
  margin: 0;
  padding: 0; }
  .list-tuition li {
    list-style-type: none;
    margin-left: 18px;
    margin-bottom: 2.8vh;
    font-size: 1.375rem;
    line-height: 1.82; }
    .list-tuition li:last-child {
      margin-bottom: 0; }
    @media screen and (max-width: 640px) {
      .list-tuition li {
        font-size: 1.125rem; } }
    .list-tuition li:before {
      margin-left: -18px;
      margin-right: 10px;
      margin-bottom: 4px;
      display: inline-block;
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      border: 2px solid #f11869; }

.list-discovery {
  margin: 0;
  padding: 0; }
  #discoveryPhaseDiscovery .list-discovery {
    list-style-type: none; }
  @media screen and (max-width: 768px) {
    #industriesConstraction .list-discovery,
    #industriesSports .list-discovery,
    #industriesLogistics .list-discovery,
    #industriesRealEstate .list-discovery,
    #constructionSoftware.startups .list-discovery {
      margin-bottom: 0.9vw; } }
  #industriesConstraction .list-discovery .mobile-item,
  #industriesSports .list-discovery .mobile-item,
  #industriesLogistics .list-discovery .mobile-item,
  #industriesRealEstate .list-discovery .mobile-item,
  #constructionSoftware.startups .list-discovery .mobile-item {
    display: none; }
    @media screen and (max-width: 768px) {
      #industriesConstraction .list-discovery .mobile-item,
      #industriesSports .list-discovery .mobile-item,
      #industriesLogistics .list-discovery .mobile-item,
      #industriesRealEstate .list-discovery .mobile-item,
      #constructionSoftware.startups .list-discovery .mobile-item {
        display: block; } }
  .list-discovery.right-column {
    margin-left: -120px; }
    @media screen and (max-width: 1700px) {
      .list-discovery.right-column {
        margin-left: -8vw; } }
    @media screen and (max-width: 1320px) {
      .list-discovery.right-column {
        margin-left: -5vw; } }
    @media screen and (max-width: 1024px) {
      .list-discovery.right-column {
        margin-left: -4.5vw; } }
    @media screen and (max-width: 960px) {
      .list-discovery.right-column {
        margin-left: initial; } }
    @media screen and (max-width: 768px) {
      .list-discovery.right-column {
        display: none; } }
  .list-discovery li {
    list-style-type: none;
    margin-left: 18px;
    margin-bottom: 2vh;
    font-size: 1.125rem;
    font-weight: normal;
    line-height: 32px;
    position: relative; }
    .list-discovery li p {
      font-size: clamp(15px, 1.172vw, 18px); }
    .list-discovery li b {
      font-size: clamp(16px, 1vw, 18px); }
    #discoveryPhaseProcess .list-discovery li,
    #discoveryPhaseDiscovery .list-discovery li {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-direction: column;
      gap: 0;
      margin: 0; }
      #discoveryPhaseProcess .list-discovery li img,
      #discoveryPhaseDiscovery .list-discovery li img {
        margin-bottom: 20px; }
    #discoveryPhaseProcess .list-discovery li {
      gap: 0; }
    .list-discovery li:last-child {
      margin-bottom: 0; }
    .list-discovery li b {
      color: #54545d;
      font-weight: 600; }
    #discoveryPhaseProcess .list-discovery li b,
    #discoveryPhaseDiscovery .list-discovery li b {
      text-transform: uppercase; }
      #discoveryPhaseProcess .list-discovery li b.number,
      #discoveryPhaseDiscovery .list-discovery li b.number {
        color: #f11869;
        margin-right: 10px; }
    #discoveryPhaseProcess .list-discovery li p {
      color: #54545d;
      margin: 0; }
    #discoveryPhaseDiscovery .list-discovery li p {
      color: #81818b;
      margin: 0; }
    .list-discovery li span {
      display: block;
      text-transform: uppercase;
      color: #323134;
      line-height: 1.94;
      margin-bottom: 1vh;
      font-weight: 600; }
    @media screen and (max-width: 640px) {
      .list-discovery li {
        font-size: 1rem; } }
    .list-discovery li:before {
      margin-left: -18px;
      margin-right: 10px;
      margin-bottom: 4px;
      display: inline-block;
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      border: 2px solid #f11869;
      position: absolute;
      top: 13px; }
      #industriesConstraction .list-discovery li:before,
      #industriesSports .list-discovery li:before,
      #industriesLogistics .list-discovery li:before,
      #industriesRealEstate .list-discovery li:before {
        top: 39%;
        border: 2px solid white; }
        @media screen and (max-width: 1640px) {
          #industriesConstraction .list-discovery li:before,
          #industriesSports .list-discovery li:before,
          #industriesLogistics .list-discovery li:before,
          #industriesRealEstate .list-discovery li:before {
            top: 35%; } }
        @media screen and (max-width: 1240px) {
          #industriesConstraction .list-discovery li:before,
          #industriesSports .list-discovery li:before,
          #industriesLogistics .list-discovery li:before,
          #industriesRealEstate .list-discovery li:before {
            top: 32%; } }
        @media screen and (max-width: 1024px) {
          #industriesConstraction .list-discovery li:before,
          #industriesSports .list-discovery li:before,
          #industriesLogistics .list-discovery li:before,
          #industriesRealEstate .list-discovery li:before {
            top: 30%; } }
        @media screen and (max-width: 960px) {
          #industriesConstraction .list-discovery li:before,
          #industriesSports .list-discovery li:before,
          #industriesLogistics .list-discovery li:before,
          #industriesRealEstate .list-discovery li:before {
            top: 35%; } }
        @media screen and (max-width: 768px) {
          #industriesConstraction .list-discovery li:before,
          #industriesSports .list-discovery li:before,
          #industriesLogistics .list-discovery li:before,
          #industriesRealEstate .list-discovery li:before {
            top: 38%; } }
      #industriesSports .list-discovery li:before,
      #industriesRealEstate .list-discovery li:before {
        border-color: #323134; }
      @media screen and (max-width: 640px) {
        .list-discovery li:before {
          top: 10px; } }
  #discoveryPhaseProcess .list-discovery li:before,
  #discoveryPhaseDiscovery .list-discovery li::before {
    display: none; }
  .list-discovery {
    margin-bottom: 5.2vh; }
    .list-discovery:last-child {
      margin-bottom: 0; }
  .list-discovery ul {
    padding: 0; }
    .list-discovery ul li {
      list-style-type: none;
      margin: 0;
      margin-bottom: 2vh; }
      .list-discovery ul li:before {
        display: none; }

@media screen and (max-width: 640px) {
  #industries .list-title {
    font-weight: 450; } }

.section-discoveryPhase .list-title {
  font-size: 1.75rem;
  letter-spacing: 1.27px;
  color: #323134;
  text-transform: uppercase;
  margin-bottom: 4.4vh; }
  @media screen and (max-width: 640px) {
    .section-discoveryPhase .list-title {
      font-size: 1.375rem; } }

#industries .list-title.industries-title {
  font-size: clamp(18px, 1.1vw, 22px); }

.section-discoveryPhase .list-subtitle {
  font-size: 1.375rem;
  line-height: 1.18;
  letter-spacing: 1px;
  color: #323134;
  text-transform: uppercase;
  margin-bottom: 2.4vh; }

#industriesConstraction li.nowrap,
#industriesSports li.nowrap,
#industriesLogistics li.nowrap,
#industriesRealEstate li.nowrap {
  white-space: nowrap;
  font-size: clamp(14px, 1vw, 18px); }
  #industriesConstraction li.nowrap p,
  #industriesSports li.nowrap p,
  #industriesLogistics li.nowrap p,
  #industriesRealEstate li.nowrap p {
    font-size: clamp(14px, 1vw, 18px); }

.list-filled {
  list-style: none;
  padding: 0;
  margin-left: 23px; }
  .list-filled li::before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10"><circle cx="5" cy="5" r="5" fill="%23F11869"/></svg>');
    color: #f11869;
    display: inline-block;
    position: absolute;
    margin-left: -1.35em;
    transform: translateY(3px); }

ul.common-list {
  padding: 0;
  list-style-type: none;
  transform: translateX(10%); }
  ul.common-list > li:before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10"><circle cx="5" cy="5" r="5" fill="%23F11869"/></svg>');
    color: #d44d7f;
    display: inline-block;
    position: absolute;
    margin-left: -1.35em; }

/* Customize the label (the container-checkbox) */
.container-checkbox {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: normal;
  opacity: 0.9;
  display: block;
  position: relative;
  padding-left: 34px;
  cursor: pointer;
  user-select: none;
  letter-spacing: 0.64px;
  color: white; }

/* Hide the browser's default checkbox */
.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border-radius: 2px;
  border: solid 1px rgba(255, 255, 255, 0.6); }

/* On mouse-over, add a grey background color
  .container-checkbox:hover input ~ .checkmark {
    background-color: rgba($color-main, 0.3);
  }
  */
/* When the checkbox is checked, add a blue background
  .container-checkbox input:checked ~ .checkmark {
    background-color: #2196F3;
  }
  */
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
  left: 50%;
  top: 50%;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  transform: translate(-50%, -60%) rotate(45deg); }

/* The slider itself */
.form-trackbar {
  -webkit-appearance: none;
  appearance: none;
  height: 3px;
  border: none;
  background: rgba(255, 255, 255, 0.2);
  outline: none;
  opacity: 0.7;
  transition: opacity 0.2s;
  outline: none; }

/* Mouse-over effects */
.form-trackbar:hover {
  opacity: 1; }

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.form-trackbar::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #f11869;
  background-color: #f11869;
  cursor: pointer;
  outline: none; }
  @media screen and (max-width: 960px) {
    .form-trackbar::-webkit-slider-thumb {
      transform: scale(1.5); } }

.form-trackbar::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #f11869;
  background-color: #f11869;
  cursor: pointer;
  outline: none; }
  @media screen and (max-width: 960px) {
    .form-trackbar::-moz-range-thumb {
      transform: scale(1.5); } }

@font-face {
  font-family: 'Open Sans', sans-serif;
  src: url("../../fonts/OpenSans-Regular.woff") format("woff"), url("../../fonts/OpenSans-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

.section {
  padding: 12vh 0;
  margin: 0;
  min-height: calc(100vh);
  height: fit-content;
  position: relative;
  z-index: 1;
  background-position: top;
  background-size: cover; }
  .section.transparent {
    background: transparent !important; }
  @media screen and (max-width: 960px) {
    .section#awards {
      min-height: max-content; }
      .section#awards #awardsTitle {
        margin-bottom: 0;
        transform: translateY(50px); }
    #about-us .section {
      padding: 3vh 0 !important; } }
  .section#ourReviews .clutch-widget {
    width: 215px; }
    @media screen and (max-width: 960px) {
      .section#ourReviews .clutch-widget {
        min-width: initial;
        width: 240px;
        margin-bottom: 30px; } }
  .section#saasDevelopment p {
    font-family: "Open Sans", sans-serif; }
  .section#saasDevelopment .section-p {
    opacity: 0.8; }
  .section.noised {
    position: relative;
    z-index: 0;
    background-color: #161619 !important;
    /* Цвет фона */ }
  .section.noised::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../images/homepage/homepage-background.png);
    opacity: 0.05;
    z-index: 1; }
  .section.dark-section {
    background: linear-gradient(154.08deg, #636265 -1.9%, #131316 81.01%) !important; }
    .section.dark-section.dark-section-secondary {
      background: url(/images/idx/background-second.png) no-repeat !important;
      background-size: cover !important; }
    .section.dark-section.dark-section-third {
      background: linear-gradient(161.46deg, #636265 -59.47%, #131316 130.84%), linear-gradient(0deg, #0c070b, #0c070b);
      background-size: cover !important; }
    .section.dark-section.transparent {
      background: transparent !important; }
    .section.dark-section p,
    .section.dark-section li,
    .section.dark-section h1,
    .section.dark-section h2,
    .section.dark-section h3,
    .section.dark-section h4 {
      color: white !important; }
  .section.white-section {
    background: none !important; }
    .section.white-section p:not(.construction-scrolldown-text),
    .section.white-section li,
    .section.white-section h1,
    .section.white-section h2,
    .section.white-section h3,
    .section.white-section h4 {
      color: #373739 !important; }
  .section.white-font p:not(.construction-scrolldown-text),
  .section.white-font li,
  .section.white-font h3,
  .section.white-font h4 {
    color: white !important; }
  @media screen and (min-width: 961px) {
    .section#partnership.mysyla .section-layout {
      flex-wrap: nowrap; }
      .section#partnership.mysyla .section-layout .section-main {
        max-width: 850px;
        width: 60vw; } }
  .section#ama-analysis {
    background-image: url(/images/athletic-motion-analysis/football-player-bg.png);
    background-repeat: no-repeat;
    background-position: 100% 30%;
    background-size: auto; }
  .section#aiCases {
    background-image: url(/images/homepage/ai-cases/ai-cases-bg-lines.webp);
    background-repeat: no-repeat; }
  .section#ai-cases-preview, .section#ai-solutions {
    background: #131316;
    background-image: url(/images/homepage/ai-cases/ai-cases-bg-lines.png);
    background-repeat: no-repeat; }
    .section#ai-cases-preview .section-layout, .section#ai-solutions .section-layout {
      align-items: center; }
    .section#ai-cases-preview h2, .section#ai-solutions h2 {
      font-size: clamp(26px, 2.343vw, 40px);
      text-align: left;
      color: #ffffff; }
    .section#ai-cases-preview p, .section#ai-solutions p {
      font-size: clamp(14px, 1.1vw, 16px);
      line-height: clamp(24px, 1.35vw, 26px);
      color: #ffffff; }
  .section#ai-solutions {
    background: #161619;
    background-image: url(/images/homepage/ai-cases/ai-cases-bg.png);
    background-repeat: no-repeat;
    background-repeat: no-repeat; }
    @media screen and (min-width: 961px) {
      .section#ai-solutions .section-layout .col {
        width: 47%; } }
    @media screen and (max-width: 1260px) {
      .section#ai-solutions .section-layout {
        flex-direction: row-reverse; } }
    .section#ai-solutions h2,
    .section#ai-solutions p {
      margin: 0 0 2.5vh 0; }
    .section#ai-solutions ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
    .section#ai-solutions li {
      display: flex; }
    .section#ai-solutions li::before {
      content: "";
      display: inline-block;
      width: 32px;
      /* Ширина изображения */
      height: 32px;
      /* Высота изображения */
      background-size: cover;
      margin-right: 10px;
      /* Отступ между изображением и текстом */ }
    @media screen and (max-width: 960px) {
      .section#ai-solutions li::before {
        width: 35px;
        /* Ширина изображения */
        height: 25px;
        /* Высота изображения */ }
      .section#ai-solutions h2.section-title {
        text-align: center !important; } }
    .section#ai-solutions li:nth-child(1)::before {
      background-image: url("/images/homepage/ai-cases/realistic-3d.svg"); }
    .section#ai-solutions li:nth-child(2)::before {
      background-image: url("/images/homepage/ai-cases/aiding-urban.svg"); }
    .section#ai-solutions li:nth-child(3)::before {
      background-image: url("/images/homepage/ai-cases/enhansing-athlete.svg"); }
  .section#aiCasesSection .container {
    max-width: 1920px; }
    .section#aiCasesSection .container #ai-case-item {
      margin-top: 10vh; }
    .section#aiCasesSection .container ul.uk-slider-items {
      justify-content: space-between;
      margin-top: 7vh; }
      .section#aiCasesSection .container ul.uk-slider-items li {
        width: auto; }
        .section#aiCasesSection .container ul.uk-slider-items li .card .card-body .card-title {
          font-size: clamp(14px, 1.172vw, 18px); }
  .section#aiCasesSection.computer-vision-cases, .section#aiCasesSection.math-optimization-cases {
    background: linear-gradient(154.08deg, #636265 -1.9%, #131316 81.01%), linear-gradient(0deg, #979797, #979797); }
  .section#rnBenefits, .section#saasDevelopment {
    background-image: url("/images/rn/rn-we-choose-bg.png"); }
    .section#rnBenefits h3, .section#saasDevelopment h3 {
      font-family: "Brandon medium", sans-serif;
      font-size: clamp(16px, 1vw, 22px);
      color: white; }
    .section#rnBenefits .section-header h2, .section#saasDevelopment .section-header h2 {
      font-family: "Brandon medium", sans-serif;
      font-size: clamp(20px, 2.343vw, 36px);
      text-align: left; }
    .section#rnBenefits.pa, .section#saasDevelopment.pa {
      background-image: none;
      background-color: white; }
      .section#rnBenefits.pa p,
      .section#rnBenefits.pa h3,
      .section#rnBenefits.pa h2, .section#saasDevelopment.pa p,
      .section#saasDevelopment.pa h3,
      .section#saasDevelopment.pa h2 {
        color: #373739; }
  @media screen and (max-width: 960px) {
    .section#saasDevelopment .slider-desktop, .section.computer-vision .slider-desktop, .section.pa .slider-desktop {
      display: none; } }
  .section#saasDevelopment .right-side .card-stack.card,
  .section#saasDevelopment .construction-mobile, .section#saasDevelopment.light-section, .section.computer-vision .right-side .card-stack.card,
  .section.computer-vision .construction-mobile, .section.computer-vision.light-section, .section.pa .right-side .card-stack.card,
  .section.pa .construction-mobile, .section.pa.light-section {
    padding-top: 0;
    align-items: start; }
    .section#saasDevelopment .right-side .card-stack.card .number,
    .section#saasDevelopment .construction-mobile .number, .section#saasDevelopment.light-section .number, .section.computer-vision .right-side .card-stack.card .number,
    .section.computer-vision .construction-mobile .number, .section.computer-vision.light-section .number, .section.pa .right-side .card-stack.card .number,
    .section.pa .construction-mobile .number, .section.pa.light-section .number {
      color: #f11869;
      font-size: 48px; }
      @media screen and (max-width: 1500px) {
        .section#saasDevelopment .right-side .card-stack.card .number,
        .section#saasDevelopment .construction-mobile .number, .section#saasDevelopment.light-section .number, .section.computer-vision .right-side .card-stack.card .number,
        .section.computer-vision .construction-mobile .number, .section.computer-vision.light-section .number, .section.pa .right-side .card-stack.card .number,
        .section.pa .construction-mobile .number, .section.pa.light-section .number {
          font-size: 24px; } }
      @media screen and (max-width: 960px) {
        .section#saasDevelopment .right-side .card-stack.card .number,
        .section#saasDevelopment .construction-mobile .number, .section#saasDevelopment.light-section .number, .section.computer-vision .right-side .card-stack.card .number,
        .section.computer-vision .construction-mobile .number, .section.computer-vision.light-section .number, .section.pa .right-side .card-stack.card .number,
        .section.pa .construction-mobile .number, .section.pa.light-section .number {
          font-size: 48px; } }
  .section#servicesBenefits {
    background: linear-gradient(154deg, #636265 -1.9%, #131316 81.01%); }
  .section.section-our-reviews {
    min-height: auto; }
    .section.section-our-reviews .card-body img.clutch-reviews {
      margin-bottom: 25px; }
    .section.section-our-reviews .card-body a:hover {
      text-decoration: none; }
    .section.section-our-reviews .card-body p:hover {
      text-decoration: none; }
    .section.section-our-reviews .card-body h3.head-text {
      text-decoration: none;
      color: white;
      white-space: nowrap;
      text-transform: uppercase;
      text-align: center; }
      @media screen and (max-width: 340px) {
        .section.section-our-reviews .card-body h3.head-text {
          white-space: inherit; } }
      .section.section-our-reviews .card-body h3.head-text .bold {
        color: #f11869; }
    .section.section-our-reviews .card-body p.small-text {
      font-family: "Open Sans", sans-serif;
      text-decoration: none;
      color: rgba(255, 255, 255, 0.8);
      white-space: nowrap;
      text-align: center;
      margin-top: 10px; }
      .section.section-our-reviews .card-body p.small-text.bold {
        font-size: 24px;
        font-weight: 600; }
        @media screen and (max-width: 960px) {
          .section.section-our-reviews .card-body p.small-text.bold {
            font-size: 18px; } }
  #industries .section .section-p {
    font-size: clamp(15px, 1.172vw, 18px); }
  #industries .section#industriesConstraction .aside-picture,
  #industries .section#industriesSports .aside-picture,
  #industries .section#industriesRealEstate .aside-picture,
  #industries .section#industriesLogistics .aside-picture {
    margin-top: 10%; }
  #industries .section#industriesConstraction .nowrap a,
  #industries .section#industriesSports .nowrap a,
  #industries .section#industriesRealEstate .nowrap a,
  #industries .section#industriesLogistics .nowrap a {
    color: inherit; }
  .section#constructionQuestions, .section#machine-learning-advantages {
    min-height: initial; }
  .section#constructionQuestions.dark-screen {
    background-image: url("/images/rn/rn-we-choose-bg.png"); }
    .section#constructionQuestions.dark-screen p,
    .section#constructionQuestions.dark-screen h3,
    .section#constructionQuestions.dark-screen h2 {
      color: white; }
  .section#constructionCaseStudy {
    background-image: linear-gradient(to top right, #ffffff, #f2f4f8 50%, #e7eaf6); }
  @media screen and (max-width: 960px) {
    .section#constructionSofware .construction-desktop, .section#constructionCaseStudy .construction-desktop, .section#constructionTestimonials .construction-desktop, .section#saasDevelopment .construction-desktop, .section#rnBenefits.pa .construction-desktop {
      display: none; } }
  .section#constructionSofware .construction-mobile, .section#constructionCaseStudy .construction-mobile, .section#constructionTestimonials .construction-mobile, .section#saasDevelopment .construction-mobile, .section#rnBenefits.pa .construction-mobile {
    overflow: hidden; }
    .section#constructionSofware .construction-mobile .pagination-custom, .section#constructionCaseStudy .construction-mobile .pagination-custom, .section#constructionTestimonials .construction-mobile .pagination-custom, .section#saasDevelopment .construction-mobile .pagination-custom, .section#rnBenefits.pa .construction-mobile .pagination-custom {
      margin-top: 3vh; }
    .section#constructionSofware .construction-mobile h3, .section#constructionCaseStudy .construction-mobile h3, .section#constructionTestimonials .construction-mobile h3, .section#saasDevelopment .construction-mobile h3, .section#rnBenefits.pa .construction-mobile h3 {
      font-family: "Brandon bold", sans-serif;
      font-weight: 450;
      font-size: 18px;
      line-height: 140%;
      text-transform: uppercase; }
    .section#constructionSofware .construction-mobile .image-container, .section#constructionCaseStudy .construction-mobile .image-container, .section#constructionTestimonials .construction-mobile .image-container, .section#saasDevelopment .construction-mobile .image-container, .section#rnBenefits.pa .construction-mobile .image-container {
      height: 200px;
      margin-bottom: 30px; }
    @media screen and (min-width: 961px) {
      .section#constructionSofware .construction-mobile, .section#constructionCaseStudy .construction-mobile, .section#constructionTestimonials .construction-mobile, .section#saasDevelopment .construction-mobile, .section#rnBenefits.pa .construction-mobile {
        display: none; } }
  .section#constructionSofware .construction-mobile .image-container, .section#constructionCaseStudy .construction-mobile .image-container {
    height: 74vw; }
    .section#constructionSofware .construction-mobile .image-container .section-p, .section#constructionCaseStudy .construction-mobile .image-container .section-p {
      margin-bottom: 20px; }
  .section#constructionCaseStudy.logistics-caseStudy .construction-mobile .image-container {
    height: auto; }
  .section#constructionCaseStudy.machine-learning-caseStudy .construction-mobile .image-container {
    height: 60vw; }
  .section#constructionTestimonials.machineLearning, .section#machine-learning-advantages:not(.light-section), .section.dark-section {
    background: linear-gradient(157deg, #636265 -5%, #131316 81%) !important; }
    .section#constructionTestimonials.machineLearning h3,
    .section#constructionTestimonials.machineLearning h2,
    .section#constructionTestimonials.machineLearning p, .section#machine-learning-advantages:not(.light-section) h3,
    .section#machine-learning-advantages:not(.light-section) h2,
    .section#machine-learning-advantages:not(.light-section) p, .section.dark-section h3,
    .section.dark-section h2,
    .section.dark-section p {
      color: #ffffff !important; }
  .section#machine-learning-advantages.uiux.dark-section-third {
    background: #131316 !important; }
  .section#machine-learning-advantages.uiux .button {
    justify-content: start !important; }
  .section.light-section h3,
  .section.light-section h2,
  .section.light-section p,
  .section.light-section span {
    color: black !important; }
  .section#constructionBlogs {
    overflow: hidden;
    background: linear-gradient(154.08deg, #636265 -1.9%, #131316 81.01%); }
  .section#constructionBlogsHome {
    background-image: linear-gradient(#161619, #161619); }
    .section#constructionBlogsHome .card .card-header .card-media {
      height: 100%; }
    .section#constructionBlogsHome .swiper-pagination-blogs.pagination-custom {
      margin-top: -5vw; }
      @media screen and (min-width: 769px) {
        .section#constructionBlogsHome .swiper-pagination-blogs.pagination-custom {
          display: none; } }
  .section#constructionSolution:not(.ios), .section#constructionWeOffer:not(.light) {
    padding-top: 5vw;
    background-image: linear-gradient(157deg, #636265 -5%, #131316 81%); }
    @media screen and (max-width: 960px) {
      .section#constructionSolution:not(.ios), .section#constructionWeOffer:not(.light) {
        padding-top: 10vw; } }
    .section#constructionSolution:not(.ios)#constructionQuestions, .section#constructionSolution:not(.ios)#machine-learning-advantages, .section#constructionWeOffer:not(.light)#constructionQuestions, .section#constructionWeOffer:not(.light)#machine-learning-advantages {
      padding-top: 5vw; }
    #industries .section#constructionSolution:not(.ios), #industries .section#constructionWeOffer:not(.light) {
      min-height: initial;
      padding: 8vh 0 1vh 0; }
      @media screen and (max-width: 960px) {
        #industries .section#constructionSolution:not(.ios), #industries .section#constructionWeOffer:not(.light) {
          min-height: initial;
          padding: 3vh 0 1vh 0; } }
      @media screen and (max-width: 960px) {
        #industries .section#constructionSolution:not(.ios) .industries-icon, #industries .section#constructionWeOffer:not(.light) .industries-icon {
          display: none; } }
      #industries .section#constructionSolution:not(.ios) h2.hero-subtitle.industries-title, #industries .section#constructionWeOffer:not(.light) h2.hero-subtitle.industries-title {
        font-size: clamp(20px, 3vw, 36px); }
      #industries .section#constructionSolution:not(.ios) h2.section-title.industries-title, #industries .section#constructionWeOffer:not(.light) h2.section-title.industries-title {
        font-size: clamp(20px, 3vw, 36px); }
      #industries .section#constructionSolution:not(.ios) h2.list-title.industries-title, #industries .section#constructionWeOffer:not(.light) h2.list-title.industries-title {
        font-size: clamp(18px, 1.5vw, 22px); }
      #industries .section#constructionSolution:not(.ios) p.section-p, #industries .section#constructionWeOffer:not(.light) p.section-p {
        font-size: clamp(15px, 1.35vw, 18px); }
    #construction .section#constructionSolution:not(.ios) p.section-p, #construction .section#constructionWeOffer:not(.light) p.section-p {
      font-size: clamp(15px, 1.172vw, 18px);
      line-height: 32px;
      letter-spacing: 0.100001px;
      font-weight: 300; }
    #construction.ios .section#constructionSolution:not(.ios) p.section-p, #construction.ios .section#constructionWeOffer:not(.light) p.section-p {
      opacity: 0.8; }
    .section#constructionSolution:not(.ios) #constructionSolution p.section-p,
    .section#constructionSolution:not(.ios) #constructionWeOffer p.section-p, .section#constructionWeOffer:not(.light) #constructionSolution p.section-p,
    .section#constructionWeOffer:not(.light) #constructionWeOffer p.section-p {
      opacity: 0.8; }
  .section#constructionSolution.ios p.section-p {
    color: #373739; }
  .section#caseStudiesIndustries.grey {
    background-color: white; }
  .section#caseStudiesIndustries.dark {
    background: radial-gradient(79.17% 100% at 50% 0%, #38383b 0%, #131316 100%); }
  .section#caseStudiesIndustries .tag-primary {
    padding-left: 9px;
    padding-right: 9px;
    text-transform: none; }
    @media screen and (max-width: 960px) {
      .section#caseStudiesIndustries .tag-primary {
        font-size: 10px;
        padding: 6px 12px; } }
  .section#caseStudiesIndustries .button-group > * {
    padding: 0 10px 0 0; }
    @media screen and (max-width: 640px) {
      .section#caseStudiesIndustries .button-group > * {
        padding: 0; } }
  .section#industriesLogistics {
    padding-top: 10vw;
    background: url("../images/industries/logistics-background.png") no-repeat;
    background-size: cover; }
  .section#industriesRealEstate {
    padding-top: 10vw;
    background: url("../images/industries/real-estate-background.png") no-repeat;
    background-size: cover; }
  .section#industriesTestimonials {
    padding-top: 10vw;
    background: url("../images/industries/testimonials-background.png") 100% 0% no-repeat; }
  @media screen and (max-width: 960px) {
    .section {
      padding: 5vh 0; } }
  .section.section-reverse {
    background-color: #fff;
    color: #373739; }
    #industries .section.section-reverse {
      background-color: initial; }
  .section.section-minContent {
    min-height: min-content; }
  .section-whatwecando {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh);
    height: min-content; }
    .section-whatwecando .container {
      height: unset; }
  .section-case-study {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 961px) {
      .section-case-study#rabbitohs .section-header, .section-case-study#mustangchain .section-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row; }
        .section-case-study#rabbitohs .section-header .section-title, .section-case-study#mustangchain .section-header .section-title {
          margin: 0; }
        .section-case-study#rabbitohs .section-header img, .section-case-study#mustangchain .section-header img {
          width: 40px;
          height: auto; } }
  .section-dbafitness.section-dbafitness__cases {
    background-image: none;
    margin-bottom: 0; }
  .section-mustangchain.section-mustangchain__cases {
    background-image: none; }
  .section-signup {
    padding: 5vh 0;
    background-image: radial-gradient(circle at 27% -70%, #636265, #131316 65%); }
    .section-signup .subscribe-input-wrap {
      max-width: 422px;
      flex-grow: 1; }
      @media screen and (max-width: 475px) {
        .section-signup .subscribe-input-wrap {
          margin-bottom: 2vh; } }
      .section-signup .subscribe-input-wrap .subscribe-input {
        width: 100%;
        font-size: 1.125rem;
        font-weight: normal;
        line-height: normal;
        color: #ffffff;
        padding: 0 30px;
        height: 60px;
        border-radius: 42px;
        border: solid 2px rgba(255, 255, 255, 0.3);
        background-color: rgba(255, 255, 255, 0.1); }
        .section-signup .subscribe-input-wrap .subscribe-input::placeholder {
          font-size: 1.125rem;
          font-weight: normal;
          line-height: normal;
          color: rgba(255, 255, 255, 0.8); }
        @media screen and (max-width: 960px) {
          .section-signup .subscribe-input-wrap .subscribe-input {
            height: 50px; } }
    .section-signup .subscribe-form {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin: 0 -14px; }
      .section-signup .subscribe-form > * {
        padding: 0 14px; }
      @media screen and (max-width: 960px) {
        .section-signup .subscribe-form {
          margin: 0 -5px; }
          .section-signup .subscribe-form > * {
            padding: 0 5px; } }
      @media screen and (max-width: 475px) {
        .section-signup .subscribe-form {
          flex-direction: column;
          margin: 0 0px;
          align-items: flex-start; }
          .section-signup .subscribe-form > * {
            padding: 0 0px; } }
  .section-whatwecando__services {
    background-image: linear-gradient(139.95deg, #2d2d30 0%, #131316 100%);
    padding: 10vh 0; }
  .section-whatwecando__dataScience {
    min-height: min-content; }
  .section-engineering {
    padding-bottom: 4.5vh; }
  .section-blogs {
    min-height: inherit;
    height: fit-content; }
  .section-blogCollection {
    padding: 19vh 0 0 0; }
  .section-contact {
    min-height: calc(100vh);
    height: fit-content;
    z-index: unset;
    overflow: hidden;
    background: radial-gradient(79.17% 100% at 50% 0%, #38383b 0%, #131316 100%) !important; }
    .section-contact address {
      padding: 0;
      margin: 0; }
    .body-contactus .section-contact {
      min-height: fit-content;
      padding-top: 15vh;
      padding-bottom: 10vh; }
    .section-contact.section-map {
      min-height: fit-content; }
    .section-contact.section-reverse {
      min-height: fit-content;
      height: fit-content; }
  .section-partnership {
    position: relative;
    min-height: calc(100vh);
    height: fit-content;
    background-image: radial-gradient(circle at 0 0, #28282a, #161619 84%); }
    .section-partnership .cecil-link {
      font-size: 1.125rem;
      font-weight: 500;
      line-height: normal;
      letter-spacing: 0.82px;
      color: #e0810b; }
    .section-partnership .readmore-link {
      font-size: 1.125rem;
      font-weight: 500;
      line-height: normal;
      letter-spacing: 0.82px;
      color: #ffffff;
      display: inline-block; }
      .section-partnership .readmore-link.link-underlined {
        text-decoration: underline; }
    @media screen and (max-width: 640px) {
      .section-partnership {
        background-color: #000000; } }
  .section-reviews {
    min-height: calc(100vh);
    height: 100%;
    padding: 0;
    overflow: hidden; }
  .section-intro__dataScience {
    padding-bottom: 0; }
    @media screen and (max-width: 960px) {
      .section-intro__dataScience {
        padding-bottom: 5vh; } }
  .section-technologies__dataScience {
    background-image: none;
    background-color: #fff; }
  .section-cooperationModels .coopmodel-link {
    font-size: 1.25rem;
    font-weight: normal;
    line-height: 1.5;
    display: inline-block;
    border-bottom: 1px solid #f11869;
    color: #f11869;
    margin-top: 4vh;
    text-align: center; }
    .section-cooperationModels .coopmodel-link:hover {
      color: #ca0c53;
      text-decoration: none; }
    .section-cooperationModels .coopmodel-link:visited {
      color: #9a093f;
      text-decoration: none; }
  .section-stack {
    padding: 10vh 0; }
    @media screen and (max-width: 960px) {
      .section-stack {
        padding: 5vh 0; } }
  .section-codeExamples {
    padding-top: 12vh; }
  .section-apps {
    background-image: radial-gradient(circle at 42% -5%, #3d3d3f, #161618 96%); }
  .section-industries {
    background-image: linear-gradient(to bottom, #464648, #333335, #141416, #050506);
    padding-bottom: 0; }
  .section-appfortype {
    background-image: linear-gradient(119deg, #f5f5f5 -9%, #f5f5f5 118%); }
    .section-appfortype.section-appfortype__cases {
      background-image: none; }
  .section-tenafy {
    background-image: linear-gradient(121deg, #f5f5f5 -9%, #f5f5f5 118%); }
    .section-tenafy.section-tenafy__cases {
      background-image: none; }
  .section-mamatalk {
    background-image: linear-gradient(120deg, #e99ea9 -9%, #f5dde2 100%); }
    .section-mamatalk.section-mamatalk__cases {
      background-image: none; }
  .section-jalopy {
    background-image: linear-gradient(120deg, #56ab2f -9%, #a8e063 100%); }
    .section-jalopy.section-jalopy__cases {
      background-image: none; }
  .section-muvzilla {
    background-image: linear-gradient(120deg, #2db0e0 -9%, #70d1f6 100%); }
    .section-muvzilla.section-muvzilla__cases {
      background-image: none; }
  .section-sleepwell {
    background-image: linear-gradient(120deg, #347663 -9%, #6fc1a6 100%); }
    .section-sleepwell.section-jalopy__cases {
      background-image: none; }
  .section-supergool {
    background-image: linear-gradient(120deg, #1c2938 -9%, #1f2e3f 100%); }
    .section-supergool.section-jalopy__cases {
      background-image: none; }
  .section-recruiting {
    background-image: linear-gradient(120deg, #56ab2f -9%, #a8e063 100%); }
    .section-recruiting.section-jalopy__cases {
      background-image: none; }
  .section-partner {
    background-image: linear-gradient(119deg, #f02e76, #930036); }
  .section-designProcess .cover {
    position: absolute;
    display: inline-block;
    content: "";
    z-index: -1;
    width: 30vw;
    border: 1px dashed rgba(241, 24, 105, 0.5); }
  .section-practices {
    background-image: linear-gradient(to bottom, #464648, #333335, #141416, #050506); }
  .section-stories.section-stories-intro {
    overflow: hidden;
    padding-bottom: 0;
    background-image: url("../images/success-stories/dba-bg.png"); }
    .section-stories.section-stories-intro .main-picture {
      position: relative;
      height: 600px;
      margin: 0;
      margin-top: 10vh; }
      .section-stories.section-stories-intro .main-picture .img {
        object-position: bottom; }
      @media screen and (max-width: 640px) {
        .section-stories.section-stories-intro .main-picture {
          max-height: 500px;
          margin-top: 5vh; } }
      @media screen and (max-width: 475px) {
        .section-stories.section-stories-intro .main-picture {
          margin-top: 0;
          max-height: 300px; } }
  .section-stories.section-stories-content {
    background-image: url(../images/success-stories/stories-bg.png);
    background-repeat: no-repeat;
    counter-reset: number; }
  .section-goals {
    background-image: radial-gradient(circle at 42% -5%, #3d3d3f, #161618 98%); }
  .section-header {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .section-stack .section-header.header-primary {
      margin-bottom: 8vh; }
      .section-stack .section-header.header-primary.ios {
        margin-bottom: 0; }
    .technologies .section-header {
      align-items: center; }
      @media screen and (max-width: 960px) {
        .technologies .section-header {
          align-items: start; } }
    @media screen and (max-width: 960px) {
      #constructionSolution .section-header,
      #constructionWeOffer .section-header {
        margin-bottom: 0; } }
    .section-main .section-header {
      align-items: flex-start;
      margin: 0;
      margin-bottom: 5.5vh; }
      @media screen and (max-width: 640px) {
        .section-main .section-header {
          margin-bottom: 3vh; } }
    .section-signup .section-header {
      margin-bottom: 3vh; }
    .section-header .section-title {
      font-size: 2.625rem;
      font-weight: 500;
      line-height: normal;
      color: #ffffff;
      margin: 0;
      text-align: center;
      text-transform: uppercase;
      margin-bottom: 8vh; }
      .section-header .section-title.left {
        text-align: left !important;
        align-items: start !important;
        width: 100%; }
      .section-header .section-title.grey {
        color: #373739; }
      @media screen and (max-width: 1280px) {
        .section-header .section-title {
          margin-bottom: 5vh;
          font-size: 2.375rem; } }
      @media screen and (max-width: 960px) {
        .section-header .section-title {
          margin-bottom: 8vh;
          font-size: 2.125rem; } }
      @media screen and (max-width: 640px) {
        .section-header .section-title {
          margin-bottom: 1vh;
          font-size: 1.75rem; } }
      #caseStudiesIndustries .section-header .section-title,
      #industriesTestimonials .section-header .section-title {
        font-size: clamp(20px, 2.3438vw, 36px); }
        @media screen and (max-width: 640px) {
          #caseStudiesIndustries .section-header .section-title,
          #industriesTestimonials .section-header .section-title {
            line-height: 28.6px;
            font-weight: 420; } }
      #construction .section-header .section-title,
      #industries #contact .section-header .section-title {
        font-weight: 420;
        font-size: clamp(20px, 1.904vw, 36px);
        line-height: 51px;
        text-align: center;
        text-transform: uppercase;
        opacity: 1; }
        @media screen and (max-width: 960px) {
          #construction .section-header .section-title,
          #industries #contact .section-header .section-title {
            line-height: 29px;
            text-align: left; } }
      .section-signup .section-header .section-title {
        margin-bottom: 0;
        font-size: 2.625rem;
        font-weight: 600;
        line-height: normal;
        font-size: 42px;
        text-align: left; }
        @media screen and (max-width: 960px) {
          .section-signup .section-header .section-title {
            font-size: 2rem; } }
      .section-technologies__dataScience .section-header .section-title {
        color: #373739; }
      .section-header .section-title .section-whatwecando,
      .section-awards .section-header .section-title {
        margin-bottom: 5vh; }
        @media screen and (max-width: 1280px) {
          .section-header .section-title .section-whatwecando,
          .section-awards .section-header .section-title {
            margin-bottom: 3.5vh; } }
      .section-engineering .section-header .section-title,
      .section-ourteam .section-header .section-title,
      .section-joinus .section-header .section-title,
      .section-statistics .section-header .section-title {
        margin-bottom: 3.2vh; }
        @media screen and (max-width: 1280px) {
          .section-engineering .section-header .section-title,
          .section-ourteam .section-header .section-title,
          .section-joinus .section-header .section-title,
          .section-statistics .section-header .section-title {
            margin-bottom: 2.4vh; } }
      .section-case-study .section-header .section-title {
        font-size: 2.5rem;
        font-weight: normal;
        line-height: normal;
        color: #ffffff;
        padding: 0;
        margin: 0;
        text-align: left; }
        @media screen and (max-width: 640px) {
          .section-case-study .section-header .section-title {
            font-size: 2.1875rem;
            margin-bottom: 4vh; } }
        @media screen and (max-width: 475px) {
          .section-case-study .section-header .section-title {
            font-size: 20px; } }
      .section-case-study-reverse .section-header .section-title {
        color: #373739; }
      .section-reverse .section-header .section-title {
        color: #373739; }
      .section-technologies .section-header .section-title {
        margin-bottom: 10vh; }
      .section-cooperationModels .section-header .section-title {
        margin-bottom: 14vh;
        margin-top: 0; }
      .section-reviews .section-header .section-title {
        margin-top: 0; }
      .section-stack.ios .section-header .section-title {
        margin-bottom: 1vh !important; }
      .section-stack .section-header .section-title {
        margin-bottom: 4vh;
        font-size: 1.875rem;
        font-weight: 500;
        line-height: normal;
        margin-top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; }
        @media screen and (max-width: 640px) {
          .section-stack .section-header .section-title {
            font-size: 1.3rem;
            font-weight: 500;
            line-height: normal; } }
        .section-stack .section-header .section-title.title-main {
          font-size: 3.4375rem;
          font-weight: 500;
          line-height: normal;
          opacity: 0.7; }
          @media screen and (max-width: 640px) {
            .section-stack .section-header .section-title.title-main {
              font-size: 2.2rem;
              font-weight: 500;
              line-height: normal; } }
          .section-stack .section-header .section-title.title-main.title-reverse {
            opacity: 0.9; }
      .section-codeExamples .section-header .section-title {
        margin-bottom: 5vh;
        margin-top: 0;
        letter-spacing: 1.91px; }
      .section-apps .section-header .section-title {
        margin-bottom: 5vh; }
      .section-designProcess .section-header .section-title {
        margin-bottom: 0vh; }
      .section-practices .section-header .section-title {
        margin-bottom: 3.6vh; }
      .section-stories-intro .section-header .section-title {
        margin-bottom: 5.6vh; }
      #reviews.section-reviews .section-header .section-title {
        font-size: clamp(20px, calc(32px + (58 - 32) * ((100vw - 1372px) / (1920 - 1372))), 58px); }
      .section-contact.section-contact__startups .section-header .section-title {
        font-family: "Open Sans", sans-serif;
        font-size: 1.625rem;
        position: relative;
        margin-left: -150px;
        text-transform: none;
        display: flex;
        justify-content: center;
        align-items: center; }
        @media screen and (max-width: 640px) {
          .section-contact.section-contact__startups .section-header .section-title {
            margin-left: 0;
            margin-bottom: 15vh; } }
        .section-contact.section-contact__startups .section-header .section-title div {
          position: absolute;
          top: 0;
          left: calc(100% + 10px);
          display: flex;
          justify-content: center;
          align-items: stretch; }
          @media screen and (max-width: 640px) {
            .section-contact.section-contact__startups .section-header .section-title div {
              left: 0;
              right: 0;
              top: 40px; } }
          .section-contact.section-contact__startups .section-header .section-title div .write {
            text-transform: uppercase;
            font-size: 1.875rem;
            font-weight: 600; }
          .section-contact.section-contact__startups .section-header .section-title div .typed-cursor {
            animation: blink 0.7s infinite; }

@keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
    .section-header .tab-panel {
      width: 100%;
      border-bottom: 1px solid black;
      margin-bottom: 4vh; }
      .section-header .tab-panel span {
        text-transform: uppercase;
        cursor: pointer;
        margin-right: 30px; }
        .section-header .tab-panel span:hover {
          color: #f44888; }
        .section-header .tab-panel span.selected {
          color: #f11869; }
  .section-main .section-body {
    margin-bottom: 7vh; }
    @media screen and (max-width: 640px) {
      .section-main .section-body {
        margin-bottom: 5vh; } }
  .section-signup .section-body {
    margin-bottom: 0; }
    @media screen and (max-width: 768px) {
      .section-signup .section-body {
        margin-bottom: 5vh; } }
  .section-case-study .section-body {
    margin-bottom: 0; }
  .section-case-study .section-body {
    align-items: flex-start; }
  .section-reviews .section-body {
    align-items: flex-start; }
  .section-partnership .section-body {
    align-items: flex-start;
    margin-bottom: 120px; }
    @media screen and (max-width: 960px) {
      .section-partnership .section-body {
        margin-bottom: 8vh; } }
  .section-reviews .section-body {
    margin-bottom: 15px; }
    @media screen and (max-width: 1280px) {
      .section-reviews .section-body {
        margin-bottom: 3.5vh; } }
    @media screen and (max-width: 960px) {
      .section-reviews .section-body {
        margin-bottom: 3vh; } }
  .section-reviews .section-body .section-review-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    margin: 0 -20px;
    margin-bottom: 0;
    padding: 89px 3px 0; }
    .section-reviews .section-body .section-review-header > * {
      padding: 0 20px; }
    @media screen and (max-width: 475px) {
      .section-reviews .section-body .section-review-header {
        flex-wrap: wrap;
        padding: 39px 3px 0; } }
    .section-reviews .section-body .section-review-header .section-review-avatar {
      display: flex;
      justify-content: start;
      align-items: initial;
      gap: 15px;
      margin-top: -109px;
      padding: 5px 20px 5px 29px;
      background-position: 0 100%;
      background-repeat: no-repeat; }
      @media screen and (max-width: 960px) {
        .section-reviews .section-body .section-review-header .section-review-avatar {
          padding-top: 40px; } }
      .section-reviews .section-body .section-review-header .section-review-avatar.jalopy .img {
        box-shadow: 0 2px 10px 0 rgba(51, 119, 181, 0.49); }
      .section-reviews .section-body .section-review-header .section-review-avatar.sleepwell .img {
        box-shadow: 0 6px 10px 0 rgba(17, 72, 56, 0.68); }
      .section-reviews .section-body .section-review-header .section-review-avatar.supergool .img {
        box-shadow: 0 2px 10px 0 #15212e; }
      .section-reviews .section-body .section-review-header .section-review-avatar.recruiting .img {
        box-shadow: 0 6px 12px 0 rgba(20, 52, 6, 0.45); }
      .section-reviews .section-body .section-review-header .section-review-avatar .img {
        flex-shrink: 0;
        min-width: 72px;
        width: 75px;
        height: 75px;
        border-radius: 50%; }
    .section-reviews .section-body .section-review-header .section-review-info {
      padding-top: 10px; }
      @media screen and (max-width: 960px) {
        .section-reviews .section-body .section-review-header .section-review-info {
          padding-top: 16px; } }
      .section-reviews .section-body .section-review-header .section-review-info h3,
      .section-reviews .section-body .section-review-header .section-review-info h4 {
        color: #ffffff; }
      .section-reviews .section-body .section-review-header .section-review-info h3 {
        font-size: clamp(16px, 1.318vw, 20px);
        text-transform: uppercase;
        margin: 0; }
      .section-reviews .section-body .section-review-header .section-review-info h4 {
        font-size: clamp(15px, 1.35vw, 16px);
        margin: 0;
        font-style: italic;
        font-family: "Brandon regular", sans-serif;
        color: rgba(255, 255, 255, 0.9); }
        .section-reviews .section-body .section-review-header .section-review-info h4 .icon-in {
          display: inline-block;
          margin: 2px 4px 0 -1px;
          background: url("../../images/homepage/bgs/icon-in.svg") 0 0 no-repeat;
          background-size: 100%;
          width: 16px;
          height: 16px;
          vertical-align: top; }
  .section-stack .section-body {
    margin-bottom: 8vh; }
    .section-stack .section-body:last-child {
      margin-bottom: 0; }
  .section-body .section-description {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.63;
    margin: 0;
    text-align: left;
    color: #ffffff; }
    @media screen and (max-width: 1280px) {
      .section-body .section-description {
        font-size: 1.125rem; } }
    .section-signup .section-body .section-description {
      font-size: 1.125rem;
      font-weight: 300;
      line-height: 2.17;
      color: rgba(255, 255, 255, 0.71);
      margin-bottom: 4.6vh;
      max-width: 546px; }
    .section-reviews .section-body .section-description {
      font-size: 1rem;
      font-weight: normal;
      line-height: 1.69; }
      @media screen and (max-width: 960px) {
        .section-reviews .section-body .section-description {
          font-size: 1.125rem;
          padding-right: 0; } }
      @media screen and (max-width: 475px) {
        .section-reviews .section-body .section-description {
          margin-left: 0; } }
      .section-reviews .section-body .section-description .review-quotation {
        font-size: clamp(20px, 1.611vw, 24px);
        position: relative;
        margin: 0 0 0 -60px;
        padding: 20px 0px 22px 71px;
        color: #ffffff;
        line-height: 30px; }
        @media screen and (max-width: 1700px) {
          .section-reviews .section-body .section-description .review-quotation {
            line-height: 22px;
            font-size: clamp(14px, 1.1vw, 19px); } }
        @media screen and (max-width: 1260px) {
          .section-reviews .section-body .section-description .review-quotation {
            margin-left: 0; } }
        @media screen and (max-width: 480px) {
          .section-reviews .section-body .section-description .review-quotation {
            margin: 0;
            padding: 46px 0; } }
        .section-reviews .section-body .section-description .review-quotation:before, .section-reviews .section-body .section-description .review-quotation:after {
          position: absolute;
          background: url("../../images/homepage/bgs/bg-quotes.svg") 0 0 no-repeat;
          width: 54px;
          height: 46px;
          content: ""; }
        .section-reviews .section-body .section-description .review-quotation:before {
          top: 0;
          left: initial; }
        .section-reviews .section-body .section-description .review-quotation:after {
          right: 0;
          bottom: 0;
          transform: scale(-1, 1); }
    .section-contact .section-body .section-description {
      font-size: clamp(14px, 1.172vw, 18px);
      font-weight: 300;
      line-height: 1.63;
      margin-bottom: 3.5vh;
      margin-top: 0; }
      @media screen and (max-width: 960px) {
        .section-contact .section-body .section-description {
          margin-bottom: 2vh; } }
    .section-partnership .section-body .section-description {
      font-size: 1.25rem;
      font-weight: 300;
      line-height: 1.63;
      letter-spacing: 0.91px;
      margin-bottom: 5vh;
      color: #ffffff; }
      @media screen and (max-width: 1280px) {
        .section-partnership .section-body .section-description {
          font-size: 1.125rem; } }
      .section-partnership .section-body .section-description span {
        color: #e0810b;
        font-weight: 600; }
    .section-case-study .section-body .section-description {
      font-size: 1rem;
      font-weight: normal;
      line-height: 1.63; }
    .section-case-study-reverse .section-body .section-description {
      color: #373739; }
    .section-reviews .section-body .section-description a {
      display: inline-block;
      font-size: 0.75rem;
      font-style: italic;
      text-decoration: underline;
      color: #fff;
      margin-bottom: 1.4vh; }
  .section-body .section-media {
    position: relative; }
  .section-body .section-body-media {
    height: 122px;
    margin-bottom: 6vh; }
    @media screen and (max-width: 475px) {
      .section-body .section-body-media {
        margin-bottom: 3vh; } }
    .section-whatwedo__dataScience .section-body .section-body-media {
      position: absolute;
      top: calc(50% + 16px - 4.5vh);
      left: 50%;
      transform: translate(-50%, -50%);
      width: 38%;
      height: auto;
      margin: 0; }
      @media screen and (max-width: 960px) {
        .section-whatwedo__dataScience .section-body .section-body-media {
          position: static;
          width: 75%;
          transform: none;
          padding: 5vh 0; } }
      @media screen and (max-width: 640px) {
        .section-whatwedo__dataScience .section-body .section-body-media {
          padding-top: 0; } }
      .section-whatwedo__dataScience .section-body .section-body-media.first {
        width: 40%;
        top: calc(50% + 16px); }
        @media screen and (max-width: 960px) {
          .section-whatwedo__dataScience .section-body .section-body-media.first {
            width: 75%; } }
    .section-partnership .section-body .section-body-media {
      height: 115px; }
    .section-dbafitness .section-body .section-body-media {
      height: 87px; }
    .section-reviews .section-body .section-body-media {
      width: 100%;
      max-width: 260px;
      overflow: hidden;
      padding: 0; }
    .section-body .section-body-media .img {
      width: auto;
      object-fit: contain; }
    .section-ourteam .section-body .section-body-media {
      width: 100%;
      height: auto;
      margin-bottom: 0; }
      .section-ourteam .section-body .section-body-media .img {
        width: 100%; }
  .section-body .whatwedo-wrap {
    position: relative;
    margin: 20vh 0;
    margin-top: 0; }
    @media screen and (max-width: 640px) {
      .section-body .whatwedo-wrap {
        margin: 10vh 0;
        margin-top: 0; } }
    .section-body .whatwedo-wrap:last-child {
      margin-bottom: 0; }
    .section-body .whatwedo-wrap .icon-info {
      width: 28%; }
      @media screen and (max-width: 960px) {
        .section-body .whatwedo-wrap .icon-info {
          width: 50%; } }
      @media screen and (max-width: 640px) {
        .section-body .whatwedo-wrap .icon-info {
          width: 100%;
          padding-bottom: 5vh; } }
      .section-body .whatwedo-wrap .icon-info.first {
        width: 32%; }
        @media screen and (max-width: 960px) {
          .section-body .whatwedo-wrap .icon-info.first {
            width: 50%; } }
        @media screen and (max-width: 640px) {
          .section-body .whatwedo-wrap .icon-info.first {
            width: 100%;
            padding-bottom: 5vh; } }
      .section-body .whatwedo-wrap .icon-info.center {
        width: 40%; }
        @media screen and (max-width: 960px) {
          .section-body .whatwedo-wrap .icon-info.center {
            width: 50%; } }
        @media screen and (max-width: 640px) {
          .section-body .whatwedo-wrap .icon-info.center {
            width: 100%;
            padding-bottom: 5vh; } }
      .section-body .whatwedo-wrap .icon-info h3 {
        font-size: 1.5rem;
        color: #ffffff;
        text-transform: uppercase;
        margin-bottom: 4vh;
        white-space: nowrap;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        position: relative; }
        @media screen and (max-width: 640px) {
          .section-body .whatwedo-wrap .icon-info h3 {
            white-space: unset; } }
        .section-body .whatwedo-wrap .icon-info h3 .line {
          display: inline-block;
          content: "";
          height: 1px;
          background-color: #f11869;
          transform-origin: left center; }
          @media screen and (max-width: 960px) {
            .section-body .whatwedo-wrap .icon-info h3 .line {
              display: none; } }
          .section-body .whatwedo-wrap .icon-info h3 .line.horizontal {
            flex-grow: 1;
            position: relative; }
          .section-body .whatwedo-wrap .icon-info h3 .line.vertical {
            position: absolute;
            min-width: calc(175px - 5vw); }
            .section-body .whatwedo-wrap .icon-info h3 .line.vertical.first {
              min-width: calc(300px - 8vw); }
      .section-body .whatwedo-wrap .icon-info p {
        font-size: 1.125rem;
        line-height: 1.61;
        color: #bbcbd7; }
    .section-body .whatwedo-wrap .icon-info.left h3 .horizontal {
      margin-left: 10px; }
      .section-body .whatwedo-wrap .icon-info.left h3 .horizontal.horizontal:before {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        display: inline-block;
        content: "";
        width: 4px;
        height: 4px;
        border-radius: 2px;
        background-color: #f11869; }
    .section-body .whatwedo-wrap .icon-info.left h3 .vertical {
      transform: rotate(45deg);
      left: 100%; }
    .section-body .whatwedo-wrap .icon-info.left.bottom h3 .horizontal {
      margin-left: 10px; }
    .section-body .whatwedo-wrap .icon-info.left.bottom h3 .vertical {
      transform: rotate(-45deg); }
    .section-body .whatwedo-wrap .icon-info.right h3 {
      justify-content: flex-end; }
      @media screen and (max-width: 960px) {
        .section-body .whatwedo-wrap .icon-info.right h3 {
          justify-content: flex-start; } }
      .section-body .whatwedo-wrap .icon-info.right h3 .horizontal {
        margin-right: 10px; }
        .section-body .whatwedo-wrap .icon-info.right h3 .horizontal.horizontal:after {
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          display: inline-block;
          content: "";
          width: 4px;
          height: 4px;
          border-radius: 2px;
          background-color: #f11869; }
      .section-body .whatwedo-wrap .icon-info.right h3 .vertical {
        left: 0;
        transform: rotate(135deg); }
    .section-body .whatwedo-wrap .icon-info.right p {
      text-align: right; }
      @media screen and (max-width: 960px) {
        .section-body .whatwedo-wrap .icon-info.right p {
          text-align: left; } }
    .section-body .whatwedo-wrap .icon-info.right.bottom h3 .vertical {
      transform: rotate(-135deg); }
    .section-body .whatwedo-wrap .icon-info.center h3 {
      justify-content: center; }
      @media screen and (max-width: 640px) {
        .section-body .whatwedo-wrap .icon-info.center h3 {
          justify-content: flex-start; } }
      .section-body .whatwedo-wrap .icon-info.center h3 .line {
        position: absolute;
        width: 1px;
        min-width: unset; }
        .section-body .whatwedo-wrap .icon-info.center h3 .line.vertical {
          height: calc(35px);
          bottom: 0;
          transform: translateY(-5vw); }
          .section-body .whatwedo-wrap .icon-info.center h3 .line.vertical:before {
            position: absolute;
            left: 0;
            top: 100%;
            display: inline-block;
            content: "";
            width: 4px;
            height: 4px;
            border-radius: 2px;
            background-color: #f11869;
            transform: translateX(-50%); }
          .section-body .whatwedo-wrap .icon-info.center h3 .line.vertical .angle {
            height: 150px;
            width: 1px;
            transform-origin: top; }
            .section-body .whatwedo-wrap .icon-info.center h3 .line.vertical .angle.left {
              transform: rotate(120deg); }
            .section-body .whatwedo-wrap .icon-info.center h3 .line.vertical .angle.right {
              transform: rotate(-120deg); }
    .section-body .whatwedo-wrap .icon-info.center p {
      text-align: center; }
      @media screen and (max-width: 640px) {
        .section-body .whatwedo-wrap .icon-info.center p {
          text-align: left; } }
  .section-footer {
    width: 100%; }
    .section-reviews .section-footer {
      margin-left: 11px; }
      @media screen and (max-width: 475px) {
        .section-reviews .section-footer {
          margin-left: 0; } }
    .section-case-study .section-footer {
      display: flex;
      justify-content: flex-start;
      align-items: center; }
    .section-partership .section-footer {
      max-width: 597px; }
    .section-tuitionPlatforms .section-footer div {
      text-transform: uppercase;
      max-width: 95%;
      margin: 0 auto;
      margin-bottom: 4vh;
      font-size: 1.5rem;
      line-height: 2.29;
      text-align: center; }
      @media screen and (max-width: 640px) {
        .section-tuitionPlatforms .section-footer div {
          font-size: 1rem;
          margin-bottom: 6vh;
          max-width: 100%; } }
    .section-footer .section-footer-media {
      height: 26px;
      margin-bottom: 3.5vh; }
      .section-reviews .section-footer .section-footer-media {
        width: 153px;
        height: auto;
        margin: 0; }
        .section-reviews .section-footer .section-footer-media.jalopy {
          width: 176px; }
        .section-reviews .section-footer .section-footer-media.sleepwell {
          width: 189px; }
        .section-reviews .section-footer .section-footer-media.supergool {
          width: 204px; }
        .section-reviews .section-footer .section-footer-media.recruiting {
          width: 276px; }
    .section-footer .section-description {
      font-size: 1rem;
      font-weight: 300;
      line-height: 1.63;
      letter-spacing: 0.73px;
      margin-bottom: 2.6vh; }
      .section-reviews .section-footer .section-description {
        margin-bottom: 0; }
      .section-partnership .section-footer .section-description {
        margin-bottom: 4vh; }
    .section-footer .btn-app-store {
      display: inline-block;
      width: 160px;
      vertical-align: top; }
      .section-footer .btn-app-store img {
        display: block;
        width: 100%;
        height: auto; }
    .section-footer .link-review {
      text-decoration: underline;
      color: rgba(255, 255, 255, 0.8);
      font-style: italic; }
      .section-footer .link-review:hover {
        text-decoration: none; }
  .section-layout {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row-reverse;
    height: 100%;
    flex-wrap: wrap; }
    #contactIndustries .section-layout {
      flex-direction: row; }
      @media screen and (max-width: 768px) {
        #contactIndustries .section-layout {
          flex-direction: row-reverse; } }
    @media screen and (max-width: 1260px) {
      .section-layout {
        flex-direction: row; } }
    @media screen and (max-width: 640px) {
      .section-layout {
        flex-direction: column-reverse; } }
    .layout-reverse .section-layout {
      flex-direction: row; }
    .section-signup .section-layout {
      margin: 0 -79px; }
      .section-signup .section-layout > * {
        padding: 0 79px; }
      @media screen and (max-width: 1260px) {
        .section-signup .section-layout {
          flex-direction: row-reverse; } }
      @media screen and (max-width: 1024px) {
        .section-signup .section-layout {
          margin: 0 -20px; }
          .section-signup .section-layout > * {
            padding: 0 20px; } }
      @media screen and (max-width: 768px) {
        .section-signup .section-layout {
          margin: 0 0;
          flex-direction: column-reverse;
          align-items: center; }
          .section-signup .section-layout > * {
            padding: 0 0; } }
    .section-case-study-general .section-layout {
      margin: 0 -50px;
      flex-wrap: nowrap;
      flex-direction: row-reverse; }
      .section-case-study-general .section-layout > * {
        padding: 0 50px; }
      @media screen and (max-width: 1260px) {
        .section-case-study-general .section-layout {
          margin: 0 -35px; }
          .section-case-study-general .section-layout > * {
            padding: 0 35px; } }
      @media screen and (max-width: 960px) {
        .section-case-study-general .section-layout {
          margin: 0 -20px;
          flex-direction: row;
          flex-wrap: wrap; }
          .section-case-study-general .section-layout > * {
            padding: 0 20px; } }
    .section-case-study-general.layout-reverse .section-layout {
      flex-direction: row; }
    #apply .section-layout {
      display: none;
      max-height: 0px;
      overflow: hidden; }
      #apply .section-layout.is-open {
        display: flex; }
    .section-layout .section-main {
      max-width: 540px;
      min-width: 40%;
      width: 40%;
      display: flex;
      justify-content: center;
      align-items: space-between;
      flex-direction: column; }
      @media screen and (max-width: 1260px) {
        .section-layout .section-main {
          min-width: 50%; } }
      @media screen and (max-width: 960px) {
        .section-layout .section-main {
          min-width: 60%; }
          #dbafitness .section-layout .section-main,
          #mustangchain .section-layout .section-main {
            min-width: 100%; }
          .section-case-study-general .section-layout .section-main {
            min-width: 100%;
            width: 100%;
            margin-bottom: 10vh; } }
      @media screen and (max-width: 640px) {
        .section-layout .section-main {
          min-width: 100%; } }
      @media screen and (max-width: 1260px) {
        .section-layout .section-main:not(.mysyla) {
          min-width: 90%; } }
      @media screen and (max-width: 960px) {
        .section-layout .section-main:not(.mysyla) {
          min-width: 100%; } }
      .section-signup .section-layout .section-main {
        width: 60%;
        max-width: unset; }
        @media screen and (max-width: 768px) {
          .section-signup .section-layout .section-main {
            width: 100%; } }
      .section-partnership .section-layout .section-main {
        width: 45%;
        max-width: 760px; }
        @media screen and (max-width: 1260px) {
          .section-partnership .section-layout .section-main {
            width: 80%; } }
        @media screen and (max-width: 960px) {
          .section-partnership .section-layout .section-main {
            width: 100%; } }
      .section-reviews .section-layout .section-main {
        width: 60%;
        max-width: none; }
        @media screen and (max-width: 1260px) {
          .section-reviews .section-layout .section-main {
            width: 100%; } }
        @media screen and (max-width: 960px) {
          .section-reviews .section-layout .section-main {
            width: 100%; } }
      .section-layout .section-main.mustangchain {
        transition-duration: 0.4s; }
      .section-layout .section-main.dbafitness {
        transition-duration: 0.4s; }
    .section-layout .section-aside {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      flex-direction: column;
      flex-grow: 1; }
      .layout-reverse .section-layout .section-aside {
        align-items: flex-end; }
      .section-signup .section-layout .section-aside {
        width: 40%; }
        @media screen and (max-width: 768px) {
          .section-signup .section-layout .section-aside {
            width: 80%; } }
        @media screen and (max-width: 475px) {
          .section-signup .section-layout .section-aside {
            width: 100%; } }
      .section-layout .section-aside .button-group {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 -10px;
        margin-top: 7vh;
        width: 100%; }
        .section-layout .section-aside .button-group > * {
          padding: 0 10px; }
        .section-layout .section-aside .button-group > * {
          width: 50%;
          max-width: 190px; }
    .section-contact .section-layout {
      flex-direction: row;
      margin: 0 -60px; }
      .section-contact .section-layout > * {
        padding: 0 60px; }
      @media screen and (max-width: 1024px) {
        .section-contact .section-layout {
          margin: 0 -20px; }
          .section-contact .section-layout > * {
            padding: 0 20px; } }
      @media screen and (max-width: 768px) {
        .section-contact .section-layout {
          margin: 0 0; }
          .section-contact .section-layout > * {
            padding: 0 0; } }
      .section-contact .section-layout .section-description {
        margin-bottom: 3vh; }
      .section-contact .section-layout .section-list-item,
      .section-contact .section-layout .contacts-list-item {
        margin-bottom: 2vh; }
        .section-contact .section-layout .section-list-item p > b,
        .section-contact .section-layout .contacts-list-item p > b {
          font-weight: 600;
          font-family: "Open Sans", sans-serif;
          font-size: clamp(16px, 1vw, 21px); }
        .section-contact .section-layout .section-list-item p.address,
        .section-contact .section-layout .contacts-list-item p.address {
          font-weight: 400;
          font-family: "Open Sans", sans-serif;
          font-size: clamp(14px, 1.172vw, 18px);
          line-height: 2; }
          @media screen and (min-width: 1240px) {
            .section-contact .section-layout .section-list-item p.address,
            .section-contact .section-layout .contacts-list-item p.address {
              white-space: nowrap; } }
        .section-contact .section-layout .section-list-item a,
        .section-contact .section-layout .contacts-list-item a {
          font-size: clamp(14px, 1.172vw, 18px); }
      .section-contact .section-layout .contact-country {
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        font-size: 21px;
        line-height: 29px;
        color: #ffffff; }
      .section-contact .section-layout .contact-adress {
        font-family: 'Open Sans', sans-serif;
        line-height: 24.55px;
        font-weight: 300;
        font-size: 18px;
        color: #ffffff; }
        @media screen and (min-width: 1372px) {
          .section-contact .section-layout .contact-adress {
            white-space: nowrap; } }
      .section-contact .section-layout .col.col-left {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column; }
    .section-partnership .section-layout {
      flex-direction: row; }
    .section-reviews .section-layout {
      flex-direction: row; }
  .section-subtitle {
    margin: 0;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    max-width: 1110px; }
    .section-subtitle.left {
      text-align: left; }
    .section-subtitle #construction {
      font-weight: 300;
      font-size: clamp(15px, 1.318vw, 22px);
      line-height: 36px;
      letter-spacing: 0.100001px; }
      @media screen and (max-width: 960px) {
        .section-subtitle #construction {
          line-height: 160%; } }
    #construction .section-subtitle::not(.technologies),
    #construction.real-estate .section-subtitle {
      width: 65vw !important;
      max-width: 1280px !important; }
      @media screen and (max-width: 960px) {
        #construction .section-subtitle::not(.technologies),
        #construction.real-estate .section-subtitle {
          width: 100% !important;
          text-align: left !important; } }
    #construction.technologies .section-subtitle {
      text-align: left; }
    .section-contact .section-subtitle {
      font-size: clamp(20px, 1.77vw, 36px);
      font-weight: 500;
      line-height: 1.63;
      letter-spacing: 1.73px;
      text-transform: uppercase;
      margin: 30px 0 15px 0 !important; }
    .section-partnership .section-footer .section-subtitle {
      margin-bottom: 1.5vh;
      font-size: 1.25rem;
      font-weight: 500;
      line-height: 1.63;
      letter-spacing: 0.91px; }
    .section-reviews .section-subtitle {
      text-transform: uppercase;
      font-size: 1.5rem;
      font-weight: 600;
      line-height: 1.63;
      letter-spacing: 1.18px;
      margin-bottom: 1.4vh; }
    .section-engineering .section-subtitle,
    .section-ourteam .section-subtitle,
    .section-joinus .section-subtitle,
    .section-statistics .section-subtitle,
    .section-practices .section-subtitle {
      font-size: 1.125rem;
      font-weight: 300;
      line-height: clamp(21px, 1.8vw, 40px);
      letter-spacing: 0.6px;
      margin: 0;
      margin-bottom: 8vh;
      text-align: center;
      padding: 0 30px; }
      @media screen and (max-width: 960px) {
        .section-engineering .section-subtitle,
        .section-ourteam .section-subtitle,
        .section-joinus .section-subtitle,
        .section-statistics .section-subtitle,
        .section-practices .section-subtitle {
          margin-bottom: 1vh;
          text-align: center;
          padding: 0; } }
    .section-ourteam .section-subtitle {
      padding: 0 20px; }
    .section-statistics .section-subtitle {
      font-size: clamp(15px, 1.172vw, 18px);
      line-height: clamp(24px, 1.8vw, 36px);
      text-align: center; }
    .section-reverse .section-subtitle {
      color: #1e1e20;
      opacity: 0.9; }
    .section-stack .section-subtitle {
      font-size: 1.375rem;
      font-weight: 300;
      line-height: 1.63;
      opacity: 0.9;
      text-align: center;
      margin-bottom: 6vh;
      width: 50vw; }
      @media screen and (max-width: 960px) {
        .section-stack .section-subtitle {
          width: 100%;
          text-align: left; } }
      @media screen and (max-width: 640px) {
        .section-stack .section-subtitle {
          font-size: 1.1875rem;
          font-weight: 300;
          line-height: 1.63; } }
      .section-stack .section-subtitle.subtitle-secondary {
        width: 75vw; }
        @media screen and (max-width: 960px) {
          .section-stack .section-subtitle.subtitle-secondary {
            width: 90vw; } }
    .section-stories-intro .section-subtitle {
      font-size: 5rem;
      text-transform: uppercase; }
      @media screen and (max-width: 960px) {
        .section-stories-intro .section-subtitle {
          font-size: 4rem; } }
      @media screen and (max-width: 640px) {
        .section-stories-intro .section-subtitle {
          font-size: 3rem; } }
  @media screen and (max-width: 640px) {
    #industries .section-p {
      font-size: 0.9375rem; } }
  .section-stories-content .section-p {
    font-size: 1.375rem;
    font-weight: 300;
    line-height: 1.82;
    position: relative; }
    @media screen and (max-width: 640px) {
      .section-stories-content .section-p {
        margin-top: 10vh; } }
    .section-stories-content .section-p:before, .section-stories-content .section-p:after {
      position: absolute;
      top: 0;
      transform: translateY(calc(-100% - 24px));
      width: 45px;
      height: 45px;
      display: flex;
      justify-content: center;
      align-items: center; }
    .section-stories-content .section-p:before {
      content: "";
      background-image: url("../../images/success-stories/Polygon.png");
      background-position: center;
      background-repeat: no-repeat; }
    .section-stories-content .section-p:after {
      counter-increment: number;
      content: counter(number);
      color: #373739;
      font-size: 1.375rem;
      font-family: "Brandon bold", sans-serif; }
    .section-stories-content .section-p.shifted {
      padding-right: 40px;
      margin-top: 15vh; }
      @media screen and (max-width: 960px) {
        .section-stories-content .section-p.shifted {
          padding-right: 0;
          margin-top: 10vh; } }
    @media screen and (max-width: 640px) {
      .section-stories-content .section-p {
        font-size: 1.125rem;
        font-weight: 300;
        line-height: 1.5; } }
  .section-discoveryPhase .section-p {
    font-size: 1.125rem;
    line-height: 1.94;
    color: #81818b;
    margin: 0;
    font-weight: normal; }
    .section-discoveryPhase .section-p.pagewide {
      color: #54545d;
      margin-bottom: 4vh; }
  @media screen and (min-width: 961px) {
    .section#ourteam .section-header {
      position: absolute;
      top: 50%;
      transform: translateY(-50%); } }
  .section.section-contact__aboutus {
    background-image: none !important;
    background: none !important; }
    .section.section-contact__aboutus h2.section-title {
      font-size: clamp(20px, 2vw, 32px); }

@media screen and (max-width: 960px) {
  .home-cases::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    /* Помещаем позади основного контента, но перед основным фоном */
    /* Добавляем изображение */
    background-image: url("/images/homepage/cases-bg.png");
    background-size: contain;
    /* Покрывает весь фон */
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.1;
    /* Регулируем прозрачность изображения */
    /* Позволяем взаимодействовать с основным фоном */
    pointer-events: none;
    /* Исключает псевдоэлемент из событий, таких как прокрутка */ } }

.icon-size {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 0; }

.display-toggle {
  transition-duration: 0.2s; }
  .display-toggle.hidden {
    display: none; }
  .display-toggle.visuallyhidden {
    opacity: 0; }
  .display-toggle.invisible {
    display: none; }

.must-one {
  top: -990px;
  right: 285px; }

.ba-title {
  color: #3f3b3b;
  font-size: 2.625rem;
  margin: 0;
  margin-bottom: 2.4vh;
  text-transform: uppercase; }
  @media screen and (max-width: 640px) {
    .ba-title {
      font-size: 2rem; } }
  @media screen and (max-width: 475px) {
    .ba-title {
      font-size: 1.75rem;
      margin-bottom: 3vh; } }

.ba-subtitle {
  color: #f11869;
  font-size: 1.25rem;
  margin: 0;
  margin-bottom: 7.4vh;
  text-transform: uppercase; }
  @media screen and (max-width: 640px) {
    .ba-subtitle {
      font-size: 1.125rem;
      margin-bottom: 4.4vh; } }

.ba-quotation {
  color: #848492;
  line-height: 2.11;
  max-width: 80%;
  margin-bottom: 4.6vh;
  font-weight: 400; }
  @media screen and (max-width: 1260px) {
    .ba-quotation {
      max-width: 90%; } }
  @media screen and (max-width: 640px) {
    .ba-quotation {
      max-width: 100%;
      margin-bottom: 2.5vh; } }

.dark-screen {
  background-color: #08161f;
  width: 100wv; }

.p-reverse {
  color: #ffffff !important; }

#industries h1#heroSubtitleTop.industries-title {
  font-size: clamp(20px, 2.333vw, 36px); }

.breadcrumb-container {
  display: block;
  width: 100%; }
  .breadcrumb-container ol#breadcrumb {
    width: 100%;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1009;
    position: absolute;
    top: 5.5vw;
    list-style-type: none; }
    .breadcrumb-container ol#breadcrumb img {
      transform: translateY(-1px); }
    .breadcrumb-container ol#breadcrumb li {
      font-family: "Open Sans", sans-serif;
      font-size: 16px;
      padding-left: initial;
      opacity: 0.9; }
      .breadcrumb-container ol#breadcrumb li a {
        opacity: 0.2; }
      .breadcrumb-container ol#breadcrumb li a:hover {
        opacity: 1;
        text-decoration: none;
        color: #f11869 !important; }
  @media screen and (max-width: 960px) {
    .breadcrumb-container {
      display: none; } }

#cta {
  padding: 5vh 0 5vh 0;
  position: relative; }
  @media screen and (min-width: 961px) {
    #cta {
      transform: translateY(-22%); } }
  #cta.dark {
    transform: translateY(0); }
    @media screen and (max-width: 960px) {
      #cta.dark .container {
        padding: 0; } }
  @media screen and (max-width: 960px) {
    #cta {
      height: 100%; } }
  #cta.ai-cases {
    transform: none;
    padding: 0; }
    @media screen and (max-width: 960px) {
      #cta.ai-cases {
        min-height: 230px;
        padding-bottom: 10vh; } }
    #cta.ai-cases .container {
      padding: 0; }
    #cta.ai-cases .cta-block {
      background: transparent;
      align-items: start;
      margin-top: 20vh;
      padding: 0; }
      #cta.ai-cases .cta-block .flex-item.button-block.mobile {
        align-self: center; }
        @media screen and (min-width: 961px) {
          #cta.ai-cases .cta-block .flex-item.button-block.mobile {
            display: none; } }
      @media screen and (max-width: 960px) {
        #cta.ai-cases .cta-block .flex-item.button-block.desktop {
          display: none; } }
      @media screen and (max-width: 960px) {
        #cta.ai-cases .cta-block {
          margin-top: 5vh; } }
      #cta.ai-cases .cta-block .flex-item.cta-content {
        flex-basis: 60%; }
      #cta.ai-cases .cta-block .flex-item.text-block {
        border-left: none; }
  #cta .cta-block {
    background: url(/images/construction/cta-bg.png) no-repeat;
    background-size: cover;
    height: 200px;
    padding: 0 50px; }
    @media screen and (max-width: 960px) {
      #cta .cta-block {
        background: url(/images/construction/cta-bg-mobile.png) no-repeat;
        background-size: cover;
        height: 100%;
        padding: 20px; } }
    @media screen and (max-width: 475px) {
      #cta .cta-block .button-main {
        width: 240px; } }
    #cta .cta-block .flex-item.text-block {
      border-left: 1px solid white;
      padding-left: 30px; }
      #cta .cta-block .flex-item.text-block h2.section-title {
        font-size: clamp(20px, 2.343vw, 36px);
        text-transform: uppercase !important;
        margin-bottom: 1.5vh; }
      #cta .cta-block .flex-item.text-block h2.section-title.small {
        font-size: clamp(18px, 1.7vw, 28px); }
      #cta .cta-block .flex-item.text-block p.section-p {
        font-size: clamp(14px, 1.318vw, 22px); }
      @media screen and (max-width: 960px) {
        #cta .cta-block .flex-item.text-block {
          border-left: none;
          padding-left: initial; }
          #cta .cta-block .flex-item.text-block h2.section-title,
          #cta .cta-block .flex-item.text-block p.section-p {
            text-align: center !important; } }
    @media screen and (max-width: 960px) {
      #cta .cta-block .flex-item.button-block {
        margin-top: 20px; } }
    #cta .cta-block-dark {
      background: #131316;
      margin-bottom: 5vh; }
      #cta .cta-block-dark h2,
      #cta .cta-block-dark p {
        color: white !important; }
      @media screen and (max-width: 960px) {
        #cta .cta-block-dark {
          background: #131316; } }
      #cta .cta-block-dark .flex-item.text-block {
        border-left: 1px solid #373739;
        padding-left: 30px; }
        @media screen and (max-width: 960px) {
          #cta .cta-block-dark .flex-item.text-block {
            border-left: none;
            padding-left: initial; } }

#links.section {
  padding: 14vh 0;
  min-height: max-content; }

#links.dark-section {
  background: #131316; }
  #links.dark-section.transparent {
    background: transparent; }

#links.dark-section .tags-grid .tag-item {
  background: rgba(255, 255, 255, 0.06);
  color: #373739 p;
    color-color: #373739; }
  @media screen and (min-width: 961px) {
    #links.dark-section .tags-grid .tag-item:hover {
      text-transform: none;
      background: #f11869;
      color: white; }
      #links.dark-section .tags-grid .tag-item:hover p {
        color: white;
        text-transform: none; }
      #links.dark-section .tags-grid .tag-item:hover .icon-color {
        filter: brightness(0) invert(1); } }

@media screen and (max-width: 960px) {
  #links.stack-links .tags-grid {
    flex-direction: row;
    gap: 10px;
    justify-content: start;
    flex-wrap: wrap; } }

@media screen and (max-width: 960px) {
  #links.stack-links .tags-grid article {
    width: auto; } }

#links .tags-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap; }
  @media screen and (max-width: 960px) {
    #links .tags-grid {
      flex-direction: column; } }
  #links .tags-grid a {
    text-decoration: none; }
    #links .tags-grid a:hover {
      text-decoration: none; }
  @media screen and (max-width: 960px) {
    #links .tags-grid article {
      width: 100%; } }
  #links .tags-grid .tag-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(0, 0, 0, 0.04);
    padding: 10px 20px;
    border-radius: 20px;
    color: #373739;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    cursor: auto; }
    #links .tags-grid .tag-item.active {
      cursor: pointer; }
    @media screen and (min-width: 961px) {
      #links .tags-grid .tag-item:hover {
        text-transform: none;
        background: #f11869;
        color: white; }
        #links .tags-grid .tag-item:hover .icon-color {
          filter: brightness(0) invert(1); }
        #links .tags-grid .tag-item:hover p.tag-item_text {
          color: white;
          text-transform: none; } }
    #links .tags-grid .tag-item p.tag-item_text {
      color: #161920;
      opacity: 0.6;
      font-weight: 500; }
      @media screen and (max-width: 960px) {
        #links .tags-grid .tag-item p.tag-item_text {
          font-size: 13px; } }
    #links .tags-grid .tag-item.active p.tag-item_text {
      opacity: 1; }
  #links .tags-grid .tag-item_media {
    width: 24px;
    height: 24px;
    margin: 0; }
  #links .tags-grid .tag-item_media {
    width: 24px;
    height: 24px;
    margin: 0; }
  #links .tags-grid .tag-item_text {
    margin: 0; }

.stack-links .stack-content-grid {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 100px;
  flex-wrap: nowrap; }
  @media screen and (max-width: 960px) {
    .stack-links .stack-content-grid {
      flex-direction: column;
      gap: 50px; } }

.stack-links article.active {
  text-transform: none;
  background: #f11869;
  color: white;
  border-radius: 20px; }
  .stack-links article.active p {
    color: white !important; }

.stack-links article {
  cursor: pointer !important; }

.stack-links .content-item {
  margin-top: 10vh; }

.stack-links .stack-side {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 20px;
  flex-direction: column;
  width: 100%; }
  .stack-links .stack-side h3 {
    text-transform: uppercase; }

.stack-links .stack-row-grid {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 5vw;
  flex-wrap: nowrap;
  width: 100%; }
  @media screen and (max-width: 960px) {
    .stack-links .stack-row-grid {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: start;
      row-gap: 5vh; } }
  .stack-links .stack-row-grid .stack-item {
    display: flex;
    justify-content: start;
    align-items: center;
    text-align: center;
    flex-direction: column; }
    @media screen and (max-width: 960px) {
      .stack-links .stack-row-grid .stack-item {
        flex-basis: 28%; } }
    .stack-links .stack-row-grid .stack-item .card-media {
      width: 60px !important;
      height: 60px !important;
      margin: 0; }
      .stack-links .stack-row-grid .stack-item .card-media .icon {
        max-width: 60px !important;
        max-height: 60px !important; }
    .stack-links .stack-row-grid .stack-item p {
      font-family: "Open Sans", sans-serif;
      font-size: 16px;
      font-weight: 500; }

/*
  Flexbox Utility Classes

  Этот SCSS файл предоставляет вспомогательные классы для работы с Flexbox.
  Он включает классы для определения flex-контейнеров, flex-элементов и их свойств.
  Также он включает медиа-запросы для адаптивного дизайна.

  Классы Flex Container:
  - .flex: Базовый класс для применения flex display.
  - .flex-row: Устанавливает направление flex на строку.
  - .flex-column: Устанавливает направление flex на колонку.
  - .flex-wrap: Включает перенос flex-элементов.
  - .flex-nowrap: Отключает перенос flex-элементов.
  - .flex-row-reverse: Устанавливает направление flex на обратную строку.
  - .flex-column-reverse: Устанавливает направление flex на обратную колонку.
  - .align-items-start: Выравнивает flex-элементы по началу.
  - .align-items-center: Выравнивает flex-элементы по центру.
  - .align-items-end: Выравнивает flex-элементы по концу.
  - .align-items-stretch: Растягивает flex-элементы для заполнения контейнера.
  - .justify-content-start: Выравнивает содержимое по началу.
  - .justify-content-center: Выравнивает содержимое по центру.
  - .justify-content-end: Выравнивает содержимое по концу.
  - .justify-content-between: Выравнивает содержимое с пространством между элементами.
  - .justify-content-around: Выравнивает содержимое с пространством вокруг элементов.
  - .justify-content-evenly: Выравнивает содержимое с равным пространством вокруг элементов.
  - .gap-1: Устанавливает gap на 4px.
  - .gap-2: Устанавливает gap на 8px.
  - .gap-3: Устанавливает gap на 16px.
  - .gap-4: Устанавливает gap на 32px.
  - .gap-5: Устанавливает gap на 64px.

  Классы Flex Item:
  - .flex-item: Базовый класс для применения свойств flex-элементов.
  - .flex-grow-0: Устанавливает flex-grow на 0.
  - .flex-grow-1: Устанавливает flex-grow на 1.
  - .flex-shrink-0: Устанавливает flex-shrink на 0.
  - .flex-shrink-1: Устанавливает flex-shrink на 1.
  - .flex-basis-0: Устанавливает flex-basis на 0.
  - .flex-basis-auto: Устанавливает flex-basis на auto.
  - .flex-basis-25: Устанавливает flex-basis на 25%.
  - .flex-basis-33: Устанавливает flex-basis на 33%.
  - .flex-basis-50: Устанавливает flex-basis на 50%.
  - .flex-basis-75: Устанавливает flex-basis на 75%.
  - .flex-basis-100: Устанавливает flex-basis на 100%.
  - .align-self-start: Выравнивает элемент по началу.
  - .align-self-center: Выравнивает элемент по центру.
  - .align-self-end: Выравнивает элемент по концу.
  - .align-self-stretch: Растягивает элемент для заполнения контейнера.
  - .order-first: Устанавливает порядок на -1.
  - .order-last: Устанавливает порядок на 1.
  - .order-0 до .order-3: Устанавливает определенные значения порядка.

  Адаптивные Классы (для экранов <= 960px):
  - .flex-row-m: Устанавливает направление flex на строку.
  - .flex-column-m: Устанавливает направление flex на колонку.
  - .flex-wrap-m: Включает перенос flex-элементов.
  - .flex-nowrap-m: Отключает перенос flex-элементов.
  - .flex-row-reverse-m: Устанавливает направление flex на обратную строку.
  - .flex-column-reverse-m: Устанавливает направление flex на обратную колонку.
  - .align-items-start-m: Выравнивает flex-элементы по началу.
  - .align-items-center-m: Выравнивает flex-элементы по центру.
  - .align-items-end-m: Выравнивает flex-элементы по концу.
  - .align-items-stretch-m: Растягивает flex-элементы для заполнения контейнера.
  - .justify-content-start-m: Выравнивает содержимое по началу.
  - .justify-content-center-m: Выравнивает содержимое по центру.
  - .justify-content-end-m: Выравнивает содержимое по концу.
  - .justify-content-between-m: Выравнивает содержимое с пространством между элементами.
  - .justify-content-around-m: Выравнивает содержимое с пространством вокруг элементов.
  - .justify-content-evenly-m: Выравнивает содержимое с равным пространством вокруг элементов.
  - .gap-1-m: Устанавливает gap на 4px.
  - .gap-2-m: Устанавливает gap на 8px.
  - .gap-3-m: Устанавливает gap на 16px.
  - .gap-4-m: Устанавливает gap на 32px.
  - .gap-5-m: Устанавливает gap на 64px.

  Примеры:
  <div class="flex flex-row justify-content-center flex-column-m align-items-center-m gap-3 gap-2-m">
    <div class="flex-item flex-grow-1 flex-basis-50-m">Item 1</div>
    <div class="flex-item flex-grow-1 flex-basis-50-m">Item 2</div>
    <div class="flex-item flex-grow-1 flex-basis-50-m">Item 3</div>
  </div>
*/
.flex {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (min-width: 961px) {
    .flex {
      flex-direction: row;
      justify-content: space-between;
      align-items: center; } }
  .flex.flex-row {
    flex-direction: row; }
  .flex.flex-column {
    flex-direction: column; }
  .flex.flex-wrap {
    flex-wrap: wrap; }
  .flex.flex-nowrap {
    flex-wrap: nowrap; }
  .flex.flex-row-reverse {
    flex-direction: row-reverse; }
  .flex.flex-column-reverse {
    flex-direction: column-reverse; }
  .flex.align-items-start {
    align-items: flex-start; }
  .flex.align-items-center {
    align-items: center; }
  .flex.align-items-end {
    align-items: flex-end; }
  .flex.align-items-stretch {
    align-items: stretch; }
  .flex.justify-content-start {
    justify-content: flex-start; }
  .flex.justify-content-center {
    justify-content: center; }
  .flex.justify-content-end {
    justify-content: flex-end; }
  .flex.justify-content-between {
    justify-content: space-between; }
  .flex.justify-content-around {
    justify-content: space-around; }
  .flex.justify-content-evenly {
    justify-content: space-evenly; }
  .flex.gap-1 {
    gap: 4px; }
  .flex.gap-2 {
    gap: 8px; }
  .flex.gap-3 {
    gap: 16px; }
  .flex.gap-4 {
    gap: 32px; }
  .flex.gap-5 {
    gap: 64px; }

.flex-item.flex-grow-0 {
  flex-grow: 0; }

.flex-item.flex-grow-1 {
  flex-grow: 1; }

.flex-item.flex-shrink-0 {
  flex-shrink: 0; }

.flex-item.flex-shrink-1 {
  flex-shrink: 1; }

.flex-item.flex-basis-0 {
  flex-basis: 0; }

.flex-item.flex-basis-auto {
  flex-basis: auto; }

.flex-item.flex-basis-25 {
  flex-basis: 25%; }

.flex-item.flex-basis-33 {
  flex-basis: 33%; }

.flex-item.flex-basis-45 {
  flex-basis: 45%; }

.flex-item.flex-basis-50 {
  flex-basis: 50%; }

.flex-item.flex-basis-75 {
  flex-basis: 75%; }

.flex-item.flex-basis-100 {
  flex-basis: 100%; }

.flex-item.align-self-start {
  align-self: flex-start; }

.flex-item.align-self-center {
  align-self: center; }

.flex-item.align-self-end {
  align-self: flex-end; }

.flex-item.align-self-stretch {
  align-self: stretch; }

.flex-item.order-first {
  order: -1; }

.flex-item.order-last {
  order: 1; }

.flex-item.order-0 {
  order: 0; }

.flex-item.order-1 {
  order: 1; }

.flex-item.order-2 {
  order: 2; }

.flex-item.order-3 {
  order: 3; }

@media (max-width: 960px) {
  .flex.flex-row-m {
    flex-direction: row; }
  .flex.flex-column-m {
    flex-direction: column; }
    .flex.flex-column-m.flex-wrap-m {
      flex-wrap: wrap; }
    .flex.flex-column-m.flex-nowrap-m {
      flex-wrap: nowrap; }
    .flex.flex-column-m.flex-row-reverse-m {
      flex-direction: row-reverse; }
    .flex.flex-column-m.flex-column-reverse-m {
      flex-direction: column-reverse; }
    .flex.flex-column-m.align-items-start-m {
      align-items: flex-start; }
    .flex.flex-column-m.align-items-center-m {
      align-items: center; }
    .flex.flex-column-m.align-items-end-m {
      align-items: flex-end; }
    .flex.flex-column-m.align-items-stretch-m {
      align-items: stretch; }
    .flex.flex-column-m.justify-content-start-m {
      justify-content: flex-start; }
    .flex.flex-column-m.justify-content-center-m {
      justify-content: center; }
    .flex.flex-column-m.justify-content-end-m {
      justify-content: flex-end; }
    .flex.flex-column-m.justify-content-between-m {
      justify-content: space-between; }
    .flex.flex-column-m.justify-content-around-m {
      justify-content: space-around; }
    .flex.flex-column-m.justify-content-evenly-m {
      justify-content: space-evenly; }
    .flex.flex-column-m.gap-1-m {
      gap: 4px; }
    .flex.flex-column-m.gap-2-m {
      gap: 8px; }
    .flex.flex-column-m.gap-3-m {
      gap: 16px; }
    .flex.flex-column-m.gap-4-m {
      gap: 32px; }
    .flex.flex-column-m.gap-5-m {
      gap: 64px; } }
