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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dd {
  margin-left: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Header cell
 ========================================================================== */
/*
 * 1. Style
 */
.uk-table th {
  padding: 16px 12px;
  text-align: left;
  vertical-align: bottom;
  /* 1 */
  font-size: 0.875rem;
  font-weight: normal;
  color: #999;
  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 > *, .uk-icon > *::before, .uk-icon > *::after {
  transform: translate(0, 0); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
 * Nav items
 */
.uk-navbar-nav > li > a {
  color: #999;
  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 > *, .uk-navbar-dropdown-grid > *::before, .uk-navbar-dropdown-grid > *::after {
  padding-left: 50px; }

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

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

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

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

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

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

/*
 * Dropbar modifier
 */
.uk-navbar-dropdown-dropbar {
  margin-top: 0;
  margin-bottom: 0;
  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 > *, .uk-navbar-dropdown-grid > *::before, .uk-navbar-dropdown-grid > *::after {
  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 > *, .uk-subnav > *::before, .uk-subnav > *::after {
  /* 1 */
  flex: none;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  position: relative; }

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

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

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

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

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

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

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

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

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

/* ========================================================================
   Component: Tab
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Gutter
 * 3. Reset list
 */
.uk-tab {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin-left: -20px;
  /* 3 */
  padding: 0;
  list-style: none;
  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 > *, .uk-tab > *::before, .uk-tab > *::after {
  /* 1 */
  flex: none;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  position: relative; }

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

/* Active */
.uk-tab > .uk-active > a {
  color: #333;
  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, .uk-tab-bottom > *::before > a, .uk-tab-bottom > *::after > 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-left > *::before, .uk-tab-left > *::after,
.uk-tab-right > *,
.uk-tab-right > *::before,
.uk-tab-right > *::after {
  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, .uk-tab-left > *::before > a, .uk-tab-left > *::after > a {
  text-align: left;
  border-right: 1px solid transparent;
  border-bottom: none; }

.uk-tab-right > * > a, .uk-tab-right > *::before > a, .uk-tab-right > *::after > 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 > *, .uk-dotnav > *::before, .uk-dotnav > *::after {
  /* 1 */
  flex: none;
  /* 2 */
  padding-left: 12px; }

/* Items
 ========================================================================== */
/*
 * Items
 * 1. Hide text if present
 */
.uk-dotnav > * > *, .uk-dotnav > *::before > *, .uk-dotnav > *::after > *, .uk-dotnav > * > *::before, .uk-dotnav > *::before > *::before, .uk-dotnav > *::after > *::before, .uk-dotnav > * > *::after, .uk-dotnav > *::before > *::after, .uk-dotnav > *::after > *::after {
  display: block;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: transparent;
  /* 1 */
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  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 > *::before > :hover, .uk-dotnav > *::after > :hover,
.uk-dotnav > * > :focus,
.uk-dotnav > *::before > :focus,
.uk-dotnav > *::after > :focus {
  background-color: rgba(102, 102, 102, 0.6);
  outline: none;
  border-color: transparent; }

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

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

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

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

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

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

/* Items
 ========================================================================== */
/*
 * Items
 */
.uk-thumbnav > * > *, .uk-thumbnav > *::before > *, .uk-thumbnav > *::after > *, .uk-thumbnav > * > *::before, .uk-thumbnav > *::before > *::before, .uk-thumbnav > *::after > *::before, .uk-thumbnav > * > *::after, .uk-thumbnav > *::before > *::after, .uk-thumbnav > *::after > *::after {
  display: inline-block;
  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 > *::before > :hover, .uk-thumbnav > *::after > :hover,
.uk-thumbnav > * > :focus,
.uk-thumbnav > *::before > :focus,
.uk-thumbnav > *::after > :focus {
  outline: none; }
  .uk-thumbnav > * > :hover::after, .uk-thumbnav > *::before > :hover::after, .uk-thumbnav > *::after > :hover::after,
  .uk-thumbnav > * > :focus::after,
  .uk-thumbnav > *::before > :focus::after,
  .uk-thumbnav > *::after > :focus::after {
    background-color: transparent; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================================================
   Component: Dropdown
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Set a default width
 * 4. Style
 */
.uk-dropdown {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1020;
  /* 3 */
  box-sizing: border-box;
  min-width: 200px;
  /* 4 */
  padding: 25px;
  background: #fff;
  color: #666;
  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 > *, .uk-dropdown-stack .uk-dropdown-grid > *::before, .uk-dropdown-stack .uk-dropdown-grid > *::after {
  width: 100% !important; }

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

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

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

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

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

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

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

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

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

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

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

.uk-modal-header {
  padding: 15px 30px;
  background: #fff;
  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 + *, [class*='uk-modal-close-']:first-child + *::before, [class*='uk-modal-close-']:first-child + *::after {
  margin-top: 0; }

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

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

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

/*
 * Full
 */
.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 > *, .uk-lightbox-items > *::before, .uk-lightbox-items > *::after {
  /* 1 */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  display: none;
  justify-content: center;
  align-items: center;
  /* 3 */
  color: rgba(255, 255, 255, 0.7);
  /* 4 */
  will-change: transform, opacity; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uk-animation-slow {
  animation-duration: 1s; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uk-text-meta {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #999; }
  .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'], *::before + [class*='uk-align'], *::after + [class*='uk-align'] {
  margin-top: 30px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================================================
   Component: Inverse
 ========================================================================== */
/*
 * Implemented class depends on the general theme color
 * `uk-light` is for light colors on dark backgrounds
 * `uk-dark` is or dark colors on light backgrounds
 */
.uk-light, .uk-offcanvas-bar {
  color: rgba(255, 255, 255, 0.7); }
  .uk-light a, .uk-offcanvas-bar a,
  .uk-light .uk-link,
  .uk-offcanvas-bar .uk-link {
    color: #fff; }
  .uk-light a:hover, .uk-offcanvas-bar a:hover,
  .uk-light .uk-link:hover,
  .uk-offcanvas-bar .uk-link:hover {
    color: #fff; }
  .uk-light :not(pre) > code, .uk-offcanvas-bar :not(pre) > code,
  .uk-light :not(pre) > kbd,
  .uk-offcanvas-bar :not(pre) > kbd,
  .uk-light :not(pre) > samp,
  .uk-offcanvas-bar :not(pre) > samp {
    color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.1); }
  .uk-light em, .uk-offcanvas-bar em {
    color: #fff; }
  .uk-light h1, .uk-offcanvas-bar h1, .uk-light .uk-h1, .uk-offcanvas-bar .uk-h1,
  .uk-light h2,
  .uk-offcanvas-bar h2, .uk-light .uk-h2, .uk-offcanvas-bar .uk-h2,
  .uk-light h3,
  .uk-offcanvas-bar h3, .uk-light .uk-h3, .uk-offcanvas-bar .uk-h3,
  .uk-light h4,
  .uk-offcanvas-bar h4, .uk-light .uk-h4, .uk-offcanvas-bar .uk-h4,
  .uk-light h5,
  .uk-offcanvas-bar h5, .uk-light .uk-h5, .uk-offcanvas-bar .uk-h5,
  .uk-light h6,
  .uk-offcanvas-bar h6, .uk-light .uk-h6, .uk-offcanvas-bar .uk-h6,
  .uk-light .uk-heading-small,
  .uk-offcanvas-bar .uk-heading-small,
  .uk-light .uk-heading-medium,
  .uk-offcanvas-bar .uk-heading-medium,
  .uk-light .uk-heading-large,
  .uk-offcanvas-bar .uk-heading-large,
  .uk-light .uk-heading-xlarge,
  .uk-offcanvas-bar .uk-heading-xlarge,
  .uk-light .uk-heading-2xlarge,
  .uk-offcanvas-bar .uk-heading-2xlarge {
    color: #fff; }
  .uk-light blockquote, .uk-offcanvas-bar blockquote {
    color: #fff; }
  .uk-light blockquote footer, .uk-offcanvas-bar blockquote footer {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light hr, .uk-offcanvas-bar hr, .uk-light .uk-hr, .uk-offcanvas-bar .uk-hr {
    border-top-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-link-muted, .uk-offcanvas-bar .uk-link-muted,
  .uk-light .uk-link-muted a,
  .uk-offcanvas-bar .uk-link-muted a {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-link-muted:hover, .uk-offcanvas-bar .uk-link-muted:hover,
  .uk-light .uk-link-muted a:hover,
  .uk-offcanvas-bar .uk-link-muted a:hover {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-link-text:hover, .uk-offcanvas-bar .uk-link-text:hover,
  .uk-light .uk-link-text a:hover,
  .uk-offcanvas-bar .uk-link-text a:hover {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-link-heading:hover, .uk-offcanvas-bar .uk-link-heading:hover,
  .uk-light .uk-link-heading a:hover,
  .uk-offcanvas-bar .uk-link-heading a:hover {
    color: #fff; }
  .uk-light .uk-heading-divider, .uk-offcanvas-bar .uk-heading-divider {
    border-bottom-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-heading-bullet::before, .uk-offcanvas-bar .uk-heading-bullet::before {
    border-left-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-heading-line > ::before, .uk-offcanvas-bar .uk-heading-line > ::before,
  .uk-light .uk-heading-line > ::after,
  .uk-offcanvas-bar .uk-heading-line > ::after {
    border-bottom-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-divider-icon, .uk-offcanvas-bar .uk-divider-icon {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22rgba(255, 255, 255, 0.2)%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A"); }
  .uk-light .uk-divider-icon::before, .uk-offcanvas-bar .uk-divider-icon::before,
  .uk-light .uk-divider-icon::after,
  .uk-offcanvas-bar .uk-divider-icon::after {
    border-bottom-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-divider-small::after, .uk-offcanvas-bar .uk-divider-small::after {
    border-top-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-divider-vertical, .uk-offcanvas-bar .uk-divider-vertical {
    border-left-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-list-divider > li:nth-child(n+2), .uk-offcanvas-bar .uk-list-divider > li:nth-child(n+2) {
    border-top-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-list-striped > li:nth-of-type(odd), .uk-offcanvas-bar .uk-list-striped > li:nth-of-type(odd) {
    border-top-color: rgba(255, 255, 255, 0.2);
    border-bottom-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-list-striped > li:nth-of-type(odd), .uk-offcanvas-bar .uk-list-striped > li:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.1); }
  .uk-light .uk-list-bullet > li::before, .uk-offcanvas-bar .uk-list-bullet > li::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E"); }
  .uk-light .uk-icon-link, .uk-offcanvas-bar .uk-icon-link {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-icon-link:hover, .uk-offcanvas-bar .uk-icon-link:hover,
  .uk-light .uk-icon-link:focus,
  .uk-offcanvas-bar .uk-icon-link:focus {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-icon-link:active, .uk-offcanvas-bar .uk-icon-link:active,
  .uk-light .uk-active > .uk-icon-link,
  .uk-offcanvas-bar .uk-active > .uk-icon-link {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-icon-button, .uk-offcanvas-bar .uk-icon-button {
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-icon-button:hover, .uk-offcanvas-bar .uk-icon-button:hover,
  .uk-light .uk-icon-button:focus,
  .uk-offcanvas-bar .uk-icon-button:focus {
    background-color: rgba(242, 242, 242, 0.1);
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-icon-button:active, .uk-offcanvas-bar .uk-icon-button:active {
    background-color: rgba(230, 230, 230, 0.1);
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-input, .uk-offcanvas-bar .uk-input,
  .uk-light .uk-select,
  .uk-offcanvas-bar .uk-select,
  .uk-light .uk-textarea,
  .uk-offcanvas-bar .uk-textarea {
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7);
    background-clip: padding-box;
    border-color: rgba(255, 255, 255, 0.2); }
    .uk-light .uk-input:focus, .uk-offcanvas-bar .uk-input:focus,
    .uk-light .uk-select:focus,
    .uk-offcanvas-bar .uk-select:focus,
    .uk-light .uk-textarea:focus,
    .uk-offcanvas-bar .uk-textarea:focus {
      background-color: rgba(255, 255, 255, 0.1);
      color: rgba(255, 255, 255, 0.7);
      border-color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-input::-ms-input-placeholder, .uk-offcanvas-bar .uk-input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important; }
  .uk-light .uk-input::placeholder, .uk-offcanvas-bar .uk-input::placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-textarea::-ms-input-placeholder, .uk-offcanvas-bar .uk-textarea::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important; }
  .uk-light .uk-textarea::placeholder, .uk-offcanvas-bar .uk-textarea::placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-select:not([multiple]):not([size]), .uk-offcanvas-bar .uk-select:not([multiple]):not([size]) {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A"); }
  .uk-light .uk-input[list]:hover, .uk-offcanvas-bar .uk-input[list]:hover,
  .uk-light .uk-input[list]:focus,
  .uk-offcanvas-bar .uk-input[list]:focus {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A"); }
  .uk-light .uk-radio, .uk-offcanvas-bar .uk-radio,
  .uk-light .uk-checkbox,
  .uk-offcanvas-bar .uk-checkbox {
    background-color: rgba(242, 242, 242, 0.1);
    border-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-radio:focus, .uk-offcanvas-bar .uk-radio:focus,
  .uk-light .uk-checkbox:focus,
  .uk-offcanvas-bar .uk-checkbox:focus {
    border-color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-radio:checked, .uk-offcanvas-bar .uk-radio:checked,
  .uk-light .uk-checkbox:checked,
  .uk-offcanvas-bar .uk-checkbox:checked,
  .uk-light .uk-checkbox:indeterminate,
  .uk-offcanvas-bar .uk-checkbox:indeterminate {
    background-color: #fff;
    border-color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-radio:checked:focus, .uk-offcanvas-bar .uk-radio:checked:focus,
  .uk-light .uk-checkbox:checked:focus,
  .uk-offcanvas-bar .uk-checkbox:checked:focus,
  .uk-light .uk-checkbox:indeterminate:focus,
  .uk-offcanvas-bar .uk-checkbox:indeterminate:focus {
    background-color: #e6e6e6; }
  .uk-light .uk-radio:checked, .uk-offcanvas-bar .uk-radio:checked {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23666%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E"); }
  
  .uk-light .uk-checkbox:checked,
  .uk-offcanvas-bar .uk-checkbox:checked {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A"); }
  
  .uk-light .uk-checkbox:indeterminate,
  .uk-offcanvas-bar .uk-checkbox:indeterminate {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E"); }
  .uk-light .uk-form-label, .uk-offcanvas-bar .uk-form-label {
    color: #fff; }
  .uk-light .uk-form-icon, .uk-offcanvas-bar .uk-form-icon {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-form-icon:hover, .uk-offcanvas-bar .uk-form-icon:hover {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-button-default, .uk-offcanvas-bar .uk-button-default {
    background-color: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-button-default:hover, .uk-offcanvas-bar .uk-button-default:hover,
  .uk-light .uk-button-default:focus,
  .uk-offcanvas-bar .uk-button-default:focus {
    background-color: transparent;
    color: #fff;
    border-color: #fff; }
  .uk-light .uk-button-default:active, .uk-offcanvas-bar .uk-button-default:active,
  .uk-light .uk-button-default.uk-active,
  .uk-offcanvas-bar .uk-button-default.uk-active {
    background-color: transparent;
    color: #fff;
    border-color: #fff; }
  .uk-light .uk-button-primary, .uk-offcanvas-bar .uk-button-primary {
    background-color: #fff;
    color: #666; }
  .uk-light .uk-button-primary:hover, .uk-offcanvas-bar .uk-button-primary:hover,
  .uk-light .uk-button-primary:focus,
  .uk-offcanvas-bar .uk-button-primary:focus {
    background-color: #f2f2f2;
    color: #666; }
  .uk-light .uk-button-primary:active, .uk-offcanvas-bar .uk-button-primary:active,
  .uk-light .uk-button-primary.uk-active,
  .uk-offcanvas-bar .uk-button-primary.uk-active {
    background-color: #e6e6e6;
    color: #666; }
  .uk-light .uk-button-secondary, .uk-offcanvas-bar .uk-button-secondary {
    background-color: #fff;
    color: #666; }
  .uk-light .uk-button-secondary:hover, .uk-offcanvas-bar .uk-button-secondary:hover,
  .uk-light .uk-button-secondary:focus,
  .uk-offcanvas-bar .uk-button-secondary:focus {
    background-color: #f2f2f2;
    color: #666; }
  .uk-light .uk-button-secondary:active, .uk-offcanvas-bar .uk-button-secondary:active,
  .uk-light .uk-button-secondary.uk-active,
  .uk-offcanvas-bar .uk-button-secondary.uk-active {
    background-color: #e6e6e6;
    color: #666; }
  .uk-light .uk-button-text, .uk-offcanvas-bar .uk-button-text {
    color: #fff; }
    .uk-light .uk-button-text::before, .uk-offcanvas-bar .uk-button-text::before {
      border-bottom-color: #fff; }
  .uk-light .uk-button-text:hover, .uk-offcanvas-bar .uk-button-text:hover,
  .uk-light .uk-button-text:focus,
  .uk-offcanvas-bar .uk-button-text:focus {
    color: #fff; }
  .uk-light .uk-button-text:disabled, .uk-offcanvas-bar .uk-button-text:disabled {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-button-link, .uk-offcanvas-bar .uk-button-link {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-button-link:hover, .uk-offcanvas-bar .uk-button-link:hover,
  .uk-light .uk-button-link:focus,
  .uk-offcanvas-bar .uk-button-link:focus {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-grid-divider > :not(.uk-first-column)::before, .uk-offcanvas-bar .uk-grid-divider > :not(.uk-first-column)::before {
    border-left-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-offcanvas-bar .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
    border-top-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-close, .uk-offcanvas-bar .uk-close {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-close:hover, .uk-offcanvas-bar .uk-close:hover,
  .uk-light .uk-close:focus,
  .uk-offcanvas-bar .uk-close:focus {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-totop, .uk-offcanvas-bar .uk-totop {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-totop:hover, .uk-offcanvas-bar .uk-totop:hover,
  .uk-light .uk-totop:focus,
  .uk-offcanvas-bar .uk-totop:focus {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-totop:active, .uk-offcanvas-bar .uk-totop:active {
    color: #fff; }
  .uk-light .uk-badge, .uk-offcanvas-bar .uk-badge {
    background-color: #fff;
    color: #666; }
  .uk-light .uk-badge:hover, .uk-offcanvas-bar .uk-badge:hover,
  .uk-light .uk-badge:focus,
  .uk-offcanvas-bar .uk-badge:focus {
    color: #666; }
  .uk-light .uk-label, .uk-offcanvas-bar .uk-label {
    background-color: #fff;
    color: #666; }
  .uk-light .uk-article-meta, .uk-offcanvas-bar .uk-article-meta {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-search-input, .uk-offcanvas-bar .uk-search-input {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-search-input:-ms-input-placeholder, .uk-offcanvas-bar .uk-search-input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important; }
  .uk-light .uk-search-input::placeholder, .uk-offcanvas-bar .uk-search-input::placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-search .uk-search-icon, .uk-offcanvas-bar .uk-search .uk-search-icon {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-search .uk-search-icon:hover, .uk-offcanvas-bar .uk-search .uk-search-icon:hover {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-search-default .uk-search-input, .uk-offcanvas-bar .uk-search-default .uk-search-input {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-search-default .uk-search-input:focus, .uk-offcanvas-bar .uk-search-default .uk-search-input:focus {
    background-color: transparent; }
  .uk-light .uk-search-navbar .uk-search-input, .uk-offcanvas-bar .uk-search-navbar .uk-search-input {
    background-color: transparent; }
  .uk-light .uk-search-large .uk-search-input, .uk-offcanvas-bar .uk-search-large .uk-search-input {
    background-color: transparent; }
  .uk-light .uk-search-toggle, .uk-offcanvas-bar .uk-search-toggle {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-search-toggle:hover, .uk-offcanvas-bar .uk-search-toggle:hover,
  .uk-light .uk-search-toggle:focus,
  .uk-offcanvas-bar .uk-search-toggle:focus {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-nav-parent-icon > .uk-parent > a::after, .uk-offcanvas-bar .uk-nav-parent-icon > .uk-parent > a::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22rgba(255, 255, 255, 0.7)%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E"); }
  .uk-light .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-offcanvas-bar .uk-nav-parent-icon > .uk-parent.uk-open > a::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22rgba(255, 255, 255, 0.7)%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E"); }
  .uk-light .uk-nav-default > li > a, .uk-offcanvas-bar .uk-nav-default > li > a {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-nav-default > li > a:hover, .uk-offcanvas-bar .uk-nav-default > li > a:hover,
  .uk-light .uk-nav-default > li > a:focus,
  .uk-offcanvas-bar .uk-nav-default > li > a:focus {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-nav-default > li.uk-active > a, .uk-offcanvas-bar .uk-nav-default > li.uk-active > a {
    color: #fff; }
  .uk-light .uk-nav-default .uk-nav-header, .uk-offcanvas-bar .uk-nav-default .uk-nav-header {
    color: #fff; }
  .uk-light .uk-nav-default .uk-nav-divider, .uk-offcanvas-bar .uk-nav-default .uk-nav-divider {
    border-top-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-nav-default .uk-nav-sub a, .uk-offcanvas-bar .uk-nav-default .uk-nav-sub a {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-nav-default .uk-nav-sub a:hover, .uk-offcanvas-bar .uk-nav-default .uk-nav-sub a:hover,
  .uk-light .uk-nav-default .uk-nav-sub a:focus,
  .uk-offcanvas-bar .uk-nav-default .uk-nav-sub a:focus {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-offcanvas-bar .uk-nav-default .uk-nav-sub li.uk-active > a {
    color: #fff; }
  .uk-light .uk-nav-primary > li > a, .uk-offcanvas-bar .uk-nav-primary > li > a {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-nav-primary > li > a:hover, .uk-offcanvas-bar .uk-nav-primary > li > a:hover,
  .uk-light .uk-nav-primary > li > a:focus,
  .uk-offcanvas-bar .uk-nav-primary > li > a:focus {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-nav-primary > li.uk-active > a, .uk-offcanvas-bar .uk-nav-primary > li.uk-active > a {
    color: #fff; }
  .uk-light .uk-nav-primary .uk-nav-header, .uk-offcanvas-bar .uk-nav-primary .uk-nav-header {
    color: #fff; }
  .uk-light .uk-nav-primary .uk-nav-divider, .uk-offcanvas-bar .uk-nav-primary .uk-nav-divider {
    border-top-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-nav-primary .uk-nav-sub a, .uk-offcanvas-bar .uk-nav-primary .uk-nav-sub a {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-nav-primary .uk-nav-sub a:hover, .uk-offcanvas-bar .uk-nav-primary .uk-nav-sub a:hover,
  .uk-light .uk-nav-primary .uk-nav-sub a:focus,
  .uk-offcanvas-bar .uk-nav-primary .uk-nav-sub a:focus {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-offcanvas-bar .uk-nav-primary .uk-nav-sub li.uk-active > a {
    color: #fff; }
  .uk-light .uk-navbar-nav > li > a, .uk-offcanvas-bar .uk-navbar-nav > li > a {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-navbar-nav > li:hover > a, .uk-offcanvas-bar .uk-navbar-nav > li:hover > a,
  .uk-light .uk-navbar-nav > li > a:focus,
  .uk-offcanvas-bar .uk-navbar-nav > li > a:focus,
  .uk-light .uk-navbar-nav > li > a.uk-open,
  .uk-offcanvas-bar .uk-navbar-nav > li > a.uk-open {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-navbar-nav > li > a:active, .uk-offcanvas-bar .uk-navbar-nav > li > a:active {
    color: #fff; }
  .uk-light .uk-navbar-nav > li.uk-active > a, .uk-offcanvas-bar .uk-navbar-nav > li.uk-active > a {
    color: #fff; }
  .uk-light .uk-navbar-item, .uk-offcanvas-bar .uk-navbar-item {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-navbar-toggle, .uk-offcanvas-bar .uk-navbar-toggle {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-navbar-toggle:hover, .uk-offcanvas-bar .uk-navbar-toggle:hover,
  .uk-light .uk-navbar-toggle:focus,
  .uk-offcanvas-bar .uk-navbar-toggle:focus,
  .uk-light .uk-navbar-toggle.uk-open,
  .uk-offcanvas-bar .uk-navbar-toggle.uk-open {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-subnav > * > :first-child, .uk-offcanvas-bar .uk-subnav > * > :first-child, .uk-light .uk-subnav > *::before > :first-child, .uk-offcanvas-bar .uk-subnav > *::before > :first-child, .uk-light .uk-subnav > *::after > :first-child, .uk-offcanvas-bar .uk-subnav > *::after > :first-child {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-subnav > * > a:hover, .uk-offcanvas-bar .uk-subnav > * > a:hover, .uk-light .uk-subnav > *::before > a:hover, .uk-offcanvas-bar .uk-subnav > *::before > a:hover, .uk-light .uk-subnav > *::after > a:hover, .uk-offcanvas-bar .uk-subnav > *::after > a:hover,
  .uk-light .uk-subnav > * > a:focus,
  .uk-offcanvas-bar .uk-subnav > * > a:focus,
  .uk-light .uk-subnav > *::before > a:focus,
  .uk-offcanvas-bar .uk-subnav > *::before > a:focus,
  .uk-light .uk-subnav > *::after > a:focus,
  .uk-offcanvas-bar .uk-subnav > *::after > a:focus {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-subnav > .uk-active > a, .uk-offcanvas-bar .uk-subnav > .uk-active > a {
    color: #fff; }
  .uk-light .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-offcanvas-bar .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
    border-left-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-subnav-pill > * > :first-child, .uk-offcanvas-bar .uk-subnav-pill > * > :first-child, .uk-light .uk-subnav-pill > *::before > :first-child, .uk-offcanvas-bar .uk-subnav-pill > *::before > :first-child, .uk-light .uk-subnav-pill > *::after > :first-child, .uk-offcanvas-bar .uk-subnav-pill > *::after > :first-child {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-subnav-pill > * > a:hover, .uk-offcanvas-bar .uk-subnav-pill > * > a:hover, .uk-light .uk-subnav-pill > *::before > a:hover, .uk-offcanvas-bar .uk-subnav-pill > *::before > a:hover, .uk-light .uk-subnav-pill > *::after > a:hover, .uk-offcanvas-bar .uk-subnav-pill > *::after > a:hover,
  .uk-light .uk-subnav-pill > * > a:focus,
  .uk-offcanvas-bar .uk-subnav-pill > * > a:focus,
  .uk-light .uk-subnav-pill > *::before > a:focus,
  .uk-offcanvas-bar .uk-subnav-pill > *::before > a:focus,
  .uk-light .uk-subnav-pill > *::after > a:focus,
  .uk-offcanvas-bar .uk-subnav-pill > *::after > a:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-subnav-pill > * > a:active, .uk-offcanvas-bar .uk-subnav-pill > * > a:active, .uk-light .uk-subnav-pill > *::before > a:active, .uk-offcanvas-bar .uk-subnav-pill > *::before > a:active, .uk-light .uk-subnav-pill > *::after > a:active, .uk-offcanvas-bar .uk-subnav-pill > *::after > a:active {
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-subnav-pill > .uk-active > a, .uk-offcanvas-bar .uk-subnav-pill > .uk-active > a {
    background-color: #fff;
    color: #666; }
  .uk-light .uk-subnav > .uk-disabled > a, .uk-offcanvas-bar .uk-subnav > .uk-disabled > a {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-breadcrumb > * > *, .uk-offcanvas-bar .uk-breadcrumb > * > *, .uk-light .uk-breadcrumb > *::before > *, .uk-offcanvas-bar .uk-breadcrumb > *::before > *, .uk-light .uk-breadcrumb > *::after > *, .uk-offcanvas-bar .uk-breadcrumb > *::after > *, .uk-light .uk-breadcrumb > * > *::before, .uk-offcanvas-bar .uk-breadcrumb > * > *::before, .uk-light .uk-breadcrumb > *::before > *::before, .uk-offcanvas-bar .uk-breadcrumb > *::before > *::before, .uk-light .uk-breadcrumb > *::after > *::before, .uk-offcanvas-bar .uk-breadcrumb > *::after > *::before, .uk-light .uk-breadcrumb > * > *::after, .uk-offcanvas-bar .uk-breadcrumb > * > *::after, .uk-light .uk-breadcrumb > *::before > *::after, .uk-offcanvas-bar .uk-breadcrumb > *::before > *::after, .uk-light .uk-breadcrumb > *::after > *::after, .uk-offcanvas-bar .uk-breadcrumb > *::after > *::after {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-breadcrumb > * > :hover, .uk-offcanvas-bar .uk-breadcrumb > * > :hover, .uk-light .uk-breadcrumb > *::before > :hover, .uk-offcanvas-bar .uk-breadcrumb > *::before > :hover, .uk-light .uk-breadcrumb > *::after > :hover, .uk-offcanvas-bar .uk-breadcrumb > *::after > :hover,
  .uk-light .uk-breadcrumb > * > :focus,
  .uk-offcanvas-bar .uk-breadcrumb > * > :focus,
  .uk-light .uk-breadcrumb > *::before > :focus,
  .uk-offcanvas-bar .uk-breadcrumb > *::before > :focus,
  .uk-light .uk-breadcrumb > *::after > :focus,
  .uk-offcanvas-bar .uk-breadcrumb > *::after > :focus {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-breadcrumb > :last-child > *, .uk-offcanvas-bar .uk-breadcrumb > :last-child > *, .uk-light .uk-breadcrumb > :last-child > *::before, .uk-offcanvas-bar .uk-breadcrumb > :last-child > *::before, .uk-light .uk-breadcrumb > :last-child > *::after, .uk-offcanvas-bar .uk-breadcrumb > :last-child > *::after {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-offcanvas-bar .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-pagination > * > *, .uk-offcanvas-bar .uk-pagination > * > *, .uk-light .uk-pagination > *::before > *, .uk-offcanvas-bar .uk-pagination > *::before > *, .uk-light .uk-pagination > *::after > *, .uk-offcanvas-bar .uk-pagination > *::after > *, .uk-light .uk-pagination > * > *::before, .uk-offcanvas-bar .uk-pagination > * > *::before, .uk-light .uk-pagination > *::before > *::before, .uk-offcanvas-bar .uk-pagination > *::before > *::before, .uk-light .uk-pagination > *::after > *::before, .uk-offcanvas-bar .uk-pagination > *::after > *::before, .uk-light .uk-pagination > * > *::after, .uk-offcanvas-bar .uk-pagination > * > *::after, .uk-light .uk-pagination > *::before > *::after, .uk-offcanvas-bar .uk-pagination > *::before > *::after, .uk-light .uk-pagination > *::after > *::after, .uk-offcanvas-bar .uk-pagination > *::after > *::after {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-pagination > * > :hover, .uk-offcanvas-bar .uk-pagination > * > :hover, .uk-light .uk-pagination > *::before > :hover, .uk-offcanvas-bar .uk-pagination > *::before > :hover, .uk-light .uk-pagination > *::after > :hover, .uk-offcanvas-bar .uk-pagination > *::after > :hover,
  .uk-light .uk-pagination > * > :focus,
  .uk-offcanvas-bar .uk-pagination > * > :focus,
  .uk-light .uk-pagination > *::before > :focus,
  .uk-offcanvas-bar .uk-pagination > *::before > :focus,
  .uk-light .uk-pagination > *::after > :focus,
  .uk-offcanvas-bar .uk-pagination > *::after > :focus {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-pagination > .uk-active > *, .uk-offcanvas-bar .uk-pagination > .uk-active > *, .uk-light .uk-pagination > .uk-active > *::before, .uk-offcanvas-bar .uk-pagination > .uk-active > *::before, .uk-light .uk-pagination > .uk-active > *::after, .uk-offcanvas-bar .uk-pagination > .uk-active > *::after {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-pagination > .uk-disabled > *, .uk-offcanvas-bar .uk-pagination > .uk-disabled > *, .uk-light .uk-pagination > .uk-disabled > *::before, .uk-offcanvas-bar .uk-pagination > .uk-disabled > *::before, .uk-light .uk-pagination > .uk-disabled > *::after, .uk-offcanvas-bar .uk-pagination > .uk-disabled > *::after {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-tab::before, .uk-offcanvas-bar .uk-tab::before {
    border-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-tab > * > a, .uk-offcanvas-bar .uk-tab > * > a, .uk-light .uk-tab > *::before > a, .uk-offcanvas-bar .uk-tab > *::before > a, .uk-light .uk-tab > *::after > a, .uk-offcanvas-bar .uk-tab > *::after > a {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-tab > * > a:hover, .uk-offcanvas-bar .uk-tab > * > a:hover, .uk-light .uk-tab > *::before > a:hover, .uk-offcanvas-bar .uk-tab > *::before > a:hover, .uk-light .uk-tab > *::after > a:hover, .uk-offcanvas-bar .uk-tab > *::after > a:hover,
  .uk-light .uk-tab > * > a:focus,
  .uk-offcanvas-bar .uk-tab > * > a:focus,
  .uk-light .uk-tab > *::before > a:focus,
  .uk-offcanvas-bar .uk-tab > *::before > a:focus,
  .uk-light .uk-tab > *::after > a:focus,
  .uk-offcanvas-bar .uk-tab > *::after > a:focus {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-tab > .uk-active > a, .uk-offcanvas-bar .uk-tab > .uk-active > a {
    color: #fff;
    border-color: #fff; }
  .uk-light .uk-tab > .uk-disabled > a, .uk-offcanvas-bar .uk-tab > .uk-disabled > a {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-slidenav, .uk-offcanvas-bar .uk-slidenav {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-slidenav:hover, .uk-offcanvas-bar .uk-slidenav:hover,
  .uk-light .uk-slidenav:focus,
  .uk-offcanvas-bar .uk-slidenav:focus {
    color: rgba(255, 255, 255, 0.95); }
  .uk-light .uk-slidenav:active, .uk-offcanvas-bar .uk-slidenav:active {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-dotnav > * > *, .uk-offcanvas-bar .uk-dotnav > * > *, .uk-light .uk-dotnav > *::before > *, .uk-offcanvas-bar .uk-dotnav > *::before > *, .uk-light .uk-dotnav > *::after > *, .uk-offcanvas-bar .uk-dotnav > *::after > *, .uk-light .uk-dotnav > * > *::before, .uk-offcanvas-bar .uk-dotnav > * > *::before, .uk-light .uk-dotnav > *::before > *::before, .uk-offcanvas-bar .uk-dotnav > *::before > *::before, .uk-light .uk-dotnav > *::after > *::before, .uk-offcanvas-bar .uk-dotnav > *::after > *::before, .uk-light .uk-dotnav > * > *::after, .uk-offcanvas-bar .uk-dotnav > * > *::after, .uk-light .uk-dotnav > *::before > *::after, .uk-offcanvas-bar .uk-dotnav > *::before > *::after, .uk-light .uk-dotnav > *::after > *::after, .uk-offcanvas-bar .uk-dotnav > *::after > *::after {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.9); }
  .uk-light .uk-dotnav > * > :hover, .uk-offcanvas-bar .uk-dotnav > * > :hover, .uk-light .uk-dotnav > *::before > :hover, .uk-offcanvas-bar .uk-dotnav > *::before > :hover, .uk-light .uk-dotnav > *::after > :hover, .uk-offcanvas-bar .uk-dotnav > *::after > :hover,
  .uk-light .uk-dotnav > * > :focus,
  .uk-offcanvas-bar .uk-dotnav > * > :focus,
  .uk-light .uk-dotnav > *::before > :focus,
  .uk-offcanvas-bar .uk-dotnav > *::before > :focus,
  .uk-light .uk-dotnav > *::after > :focus,
  .uk-offcanvas-bar .uk-dotnav > *::after > :focus {
    background-color: rgba(255, 255, 255, 0.9);
    border-color: transparent; }
  .uk-light .uk-dotnav > * > :active, .uk-offcanvas-bar .uk-dotnav > * > :active, .uk-light .uk-dotnav > *::before > :active, .uk-offcanvas-bar .uk-dotnav > *::before > :active, .uk-light .uk-dotnav > *::after > :active, .uk-offcanvas-bar .uk-dotnav > *::after > :active {
    background-color: rgba(255, 255, 255, 0.5);
    border-color: transparent; }
  .uk-light .uk-dotnav > .uk-active > *, .uk-offcanvas-bar .uk-dotnav > .uk-active > *, .uk-light .uk-dotnav > .uk-active > *::before, .uk-offcanvas-bar .uk-dotnav > .uk-active > *::before, .uk-light .uk-dotnav > .uk-active > *::after, .uk-offcanvas-bar .uk-dotnav > .uk-active > *::after {
    background-color: rgba(255, 255, 255, 0.9);
    border-color: transparent; }
  .uk-light .uk-accordion-title::before, .uk-offcanvas-bar .uk-accordion-title::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E"); }
  .uk-light .uk-open > .uk-accordion-title::before, .uk-offcanvas-bar .uk-open > .uk-accordion-title::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E"); }
  .uk-light .uk-iconnav > * > a, .uk-offcanvas-bar .uk-iconnav > * > a, .uk-light .uk-iconnav > *::before > a, .uk-offcanvas-bar .uk-iconnav > *::before > a, .uk-light .uk-iconnav > *::after > a, .uk-offcanvas-bar .uk-iconnav > *::after > a {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-iconnav > * > a:hover, .uk-offcanvas-bar .uk-iconnav > * > a:hover, .uk-light .uk-iconnav > *::before > a:hover, .uk-offcanvas-bar .uk-iconnav > *::before > a:hover, .uk-light .uk-iconnav > *::after > a:hover, .uk-offcanvas-bar .uk-iconnav > *::after > a:hover,
  .uk-light .uk-iconnav > * > a:focus,
  .uk-offcanvas-bar .uk-iconnav > * > a:focus,
  .uk-light .uk-iconnav > *::before > a:focus,
  .uk-offcanvas-bar .uk-iconnav > *::before > a:focus,
  .uk-light .uk-iconnav > *::after > a:focus,
  .uk-offcanvas-bar .uk-iconnav > *::after > a:focus {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-iconnav > .uk-active > a, .uk-offcanvas-bar .uk-iconnav > .uk-active > a {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-text-lead, .uk-offcanvas-bar .uk-text-lead {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-text-meta, .uk-offcanvas-bar .uk-text-meta {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-text-muted, .uk-offcanvas-bar .uk-text-muted {
    color: rgba(255, 255, 255, 0.5) !important; }
  .uk-light .uk-text-emphasis, .uk-offcanvas-bar .uk-text-emphasis {
    color: #fff !important; }
  .uk-light .uk-text-primary, .uk-offcanvas-bar .uk-text-primary {
    color: #fff !important; }
  .uk-light .uk-text-secondary, .uk-offcanvas-bar .uk-text-secondary {
    color: #fff !important; }
  .uk-light .uk-column-divider, .uk-offcanvas-bar .uk-column-divider {
    column-rule-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-logo, .uk-offcanvas-bar .uk-logo {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-logo:hover, .uk-offcanvas-bar .uk-logo:hover,
  .uk-light .uk-logo:focus,
  .uk-offcanvas-bar .uk-logo:focus {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-offcanvas-bar .uk-logo > :not(.uk-logo-inverse):not(:only-of-type) {
    display: none; }
  .uk-light .uk-logo-inverse, .uk-offcanvas-bar .uk-logo-inverse {
    display: inline; }

/* ========================================================================
   Component: Print
 ========================================================================== */
@media print {
  *, *::before, *::after,
  *::before,
  *::after {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; } }

/*======================================
  Selectric v1.13.0
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden; }

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center; }

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none; }

.selectric-focus .selectric {
  border-color: #aaaaaa; }

.selectric-hover .selectric {
  border-color: #c4c4c4; }

.selectric-hover .selectric .button {
  color: #a2a2a2; }

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2; }

.selectric-open {
  z-index: 9999; }

.selectric-open .selectric {
  border-color: #c4c4c4; }

.selectric-open .selectric-items {
  display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }

.selectric-hide-select select {
  position: absolute;
  left: -100%; }

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10; }

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px; }

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto; }

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%; }

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px; }

.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer; }

.selectric-items li.selected {
  background: #E0E0E0;
  color: #444; }

.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444; }

.selectric-items li:hover {
  background: #D5D5D5;
  color: #444; }

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444; }

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1; }

.selectric-items .selectric-group li {
  padding-left: 25px; }

.grey80 {
  color: #4C5D64; }

.grey60 {
  color: #68767C; }

.grey40 {
  color: #9FA4A6; }

.grey20 {
  color: #E0E2E2; }

.green {
  color: #88FC6C; }

.blue {
  color: #00A4EF; }

.skyblue {
  color: #00FFF0; }

.black__bg {
  background-color: #000; }

.wrapper {
  max-width: 100%; }

@font-face {
  font-family: 'DM Sans';
  src: url("../assets/fonts/DMSans-MediumItalic.eot");
  src: url("../assets/fonts/DMSans-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/DMSans-MediumItalic.woff2") format("woff2"), url("../assets/fonts/DMSans-MediumItalic.woff") format("woff"), url("../assets/fonts/DMSans-MediumItalic.ttf") format("truetype"), url("../assets/fonts/DMSans-MediumItalic.svg#DMSans-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'DM Sans';
  src: url("../assets/fonts/DMSans-Medium.eot");
  src: url("../assets/fonts/DMSans-Medium.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/DMSans-Medium.woff2") format("woff2"), url("../assets/fonts/DMSans-Medium.woff") format("woff"), url("../assets/fonts/DMSans-Medium.ttf") format("truetype"), url("../assets/fonts/DMSans-Medium.svg#DMSans-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'DM Mono';
  src: url("../assets/fonts/DMMono-MediumItalic.eot");
  src: url("../assets/fonts/DMMono-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/DMMono-MediumItalic.woff2") format("woff2"), url("../assets/fonts/DMMono-MediumItalic.woff") format("woff"), url("../assets/fonts/DMMono-MediumItalic.ttf") format("truetype"), url("../assets/fonts/DMMono-MediumItalic.svg#DMMono-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'DM Sans';
  src: url("../assets/fonts/DMSans-Regular.eot");
  src: url("../assets/fonts/DMSans-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/DMSans-Regular.woff2") format("woff2"), url("../assets/fonts/DMSans-Regular.woff") format("woff"), url("../assets/fonts/DMSans-Regular.ttf") format("truetype"), url("../assets/fonts/DMSans-Regular.svg#DMSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'DM Mono';
  src: url("../assets/fonts/DMMono-LightItalic.eot");
  src: url("../assets/fonts/DMMono-LightItalic.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/DMMono-LightItalic.woff2") format("woff2"), url("../assets/fonts/DMMono-LightItalic.woff") format("woff"), url("../assets/fonts/DMMono-LightItalic.ttf") format("truetype"), url("../assets/fonts/DMMono-LightItalic.svg#DMMono-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'DM Sans';
  src: url("../assets/fonts/DMSans-BoldItalic.eot");
  src: url("../assets/fonts/DMSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/DMSans-BoldItalic.woff2") format("woff2"), url("../assets/fonts/DMSans-BoldItalic.woff") format("woff"), url("../assets/fonts/DMSans-BoldItalic.ttf") format("truetype"), url("../assets/fonts/DMSans-BoldItalic.svg#DMSans-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'DM Sans';
  src: url("../assets/fonts/DMSans-Italic.eot");
  src: url("../assets/fonts/DMSans-Italic.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/DMSans-Italic.woff2") format("woff2"), url("../assets/fonts/DMSans-Italic.woff") format("woff"), url("../assets/fonts/DMSans-Italic.ttf") format("truetype"), url("../assets/fonts/DMSans-Italic.svg#DMSans-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'DM Mono';
  src: url("../assets/fonts/DMMono-Light.eot");
  src: url("../assets/fonts/DMMono-Light.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/DMMono-Light.woff2") format("woff2"), url("../assets/fonts/DMMono-Light.woff") format("woff"), url("../assets/fonts/DMMono-Light.ttf") format("truetype"), url("../assets/fonts/DMMono-Light.svg#DMMono-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'DM Sans';
  src: url("../assets/fonts/DMSans-Bold.eot");
  src: url("../assets/fonts/DMSans-Bold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/DMSans-Bold.woff2") format("woff2"), url("../assets/fonts/DMSans-Bold.woff") format("woff"), url("../assets/fonts/DMSans-Bold.ttf") format("truetype"), url("../assets/fonts/DMSans-Bold.svg#DMSans-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'DM Mono';
  src: url("../assets/fonts/DMMono-Medium.eot");
  src: url("../assets/fonts/DMMono-Medium.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/DMMono-Medium.woff2") format("woff2"), url("../assets/fonts/DMMono-Medium.woff") format("woff"), url("../assets/fonts/DMMono-Medium.ttf") format("truetype"), url("../assets/fonts/DMMono-Medium.svg#DMMono-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'DM Mono';
  src: url("../assets/fonts/DMMono-Italic.eot");
  src: url("../assets/fonts/DMMono-Italic.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/DMMono-Italic.woff2") format("woff2"), url("../assets/fonts/DMMono-Italic.woff") format("woff"), url("../assets/fonts/DMMono-Italic.ttf") format("truetype"), url("../assets/fonts/DMMono-Italic.svg#DMMono-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'DM Mono';
  src: url("../assets/fonts/DMMono-Regular.eot");
  src: url("../assets/fonts/DMMono-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/DMMono-Regular.woff2") format("woff2"), url("../assets/fonts/DMMono-Regular.woff") format("woff"), url("../assets/fonts/DMMono-Regular.ttf") format("truetype"), url("../assets/fonts/DMMono-Regular.svg#DMMono-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

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

html {
  margin: 0;
  padding: 0;
  font-size: 3.8333vw;
  font-family: "DM Sans", Arial, sans-serif;
  font-weight: 400;
  background-color: #000;
  color: #fff; }
  @media (min-width: 450px) {
    html {
      font-size: 2.8vw; } }
  @media (min-width: 640px) {
    html {
      font-size: 2.2vw; } }
  @media (min-width: 960px) {
    html {
      font-size: 1.4vw; } }
  @media (min-width: 1200px) {
    html {
      font-size: .833334vw; } }

body {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-size: 1rem; }

main {
  flex-grow: 1; }

section {
  min-height: 100vh;
  position: relative;
  overflow-y: hidden; }
  section:not(.theway) {
    overflow-x: hidden;
    max-width: 100vw; }
  section.standard__height {
    min-height: 1px; }

a {
  color: inherit;
  transition: all 0.3s ease-in-out;
  will-change: color; }
  a:hover, a:active, a:focus {
    color: #88FC6C;
    text-decoration: none; }

b,
strong {
  font-weight: 700; }

em {
  color: inherit; }

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

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

textarea {
  overflow: auto; }

[type=checkbox] {
  cursor: pointer; }

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

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

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

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

.uk-lightbox {
  background-color: #000000b8 !important; }

.uk-lightbox-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  padding: 0.3125rem; }
  .uk-lightbox-button:hover, .uk-lightbox-button:focus {
    background-color: rgba(0, 0, 0, 0.25);
    color: rgba(102, 102, 102, 0.9); }
  .uk-lightbox-button::after {
    content: "";
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' data-svg='chevron-right'%3E%3Cpolyline fill='none' stroke='%23fff' stroke-width='1.03' points='7 4 13 10 7 16'%3E%3C/polyline%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%; }
  .uk-lightbox-button.uk-slidenav-previous::after {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' data-svg='chevron-left'%3E%3Cpolyline fill='none' stroke='%23fff' stroke-width='1.03' points='13 16 7 10 13 4'%3E%3C/polyline%3E%3C/svg%3E"); }

.readers-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0); }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

li {
  padding: 0;
  margin: 0; }

.mono {
  font-family: 'DM Mono', serif; }

.appendix {
  font-size: 2.5rem; }
  .appendix img {
    width: 3rem;
    margin-right: 0.1875rem; }

a svg, a path {
  transition: all 0.3s ease-in-out; }

*, *::before, *::after {
  /*Webkit*/
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
  /*Mozilla*/
  /* Handle Track */
  scrollbar-color: grey dimgrey;
  /* width */
  scrollbar-width: thin; }
  *::-webkit-scrollbar {
    transition: background-color 0.3s ease-in-out;
    width: 0.625rem; }
  *::-webkit-scrollbar-track {
    background-color: lightgrey;
    border-radius: 0.625rem; }
  *::-webkit-scrollbar-thumb {
    background-color: grey;
    border-radius: 0.625rem; }
  *::-webkit-scrollbar-thumb:hover {
    background-color: dimgrey; }

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

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

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

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

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

.news-wrapper .news + .news {
  padding-top: 20px;
  border-top: 1px solid #d0d0d0; }

/* UWAGA - ta sama klasa jest użyta w widoku pojedynczej aktualności, tylko już bez opakowania w .news-wrapper */
.news__date {
  font-size: 1.1rem;
  color: #555; }

.news__img {
  text-align: center; }
  .news__img > img {
    max-width: 380px;
    height: auto; }

.news--single .news__img {
  float: none;
  margin: 20px 0; }

.news__intro {
  margin: 20px 0 0; }

.news__more {
  clear: both;
  text-align: right;
  font-size: 1.1rem;
  color: #555;
  margin: 0; }

@media (min-width: 992px) {
  .news__img {
    float: right;
    margin: 0 0 20px 20px; }
    .news__img > img {
      max-width: 360px; } }

@media (min-width: 1200px) {
  .news__img > img {
    max-width: 320px; } }

.nc-pager {
  display: block;
  list-style-type: none;
  margin: 25px 0;
  padding: 0;
  text-align: center; }
  .nc-pager__item {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0.3125rem;
    border: 1px solid #cfcfcf; }
    .nc-pager__item > span,
    .nc-pager__item > a {
      padding: 0.25rem 0.625rem; }
    .nc-pager__item--active {
      background-color: #40782c;
      color: white;
      pointer-events: none; }

header {
  position: absolute;
  top: 9.375rem;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 99; }
  @media (max-width: 1199.98px) {
    header {
      top: 4.6875rem; } }
  header.header__page {
    position: static;
    margin-top: 9.375rem;
    margin-bottom: 4.6875rem; }
    @media (max-width: 1199.98px) {
      header.header__page {
        margin-top: 4.6875rem;
        margin-bottom: 4.6875rem; } }

.header__wrapper {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 1439.98px) {
    .header__wrapper {
      max-width: 90%; } }
  .header__wrapper nav {
    display: flex;
    align-items: center;
    gap: 1.875rem; }
    @media (max-width: 959.98px) {
      .header__wrapper nav {
        gap: 0.9375rem; } }
    .header__wrapper nav ul {
      align-items: center;
      display: flex;
      gap: 3.125rem; }
      @media (max-width: 959.98px) {
        .header__wrapper nav ul {
          gap: 0.9375rem; } }

a:hover {
  color: #fff; }

.menu__button {
  display: flex;
  width: 4rem;
  height: 4rem;
  place-content: center;
  place-items: center;
  position: relative;
  border-radius: 1000px;
  color: transparent; }
  .menu__button:before {
    content: '';
    position: absolute;
    inset: 0;
    margin: auto;
    width: 1.125rem;
    height: 1.125rem;
    background-color: #88FC6C;
    border-radius: 1000px;
    transition: all 0.3s ease-in-out;
    border: 1px solid #88FC6C; }
  .menu__button:hover {
    color: #88FC6C; }
    .menu__button:hover:before {
      background-color: transparent;
      width: 4rem;
      height: 4rem; }
  .menu__button.close__button {
    color: #000; }
    .menu__button.close__button:before {
      background-color: #88FC6C;
      width: 4rem;
      height: 4rem;
      z-index: -1; }

.menu__container {
  position: absolute;
  inset: 0;
  z-index: 109;
  background: #000;
  transition: all 1s ease-in-out;
  isolation: isolate;
  overflow: auto;
  clip-path: circle(0% at calc(50vw + 605px) 11.375rem);
  -webkit-clip-path: circle(0% at calc(50vw + 605px) 11.375rem); }
  @media (max-width: 1439.98px) {
    .menu__container {
      clip-path: circle(0% at 93vw 11.375rem);
      -webkit-clip-path: circle(0% at 93vw 11.375rem); } }
  .menu__container.active {
    clip-path: circle(120% at calc(50vw + 605px) 11.375rem);
    -webkit-clip-path: circle(120% at calc(50vw + 605px) 11.375rem); }
    @media (max-width: 1439.98px) {
      .menu__container.active {
        clip-path: circle(120% at 93vw 11.375rem);
        -webkit-clip-path: circle(120% at 93vw 11.375rem); } }
    .menu__container.active .overlay {
      opacity: 0; }
  .menu__container .overlay {
    pointer-events: none;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: #88FC6C;
    z-index: 99;
    transition: all 1s ease-in-out; }
  .menu__container .header__wrapper {
    margin-top: 9.375rem; }
    @media (max-width: 1199.98px) {
      .menu__container .header__wrapper {
        margin-top: 4.6875rem; } }
  .menu__container .wrapper {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto; }
    @media (max-width: 1439.98px) {
      .menu__container .wrapper {
        max-width: 90%; } }
  .menu__container .menu__content {
    margin-top: 3.75rem;
    margin-bottom: 5rem; }
    @media (max-width: 959.98px) {
      .menu__container .menu__content {
        margin-top: 1.875rem;
        margin-bottom: 1.875rem; } }
  .menu__container .menu__grid {
    display: grid;
    grid-template-columns: 2fr 1fr 3fr;
    gap: 3.75rem; }
    @media (max-width: 639.98px) {
      .menu__container .menu__grid {
        grid-template-columns: 1fr 1fr;
        gap: 1.25rem; } }
    @media (max-width: 459.98px) {
      .menu__container .menu__grid {
        grid-template-columns: 1fr; } }
  .menu__container .list__title {
    margin-bottom: 2.5rem; }
    @media (max-width: 639.98px) {
      .menu__container .list__title {
        margin-bottom: 0.625rem; } }
  .menu__container .list__items a {
    display: block;
    margin-bottom: 1.5625rem; }
    @media (max-width: 639.98px) {
      .menu__container .list__items a {
        margin-bottom: 0.625rem; } }
    .menu__container .list__items a:hover {
      color: #88FC6C; }
  .menu__container .menu__cards {
    margin-top: 1.875rem; }
    @media (max-width: 639.98px) {
      .menu__container .menu__cards {
        grid-column: 1/-1;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1.25rem;
        margin-top: 0; } }
    @media (max-width: 459.98px) {
      .menu__container .menu__cards {
        grid-template-columns: 1fr; } }
    .menu__container .menu__cards .menu__card {
      position: relative;
      margin-top: 1.5625rem; }
      @media (max-width: 639.98px) {
        .menu__container .menu__cards .menu__card {
          margin-top: 0; } }
      .menu__container .menu__cards .menu__card:hover:after {
        opacity: .1; }
      .menu__container .menu__cards .menu__card:after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        inset: 0;
        background: #88FC6C;
        opacity: 0;
        pointer-events: none;
        transition: all 0.3s ease-in-out; }
      .menu__container .menu__cards .menu__card img {
        width: 100%; }
      .menu__container .menu__cards .menu__card span {
        text-transform: uppercase;
        position: absolute;
        bottom: 0.9375rem;
        left: 0.9375rem; }
  .menu__container .copyright {
    margin-top: 3.125rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px; }
    .menu__container .copyright a:hover {
      color: #88FC6C; }
      .menu__container .copyright a:hover svg, .menu__container .copyright a:hover path {
        fill: #88FC6C; }
    .menu__container .copyright .menu__socials {
      display: flex;
      gap: 1.5625rem; }
    .menu__container .copyright span {
      margin-right: 1.25rem; }

footer {
  padding-top: 10.625rem;
  padding-bottom: 4.375rem;
  position: relative;
  background-color: #000; }
  @media (max-width: 959.98px) {
    footer {
      padding-top: 3.125rem; } }
  footer .wrapper {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto; }
    @media (max-width: 1439.98px) {
      footer .wrapper {
        max-width: 90%; } }
  footer .backtotop {
    position: absolute;
    right: 0;
    bottom: 0; }
    footer .backtotop .btt__image {
      position: relative; }
      footer .backtotop .btt__image img, footer .backtotop .btt__image svg {
        width: 13.375rem; }
        @media (max-width: 1199.98px) {
          footer .backtotop .btt__image img, footer .backtotop .btt__image svg {
            width: 8.75rem; } }
        @media (max-width: 959.98px) {
          footer .backtotop .btt__image img, footer .backtotop .btt__image svg {
            width: 6.25rem; } }
      footer .backtotop .btt__image span {
        position: absolute;
        top: 35%;
        left: 27%; }
        @media (max-width: 1199.98px) {
          footer .backtotop .btt__image span {
            left: 20%; } }
        @media (max-width: 959.98px) {
          footer .backtotop .btt__image span {
            left: 12%; } }
    @media (max-width: 639.98px) {
      footer .backtotop {
        position: static; }
        footer .backtotop .btt__image {
          text-align: center; }
          footer .backtotop .btt__image img, footer .backtotop .btt__image svg {
            display: none; }
          footer .backtotop .btt__image span {
            display: block;
            margin-top: 1.875rem;
            position: static; } }
  footer a span {
    transition: all 0.3s ease-in-out; }
  footer a:hover span {
    color: #fff; }
  footer a:hover svg path {
    color: #88FC6C;
    fill: #88FC6C; }
  footer .footer__top {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 3.75rem; }
    @media (max-width: 639.98px) {
      footer .footer__top {
        grid-template-columns: 1fr; } }
    footer .footer__top a:hover {
      color: #88FC6C; }
  footer .menu .title {
    margin-bottom: 1.875rem; }
  footer .list a {
    display: block; }
  footer .footer__logo {
    margin-bottom: 3.75rem; }
  footer .button__container {
    margin-top: 2.5rem; }
  footer .copyright {
    margin-top: 3.125rem;
    display: flex;
    gap: 1.5625rem; }
    footer .copyright a:hover {
      color: #88FC6C; }
      footer .copyright a:hover svg, footer .copyright a:hover path {
        fill: #88FC6C; }
    footer .copyright span {
      margin-right: 1.25rem; }

.padding_top_10 {
  padding-top: 0.625rem; }

.padding_bottom_10 {
  padding-bottom: 0.625rem; }

.padding_right_10 {
  padding-right: 0.625rem; }

.padding_left_10 {
  padding-left: 0.625rem; }

.padding_block_10 {
  padding-block: 0.625rem; }

.padding_inline_10 {
  padding-inline: 0.625rem; }

.padding_top_20 {
  padding-top: 1.25rem; }

.padding_bottom_20 {
  padding-bottom: 1.25rem; }

.padding_right_20 {
  padding-right: 1.25rem; }

.padding_left_20 {
  padding-left: 1.25rem; }

.padding_block_20 {
  padding-block: 1.25rem; }

.padding_inline_20 {
  padding-inline: 1.25rem; }

.padding_top_30 {
  padding-top: 1.875rem; }

.padding_bottom_30 {
  padding-bottom: 1.875rem; }

.padding_right_30 {
  padding-right: 1.875rem; }

.padding_left_30 {
  padding-left: 1.875rem; }

.padding_block_30 {
  padding-block: 1.875rem; }

.padding_inline_30 {
  padding-inline: 1.875rem; }

.padding_top_40 {
  padding-top: 2.5rem; }

.padding_bottom_40 {
  padding-bottom: 2.5rem; }

.padding_right_40 {
  padding-right: 2.5rem; }

.padding_left_40 {
  padding-left: 2.5rem; }

.padding_block_40 {
  padding-block: 2.5rem; }

.padding_inline_40 {
  padding-inline: 2.5rem; }

.padding_top_50 {
  padding-top: 3.125rem; }

.padding_bottom_50 {
  padding-bottom: 3.125rem; }

.padding_right_50 {
  padding-right: 3.125rem; }

.padding_left_50 {
  padding-left: 3.125rem; }

.padding_block_50 {
  padding-block: 3.125rem; }

.padding_inline_50 {
  padding-inline: 3.125rem; }

.padding_top_60 {
  padding-top: 3.75rem; }

.padding_bottom_60 {
  padding-bottom: 3.75rem; }

.padding_right_60 {
  padding-right: 3.75rem; }

.padding_left_60 {
  padding-left: 3.75rem; }

.padding_block_60 {
  padding-block: 3.75rem; }

.padding_inline_60 {
  padding-inline: 3.75rem; }

.padding_top_80 {
  padding-top: 5rem; }

.padding_bottom_80 {
  padding-bottom: 5rem; }

.padding_right_80 {
  padding-right: 5rem; }

.padding_left_80 {
  padding-left: 5rem; }

.padding_block_80 {
  padding-block: 5rem; }

.padding_inline_80 {
  padding-inline: 5rem; }

.padding_top_100 {
  padding-top: 6.25rem; }

.padding_bottom_100, .streamax .button__container {
  padding-bottom: 6.25rem; }

.padding_right_100 {
  padding-right: 6.25rem; }

.padding_left_100 {
  padding-left: 6.25rem; }

.padding_block_100 {
  padding-block: 6.25rem; }

.padding_inline_100 {
  padding-inline: 6.25rem; }

.padding_top_120 {
  padding-top: 7.5rem; }

.padding_bottom_120 {
  padding-bottom: 7.5rem; }

.padding_right_120 {
  padding-right: 7.5rem; }

.padding_left_120 {
  padding-left: 7.5rem; }

.padding_block_120 {
  padding-block: 7.5rem; }

.padding_inline_120 {
  padding-inline: 7.5rem; }

.padding_top_145 {
  padding-top: 9.0625rem; }

.padding_bottom_145 {
  padding-bottom: 9.0625rem; }

.padding_right_145 {
  padding-right: 9.0625rem; }

.padding_left_145 {
  padding-left: 9.0625rem; }

.padding_block_145 {
  padding-block: 9.0625rem; }

.padding_inline_145 {
  padding-inline: 9.0625rem; }

.padding_top_200 {
  padding-top: 12.5rem; }

.padding_bottom_200 {
  padding-bottom: 12.5rem; }

.padding_right_200 {
  padding-right: 12.5rem; }

.padding_left_200 {
  padding-left: 12.5rem; }

.padding_block_200 {
  padding-block: 12.5rem; }

.padding_inline_200 {
  padding-inline: 12.5rem; }

.padding_top_230 {
  padding-top: 14.375rem; }

.padding_bottom_230 {
  padding-bottom: 14.375rem; }

.padding_right_230 {
  padding-right: 14.375rem; }

.padding_left_230 {
  padding-left: 14.375rem; }

.padding_block_230 {
  padding-block: 14.375rem; }

.padding_inline_230 {
  padding-inline: 14.375rem; }

.padding_top_250 {
  padding-top: 15.625rem; }

.padding_bottom_250 {
  padding-bottom: 15.625rem; }

.padding_right_250 {
  padding-right: 15.625rem; }

.padding_left_250 {
  padding-left: 15.625rem; }

.padding_block_250 {
  padding-block: 15.625rem; }

.padding_inline_250 {
  padding-inline: 15.625rem; }

.padding_top_300 {
  padding-top: 18.75rem; }

.padding_bottom_300 {
  padding-bottom: 18.75rem; }

.padding_right_300 {
  padding-right: 18.75rem; }

.padding_left_300 {
  padding-left: 18.75rem; }

.padding_block_300 {
  padding-block: 18.75rem; }

.padding_inline_300 {
  padding-inline: 18.75rem; }

.padding_top_400 {
  padding-top: 25rem; }

.padding_bottom_400 {
  padding-bottom: 25rem; }

.padding_right_400 {
  padding-right: 25rem; }

.padding_left_400 {
  padding-left: 25rem; }

.padding_block_400 {
  padding-block: 25rem; }

.padding_inline_400 {
  padding-inline: 25rem; }

.padding_top_500 {
  padding-top: 31.25rem; }

.padding_bottom_500 {
  padding-bottom: 31.25rem; }

.padding_right_500 {
  padding-right: 31.25rem; }

.padding_left_500 {
  padding-left: 31.25rem; }

.padding_block_500 {
  padding-block: 31.25rem; }

.padding_inline_500 {
  padding-inline: 31.25rem; }

.padding_top_600 {
  padding-top: 37.5rem; }

.padding_bottom_600 {
  padding-bottom: 37.5rem; }

.padding_right_600 {
  padding-right: 37.5rem; }

.padding_left_600 {
  padding-left: 37.5rem; }

.padding_block_600 {
  padding-block: 37.5rem; }

.padding_inline_600 {
  padding-inline: 37.5rem; }

.padding_top_700 {
  padding-top: 43.75rem; }

.padding_bottom_700 {
  padding-bottom: 43.75rem; }

.padding_right_700 {
  padding-right: 43.75rem; }

.padding_left_700 {
  padding-left: 43.75rem; }

.padding_block_700 {
  padding-block: 43.75rem; }

.padding_inline_700 {
  padding-inline: 43.75rem; }

.padding_top_800 {
  padding-top: 50rem; }

.padding_bottom_800 {
  padding-bottom: 50rem; }

.padding_right_800 {
  padding-right: 50rem; }

.padding_left_800 {
  padding-left: 50rem; }

.padding_block_800 {
  padding-block: 50rem; }

.padding_inline_800 {
  padding-inline: 50rem; }

.padding_top_900 {
  padding-top: 56.25rem; }

.padding_bottom_900 {
  padding-bottom: 56.25rem; }

.padding_right_900 {
  padding-right: 56.25rem; }

.padding_left_900 {
  padding-left: 56.25rem; }

.padding_block_900 {
  padding-block: 56.25rem; }

.padding_inline_900 {
  padding-inline: 56.25rem; }

.padding_top_n200 {
  padding-top: -12.5rem; }

.padding_bottom_n200 {
  padding-bottom: -12.5rem; }

.padding_right_n200 {
  padding-right: -12.5rem; }

.padding_left_n200 {
  padding-left: -12.5rem; }

.padding_block_n200 {
  padding-block: -12.5rem; }

.padding_inline_n200 {
  padding-inline: -12.5rem; }

.padding_top_n300 {
  padding-top: -18.75rem; }

.padding_bottom_n300 {
  padding-bottom: -18.75rem; }

.padding_right_n300 {
  padding-right: -18.75rem; }

.padding_left_n300 {
  padding-left: -18.75rem; }

.padding_block_n300 {
  padding-block: -18.75rem; }

.padding_inline_n300 {
  padding-inline: -18.75rem; }

.padding_top_n600 {
  padding-top: -37.5rem; }

.padding_bottom_n600 {
  padding-bottom: -37.5rem; }

.padding_right_n600 {
  padding-right: -37.5rem; }

.padding_left_n600 {
  padding-left: -37.5rem; }

.padding_block_n600 {
  padding-block: -37.5rem; }

.padding_inline_n600 {
  padding-inline: -37.5rem; }

.padding_top_n900 {
  padding-top: -56.25rem; }

.padding_bottom_n900 {
  padding-bottom: -56.25rem; }

.padding_right_n900 {
  padding-right: -56.25rem; }

.padding_left_n900 {
  padding-left: -56.25rem; }

.padding_block_n900 {
  padding-block: -56.25rem; }

.padding_inline_n900 {
  padding-inline: -56.25rem; }

.padding_top_n1000 {
  padding-top: -62.5rem; }

.padding_bottom_n1000 {
  padding-bottom: -62.5rem; }

.padding_right_n1000 {
  padding-right: -62.5rem; }

.padding_left_n1000 {
  padding-left: -62.5rem; }

.padding_block_n1000 {
  padding-block: -62.5rem; }

.padding_inline_n1000 {
  padding-inline: -62.5rem; }

@media (max-width: 1199.98px) {
  .padding_top_10_1200 {
    padding-top: 0.625rem; } }

@media (max-width: 1199.98px) {
  .padding_bottom_10_1200 {
    padding-bottom: 0.625rem; } }

@media (max-width: 1199.98px) {
  .padding_right_10_1200 {
    padding-right: 0.625rem; } }

@media (max-width: 1199.98px) {
  .padding_left_10_1200 {
    padding-left: 0.625rem; } }

@media (max-width: 1199.98px) {
  .padding_block_10_1200 {
    padding-block: 0.625rem; } }

@media (max-width: 1199.98px) {
  .padding_inline_10_1200 {
    padding-inline: 0.625rem; } }

@media (max-width: 1199.98px) {
  .padding_top_20_1200 {
    padding-top: 1.25rem; } }

@media (max-width: 1199.98px) {
  .padding_bottom_20_1200 {
    padding-bottom: 1.25rem; } }

@media (max-width: 1199.98px) {
  .padding_right_20_1200 {
    padding-right: 1.25rem; } }

@media (max-width: 1199.98px) {
  .padding_left_20_1200 {
    padding-left: 1.25rem; } }

@media (max-width: 1199.98px) {
  .padding_block_20_1200 {
    padding-block: 1.25rem; } }

@media (max-width: 1199.98px) {
  .padding_inline_20_1200 {
    padding-inline: 1.25rem; } }

@media (max-width: 1199.98px) {
  .padding_top_30_1200 {
    padding-top: 1.875rem; } }

@media (max-width: 1199.98px) {
  .padding_bottom_30_1200 {
    padding-bottom: 1.875rem; } }

@media (max-width: 1199.98px) {
  .padding_right_30_1200 {
    padding-right: 1.875rem; } }

@media (max-width: 1199.98px) {
  .padding_left_30_1200 {
    padding-left: 1.875rem; } }

@media (max-width: 1199.98px) {
  .padding_block_30_1200 {
    padding-block: 1.875rem; } }

@media (max-width: 1199.98px) {
  .padding_inline_30_1200 {
    padding-inline: 1.875rem; } }

@media (max-width: 1199.98px) {
  .padding_top_40_1200 {
    padding-top: 2.5rem; } }

@media (max-width: 1199.98px) {
  .padding_bottom_40_1200 {
    padding-bottom: 2.5rem; } }

@media (max-width: 1199.98px) {
  .padding_right_40_1200 {
    padding-right: 2.5rem; } }

@media (max-width: 1199.98px) {
  .padding_left_40_1200 {
    padding-left: 2.5rem; } }

@media (max-width: 1199.98px) {
  .padding_block_40_1200 {
    padding-block: 2.5rem; } }

@media (max-width: 1199.98px) {
  .padding_inline_40_1200 {
    padding-inline: 2.5rem; } }

@media (max-width: 1199.98px) {
  .padding_top_50_1200 {
    padding-top: 3.125rem; } }

@media (max-width: 1199.98px) {
  .padding_bottom_50_1200 {
    padding-bottom: 3.125rem; } }

@media (max-width: 1199.98px) {
  .padding_right_50_1200 {
    padding-right: 3.125rem; } }

@media (max-width: 1199.98px) {
  .padding_left_50_1200 {
    padding-left: 3.125rem; } }

@media (max-width: 1199.98px) {
  .padding_block_50_1200 {
    padding-block: 3.125rem; } }

@media (max-width: 1199.98px) {
  .padding_inline_50_1200 {
    padding-inline: 3.125rem; } }

@media (max-width: 1199.98px) {
  .padding_top_60_1200 {
    padding-top: 3.75rem; } }

@media (max-width: 1199.98px) {
  .padding_bottom_60_1200 {
    padding-bottom: 3.75rem; } }

@media (max-width: 1199.98px) {
  .padding_right_60_1200 {
    padding-right: 3.75rem; } }

@media (max-width: 1199.98px) {
  .padding_left_60_1200 {
    padding-left: 3.75rem; } }

@media (max-width: 1199.98px) {
  .padding_block_60_1200 {
    padding-block: 3.75rem; } }

@media (max-width: 1199.98px) {
  .padding_inline_60_1200 {
    padding-inline: 3.75rem; } }

@media (max-width: 1199.98px) {
  .padding_top_80_1200 {
    padding-top: 5rem; } }

@media (max-width: 1199.98px) {
  .padding_bottom_80_1200 {
    padding-bottom: 5rem; } }

@media (max-width: 1199.98px) {
  .padding_right_80_1200 {
    padding-right: 5rem; } }

@media (max-width: 1199.98px) {
  .padding_left_80_1200 {
    padding-left: 5rem; } }

@media (max-width: 1199.98px) {
  .padding_block_80_1200 {
    padding-block: 5rem; } }

@media (max-width: 1199.98px) {
  .padding_inline_80_1200 {
    padding-inline: 5rem; } }

@media (max-width: 1199.98px) {
  .padding_top_100_1200 {
    padding-top: 6.25rem; } }

@media (max-width: 1199.98px) {
  .padding_bottom_100_1200 {
    padding-bottom: 6.25rem; } }

@media (max-width: 1199.98px) {
  .padding_right_100_1200 {
    padding-right: 6.25rem; } }

@media (max-width: 1199.98px) {
  .padding_left_100_1200 {
    padding-left: 6.25rem; } }

@media (max-width: 1199.98px) {
  .padding_block_100_1200 {
    padding-block: 6.25rem; } }

@media (max-width: 1199.98px) {
  .padding_inline_100_1200 {
    padding-inline: 6.25rem; } }

@media (max-width: 1199.98px) {
  .padding_top_120_1200 {
    padding-top: 7.5rem; } }

@media (max-width: 1199.98px) {
  .padding_bottom_120_1200 {
    padding-bottom: 7.5rem; } }

@media (max-width: 1199.98px) {
  .padding_right_120_1200 {
    padding-right: 7.5rem; } }

@media (max-width: 1199.98px) {
  .padding_left_120_1200 {
    padding-left: 7.5rem; } }

@media (max-width: 1199.98px) {
  .padding_block_120_1200 {
    padding-block: 7.5rem; } }

@media (max-width: 1199.98px) {
  .padding_inline_120_1200 {
    padding-inline: 7.5rem; } }

@media (max-width: 1199.98px) {
  .padding_top_145_1200 {
    padding-top: 9.0625rem; } }

@media (max-width: 1199.98px) {
  .padding_bottom_145_1200 {
    padding-bottom: 9.0625rem; } }

@media (max-width: 1199.98px) {
  .padding_right_145_1200 {
    padding-right: 9.0625rem; } }

@media (max-width: 1199.98px) {
  .padding_left_145_1200 {
    padding-left: 9.0625rem; } }

@media (max-width: 1199.98px) {
  .padding_block_145_1200 {
    padding-block: 9.0625rem; } }

@media (max-width: 1199.98px) {
  .padding_inline_145_1200 {
    padding-inline: 9.0625rem; } }

@media (max-width: 1199.98px) {
  .padding_top_200_1200 {
    padding-top: 12.5rem; } }

@media (max-width: 1199.98px) {
  .padding_bottom_200_1200 {
    padding-bottom: 12.5rem; } }

@media (max-width: 1199.98px) {
  .padding_right_200_1200 {
    padding-right: 12.5rem; } }

@media (max-width: 1199.98px) {
  .padding_left_200_1200 {
    padding-left: 12.5rem; } }

@media (max-width: 1199.98px) {
  .padding_block_200_1200 {
    padding-block: 12.5rem; } }

@media (max-width: 1199.98px) {
  .padding_inline_200_1200 {
    padding-inline: 12.5rem; } }

@media (max-width: 1199.98px) {
  .padding_top_230_1200 {
    padding-top: 14.375rem; } }

@media (max-width: 1199.98px) {
  .padding_bottom_230_1200 {
    padding-bottom: 14.375rem; } }

@media (max-width: 1199.98px) {
  .padding_right_230_1200 {
    padding-right: 14.375rem; } }

@media (max-width: 1199.98px) {
  .padding_left_230_1200 {
    padding-left: 14.375rem; } }

@media (max-width: 1199.98px) {
  .padding_block_230_1200 {
    padding-block: 14.375rem; } }

@media (max-width: 1199.98px) {
  .padding_inline_230_1200 {
    padding-inline: 14.375rem; } }

@media (max-width: 1199.98px) {
  .padding_top_250_1200 {
    padding-top: 15.625rem; } }

@media (max-width: 1199.98px) {
  .padding_bottom_250_1200 {
    padding-bottom: 15.625rem; } }

@media (max-width: 1199.98px) {
  .padding_right_250_1200 {
    padding-right: 15.625rem; } }

@media (max-width: 1199.98px) {
  .padding_left_250_1200 {
    padding-left: 15.625rem; } }

@media (max-width: 1199.98px) {
  .padding_block_250_1200 {
    padding-block: 15.625rem; } }

@media (max-width: 1199.98px) {
  .padding_inline_250_1200 {
    padding-inline: 15.625rem; } }

@media (max-width: 1199.98px) {
  .padding_top_300_1200 {
    padding-top: 18.75rem; } }

@media (max-width: 1199.98px) {
  .padding_bottom_300_1200 {
    padding-bottom: 18.75rem; } }

@media (max-width: 1199.98px) {
  .padding_right_300_1200 {
    padding-right: 18.75rem; } }

@media (max-width: 1199.98px) {
  .padding_left_300_1200 {
    padding-left: 18.75rem; } }

@media (max-width: 1199.98px) {
  .padding_block_300_1200 {
    padding-block: 18.75rem; } }

@media (max-width: 1199.98px) {
  .padding_inline_300_1200 {
    padding-inline: 18.75rem; } }

@media (max-width: 1199.98px) {
  .padding_top_400_1200 {
    padding-top: 25rem; } }

@media (max-width: 1199.98px) {
  .padding_bottom_400_1200 {
    padding-bottom: 25rem; } }

@media (max-width: 1199.98px) {
  .padding_right_400_1200 {
    padding-right: 25rem; } }

@media (max-width: 1199.98px) {
  .padding_left_400_1200 {
    padding-left: 25rem; } }

@media (max-width: 1199.98px) {
  .padding_block_400_1200 {
    padding-block: 25rem; } }

@media (max-width: 1199.98px) {
  .padding_inline_400_1200 {
    padding-inline: 25rem; } }

@media (max-width: 1199.98px) {
  .padding_top_500_1200 {
    padding-top: 31.25rem; } }

@media (max-width: 1199.98px) {
  .padding_bottom_500_1200 {
    padding-bottom: 31.25rem; } }

@media (max-width: 1199.98px) {
  .padding_right_500_1200 {
    padding-right: 31.25rem; } }

@media (max-width: 1199.98px) {
  .padding_left_500_1200 {
    padding-left: 31.25rem; } }

@media (max-width: 1199.98px) {
  .padding_block_500_1200 {
    padding-block: 31.25rem; } }

@media (max-width: 1199.98px) {
  .padding_inline_500_1200 {
    padding-inline: 31.25rem; } }

@media (max-width: 1199.98px) {
  .padding_top_600_1200 {
    padding-top: 37.5rem; } }

@media (max-width: 1199.98px) {
  .padding_bottom_600_1200 {
    padding-bottom: 37.5rem; } }

@media (max-width: 1199.98px) {
  .padding_right_600_1200 {
    padding-right: 37.5rem; } }

@media (max-width: 1199.98px) {
  .padding_left_600_1200 {
    padding-left: 37.5rem; } }

@media (max-width: 1199.98px) {
  .padding_block_600_1200 {
    padding-block: 37.5rem; } }

@media (max-width: 1199.98px) {
  .padding_inline_600_1200 {
    padding-inline: 37.5rem; } }

@media (max-width: 1199.98px) {
  .padding_top_700_1200 {
    padding-top: 43.75rem; } }

@media (max-width: 1199.98px) {
  .padding_bottom_700_1200 {
    padding-bottom: 43.75rem; } }

@media (max-width: 1199.98px) {
  .padding_right_700_1200 {
    padding-right: 43.75rem; } }

@media (max-width: 1199.98px) {
  .padding_left_700_1200 {
    padding-left: 43.75rem; } }

@media (max-width: 1199.98px) {
  .padding_block_700_1200 {
    padding-block: 43.75rem; } }

@media (max-width: 1199.98px) {
  .padding_inline_700_1200 {
    padding-inline: 43.75rem; } }

@media (max-width: 1199.98px) {
  .padding_top_800_1200 {
    padding-top: 50rem; } }

@media (max-width: 1199.98px) {
  .padding_bottom_800_1200 {
    padding-bottom: 50rem; } }

@media (max-width: 1199.98px) {
  .padding_right_800_1200 {
    padding-right: 50rem; } }

@media (max-width: 1199.98px) {
  .padding_left_800_1200 {
    padding-left: 50rem; } }

@media (max-width: 1199.98px) {
  .padding_block_800_1200 {
    padding-block: 50rem; } }

@media (max-width: 1199.98px) {
  .padding_inline_800_1200 {
    padding-inline: 50rem; } }

@media (max-width: 1199.98px) {
  .padding_top_900_1200 {
    padding-top: 56.25rem; } }

@media (max-width: 1199.98px) {
  .padding_bottom_900_1200 {
    padding-bottom: 56.25rem; } }

@media (max-width: 1199.98px) {
  .padding_right_900_1200 {
    padding-right: 56.25rem; } }

@media (max-width: 1199.98px) {
  .padding_left_900_1200 {
    padding-left: 56.25rem; } }

@media (max-width: 1199.98px) {
  .padding_block_900_1200 {
    padding-block: 56.25rem; } }

@media (max-width: 1199.98px) {
  .padding_inline_900_1200 {
    padding-inline: 56.25rem; } }

@media (max-width: 1199.98px) {
  .padding_top_n200_1200 {
    padding-top: -12.5rem; } }

@media (max-width: 1199.98px) {
  .padding_bottom_n200_1200 {
    padding-bottom: -12.5rem; } }

@media (max-width: 1199.98px) {
  .padding_right_n200_1200 {
    padding-right: -12.5rem; } }

@media (max-width: 1199.98px) {
  .padding_left_n200_1200 {
    padding-left: -12.5rem; } }

@media (max-width: 1199.98px) {
  .padding_block_n200_1200 {
    padding-block: -12.5rem; } }

@media (max-width: 1199.98px) {
  .padding_inline_n200_1200 {
    padding-inline: -12.5rem; } }

@media (max-width: 1199.98px) {
  .padding_top_n300_1200 {
    padding-top: -18.75rem; } }

@media (max-width: 1199.98px) {
  .padding_bottom_n300_1200 {
    padding-bottom: -18.75rem; } }

@media (max-width: 1199.98px) {
  .padding_right_n300_1200 {
    padding-right: -18.75rem; } }

@media (max-width: 1199.98px) {
  .padding_left_n300_1200 {
    padding-left: -18.75rem; } }

@media (max-width: 1199.98px) {
  .padding_block_n300_1200 {
    padding-block: -18.75rem; } }

@media (max-width: 1199.98px) {
  .padding_inline_n300_1200 {
    padding-inline: -18.75rem; } }

@media (max-width: 1199.98px) {
  .padding_top_n600_1200 {
    padding-top: -37.5rem; } }

@media (max-width: 1199.98px) {
  .padding_bottom_n600_1200 {
    padding-bottom: -37.5rem; } }

@media (max-width: 1199.98px) {
  .padding_right_n600_1200 {
    padding-right: -37.5rem; } }

@media (max-width: 1199.98px) {
  .padding_left_n600_1200 {
    padding-left: -37.5rem; } }

@media (max-width: 1199.98px) {
  .padding_block_n600_1200 {
    padding-block: -37.5rem; } }

@media (max-width: 1199.98px) {
  .padding_inline_n600_1200 {
    padding-inline: -37.5rem; } }

@media (max-width: 1199.98px) {
  .padding_top_n900_1200 {
    padding-top: -56.25rem; } }

@media (max-width: 1199.98px) {
  .padding_bottom_n900_1200 {
    padding-bottom: -56.25rem; } }

@media (max-width: 1199.98px) {
  .padding_right_n900_1200 {
    padding-right: -56.25rem; } }

@media (max-width: 1199.98px) {
  .padding_left_n900_1200 {
    padding-left: -56.25rem; } }

@media (max-width: 1199.98px) {
  .padding_block_n900_1200 {
    padding-block: -56.25rem; } }

@media (max-width: 1199.98px) {
  .padding_inline_n900_1200 {
    padding-inline: -56.25rem; } }

@media (max-width: 1199.98px) {
  .padding_top_n1000_1200 {
    padding-top: -62.5rem; } }

@media (max-width: 1199.98px) {
  .padding_bottom_n1000_1200 {
    padding-bottom: -62.5rem; } }

@media (max-width: 1199.98px) {
  .padding_right_n1000_1200 {
    padding-right: -62.5rem; } }

@media (max-width: 1199.98px) {
  .padding_left_n1000_1200 {
    padding-left: -62.5rem; } }

@media (max-width: 1199.98px) {
  .padding_block_n1000_1200 {
    padding-block: -62.5rem; } }

@media (max-width: 1199.98px) {
  .padding_inline_n1000_1200 {
    padding-inline: -62.5rem; } }

.margin_top_10 {
  margin-top: 0.625rem; }

.margin_bottom_10 {
  margin-bottom: 0.625rem; }

.margin_right_10 {
  margin-right: 0.625rem; }

.margin_left_10 {
  margin-left: 0.625rem; }

.margin_block_10 {
  margin-block: 0.625rem; }

.margin_inline_10 {
  margin-inline: 0.625rem; }

.margin_top_20 {
  margin-top: 1.25rem; }

.margin_bottom_20 {
  margin-bottom: 1.25rem; }

.margin_right_20 {
  margin-right: 1.25rem; }

.margin_left_20 {
  margin-left: 1.25rem; }

.margin_block_20 {
  margin-block: 1.25rem; }

.margin_inline_20 {
  margin-inline: 1.25rem; }

.margin_top_30 {
  margin-top: 1.875rem; }

.margin_bottom_30 {
  margin-bottom: 1.875rem; }

.margin_right_30 {
  margin-right: 1.875rem; }

.margin_left_30 {
  margin-left: 1.875rem; }

.margin_block_30 {
  margin-block: 1.875rem; }

.margin_inline_30 {
  margin-inline: 1.875rem; }

.margin_top_40 {
  margin-top: 2.5rem; }

.margin_bottom_40 {
  margin-bottom: 2.5rem; }

.margin_right_40 {
  margin-right: 2.5rem; }

.margin_left_40 {
  margin-left: 2.5rem; }

.margin_block_40 {
  margin-block: 2.5rem; }

.margin_inline_40 {
  margin-inline: 2.5rem; }

.margin_top_50 {
  margin-top: 3.125rem; }

.margin_bottom_50 {
  margin-bottom: 3.125rem; }

.margin_right_50, .bigdata__page .data .data__card .quote .author {
  margin-right: 3.125rem; }

.margin_left_50 {
  margin-left: 3.125rem; }

.margin_block_50 {
  margin-block: 3.125rem; }

.margin_inline_50 {
  margin-inline: 3.125rem; }

.margin_top_60 {
  margin-top: 3.75rem; }

.margin_bottom_60 {
  margin-bottom: 3.75rem; }

.margin_right_60 {
  margin-right: 3.75rem; }

.margin_left_60 {
  margin-left: 3.75rem; }

.margin_block_60 {
  margin-block: 3.75rem; }

.margin_inline_60 {
  margin-inline: 3.75rem; }

.margin_top_80 {
  margin-top: 5rem; }

.margin_bottom_80 {
  margin-bottom: 5rem; }

.margin_right_80 {
  margin-right: 5rem; }

.margin_left_80 {
  margin-left: 5rem; }

.margin_block_80 {
  margin-block: 5rem; }

.margin_inline_80 {
  margin-inline: 5rem; }

.margin_top_100 {
  margin-top: 6.25rem; }

.margin_bottom_100 {
  margin-bottom: 6.25rem; }

.margin_right_100 {
  margin-right: 6.25rem; }

.margin_left_100 {
  margin-left: 6.25rem; }

.margin_block_100 {
  margin-block: 6.25rem; }

.margin_inline_100 {
  margin-inline: 6.25rem; }

.margin_top_120 {
  margin-top: 7.5rem; }

.margin_bottom_120 {
  margin-bottom: 7.5rem; }

.margin_right_120 {
  margin-right: 7.5rem; }

.margin_left_120 {
  margin-left: 7.5rem; }

.margin_block_120 {
  margin-block: 7.5rem; }

.margin_inline_120 {
  margin-inline: 7.5rem; }

.margin_top_145 {
  margin-top: 9.0625rem; }

.margin_bottom_145 {
  margin-bottom: 9.0625rem; }

.margin_right_145 {
  margin-right: 9.0625rem; }

.margin_left_145 {
  margin-left: 9.0625rem; }

.margin_block_145 {
  margin-block: 9.0625rem; }

.margin_inline_145 {
  margin-inline: 9.0625rem; }

.margin_top_200 {
  margin-top: 12.5rem; }

.margin_bottom_200 {
  margin-bottom: 12.5rem; }

.margin_right_200 {
  margin-right: 12.5rem; }

.margin_left_200 {
  margin-left: 12.5rem; }

.margin_block_200 {
  margin-block: 12.5rem; }

.margin_inline_200 {
  margin-inline: 12.5rem; }

.margin_top_230 {
  margin-top: 14.375rem; }

.margin_bottom_230 {
  margin-bottom: 14.375rem; }

.margin_right_230 {
  margin-right: 14.375rem; }

.margin_left_230 {
  margin-left: 14.375rem; }

.margin_block_230 {
  margin-block: 14.375rem; }

.margin_inline_230 {
  margin-inline: 14.375rem; }

.margin_top_250 {
  margin-top: 15.625rem; }

.margin_bottom_250 {
  margin-bottom: 15.625rem; }

.margin_right_250 {
  margin-right: 15.625rem; }

.margin_left_250 {
  margin-left: 15.625rem; }

.margin_block_250 {
  margin-block: 15.625rem; }

.margin_inline_250 {
  margin-inline: 15.625rem; }

.margin_top_300 {
  margin-top: 18.75rem; }

.margin_bottom_300 {
  margin-bottom: 18.75rem; }

.margin_right_300 {
  margin-right: 18.75rem; }

.margin_left_300 {
  margin-left: 18.75rem; }

.margin_block_300 {
  margin-block: 18.75rem; }

.margin_inline_300 {
  margin-inline: 18.75rem; }

.margin_top_400 {
  margin-top: 25rem; }

.margin_bottom_400 {
  margin-bottom: 25rem; }

.margin_right_400 {
  margin-right: 25rem; }

.margin_left_400 {
  margin-left: 25rem; }

.margin_block_400 {
  margin-block: 25rem; }

.margin_inline_400 {
  margin-inline: 25rem; }

.margin_top_500 {
  margin-top: 31.25rem; }

.margin_bottom_500 {
  margin-bottom: 31.25rem; }

.margin_right_500 {
  margin-right: 31.25rem; }

.margin_left_500 {
  margin-left: 31.25rem; }

.margin_block_500 {
  margin-block: 31.25rem; }

.margin_inline_500 {
  margin-inline: 31.25rem; }

.margin_top_600 {
  margin-top: 37.5rem; }

.margin_bottom_600 {
  margin-bottom: 37.5rem; }

.margin_right_600 {
  margin-right: 37.5rem; }

.margin_left_600 {
  margin-left: 37.5rem; }

.margin_block_600 {
  margin-block: 37.5rem; }

.margin_inline_600 {
  margin-inline: 37.5rem; }

.margin_top_700 {
  margin-top: 43.75rem; }

.margin_bottom_700 {
  margin-bottom: 43.75rem; }

.margin_right_700 {
  margin-right: 43.75rem; }

.margin_left_700 {
  margin-left: 43.75rem; }

.margin_block_700 {
  margin-block: 43.75rem; }

.margin_inline_700 {
  margin-inline: 43.75rem; }

.margin_top_800 {
  margin-top: 50rem; }

.margin_bottom_800 {
  margin-bottom: 50rem; }

.margin_right_800 {
  margin-right: 50rem; }

.margin_left_800 {
  margin-left: 50rem; }

.margin_block_800 {
  margin-block: 50rem; }

.margin_inline_800 {
  margin-inline: 50rem; }

.margin_top_900 {
  margin-top: 56.25rem; }

.margin_bottom_900 {
  margin-bottom: 56.25rem; }

.margin_right_900 {
  margin-right: 56.25rem; }

.margin_left_900 {
  margin-left: 56.25rem; }

.margin_block_900 {
  margin-block: 56.25rem; }

.margin_inline_900 {
  margin-inline: 56.25rem; }

.margin_top_n200 {
  margin-top: -12.5rem; }

.margin_bottom_n200 {
  margin-bottom: -12.5rem; }

.margin_right_n200 {
  margin-right: -12.5rem; }

.margin_left_n200 {
  margin-left: -12.5rem; }

.margin_block_n200 {
  margin-block: -12.5rem; }

.margin_inline_n200 {
  margin-inline: -12.5rem; }

.margin_top_n300 {
  margin-top: -18.75rem; }

.margin_bottom_n300 {
  margin-bottom: -18.75rem; }

.margin_right_n300 {
  margin-right: -18.75rem; }

.margin_left_n300 {
  margin-left: -18.75rem; }

.margin_block_n300 {
  margin-block: -18.75rem; }

.margin_inline_n300 {
  margin-inline: -18.75rem; }

.margin_top_n600 {
  margin-top: -37.5rem; }

.margin_bottom_n600 {
  margin-bottom: -37.5rem; }

.margin_right_n600 {
  margin-right: -37.5rem; }

.margin_left_n600 {
  margin-left: -37.5rem; }

.margin_block_n600 {
  margin-block: -37.5rem; }

.margin_inline_n600 {
  margin-inline: -37.5rem; }

.margin_top_n900 {
  margin-top: -56.25rem; }

.margin_bottom_n900 {
  margin-bottom: -56.25rem; }

.margin_right_n900 {
  margin-right: -56.25rem; }

.margin_left_n900 {
  margin-left: -56.25rem; }

.margin_block_n900 {
  margin-block: -56.25rem; }

.margin_inline_n900 {
  margin-inline: -56.25rem; }

.margin_top_n1000 {
  margin-top: -62.5rem; }

.margin_bottom_n1000 {
  margin-bottom: -62.5rem; }

.margin_right_n1000 {
  margin-right: -62.5rem; }

.margin_left_n1000 {
  margin-left: -62.5rem; }

.margin_block_n1000 {
  margin-block: -62.5rem; }

.margin_inline_n1000 {
  margin-inline: -62.5rem; }

@media (max-width: 1199.98px) {
  .margin_top_10_1200 {
    margin-top: 0.625rem; } }

@media (max-width: 1199.98px) {
  .margin_bottom_10_1200 {
    margin-bottom: 0.625rem; } }

@media (max-width: 1199.98px) {
  .margin_right_10_1200 {
    margin-right: 0.625rem; } }

@media (max-width: 1199.98px) {
  .margin_left_10_1200 {
    margin-left: 0.625rem; } }

@media (max-width: 1199.98px) {
  .margin_block_10_1200 {
    margin-block: 0.625rem; } }

@media (max-width: 1199.98px) {
  .margin_inline_10_1200 {
    margin-inline: 0.625rem; } }

@media (max-width: 1199.98px) {
  .margin_top_20_1200 {
    margin-top: 1.25rem; } }

@media (max-width: 1199.98px) {
  .margin_bottom_20_1200 {
    margin-bottom: 1.25rem; } }

@media (max-width: 1199.98px) {
  .margin_right_20_1200 {
    margin-right: 1.25rem; } }

@media (max-width: 1199.98px) {
  .margin_left_20_1200 {
    margin-left: 1.25rem; } }

@media (max-width: 1199.98px) {
  .margin_block_20_1200 {
    margin-block: 1.25rem; } }

@media (max-width: 1199.98px) {
  .margin_inline_20_1200 {
    margin-inline: 1.25rem; } }

@media (max-width: 1199.98px) {
  .margin_top_30_1200 {
    margin-top: 1.875rem; } }

@media (max-width: 1199.98px) {
  .margin_bottom_30_1200 {
    margin-bottom: 1.875rem; } }

@media (max-width: 1199.98px) {
  .margin_right_30_1200 {
    margin-right: 1.875rem; } }

@media (max-width: 1199.98px) {
  .margin_left_30_1200 {
    margin-left: 1.875rem; } }

@media (max-width: 1199.98px) {
  .margin_block_30_1200 {
    margin-block: 1.875rem; } }

@media (max-width: 1199.98px) {
  .margin_inline_30_1200 {
    margin-inline: 1.875rem; } }

@media (max-width: 1199.98px) {
  .margin_top_40_1200 {
    margin-top: 2.5rem; } }

@media (max-width: 1199.98px) {
  .margin_bottom_40_1200 {
    margin-bottom: 2.5rem; } }

@media (max-width: 1199.98px) {
  .margin_right_40_1200 {
    margin-right: 2.5rem; } }

@media (max-width: 1199.98px) {
  .margin_left_40_1200 {
    margin-left: 2.5rem; } }

@media (max-width: 1199.98px) {
  .margin_block_40_1200 {
    margin-block: 2.5rem; } }

@media (max-width: 1199.98px) {
  .margin_inline_40_1200 {
    margin-inline: 2.5rem; } }

@media (max-width: 1199.98px) {
  .margin_top_50_1200 {
    margin-top: 3.125rem; } }

@media (max-width: 1199.98px) {
  .margin_bottom_50_1200 {
    margin-bottom: 3.125rem; } }

@media (max-width: 1199.98px) {
  .margin_right_50_1200 {
    margin-right: 3.125rem; } }

@media (max-width: 1199.98px) {
  .margin_left_50_1200 {
    margin-left: 3.125rem; } }

@media (max-width: 1199.98px) {
  .margin_block_50_1200 {
    margin-block: 3.125rem; } }

@media (max-width: 1199.98px) {
  .margin_inline_50_1200 {
    margin-inline: 3.125rem; } }

@media (max-width: 1199.98px) {
  .margin_top_60_1200 {
    margin-top: 3.75rem; } }

@media (max-width: 1199.98px) {
  .margin_bottom_60_1200 {
    margin-bottom: 3.75rem; } }

@media (max-width: 1199.98px) {
  .margin_right_60_1200 {
    margin-right: 3.75rem; } }

@media (max-width: 1199.98px) {
  .margin_left_60_1200 {
    margin-left: 3.75rem; } }

@media (max-width: 1199.98px) {
  .margin_block_60_1200 {
    margin-block: 3.75rem; } }

@media (max-width: 1199.98px) {
  .margin_inline_60_1200 {
    margin-inline: 3.75rem; } }

@media (max-width: 1199.98px) {
  .margin_top_80_1200 {
    margin-top: 5rem; } }

@media (max-width: 1199.98px) {
  .margin_bottom_80_1200 {
    margin-bottom: 5rem; } }

@media (max-width: 1199.98px) {
  .margin_right_80_1200 {
    margin-right: 5rem; } }

@media (max-width: 1199.98px) {
  .margin_left_80_1200 {
    margin-left: 5rem; } }

@media (max-width: 1199.98px) {
  .margin_block_80_1200 {
    margin-block: 5rem; } }

@media (max-width: 1199.98px) {
  .margin_inline_80_1200 {
    margin-inline: 5rem; } }

@media (max-width: 1199.98px) {
  .margin_top_100_1200 {
    margin-top: 6.25rem; } }

@media (max-width: 1199.98px) {
  .margin_bottom_100_1200 {
    margin-bottom: 6.25rem; } }

@media (max-width: 1199.98px) {
  .margin_right_100_1200 {
    margin-right: 6.25rem; } }

@media (max-width: 1199.98px) {
  .margin_left_100_1200 {
    margin-left: 6.25rem; } }

@media (max-width: 1199.98px) {
  .margin_block_100_1200 {
    margin-block: 6.25rem; } }

@media (max-width: 1199.98px) {
  .margin_inline_100_1200 {
    margin-inline: 6.25rem; } }

@media (max-width: 1199.98px) {
  .margin_top_120_1200 {
    margin-top: 7.5rem; } }

@media (max-width: 1199.98px) {
  .margin_bottom_120_1200 {
    margin-bottom: 7.5rem; } }

@media (max-width: 1199.98px) {
  .margin_right_120_1200 {
    margin-right: 7.5rem; } }

@media (max-width: 1199.98px) {
  .margin_left_120_1200 {
    margin-left: 7.5rem; } }

@media (max-width: 1199.98px) {
  .margin_block_120_1200 {
    margin-block: 7.5rem; } }

@media (max-width: 1199.98px) {
  .margin_inline_120_1200 {
    margin-inline: 7.5rem; } }

@media (max-width: 1199.98px) {
  .margin_top_145_1200 {
    margin-top: 9.0625rem; } }

@media (max-width: 1199.98px) {
  .margin_bottom_145_1200 {
    margin-bottom: 9.0625rem; } }

@media (max-width: 1199.98px) {
  .margin_right_145_1200 {
    margin-right: 9.0625rem; } }

@media (max-width: 1199.98px) {
  .margin_left_145_1200 {
    margin-left: 9.0625rem; } }

@media (max-width: 1199.98px) {
  .margin_block_145_1200 {
    margin-block: 9.0625rem; } }

@media (max-width: 1199.98px) {
  .margin_inline_145_1200 {
    margin-inline: 9.0625rem; } }

@media (max-width: 1199.98px) {
  .margin_top_200_1200 {
    margin-top: 12.5rem; } }

@media (max-width: 1199.98px) {
  .margin_bottom_200_1200 {
    margin-bottom: 12.5rem; } }

@media (max-width: 1199.98px) {
  .margin_right_200_1200 {
    margin-right: 12.5rem; } }

@media (max-width: 1199.98px) {
  .margin_left_200_1200 {
    margin-left: 12.5rem; } }

@media (max-width: 1199.98px) {
  .margin_block_200_1200 {
    margin-block: 12.5rem; } }

@media (max-width: 1199.98px) {
  .margin_inline_200_1200 {
    margin-inline: 12.5rem; } }

@media (max-width: 1199.98px) {
  .margin_top_230_1200 {
    margin-top: 14.375rem; } }

@media (max-width: 1199.98px) {
  .margin_bottom_230_1200 {
    margin-bottom: 14.375rem; } }

@media (max-width: 1199.98px) {
  .margin_right_230_1200 {
    margin-right: 14.375rem; } }

@media (max-width: 1199.98px) {
  .margin_left_230_1200 {
    margin-left: 14.375rem; } }

@media (max-width: 1199.98px) {
  .margin_block_230_1200 {
    margin-block: 14.375rem; } }

@media (max-width: 1199.98px) {
  .margin_inline_230_1200 {
    margin-inline: 14.375rem; } }

@media (max-width: 1199.98px) {
  .margin_top_250_1200 {
    margin-top: 15.625rem; } }

@media (max-width: 1199.98px) {
  .margin_bottom_250_1200 {
    margin-bottom: 15.625rem; } }

@media (max-width: 1199.98px) {
  .margin_right_250_1200 {
    margin-right: 15.625rem; } }

@media (max-width: 1199.98px) {
  .margin_left_250_1200 {
    margin-left: 15.625rem; } }

@media (max-width: 1199.98px) {
  .margin_block_250_1200 {
    margin-block: 15.625rem; } }

@media (max-width: 1199.98px) {
  .margin_inline_250_1200 {
    margin-inline: 15.625rem; } }

@media (max-width: 1199.98px) {
  .margin_top_300_1200 {
    margin-top: 18.75rem; } }

@media (max-width: 1199.98px) {
  .margin_bottom_300_1200 {
    margin-bottom: 18.75rem; } }

@media (max-width: 1199.98px) {
  .margin_right_300_1200 {
    margin-right: 18.75rem; } }

@media (max-width: 1199.98px) {
  .margin_left_300_1200 {
    margin-left: 18.75rem; } }

@media (max-width: 1199.98px) {
  .margin_block_300_1200 {
    margin-block: 18.75rem; } }

@media (max-width: 1199.98px) {
  .margin_inline_300_1200 {
    margin-inline: 18.75rem; } }

@media (max-width: 1199.98px) {
  .margin_top_400_1200 {
    margin-top: 25rem; } }

@media (max-width: 1199.98px) {
  .margin_bottom_400_1200 {
    margin-bottom: 25rem; } }

@media (max-width: 1199.98px) {
  .margin_right_400_1200 {
    margin-right: 25rem; } }

@media (max-width: 1199.98px) {
  .margin_left_400_1200 {
    margin-left: 25rem; } }

@media (max-width: 1199.98px) {
  .margin_block_400_1200 {
    margin-block: 25rem; } }

@media (max-width: 1199.98px) {
  .margin_inline_400_1200 {
    margin-inline: 25rem; } }

@media (max-width: 1199.98px) {
  .margin_top_500_1200 {
    margin-top: 31.25rem; } }

@media (max-width: 1199.98px) {
  .margin_bottom_500_1200 {
    margin-bottom: 31.25rem; } }

@media (max-width: 1199.98px) {
  .margin_right_500_1200 {
    margin-right: 31.25rem; } }

@media (max-width: 1199.98px) {
  .margin_left_500_1200 {
    margin-left: 31.25rem; } }

@media (max-width: 1199.98px) {
  .margin_block_500_1200 {
    margin-block: 31.25rem; } }

@media (max-width: 1199.98px) {
  .margin_inline_500_1200 {
    margin-inline: 31.25rem; } }

@media (max-width: 1199.98px) {
  .margin_top_600_1200 {
    margin-top: 37.5rem; } }

@media (max-width: 1199.98px) {
  .margin_bottom_600_1200 {
    margin-bottom: 37.5rem; } }

@media (max-width: 1199.98px) {
  .margin_right_600_1200 {
    margin-right: 37.5rem; } }

@media (max-width: 1199.98px) {
  .margin_left_600_1200 {
    margin-left: 37.5rem; } }

@media (max-width: 1199.98px) {
  .margin_block_600_1200 {
    margin-block: 37.5rem; } }

@media (max-width: 1199.98px) {
  .margin_inline_600_1200 {
    margin-inline: 37.5rem; } }

@media (max-width: 1199.98px) {
  .margin_top_700_1200 {
    margin-top: 43.75rem; } }

@media (max-width: 1199.98px) {
  .margin_bottom_700_1200 {
    margin-bottom: 43.75rem; } }

@media (max-width: 1199.98px) {
  .margin_right_700_1200 {
    margin-right: 43.75rem; } }

@media (max-width: 1199.98px) {
  .margin_left_700_1200 {
    margin-left: 43.75rem; } }

@media (max-width: 1199.98px) {
  .margin_block_700_1200 {
    margin-block: 43.75rem; } }

@media (max-width: 1199.98px) {
  .margin_inline_700_1200 {
    margin-inline: 43.75rem; } }

@media (max-width: 1199.98px) {
  .margin_top_800_1200 {
    margin-top: 50rem; } }

@media (max-width: 1199.98px) {
  .margin_bottom_800_1200 {
    margin-bottom: 50rem; } }

@media (max-width: 1199.98px) {
  .margin_right_800_1200 {
    margin-right: 50rem; } }

@media (max-width: 1199.98px) {
  .margin_left_800_1200 {
    margin-left: 50rem; } }

@media (max-width: 1199.98px) {
  .margin_block_800_1200 {
    margin-block: 50rem; } }

@media (max-width: 1199.98px) {
  .margin_inline_800_1200 {
    margin-inline: 50rem; } }

@media (max-width: 1199.98px) {
  .margin_top_900_1200 {
    margin-top: 56.25rem; } }

@media (max-width: 1199.98px) {
  .margin_bottom_900_1200 {
    margin-bottom: 56.25rem; } }

@media (max-width: 1199.98px) {
  .margin_right_900_1200 {
    margin-right: 56.25rem; } }

@media (max-width: 1199.98px) {
  .margin_left_900_1200 {
    margin-left: 56.25rem; } }

@media (max-width: 1199.98px) {
  .margin_block_900_1200 {
    margin-block: 56.25rem; } }

@media (max-width: 1199.98px) {
  .margin_inline_900_1200 {
    margin-inline: 56.25rem; } }

@media (max-width: 1199.98px) {
  .margin_top_n200_1200 {
    margin-top: -12.5rem; } }

@media (max-width: 1199.98px) {
  .margin_bottom_n200_1200 {
    margin-bottom: -12.5rem; } }

@media (max-width: 1199.98px) {
  .margin_right_n200_1200 {
    margin-right: -12.5rem; } }

@media (max-width: 1199.98px) {
  .margin_left_n200_1200 {
    margin-left: -12.5rem; } }

@media (max-width: 1199.98px) {
  .margin_block_n200_1200 {
    margin-block: -12.5rem; } }

@media (max-width: 1199.98px) {
  .margin_inline_n200_1200 {
    margin-inline: -12.5rem; } }

@media (max-width: 1199.98px) {
  .margin_top_n300_1200 {
    margin-top: -18.75rem; } }

@media (max-width: 1199.98px) {
  .margin_bottom_n300_1200 {
    margin-bottom: -18.75rem; } }

@media (max-width: 1199.98px) {
  .margin_right_n300_1200 {
    margin-right: -18.75rem; } }

@media (max-width: 1199.98px) {
  .margin_left_n300_1200 {
    margin-left: -18.75rem; } }

@media (max-width: 1199.98px) {
  .margin_block_n300_1200 {
    margin-block: -18.75rem; } }

@media (max-width: 1199.98px) {
  .margin_inline_n300_1200 {
    margin-inline: -18.75rem; } }

@media (max-width: 1199.98px) {
  .margin_top_n600_1200 {
    margin-top: -37.5rem; } }

@media (max-width: 1199.98px) {
  .margin_bottom_n600_1200 {
    margin-bottom: -37.5rem; } }

@media (max-width: 1199.98px) {
  .margin_right_n600_1200 {
    margin-right: -37.5rem; } }

@media (max-width: 1199.98px) {
  .margin_left_n600_1200 {
    margin-left: -37.5rem; } }

@media (max-width: 1199.98px) {
  .margin_block_n600_1200 {
    margin-block: -37.5rem; } }

@media (max-width: 1199.98px) {
  .margin_inline_n600_1200 {
    margin-inline: -37.5rem; } }

@media (max-width: 1199.98px) {
  .margin_top_n900_1200 {
    margin-top: -56.25rem; } }

@media (max-width: 1199.98px) {
  .margin_bottom_n900_1200 {
    margin-bottom: -56.25rem; } }

@media (max-width: 1199.98px) {
  .margin_right_n900_1200 {
    margin-right: -56.25rem; } }

@media (max-width: 1199.98px) {
  .margin_left_n900_1200 {
    margin-left: -56.25rem; } }

@media (max-width: 1199.98px) {
  .margin_block_n900_1200 {
    margin-block: -56.25rem; } }

@media (max-width: 1199.98px) {
  .margin_inline_n900_1200 {
    margin-inline: -56.25rem; } }

@media (max-width: 1199.98px) {
  .margin_top_n1000_1200 {
    margin-top: -62.5rem; } }

@media (max-width: 1199.98px) {
  .margin_bottom_n1000_1200 {
    margin-bottom: -62.5rem; } }

@media (max-width: 1199.98px) {
  .margin_right_n1000_1200 {
    margin-right: -62.5rem; } }

@media (max-width: 1199.98px) {
  .margin_left_n1000_1200 {
    margin-left: -62.5rem; } }

@media (max-width: 1199.98px) {
  .margin_block_n1000_1200 {
    margin-block: -62.5rem; } }

@media (max-width: 1199.98px) {
  .margin_inline_n1000_1200 {
    margin-inline: -62.5rem; } }

.padding_0 {
  padding: 0 !important; }

.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  position: fixed;
  top: 5rem;
  right: 1rem;
  z-index: 50000; }
  .alert-success {
    background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d; }
  .alert-info {
    background-color: #d9edf7;
    border-color: #bcdff1;
    color: #31708f; }
  .alert-warning {
    background-color: #fcf8e3;
    border-color: #faf2cc;
    color: #8a6d3b; }
  .alert-danger {
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442; }
  .alert button {
    float: right;
    border-radius: 1000px;
    border: 1px solid #000;
    margin-left: 1rem;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 2rem;
    display: grid;
    line-height: 1.6rem;
    justify-content: center;
    justify-items: center;
    padding: 0; }

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  margin: 0 0 3.125rem;
  padding: 0 0 0 3.75rem; }
  .pagination li .dots {
    padding: 0.3125rem 0.625rem;
    color: #000; }
  .pagination li a {
    padding: 0.3125rem 0.625rem;
    color: #000;
    font-size: 1.125rem;
    border-bottom: 3px solid transparent; }
    .pagination li a:hover, .pagination li a:focus {
      border-color: #88FC6C;
      font-weight: 800;
      color: #88FC6C; }
  .pagination li.pagination__item--prev a, .pagination li.pagination__item--next a {
    font-size: 2.5rem;
    color: #88FC6C; }
    .pagination li.pagination__item--prev a:hover, .pagination li.pagination__item--prev a:focus, .pagination li.pagination__item--next a:hover, .pagination li.pagination__item--next a:focus {
      border-color: transparent;
      font-weight: 800;
      color: #88FC6C; }
  .pagination li.active a {
    color: #88FC6C;
    font-weight: 800;
    border-bottom: 3px solid #88FC6C; }

.button {
  display: inline-block;
  padding: 0.9375rem 2.8125rem;
  background-color: #fff;
  color: #000;
  border-radius: 1000px;
  font-size: 1rem;
  background-image: linear-gradient(90deg, #fff, #fff, #000, #88FC6C, #C7FF2A);
  background-size: 400%;
  background-position: left;
  transition: all 1s ease-in-out; }
  @media (max-width: 1199.98px) {
    .button {
      padding: 0.625rem 1.875rem;
      font-size: 0.8125rem; } }
  .button.in__button {
    font-size: 1.5rem !important; }
    .button.in__button img {
      width: 2.1875rem !important; }
  .button:hover {
    color: #000;
    background-position: right; }
  .button.green {
    background-image: none;
    background-color: #88FC6C;
    color: #000;
    border: 1px solid #88FC6C; }
    .button.green:hover {
      background-color: #000;
      color: #88FC6C; }
    .button.green.outline {
      background-color: transparent;
      color: #88FC6C;
      border: 1px solid #88FC6C; }
      .button.green.outline:hover {
        background-color: #88FC6C;
        color: #000; }
  .button.small {
    padding: 0.625rem 2rem; }

/* The container */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default checkbox */
.container input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.25rem;
  width: 1.25rem;
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 5px; }

input[type="radio"] ~ .checkmark {
  border-radius: 1000px; }

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: rgba(255, 255, 255, 0.2); }

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  box-shadow: none;
  outline: 0 !important; }

.container input:checked ~ .checkmark {
  background-color: transparent;
  border: 1px solid #fff;
  outline: 2px solid #88FC6C; }

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.container .checkmark:after {
  display: none;
  content: '';
  position: absolute;
  left: 6px;
  top: 3px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
  @media (max-width: 959.98px) {
    .container .checkmark:after {
      left: 0.4375rem;
      top: 0.1875rem; } }

.t180 {
  font-size: 11.25rem;
  line-height: 1.1; }
  @media (max-width: 1199.98px) {
    .t180 {
      font-size: 6.875rem; } }

.t150 {
  font-size: 9.375rem;
  line-height: 1.1; }
  @media (max-width: 1199.98px) {
    .t150 {
      font-size: 7.5rem; } }

.t120 {
  font-size: 7.5rem;
  line-height: 1.1; }
  @media (max-width: 1199.98px) {
    .t120 {
      font-size: 5.625rem; } }

.t100 {
  font-size: 6.25rem;
  line-height: 1.1; }
  @media (max-width: 1199.98px) {
    .t100 {
      font-size: 4.375rem; } }
  @media (max-width: 959.98px) {
    .t100 {
      font-size: 3.75rem; } }
  @media (max-width: 639.98px) {
    .t100 {
      font-size: 2.5rem; } }

.t90 {
  font-size: 5.625rem;
  line-height: 1.1; }
  @media (max-width: 1199.98px) {
    .t90 {
      font-size: 3.75rem; } }

.t80 {
  font-size: 5rem;
  line-height: 1.2; }
  @media (max-width: 1199.98px) {
    .t80 {
      font-size: 3.125rem; } }

.t60, .bigdata__page .blocks .title__section {
  font-size: 3.75rem;
  line-height: 1.2; }
  @media (max-width: 1199.98px) {
    .t60, .bigdata__page .blocks .title__section {
      font-size: 2.375rem; } }

.t50 {
  font-size: 3.125rem;
  line-height: 1.2; }
  @media (max-width: 1199.98px) {
    .t50 {
      font-size: 2.1875rem; } }

.t40, .bigdata__page .blocks .blocks__section .block {
  font-size: 2.5rem;
  line-height: 1.1; }
  @media (max-width: 1199.98px) {
    .t40, .bigdata__page .blocks .blocks__section .block {
      font-size: 1.875rem; } }

.t36 {
  font-size: 2.25rem;
  line-height: 1.1; }
  @media (max-width: 1199.98px) {
    .t36 {
      font-size: 1.5rem; } }

.t32, .bigdata__page .bigdata__cards .cards__grid .card .card__title {
  font-size: 2rem;
  line-height: 1.1; }
  @media (max-width: 1199.98px) {
    .t32, .bigdata__page .bigdata__cards .cards__grid .card .card__title {
      font-size: 1.625rem; } }
  @media (max-width: 959.98px) {
    .t32, .bigdata__page .bigdata__cards .cards__grid .card .card__title {
      font-size: 1.3125rem; } }

.t28 {
  font-size: 1.75rem;
  line-height: 1.1; }
  @media (max-width: 1199.98px) {
    .t28 {
      font-size: 1.5rem; } }
  @media (max-width: 959.98px) {
    .t28 {
      font-size: 1.25rem; } }

.t24 {
  font-size: 1.5rem;
  line-height: 1.1; }
  @media (max-width: 1199.98px) {
    .t24 {
      font-size: 1.375rem; } }
  @media (max-width: 959.98px) {
    .t24 {
      font-size: 1.1875rem; } }

.t18 {
  font-size: 1.125rem;
  line-height: 1.1; }
  @media (max-width: 1199.98px) {
    .t18 {
      font-size: 1.125rem; } }
  @media (max-width: 959.98px) {
    .t18 {
      font-size: 1.0625rem; } }

.t14, .bigdata__page .bigdata__cards .cards__grid .card .card__content {
  font-size: 0.875rem;
  line-height: 1.1; }
  @media (max-width: 1199.98px) {
    .t14, .bigdata__page .bigdata__cards .cards__grid .card .card__content {
      font-size: 0.75rem; } }
  @media (max-width: 959.98px) {
    .t14, .bigdata__page .bigdata__cards .cards__grid .card .card__content {
      font-size: 0.6875rem; } }

.t10 {
  font-size: 0.625rem;
  line-height: 1.1; }
  @media (max-width: 1199.98px) {
    .t10 {
      font-size: 0.5625rem; } }
  @media (max-width: 959.98px) {
    .t10 {
      font-size: 0.5rem; } }

.t8 {
  font-size: 8px;
  line-height: 1.1; }

.bold {
  font-weight: 700; }

.medium {
  font-weight: 500; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.uppercase {
  text-transform: uppercase; }

@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* ----------------------------------------------
 * Generated by Animista on 2023-1-10 13:50:23
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }

@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; } }

.single__page .wrapper {
  max-width: 1280px;
  width: 100%;
  margin-right: auto;
  margin-left: auto; }
  @media (max-width: 1439.98px) {
    .single__page .wrapper {
      max-width: 90%; } }
  .single__page .wrapper.stick__right {
    max-width: 100vw;
    margin-left: calc((100vw - 1280px) / 2); }
    @media (max-width: 1439.98px) {
      .single__page .wrapper.stick__right {
        margin-left: 5%; } }
    @media (max-width: 639.98px) {
      .single__page .wrapper.stick__right {
        margin-right: 5%; } }
  .single__page .wrapper.narrow {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    isolation: isolate; }
    @media (max-width: 1439.98px) {
      .single__page .wrapper.narrow {
        max-width: 90%; } }
    @media (max-width: 639.98px) {
      .single__page .wrapper.narrow {
        padding-bottom: 3.75rem; } }

.single__page .contact__pattern {
  position: absolute;
  z-index: -1;
  right: -4.6875rem;
  pointer-events: none;
  width: 37.125rem; }
  @media (max-width: 1439.98px) {
    .single__page .contact__pattern {
      right: 1.25rem; } }
  @media (max-width: 1199.98px) {
    .single__page .contact__pattern {
      width: 25rem; } }
  @media (max-width: 639.98px) {
    .single__page .contact__pattern img {
      transform: scale(-1, 1); } }
  .single__page .contact__pattern .text__layer {
    position: absolute;
    top: 6.25rem;
    left: 12.5rem; }
    @media (max-width: 1199.98px) {
      .single__page .contact__pattern .text__layer {
        top: 3.75rem;
        left: 9.375rem; } }
    @media (max-width: 639.98px) {
      .single__page .contact__pattern .text__layer {
        display: none; } }

.contact__page .contact__grid {
  display: grid;
  grid-template-columns: 1fr 2fr 3fr;
  row-gap: 4.375rem;
  column-gap: 11.25rem; }
  @media (max-width: 959.98px) {
    .contact__page .contact__grid {
      column-gap: 4.375rem; } }
  @media (max-width: 639.98px) {
    .contact__page .contact__grid {
      grid-template-columns: 1fr;
      gap: 2.5rem;
      padding-left: 2.5rem; } }
  .contact__page .contact__grid p {
    line-height: 1.3; }
  .contact__page .contact__grid a:hover {
    color: #88FC6C; }
  .contact__page .contact__grid .contact__data {
    grid-column: 1/-1; }
  .contact__page .contact__grid .col__span2 {
    grid-column: span 2; }
    @media (max-width: 639.98px) {
      .contact__page .contact__grid .col__span2 {
        grid-column: span 1; } }
  .contact__page .contact__grid .t36 {
    margin-bottom: 3.125rem;
    position: relative; }
    .contact__page .contact__grid .t36:before {
      content: '•';
      color: #88FC6C;
      position: absolute;
      top: 0;
      bottom: 0;
      left: -1.875rem; }
      @media (max-width: 959.98px) {
        .contact__page .contact__grid .t36:before {
          left: -0.9375rem; } }

.news__page .news__card {
  border-radius: 20px;
  overflow: hidden;
  position: relative; }
  @media (max-width: 959.98px) {
    .news__page .news__card {
      width: 100%;
      overflow: hidden; }
      .news__page .news__card:after {
        content: "";
        display: block;
        padding-bottom: 100%; } }
  .news__page .news__card:hover {
    transform: scale(1.02); }
  .news__page .news__card > img {
    width: 100%; }
    @media (max-width: 959.98px) {
      .news__page .news__card > img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
        z-index: 6; } }
  .news__page .news__card .limit__width33 {
    max-width: 33%; }
    @media (max-width: 959.98px) {
      .news__page .news__card .limit__width33 {
        max-width: 100%; } }
  .news__page .news__card .limit__width45 {
    max-width: 45%; }
    @media (max-width: 959.98px) {
      .news__page .news__card .limit__width45 {
        max-width: 100%; } }
  .news__page .news__card .limit__width66 {
    max-width: 66%; }
    @media (max-width: 959.98px) {
      .news__page .news__card .limit__width66 {
        max-width: 100%; } }
  .news__page .news__card .card__padding {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    align-content: center; }
    .news__page .news__card .card__padding .card__content {
      padding: 3.125rem; }
      @media (max-width: 1199.98px) {
        .news__page .news__card .card__padding .card__content {
          padding: 1.875rem; } }
  .news__page .news__card.slim__card {
    position: relative;
    width: 100%; }
    .news__page .news__card.slim__card .card__padding {
      display: flex;
      align-items: flex-end;
      align-content: flex-end; }
  .news__page .news__card.square__card {
    position: relative;
    width: 100%; }
    .news__page .news__card.square__card:after {
      content: "";
      display: block;
      padding-bottom: 100%; }
    .news__page .news__card.square__card .card__padding {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 9;
      top: 0;
      left: 0;
      display: flex;
      align-items: flex-end;
      align-content: flex-end; }

.team__page .grid {
  gap: 4.0625rem;
  margin-top: 6.25rem; }

@media (max-width: 959.98px) {
  .team__page .grid__1_1_1 {
    grid-template-columns: repeat(2, minmax(0, 1fr)); } }

@media (max-width: 639.98px) {
  .team__page .grid__1_1_1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)); } }

.team__page .team__hiring {
  margin-top: 18.75rem; }
  @media (max-width: 959.98px) {
    .team__page .team__hiring {
      margin-top: 9.375rem;
      text-align: center;
      justify-content: center;
      justify-items: center; } }

.team__page .video__box {
  position: relative;
  text-align: center; }
  .team__page .video__box a {
    text-align: center;
    justify-content: center;
    justify-items: center; }
  .team__page .video__box .play__icon {
    position: absolute;
    inset: 0;
    margin: auto;
    z-index: 9; }

.team__card {
  position: relative; }
  .team__card .card__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    place-items: center;
    place-content: center;
    text-align: center; }
    .team__card .card__content > div {
      transform: translate(0, 100%); }
    .team__card .card__content .team__position {
      text-transform: uppercase;
      letter-spacing: 4px;
      font-size: 0.75rem;
      margin-top: 0.625rem; }

.job__card {
  position: relative;
  color: #E0E2E2; }
  .job__card > img {
    width: 100%; }
  .job__card .card__content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6;
    width: 100%;
    height: 100%;
    padding: 2.8125rem 2.8125rem 3.4375rem 2.8125rem;
    display: flex;
    align-items: flex-end;
    align-content: flex-end; }
    .job__card .card__content .card__desc {
      max-width: 80%; }
    .job__card .card__content .button__container {
      margin-top: 2.5rem; }

.team__bg {
  background-image: url("../../assets/img/team_bg.jpg");
  position: center top;
  background-size: contain;
  background-repeat: no-repeat; }

.grid {
  display: grid;
  gap: 2.1875rem;
  margin-bottom: 2.1875rem;
  overflow-y: hidden; }
  .grid a {
    display: flex; }

.grid__1_1 {
  grid-template-columns: repeat(2, minmax(0, 1fr)); }
  @media (max-width: 639.98px) {
    .grid__1_1 {
      grid-template-columns: repeat(1, minmax(0, 1fr)); } }

.grid__1_2 {
  grid-template-columns: 1fr 2fr; }
  @media (max-width: 639.98px) {
    .grid__1_2 {
      grid-template-columns: repeat(1, minmax(0, 1fr)); } }

.grid__1_1_1 {
  grid-template-columns: repeat(3, minmax(0, 1fr)); }
  @media (max-width: 959.98px) {
    .grid__1_1_1 {
      grid-template-columns: repeat(1, minmax(0, 1fr)); } }
  @media (max-width: 639.98px) {
    .grid__1_1_1 {
      grid-template-columns: repeat(1, minmax(0, 1fr)); } }

.grid__2_1_1 {
  grid-template-columns: 2fr 1fr 1fr;
  align-items: center;
  align-content: center; }
  @media (max-width: 959.98px) {
    .grid__2_1_1 {
      grid-template-columns: repeat(1, minmax(0, 1fr)); } }
  @media (max-width: 639.98px) {
    .grid__2_1_1 {
      grid-template-columns: repeat(1, minmax(0, 1fr)); } }

.about__page .grid .grid {
  height: 100%; }
  @media (max-width: 639.98px) {
    .about__page .grid .grid {
      padding: 1.5625rem;
      flex-wrap: wrap;
      gap: 1.5625rem; } }

.about__page .hero {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 110vh;
  display: flex;
  align-items: center;
  align-content: center; }
  .about__page .hero > img {
    width: 100%; }
  .about__page .hero .hero__content {
    width: 100%;
    height: 100%; }
  .about__page .hero.secondary .wrapper {
    height: calc(100% - 200px);
    width: 100%;
    display: grid;
    grid-template-columns: 2fr 2fr 1.2fr;
    grid-template-rows: repeat(3, minmax(0, 1fr)); }
    @media (max-width: 959.98px) {
      .about__page .hero.secondary .wrapper {
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: auto auto; } }
    @media (max-width: 639.98px) {
      .about__page .hero.secondary .wrapper {
        grid-template-columns: 1fr;
        grid-template-rows: auto; }
        .about__page .hero.secondary .wrapper div {
          max-width: 60%; } }

.about__page .certifications .cert__title {
  position: relative;
  padding-top: 12.5rem;
  padding-bottom: 9.375rem;
  text-align: center; }
  @media (max-width: 959.98px) {
    .about__page .certifications .cert__title {
      padding-top: 6.25rem;
      padding-bottom: 4.6875rem; } }
  .about__page .certifications .cert__title .noodle {
    width: 37.8125rem;
    position: absolute;
    inset: -9999px;
    margin: auto; }
    @media (max-width: 959.98px) {
      .about__page .certifications .cert__title .noodle {
        width: 21.875rem; } }

.about__page .workingon {
  padding-top: 15.625rem;
  padding-bottom: 15.625rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media (max-width: 959.98px) {
    .about__page .workingon {
      padding-top: 4.6875rem;
      padding-bottom: 4.6875rem;
      background-color: #151515; } }
  @media (max-width: 639.98px) {
    .about__page .workingon {
      background-image: none !important;
      background-color: #151515; } }
  .about__page .workingon .icons__list {
    display: grid;
    gap: 1.5625rem;
    margin-top: 3.75rem;
    margin-bottom: 3.75rem; }
    .about__page .workingon .icons__list .list__item {
      display: grid;
      grid-template-columns: 60px auto;
      gap: 0.9375rem;
      align-items: center;
      align-content: center;
      text-align: center; }
      .about__page .workingon .icons__list .list__item div {
        text-align: center; }
        .about__page .workingon .icons__list .list__item div:not(:first-of-type) {
          text-align: left; }

.about__page .cert__card {
  border-radius: 40px;
  display: flex;
  place-content: center;
  place-items: center; }
  @media (max-width: 959.98px) {
    .about__page .cert__card:not(.featured) img {
      height: 1.875rem; } }
  @media (max-width: 639.98px) {
    .about__page .cert__card:not(.featured) img {
      height: 3.125rem; } }

.about__page .border {
  border-radius: 40px;
  border: 1px solid #4C5D64; }

.about__page .flex {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-around;
  padding-top: 4.6875rem;
  padding-bottom: 4.6875rem; }
  @media (max-width: 959.98px) {
    .about__page .flex img {
      height: 2.8125rem; } }
  @media (max-width: 639.98px) {
    .about__page .flex {
      padding: 1.5625rem;
      flex-wrap: wrap;
      gap: 1.5625rem; }
      .about__page .flex img {
        height: 5.3125rem; } }

.about__page .square__card {
  position: relative;
  width: 100%; }
  .about__page .square__card:after {
    content: "";
    display: block;
    padding-bottom: 100%; }
  .about__page .square__card .card__padding {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    top: 0;
    left: 0;
    display: flex;
    place-content: center;
    place-items: center; }

.about__page .cta {
  padding-top: 9.375rem;
  padding-bottom: 6.25rem; }
  @media (max-width: 959.98px) {
    .about__page .cta {
      padding-top: 4.6875rem;
      padding-bottom: 4.6875rem; } }

.about__page .timeline {
  padding-top: 15.625rem;
  padding-bottom: 15.625rem;
  position: relative;
  background-color: #151515;
  isolation: isolate; }
  @media (max-width: 959.98px) {
    .about__page .timeline {
      padding-top: 9.375rem;
      padding-bottom: 9.375rem; } }
  .about__page .timeline:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #4C5D64;
    position: absolute;
    inset: 0;
    margin: auto;
    z-index: -1; }
    @media (max-width: 639.98px) {
      .about__page .timeline:before {
        width: 1px;
        height: 100%; } }
  .about__page .timeline .wrapper {
    width: 100%;
    display: flex;
    align-content: stretch;
    align-items: stretch; }
    @media (max-width: 639.98px) {
      .about__page .timeline .wrapper {
        flex-direction: column; } }
    .about__page .timeline .wrapper .tl__item {
      width: max-content;
      margin-right: auto;
      display: grid;
      grid-template-rows: repeat(3, 6.25rem); }
      @media (max-width: 639.98px) {
        .about__page .timeline .wrapper .tl__item {
          width: 100%;
          grid-template-columns: repeat(3, minmax(0, 1fr));
          grid-template-rows: repeat(1, 6.25rem); } }
      .about__page .timeline .wrapper .tl__item *, .about__page .timeline .wrapper .tl__item *::before, .about__page .timeline .wrapper .tl__item *::after {
        transition: all 0.3s ease-in-out; }
      .about__page .timeline .wrapper .tl__item div:nth-child(1) {
        order: 1; }
      .about__page .timeline .wrapper .tl__item div:nth-child(2) {
        order: 2; }
      .about__page .timeline .wrapper .tl__item div:nth-child(3) {
        order: 3; }
      .about__page .timeline .wrapper .tl__item:nth-child(even) div:nth-child(1) {
        order: 3; }
      .about__page .timeline .wrapper .tl__item:nth-child(even) div:nth-child(3) {
        order: 1; }
      .about__page .timeline .wrapper .tl__item > div:nth-child(2) {
        display: flex;
        align-items: center;
        align-content: center; }
        @media (max-width: 639.98px) {
          .about__page .timeline .wrapper .tl__item > div:nth-child(2) {
            justify-content: center;
            justify-items: center; } }
      .about__page .timeline .wrapper .tl__item .date {
        margin-bottom: 1.875rem; }
      .about__page .timeline .wrapper .tl__item .dot {
        display: block;
        width: 15px;
        height: 15px;
        border: 1px solid #4C5D64;
        background-color: #151515;
        border-radius: 1000px; }
      .about__page .timeline .wrapper .tl__item:last-child .date, .about__page .timeline .wrapper .tl__item:hover .date {
        color: #88FC6C; }
      .about__page .timeline .wrapper .tl__item:last-child .dot, .about__page .timeline .wrapper .tl__item:hover .dot {
        background-color: #88FC6C;
        border-color: #88FC6C; }

.about__page .meettheteam {
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  align-items: center;
  align-content: center; }
  .about__page .meettheteam .button__container {
    margin-top: 3.4375rem; }
    .about__page .meettheteam .button__container .button {
      display: inline-block; }

table {
  border-collapse: collapse;
  border: 0;
  margin-bottom: 1.875rem; }
  table tr {
    border: 1px solid #fff; }
    table tr:nth-of-type(even) {
      background-color: rgba(255, 255, 255, 0.15); }
  table th, table td {
    padding: 0.8125rem 0.5rem; }

.menu__footer {
  display: flex;
  gap: 1.5625rem;
  flex-wrap: wrap; }

.gradient1 {
  background: linear-gradient(94.07deg, #88FC6C 10%, #00FFAC 53.5%, #C7FF2A 102.66%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent; }

.gradient2 {
  background: linear-gradient(94.07deg, #88FC6C -10.68%, #C7FF2A 27.44%, #63B450 62.67%, #31FF00 81.97%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent; }

@keyframes empowerText {
  0% {
    transform: translate(0, 0);
    animation-timing-function: cubic-bezier(0.44, -0.6, 0.21, 1.385); }
  10% {
    transform: translate(0, 0);
    animation-timing-function: cubic-bezier(0.44, -0.6, 0.21, 1.385); }
  33% {
    transform: translate(0, -7.5rem);
    animation-timing-function: cubic-bezier(0.44, -0.6, 0.21, 1.385); }
  43% {
    transform: translate(0, -7.5rem);
    animation-timing-function: cubic-bezier(0.44, -0.6, 0.21, 1.385); }
  66% {
    transform: translate(0, -15rem);
    animation-timing-function: cubic-bezier(0.44, -0.6, 0.21, 1.385); }
  76% {
    transform: translate(0, -15rem);
    animation-timing-function: cubic-bezier(0.44, -0.6, 0.21, 1.385); }
  100% {
    transform: translate(0, -22.5rem);
    animation-timing-function: cubic-bezier(0.44, -0.6, 0.21, 1.385); } }

@keyframes heroText {
  0% {
    transform: translate(0, 0);
    animation-timing-function: cubic-bezier(0.44, -0.6, 0.21, 1.385); }
  12% {
    transform: translate(0, 0);
    animation-timing-function: cubic-bezier(0.44, -0.6, 0.21, 1.385); }
  25% {
    transform: translate(0, -3.125rem);
    animation-timing-function: cubic-bezier(0.44, -0.6, 0.21, 1.385); }
  37% {
    transform: translate(0, -3.125rem);
    animation-timing-function: cubic-bezier(0.44, -0.6, 0.21, 1.385); }
  50% {
    transform: translate(0, -6.25rem);
    animation-timing-function: cubic-bezier(0.44, -0.6, 0.21, 1.385); }
  62% {
    transform: translate(0, -6.25rem);
    animation-timing-function: cubic-bezier(0.44, -0.6, 0.21, 1.385); }
  75% {
    transform: translate(0, -9.375rem);
    animation-timing-function: cubic-bezier(0.44, -0.6, 0.21, 1.385); }
  87% {
    transform: translate(0, -9.375rem);
    animation-timing-function: cubic-bezier(0.44, -0.6, 0.21, 1.385); }
  100% {
    transform: translate(0, -12.5rem);
    animation-timing-function: cubic-bezier(0.44, -0.6, 0.21, 1.385); } }

@keyframes empowerText1200 {
  0% {
    transform: translate(0, 0);
    animation-timing-function: cubic-bezier(0.44, -0.6, 0.21, 1.385); }
  10% {
    transform: translate(0, 0);
    animation-timing-function: cubic-bezier(0.44, -0.6, 0.21, 1.385); }
  33% {
    transform: translate(0, -6.25rem);
    animation-timing-function: cubic-bezier(0.44, -0.6, 0.21, 1.385); }
  43% {
    transform: translate(0, -6.25rem);
    animation-timing-function: cubic-bezier(0.44, -0.6, 0.21, 1.385); }
  66% {
    transform: translate(0, -12.5rem);
    animation-timing-function: cubic-bezier(0.44, -0.6, 0.21, 1.385); }
  76% {
    transform: translate(0, -12.5rem);
    animation-timing-function: cubic-bezier(0.44, -0.6, 0.21, 1.385); }
  100% {
    transform: translate(0, -18.75rem);
    animation-timing-function: cubic-bezier(0.44, -0.6, 0.21, 1.385); } }

@keyframes empowerText960 {
  0% {
    transform: translate(0, 0);
    animation-timing-function: cubic-bezier(0.44, -0.6, 0.21, 1.385); }
  10% {
    transform: translate(0, 0);
    animation-timing-function: cubic-bezier(0.44, -0.6, 0.21, 1.385); }
  33% {
    transform: translate(0, -15.9375rem);
    animation-timing-function: cubic-bezier(0.44, -0.6, 0.21, 1.385); }
  43% {
    transform: translate(0, -15.9375rem);
    animation-timing-function: cubic-bezier(0.44, -0.6, 0.21, 1.385); }
  66% {
    transform: translate(0, -31.875rem);
    animation-timing-function: cubic-bezier(0.44, -0.6, 0.21, 1.385); }
  76% {
    transform: translate(0, -31.875rem);
    animation-timing-function: cubic-bezier(0.44, -0.6, 0.21, 1.385); }
  100% {
    transform: translate(0, -47.8125rem);
    animation-timing-function: cubic-bezier(0.44, -0.6, 0.21, 1.385); } }

@keyframes empowerBG {
  0% {
    transform: scale(1.1);
    animation-timing-function: cubic-bezier(0.44, -0.6, 0.21, 1.385); }
  10% {
    transform: scale(1.1);
    animation-timing-function: cubic-bezier(0.44, -0.6, 0.21, 1.385); }
  33% {
    transform: scale(1.2);
    animation-timing-function: cubic-bezier(0.44, -0.6, 0.21, 1.385); }
  43% {
    transform: scale(1.2);
    animation-timing-function: cubic-bezier(0.44, -0.6, 0.21, 1.385); }
  66% {
    transform: scale(1.3);
    animation-timing-function: cubic-bezier(0.44, -0.6, 0.21, 1.385); }
  76% {
    transform: scale(1.3);
    animation-timing-function: cubic-bezier(0.44, -0.6, 0.21, 1.385); }
  100% {
    transform: scale(1.4);
    animation-timing-function: cubic-bezier(0.44, -0.6, 0.21, 1.385); } }

@keyframes empowerButton {
  0% {
    transform: translate(0, -20px);
    opacity: 0;
    animation-timing-function: cubic-bezier(0.44, -0.6, 0.21, 1.385); }
  90% {
    transform: translate(0, -20px);
    opacity: 0;
    animation-timing-function: cubic-bezier(0.44, -0.6, 0.21, 1.385); }
  100% {
    transform: translate(0, 0);
    opacity: 1;
    animation-timing-function: cubic-bezier(0.44, -0.6, 0.21, 1.385); } }

.fadein {
  display: none; }

.hero:not(.new) {
  min-height: 100vh;
  background-size: contain;
  isolation: isolate;
  overflow-y: hidden; }
  .hero:not(.new) .circles__bg_hero {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    width: 100%; }
  .hero:not(.new) .appendix {
    display: flex;
    align-items: center; }
  .hero:not(.new) .tagline {
    display: inline-block;
    line-height: 3.125rem;
    height: 3.125rem;
    position: relative;
    top: -0.3125rem;
    overflow: hidden; }
    .hero:not(.new) .tagline .tagline__content {
      animation-name: heroText;
      animation-duration: 8s;
      animation-iteration-count: infinite; }
      .hero:not(.new) .tagline .tagline__content .line {
        text-align: left; }
  .hero:not(.new) .wrapper {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto; }
    @media (max-width: 1439.98px) {
      .hero:not(.new) .wrapper {
        max-width: 90%; } }
  .hero:not(.new) .text__wrapper {
    position: absolute;
    inset: 0;
    margin: auto;
    height: 100%;
    isolation: isolate; }
    .hero:not(.new) .text__wrapper .mask {
      z-index: 9; }
  .hero:not(.new) .text__layer {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    color: #4C5D64;
    font-size: 1rem;
    letter-spacing: 15px;
    opacity: 0.7;
    z-index: 7; }
    @media (max-width: 959.98px) {
      .hero:not(.new) .text__layer {
        display: none !important; } }
    .hero:not(.new) .text__layer > div {
      position: absolute;
      width: max-content;
      transition: all 2s ease-in-out; }
      .hero:not(.new) .text__layer > div:nth-child(1) {
        top: 20%;
        left: 45%; }
      .hero:not(.new) .text__layer > div:nth-child(2) {
        top: 33%;
        right: 2%; }
      .hero:not(.new) .text__layer > div:nth-child(3) {
        top: 33%;
        left: 2%; }
      .hero:not(.new) .text__layer > div:nth-child(4) {
        top: 46%;
        left: 4%; }
      .hero:not(.new) .text__layer > div:nth-child(5) {
        top: 52%;
        left: 15%; }
      .hero:not(.new) .text__layer > div:nth-child(6) {
        top: 59%;
        left: 2%; }
      .hero:not(.new) .text__layer > div:nth-child(7) {
        top: 59%;
        right: 9%; }
      .hero:not(.new) .text__layer > div:nth-child(8) {
        top: 72%;
        left: 1%; }
      .hero:not(.new) .text__layer > div:nth-child(9) {
        top: 72%;
        right: 1%; }
      .hero:not(.new) .text__layer > div:nth-child(10) {
        top: 85%;
        right: 9%; }
    .hero:not(.new) .text__layer.active .move__left {
      transform: translate(-1.25rem, 0); }
      .hero:not(.new) .text__layer.active .move__left.far {
        transform: translate(-2.5rem, 0); }
    .hero:not(.new) .text__layer.active .move__right {
      transform: translate(1.25rem, 0); }
      .hero:not(.new) .text__layer.active .move__right.far {
        transform: translate(2.5rem, 0); }
  .hero:not(.new) .preloader {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 100%;
    height: 100%; }
    .hero:not(.new) .preloader > *, .hero:not(.new) .preloader > *::before, .hero:not(.new) .preloader > *::after {
      position: absolute;
      inset: 0;
      margin: auto;
      width: 8rem;
      height: 8rem;
      display: block; }
    .hero:not(.new) .preloader span {
      display: inline-flex;
      place-content: center;
      place-items: center; }
    .hero:not(.new) .preloader img {
      -webkit-animation: spin 3s linear infinite;
      -moz-animation: spin 3s linear infinite;
      animation: spin 3s linear infinite; }

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(-360deg); } }

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg); } }

@keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }
  .hero:not(.new) .mask {
    z-index: -1;
    position: absolute;
    inset: 0;
    margin: auto;
    width: 100%;
    height: 100%; }
  .hero:not(.new) .mask2 {
    z-index: -1;
    position: absolute;
    inset: 0;
    top: auto;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom; }
  .hero:not(.new) .center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    height: 100%; }
    .hero:not(.new) .center > *, .hero:not(.new) .center > *::before, .hero:not(.new) .center > *::after {
      flex: 1; }
  .hero:not(.new) .video {
    position: absolute;
    width: 80%;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    mix-blend-mode: screen;
    -webkit-mix-blend-mode: screen; }
    @media (max-width: 639.98px) {
      .hero:not(.new) .video {
        width: 130%;
        left: -15%; } }

.hero.new {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  isolation: isolate;
  min-height: unset; }
  .hero.new:after {
    content: '';
    display: block;
    width: 100%;
    height: 13.75rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 80%);
    position: absolute;
    z-index: 2;
    right: 0;
    left: 0;
    bottom: 0; }
    @media (max-width: 639.98px) {
      .hero.new:after {
        height: 5rem; } }
  .hero.new > img {
    width: 100%; }
    @media (max-width: 639.98px) {
      .hero.new > img {
        height: 70vh;
        object-fit: cover; } }
  .hero.new .wrapper {
    position: absolute;
    inset: 0;
    z-index: 3;
    margin: auto;
    width: 100%;
    height: 100%;
    display: flex;
    place-content: center;
    place-items: center; }
    .hero.new .wrapper .flex {
      display: flex;
      align-items: center;
      align-content: center;
      line-height: 1;
      gap: 10px; }

.intelligent .intelligent__gradient__text {
  background: url("../../assets/img/intelligent_grad_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent; }

.telemetrics {
  display: grid;
  position: relative;
  isolation: isolate; }
  .telemetrics:after {
    content: '';
    display: block;
    width: 100%;
    height: 13.75rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 80%);
    position: absolute;
    z-index: 2;
    right: 0;
    left: 0;
    bottom: 0; }
    @media (max-width: 639.98px) {
      .telemetrics:after {
        height: 5rem; } }
  .telemetrics > img {
    grid-column: 1/-1;
    grid-row: 1/-1;
    width: 100%; }
    @media (max-width: 959.98px) {
      .telemetrics > img {
        height: 100%;
        object-fit: cover; } }
  .telemetrics .wrapper {
    grid-column: 1/-1;
    grid-row: 1/-1;
    display: flex;
    height: 100%;
    place-content: center;
    place-items: center; }
  .telemetrics .disclaimer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin-inline: auto;
    display: flex;
    justify-content: center;
    justify-items: center;
    z-index: 9; }
    .telemetrics .disclaimer .flex {
      display: flex;
      align-items: center;
      align-content: center;
      gap: 20px; }
    .telemetrics .disclaimer .dot {
      display: block;
      width: 20px;
      height: 20px;
      border-radius: 1000px;
      background-color: #88FC6C; }

@media (max-width: 959.98px) {
  .iot {
    padding-bottom: 0; } }

.iot .wrapper {
  max-width: 1280px;
  margin-inline: auto; }
  @media (max-width: 1299.98px) {
    .iot .wrapper {
      max-width: 90%; } }

.iot .iot_grad_text {
  background: url("../../assets/img/iot_grad_text.png");
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent; }

@media (max-width: 959.98px) {
  .iot .grid__1_1 {
    grid-template-columns: 1fr;
    text-align: center; } }

.possibilities {
  position: relative;
  display: grid; }
  .possibilities:after {
    content: '';
    display: block;
    width: 100%;
    height: 13.75rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 80%);
    position: absolute;
    z-index: 2;
    right: 0;
    left: 0;
    bottom: 0; }
    @media (max-width: 639.98px) {
      .possibilities:after {
        height: 5rem; } }
  .possibilities:before {
    content: '';
    display: block;
    width: 100%;
    height: 13.75rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, black 80%);
    position: absolute;
    z-index: 2;
    right: 0;
    left: 0;
    top: 0; }
    @media (max-width: 639.98px) {
      .possibilities:before {
        height: 5rem; } }
  .possibilities .possibilities_grad_text {
    background: url("../../assets/img/possibilities_grad_text.png");
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent; }
  .possibilities > img {
    width: 100%;
    grid-column: 1/-1;
    grid-row: 1/-1; }
    @media (max-width: 959.98px) {
      .possibilities > img {
        height: 100%;
        object-fit: cover; } }
  .possibilities .wrapper {
    grid-column: 1/-1;
    grid-row: 1/-1;
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1280px;
    margin-inline: auto;
    display: grid;
    grid-template-rows: 1fr auto 1fr; }
  .possibilities .possibilites__main_element .element {
    display: grid;
    align-items: center;
    align-content: center;
    text-align: center;
    isolation: isolate; }
    .possibilities .possibilites__main_element .element img, .possibilities .possibilites__main_element .element svg {
      margin: auto; }
    .possibilities .possibilites__main_element .element > *, .possibilities .possibilites__main_element .element > *::before, .possibilities .possibilites__main_element .element > *::after {
      position: relative;
      grid-column: 1/-1;
      grid-row: 1/-1; }
      .possibilities .possibilites__main_element .element > *:last-child, .possibilities .possibilites__main_element .element > :last-child::before, .possibilities .possibilites__main_element .element > :last-child::after {
        z-index: -1; }
  .possibilities .bottom__content {
    display: grid;
    align-content: end;
    align-items: end; }

.bigdata {
  position: relative;
  margin-top: 18.75rem;
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat; }
  @media (max-width: 1199.98px) {
    .bigdata {
      margin-top: 12.5rem; } }
  @media (max-width: 959.98px) {
    .bigdata {
      min-height: 1px; } }
  .bigdata > img {
    width: 100%; }
  .bigdata .bigdata__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; }
    .bigdata .bigdata__overlay .wrapper {
      max-width: 1280px;
      margin-inline: auto;
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0; }
      @media (max-width: 1299.98px) {
        .bigdata .bigdata__overlay .wrapper {
          max-width: 90%; } }
  .bigdata .hero__bg img {
    width: 100%; }
  .bigdata .hero__title {
    position: relative;
    overflow: hidden; }
    .bigdata .hero__title .title {
      font-family: 'DM Sans';
      font-weight: 700;
      font-size: 16px;
      width: 104%;
      translate: -2% 0; }
      .bigdata .hero__title .title .large {
        pointer-events: none;
        fill: transparent;
        stroke: #fff;
        stroke-width: 0.1px;
        -webkit-user-select: none;
        /* Safari */
        -moz-user-select: none;
        /* Firefox */
        -ms-user-select: none;
        /* IE10+/Edge */
        user-select: none;
        /* Standard */ }
    .bigdata .hero__title .subtitle {
      font-family: 'DM Sans';
      font-weight: 400;
      font-size: 16px;
      width: 50%;
      fill: #fff;
      position: absolute;
      left: 39.5%;
      top: 75%; }
    .bigdata .hero__title .button {
      position: absolute;
      right: 11%;
      bottom: 0%; }
  .bigdata .hero__text {
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    margin-top: 21.875rem;
    padding-top: 9.375rem;
    padding-bottom: 9.375rem; }
    @media (max-width: 1199.98px) {
      .bigdata .hero__text {
        margin-top: 15.625rem; } }
    @media (max-width: 959.98px) {
      .bigdata .hero__text {
        background-size: 100%;
        margin-top: 9.375rem;
        padding-top: 3.125rem;
        padding-bottom: 3.125rem; } }
    @media (max-width: 449.98px) {
      .bigdata .hero__text {
        background-size: cover;
        font-size: 2.5rem; } }

.circles__bg_abs {
  position: absolute;
  top: 50vh;
  right: 0;
  left: 0;
  width: 100%;
  z-index: -1; }
  @media (max-width: 959.98px) {
    .circles__bg_abs {
      display: none; } }

.empower {
  background-size: cover;
  background-position-x: center;
  background-position-y: -50vh;
  background-repeat: no-repeat;
  background-image: url("../../assets/img/empower_black.png"); }
  @media (max-width: 1199.98px) {
    .empower {
      background-size: contain; } }
  @media (max-width: 959.98px) {
    .empower {
      background-position-y: top; } }
  .empower.uk-sticky.uk-active.uk-sticky-fixed {
    position: static !important;
    background-size: cover;
    background-position-x: center;
    background-position-y: -50vh;
    background-attachment: fixed;
    background-repeat: no-repeat; }
    @media (max-width: 959.98px) {
      .empower.uk-sticky.uk-active.uk-sticky-fixed {
        background-position-y: top; } }
    @media (max-width: 639.98px) {
      .empower.uk-sticky.uk-active.uk-sticky-fixed {
        background-position-y: top;
        background-size: contain; } }
    @media (max-width: 959.98px) {
      .empower.uk-sticky.uk-active.uk-sticky-fixed {
        background-position-y: top; } }
  .empower ~ .uk-sticky-placeholder {
    height: 0 !important; }
  .empower .come__in__intro {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    margin: auto;
    z-index: 3;
    background-color: #000;
    clip-path: circle(100% at 50% 10%);
    -webkit-clip-path: circle(100% at 50% 10%);
    -moz-clip-path: circle(100% at 50% 10%);
    transition: all 1.5s ease-in-out; }
    .empower .come__in__intro.active {
      clip-path: circle(0% at 50% 10%);
      -webkit-clip-path: circle(0% at 50% 10%);
      -moz-clip-path: circle(0% at 50% 10%); }
  .empower .grad__circle {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: -22.5rem;
    width: 58.75rem;
    pointer-events: none; }
  .empower .come__in {
    text-align: center;
    padding-top: 11vh; }
  .empower .circles__bg {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    inset: 0;
    margin: auto;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s ease-in-out; }
    .empower .circles__bg.uk-sticky.uk-active.uk-sticky-fixed {
      opacity: 1; }
  .empower .empower__content {
    width: 100%;
    overflow: hidden;
    position: relative;
    isolation: isolate;
    padding-bottom: 12.5rem; }
    .empower .empower__content .button__container {
      animation-duration: 5s;
      animation-iteration-count: 1;
      animation-fill-mode: forwards; }
    .empower .empower__content .circles__bg {
      width: 100%;
      z-index: -1; }
    .empower .empower__content .tagline {
      position: relative;
      z-index: 9;
      text-align: center; }
      @media (min-width: 961px) {
        .empower .empower__content .tagline br {
          display: none !important; } }
      .empower .empower__content .tagline .t100 {
        margin-top: 20vh;
        margin-bottom: 20vh; }
    .empower .empower__content .button__container {
      z-index: 3;
      text-align: center; }

.mspartner {
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-color: #000;
  display: grid;
  width: 100%; }
  @media (max-width: 639.98px) {
    .mspartner {
      background-image: url("../assets/img/laptop-bg-mobile.png") !important;
      background-position: center bottom; } }
  .mspartner .wrapper {
    width: 50%;
    height: 100%;
    padding-left: 19.375rem;
    display: grid; }
    @media (max-width: 1199.98px) {
      .mspartner .wrapper {
        padding-left: 5vw; } }
    @media (max-width: 639.98px) {
      .mspartner .wrapper {
        width: 90%;
        padding-left: 5%;
        padding-right: 5%; } }
    .mspartner .wrapper .msinfo {
      display: grid;
      height: 100%;
      grid-gap: 5.3125rem;
      padding-top: 13.75rem;
      padding-bottom: 13.75rem; }
      @media (max-width: 639.98px) {
        .mspartner .wrapper .msinfo {
          grid-gap: 3.4375rem;
          padding-top: 6.25rem;
          padding-bottom: 31.25rem; } }
  .mspartner .mspattern {
    position: absolute;
    inset: 0;
    left: auto;
    right: 5.625rem;
    height: calc(100% - 180px);
    margin: auto;
    z-index: 9;
    display: flex;
    align-items: center;
    align-content: center; }
    .mspartner .mspattern img {
      width: 43.75rem; }
      @media (max-width: 1199.98px) {
        .mspartner .mspattern img {
          width: 25rem; } }

.optimize {
  background-size: cover;
  background-position: right center;
  display: grid;
  width: 100%; }
  @media (max-width: 1199.98px) {
    .optimize {
      background-position: 48% center; } }
  @media (max-width: 959.98px) {
    .optimize {
      background-position: 62% center; } }
  @media (max-width: 639.98px) {
    .optimize {
      background-position: center bottom !important;
      background-image: url("../assets/img/telemetric-bg-mobile.jpg") !important; } }
  .optimize .wrapper {
    width: 50%;
    height: 100%;
    padding-left: 10.625rem;
    display: grid; }
    @media (max-width: 1199.98px) {
      .optimize .wrapper {
        padding-left: 4.375rem; } }
    @media (max-width: 639.98px) {
      .optimize .wrapper {
        width: 90%;
        padding-left: 5%;
        padding-right: 5%; } }
    .optimize .wrapper .optimize__content {
      display: grid;
      height: 100%;
      grid-gap: 2.8125rem;
      padding-top: 13.75rem;
      padding-bottom: 13.75rem; }
      @media (max-width: 639.98px) {
        .optimize .wrapper .optimize__content {
          padding-bottom: 7.5rem; } }
  .optimize .optimize__pattern {
    position: absolute;
    inset: 0;
    left: auto;
    right: 19.6875rem;
    height: calc(100% - 180px);
    margin: auto;
    z-index: 9;
    display: flex;
    align-items: center;
    align-content: center; }
    @media (max-width: 1199.98px) {
      .optimize .optimize__pattern {
        right: 6.25rem; } }
    @media (max-width: 959.98px) {
      .optimize .optimize__pattern {
        right: 2.5rem; } }
    @media (max-width: 639.98px) {
      .optimize .optimize__pattern {
        position: static;
        padding-bottom: 15.9375rem; } }
    .optimize .optimize__pattern img {
      width: 33.5rem; }
      @media (max-width: 1199.98px) {
        .optimize .optimize__pattern img {
          width: 18.75rem; } }

.streamax {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  isolation: isolate;
  z-index: 9; }
  .streamax:before {
    content: '';
    display: block;
    width: 100%;
    height: 13.75rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 80%);
    position: absolute;
    z-index: 0;
    right: 0;
    left: 0;
    bottom: 0; }
    @media (max-width: 639.98px) {
      .streamax:before {
        height: 5rem; } }
  @media (max-width: 639.98px) {
    .streamax {
      padding-top: 5rem; } }
  .streamax .button__container {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
  .streamax .streamax__title {
    position: absolute;
    inset: 0;
    margin: auto;
    height: 370px;
    z-index: -1;
    transition: all 1s ease-in-out;
    transform: translate(0, 0); }
    @media (max-width: 639.98px) {
      .streamax .streamax__title {
        position: static;
        transform: translate(0, 0) !important;
        height: auto; } }
    .streamax .streamax__title.active {
      transform: translate(0, -30px); }
      .streamax .streamax__title.active svg text {
        fill: transparent;
        stroke: #fff;
        opacity: 0.2; }
    .streamax .streamax__title svg {
      font-family: 'DM Sans';
      font-weight: 700;
      font-size: 4.6875rem;
      width: 100%;
      transition: all 1s ease-in-out; }
    .streamax .streamax__title text {
      fill: #fff;
      stroke-width: 0.2;
      opacity: 1;
      stroke: transparent;
      stroke-linejoin: round;
      transition: all 1s ease-in-out; }
      @media (max-width: 639.98px) {
        .streamax .streamax__title text {
          stroke-width: 0.5;
          opacity: 0.5 !important; } }
  .streamax .streamax__content {
    position: absolute;
    width: 100%;
    height: 100%; }
    @media (max-width: 639.98px) {
      .streamax .streamax__content {
        position: static; } }
    .streamax .streamax__content .icons__wrapper {
      position: absolute;
      width: 30.5rem;
      height: 21.0625rem;
      inset: 0;
      margin: auto; }
      @media (max-width: 1199.98px) {
        .streamax .streamax__content .icons__wrapper {
          width: 18.75rem;
          height: 13.5625rem; } }
      @media (max-width: 959.98px) {
        .streamax .streamax__content .icons__wrapper {
          width: 13.75rem;
          height: 12.5rem; } }
      @media (max-width: 639.98px) {
        .streamax .streamax__content .icons__wrapper {
          position: static;
          width: 21.25rem;
          height: auto;
          padding-bottom: 8.125rem; } }
      .streamax .streamax__content .icons__wrapper .button__container {
        margin-top: 4.375rem; }
      .streamax .streamax__content .icons__wrapper .center__image {
        position: absolute;
        inset: 0;
        margin: auto;
        width: 30.5rem;
        z-index: 9; }
        @media (max-width: 1199.98px) {
          .streamax .streamax__content .icons__wrapper .center__image {
            width: 18.75rem; } }
        @media (max-width: 959.98px) {
          .streamax .streamax__content .icons__wrapper .center__image {
            width: 13.75rem; } }
        @media (max-width: 639.98px) {
          .streamax .streamax__content .icons__wrapper .center__image {
            position: static;
            padding-top: 1.5625rem;
            padding-bottom: 3.125rem;
            display: block;
            width: 100%; } }
      .streamax .streamax__content .icons__wrapper .icon {
        position: absolute;
        display: flex;
        align-items: center;
        align-content: center;
        gap: 1.25rem; }
        @media (max-width: 639.98px) {
          .streamax .streamax__content .icons__wrapper .icon {
            position: static;
            padding-top: 1.25rem;
            padding-bottom: 1.25rem; } }
        .streamax .streamax__content .icons__wrapper .icon.text__left {
          text-align: right; }
          @media (max-width: 639.98px) {
            .streamax .streamax__content .icons__wrapper .icon.text__left {
              text-align: left; } }
        .streamax .streamax__content .icons__wrapper .icon.text__right {
          flex-direction: row-reverse; }
          @media (max-width: 639.98px) {
            .streamax .streamax__content .icons__wrapper .icon.text__right {
              text-align: left;
              flex-direction: row; } }
        @media (max-width: 639.98px) {
          .streamax .streamax__content .icons__wrapper .icon .icon__desc {
            order: 2; } }
        @media (max-width: 639.98px) {
          .streamax .streamax__content .icons__wrapper .icon .icon__image {
            min-width: 4.375rem;
            order: 1; } }
        @media (max-width: 639.98px) {
          .streamax .streamax__content .icons__wrapper .icon .icon__image:after {
            display: none !important; } }
        .streamax .streamax__content .icons__wrapper .icon:nth-of-type(2) {
          left: -11.875rem;
          top: -10.625rem;
          margin: auto; }
          @media (max-width: 959.98px) {
            .streamax .streamax__content .icons__wrapper .icon:nth-of-type(2) {
              left: -10rem;
              top: -7.5rem; } }
          .streamax .streamax__content .icons__wrapper .icon:nth-of-type(2) .icon__image {
            position: relative; }
            .streamax .streamax__content .icons__wrapper .icon:nth-of-type(2) .icon__image:after {
              content: '';
              display: block;
              width: 1px;
              height: 9.375rem;
              background-color: #88FC6C;
              right: 0;
              left: 0;
              margin: auto;
              position: absolute; }
        .streamax .streamax__content .icons__wrapper .icon:nth-of-type(3) {
          right: -6.25rem;
          top: -7.5rem;
          margin: auto; }
          @media (max-width: 959.98px) {
            .streamax .streamax__content .icons__wrapper .icon:nth-of-type(3) {
              right: -6.875rem;
              top: -5rem; } }
          .streamax .streamax__content .icons__wrapper .icon:nth-of-type(3) .icon__image {
            position: relative; }
            .streamax .streamax__content .icons__wrapper .icon:nth-of-type(3) .icon__image:after {
              content: '';
              display: block;
              width: 1px;
              height: 9.375rem;
              background-color: #88FC6C;
              right: 0;
              left: 0;
              margin: auto;
              position: absolute; }
        .streamax .streamax__content .icons__wrapper .icon:nth-of-type(4) {
          left: -16.25rem;
          top: 11.25rem;
          margin: auto; }
          @media (max-width: 959.98px) {
            .streamax .streamax__content .icons__wrapper .icon:nth-of-type(4) {
              left: -11.875rem;
              top: 6.25rem; } }
          .streamax .streamax__content .icons__wrapper .icon:nth-of-type(4) .icon__image {
            position: relative; }
            .streamax .streamax__content .icons__wrapper .icon:nth-of-type(4) .icon__image:after {
              content: '';
              display: block;
              width: 7.5rem;
              height: 1px;
              background-color: #88FC6C;
              top: 0;
              bottom: 0;
              left: 100%;
              margin: auto;
              position: absolute; }
        .streamax .streamax__content .icons__wrapper .icon:nth-of-type(5) {
          left: 2.5rem;
          bottom: -5.625rem;
          margin: auto; }
          @media (max-width: 959.98px) {
            .streamax .streamax__content .icons__wrapper .icon:nth-of-type(5) {
              left: 0.625rem;
              bottom: -6.875rem; } }
          .streamax .streamax__content .icons__wrapper .icon:nth-of-type(5) .icon__image {
            position: relative; }
            .streamax .streamax__content .icons__wrapper .icon:nth-of-type(5) .icon__image:after {
              content: '';
              display: block;
              width: 1px;
              height: 6.25rem;
              background-color: #88FC6C;
              right: 0;
              left: 0;
              bottom: 100%;
              margin: auto;
              position: absolute; }
    .streamax .streamax__content .streamax__info {
      position: absolute;
      left: 65%;
      top: 35%; }
      @media (max-width: 959.98px) {
        .streamax .streamax__content .streamax__info {
          left: 68%;
          top: 40%; }
          .streamax .streamax__content .streamax__info .t40, .streamax .streamax__content .streamax__info .bigdata__page .blocks .blocks__section .block, .bigdata__page .blocks .blocks__section .streamax .streamax__content .streamax__info .block {
            font-size: 1.625rem !important; } }
      .streamax .streamax__content .streamax__info .button__container {
        margin-top: 2.5rem; }

.staysecured {
  isolation: isolate;
  padding-top: 8.75rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000; }
  .staysecured .staysecured_grad_text {
    background: url("../../assets/img/staysecured_grad_text.png");
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent; }
  .staysecured .blue__grad {
    background: linear-gradient(94.07deg, #4200FF 10%, #00A4EF 53.5%, #00F0FF 102.66%);
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent; }
  .staysecured .green__grad {
    background: linear-gradient(94.07deg, #88FC6C 10%, #00FFAC 53.5%, #C7FF2A 102.66%);
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent; }
  .staysecured .staysecured__img {
    position: absolute;
    inset: 0;
    margin: auto;
    mix-blend-mode: lighten;
    max-width: 37.5rem; }
    @media (max-width: 959.98px) {
      .staysecured .staysecured__img {
        top: auto;
        bottom: 6.25rem;
        max-width: 25rem; } }
  .staysecured .wrapper {
    max-width: 80rem;
    margin-right: auto;
    margin-left: auto; }
    .staysecured .wrapper.center {
      z-index: 9; }
    @media (max-width: 1439.98px) {
      .staysecured .wrapper {
        max-width: 90%; } }
    @media (max-width: 639.98px) {
      .staysecured .wrapper {
        padding-bottom: 3.75rem; } }
  .staysecured .secondary {
    margin-bottom: 11.25rem; }
    @media (max-width: 959.98px) {
      .staysecured .secondary {
        transform-origin: 100% 0;
        transform: scale(0.5);
        margin-bottom: 0rem; } }
    @media (max-width: 639.98px) {
      .staysecured .secondary {
        margin-bottom: -5rem; } }
  .staysecured .section__bg {
    position: absolute;
    inset: 0;
    margin: auto;
    z-index: -1; }
    @media (max-width: 959.98px) {
      .staysecured .section__bg {
        position: static; } }
    .staysecured .section__bg img {
      width: 100vh; }
  .staysecured .staysecured__content {
    margin-top: 6.25rem;
    max-width: 60%;
    margin-left: auto; }
    .staysecured .staysecured__content a.button {
      display: inline-flex; }
    @media (max-width: 959.98px) {
      .staysecured .staysecured__content {
        max-width: unset;
        margin-left: auto;
        margin-right: auto; } }
    @media (max-width: 639.98px) {
      .staysecured .staysecured__content {
        margin-top: 2.5rem; } }
  .staysecured .button__container {
    margin-top: 4.375rem; }
    @media (max-width: 639.98px) {
      .staysecured .button__container {
        margin-top: 2.5rem; } }
  @media (max-width: 959.98px) {
    .staysecured .grid__1_1 {
      grid-template-columns: 1fr; } }

.divein {
  padding-top: 11.25rem;
  background-color: #000; }
  .divein .dot {
    background-color: #88FC6C;
    width: 1.875rem;
    height: 1.875rem;
    display: inline-block;
    border-radius: 1000px; }
  .divein .t80, .divein .tagline, .divein .appendix {
    z-index: 9; }
  .divein .tagline {
    margin-top: 3.75rem; }
  .divein .divein__content > div:not(.divein__graphic) {
    position: relative;
    z-index: 9; }
  .divein .divein__graphic {
    position: relative;
    margin: -5rem auto 0;
    z-index: 1; }
    @media (max-width: 639.98px) {
      .divein .divein__graphic img {
        width: 330vw;
        max-width: 100000px;
        margin-left: -115vw; } }
    .divein .divein__graphic .button__container {
      position: absolute;
      top: 60%;
      right: 0;
      left: 0;
      margin: auto; }

.team {
  background-color: #000; }
  .team .wrapper {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto; }
    @media (max-width: 1439.98px) {
      .team .wrapper {
        max-width: 90%; } }
  .team .team__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin-bottom: 6.25rem; }
  .team .team__slider {
    position: relative;
    padding-bottom: 6.25rem; }
    .team .team__slider .noodle__left {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 30rem;
      pointer-events: none; }
      @media (max-width: 1199.98px) {
        .team .team__slider .noodle__left {
          width: 19.375rem; } }
      @media (max-width: 639.98px) {
        .team .team__slider .noodle__left {
          display: none; } }
    .team .team__slider .noodle__right {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 30rem;
      pointer-events: none; }
      @media (max-width: 1199.98px) {
        .team .team__slider .noodle__right {
          width: 19.375rem; } }
      @media (max-width: 639.98px) {
        .team .team__slider .noodle__right {
          bottom: 9.375rem; } }

.hiring {
  background-position: center bottom;
  background-color: #000;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 3.75rem;
  padding-bottom: 15.625rem; }
  @media (max-width: 959.98px) {
    .hiring {
      padding-bottom: 11.25rem; } }
  .hiring .hiring__content {
    display: grid;
    grid-template-columns: 1fr 1fr; }
    .hiring .hiring__content > div {
      grid-column: 2/-1; }
      @media (max-width: 639.98px) {
        .hiring .hiring__content > div {
          grid-column: 1/-1;
          width: 90%;
          margin-right: 5%;
          margin-left: 5%; } }
  .hiring .list {
    margin-bottom: 3.75rem; }
    .hiring .list > div {
      margin-bottom: 0.9375rem; }

.cards {
  isolation: isolate;
  padding-top: 25rem;
  padding-bottom: 37.5rem;
  overflow-y: hidden;
  background-color: #000; }
  @media (max-width: 959.98px) {
    .cards {
      padding-top: 12.5rem;
      padding-bottom: 25rem; } }
  .cards .wrapper {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto; }
    @media (max-width: 1499.98px) {
      .cards .wrapper {
        max-width: 1280px; } }
    @media (max-width: 1439.98px) {
      .cards .wrapper {
        max-width: 90%; } }
  .cards .blur1 {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -20%);
    z-index: -1; }
  .cards .blur2 {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    transform: translate(-50%, 20%); }
  .cards .blur3 {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 10%); }
  .cards .cards__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5625rem; }
    @media (max-width: 959.98px) {
      .cards .cards__container {
        grid-template-columns: 1fr; } }
    .cards .cards__container .card {
      position: relative;
      border-radius: 54px;
      overflow-y: hidden; }
      @media (max-width: 959.98px) {
        .cards .cards__container .card {
          border-radius: 70px;
          box-shadow: 0 0 20px 5px #37722961; } }
      @media (max-width: 959.98px) {
        .cards .cards__container .card:not(.card__small) {
          min-height: 1160px; } }
      @media (max-width: 639.98px) {
        .cards .cards__container .card:not(.card__small) {
          min-height: 48.75rem; } }
      .cards .cards__container .card.with__dots .dots {
        width: 100%;
        position: relative; }
      .cards .cards__container .card.with__dots .dots:after {
        content: "";
        display: block;
        padding-bottom: 100%; }
      .cards .cards__container .card.with__dots .dot:nth-child(1) {
        top: 91%;
        left: 58%; }
      .cards .cards__container .card.with__dots .dot:nth-child(2) {
        top: 11%;
        left: 6%; }
      .cards .cards__container .card.with__dots .dot:nth-child(3) {
        top: 46%;
        left: 89%; }
      .cards .cards__container .card.with__dots .dot:nth-child(4) {
        top: 5%;
        left: 83%; }
      .cards .cards__container .card.with__dots .dot:nth-child(5) {
        top: 45%;
        left: 16%; }
      .cards .cards__container .card.with__dots .dot:nth-child(6) {
        top: 44%;
        left: 37%; }
      .cards .cards__container .card.with__dots .dot:nth-child(7) {
        top: 73%;
        left: 94%; }
      .cards .cards__container .card.with__dots .dot:nth-child(8) {
        top: 16%;
        left: 59%; }
      .cards .cards__container .card.with__dots .dot:nth-child(9) {
        top: 67%;
        left: 83%; }
      .cards .cards__container .card.with__dots .dot:nth-child(10) {
        top: 45%;
        left: 95%; }
      .cards .cards__container .card.with__dots .dot:nth-child(11) {
        top: 48%;
        left: 37%; }
      .cards .cards__container .card.with__dots .dot:nth-child(12) {
        top: 75%;
        left: 93%; }
      .cards .cards__container .card.with__dots .dot:nth-child(13) {
        top: 100%;
        left: 64%; }
      .cards .cards__container .card.with__dots .dot:nth-child(14) {
        top: 14%;
        left: 15%; }
      .cards .cards__container .card.with__dots .dot:nth-child(15) {
        top: 86%;
        left: 86%; }
      .cards .cards__container .card.with__dots .dot:nth-child(16) {
        top: 42%;
        left: 43%; }
      .cards .cards__container .card.with__dots .dot:nth-child(17) {
        top: 29%;
        left: 65%; }
      .cards .cards__container .card.with__dots .dot:nth-child(18) {
        top: 71%;
        left: 54%; }
      .cards .cards__container .card.with__dots .dot:nth-child(19) {
        top: 44%;
        left: 35%; }
      .cards .cards__container .card.with__dots .dot:nth-child(20) {
        top: 32%;
        left: 75%; }
      .cards .cards__container .card.with__dots .dot:nth-child(21) {
        top: 92%;
        left: 35%; }
      .cards .cards__container .card.with__dots .dot:nth-child(22) {
        top: 26%;
        left: 13%; }
      .cards .cards__container .card.with__dots .dot:nth-child(23) {
        top: 34%;
        left: 12%; }
      .cards .cards__container .card.with__dots .dot:nth-child(24) {
        top: 15%;
        left: 81%; }
      .cards .cards__container .card.with__dots .dot:nth-child(25) {
        top: 17%;
        left: 22%; }
      .cards .cards__container .card.with__dots .dot:nth-child(26) {
        top: 64%;
        left: 90%; }
      .cards .cards__container .card.with__dots .dot:nth-child(27) {
        top: 28%;
        left: 10%; }
      .cards .cards__container .card.with__dots .dot:nth-child(28) {
        top: 84%;
        left: 99%; }
      .cards .cards__container .card.with__dots .dot:nth-child(29) {
        top: 24%;
        left: 36%; }
      .cards .cards__container .card.with__dots .dot:nth-child(30) {
        top: 11%;
        left: 15%; }
      .cards .cards__container .card.with__dots .dot:nth-child(31) {
        top: 65%;
        left: 68%; }
      .cards .cards__container .card.with__dots .dot:nth-child(32) {
        top: 72%;
        left: 35%; }
      .cards .cards__container .card.with__dots .dot:nth-child(33) {
        top: 70%;
        left: 85%; }
      .cards .cards__container .card.with__dots .dot:nth-child(34) {
        top: 79%;
        left: 38%; }
      .cards .cards__container .card.with__dots .dot:nth-child(35) {
        top: 10%;
        left: 90%; }
      .cards .cards__container .card.with__dots .dot:nth-child(36) {
        top: 73%;
        left: 11%; }
      .cards .cards__container .card.with__dots .dot:nth-child(37) {
        top: 91%;
        left: 50%; }
      .cards .cards__container .card.with__dots .dot:nth-child(38) {
        top: 13%;
        left: 94%; }
      .cards .cards__container .card.with__dots .dot:nth-child(39) {
        top: 80%;
        left: 47%; }
      .cards .cards__container .card.with__dots .dot:nth-child(40) {
        top: 81%;
        left: 93%; }
      .cards .cards__container .card.with__dots .dot:nth-child(41) {
        top: 93%;
        left: 12%; }
      .cards .cards__container .card.with__dots .dot:nth-child(42) {
        top: 23%;
        left: 47%; }
      .cards .cards__container .card.with__dots .dot:nth-child(43) {
        top: 50%;
        left: 75%; }
      .cards .cards__container .card.with__dots .dot:nth-child(44) {
        top: 49%;
        left: 65%; }
      .cards .cards__container .card.with__dots .dot:nth-child(45) {
        top: 7%;
        left: 81%; }
      .cards .cards__container .card.with__dots .dot:nth-child(46) {
        top: 85%;
        left: 97%; }
      .cards .cards__container .card.with__dots .dot:nth-child(47) {
        top: 51%;
        left: 47%; }
      .cards .cards__container .card.with__dots .dot:nth-child(48) {
        top: 27%;
        left: 24%; }
      .cards .cards__container .card.with__dots .dot:nth-child(49) {
        top: 25%;
        left: 6%; }
      .cards .cards__container .card.with__dots .dot:nth-child(50) {
        top: 2%;
        left: 15%; }
      .cards .cards__container .card.with__dots .dot:nth-child(51) {
        top: 81%;
        left: 25%; }
      .cards .cards__container .card.with__dots .dot:nth-child(52) {
        top: 41%;
        left: 40%; }
      .cards .cards__container .card.with__dots .dot:nth-child(53) {
        top: 24%;
        left: 43%; }
      .cards .cards__container .card.with__dots .dot:nth-child(54) {
        top: 37%;
        left: 92%; }
      .cards .cards__container .card.with__dots .dot:nth-child(55) {
        top: 96%;
        left: 62%; }
      .cards .cards__container .card.with__dots .dot:nth-child(56) {
        top: 94%;
        left: 35%; }
      .cards .cards__container .card.with__dots .dot:nth-child(57) {
        top: 61%;
        left: 56%; }
      .cards .cards__container .card.with__dots .dot:nth-child(58) {
        top: 75%;
        left: 72%; }
      .cards .cards__container .card.with__dots .dot:nth-child(59) {
        top: 56%;
        left: 38%; }
      .cards .cards__container .card.with__dots .dot:nth-child(60) {
        top: 43%;
        left: 73%; }
      .cards .cards__container .card.with__dots .dot:nth-child(61) {
        top: 40%;
        left: 38%; }
      .cards .cards__container .card.with__dots .dot:nth-child(62) {
        top: 34%;
        left: 30%; }
      .cards .cards__container .card.with__dots .dot:nth-child(63) {
        top: 22%;
        left: 46%; }
      .cards .cards__container .card.with__dots .dot:nth-child(64) {
        top: 98%;
        left: 12%; }
      .cards .cards__container .card.with__dots .dot:nth-child(65) {
        top: 50%;
        left: 79%; }
      .cards .cards__container .card.with__dots .dot:nth-child(66) {
        top: 28%;
        left: 35%; }
      .cards .cards__container .card.with__dots .dot:nth-child(67) {
        top: 31%;
        left: 92%; }
      .cards .cards__container .card.with__dots .dot:nth-child(68) {
        top: 50%;
        left: 56%; }
      .cards .cards__container .card.with__dots .dot:nth-child(69) {
        top: 77%;
        left: 42%; }
      .cards .cards__container .card.with__dots .dot:nth-child(70) {
        top: 59%;
        left: 93%; }
      .cards .cards__container .card.with__dots .dot {
        width: 9px;
        height: 9px;
        background-color: #88FC6C;
        border-radius: 1000px;
        position: absolute; }
      .cards .cards__container .card .card__content {
        position: absolute;
        top: 0;
        padding: 1.875rem;
        width: 100%; }
        .cards .cards__container .card .card__content.bottom__content {
          width: 100%;
          height: 100%;
          display: flex;
          justify-content: center;
          justify-items: center;
          align-content: flex-end;
          align-items: flex-end; }
        .cards .cards__container .card .card__content.center__content {
          height: 100%;
          width: 100%;
          display: flex;
          flex-direction: column;
          gap: 1.875rem;
          align-items: center;
          align-content: center;
          justify-items: center;
          justify-content: center; }
      .cards .cards__container .card > img {
        width: 100%; }

.cases {
  background-color: #000; }
  @media (max-width: 639.98px) {
    .cases {
      min-height: 1px; } }
  @media (max-width: 959.98px) {
    .cases .uk-slideshow-items {
      min-height: 75vh !important; } }
  .cases .case__item .case__inner {
    position: relative; }
    .cases .case__item .case__inner .item__content {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      max-width: 1380px;
      margin-right: auto;
      margin-left: auto;
      height: 100%;
      display: flex;
      align-items: center;
      align-content: center; }
      @media (max-width: 1499.98px) {
        .cases .case__item .case__inner .item__content {
          max-width: 1280px; } }
      @media (max-width: 1439.98px) {
        .cases .case__item .case__inner .item__content {
          max-width: 90%; } }
      @media (max-width: 959.98px) {
        .cases .case__item .case__inner .item__content {
          align-items: flex-start;
          align-content: flex-start;
          padding-top: 1.25rem; } }
      .cases .case__item .case__inner .item__content .desc {
        max-width: 45%; }
      .cases .case__item .case__inner .item__content .button__container {
        margin-top: 3.75rem; }
      @media (max-width: 959.98px) {
        .cases .case__item .case__inner .item__content .t180 {
          font-size: 4.375rem; }
        .cases .case__item .case__inner .item__content .desc {
          max-width: 85%; }
        .cases .case__item .case__inner .item__content .button__container {
          margin-top: 1.875rem; } }
      @media (max-width: 639.98px) {
        .cases .case__item .case__inner .item__content .t180 {
          font-size: 2.5rem; }
        .cases .case__item .case__inner .item__content .t50 {
          font-size: 1.25rem; }
        .cases .case__item .case__inner .item__content .desc {
          max-width: 85%; }
        .cases .case__item .case__inner .item__content .button__container {
          margin-top: 1.875rem; } }
    .cases .case__item .case__inner .bar__borders {
      border-top: 1px solid #4C5D64;
      border-bottom: 1px solid #4C5D64; }
    .cases .case__item .case__inner .case__bar {
      max-width: 1380px;
      margin-right: auto;
      margin-left: auto;
      background-color: #000;
      display: flex;
      justify-content: space-between;
      align-items: center;
      align-content: center;
      min-height: 6.25rem; }
      @media (max-width: 1499.98px) {
        .cases .case__item .case__inner .case__bar {
          max-width: 1280px; } }
      @media (max-width: 1439.98px) {
        .cases .case__item .case__inner .case__bar {
          max-width: 90%; } }
      @media (max-width: 959.98px) {
        .cases .case__item .case__inner .case__bar {
          flex-wrap: wrap;
          gap: 1.25rem; } }
      @media (max-width: 639.98px) {
        .cases .case__item .case__inner .case__bar {
          flex-wrap: wrap;
          gap: 0.625rem; } }
      .cases .case__item .case__inner .case__bar > div {
        display: flex;
        align-items: center;
        align-content: center;
        gap: 3.125rem; }
        @media (max-width: 639.98px) {
          .cases .case__item .case__inner .case__bar > div {
            flex-wrap: wrap;
            gap: 15px; } }
        @media (max-width: 959.98px) {
          .cases .case__item .case__inner .case__bar > div > span:first-child {
            min-width: 160px; } }
        @media (max-width: 639.98px) {
          .cases .case__item .case__inner .case__bar > div > span:first-child {
            min-width: 100px; } }

.azure__pattern {
  width: 43.75rem;
  position: relative;
  pointer-events: none; }
  @media (max-width: 1199.98px) {
    .azure__pattern {
      width: 25rem; } }
  @media (max-width: 959.98px) {
    .azure__pattern {
      width: 15.625rem; } }
  @media (max-width: 639.98px) {
    .azure__pattern {
      display: none; } }
  .azure__pattern:after {
    content: "";
    display: block;
    padding-bottom: 100%; }
  .azure__pattern .pattern__grid {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(11, minmax(0, 1fr));
    grid-template-rows: repeat(11, minmax(0, 1fr)); }
  .azure__pattern .text__layer {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-rows: repeat(11, minmax(0, 1fr));
    align-content: center;
    align-items: center; }
    .azure__pattern .text__layer .text__row {
      display: flex; }
    .azure__pattern .text__layer .text {
      position: relative;
      opacity: 0;
      transform: translate(-50px, 0);
      transition: all 0.3s ease-in-out;
      transition-duration: .75s; }
      @media (max-width: 1199.98px) {
        .azure__pattern .text__layer .text {
          font-size: 1.75rem !important; } }
      @media (max-width: 959.98px) {
        .azure__pattern .text__layer .text {
          font-size: 1.125rem !important; } }
    .azure__pattern .text__layer .text1 {
      left: 15rem; }
      @media (max-width: 1199.98px) {
        .azure__pattern .text__layer .text1 {
          left: 8.75rem; } }
      @media (max-width: 959.98px) {
        .azure__pattern .text__layer .text1 {
          left: 5.4375rem; } }
    .azure__pattern .text__layer .text2 {
      left: 13.125rem; }
      @media (max-width: 1199.98px) {
        .azure__pattern .text__layer .text2 {
          left: 7.5rem; } }
      @media (max-width: 959.98px) {
        .azure__pattern .text__layer .text2 {
          left: 4.6875rem; } }
    .azure__pattern .text__layer .text3 {
      left: 28.75rem; }
      @media (max-width: 1199.98px) {
        .azure__pattern .text__layer .text3 {
          left: 16.5625rem; } }
      @media (max-width: 959.98px) {
        .azure__pattern .text__layer .text3 {
          left: 10.25rem; } }
    .azure__pattern .text__layer .text4 {
      left: 14.375rem; }
      @media (max-width: 1199.98px) {
        .azure__pattern .text__layer .text4 {
          left: 8.4375rem; } }
      @media (max-width: 959.98px) {
        .azure__pattern .text__layer .text4 {
          left: 5rem; } }
    .azure__pattern .text__layer .text5 {
      left: 23.125rem; }
      @media (max-width: 1199.98px) {
        .azure__pattern .text__layer .text5 {
          left: 13.125rem; } }
      @media (max-width: 959.98px) {
        .azure__pattern .text__layer .text5 {
          left: 8.25rem; } }
    .azure__pattern .text__layer .text6 {
      left: 18.75rem; }
      @media (max-width: 1199.98px) {
        .azure__pattern .text__layer .text6 {
          left: 10.9375rem; } }
      @media (max-width: 959.98px) {
        .azure__pattern .text__layer .text6 {
          left: 6.5625rem; } }
  .azure__pattern .element {
    border: 2px solid #fff;
    width: 100%;
    position: relative;
    border-radius: 1000px;
    transition: all 0.75s cubic-bezier(0.44, -0.6, 0.21, 1.385);
    transition-timing-function: cubic-bezier(0.44, -0.6, 0.21, 1.385); }
    .azure__pattern .element.move__left {
      transform: translate(0%, 0); }
      .azure__pattern .element.move__left.far {
        transform: translate(0%, 0); }
    .azure__pattern .element.move__right {
      transform: translate(0%, 0); }
      .azure__pattern .element.move__right.far {
        transform: translate(0%, 0); }
      .azure__pattern .element.move__right.far2 {
        transform: translate(0%, 0); }
      .azure__pattern .element.move__right.short {
        transform: translate(0%, 0); }
    .azure__pattern .element.wide {
      grid-column: span 3; }
      .azure__pattern .element.wide.move__right {
        transform: translate(0%, 0); }
        .azure__pattern .element.wide.move__right.far {
          transform: translate(0%, 0); }
        .azure__pattern .element.wide.move__right.far2 {
          transform: translate(0%, 0); }
        .azure__pattern .element.wide.move__right.short {
          transform: translate(0%, 0); }
      .azure__pattern .element.wide.move__left {
        transform: translate(0%, 0); }
    .azure__pattern .element:after {
      content: "";
      display: block;
      padding-bottom: 100%; }
  .azure__pattern .gap {
    grid-column: 1/-1; }
  .azure__pattern.animate .element.make__green {
    border-color: #88FC6C; }
  .azure__pattern.animate .element.move__left {
    transform: translate(-200%, 0); }
    .azure__pattern.animate .element.move__left.far {
      transform: translate(-600%, 0); }
  .azure__pattern.animate .element.move__right {
    transform: translate(200%, 0); }
    .azure__pattern.animate .element.move__right.far {
      transform: translate(300%, 0); }
    .azure__pattern.animate .element.move__right.far2 {
      transform: translate(400%, 0); }
    .azure__pattern.animate .element.move__right.short {
      transform: translate(100%, 0); }
  .azure__pattern.animate .element.wide.move__right {
    transform: translate(66.66%, 0); }
    .azure__pattern.animate .element.wide.move__right.far {
      transform: translate(100%, 0); }
    .azure__pattern.animate .element.wide.move__right.far2 {
      transform: translate(133.33%, 0); }
    .azure__pattern.animate .element.wide.move__right.short {
      transform: translate(33.33%, 0); }
  .azure__pattern.animate .element.wide.move__left {
    transform: translate(-66.66%, 0); }
  .azure__pattern.animate .text__layer .text {
    transform: translate(0, 0);
    opacity: 1; }

.telemetric__pattern {
  width: 33.125rem;
  position: relative;
  pointer-events: none; }
  @media (max-width: 1199.98px) {
    .telemetric__pattern {
      width: 25rem; } }
  @media (max-width: 959.98px) {
    .telemetric__pattern {
      width: 15.625rem; } }
  .telemetric__pattern:after {
    content: "";
    display: block;
    padding-bottom: 100%; }
  .telemetric__pattern .pattern__grid {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(11, minmax(0, 1fr));
    grid-template-rows: repeat(11, minmax(0, 1fr)); }
  .telemetric__pattern .element {
    border: 2px solid transparent;
    background: #fff;
    width: 100%;
    position: relative;
    border-radius: 1000px;
    transition: all 0.75s cubic-bezier(0.44, -0.6, 0.21, 1.385);
    transition-timing-function: cubic-bezier(0.44, -0.6, 0.21, 1.385); }
    .telemetric__pattern .element.move__left {
      transform: translate(0%, 0); }
      .telemetric__pattern .element.move__left.far {
        transform: translate(0%, 0); }
    .telemetric__pattern .element.move__right {
      transform: translate(0%, 0); }
      .telemetric__pattern .element.move__right.far {
        transform: translate(0%, 0); }
      .telemetric__pattern .element.move__right.far2 {
        transform: translate(0%, 0); }
      .telemetric__pattern .element.move__right.short {
        transform: translate(0%, 0); }
    .telemetric__pattern .element.wide {
      grid-column: span 3; }
      .telemetric__pattern .element.wide.xwide {
        grid-column: span 4; }
      .telemetric__pattern .element.wide.move__right {
        transform: translate(0%, 0); }
        .telemetric__pattern .element.wide.move__right.far {
          transform: translate(0%, 0); }
        .telemetric__pattern .element.wide.move__right.far2 {
          transform: translate(0%, 0); }
        .telemetric__pattern .element.wide.move__right.short {
          transform: translate(0%, 0); }
      .telemetric__pattern .element.wide.move__left {
        transform: translate(0%, 0); }
    .telemetric__pattern .element.tall {
      grid-row: span 3; }
      .telemetric__pattern .element.tall.xtall {
        grid-row: span 4; }
    .telemetric__pattern .element:after {
      content: "";
      display: block;
      padding-bottom: 100%; }
  .telemetric__pattern .gap {
    grid-column: 1/-1; }
    .telemetric__pattern .gap.gap__m-one {
      grid-column: 1/-2; }
    .telemetric__pattern .gap.gap__p-one {
      grid-column: 2/-1; }
    .telemetric__pattern .gap.gap__short {
      grid-column: 2/-2; }
  .telemetric__pattern .cross__layer {
    transform: rotate(45deg);
    transform-origin: 50% 50%; }
    .telemetric__pattern .cross__layer .element.elem1 {
      transform: translate(0, 15%); }
    .telemetric__pattern .cross__layer .element.elem2 {
      transform: translate(15%, 0); }
    .telemetric__pattern .cross__layer .element.elem3 {
      transform: translate(-15%, 0); }
    .telemetric__pattern .cross__layer .element.elem4 {
      transform: translate(0, -15%); }
  .telemetric__pattern .text__layer {
    position: absolute;
    top: 75%;
    left: 95%;
    width: 100%; }
  .telemetric__pattern .fadein {
    transform: translate(5%, 0);
    opacity: 0;
    transition: all 0.75s cubic-bezier(0.44, -0.6, 0.21, 1.385);
    transition-timing-function: cubic-bezier(0.44, -0.6, 0.21, 1.385); }
  .telemetric__pattern.animate .fadein {
    transform: translate(0%, 0);
    opacity: 1; }
  .telemetric__pattern.animate .element {
    background-color: transparent;
    border-color: #fff; }
    .telemetric__pattern.animate .element.make__green {
      border-color: #88FC6C; }
    .telemetric__pattern.animate .element.move__left {
      transform: translate(-200%, 0); }
      .telemetric__pattern.animate .element.move__left.far {
        transform: translate(-600%, 0); }
    .telemetric__pattern.animate .element.move__right {
      transform: translate(200%, 0); }
      .telemetric__pattern.animate .element.move__right.far {
        transform: translate(300%, 0); }
      .telemetric__pattern.animate .element.move__right.far2 {
        transform: translate(400%, 0); }
      .telemetric__pattern.animate .element.move__right.short {
        transform: translate(100%, 0); }
    .telemetric__pattern.animate .element.move__up {
      transform: translate(0, -200%); }
    .telemetric__pattern.animate .element.move__down {
      transform: translate(0, 200%); }
    .telemetric__pattern.animate .element.move__down66 {
      transform: translate(0, 66.66%); }
    .telemetric__pattern.animate .element.move__left66 {
      transform: translate(-66.66%, 0); }
    .telemetric__pattern.animate .element.move__up400 {
      transform: translate(0, -400%); }
    .telemetric__pattern.animate .element.move__down400 {
      transform: translate(0, 400%); }
    .telemetric__pattern.animate .element.move__left400 {
      transform: translate(-400%, 0); }
    .telemetric__pattern.animate .element.move__right400 {
      transform: translate(400%, 0); }
    .telemetric__pattern.animate .element.move__right600 {
      transform: translate(600%, 0); }
    .telemetric__pattern.animate .element.move__left600 {
      transform: translate(-600%, 0); }
    .telemetric__pattern.animate .element.fadeout {
      transform: translate(10%, 0);
      opacity: 0; }
    .telemetric__pattern.animate .element.wide.move__right {
      transform: translate(66.66%, 0); }
      .telemetric__pattern.animate .element.wide.move__right.far {
        transform: translate(100%, 0); }
      .telemetric__pattern.animate .element.wide.move__right.far2 {
        transform: translate(133.33%, 0); }
      .telemetric__pattern.animate .element.wide.move__right.short {
        transform: translate(33.33%, 0); }
    .telemetric__pattern.animate .element.wide.move__left {
      transform: translate(-66.66%, 0); }
  .telemetric__pattern.animate .cross__layer .element.elem1 {
    transform: translate(0, 0%); }
  .telemetric__pattern.animate .cross__layer .element.elem2 {
    transform: translate(0%, 0); }
  .telemetric__pattern.animate .cross__layer .element.elem3 {
    transform: translate(0%, 0); }
  .telemetric__pattern.animate .cross__layer .element.elem4 {
    transform: translate(0, 0%); }

.duration_2 {
  animation-duration: 2s; }

.duration_1_5 {
  animation-duration: 1.5s; }

.duration_1 {
  animation-duration: 1s; }

.fourfour {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 30rem;
  padding-top: 3.125rem; }
  @media (max-width: 959.98px) {
    .fourfour .columns__1_2 {
      grid-template-columns: 1fr; } }
  @media (max-width: 959.98px) {
    .fourfour svg {
      max-width: 50%;
      height: auto;
      margin: auto;
      display: block; } }
  .fourfour .uk-container {
    max-width: 62.5rem; }
    @media (max-width: 959.98px) {
      .fourfour .uk-container {
        text-align: center; } }
  .fourfour__wrapper {
    font-size: 1.5rem; }
    .fourfour__wrapper > *, .fourfour__wrapper > *::before, .fourfour__wrapper > *::after {
      margin-bottom: 1.875rem; }
    .fourfour__wrapper h2 {
      font-size: 4.375rem;
      margin-bottom: 0;
      font-weight: 700; }
    .fourfour__wrapper h3 {
      font-size: 2rem;
      font-weight: 700; }

#lights {
  animation: blink-animation 800ms steps(1, start) infinite; }

@keyframes blink-animation {
  0% {
    fill: #EBEBFF; }
  50% {
    fill: orange; }
  100% {
    fill: #EBEBFF; } }

.tele__hero {
  min-height: 100vh;
  padding-top: 26.25rem;
  padding-bottom: 26.25rem;
  position: relative;
  isolation: isolate; }
  @media (max-width: 639.98px) {
    .tele__hero {
      padding-top: 12.5rem;
      padding-bottom: 12.5rem;
      min-height: unset; } }
  .tele__hero .mask {
    display: block;
    position: absolute;
    z-index: -1;
    inset: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
    .tele__hero .mask .gradient {
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.74) 68.23%, #000000 95.83%); }
  .tele__hero .wrapper {
    max-width: 1280px;
    margin-inline: auto; }
  .tele__hero .hero__text {
    max-width: 60%;
    padding-top: 5.625rem; }
  .tele__hero .hero_gradient_text {
    width: 62.5rem; }

.tele__info {
  min-height: 100vh;
  position: relative; }
  .tele__info .wrapper {
    position: absolute;
    top: 0;
    width: 100%; }
    .tele__info .wrapper .content {
      max-width: 1280px;
      margin-inline: auto;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 100px; }
      @media (max-width: 639.98px) {
        .tele__info .wrapper .content {
          padding-top: 0; } }
      .tele__info .wrapper .content > div {
        grid-column: 2/-1; }
      .tele__info .wrapper .content .dots {
        display: flex;
        gap: 1rem; }
  @media (max-width: 639.98px) {
    .tele__info .map__svg {
      transform: scale(1.7);
      transform-origin: 50% 0; } }
  .tele__info .map__svg [class*='uk-animation-'] {
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-fill-mode: both; }
  .tele__info .map__svg svg {
    translate: 0 -420px;
    pointer-events: none; }
    @media (max-width: 639.98px) {
      .tele__info .map__svg svg {
        translate: 0 -200px; } }
  .tele__info .info__text {
    padding-top: 1.25rem; }
  .tele__info .dots .dot {
    width: 1rem;
    height: 1rem;
    display: block;
    border-radius: 1000px;
    background-color: #FFB822; }
    .tele__info .dots .dot.red {
      background-color: #FFB822; }
    .tele__info .dots .dot.blue {
      background-color: #5E01FF; }
    .tele__info .dots .dot.green {
      background-color: #88FC6C; }
  .tele__info .numbers {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 100px;
    color: #68767C;
    line-height: 1;
    width: 103vw;
    position: relative;
    left: 50%;
    translate: -50% 0;
    margin-top: -1200px; }
    @media (max-width: 959.98px) {
      .tele__info .numbers {
        margin-top: -1100px;
        margin-inline: 5%;
        width: 90vw;
        left: 0;
        translate: 0 0; } }
    @media (max-width: 639.98px) {
      .tele__info .numbers {
        margin-top: -43.75rem;
        grid-template-columns: 1fr;
        gap: 20px; } }
    @media (max-width: 449.98px) {
      .tele__info .numbers {
        margin-top: -28.125rem; } }
    .tele__info .numbers .col1 {
      text-align: right; }
      @media (max-width: 639.98px) {
        .tele__info .numbers .col1 {
          text-align: center; } }
    .tele__info .numbers .col2 {
      text-align: left; }
      @media (max-width: 639.98px) {
        .tele__info .numbers .col2 {
          text-align: center; } }
    .tele__info .numbers .col3 {
      text-align: left; }
      @media (max-width: 639.98px) {
        .tele__info .numbers .col3 {
          text-align: center; } }
    .tele__info .numbers .value {
      color: #000;
      text-shadow: 1px 1px 1px #88FC6C, -1px -1px 1px #88FC6C, 1px -1px 1px #88FC6C, -1px 1px 1px #88FC6C; }
      .tele__info .numbers .value.full {
        color: #88FC6C; }
      @media (max-width: 959.98px) {
        .tele__info .numbers .value {
          font-size: 4.375rem; } }
      @media (max-width: 639.98px) {
        .tele__info .numbers .value {
          font-size: 2.5rem; } }
  .tele__info .target__point {
    padding-top: 15rem;
    text-align: center;
    position: relative;
    z-index: 4; }
    @media (max-width: 1499.98px) {
      .tele__info .target__point {
        padding-top: 23.75rem; } }
    @media (max-width: 959.98px) {
      .tele__info .target__point {
        padding-top: 9.375rem; } }
    @media (max-width: 639.98px) {
      .tele__info .target__point {
        padding-top: 4.6875rem; } }
    .tele__info .target__point .target {
      padding: 4.6875rem;
      background: black;
      background: -moz-linear-gradient(0deg, black 5%, rgba(0, 0, 0, 0) 100%);
      background: -webkit-linear-gradient(0deg, black 5%, rgba(0, 0, 0, 0) 100%);
      background: linear-gradient(0deg, black 5%, rgba(0, 0, 0, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); }
      @media (max-width: 959.98px) {
        .tele__info .target__point .target {
          padding: 2.5rem 4.6875rem; } }
      .tele__info .target__point .target img {
        width: 7.8125rem;
        -webkit-animation: rotate-center 2.6s linear infinite both;
        animation: rotate-center 2.6s linear infinite both; }

.tele__analyse .wheel {
  display: block;
  margin-inline: auto; }

.tele__data {
  min-height: 130vh;
  display: flex;
  align-items: center;
  align-content: center;
  color: #68767C; }
  @media (max-width: 639.98px) {
    .tele__data {
      display: grid;
      gap: 3.75rem; } }
  .tele__data .wrapper {
    max-width: 1280px;
    width: 100%;
    margin-inline: auto;
    display: grid;
    grid-template-columns: 5fr 3fr; }
    @media (max-width: 639.98px) {
      .tele__data .wrapper {
        grid-template-columns: 1fr; } }
  .tele__data .mask {
    display: block;
    position: absolute;
    z-index: -1;
    inset: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
    @media (max-width: 639.98px) {
      .tele__data .mask {
        background-image: none !important; } }
  .tele__data .label {
    display: grid;
    grid-template-columns: 1fr 4fr 5fr;
    align-items: center;
    align-content: center;
    gap: 1.25rem;
    margin-bottom: 1.25rem; }
  .tele__data .data__items {
    display: grid;
    gap: 8px; }
    .tele__data .data__items .item {
      position: relative;
      isolation: isolate; }
      .tele__data .data__items .item:hover .bg img, .tele__data .data__items .item:hover .bg svg {
        color: #88FC6C; }
      .tele__data .data__items .item .bg {
        display: grid;
        grid-template-columns: 1fr 4fr 5fr;
        align-items: center;
        align-content: center;
        gap: 1.25rem;
        border-radius: 18px;
        padding: 1.25rem;
        background-color: #000; }
        .tele__data .data__items .item .bg img, .tele__data .data__items .item .bg svg {
          display: block;
          margin-inline: auto;
          transition: all 0.3s ease-in-out; }
      .tele__data .data__items .item:nth-child(odd):after {
        content: '';
        display: block;
        width: calc(100% + 2px);
        height: calc(100% + 2px);
        border-radius: 18px;
        background: linear-gradient(90deg, #4D5E64 34.49%, rgba(0, 0, 0, 0) 75.09%);
        position: absolute;
        inset: -1px;
        z-index: -1; }
      .tele__data .data__items .item .title {
        color: #fff; }

.tele__automise {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center; }
  .tele__automise .wrapper {
    max-width: 1280px;
    width: 100%;
    margin-inline: auto;
    text-align: center;
    font-weight: 700;
    line-height: 1.2;
    padding-block: 18.75rem; }
    @media (max-width: 639.98px) {
      .tele__automise .wrapper {
        padding-block: 5.625rem; } }
  .tele__automise .mask {
    display: block;
    position: absolute;
    z-index: -1;
    inset: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }

.tele__analyse {
  font-weight: 700;
  text-align: center;
  padding-block: 9.375rem; }
  @media (max-width: 639.98px) {
    .tele__analyse {
      padding-block: 4.375rem; } }

.tele__blocks {
  padding-block: 9.375rem; }
  .tele__blocks .wrapper {
    font-weight: 700;
    text-align: center;
    margin-bottom: 6.25rem; }
  .tele__blocks .tele__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
    @media (max-width: 639.98px) {
      .tele__blocks .tele__cards {
        grid-template-columns: 1fr; } }
    .tele__blocks .tele__cards .card {
      position: relative;
      isolation: isolate; }
      .tele__blocks .tele__cards .card img {
        width: 100%; }
      .tele__blocks .tele__cards .card .title {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: flex-end;
        align-content: flex-end;
        padding: 3.125rem;
        font-weight: bold;
        line-height: 1.1;
        background-image: linear-gradient(94.07deg, #88FC6C 14.4%, #00FFAC 57.89%, #C7FF2A 107.05%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
        .tele__blocks .tele__cards .card .title.red {
          background-image: linear-gradient(94.07deg, #FF3D57 14.4%, #DD42FF 57.89%, #FF3D57 107.05%); }
        .tele__blocks .tele__cards .card .title.blue {
          background-image: linear-gradient(94.07deg, #00A4EF 14.4%, #6005FE 57.89%, #D93FFF 107.05%); }
        .tele__blocks .tele__cards .card .title.orange {
          background-image: linear-gradient(94.07deg, #FAFD5E 14.4%, #FFB822 57.89%, #FFF62A 107.05%); }

.tele__connection {
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media (max-width: 639.98px) {
    .tele__connection {
      text-align: left; } }
  .tele__connection .title {
    font-weight: 700;
    margin-bottom: 4.375rem; }
  .tele__connection .connections_svg {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
    position: relative; }
    @media (max-width: 639.98px) {
      .tele__connection .connections_svg {
        display: grid; } }
  @media (max-width: 639.98px) {
    .tele__connection .connetions__cards {
      order: 10; } }
  .tele__connection .connetions__cards .container {
    cursor: auto;
    position: absolute; }
    @media (max-width: 639.98px) {
      .tele__connection .connetions__cards .container {
        position: static; }
        .tele__connection .connetions__cards .container:nth-of-type(1n) {
          padding-left: 3.125rem; }
        .tele__connection .connetions__cards .container:nth-of-type(2n) {
          padding-left: 3.75rem; }
        .tele__connection .connetions__cards .container:nth-of-type(3n) {
          padding-left: 4.375rem; }
        .tele__connection .connetions__cards .container:nth-of-type(4n) {
          padding-left: 5rem; }
        .tele__connection .connetions__cards .container:nth-of-type(5n) {
          padding-left: 5.625rem; }
        .tele__connection .connetions__cards .container:nth-of-type(6n) {
          padding-left: 6.25rem; } }
  .tele__connection .connetions__cards .container1 {
    left: 57vw;
    top: 15.625rem; }
    @media (max-width: 1199.98px) {
      .tele__connection .connetions__cards .container1 {
        top: 12.5rem; } }
    @media (max-width: 959.98px) {
      .tele__connection .connetions__cards .container1 {
        top: 13.125rem; } }
  .tele__connection .connetions__cards .container2 {
    left: 75vw;
    top: 34.375rem; }
    @media (max-width: 1199.98px) {
      .tele__connection .connetions__cards .container2 {
        top: 24.375rem; } }
    @media (max-width: 959.98px) {
      .tele__connection .connetions__cards .container2 {
        left: 73vw;
        top: 20.4375rem; } }
  .tele__connection .connetions__cards .container3 {
    left: 37vw;
    top: 46.875rem; }
    @media (max-width: 1199.98px) {
      .tele__connection .connetions__cards .container3 {
        top: 32.5rem; } }
    @media (max-width: 959.98px) {
      .tele__connection .connetions__cards .container3 {
        left: 35vw;
        top: 25rem; } }
  .tele__connection .connetions__cards .container4 {
    left: 36vw;
    top: 66.25rem; }
    @media (max-width: 1199.98px) {
      .tele__connection .connetions__cards .container4 {
        top: 43.75rem; } }
    @media (max-width: 959.98px) {
      .tele__connection .connetions__cards .container4 {
        left: 34vw;
        top: 32.8125rem; } }
  .tele__connection .connetions__cards .container5 {
    display: grid;
    left: 68vw;
    top: 56.25rem; }
    @media (max-width: 1199.98px) {
      .tele__connection .connetions__cards .container5 {
        top: 37.5rem; } }
    @media (max-width: 959.98px) {
      .tele__connection .connetions__cards .container5 {
        left: 66vw;
        top: 28.4375rem; } }
  .tele__connection .connetions__cards .block {
    position: relative;
    display: inline-block;
    padding: 1.25rem 2.8125rem;
    background: black;
    background: -moz-linear-gradient(90deg, black 75%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(90deg, black 75%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(90deg, black 75%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    border-radius: 12px;
    text-align: center;
    margin: 12px 0; }
    @media (max-width: 959.98px) {
      .tele__connection .connetions__cards .block {
        padding: 0.3125rem 0.625rem; } }
    .tele__connection .connetions__cards .block *, .tele__connection .connetions__cards .block *::before, .tele__connection .connetions__cards .block *::after {
      text-align: left; }
    .tele__connection .connetions__cards .block .t10 {
      color: #9FA4A6; }
    .tele__connection .connetions__cards .block:after {
      content: '';
      display: block;
      width: calc(100% + 2px);
      height: calc(100% + 2px);
      border-radius: 12px;
      background: linear-gradient(90deg, #4D5E64 34.49%, rgba(0, 0, 0, 0) 75.09%);
      position: absolute;
      inset: -1px;
      z-index: -1; }
    .tele__connection .connetions__cards .block:before {
      content: '';
      display: block;
      width: 15px;
      height: 15px;
      border-top: 1px solid #4D5E64;
      border-left: 1px solid #4D5E64;
      position: absolute;
      top: 50%;
      left: 0;
      translate: -50% -50%;
      rotate: -45deg;
      background-color: #000; }
      @media (max-width: 959.98px) {
        .tele__connection .connetions__cards .block:before {
          width: 9px;
          height: 9px; } }
      @media (max-width: 639.98px) {
        .tele__connection .connetions__cards .block:before {
          left: 1.875rem;
          top: 0;
          translate: 0 -50%;
          rotate: 45deg; } }
    .tele__connection .connetions__cards .block .grid {
      display: grid;
      grid-template-columns: 2fr 1fr;
      gap: 10px;
      margin: 0; }
      .tele__connection .connetions__cards .block .grid .icons {
        height: 100%;
        text-align: center;
        display: grid;
        justify-content: center;
        justify-items: center;
        align-content: space-around; }

#lines .path {
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
  animation: dash 2s linear forwards; }

@keyframes dash {
  to {
    stroke-dashoffset: 0; } }

@media (max-width: 1299.98px) {
  .telemetrics__page .wrapper {
    max-width: 90%;
    margin-inline: auto;
    right: 0;
    left: 0; } }

.bigdata__page .wrapper {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto; }
  @media (max-width: 1365.98px) {
    .bigdata__page .wrapper {
      max-width: 90%; } }

.bigdata__page .hero {
  position: relative;
  margin-top: 18.75rem;
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat; }
  @media (max-width: 1199.98px) {
    .bigdata__page .hero {
      margin-top: 12.5rem; } }
  @media (max-width: 959.98px) {
    .bigdata__page .hero {
      min-height: 1px; } }
  .bigdata__page .hero .hero__bg img {
    width: 100%; }
  .bigdata__page .hero .hero__title {
    position: relative;
    overflow: hidden; }
    .bigdata__page .hero .hero__title .title {
      font-family: 'DM Sans';
      font-weight: 700;
      font-size: 16px;
      width: 104%;
      translate: -2% 0; }
      .bigdata__page .hero .hero__title .title .large {
        pointer-events: none;
        fill: transparent;
        stroke: #fff;
        stroke-width: 0.1px;
        -webkit-user-select: none;
        /* Safari */
        -moz-user-select: none;
        /* Firefox */
        -ms-user-select: none;
        /* IE10+/Edge */
        user-select: none;
        /* Standard */ }
    .bigdata__page .hero .hero__title .subtitle {
      font-family: 'DM Sans';
      font-weight: 400;
      font-size: 16px;
      width: 50%;
      fill: #fff;
      position: absolute;
      left: 39.5%;
      top: 75%; }
  .bigdata__page .hero .hero__text {
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    margin-top: 21.875rem;
    padding-top: 9.375rem;
    padding-bottom: 9.375rem; }
    @media (max-width: 1199.98px) {
      .bigdata__page .hero .hero__text {
        margin-top: 15.625rem; } }
    @media (max-width: 959.98px) {
      .bigdata__page .hero .hero__text {
        background-size: 100%;
        margin-top: 9.375rem;
        padding-top: 3.125rem;
        padding-bottom: 3.125rem; } }
    @media (max-width: 449.98px) {
      .bigdata__page .hero .hero__text {
        background-size: cover;
        font-size: 2.5rem; } }

.bigdata__page .text {
  border-top: 1px solid #4C5D64;
  border-bottom: 1px solid #4C5D64;
  padding-block: 9.375rem; }
  @media (max-width: 959.98px) {
    .bigdata__page .text {
      padding-block: 3.125rem; } }
  .bigdata__page .text .grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    margin: 0; }
    @media (max-width: 959.98px) {
      .bigdata__page .text .grid {
        grid-template-columns: 1fr; } }
  .bigdata__page .text strong {
    color: #88FC6C; }

.bigdata__page .data__scheme {
  position: relative; }
  .bigdata__page .data__scheme img, .bigdata__page .data__scheme svg {
    width: 100%;
    translate: 2px 0px; }

.bigdata__page .data {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top; }
  .bigdata__page .data .data_card_bar {
    max-width: 54vw;
    margin-inline: auto;
    display: block; }
  .bigdata__page .data .data__card {
    text-align: center;
    max-width: 54vw;
    width: 100%;
    margin-inline: auto;
    padding: 9.375rem 8.75rem 1.25rem;
    background: linear-gradient(180deg, rgba(136, 252, 108, 0.29) 0%, rgba(0, 0, 0, 0.29) 77.92%);
    position: relative; }
    @media (max-width: 1199.98px) {
      .bigdata__page .data .data__card {
        width: 38.75rem;
        padding: 3.125rem 2.5rem 1.25rem; } }
    @media (max-width: 959.98px) {
      .bigdata__page .data .data__card {
        width: 96%; } }
    .bigdata__page .data .data__card:before {
      content: '';
      display: block;
      width: 1px;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(180deg, rgba(136, 252, 108, 0.29) 0%, rgba(0, 0, 0, 0.29) 100%); }
    .bigdata__page .data .data__card:after {
      content: '';
      display: block;
      width: 1px;
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      background: linear-gradient(180deg, rgba(136, 252, 108, 0.29) 0%, rgba(0, 0, 0, 0.29) 100%); }
    .bigdata__page .data .data__card .title {
      background: linear-gradient(94.07deg, #88FC6C 10%, #00FFAC 53.5%, #C7FF2A 102.66%);
      background-clip: text;
      -webkit-background-clip: text;
      color: transparent; }
      @media (max-width: 449.98px) {
        .bigdata__page .data .data__card .title {
          font-size: 2.875rem; } }
    .bigdata__page .data .data__card .quote {
      margin-top: 5rem; }
      .bigdata__page .data .data__card .quote .author {
        text-align: right;
        background: linear-gradient(94.07deg, #00A4EF 14.4%, #6005FE 57.89%, #D93FFF 107.05%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent; }
    .bigdata__page .data .data__card .vert__dash {
      display: block;
      width: 1px;
      height: 7.5rem;
      background-color: #88FC6C;
      margin-inline: auto;
      margin-block: 1.875rem; }
      .bigdata__page .data .data__card .vert__dash.dash180 {
        height: 11.25rem; }

.bigdata__page .blocks .title__section {
  text-align: center;
  font-weight: 700;
  background-position: center bottom;
  padding: 28.125rem 0 6.5625rem;
  position: relative;
  isolation: isolate; }
  @media (max-width: 639.98px) {
    .bigdata__page .blocks .title__section {
      padding-inline: 1.875rem;
      font-size: 1.875rem; } }
  .bigdata__page .blocks .title__section:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 25%;
    z-index: 3;
    pointer-events: none;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 10%, black 90%); }
  .bigdata__page .blocks .title__section .title {
    line-height: 1.7; }
  .bigdata__page .blocks .title__section .pink__gradient {
    background: linear-gradient(94.07deg, #FF3D57 14.4%, #DD42FF 57.89%, #FF3D57 107.05%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent; }
  .bigdata__page .blocks .title__section .button__container {
    margin-top: 1.875rem; }

.bigdata__page .blocks .blocks__section {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)); }
  @media (max-width: 959.98px) {
    .bigdata__page .blocks .blocks__section {
      grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .bigdata__page .blocks .blocks__section .block:nth-child(1) {
        order: 1; }
      .bigdata__page .blocks .blocks__section .block:nth-child(2) {
        order: 2; }
      .bigdata__page .blocks .blocks__section .block:nth-child(3) {
        order: 4; }
      .bigdata__page .blocks .blocks__section .block:nth-child(4) {
        order: 3; }
      .bigdata__page .blocks .blocks__section .block:nth-child(6) {
        order: 5; }
      .bigdata__page .blocks .blocks__section .block:nth-child(5) {
        order: 6; }
      .bigdata__page .blocks .blocks__section .block:nth-child(7) {
        order: 7; }
      .bigdata__page .blocks .blocks__section .block:nth-child(8) {
        order: 8; } }
  @media (max-width: 449.98px) {
    .bigdata__page .blocks .blocks__section {
      grid-template-columns: repeat(1, minmax(0, 1fr));
      border-bottom: 1px solid #4C5D64; }
      .bigdata__page .blocks .blocks__section .block:nth-child(1) {
        order: 1; }
      .bigdata__page .blocks .blocks__section .block:nth-child(2) {
        order: 2; }
      .bigdata__page .blocks .blocks__section .block:nth-child(3) {
        order: 3; }
      .bigdata__page .blocks .blocks__section .block:nth-child(4) {
        order: 4; }
      .bigdata__page .blocks .blocks__section .block:nth-child(6) {
        order: 5; }
      .bigdata__page .blocks .blocks__section .block:nth-child(5) {
        order: 6; }
      .bigdata__page .blocks .blocks__section .block:nth-child(8) {
        order: 7; }
      .bigdata__page .blocks .blocks__section .block:nth-child(7) {
        order: 8; } }
  .bigdata__page .blocks .blocks__section .block {
    aspect-ratio: 1/1;
    font-weight: 700;
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    .bigdata__page .blocks .blocks__section .block .block__inner {
      padding: 3.125rem; }
    .bigdata__page .blocks .blocks__section .block .block__icon {
      margin-bottom: 2rem; }

.bigdata__page .bigdata__cards {
  padding-block: 13.75rem; }
  @media (max-width: 959.98px) {
    .bigdata__page .bigdata__cards {
      padding-block: 7.5rem; } }
  .bigdata__page .bigdata__cards .cards__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 12.5rem;
    row-gap: 10rem; }
    @media (max-width: 959.98px) {
      .bigdata__page .bigdata__cards .cards__grid {
        column-gap: 6.25rem;
        row-gap: 3.75rem; } }
    @media (max-width: 639.98px) {
      .bigdata__page .bigdata__cards .cards__grid {
        grid-template-columns: 1fr;
        gap: 4.375rem; } }
    .bigdata__page .bigdata__cards .cards__grid .card .card__title {
      font-weight: 700;
      line-height: 1.4;
      margin-bottom: 3.125rem; }
      @media (max-width: 639.98px) {
        .bigdata__page .bigdata__cards .cards__grid .card .card__title {
          font-size: 2.25rem; } }
      .bigdata__page .bigdata__cards .cards__grid .card .card__title .yellow {
        background: linear-gradient(94.07deg, #FAFD5E 14.4%, #FFB822 57.89%, #FFF62A 107.05%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent; }
      .bigdata__page .bigdata__cards .cards__grid .card .card__title .sky {
        background: linear-gradient(153.01deg, #88FC6C 2.53%, #00C2FF 95.86%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent; }
      .bigdata__page .bigdata__cards .cards__grid .card .card__title .red {
        background: linear-gradient(94.07deg, #FF3D57 14.4%, #DD42FF 57.89%, #FF3D57 107.05%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent; }
      .bigdata__page .bigdata__cards .cards__grid .card .card__title .blue {
        background: linear-gradient(94.07deg, #00A4EF 14.4%, #6005FE 57.89%, #D93FFF 107.05%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent; }
    .bigdata__page .bigdata__cards .cards__grid .card .card__content {
      color: #9FA4A6;
      line-height: 1.5; }
      @media (max-width: 639.98px) {
        .bigdata__page .bigdata__cards .cards__grid .card .card__content {
          font-size: 1.125rem; } }
      .bigdata__page .bigdata__cards .cards__grid .card .card__content a {
        text-decoration: underline; }

.development__page .red {
  background: linear-gradient(94.07deg, #FF3D57 14.4%, #DD42FF 57.89%, #FF3D57 107.05%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent; }

.development__page .green:not(.button) {
  background: linear-gradient(153.01deg, #88FC6C 2.53%, #00C2FF 95.86%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent; }
  .development__page .green:not(.button) .grey {
    background-color: #4C5D64 !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent; }

.development__page .wrapper {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto; }
  @media (max-width: 1365.98px) {
    .development__page .wrapper {
      max-width: 90%; } }

.development__page .hero {
  position: relative;
  isolation: isolate;
  padding-top: 12.5rem;
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  overflow-y: hidden; }
  @media (max-width: 959.98px) {
    .development__page .hero {
      min-height: 1px;
      padding-top: 7.5rem; } }
  @media (max-width: 449.98px) {
    .development__page .hero {
      padding-top: 12.5rem; } }
  .development__page .hero .hero__img {
    animation-duration: 1000ms !important;
    position: absolute;
    width: 100%;
    top: 0; }
    .development__page .hero .hero__img img {
      width: 100%; }
      @media (max-width: 639.98px) {
        .development__page .hero .hero__img img {
          width: 40rem;
          height: 27.5rem;
          object-fit: cover; } }
  .development__page .hero .hill {
    translate: 0; }
    .development__page .hero .hill img {
      width: 100%; }
      @media (max-width: 1199.98px) {
        .development__page .hero .hill img {
          translate: 0 -1.875rem; } }
      @media (max-width: 959.98px) {
        .development__page .hero .hill img {
          translate: 0 0; } }
      @media (max-width: 639.98px) {
        .development__page .hero .hill img {
          height: 200px;
          object-fit: cover; } }
  .development__page .hero .hero__bg img {
    width: 100%; }
  .development__page .hero .hero__title {
    animation-duration: 700ms !important;
    position: relative;
    overflow: hidden;
    z-index: 9; }
    .development__page .hero .hero__title .title {
      font-family: 'DM Sans';
      font-weight: 700;
      font-size: 16px;
      width: 104%;
      translate: -2% 0; }
      .development__page .hero .hero__title .title .large {
        pointer-events: none;
        fill: transparent;
        stroke: #fff;
        stroke-width: 0.1px;
        -webkit-user-select: none;
        /* Safari */
        -moz-user-select: none;
        /* Firefox */
        -ms-user-select: none;
        /* IE10+/Edge */
        user-select: none;
        /* Standard */ }
  .development__page .hero .hero__subtitle {
    animation-duration: 700ms !important;
    text-align: center;
    position: absolute;
    bottom: 6.25rem;
    right: 0;
    left: 0;
    margin: auto; }
    @media (max-width: 1199.98px) {
      .development__page .hero .hero__subtitle {
        bottom: 3.75rem; } }
    @media (max-width: 959.98px) {
      .development__page .hero .hero__subtitle {
        bottom: 1.875rem; }
        .development__page .hero .hero__subtitle *, .development__page .hero .hero__subtitle *::before, .development__page .hero .hero__subtitle *::after {
          font-size: 1.25rem !important; } }
    @media (max-width: 449.98px) {
      .development__page .hero .hero__subtitle {
        bottom: 0;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } }

.development__page .what {
  background-size: 100%, 100%;
  background-position: center top, center 34.375rem;
  background-repeat: repeat, no-repeat; }
  @media (max-width: 639.98px) {
    .development__page .what {
      min-height: 1px; } }
  .development__page .what .main__content {
    padding: 21.875rem 0 42.5rem;
    position: relative; }
    @media (max-width: 1199.98px) {
      .development__page .what .main__content {
        padding: 15.625rem 0 36.25rem; } }
    @media (max-width: 959.98px) {
      .development__page .what .main__content {
        padding: 9.375rem 0 28.125rem; } }
    @media (max-width: 639.98px) {
      .development__page .what .main__content {
        padding: 3.125rem 0 12.5rem; } }
    @media (max-width: 449.98px) {
      .development__page .what .main__content {
        padding: 0rem 0 12.5rem; } }
    .development__page .what .main__content .quote {
      display: flex;
      align-items: center;
      align-content: center;
      gap: 20px;
      position: absolute;
      bottom: 6.25rem;
      z-index: 3;
      color: #9FA4A6;
      line-height: 1.2;
      font-size: 12px; }
      @media (max-width: 639.98px) {
        .development__page .what .main__content .quote {
          position: static;
          padding-top: 6.25rem; }
          .development__page .what .main__content .quote img {
            width: 5.625rem; } }

@media (max-width: 639.98px) {
  .development__page .peak {
    display: grid;
    min-height: 1px;
    overflow-y: hidden; } }

.development__page .peak .wrapper {
  position: absolute;
  z-index: 9;
  top: 6.25rem;
  left: 0;
  right: 0;
  margin: auto; }
  @media (max-width: 639.98px) {
    .development__page .peak .wrapper {
      position: static;
      order: -1; } }

.development__page .peak .content {
  max-width: 42%; }
  @media (max-width: 959.98px) {
    .development__page .peak .content .t120 {
      font-size: 3.75rem; } }
  @media (max-width: 639.98px) {
    .development__page .peak .content {
      max-width: 100%; } }

.development__page .peak .background {
  position: relative; }
  @media (max-width: 639.98px) {
    .development__page .peak .background {
      scale: 1.35;
      transform-origin: right top;
      margin-top: 3.125rem; } }
  @media (max-width: 449.98px) {
    .development__page .peak .background {
      scale: 1; } }
  .development__page .peak .background img {
    width: 100%; }
  .development__page .peak .background .front {
    position: absolute;
    inset: 0;
    z-index: 9;
    pointer-events: none; }

.development__page .peak .data {
  position: absolute;
  top: 11.25rem;
  right: 0;
  z-index: 7; }
  .development__page .peak .data img, .development__page .peak .data svg {
    width: 73.125rem; }
  @media (max-width: 1199.98px) {
    .development__page .peak .data {
      top: 5rem; }
      .development__page .peak .data img, .development__page .peak .data svg {
        width: 50rem !important; } }
  @media (max-width: 959.98px) {
    .development__page .peak .data {
      top: 3.125rem; }
      .development__page .peak .data img, .development__page .peak .data svg {
        width: 31.25rem !important; } }
  @media (max-width: 639.98px) {
    .development__page .peak .data {
      top: 0.9375rem; } }
  @media (max-width: 449.98px) {
    .development__page .peak .data {
      top: -1.25rem; } }

.development__page .theway {
  position: relative; }
  .development__page .theway .wrapper {
    max-width: 90%; }
  .development__page .theway .stream {
    position: absolute;
    left: 28rem;
    width: 8.375rem;
    height: 96.875rem;
    top: 26.25rem;
    background: white;
    background: -moz-linear-gradient(180deg, white 90%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(180deg, white 90%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(180deg, white 90%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
    animation-duration: 1500ms !important;
    z-index: 8; }
    @media (max-width: 1199.98px) {
      .development__page .theway .stream {
        left: 16.875rem;
        width: 4.875rem;
        height: 84.375rem;
        top: 12.5rem; } }
    @media (max-width: 959.98px) {
      .development__page .theway .stream {
        left: 10.6875rem;
        width: 3.125rem;
        height: 84.375rem;
        top: 11.25rem; } }
    @media (max-width: 639.98px) {
      .development__page .theway .stream {
        display: none; } }
  .development__page .theway .stream_dot_follow_container {
    height: 50%;
    position: absolute;
    top: 0;
    left: 0; }
  .development__page .theway .stream_dot_container {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 99; }
  .development__page .theway .dot {
    position: relative;
    top: 25.625rem;
    left: 30.9375rem;
    width: 2.5rem;
    height: 2.5rem;
    background: #88FC6C;
    border-radius: 1000px;
    z-index: 9; }
    @media (max-width: 1199.98px) {
      .development__page .theway .dot {
        top: 14.375rem;
        left: 18.125rem; } }
    @media (max-width: 959.98px) {
      .development__page .theway .dot {
        top: 9.25rem;
        left: 11.6875rem;
        width: 1.25rem;
        height: 1.25rem; } }
    @media (max-width: 639.98px) {
      .development__page .theway .dot {
        display: none; } }
  .development__page .theway .sect1 {
    background-position: left top;
    background-size: 100%;
    background-repeat: no-repeat;
    min-height: 51.25rem; }
    @media (max-width: 1199.98px) {
      .development__page .theway .sect1 {
        min-height: 34.375rem; } }
    @media (max-width: 639.98px) {
      .development__page .theway .sect1 {
        min-height: 1px;
        background-image: none !important; } }
    .development__page .theway .sect1 .content {
      max-width: 40%;
      margin-left: auto;
      padding-block: 15.625rem; }
      @media (max-width: 1199.98px) {
        .development__page .theway .sect1 .content {
          padding-block: 2.5rem; }
          .development__page .theway .sect1 .content .t120 {
            font-size: 3.75rem; } }
      @media (max-width: 639.98px) {
        .development__page .theway .sect1 .content {
          max-width: 100%;
          padding-top: 6.25rem; } }
      .development__page .theway .sect1 .content .t18 {
        line-height: 1.5; }
  .development__page .theway .sect2 {
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 120rem; }
    @media (max-width: 639.98px) {
      .development__page .theway .sect2 {
        min-height: 55rem;
        background-position: left bottom; } }
    .development__page .theway .sect2 .list {
      margin-left: 30.625rem; }
      @media (max-width: 1199.98px) {
        .development__page .theway .sect2 .list {
          margin-left: 18.125rem; } }
      @media (max-width: 959.98px) {
        .development__page .theway .sect2 .list {
          margin-left: 11.25rem; } }
      @media (max-width: 639.98px) {
        .development__page .theway .sect2 .list {
          margin-left: 0; } }
      .development__page .theway .sect2 .list div {
        padding-block: 2.5rem;
        padding-inline: 5.625rem;
        border-bottom: 1px dashed #4C5D64; }
        @media (max-width: 639.98px) {
          .development__page .theway .sect2 .list div {
            padding-block: 1.25rem;
            padding-inline: 2.5rem; } }

.development__page .work {
  padding-top: 18.75rem;
  padding-bottom: 21.875rem; }
  @media (max-width: 1199.98px) {
    .development__page .work {
      padding-top: 9.375rem;
      padding-bottom: 9.375rem; } }
  @media (max-width: 959.98px) {
    .development__page .work {
      padding-top: 6.25rem;
      padding-bottom: 6.25rem; } }
  @media (max-width: 639.98px) {
    .development__page .work {
      padding-top: 0;
      padding-bottom: 3.125rem; } }
  .development__page .work .content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
    @media (max-width: 959.98px) {
      .development__page .work .content {
        grid-template-columns: 1fr;
        gap: 1.875rem; } }
    .development__page .work .content .title__container {
      height: 100%;
      position: relative; }
      .development__page .work .content .title__container .title {
        position: absolute;
        top: 70%;
        width: 100vw; }
        @media (max-width: 959.98px) {
          .development__page .work .content .title__container .title {
            position: static;
            max-width: 90%;
            margin-inline: auto; } }
        @media (max-width: 1199.98px) {
          .development__page .work .content .title__container .title.t120 {
            font-size: 4.46875rem !important; } }
        .development__page .work .content .title__container .title svg {
          position: absolute;
          top: 84%;
          left: 6px; }
          @media (max-width: 1199.98px) {
            .development__page .work .content .title__container .title svg {
              max-width: 99%; } }
          @media (max-width: 959.98px) {
            .development__page .work .content .title__container .title svg {
              max-width: 100%;
              scale: 1.2;
              position: static; } }
    .development__page .work .content .desc {
      padding-inline: 5.625rem; }
      @media (max-width: 959.98px) {
        .development__page .work .content .desc {
          padding-inline: 0;
          max-width: 90%;
          margin-inline: auto; } }

.development__page .character__cards {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 1.875rem;
  margin-top: 18.75rem;
  min-height: 250vh;
  position: relative; }
  @media (max-width: 959.98px) {
    .development__page .character__cards {
      min-height: 1px;
      background-position: right top; } }
  .development__page .character__cards .cards__container {
    display: grid; }
    .development__page .character__cards .cards__container .character__card {
      position: relative;
      isolation: isolate; }
      @media (max-width: 959.98px) {
        .development__page .character__cards .cards__container .character__card {
          margin-bottom: 3.75rem; } }
      .development__page .character__cards .cards__container .character__card:nth-child(10) {
        z-index: 1; }
      .development__page .character__cards .cards__container .character__card:nth-child(9) {
        z-index: 2; }
      .development__page .character__cards .cards__container .character__card:nth-child(8) {
        z-index: 3; }
      .development__page .character__cards .cards__container .character__card:nth-child(7) {
        z-index: 4; }
      .development__page .character__cards .cards__container .character__card:nth-child(6) {
        z-index: 5; }
      .development__page .character__cards .cards__container .character__card:nth-child(5) {
        z-index: 6; }
      .development__page .character__cards .cards__container .character__card:nth-child(4) {
        z-index: 7; }
      .development__page .character__cards .cards__container .character__card:nth-child(3) {
        z-index: 8; }
      .development__page .character__cards .cards__container .character__card:nth-child(2) {
        z-index: 9; }
      .development__page .character__cards .cards__container .character__card:nth-child(1) {
        z-index: 10; }
      .development__page .character__cards .cards__container .character__card ::selection {
        background-color: transparent;
        color: #fff; }
      .development__page .character__cards .cards__container .character__card:nth-of-type(even) {
        max-width: 50%; }
        .development__page .character__cards .cards__container .character__card:nth-of-type(even) .offset {
          margin-left: 15vw; }
      .development__page .character__cards .cards__container .character__card .trigger__title {
        cursor: pointer;
        opacity: 0.4;
        padding-bottom: 20px;
        transition: all 0.3s ease-in-out;
        background-size: cover; }
        @media (max-width: 639.98px) {
          .development__page .character__cards .cards__container .character__card .trigger__title.t90 {
            font-size: 2.5rem; } }
        .development__page .character__cards .cards__container .character__card .trigger__title:hover {
          opacity: 1;
          background: linear-gradient(153.01deg, #88FC6C 2.53%, #00C2FF 95.86%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          background-clip: text;
          text-fill-color: transparent; }
      .development__page .character__cards .cards__container .character__card.active .overlay__bg {
        width: 100vw; }
      .development__page .character__cards .cards__container .character__card.active .overlay {
        left: 0%;
        opacity: 1; }
      .development__page .character__cards .cards__container .character__card .offset {
        margin-left: auto;
        margin-right: 15vw;
        width: 30vw; }
        @media (max-width: 959.98px) {
          .development__page .character__cards .cards__container .character__card .offset {
            margin-left: 15vw;
            margin-right: auto;
            width: 70vw; } }
      .development__page .character__cards .cards__container .character__card .overlay__bg {
        background-color: rgba(0, 0, 0, 0.7);
        position: absolute;
        top: 50%;
        left: 0;
        translate: 0 -50%;
        width: 0vw;
        min-height: 400px;
        display: flex;
        align-items: center;
        align-content: center;
        pointer-events: none;
        transition: all 1s ease-in-out; }
      .development__page .character__cards .cards__container .character__card .overlay {
        position: absolute;
        top: 60%;
        left: -100vw;
        translate: 0 -60%;
        width: 100vw;
        height: 120%;
        display: flex;
        align-items: center;
        align-content: center;
        opacity: 0;
        transition: all 1s ease-in-out; }
        .development__page .character__cards .cards__container .character__card .overlay .offset {
          position: relative; }
          .development__page .character__cards .cards__container .character__card .overlay .offset .close {
            position: absolute;
            width: 2.5rem;
            top: -1.25rem;
            right: 0;
            cursor: pointer; }
        .development__page .character__cards .cards__container .character__card .overlay .title {
          margin-bottom: 1.25rem; }
        .development__page .character__cards .cards__container .character__card .overlay p {
          margin: 0; }

.development__page .certifications {
  padding-block: 12.5rem; }
  .development__page .certifications .certifications__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
    @media (max-width: 959.98px) {
      .development__page .certifications .certifications__grid {
        grid-template-columns: 1fr; } }
  .development__page .certifications .content {
    display: grid;
    gap: 2.5rem;
    align-content: center;
    margin-right: 3.75rem; }
    .development__page .certifications .content .icons {
      display: flex;
      align-items: center;
      align-content: center;
      gap: 30px;
      flex-wrap: wrap; }
  .development__page .certifications .mary {
    position: relative; }
    .development__page .certifications .mary img, .development__page .certifications .mary svg {
      width: 100%; }
    .development__page .certifications .mary .mary__image {
      scale: 0.85;
      z-index: -1; }
    .development__page .certifications .mary .text__effect {
      position: absolute;
      inset: 0;
      margin: auto;
      z-index: 9; }
    .development__page .certifications .mary .pulse__container {
      display: block;
      width: 7.5rem;
      height: 7.5rem;
      position: absolute;
      inset: 0;
      margin: auto;
      translate: 0 2.5rem;
      mix-blend-mode: difference; }
    .development__page .certifications .mary .pulse {
      display: block;
      width: 7.5rem;
      height: 7.5rem;
      background-color: #88FC6C;
      position: absolute;
      inset: 0;
      margin: auto;
      border-radius: 1000px;
      z-index: 11;
      mix-blend-mode: difference;
      -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
      animation: heartbeat 1.5s ease-in-out infinite both; }
      @media (max-width: 959.98px) {
        .development__page .certifications .mary .pulse {
          width: 5rem;
          height: 5rem; } }

.development__page .langs__card {
  padding-bottom: 15.625rem; }
  .development__page .langs__card .lang__card {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 40px;
    padding: 10.625rem 7.5rem;
    margin-bottom: 2.5rem; }
    @media (max-width: 959.98px) {
      .development__page .langs__card .lang__card {
        padding: 5.3125rem 3.75rem; } }
    @media (max-width: 639.98px) {
      .development__page .langs__card .lang__card {
        padding: 5.3125rem 3.75rem;
        border: 1px solid #4C5D64;
        aspect-ratio: 4/5;
        background-size: contain;
        background-position: center bottom;
        background-image: url("../../assets/img/development/lang_card_mobile.jpg") !important; } }
    @media (max-width: 449.98px) {
      .development__page .langs__card .lang__card {
        aspect-ratio: 1/1.8; } }
    .development__page .langs__card .lang__card .card__inner {
      max-width: 55%; }
      @media (max-width: 639.98px) {
        .development__page .langs__card .lang__card .card__inner {
          max-width: 100%; } }
  .development__page .langs__card .border {
    border-radius: 40px;
    border: 1px solid #4C5D64; }
  .development__page .langs__card .flex {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-around;
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem; }
    @media (max-width: 959.98px) {
      .development__page .langs__card .flex img {
        height: 2.8125rem; } }
    @media (max-width: 639.98px) {
      .development__page .langs__card .flex {
        padding: 1.5625rem;
        flex-wrap: wrap;
        gap: 1.5625rem; }
        .development__page .langs__card .flex img {
          height: 5.3125rem; } }

.bg-transition-fade {
  background-position-x: center !important;
  transition: background-position-x 3000ms ease-in-out; }

.cloudforming__page .section .wrapper {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 1921px) {
    .cloudforming__page .section .wrapper {
      max-width: 112.5rem; } }
  @media (max-width: 1299.98px) {
    .cloudforming__page .section .wrapper {
      max-width: 90%; } }

.cloudforming__page .gradient__blue {
  background: linear-gradient(94.07deg, #00A4EF 14.4%, #6005FE 57.89%, #D93FFF 107.05%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent; }

.cloudforming__page .gradient__green {
  background: linear-gradient(153.01deg, #88FC6C 2.53%, #00C2FF 95.86%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent; }

.cloudforming__page .gradient__orange {
  background: linear-gradient(94.07deg, #FAFD5E 14.4%, #FFB822 57.89%, #FFF62A 107.05%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent; }

.cloudforming__page .gradient__magenta {
  background: linear-gradient(94.07deg, #FF3D57 14.4%, #DD42FF 57.89%, #FF3D57 107.05%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent; }

.cloudforming__page .hero {
  min-height: 100vh;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (max-width: 639.98px) {
    .cloudforming__page .hero {
      min-height: unset; } }
  @media (max-width: 639.98px) {
    .cloudforming__page .hero.padding_bottom_200 {
      padding-bottom: 3.125rem; } }
  .cloudforming__page .hero .hero__title {
    background-size: contain;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    mix-blend-mode: luminosity;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.4)); }
  @media (max-width: 639.98px) {
    .cloudforming__page .hero .hero__content.padding_top_900 {
      padding-top: 25rem; } }
  .cloudforming__page .hero .hero__text {
    max-width: 60%; }
    @media (max-width: 639.98px) {
      .cloudforming__page .hero .hero__text {
        max-width: 100%; } }

.cloudforming__page .straight {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (max-width: 959.98px) {
    .cloudforming__page .straight {
      background-position: 80% top; } }
  @media (max-width: 639.98px) {
    .cloudforming__page .straight {
      min-height: unset !important; } }
  .cloudforming__page .straight .section__text {
    max-width: 60%; }
  @media (max-width: 639.98px) {
    .cloudforming__page .straight .padding_block_700 {
      padding-block: 12.5rem; } }

.cloudforming__page .incloud {
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  overflow: visible;
  z-index: 9; }
  @media (max-width: 959.98px) {
    .cloudforming__page .incloud {
      padding-top: 6.25rem; } }
  @media (max-width: 449.98px) {
    .cloudforming__page .incloud {
      min-height: unset !important; } }
  .cloudforming__page .incloud *, .cloudforming__page .incloud *::before, .cloudforming__page .incloud *::after {
    text-align: right; }
  .cloudforming__page .incloud .section__text {
    max-width: 60%;
    margin-left: auto; }
  .cloudforming__page .incloud .orb {
    position: relative; }
    .cloudforming__page .incloud .orb > *, .cloudforming__page .incloud .orb > *::before, .cloudforming__page .incloud .orb > *::after {
      position: absolute;
      inset: 0;
      margin: auto;
      width: 54vw; }
    @media (max-width: 1199.98px) {
      .cloudforming__page .incloud .orb {
        padding-bottom: 32.5rem !important; }
        .cloudforming__page .incloud .orb .orbs__higlights, .cloudforming__page .incloud .orb .orbs__dots {
          translate: 0 0; } }
    @media (max-width: 959.98px) {
      .cloudforming__page .incloud .orb {
        padding-bottom: 4.1875rem !important; }
        .cloudforming__page .incloud .orb .orbs__higlights, .cloudforming__page .incloud .orb .orbs__dots {
          translate: 0 5rem; } }
    @media (max-width: 639.98px) {
      .cloudforming__page .incloud .orb {
        padding-top: 25.625rem !important;
        padding-bottom: 6.25rem !important; }
        .cloudforming__page .incloud .orb .orbs__higlights, .cloudforming__page .incloud .orb .orbs__dots {
          translate: 0 1.25rem; } }
    @media (max-width: 449.98px) {
      .cloudforming__page .incloud .orb {
        padding-top: 13.75rem !important;
        padding-bottom: 3.125rem !important; }
        .cloudforming__page .incloud .orb .orbs__higlights, .cloudforming__page .incloud .orb .orbs__dots {
          translate: 0 -2.5rem; } }
  .cloudforming__page .incloud .connector__paths {
    position: absolute;
    inset: 0;
    top: auto;
    margin-inline: auto;
    translate: 0 7.5rem;
    width: 52vw; }
    .cloudforming__page .incloud .connector__paths img, .cloudforming__page .incloud .connector__paths svg {
      width: 100%; }
  @media (max-width: 1199.98px) {
    .cloudforming__page .incloud .separator {
      padding-top: 0;
      padding-bottom: 0; } }
  @media (max-width: 1199.98px) {
    .cloudforming__page .incloud .small_sep {
      padding-top: 0;
      padding-bottom: 0; } }

.cloudforming__page .services {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: luminosity; }
  .cloudforming__page .services .services__row {
    margin-block: 1.25rem;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    align-content: center;
    gap: 3.125rem;
    text-align: right;
    min-height: 400px;
    position: relative; }
    @media (max-width: 959.98px) {
      .cloudforming__page .services .services__row {
        display: grid;
        gap: 0.9375rem;
        grid-template-columns: 1fr;
        min-height: unset !important; }
        .cloudforming__page .services .services__row *, .cloudforming__page .services .services__row *::before, .cloudforming__page .services .services__row *::after {
          text-align: center !important; }
        .cloudforming__page .services .services__row .content {
          order: 3 !important; }
        .cloudforming__page .services .services__row div:nth-child(2) {
          order: 2 !important; }
        .cloudforming__page .services .services__row div:nth-child(3) {
          order: 1 !important; } }
    .cloudforming__page .services .services__row:after {
      content: '';
      display: block;
      width: 1px;
      height: 9.375rem;
      border-right: 1px dotted #fff;
      position: absolute;
      inset: 0;
      top: 100%;
      margin-inline: auto;
      translate: 0 -50%; }
      @media (max-width: 959.98px) {
        .cloudforming__page .services .services__row:after {
          position: static;
          translate: 0 0;
          order: 4; } }
    .cloudforming__page .services .services__row:last-of-type:after {
      display: none !important; }
    .cloudforming__page .services .services__row .title {
      margin-bottom: 0.9375rem; }
    .cloudforming__page .services .services__row:nth-child(even) {
      text-align: left; }
      .cloudforming__page .services .services__row:nth-child(even) .content {
        order: 3; }
      .cloudforming__page .services .services__row:nth-child(even) div:nth-child(2) {
        order: 2; }
      .cloudforming__page .services .services__row:nth-child(even) div:nth-child(3) {
        order: 1; }
  .cloudforming__page .services .connector {
    margin-bottom: -4.375rem;
    position: relative;
    z-index: 13; }
    @media (max-width: 959.98px) {
      .cloudforming__page .services .connector {
        margin-bottom: 1.875rem; } }
    .cloudforming__page .services .connector img, .cloudforming__page .services .connector svg {
      width: 54vw;
      display: block;
      margin-inline: auto; }

.cloudforming__page .leap {
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat; }
  .cloudforming__page .leap .section__text {
    max-width: 50%; }
    @media (max-width: 639.98px) {
      .cloudforming__page .leap .section__text {
        max-width: 100%; } }
  @media (max-width: 1199.98px) {
    .cloudforming__page .leap .padding_top_400 {
      padding-top: 12.5rem; }
    .cloudforming__page .leap .padding_bottom_700 {
      padding-bottom: 15.625rem; } }
  @media (max-width: 959.98px) {
    .cloudforming__page .leap {
      background-position: center bottom; } }

.cloudforming__page .safe {
  background-size: 100%;
  background-position: center top;
  background-position-x: -3000px;
  background-repeat: no-repeat; }
  @media (max-width: 959.98px) {
    .cloudforming__page .safe {
      min-height: unset !important; } }
  @media (max-width: 959.98px) {
    .cloudforming__page .safe .padding_top_600 {
      padding-top: 12.5rem; } }
  @media (max-width: 639.98px) {
    .cloudforming__page .safe .padding_top_600 {
      padding-top: 22.5rem; }
      .cloudforming__page .safe .padding_top_600 .title {
        text-align: right; } }
  @media (max-width: 449.98px) {
    .cloudforming__page .safe .padding_top_600 .title {
      text-align: left; } }
  @media (max-width: 1199.98px) {
    .cloudforming__page .safe .padding_bottom_800 {
      padding-bottom: 25rem; } }
  @media (max-width: 959.98px) {
    .cloudforming__page .safe .padding_bottom_800 {
      padding-bottom: 12.5rem; } }
  @media (max-width: 639.98px) {
    .cloudforming__page .safe .padding_bottom_800 {
      padding-bottom: 0rem; } }
  @media (max-width: 959.98px) {
    .cloudforming__page .safe .t150 {
      font-size: 3.75rem !important; } }

.cloudforming__page .discover {
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat; }
  @media (max-width: 639.98px) {
    .cloudforming__page .discover {
      min-height: unset !important; } }
  .cloudforming__page .discover .section__text {
    max-width: 50%; }
  @media (max-width: 1199.98px) {
    .cloudforming__page .discover {
      margin-top: 6.25rem; }
      .cloudforming__page .discover .padding_top_300 {
        padding-top: 0; }
      .cloudforming__page .discover .padding_bottom_800 {
        padding-bottom: 25rem; } }
  @media (max-width: 959.98px) {
    .cloudforming__page .discover .padding_bottom_800 {
      padding-bottom: 6.25rem; } }
  @media (max-width: 639.98px) {
    .cloudforming__page .discover .padding_bottom_800 {
      padding-bottom: 3.125rem; } }
  @media (max-width: 449.98px) {
    .cloudforming__page .discover .padding_bottom_800 {
      padding-bottom: 0rem; } }

@media (max-width: 959.98px) {
  .cloudforming__page .t150 {
    font-size: 5.9375rem !important; } }

@media (max-width: 639.98px) {
  .cloudforming__page .t150 {
    font-size: 5rem !important; } }

@media (max-width: 449.98px) {
  .cloudforming__page .t150 {
    font-size: 3.125rem !important; } }

.iot__page .section .wrapper {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 1921px) {
    .iot__page .section .wrapper {
      max-width: 112.5rem; } }
  @media (max-width: 1299.98px) {
    .iot__page .section .wrapper {
      max-width: 90%; } }

.iot__page .hero {
  background-position: center top;
  background-size: cover;
  position: relative; }
  .iot__page .hero:after {
    content: '';
    display: block;
    width: 100%;
    height: 15.625rem;
    background: black;
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, black 90%);
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, black 90%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, black 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    position: absolute;
    inset: 0;
    top: auto;
    z-index: 9; }
  @media (max-width: 639.98px) {
    .iot__page .hero .padding_bottom_300 {
      padding-bottom: 6.25rem; } }

.iot__page .green__gradient {
  background: linear-gradient(94.07deg, #88FC6C 10%, #00FFAC 53.5%, #C7FF2A 102.66%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent; }

.iot__page .hero__title {
  background-size: 120%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent; }

.iot__page .hero__text {
  max-width: 50%; }
  @media (max-width: 959.98px) {
    .iot__page .hero__text {
      max-width: 100%; } }

.iot__page .diagonals {
  position: absolute;
  width: 100%;
  height: 100vh;
  inset: 0; }
  .iot__page .diagonals .diagonal {
    height: 100px;
    width: 2px;
    position: absolute;
    transform-origin: 0 0; }
    .iot__page .diagonals .diagonal:after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background-color: #88FC6C;
      position: absolute;
      inset: 0;
      top: auto; }
    .iot__page .diagonals .diagonal.diagonal1 {
      height: 1px;
      left: 15rem;
      rotate: -45deg;
      transition: height 1s ease-in-out; }
      @media (max-width: 1199.98px) {
        .iot__page .diagonals .diagonal.diagonal1 {
          left: -0.5rem; } }
      @media (max-width: 959.98px) {
        .iot__page .diagonals .diagonal.diagonal1 {
          left: -16.5rem; } }
      @media (max-width: 639.98px) {
        .iot__page .diagonals .diagonal.diagonal1 {
          left: -9.0625rem; } }
      @media (max-width: 449.98px) {
        .iot__page .diagonals .diagonal.diagonal1 {
          left: -13rem; } }
      .iot__page .diagonals .diagonal.diagonal1:after {
        transition: height 1.5s ease-in-out;
        transition-delay: 1s; }
      .iot__page .diagonals .diagonal.diagonal1.active {
        height: 2500px; }
        .iot__page .diagonals .diagonal.diagonal1.active:after {
          height: 0; }
    .iot__page .diagonals .diagonal.diagonal2 {
      height: 2500px;
      left: 17.625rem;
      rotate: -45deg;
      transition: height 1s ease-in-out;
      transition-delay: 1s; }
      @media (max-width: 1199.98px) {
        .iot__page .diagonals .diagonal.diagonal2 {
          left: 1.875rem; } }
      @media (max-width: 959.98px) {
        .iot__page .diagonals .diagonal.diagonal2 {
          left: -13.75rem; } }
      @media (max-width: 639.98px) {
        .iot__page .diagonals .diagonal.diagonal2 {
          left: -7.5rem; } }
      @media (max-width: 449.98px) {
        .iot__page .diagonals .diagonal.diagonal2 {
          left: -11.25rem; } }
      .iot__page .diagonals .diagonal.diagonal2:after {
        transition: height 1.5s ease-in-out;
        height: 0; }
      .iot__page .diagonals .diagonal.diagonal2.active {
        height: 0px; }
        .iot__page .diagonals .diagonal.diagonal2.active:after {
          height: 100%; }
    .iot__page .diagonals .diagonal.diagonal3 {
      height: 1px;
      left: 26.0625rem;
      rotate: -45deg;
      transition: height 1s ease-in-out; }
      @media (max-width: 1199.98px) {
        .iot__page .diagonals .diagonal.diagonal3 {
          left: 8.125rem; } }
      @media (max-width: 959.98px) {
        .iot__page .diagonals .diagonal.diagonal3 {
          left: -6.875rem; } }
      @media (max-width: 639.98px) {
        .iot__page .diagonals .diagonal.diagonal3 {
          left: -2.5rem; } }
      @media (max-width: 449.98px) {
        .iot__page .diagonals .diagonal.diagonal3 {
          left: -6.875rem; } }
      .iot__page .diagonals .diagonal.diagonal3:after {
        transition: height 1.5s ease-in-out;
        transition-delay: 1s; }
      .iot__page .diagonals .diagonal.diagonal3.active {
        height: 2500px; }
        .iot__page .diagonals .diagonal.diagonal3.active:after {
          height: 0; }
    .iot__page .diagonals .diagonal.diagonal4 {
      height: 2500px;
      left: 35.25rem;
      rotate: -45deg;
      transition: height 1s ease-in-out;
      transition-delay: 1s; }
      @media (max-width: 1199.98px) {
        .iot__page .diagonals .diagonal.diagonal4 {
          left: 16rem; } }
      @media (max-width: 959.98px) {
        .iot__page .diagonals .diagonal.diagonal4 {
          left: 1.25rem; } }
      @media (max-width: 639.98px) {
        .iot__page .diagonals .diagonal.diagonal4 {
          left: 3.125rem; } }
      @media (max-width: 449.98px) {
        .iot__page .diagonals .diagonal.diagonal4 {
          left: -1.25rem; } }
      .iot__page .diagonals .diagonal.diagonal4:after {
        transition: height 1.5s ease-in-out;
        height: 0; }
      .iot__page .diagonals .diagonal.diagonal4.active {
        height: 0px; }
        .iot__page .diagonals .diagonal.diagonal4.active:after {
          height: 100%; }
    .iot__page .diagonals .diagonal.diagonal5 {
      top: 47.5rem;
      left: 50.3125rem;
      height: 1px;
      rotate: 45deg;
      transition: height 1s ease-in-out; }
      @media (max-width: 1199.98px) {
        .iot__page .diagonals .diagonal.diagonal5 {
          top: 38.75rem;
          left: 27.5rem; } }
      @media (max-width: 959.98px) {
        .iot__page .diagonals .diagonal.diagonal5 {
          top: 41.875rem;
          left: 14.125rem; } }
      @media (max-width: 639.98px) {
        .iot__page .diagonals .diagonal.diagonal5 {
          top: 28.125rem;
          left: 12.5rem; } }
      @media (max-width: 449.98px) {
        .iot__page .diagonals .diagonal.diagonal5 {
          top: 26.875rem;
          left: 7.5rem; } }
      .iot__page .diagonals .diagonal.diagonal5:after {
        transition: height 1.5s ease-in-out;
        transition-delay: 1s; }
      .iot__page .diagonals .diagonal.diagonal5.active {
        height: 1500px; }
        .iot__page .diagonals .diagonal.diagonal5.active:after {
          height: 0; }
    .iot__page .diagonals .diagonal.diagonal6 {
      top: 48.75rem;
      left: 52.1875rem;
      height: 1500px;
      rotate: 45deg;
      transition: height 1s ease-in-out;
      transition-delay: 1s; }
      @media (max-width: 1199.98px) {
        .iot__page .diagonals .diagonal.diagonal6 {
          top: 40.625rem;
          left: 28.125rem; } }
      @media (max-width: 959.98px) {
        .iot__page .diagonals .diagonal.diagonal6 {
          top: 43.125rem;
          left: 15.375rem; } }
      @media (max-width: 639.98px) {
        .iot__page .diagonals .diagonal.diagonal6 {
          top: 29.375rem;
          left: 13.125rem; } }
      @media (max-width: 449.98px) {
        .iot__page .diagonals .diagonal.diagonal6 {
          top: 28.125rem;
          left: 8.125rem; } }
      .iot__page .diagonals .diagonal.diagonal6:after {
        transition: height 1.5s ease-in-out;
        height: 0; }
      .iot__page .diagonals .diagonal.diagonal6.active {
        height: 0px; }
        .iot__page .diagonals .diagonal.diagonal6.active:after {
          height: 100%; }
    .iot__page .diagonals .diagonal.diagonal7 {
      top: 52.8125rem;
      left: 55.3125rem;
      height: 1px;
      rotate: 45deg;
      transition: height 1s ease-in-out; }
      @media (max-width: 1199.98px) {
        .iot__page .diagonals .diagonal.diagonal7 {
          top: 42.5rem;
          left: 31.875rem; } }
      @media (max-width: 959.98px) {
        .iot__page .diagonals .diagonal.diagonal7 {
          top: 45.625rem;
          left: 19.125rem; } }
      @media (max-width: 639.98px) {
        .iot__page .diagonals .diagonal.diagonal7 {
          top: 31.875rem;
          left: 15rem; } }
      @media (max-width: 449.98px) {
        .iot__page .diagonals .diagonal.diagonal7 {
          top: 30rem;
          left: 10.625rem; } }
      .iot__page .diagonals .diagonal.diagonal7:after {
        transition: height 1.5s ease-in-out;
        transition-delay: 1s; }
      .iot__page .diagonals .diagonal.diagonal7.active {
        height: 1500px; }
        .iot__page .diagonals .diagonal.diagonal7.active:after {
          height: 0; }
    .iot__page .diagonals .diagonal.diagonal8 {
      top: 29.375rem;
      left: 68.75rem;
      height: 1px;
      rotate: -135deg;
      transition: height 1s ease-in-out; }
      @media (max-width: 1199.98px) {
        .iot__page .diagonals .diagonal.diagonal8 {
          top: 22.5rem;
          left: 43.75rem; } }
      @media (max-width: 959.98px) {
        .iot__page .diagonals .diagonal.diagonal8 {
          top: 25rem;
          left: 30.9375rem; } }
      @media (max-width: 639.98px) {
        .iot__page .diagonals .diagonal.diagonal8 {
          top: 16.875rem;
          left: 23.75rem; } }
      @media (max-width: 449.98px) {
        .iot__page .diagonals .diagonal.diagonal8 {
          top: 16.25rem;
          left: 18.75rem; } }
      .iot__page .diagonals .diagonal.diagonal8:after {
        transition: height 1.5s ease-in-out;
        transition-delay: 1s; }
      .iot__page .diagonals .diagonal.diagonal8.active {
        height: 1500px; }
        .iot__page .diagonals .diagonal.diagonal8.active:after {
          height: 0; }
    .iot__page .diagonals .diagonal.diagonal9 {
      top: 33.75rem;
      left: 75rem;
      height: 1px;
      rotate: -135deg;
      transition: height 1s ease-in-out; }
      @media (max-width: 1199.98px) {
        .iot__page .diagonals .diagonal.diagonal9 {
          top: 26.875rem;
          left: 47.5rem; } }
      @media (max-width: 959.98px) {
        .iot__page .diagonals .diagonal.diagonal9 {
          top: 29.375rem;
          left: 35.625rem; } }
      @media (max-width: 639.98px) {
        .iot__page .diagonals .diagonal.diagonal9 {
          top: 20rem;
          left: 26.875rem; } }
      @media (max-width: 449.98px) {
        .iot__page .diagonals .diagonal.diagonal9 {
          top: 19.0625rem;
          left: 21.875rem; } }
      .iot__page .diagonals .diagonal.diagonal9:after {
        transition: height 1.5s ease-in-out;
        transition-delay: 1s; }
      .iot__page .diagonals .diagonal.diagonal9.active {
        height: 1500px; }
        .iot__page .diagonals .diagonal.diagonal9.active:after {
          height: 0; }
    .iot__page .diagonals .diagonal.diagonal10 {
      top: 35rem;
      left: 76.25rem;
      height: 1500px;
      rotate: -135deg;
      transition: height 1s ease-in-out;
      transition-delay: 1s; }
      @media (max-width: 1199.98px) {
        .iot__page .diagonals .diagonal.diagonal10 {
          top: 28.125rem;
          left: 48.75rem; } }
      @media (max-width: 959.98px) {
        .iot__page .diagonals .diagonal.diagonal10 {
          top: 30.625rem;
          left: 36.875rem; } }
      @media (max-width: 639.98px) {
        .iot__page .diagonals .diagonal.diagonal10 {
          top: 21.25rem;
          left: 27.5rem; } }
      @media (max-width: 449.98px) {
        .iot__page .diagonals .diagonal.diagonal10 {
          top: 20rem;
          left: 22.5rem; } }
      .iot__page .diagonals .diagonal.diagonal10:after {
        transition: height 1.5s ease-in-out;
        height: 0; }
      .iot__page .diagonals .diagonal.diagonal10.active {
        height: 0px; }
        .iot__page .diagonals .diagonal.diagonal10.active:after {
          height: 100%; }

@media (max-width: 639.98px) {
  .iot__page .operation {
    padding-top: 0rem;
    padding-bottom: 0rem;
    min-height: 1px; }
    .iot__page .operation .right {
      text-align: center; } }

.iot__page .operation .text {
  max-width: 50%;
  margin-left: auto; }
  @media (max-width: 959.98px) {
    .iot__page .operation .text {
      max-width: 100%; } }

@media (max-width: 639.98px) {
  .iot__page .operation .padding_top_100 {
    padding-top: 2.5rem; } }

.iot__page .numbers {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  isolation: isolate; }
  @media (max-width: 639.98px) {
    .iot__page .numbers {
      padding-bottom: 0rem; } }
  .iot__page .numbers:after {
    content: '';
    display: block;
    width: 100%;
    height: 15.625rem;
    background: black;
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, black 90%);
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, black 90%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, black 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    position: absolute;
    inset: 0;
    top: auto;
    z-index: -1; }
  .iot__page .numbers:before {
    content: '';
    display: block;
    width: 100%;
    height: 9.375rem;
    background: black;
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 10%, black 90%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 10%, black 90%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 10%, black 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    position: absolute;
    inset: 0;
    bottom: auto;
    z-index: -1; }
  .iot__page .numbers .numbers__wrapper {
    background: radial-gradient(circle at 100% 0%, #88fc6c 0%, rgba(0, 0, 0, 0) 30%);
    border-radius: 30px; }
    .iot__page .numbers .numbers__wrapper .row {
      display: grid;
      grid-template-columns: 2fr 1fr;
      gap: 1.875rem;
      align-items: center;
      padding-block: 2.5rem; }
      .iot__page .numbers .numbers__wrapper .row:not(:last-child) {
        border-bottom: 1px solid #88FC6C; }
      @media (max-width: 959.98px) {
        .iot__page .numbers .numbers__wrapper .row {
          grid-template-columns: 1fr; } }
    .iot__page .numbers .numbers__wrapper .number {
      color: #88FC6C;
      -webkit-text-fill-color: transparent;
      -webkit-text-stroke-width: 2px;
      -webkit-text-stroke-color: #88FC6C; }

@media (max-width: 639.98px) {
  .iot__page .monitoring {
    padding-bottom: 3.125rem; } }

@media (max-width: 449.98px) {
  .iot__page .monitoring {
    padding-top: 6.25rem; } }

@media (max-width: 639.98px) {
  .iot__page .monitoring .padding_bottom_200 {
    padding-bottom: 3.125rem; } }

.iot__page .monitoring .cards__wrapper {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 1.875rem; }
  @media (max-width: 959.98px) {
    .iot__page .monitoring .cards__wrapper {
      grid-template-columns: 1fr; } }
  .iot__page .monitoring .cards__wrapper .card {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-column: span 3;
    grid-row: span 1;
    overflow: hidden;
    border: 1px solid #68767C;
    border-radius: 2.5rem; }
    @media (max-width: 959.98px) {
      .iot__page .monitoring .cards__wrapper .card {
        grid-column: span 1;
        aspect-ratio: 3/2;
        border-radius: 1.25rem; } }
    .iot__page .monitoring .cards__wrapper .card.large {
      grid-column: 1 / span 5;
      grid-row: span 2; }
      @media (max-width: 959.98px) {
        .iot__page .monitoring .cards__wrapper .card.large {
          grid-column: 1/ span 1;
          grid-row: span 1; } }
    .iot__page .monitoring .cards__wrapper .card.long {
      grid-column: span 5; }
      @media (max-width: 959.98px) {
        .iot__page .monitoring .cards__wrapper .card.long {
          grid-column: span 1; } }
    .iot__page .monitoring .cards__wrapper .card .card__header {
      position: relative;
      grid-column: 1/2;
      grid-row: 1/2;
      padding-block: 1.25rem;
      height: min-content; }
      .iot__page .monitoring .cards__wrapper .card .card__header .card__icon {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        display: flex;
        align-items: center;
        align-content: center;
        padding-inline: 1.875rem; }
        @media (max-width: 1199.98px) {
          .iot__page .monitoring .cards__wrapper .card .card__header .card__icon {
            padding-inline: 0.9375rem;
            scale: 0.7; } }
        @media (max-width: 449.98px) {
          .iot__page .monitoring .cards__wrapper .card .card__header .card__icon {
            align-content: flex-start;
            align-items: flex-start; } }
      @media (max-width: 449.98px) {
        .iot__page .monitoring .cards__wrapper .card .card__header .card__title, .iot__page .monitoring .cards__wrapper .card .card__header .card__subtitle {
          max-width: 70%;
          margin-inline: auto;
          color: #fff; } }
      @media (max-width: 449.98px) {
        .iot__page .monitoring .cards__wrapper .card .card__header .card__title .t50 {
          font-size: 1.625rem;
          margin-bottom: 0.625rem; } }
    .iot__page .monitoring .cards__wrapper .card .card__image {
      grid-column: 1/2;
      grid-row: 1/2;
      z-index: -1; }
      .iot__page .monitoring .cards__wrapper .card .card__image img {
        width: 100%;
        scale: 1.1; }
        @media (max-width: 959.98px) {
          .iot__page .monitoring .cards__wrapper .card .card__image img {
            width: 100%;
            height: 100%;
            object-fit: cover; } }

.iot__page .needs {
  isolation: isolate; }
  @media (max-width: 639.98px) {
    .iot__page .needs {
      text-align: center; } }
  @media (max-width: 449.98px) {
    .iot__page .needs {
      padding-top: 3.125rem; } }
  .iot__page .needs .needs__img {
    position: relative;
    z-index: -1; }
    .iot__page .needs .needs__img img {
      width: 100%; }
  .iot__page .needs .margin_top_n300 {
    margin-top: -6.25rem; }

.iot__page .assistant {
  isolation: isolate; }
  @media (max-width: 639.98px) {
    .iot__page .assistant .right {
      text-align: center; } }
  @media (max-width: 449.98px) {
    .iot__page .assistant {
      padding-top: 0rem; } }
  @media (max-width: 959.98px) {
    .iot__page .assistant .margin_top_n300 {
      margin-top: -9.375rem !important; } }
  @media (max-width: 449.98px) {
    .iot__page .assistant .margin_top_n300 {
      margin-top: 0 !important; } }
  .iot__page .assistant .text {
    max-width: 50%;
    margin-left: auto; }
    @media (max-width: 959.98px) {
      .iot__page .assistant .text {
        max-width: 100%; } }
  .iot__page .assistant .assistant__img {
    position: relative;
    z-index: -1; }
    .iot__page .assistant .assistant__img img {
      width: 100%; }
    @media (max-width: 639.98px) {
      .iot__page .assistant .assistant__img .buttons {
        position: absolute;
        inset: 0;
        margin: auto;
        top: 53%;
        translate: 0 -50%;
        display: grid;
        place-content: center;
        place-items: center; } }
    .iot__page .assistant .assistant__img .buttons .button__item {
      display: flex;
      align-items: center;
      align-content: center;
      gap: 1.25rem;
      position: absolute;
      z-index: 9;
      top: 0;
      left: 0; }
      .iot__page .assistant .assistant__img .buttons .button__item .button__icon img {
        width: 4.0625rem; }
        @media (max-width: 1199.98px) {
          .iot__page .assistant .assistant__img .buttons .button__item .button__icon img {
            width: 2.8125rem; } }
        @media (max-width: 959.98px) {
          .iot__page .assistant .assistant__img .buttons .button__item .button__icon img {
            width: 1.875rem; } }
      @media (max-width: 1199.98px) {
        .iot__page .assistant .assistant__img .buttons .button__item .t18 {
          font-size: 0.9375rem; } }
      @media (max-width: 959.98px) {
        .iot__page .assistant .assistant__img .buttons .button__item .t18 {
          font-size: 0.75rem; } }
      .iot__page .assistant .assistant__img .buttons .button__item:nth-child(1) {
        left: 30%;
        top: 52.5rem; }
        @media (max-width: 1199.98px) {
          .iot__page .assistant .assistant__img .buttons .button__item:nth-child(1) {
            left: 30%;
            top: 30.9375rem; } }
        @media (max-width: 959.98px) {
          .iot__page .assistant .assistant__img .buttons .button__item:nth-child(1) {
            left: 30%;
            top: 20rem; } }
      .iot__page .assistant .assistant__img .buttons .button__item:nth-child(2) {
        left: 61%;
        top: 62.875rem; }
        @media (max-width: 1199.98px) {
          .iot__page .assistant .assistant__img .buttons .button__item:nth-child(2) {
            left: 54%;
            top: 37.1875rem; } }
        @media (max-width: 959.98px) {
          .iot__page .assistant .assistant__img .buttons .button__item:nth-child(2) {
            left: 54%;
            top: 23.75rem; } }
      .iot__page .assistant .assistant__img .buttons .button__item:nth-child(3) {
        left: 42%;
        top: 79.375rem; }
        @media (max-width: 1199.98px) {
          .iot__page .assistant .assistant__img .buttons .button__item:nth-child(3) {
            left: 41%;
            top: 46.875rem; } }
        @media (max-width: 959.98px) {
          .iot__page .assistant .assistant__img .buttons .button__item:nth-child(3) {
            left: 41%;
            top: 30rem; } }
      .iot__page .assistant .assistant__img .buttons .button__item:nth-child(4) {
        left: 18%;
        top: 92.5rem; }
        @media (max-width: 1199.98px) {
          .iot__page .assistant .assistant__img .buttons .button__item:nth-child(4) {
            left: 18%;
            top: 54.375rem; } }
        @media (max-width: 959.98px) {
          .iot__page .assistant .assistant__img .buttons .button__item:nth-child(4) {
            left: 18%;
            top: 35rem; } }
      .iot__page .assistant .assistant__img .buttons .button__item:nth-child(5) {
        left: 71.7%;
        top: 92.5rem; }
        @media (max-width: 1199.98px) {
          .iot__page .assistant .assistant__img .buttons .button__item:nth-child(5) {
            left: 71%;
            top: 54.375rem; } }
        @media (max-width: 959.98px) {
          .iot__page .assistant .assistant__img .buttons .button__item:nth-child(5) {
            left: 71%;
            top: 35rem; } }
      .iot__page .assistant .assistant__img .buttons .button__item:nth-child(6) {
        left: 36%;
        top: 105.625rem; }
        @media (max-width: 1199.98px) {
          .iot__page .assistant .assistant__img .buttons .button__item:nth-child(6) {
            left: 36%;
            top: 62.5rem; } }
        @media (max-width: 959.98px) {
          .iot__page .assistant .assistant__img .buttons .button__item:nth-child(6) {
            left: 36%;
            top: 40rem; } }
      @media (max-width: 639.98px) {
        .iot__page .assistant .assistant__img .buttons .button__item {
          position: static !important;
          margin-bottom: 1.25rem; }
          .iot__page .assistant .assistant__img .buttons .button__item:nth-child(odd) {
            margin-left: 1.25rem; }
          .iot__page .assistant .assistant__img .buttons .button__item:nth-child(even) {
            margin-left: -1.25rem; } }

.iot__page .iot__cards .cards__wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3.75rem; }
  @media (max-width: 959.98px) {
    .iot__page .iot__cards .cards__wrapper {
      grid-template-columns: 1fr; } }

.iot__page .iot__cards .card__item {
  border-radius: 1.875rem;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr; }
  .iot__page .iot__cards .card__item > *, .iot__page .iot__cards .card__item > *::before, .iot__page .iot__cards .card__item > *::after {
    grid-column: 1/-1;
    grid-row: 1/-1; }
  .iot__page .iot__cards .card__item .card__content {
    height: 100%;
    display: grid;
    align-content: space-between; }
    .iot__page .iot__cards .card__item .card__content .card__header {
      padding: 1.875rem;
      padding-right: 3.75rem;
      display: flex;
      align-items: center;
      align-content: center;
      justify-content: space-between; }
    .iot__page .iot__cards .card__item .card__content .card__desc {
      padding: 1.875rem; }
  .iot__page .iot__cards .card__item .card__image {
    position: relative;
    z-index: -1; }
    .iot__page .iot__cards .card__item .card__image img {
      width: 100%; }
    .iot__page .iot__cards .card__item .card__image .main {
      position: absolute; }
    .iot__page .iot__cards .card__item .card__image .mask {
      position: absolute;
      inset: 0; }
      @media (max-width: 639.98px) {
        .iot__page .iot__cards .card__item .card__image .mask {
          top: auto;
          height: 100%; } }
    .iot__page .iot__cards .card__item .card__image .glow {
      position: absolute;
      right: 0;
      top: 0;
      z-index: 2;
      height: 25rem;
      width: 25rem;
      mix-blend-mode: color; }

@media (max-width: 959.98px) {
  .iot__page .scheme {
    padding-top: 6.25rem; } }

@media (max-width: 639.98px) {
  .iot__page .scheme {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    min-height: 1px; } }

.iot__page .scheme svg {
  width: 100% !important;
  fill: unset !important; }
  .iot__page .scheme svg *, .iot__page .scheme svg *::before, .iot__page .scheme svg *::after {
    transform-origin: 50% 50%; }

@media (max-width: 639.98px) {
  .iot__page .scheme .padding_bottom_200 {
    padding-bottom: 3.75rem; } }

.iot__page .standards {
  background-position-x: center;
  background-position-y: 200%;
  background-size: 100%;
  position: relative;
  isolation: isolate; }
  @media (max-width: 639.98px) {
    .iot__page .standards {
      padding-top: 3.125rem;
      padding-bottom: 3.125rem; }
      .iot__page .standards *, .iot__page .standards *::before, .iot__page .standards *::after {
        text-align: center; } }
  @media (max-width: 639.98px) {
    .iot__page .standards .padding_bottom_200 {
      padding-bottom: 3.125rem; } }
  .iot__page .standards:before {
    content: '';
    display: block;
    width: 100%;
    height: 15.625rem;
    background: black;
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 10%, black 90%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 10%, black 90%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 10%, black 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    position: absolute;
    inset: 0;
    bottom: auto;
    z-index: -1; }
  .iot__page .standards .content__wrapper {
    isolation: isolate;
    position: relative; }
    .iot__page .standards .content__wrapper .main__grid {
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: 1fr;
      position: relative;
      isolation: isolate;
      align-items: center;
      align-content: center; }
      .iot__page .standards .content__wrapper .main__grid > *, .iot__page .standards .content__wrapper .main__grid > *::before, .iot__page .standards .content__wrapper .main__grid > *::after {
        grid-column: 1/-1;
        grid-row: 1/-1; }
    .iot__page .standards .content__wrapper .phone__image {
      z-index: -1;
      display: flex;
      place-items: center;
      place-content: center; }
      .iot__page .standards .content__wrapper .phone__image *, .iot__page .standards .content__wrapper .phone__image *::before, .iot__page .standards .content__wrapper .phone__image *::after {
        transform-origin: 50% 50%; }
      @media (max-width: 639.98px) {
        .iot__page .standards .content__wrapper .phone__image img, .iot__page .standards .content__wrapper .phone__image svg {
          max-width: 90%; } }
    .iot__page .standards .content__wrapper .subgrid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      align-items: center;
      align-content: center;
      gap: 11.25rem; }
      @media (max-width: 959.98px) {
        .iot__page .standards .content__wrapper .subgrid {
          gap: 5rem; } }
      @media (max-width: 639.98px) {
        .iot__page .standards .content__wrapper .subgrid {
          grid-template-columns: 1fr;
          gap: 0; } }
      .iot__page .standards .content__wrapper .subgrid .snap__image {
        border-radius: 3.125rem; }
        @media (max-width: 959.98px) {
          .iot__page .standards .content__wrapper .subgrid .snap__image {
            border-radius: 1.25rem; } }
        @media (max-width: 639.98px) {
          .iot__page .standards .content__wrapper .subgrid .snap__image {
            margin-top: 0 !important;
            margin-bottom: 0.625rem !important;
            margin-inline: auto !important;
            max-width: 60%;
            display: block;
            border-radius: 1.25rem !important; } }
      .iot__page .standards .content__wrapper .subgrid .width100 {
        width: 100%;
        border-radius: 0 3.125rem 3.125rem 0; }

.iot__page .gps {
  position: relative;
  z-index: 9; }
  @media (max-width: 959.98px) {
    .iot__page .gps .vectors__desktop {
      display: none; } }
  .iot__page .gps .vectors__mobile {
    display: none; }
    @media (max-width: 959.98px) {
      .iot__page .gps .vectors__mobile {
        display: block; } }
  @media (max-width: 449.98px) {
    .iot__page .gps {
      padding-top: 3.125rem;
      padding-bottom: 0; } }
  .iot__page .gps .padding_bottom_200 {
    padding-bottom: 1.25rem; }
  @media (max-width: 1199.98px) {
    .iot__page .gps .margin_top_145 {
      margin-top: 5.3125rem; } }
  .iot__page .gps .graphic {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr; }
    .iot__page .gps .graphic img, .iot__page .gps .graphic svg {
      grid-column: 1/-1;
      grid-row: 1/-1;
      width: 100%;
      fill: unset !important; }

.iot__page .findus {
  background-size: cover;
  background-position: center top;
  position: relative; }
  @media (max-width: 639.98px) {
    .iot__page .findus *, .iot__page .findus *::before, .iot__page .findus *::after {
      text-align: center; } }
  @media (max-width: 449.98px) {
    .iot__page .findus {
      margin-top: -6.25rem;
      padding-top: 0; }
      .iot__page .findus .padding_top_400 {
        padding-top: 12.5rem; } }
  .iot__page .findus:before {
    content: '';
    display: block;
    width: 100%;
    height: 15.625rem;
    background: black;
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 10%, black 90%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 10%, black 90%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 10%, black 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    position: absolute;
    inset: 0;
    top: 28.125rem;
    bottom: auto;
    z-index: 1; }
    @media (max-width: 449.98px) {
      .iot__page .findus:before {
        top: 0; } }
  .iot__page .findus .text {
    max-width: 50%;
    margin-left: auto; }
    @media (max-width: 959.98px) {
      .iot__page .findus .text {
        max-width: 100%; } }

@media (max-width: 639.98px) {
  .iot__page .t150 {
    font-size: 5rem; } }

@media (max-width: 639.98px) {
  .iot__page .t150 {
    font-size: 3.75rem; } }

@media (max-width: 639.98px) {
  .iot__page .t120 {
    font-size: 3.75rem; } }

@media (max-width: 449.98px) {
  .iot__page .t120 {
    font-size: 2.5rem; } }

@media (max-width: 639.98px) {
  .iot__page .t60, .iot__page .bigdata__page .blocks .title__section, .bigdata__page .blocks .iot__page .title__section {
    font-size: 1.5rem; } }

.iot__page *:after, .iot__page *:before {
  pointer-events: none !important; }

/*# sourceMappingURL=style.css.map */
