@charset "UTF-8";
/*!
Theme Name: Indigitous
Author: Indigitous
Author URI: https://indigitous.org/
Description: Custom WP theme for indigitous.org
Version: 1.0.8
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ndgt-theme
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# UIKit
# Base
	# Typography
	# Headings
	# Links
	# Copy
# Layouts
	# Header
	# Menu
	# Footer
# Components
# Pages
--------------------------------------------------------------*/
.social-bar {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ndgt-time::before, .uk-accordion-title::after {
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

/* 
 START UIKit Framework
*/
/* Phone landscape and bigger */
@media (min-width: 576px) {
    .uk-container {
        padding-left: 40px;
        padding-right: 40px;
    }
}
/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Set `font-size` to support `rem` units
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Style
 */
html {
  /* 1 */
    font-family: "Noto Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
  /* 2 */
    -webkit-text-size-adjust: 100%;
  /* 3 */
    background: #ffffff;
    color: #131313;
}

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

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

a:hover,
.uk-link:hover,
.uk-link-toggle:hover .uk-link {
    color: #EF4E25;
    text-decoration: none;
}

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

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

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

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

/*
 * 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 the element and the bottom of its parent container.
 */
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * 1. Constrain the element to its parent width.
 * 2. Preserve the intrinsic aspect ratio and auto-scale the height of an image if the `height` attribute is present.
 * 3. Take border and padding into account.
 */
canvas,
img,
svg,
video {
  /* 1 */
    max-width: 100%;
  /* 2 */
    height: auto;
  /* 3 */
    box-sizing: border-box;
}

/*
 * Deprecated: only needed for `img` elements with `uk-img`
 * 1. Hide `alt` text for lazy load images.
 * 2. Fix lazy loading images if parent element is set to `display: inline` and has `overflow: hidden`.
 */
img:not([src]) {
  /* 1 */
    visibility: hidden;
  /* 2 */
    min-width: 1px;
}

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

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

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

/* 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 1.5rem 0;
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
    color: #000000;
    text-transform: none;
}

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

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

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

h3, .uk-h3 {
    font-size: 1.375rem;
    line-height: 1.0909090909;
}

h4, .uk-h4 {
    font-size: 1.125rem;
    line-height: 1.3333333333;
}

h5, .uk-h5 {
    font-size: 0.875rem;
    line-height: 1.7142857143;
}

h6, .uk-h6 {
    font-size: 0.75rem;
    line-height: 2;
}

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

    h2, .uk-h2 {
        font-size: 1.5rem;
    }
}
/* Lists
 ========================================================================== */
ul,
ol {
    padding-left: 1.875rem;
}

/*
 * 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 1.5rem 0;
    border: 0;
    border-top: 1px solid #EFEFEF;
}

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

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

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

/* Add margin if adjacent element */
* + blockquote {
    margin-top: 1.5rem;
}

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

blockquote footer {
    margin-top: 12px;
    font-size: 0.875rem;
    line-height: 1.5;
}

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

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

/* Focus
 ========================================================================== */
:focus {
    outline: none;
}

:focus-visible {
    outline: 2px dotted #333;
}

/* Selection pseudo-element
 ========================================================================== */
::-moz-selection {
    background: #EF4E25;
    color: #ffffff;
    text-shadow: none;
}

::selection {
    background: #EF4E25;
    color: #ffffff;
    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
 */
:root {
    --uk-breakpoint-s: 640px;
    --uk-breakpoint-m: 960px;
    --uk-breakpoint-l: 1200px;
    --uk-breakpoint-xl: 1600px;
}

button,
input,
select,
optgroup,
textarea {
    font-family: "Noto Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #131313;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Tablet Landscape and bigger */
@media (min-width: 960px) {
    .uk-heading-small {
        font-size: 3.25rem;
    }

    .uk-heading-medium {
        font-size: 3.5rem;
    }

    .uk-heading-large {
        font-size: 4rem;
    }

    .uk-heading-xlarge {
        font-size: 6rem;
    }

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

    .uk-heading-large {
        font-size: 6rem;
    }

    .uk-heading-xlarge {
        font-size: 8rem;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
 * Avoid column break within the list item, when using `column-count`
 */
.uk-list > * {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}

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

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

/* Marker modifiers
 * Moving `::marker` inside `::before` to style it differently
 * To style the `::marker` is currently only supported in Firefox and Safari
 ========================================================================== */
.uk-list-disc > *,
.uk-list-circle > *,
.uk-list-square > *,
.uk-list-decimal > *,
.uk-list-hyphen > * {
  padding-left: 30px;
}

/*
 * Type modifiers
 */
.uk-list-decimal {
  counter-reset: decimal;
}

.uk-list-decimal > * {
  counter-increment: decimal;
}

.uk-list-disc > ::before,
.uk-list-circle > ::before,
.uk-list-square > ::before,
.uk-list-decimal > ::before,
.uk-list-hyphen > ::before {
  content: "";
  position: relative;
  left: -30px;
  width: 30px;
  height: 1.5em;
  margin-bottom: -1.5em;
  display: list-item;
  list-style-position: inside;
  text-align: right;
}

.uk-list-disc > ::before {
  list-style-type: disc;
}

.uk-list-circle > ::before {
  list-style-type: circle;
}

.uk-list-square > ::before {
  list-style-type: square;
}

.uk-list-decimal > ::before {
  content: counter(decimal, decimal) " . ";
}

.uk-list-hyphen > ::before {
  content: "–  ";
}

/*
 * Color modifiers
 */
.uk-list-muted > ::before {
  color: #999 !important;
}

.uk-list-emphasis > ::before {
  color: #333 !important;
}

.uk-list-primary > ::before {
  color: #EF4E25 !important;
}

.uk-list-secondary > ::before {
  color: #131313 !important;
}

/* Image bullet modifier
 ========================================================================== */
.uk-list-bullet > * {
  padding-left: 30px;
}

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

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

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

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

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

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

.uk-list-collapse > :nth-child(n+2),
.uk-list-collapse > * > ul {
  margin-top: 0;
}

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

.uk-list-collapse.uk-list-divider > :nth-child(n+2) {
  margin-top: 0;
  padding-top: 0;
}

/*
 * Striped
 */
.uk-list-large.uk-list-striped > * {
  padding: 24px 12px;
}

.uk-list-collapse.uk-list-striped > * {
  padding-top: 0;
  padding-bottom: 0;
}

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

/* ========================================================================
   Component: Description list
 ========================================================================== */
/*
 * Term
 */
.uk-description-list > dt {
  color: #333;
}

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

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

/* ========================================================================
   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: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Responsive table
 ========================================================================== */
/* Phone landscape and smaller */
@media (max-width: 959px) {
  .uk-table-responsive,
  .uk-table-responsive tbody,
  .uk-table-responsive th,
  .uk-table-responsive td,
  .uk-table-responsive tr {
    display: block;
  }
  .uk-table-responsive thead {
    display: none;
  }
  .uk-table-responsive th,
  .uk-table-responsive td {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    overflow: visible !important;
    white-space: normal !important;
  }
  .uk-table-responsive th:not(:first-child):not(.uk-table-link),
  .uk-table-responsive td:not(:first-child):not(.uk-table-link),
  .uk-table-responsive .uk-table-link:not(:first-child) > a {
    padding-top: 5px !important;
  }
  .uk-table-responsive th:not(:last-child):not(.uk-table-link),
  .uk-table-responsive td:not(:last-child):not(.uk-table-link),
  .uk-table-responsive .uk-table-link:not(:last-child) > a {
    padding-bottom: 5px !important;
  }
  .uk-table-justify.uk-table-responsive th,
  .uk-table-justify.uk-table-responsive td {
    padding-left: 0;
    padding-right: 0;
  }
}
/* ========================================================================
   Component: Icon
 ========================================================================== */
/*
 * Note: 1. - 7. is required for `button` elements. Needed for Close and Form Icon component.
 * 1. Remove margins in Chrome, Safari and Opera.
 * 2. Remove borders for `button`.
 * 3. Remove border-radius in Chrome.
 * 4. Address `overflow` set to `hidden` in IE.
 * 5. Correct `font` properties and `color` not being inherited for `button`.
 * 6. Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 7. Remove default `button` padding and background color
 * 8. Style
 * 9. Fill all SVG elements with the current text color if no `fill` attribute is set
 * 10. Let the container fit the height of the icon
 */
.uk-icon {
  /* 1 */
  margin: 0;
  /* 2 */
  border: none;
  /* 3 */
  border-radius: 0;
  /* 4 */
  overflow: visible;
  /* 5 */
  font: inherit;
  color: inherit;
  /* 6 */
  text-transform: none;
  /* 7. */
  padding: 0;
  background-color: transparent;
  /* 8 */
  display: inline-block;
  /* 9 */
  fill: currentcolor;
  /* 10 */
  line-height: 0;
}

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

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

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

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

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

/* Image modifier
 ========================================================================== */
/*
 * Display images in icon dimensions
 * 1. Required for `span` with background image
 * 2. Required for `image`
 */
.uk-icon-image {
  width: 20px;
  height: 20px;
  /* 1 */
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  /* 2 */
  -o-object-fit: scale-down;
     object-fit: scale-down;
  max-width: none;
}

/* Style modifiers
 ========================================================================== */
/*
 * Link
 * 1. Allow text within link
 */
.uk-icon-link {
  color: #999;
  /* 1 */
  text-decoration: none !important;
}

.uk-icon-link:hover {
  color: #666;
}

/* 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: #CBD3EB;
  color: #999;
  vertical-align: middle;
  /* 1 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

/* Hover */
.uk-icon-button:hover {
  background-color: #b9c3e4;
  color: #666;
}

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

/* ========================================================================
   Component: Form Range
 ========================================================================== */
/*
 * 1. Remove default style.
 * 2. Define consistent box sizing.
 * 3. Remove `margin` in all browsers.
 * 4. Align to the center of the line box.
 * 5. Prevent content overflow if a fixed width is used.
 * 6. Take the full width.
 * 7. Remove white background in Chrome.
 */
.uk-range {
  /* 1 */
  -webkit-appearance: none;
  /* 2 */
  box-sizing: border-box;
  /* 3 */
  margin: 0;
  /* 4 */
  vertical-align: middle;
  /* 5 */
  max-width: 100%;
  /* 6 */
  width: 100%;
  /* 7 */
  background: transparent;
}

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

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

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

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

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

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

/* Firefox */
.uk-range::-moz-range-track {
    height: 3px;
    background: #b9c3e4;
}

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

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

/* Firefox */
.uk-range::-moz-range-thumb {
  /* 1 */
    border: none;
  /* 2 */
    height: 15px;
    width: 15px;
    margin-top: -7px;
    border-radius: 500px;
    background: #666;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uk-select[multiple],
.uk-select[size] {
    resize: vertical;
}

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

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

/*
 * Placeholder
 */
.uk-input::-moz-placeholder {
    color: #999;
}

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

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

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

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

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

/* Multi-line */
textarea.uk-form-small,
[multiple].uk-form-small,
[size].uk-form-small {
    padding: 5px 8px;
}

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

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

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

/* Multi-line */
textarea.uk-form-large,
[multiple].uk-form-large,
[size].uk-form-large {
    padding: 7px 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Focus */
.uk-radio:focus,
.uk-checkbox:focus {
    background-color: #a6b4dd;
    outline: none;
}

/*
 * Checked
 */
.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
    background-color: #EF4E25;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
 * Horizontal
 */
/* Tablet portrait and smaller */
@media (max-width: 959px) {
  /* Behave like `uk-form-stacked` */
  .uk-form-horizontal .uk-form-label {
    display: block;
    margin-bottom: 12px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-form-horizontal .uk-form-label {
    width: 200px;
    margin-top: 7px;
    float: left;
  }
  .uk-form-horizontal .uk-form-controls {
    margin-left: 215px;
  }
  /* Better vertical alignment if controls are checkboxes and radio buttons with text */
  .uk-form-horizontal .uk-form-controls-text {
    padding-top: 7px;
  }
}
/* Icons
 ========================================================================== */
/*
 * 1. Set position
 * 2. Set width
 * 3. Center icon vertically and horizontally
 * 4. Style
 */
.uk-form-icon {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  width: 40px;
  /* 3 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  /* 4 */
  color: #999;
}

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

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

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

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

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

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

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

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

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

/* OnClick + Active */
/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.uk-button-default {
  background-color: #CBD3EB;
  color: #333;
}

/* Hover */
.uk-button-default:hover {
  background-color: #b9c3e4;
  color: #333;
}

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

/*
 * Primary
 */
.uk-button-primary {
  background-color: #EF4E25;
  color: #fff;
}

/* Hover */
.uk-button-primary:hover {
  background-color: #e93d11;
  color: #fff;
}

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

/*
 * Secondary
 */
.uk-button-secondary {
  background-color: #131313;
  color: #fff;
}

/* Hover */
.uk-button-secondary:hover {
  background-color: #060606;
  color: #fff;
}

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

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

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

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

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

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

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

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

/* Hover */
.uk-button-text:hover {
  color: #999;
}

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

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

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

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

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

/* ========================================================================
   Component: Progress
 ========================================================================== */
/*
 * 1. Add the correct vertical alignment in all browsers.
 * 2. Behave like a block element.
 * 3. Remove borders in Firefox.
 * 4. Remove default style in Chrome, Safari and Edge.
 * 5. Style
 */
.uk-progress {
  /* 1 */
  vertical-align: baseline;
  /* 2 */
  display: block;
  width: 100%;
  /* 3 */
  border: 0;
  /* 4 */
  background-color: #CBD3EB;
  /* 5 */
  margin-bottom: 24px;
  height: 8px;
  border-radius: 10px;
}

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

/*
 * Show background color set on `uk-progress` in Chrome, Safari and Edge.
 */
.uk-progress::-webkit-progress-bar {
  background-color: transparent;
}

/*
 * Progress Bar
 * 1. Transitions don't work on `::-moz-progress-bar` pseudo element in Firefox yet.
 *    https://bugzilla.mozilla.org/show_bug.cgi?id=662351
 */
.uk-progress::-webkit-progress-value {
    background-color: #EF4E25;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
    border-radius: 10px;
}

.uk-progress::-moz-progress-bar {
    background-color: #EF4E25;
  /* 1 */
    -moz-transition: width 0.6s ease;
    transition: width 0.6s ease;
    border-radius: 10px;
}

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

/* Desktop and bigger */
@media (min-width: 960px) {
    .uk-section {
        padding-top: 72px;
        padding-bottom: 72px;
    }
}
/*
 * Remove margin from the last-child
 */
.uk-section > :last-child {
    margin-bottom: 0;
}

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

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

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

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

/* Tablet landscape and bigger */
@media (min-width: 960px) {
    .uk-section-xlarge {
        padding-top: 216px;
        padding-bottom: 216px;
    }
}
/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.uk-section-default {
    background: #ffffff;
}

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

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

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

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

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
/*
 * Remove margin from the last-child
 */
.uk-container > :last-child {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-container-expand-left.uk-container-xsmall,
  .uk-container-expand-right.uk-container-xsmall {
    max-width: calc(50% + (750px / 2) - 60px);
  }
  .uk-container-expand-left.uk-container-small,
  .uk-container-expand-right.uk-container-small {
    max-width: calc(50% + (1180px / 2) - 60px);
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-container-expand-left,
  .uk-container-expand-right {
    max-width: calc(50% + (1400px / 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% + (1180px / 2) - 40px);
  }
  .uk-container-expand-left.uk-container-large,
  .uk-container-expand-right.uk-container-large {
    max-width: calc(50% + (1400px / 2) - 40px);
  }
  .uk-container-expand-left.uk-container-xlarge,
  .uk-container-expand-right.uk-container-xlarge {
    max-width: calc(50% + (1600px / 2) - 40px);
  }
}
/* Item
 ========================================================================== */
/*
 * Utility classes to reset container padding on the left or right side
 * Note: It has to be negative margin on the item, because it's specific to the item.
 */
.uk-container-item-padding-remove-left,
.uk-container-item-padding-remove-right {
    width: calc(100% + 15px);
}

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

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

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

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

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

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

    .uk-container-item-padding-remove-right {
        margin-right: -40px;
    }
}
/* ========================================================================
   Component: Tile
 ========================================================================== */
.uk-tile {
    display: flow-root;
    position: relative;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 48px;
    padding-bottom: 48px;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
    .uk-tile {
        padding-left: 30px;
        padding-right: 30px;
    }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
    .uk-tile {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 72px;
        padding-bottom: 72px;
    }
}
/*
 * Remove margin from the last-child
 */
.uk-tile > :last-child {
    margin-bottom: 0;
}

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

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

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

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

/* Tablet landscape and bigger */
@media (min-width: 960px) {
    .uk-tile-xlarge {
        padding-top: 216px;
        padding-bottom: 216px;
    }
}
/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.uk-tile-default {
    background-color: #ffffff;
}

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

/*
 * Primary
 */
.uk-tile-primary {
    background-color: #EF4E25;
}

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

/* ========================================================================
   Component: Card
 ========================================================================== */
.uk-card {
    position: relative;
    box-sizing: border-box;
    border-radius: 3px;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.06);
    overflow-wrap: break-word;
}

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

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

.uk-card-footer {
    display: flow-root;
    padding: 15px 30px;
    background: #CBD3EB;
}

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

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

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

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

/* Badge
 ========================================================================== */
/*
 * 1. Position
 * 2. Size
 * 3. Style
 * 4. Center child vertically
 */
.uk-card-badge {
  /* 1 */
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
  /* 2 */
    height: 22px;
    padding: 0 10px;
  /* 3 */
    background: #EF4E25;
    color: #fff;
    font-size: 0.875rem;
  /* 4 */
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
}

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

/* Hover modifier
 ========================================================================== */
.uk-card-hover:not(.uk-card-default):not(.uk-card-primary):not(.uk-card-secondary):hover {
    background-color: #CBD3EB;
    box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.1);
}

/* Style modifiers
 ========================================================================== */
/*
 * Default
 * Note: Header and Footer are only implemented for the default style
 */
.uk-card-default {
    background-color: #ffffff;
    color: #666;
}

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

.uk-card-default.uk-card-hover:hover {
    background-color: #ffffff;
}

/*
 * Primary
 */
.uk-card-primary {
    background-color: #EF4E25;
    color: #fff;
}

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

.uk-card-primary.uk-card-hover:hover {
    background-color: #e93d11;
}

/*
 * Secondary
 */
.uk-card-secondary {
    background-color: #131313;
    color: #fff;
}

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

.uk-card-secondary.uk-card-hover:hover {
    background-color: #060606;
}

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

.uk-card-small .uk-card-header {
    padding: 16px 24px;
}

.uk-card-small .uk-card-footer {
    padding: 16px 24px;
}

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

    .uk-card-large .uk-card-header {
        padding: 35px 70px;
    }

    .uk-card-large .uk-card-footer {
        padding: 35px 70px;
    }
}
/* ========================================================================
   Component: Close
 ========================================================================== */
/*
 * Adopts `uk-icon`
 */
.uk-close {
    color: #999;
}

/* Hover */
.uk-close:hover {
    color: #666;
}

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

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

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

@keyframes uk-spinner-dash {
    0% {
        stroke-dashoffset: 88px;
    }

    50% {
        stroke-dashoffset: 22px;
        transform: rotate(135deg);
    }

    100% {
        stroke-dashoffset: 88px;
        transform: rotate(450deg);
    }
}
/* ========================================================================
   Component: Totop
 ========================================================================== */
/*
 * Addopts `uk-icon`
 */
.uk-totop {
    padding: 5px;
    color: #999;
}

/* Hover */
.uk-totop:hover {
    color: #666;
}

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

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

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

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

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

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

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

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

/*
 * Hover
 */
/* Style modifiers
 ========================================================================== */
/*
 * Primary
 */
.uk-alert-primary {
    background: #fce2db;
    color: #EF4E25;
}

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

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

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

/* ========================================================================
   Component: Placeholder
 ========================================================================== */
.uk-placeholder {
    margin-bottom: 24px;
    padding: 30px 30px;
    background: #CBD3EB;
}

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

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

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

/*
 * Required for `a`
 */
.uk-badge:hover {
    text-decoration: none;
}

/* ========================================================================
   Component: Label
 ========================================================================== */
.uk-label {
    display: inline-block;
    padding: 0 12px;
    background: #EF4E25;
    line-height: 1.5;
    font-size: 0.875rem;
    color: #fff;
    vertical-align: middle;
    white-space: nowrap;
}

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

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

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

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

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

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

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

/* ========================================================================
   Component: Article
 ========================================================================== */
.uk-article {
    display: flow-root;
}

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

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

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

/* Tablet landscape and bigger */
@media (min-width: 960px) {
    .uk-article-title {
        font-size: 2.625rem;
    }
}
/* Meta
 ========================================================================== */
.uk-article-meta {
    font-size: 0.875rem;
    line-height: 1.4;
    color: #999;
}

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

.uk-comment-header {
    display: flow-root;
    margin-bottom: 24px;
}

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

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

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

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

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

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

/* Tablet and bigger */
@media (min-width: 960px) {
    .uk-comment-list .uk-comment ~ ul {
        padding-left: 100px;
    }
}
/* Adjacent siblings */
.uk-comment-list .uk-comment ~ ul > :nth-child(n+2) {
    margin-top: 72px;
}

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

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

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

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

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

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

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

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

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

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

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

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

/*
 * Input
 */
.uk-search-default .uk-search-input {
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  background: #CBD3EB;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================================================
   Component: Accordion
 ========================================================================== */
.uk-accordion {
  padding: 0;
  list-style: none;
  background-color: #ffffff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
}

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

/* Title
 ========================================================================== */
.uk-accordion-title {
  display: block;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #333;
  position: relative;
  padding: 20px;
  margin-bottom: 0;
  cursor: pointer;
}
.uk-accordion-title a {
  color: inherit;
}
.uk-accordion-title::after {
  content: "\f107";
  position: absolute;
  display: inline-block;
  right: 20px;
  transition: all 0.2s ease-in-out;
}
.uk-open .uk-accordion-title::after {
  transform: rotate(180deg);
}

/* Hover */
.uk-accordion-title:hover {
  color: #666;
  text-decoration: none;
  color: #EF4E25;
}

/* Content
 ========================================================================== */
.uk-accordion-content {
  display: flow-root;
  margin-top: 24px;
  margin-top: 0;
  padding: 20px;
}

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

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

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

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

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

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

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

/* Size modifier
 ========================================================================== */
.uk-dropdown-large {
  padding: 40px;
}

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

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

/*
 * Subtitle
 */
.uk-dropdown-nav .uk-nav-subtitle {
  font-size: 0.875rem;
}

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

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

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

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

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

/* ========================================================================
   Component: Dropbar
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Style
 */
.uk-dropbar {
  --uk-position-offset: 0;
  --uk-position-shift-offset: 0;
  --uk-position-viewport-offset: 0;
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1020;
  /* 3 */
  box-sizing: border-box;
  padding: 15px 15px 15px 15px;
  background: #CBD3EB;
  color: #666;
}

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

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

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-dropbar {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-dropbar {
    padding-left: 40px;
    padding-right: 40px;
  }
}
/* Size modifier
 ========================================================================== */
.uk-dropbar-large {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Direction modifier
 ========================================================================== */
/* ========================================================================
   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. `!important` is 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: 100% !important;
  /* 4 */
  background: #ffffff;
  /* 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 {
  display: flow-root;
  padding: 20px 20px;
}

.uk-modal-header {
  display: flow-root;
  padding: 10px 20px;
  background: #CBD3EB;
}

.uk-modal-footer {
  display: flow-root;
  padding: 10px 20px;
  background: #CBD3EB;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-modal-body {
    padding: 30px 30px;
  }
  .uk-modal-header {
    padding: 15px 30px;
  }
  .uk-modal-footer {
    padding: 15px 30px;
  }
}
/*
 * 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: 12px;
  right: 12px;
  padding: 5px;
}

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

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

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

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* 1 */
  .uk-modal-close-outside {
    right: 0;
    transform: translate(100%, -100%);
  }
}
/*
 * Full
 */
/* ========================================================================
   Component: 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.
 * 5. Disable horizontal panning gestures
 */
.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;
  /* 5 */
  touch-action: pan-y;
}

/* Item
 ========================================================================== */
/*
 * 1. Position items above each other
 * 2. Take the full width
 * 3. Clip child elements, e.g. for `uk-cover`
 * 4. Optimize animation
 */
.uk-slideshow-items > * {
  /* 1 */
  position: absolute;
  top: 0;
  left: 0;
  /* 2 */
  right: 0;
  bottom: 0;
  /* 3 */
  overflow: hidden;
  /* 4 */
  will-change: transform, opacity;
}

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

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

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

/*
 * Widen container to prevent box-shadows from clipping, `large-box-shadow`
 */
.uk-slider-container-offset {
  margin: -11px -25px -39px -25px;
  padding: 11px 25px 39px 25px;
}

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

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

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

/* Item
 ========================================================================== */
/*
 * 1. Let items take content dimensions (0 0 auto)
 *    `max-width` needed to keep image responsiveness and prevent content overflow
 * 3. Create position context
 */
.uk-slider-items > * {
  /* 1 */
    flex: none;
    max-width: 100%;
  /* 3 */
    position: relative;
}

/* ========================================================================
   Component: Sticky
 ========================================================================== */
/*
 * 1. Create position context so it's t the same like when fixed.
 * 2. More robust if padding and border are used and the sticky height is transitioned
 */
.uk-sticky {
  /* 1 */
  position: relative;
  /* 2 */
  box-sizing: border-box;
}

/*
 * 1. Force new layer to resolve frame rate issues on devices with lower frame rates
 */
.uk-sticky-fixed {
  z-index: 980;
  margin: 0 !important;
  /* 1 */
  backface-visibility: hidden;
}

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

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

/*
 * Placeholder
 * Make content clickable for sticky cover and reveal effects
 */
.uk-sticky-placeholder {
  pointer-events: none;
}

/* ========================================================================
   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: #131313;
  /* 3 */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-offcanvas-bar {
    left: -350px;
    width: 350px;
    padding: 30px 30px;
  }
}
/* Flip modifier */
.uk-offcanvas-flip .uk-offcanvas-bar {
  left: auto;
  right: -270px;
}

/* Tablet landscape and bigger */
@media (min-width: 640px) {
  .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: 640px) {
  .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: 5px;
  right: 5px;
  padding: 5px;
}

/* Tablet landscape and bigger */
@media (min-width: 640px) {
  .uk-offcanvas-close {
    top: 10px;
    right: 10px;
  }
}
/*
 * Remove margin from adjacent element
 */
.uk-offcanvas-close:first-child + * {
  margin-top: 0;
}

/* 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: 640px) {
  :not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
    left: 350px;
  }
  .uk-offcanvas-flip.uk-offcanvas-container-animation {
    left: -350px;
  }
}
/* ========================================================================
   Component: Switcher
 ========================================================================== */
/*
 * Reset list
 */
.uk-switcher {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

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

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

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

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

/*
 * Pass fill character to JS
 */
: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: #CBD3EB;
  color: #666;
  font-size: 1.25rem;
  line-height: 1.4;
  cursor: pointer;
  border-radius: 3px;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.16);
  font-size: 1.1rem;
}
.uk-notification-message i {
  margin-right: 10px;
}

* + .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: #EF4E25;
}

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

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

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

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

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

/* ========================================================================
   Component: Sortable
 ========================================================================== */
.uk-sortable {
  position: relative;
}

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

/* Drag
 ========================================================================== */
.uk-sortable-drag {
  position: fixed !important;
  z-index: 1050 !important;
  pointer-events: none;
}

/* Placeholder
 ========================================================================== */
.uk-sortable-placeholder {
  opacity: 0;
  pointer-events: none;
}

/* Empty modifier
 ========================================================================== */
.uk-sortable-empty {
  min-height: 50px;
}

/* Handle
 ========================================================================== */
/* Hover */
.uk-sortable-handle:hover {
  cursor: move;
}

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

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-countdown-number {
    font-size: 4rem;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-countdown-number {
    font-size: 6rem;
  }
}
/* Separator
 ========================================================================== */
.uk-countdown-separator {
  font-size: 1rem;
  line-height: 1.6;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-countdown-separator {
    font-size: 2rem;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-countdown-separator {
    font-size: 3rem;
  }
}
/* Label
 ========================================================================== */
/* ========================================================================
   Component: Grid
 ========================================================================== */
/*
 * 1. Allow cells to wrap into the next line
 * 2. Reset list
 */
.uk-grid {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Horizontal */
  .uk-grid-divider.uk-grid-large,
  .uk-grid-divider.uk-grid-column-large {
    margin-left: -140px;
  }
  .uk-grid-divider.uk-grid-large > *,
  .uk-grid-divider.uk-grid-column-large > * {
    padding-left: 140px;
  }
  .uk-grid-divider.uk-grid-large > :not(.uk-first-column)::before,
  .uk-grid-divider.uk-grid-column-large > :not(.uk-first-column)::before {
    left: 70px;
  }
  /* Vertical */
  .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin,
  .uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin {
    margin-top: 140px;
  }
  .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before {
    top: -70px;
    left: 140px;
  }
  .uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin::before {
    top: -70px;
  }
  .uk-grid-divider.uk-grid-column-large.uk-grid-stack > .uk-grid-margin::before {
    left: 140px;
  }
}
/* Match child of a grid cell
 ========================================================================== */
/*
 * Behave like a block element
 * 1. Wrap into the next line
 * 2. Take the full width, at least 100%. Only if no class from the Width component is set.
 * 3. Expand width even if larger than 100%, e.g. because of negative margin (Needed for nested grids)
 */
.uk-grid-match > *,
.uk-grid-item-match {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
}

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

/* ========================================================================
   Component: Nav
 ========================================================================== */
/*
 * Reset
 */
.uk-nav,
.uk-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*
* 1. Center content vertically, e.g. an icon
* 2. Imitate white space gap when using flexbox
* 3. Reset link
 */
.uk-nav li > a {
  /* 1 */
  display: flex;
  align-items: center;
  /* 2 */
  -moz-column-gap: 0.25em;
       column-gap: 0.25em;
  /* 3*/
  text-decoration: 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
 ========================================================================== */
.uk-nav-parent-icon {
  margin-left: auto;
}

.uk-nav > li > a[aria-expanded=true] .uk-nav-parent-icon {
  transform: rotate(180deg);
}

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

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

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

/* Default modifier
 ========================================================================== */
.uk-nav-default {
  font-size: 1rem;
  line-height: 1.5;
}

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

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

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

/*
 * Subtitle
 */
.uk-nav-default .uk-nav-subtitle {
  font-size: 0.875rem;
}

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

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

/*
 * Sublists
 */
.uk-nav-default .uk-nav-sub {
  font-size: 1rem;
  line-height: 1.5;
}

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

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

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

/* Primary modifier
 ========================================================================== */
.uk-nav-primary {
  font-size: 1.5rem;
  line-height: 1.5;
}

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

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

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

/*
 * Subtitle
 */
.uk-nav-primary .uk-nav-subtitle {
  font-size: 1.25rem;
}

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

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

/*
 * Sublists
 */
.uk-nav-primary .uk-nav-sub {
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

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

/* Secondary modifier
 ========================================================================== */
.uk-nav-secondary {
  font-size: 1rem;
  line-height: 1.5;
}

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

/* Hover */
.uk-nav-secondary > li > a:hover {
  color: #333;
}

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

/*
 * Subtitle
 */
.uk-nav-secondary .uk-nav-subtitle {
  font-size: 0.875rem;
  color: #999;
}

/* Hover */
.uk-nav-secondary > li > a:hover .uk-nav-subtitle {
  color: #666;
}

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

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

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

/*
 * Sublists
 */
.uk-nav-secondary .uk-nav-sub {
  font-size: 0.875rem;
  line-height: 1.5;
}

.uk-nav-secondary .uk-nav-sub a {
  color: #999;
}

.uk-nav-secondary .uk-nav-sub a:hover {
  color: #666;
}

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

/* Alignment modifier
 ========================================================================== */
/*
 * 1. Center header
 * 2. Center items
 */
/* 1 */
.uk-nav-center {
  text-align: center;
}

/* 2 */
.uk-nav-center li > a {
  justify-content: center;
}

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

/* Parent icon  */
.uk-nav-center .uk-nav-parent-icon {
  margin-left: 4px;
}

/* Style modifier
 ========================================================================== */
/*
 * Divider
 * Naming is in plural to prevent conflicts with divider sub object.
 */
.uk-nav.uk-nav-divider > :not(.uk-nav-header, .uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider) {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #EFEFEF;
}

/* ========================================================================
   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: #CBD3EB;
}

/* Groups
 ========================================================================== */
/*
 * 1. Align navs and items vertically if they have a different height
 */
.uk-navbar-left,
.uk-navbar-right,
[class*=uk-navbar-center] {
  display: flex;
  gap: 0px;
  /* 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: -moz-max-content;
  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: calc(100% + 0px);
}

.uk-navbar-center-right {
  left: calc(100% + 0px);
}

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

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

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

/*
 * Items
 * 1. Center content vertically and horizontally
 * 2. Imitate white space gap when using flexbox
 * 3. Dimensions
 * 4. Style
 * 5. Required for `a`
 */
.uk-navbar-nav > li > a,
.uk-navbar-item,
.uk-navbar-toggle {
  /* 1 */
  display: flex;
  justify-content: center;
  align-items: center;
  /* 2 */
  -moz-column-gap: 0.25em;
       column-gap: 0.25em;
  /* 3 */
  box-sizing: border-box;
  min-height: 80px;
  /* 4 */
  font-size: 1rem;
  font-family: "Noto Sans", sans-serif;
  /* 5 */
  text-decoration: none;
}

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

/*
 * Hover
 * Apply hover style also if dropdown is opened
 */
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a[aria-expanded=true] {
  color: #666;
}

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

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

/* Parent icon modifier
 ========================================================================== */
.uk-navbar-parent-icon {
  margin-left: 4px;
}

.uk-navbar-nav > li > a[aria-expanded=true] .uk-navbar-parent-icon {
  transform: rotate(180deg);
}

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

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

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

.uk-navbar-toggle:hover,
.uk-navbar-toggle[aria-expanded=true] {
  color: #666;
  text-decoration: none;
}

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

/* Justify modifier
 ========================================================================== */
.uk-navbar-justify .uk-navbar-left,
.uk-navbar-justify .uk-navbar-right,
.uk-navbar-justify .uk-navbar-nav,
.uk-navbar-justify .uk-navbar-nav > li,
.uk-navbar-justify .uk-navbar-item,
.uk-navbar-justify .uk-navbar-toggle {
  flex-grow: 1;
}

/* 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;
  --uk-position-offset: 0;
  --uk-position-shift-offset: 0;
  --uk-position-viewport-offset: 15px;
  /* 3 */
  box-sizing: border-box;
  width: 200px;
  /* 4 */
  padding: 15px;
  background: #CBD3EB;
  color: #666;
}

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

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

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

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

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

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

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

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

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

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

/*
 * Size modifier
 */
.uk-navbar-dropdown-large {
  --uk-position-shift-offset: 0;
  padding: 40px;
}

/*
 * Dropbar modifier
 * 1. Reset dropdown width to prevent to early shifting
 * 2. Reset style
 * 3. Padding
 */
.uk-navbar-dropdown-dropbar {
  /* 1 */
  width: auto;
  /* 2 */
  background: transparent;
  /* 3 */
  padding: 15px 0 15px 0;
  --uk-position-offset: 0;
  --uk-position-shift-offset: 0;
  --uk-position-viewport-offset: 15px;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-navbar-dropdown-dropbar {
    --uk-position-viewport-offset: 30px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-navbar-dropdown-dropbar {
    --uk-position-viewport-offset: 40px;
  }
}
.uk-navbar-dropdown-dropbar-large {
  --uk-position-shift-offset: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

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

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

/*
 * Subtitle
 */
.uk-navbar-dropdown-nav .uk-nav-subtitle {
  font-size: 0.875rem;
}

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

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

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

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

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

/* Dropbar
 ========================================================================== */
/*
 * 1. Reset dropbar
 * 2. Width
 */
.uk-navbar-dropbar {
  /* 1 */
  display: block !important;
  z-index: 980;
  padding: 0;
  /* 2 */
  left: 0;
  right: 0;
}

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

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

/* Items
 ========================================================================== */
/*
 * Items must target `a` elements to exclude other elements (e.g. dropdowns)
 * Using `:first-child` instead of `a` to support `span` elements for text
 * 1. Center content vertically, e.g. an icon
 * 2. Imitate white space gap when using flexbox
 * 3. Style
 */
.uk-subnav > * > :first-child {
  /* 1 */
  display: flex;
  align-items: center;
  /* 2 */
  -moz-column-gap: 0.25em;
       column-gap: 0.25em;
  /* 3 */
  color: #999;
}

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

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

/* Divider modifier
 ========================================================================== */
/*
 * Set gutter
 */
.uk-subnav-divider {
  margin-left: -41px;
}

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

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

/* 1 */
.uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
    border-left-color: #EFEFEF;
}

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

/* Hover */
.uk-subnav-pill > * > a:hover {
    background-color: #CBD3EB;
    color: #666;
}

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

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

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

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

/*
 * 1. Doesn't generate any box and replaced by child boxes
 */
.uk-breadcrumb > * {
  display: contents;
}

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

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

/* Disabled */
/* Active */
.uk-breadcrumb > :last-child > span,
.uk-breadcrumb > :last-child > a:not([href]) {
  color: #666;
}

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

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

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

/* Items
 ========================================================================== */
/*
 * 1. Prevent gap if child element is `inline-block`, e.g. an icon
 * 2. Style
 */
.uk-pagination > * > * {
  /* 1 */
    display: block;
  /* 2 */
    padding: 5px 10px;
    color: #999;
}

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

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

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

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

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

/* Items
 ========================================================================== */
/*
 * Items must target `a` elements to exclude other elements (e.g. dropdowns)
 * 1. Center content vertically, e.g. an icon
 * 2. Imitate white space gap when using flexbox
 * 3. Center content if a width is set
 * 4. Style
 */
.uk-tab > * > a {
  /* 1 */
    display: flex;
    align-items: center;
  /* 2 */
    -moz-column-gap: 0.25em;
    column-gap: 0.25em;
  /* 3 */
    justify-content: center;
  /* 4 */
    padding: 5px 10px;
    color: #999;
}

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

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

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

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

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

.uk-tab-left > * > a {
    justify-content: left;
}

.uk-tab-right > * > a {
    justify-content: left;
}

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

/* Hover */
.uk-slidenav:hover {
    color: rgba(102, 102, 102, 0.9);
}

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

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

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

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

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

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

/* Hover */
.uk-dotnav > * > :hover {
    background-color: rgba(102, 102, 102, 0.6);
}

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

/* Active */
.uk-dotnav > .uk-active > * {
    background-color: #EF4E25;
}

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

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

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

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

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

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

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

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

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

/* Items
 ========================================================================== */
/*
 * Items must target `a` elements to exclude other elements (e.g. dropdowns)
 * 1. Center content vertically if there is still some text
 * 2. Imitate white space gap when using flexbox
 * 3. Force text not to affect item height
 * 4. Style
 * 5. Required for `a` if there is still some text
 */
.uk-iconnav > * > a {
  /* 1 */
    display: flex;
    align-items: center;
  /* 2 */
    -moz-column-gap: 0.25em;
    column-gap: 0.25em;
  /* 3 */
    line-height: 0;
  /* 4 */
    color: #999;
  /* 5 */
    text-decoration: none;
}

/* Hover */
.uk-iconnav > * > a:hover {
    color: #666;
}

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

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

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

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

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

/*
 * Focus
 */
.uk-lightbox :focus {
    outline-color: rgba(255, 255, 255, 0.7);
}

.uk-lightbox :focus-visible {
    outline-color: rgba(255, 255, 255, 0.7);
}

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

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

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

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

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

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

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

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

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

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

/* OnClick */
/* Caption
 ========================================================================== */
.uk-lightbox-caption:empty {
    display: none;
}

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

/* ========================================================================
   Component: Animation
 ========================================================================== */
[class*=uk-animation-] {
    animation: 0.5s ease-out 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, uk-scale-up;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
 * Kenburns
 */
.uk-animation-kenburns {
    animation-name: uk-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;
    animation-duration: 2s;
    stroke-dasharray: var(--uk-animation-stroke);
}

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

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

/* Toggle animation based on the State of the Parent Element
 ========================================================================== */
.uk-animation-toggle:not(:hover):not(:focus) [class*=uk-animation-] {
    animation-name: none;
}

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

    100% {
        opacity: 1;
    }
}
/*
 * Scale
 */
@keyframes uk-scale-up {
    0% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes uk-scale-down {
    0% {
        transform: scale(1.1);
    }

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

    100% {
        transform: translateY(0);
    }
}

@keyframes uk-slide-bottom {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes uk-slide-left {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes uk-slide-right {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0);
    }
}
/*
 * Slide Small
 */
@keyframes uk-slide-top-small {
    0% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes uk-slide-bottom-small {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes uk-slide-left-small {
    0% {
        transform: translateX(-10px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes uk-slide-right-small {
    0% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0);
    }
}
/*
 * Slide Medium
 */
@keyframes uk-slide-top-medium {
    0% {
        transform: translateY(-50px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes uk-slide-bottom-medium {
    0% {
        transform: translateY(50px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes uk-slide-left-medium {
    0% {
        transform: translateX(-50px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes uk-slide-right-medium {
    0% {
        transform: translateX(50px);
    }

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

    100% {
        transform: scale(1.2);
    }
}
/*
 * Shake
 */
@keyframes uk-shake {
    0%, 100% {
        transform: translateX(0);
    }

    10% {
        transform: translateX(-9px);
    }

    20% {
        transform: translateX(8px);
    }

    30% {
        transform: translateX(-7px);
    }

    40% {
        transform: translateX(6px);
    }

    50% {
        transform: translateX(-5px);
    }

    60% {
        transform: translateX(4px);
    }

    70% {
        transform: translateX(-3px);
    }

    80% {
        transform: translateX(2px);
    }

    90% {
        transform: translateX(-1px);
    }
}
/*
 * Stroke
 */
@keyframes uk-stroke {
    0% {
        stroke-dashoffset: var(--uk-animation-stroke);
    }

    100% {
        stroke-dashoffset: 0;
    }
}
/* ========================================================================
   Component: Width
 ========================================================================== */
/* Equal child widths
 ========================================================================== */
[class*=uk-child-width] > * {
    box-sizing: border-box;
    width: 100%;
}

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

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

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

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

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

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

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

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-child-width-1-1\@s > * {
    width: 100%;
  }
  .uk-child-width-1-2\@s > * {
    width: 50%;
  }
  .uk-child-width-1-3\@s > * {
    width: calc(100% * 1 / 3.001);
  }
  .uk-child-width-1-4\@s > * {
    width: 25%;
  }
  .uk-child-width-1-5\@s > * {
    width: 20%;
  }
  .uk-child-width-1-6\@s > * {
    width: calc(100% * 1 / 6.001);
  }
  .uk-child-width-auto\@s > * {
    width: auto;
  }
  .uk-child-width-expand\@s > :not([class*=uk-width]) {
    flex: 1;
    min-width: 1px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-child-width-1-1\@m > * {
    width: 100%;
  }
  .uk-child-width-1-2\@m > * {
    width: 50%;
  }
  .uk-child-width-1-3\@m > * {
    width: calc(100% * 1 / 3.001);
  }
  .uk-child-width-1-4\@m > * {
    width: 25%;
  }
  .uk-child-width-1-5\@m > * {
    width: 20%;
  }
  .uk-child-width-1-6\@m > * {
    width: calc(100% * 1 / 6.001);
  }
  .uk-child-width-auto\@m > * {
    width: auto;
  }
  .uk-child-width-expand\@m > :not([class*=uk-width]) {
    flex: 1;
    min-width: 1px;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-child-width-1-1\@l > * {
    width: 100%;
  }
  .uk-child-width-1-2\@l > * {
    width: 50%;
  }
  .uk-child-width-1-3\@l > * {
    width: calc(100% * 1 / 3.001);
  }
  .uk-child-width-1-4\@l > * {
    width: 25%;
  }
  .uk-child-width-1-5\@l > * {
    width: 20%;
  }
  .uk-child-width-1-6\@l > * {
    width: calc(100% * 1 / 6.001);
  }
  .uk-child-width-auto\@l > * {
    width: auto;
  }
  .uk-child-width-expand\@l > :not([class*=uk-width]) {
    flex: 1;
    min-width: 1px;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-child-width-1-1\@xl > * {
    width: 100%;
  }
  .uk-child-width-1-2\@xl > * {
    width: 50%;
  }
  .uk-child-width-1-3\@xl > * {
    width: calc(100% * 1 / 3.001);
  }
  .uk-child-width-1-4\@xl > * {
    width: 25%;
  }
  .uk-child-width-1-5\@xl > * {
    width: 20%;
  }
  .uk-child-width-1-6\@xl > * {
    width: calc(100% * 1 / 6.001);
  }
  .uk-child-width-auto\@xl > * {
    width: auto;
  }
  .uk-child-width-expand\@xl > :not([class*=uk-width]) {
    flex: 1;
    min-width: 1px;
  }
}
/* Single Widths
 ========================================================================== */
/*
 * 1. `max-width` is needed for the pixel-based classes
 */
[class*=uk-width] {
  box-sizing: border-box;
  width: 100%;
  /* 1 */
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uk-width-2xlarge {
  width: 750px;
}

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

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

/* Phone landscape and bigger */
@media (min-width: 640px) {
  /* Whole */
  .uk-width-1-1\@s {
    width: 100%;
  }
  /* Halves */
  .uk-width-1-2\@s {
    width: 50%;
  }
  /* Thirds */
  .uk-width-1-3\@s {
    width: calc(100% * 1 / 3.001);
  }
  .uk-width-2-3\@s {
    width: calc(100% * 2 / 3.001);
  }
  /* Quarters */
  .uk-width-1-4\@s {
    width: 25%;
  }
  .uk-width-3-4\@s {
    width: 75%;
  }
  /* Fifths */
  .uk-width-1-5\@s {
    width: 20%;
  }
  .uk-width-2-5\@s {
    width: 40%;
  }
  .uk-width-3-5\@s {
    width: 60%;
  }
  .uk-width-4-5\@s {
    width: 80%;
  }
  /* Sixths */
  .uk-width-1-6\@s {
    width: calc(100% * 1 / 6.001);
  }
  .uk-width-5-6\@s {
    width: calc(100% * 5 / 6.001);
  }
  /* Pixel */
  .uk-width-small\@s {
    width: 150px;
  }
  .uk-width-medium\@s {
    width: 300px;
  }
  .uk-width-large\@s {
    width: 450px;
  }
  .uk-width-xlarge\@s {
    width: 600px;
  }
  .uk-width-2xlarge\@s {
    width: 750px;
  }
  /* Auto */
  .uk-width-auto\@s {
    width: auto;
  }
  /* Expand */
  .uk-width-expand\@s {
    flex: 1;
    min-width: 1px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* Whole */
  .uk-width-1-1\@m {
    width: 100%;
  }
  /* Halves */
  .uk-width-1-2\@m {
    width: 50%;
  }
  /* Thirds */
  .uk-width-1-3\@m {
    width: calc(100% * 1 / 3.001);
  }
  .uk-width-2-3\@m {
    width: calc(100% * 2 / 3.001);
  }
  /* Quarters */
  .uk-width-1-4\@m {
    width: 25%;
  }
  .uk-width-3-4\@m {
    width: 75%;
  }
  /* Fifths */
  .uk-width-1-5\@m {
    width: 20%;
  }
  .uk-width-2-5\@m {
    width: 40%;
  }
  .uk-width-3-5\@m {
    width: 60%;
  }
  .uk-width-4-5\@m {
    width: 80%;
  }
  /* Sixths */
  .uk-width-1-6\@m {
    width: calc(100% * 1 / 6.001);
  }
  .uk-width-5-6\@m {
    width: calc(100% * 5 / 6.001);
  }
  /* Pixel */
  .uk-width-small\@m {
    width: 150px;
  }
  .uk-width-medium\@m {
    width: 300px;
  }
  .uk-width-large\@m {
    width: 450px;
  }
  .uk-width-xlarge\@m {
    width: 600px;
  }
  .uk-width-2xlarge\@m {
    width: 750px;
  }
  /* Auto */
  .uk-width-auto\@m {
    width: auto;
  }
  /* Expand */
  .uk-width-expand\@m {
    flex: 1;
    min-width: 1px;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Whole */
  .uk-width-1-1\@l {
    width: 100%;
  }
  /* Halves */
  .uk-width-1-2\@l {
    width: 50%;
  }
  /* Thirds */
  .uk-width-1-3\@l {
    width: calc(100% * 1 / 3.001);
  }
  .uk-width-2-3\@l {
    width: calc(100% * 2 / 3.001);
  }
  /* Quarters */
  .uk-width-1-4\@l {
    width: 25%;
  }
  .uk-width-3-4\@l {
    width: 75%;
  }
  /* Fifths */
  .uk-width-1-5\@l {
    width: 20%;
  }
  .uk-width-2-5\@l {
    width: 40%;
  }
  .uk-width-3-5\@l {
    width: 60%;
  }
  .uk-width-4-5\@l {
    width: 80%;
  }
  /* Sixths */
  .uk-width-1-6\@l {
    width: calc(100% * 1 / 6.001);
  }
  .uk-width-5-6\@l {
    width: calc(100% * 5 / 6.001);
  }
  /* Pixel */
  .uk-width-small\@l {
    width: 150px;
  }
  .uk-width-medium\@l {
    width: 300px;
  }
  .uk-width-large\@l {
    width: 450px;
  }
  .uk-width-xlarge\@l {
    width: 600px;
  }
  .uk-width-2xlarge\@l {
    width: 750px;
  }
  /* Auto */
  .uk-width-auto\@l {
    width: auto;
  }
  /* Expand */
  .uk-width-expand\@l {
    flex: 1;
    min-width: 1px;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  /* Whole */
  .uk-width-1-1\@xl {
    width: 100%;
  }
  /* Halves */
  .uk-width-1-2\@xl {
    width: 50%;
  }
  /* Thirds */
  .uk-width-1-3\@xl {
    width: calc(100% * 1 / 3.001);
  }
  .uk-width-2-3\@xl {
    width: calc(100% * 2 / 3.001);
  }
  /* Quarters */
  .uk-width-1-4\@xl {
    width: 25%;
  }
  .uk-width-3-4\@xl {
    width: 75%;
  }
  /* Fifths */
  .uk-width-1-5\@xl {
    width: 20%;
  }
  .uk-width-2-5\@xl {
    width: 40%;
  }
  .uk-width-3-5\@xl {
    width: 60%;
  }
  .uk-width-4-5\@xl {
    width: 80%;
  }
  /* Sixths */
  .uk-width-1-6\@xl {
    width: calc(100% * 1 / 6.001);
  }
  .uk-width-5-6\@xl {
    width: calc(100% * 5 / 6.001);
  }
  /* Pixel */
  .uk-width-small\@xl {
    width: 150px;
  }
  .uk-width-medium\@xl {
    width: 300px;
  }
  .uk-width-large\@xl {
    width: 450px;
  }
  .uk-width-xlarge\@xl {
    width: 600px;
  }
  .uk-width-2xlarge\@xl {
    width: 750px;
  }
  /* Auto */
  .uk-width-auto\@xl {
    width: auto;
  }
  /* Expand */
  .uk-width-expand\@xl {
    flex: 1;
    min-width: 1px;
  }
}
/* Intrinsic Widths
 ========================================================================== */
.uk-width-max-content {
  width: -moz-max-content;
  width: max-content;
}

.uk-width-min-content {
  width: -moz-min-content;
  width: min-content;
}

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

.uk-height-viewport-2 {
  min-height: 200vh;
}

.uk-height-viewport-3 {
  min-height: 300vh;
}

.uk-height-viewport-4 {
  min-height: 400vh;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Decoration modifier
 ========================================================================== */
.uk-text-decoration-none {
  text-decoration: none !important;
}

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

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

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

.uk-text-secondary {
  color: #131313 !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 all browsers.
 * 2. Default color is set to transparent.
 * 3. Container fits the text
 * 4. Style
 */
.uk-text-background {
  /* 1 */
  -webkit-background-clip: text;
  /* 2 */
  color: transparent !important;
  /* 3 */
  display: inline-block;
  /* 4 */
  background-color: #EF4E25;
}

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

/*
 * Wrap long words onto the next line and break them if they are too long to fit.
 * 1. Make it work with table cells in all browsers.
 * Note: Not using `hyphens: auto` because it hyphenates text even if not needed.
 */
.uk-text-break {
  overflow-wrap: break-word;
}

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

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

/* Desktop and bigger */
@media (min-width: 1200px) {
  [class*=uk-column-] {
    -moz-column-gap: 40px;
         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 {
  -moz-column-rule: 1px solid #EFEFEF;
       column-rule: 1px solid #EFEFEF;
  /* 1 */
  -moz-column-gap: 60px;
       column-gap: 60px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-column-divider {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
}
/* Width modifiers
 ========================================================================== */
.uk-column-1-2 {
  -moz-column-count: 2;
       column-count: 2;
}

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

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

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

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

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-column-1-2\@s {
    -moz-column-count: 2;
         column-count: 2;
  }
  .uk-column-1-3\@s {
    -moz-column-count: 3;
         column-count: 3;
  }
  .uk-column-1-4\@s {
    -moz-column-count: 4;
         column-count: 4;
  }
  .uk-column-1-5\@s {
    -moz-column-count: 5;
         column-count: 5;
  }
  .uk-column-1-6\@s {
    -moz-column-count: 6;
         column-count: 6;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-column-1-2\@m {
    -moz-column-count: 2;
         column-count: 2;
  }
  .uk-column-1-3\@m {
    -moz-column-count: 3;
         column-count: 3;
  }
  .uk-column-1-4\@m {
    -moz-column-count: 4;
         column-count: 4;
  }
  .uk-column-1-5\@m {
    -moz-column-count: 5;
         column-count: 5;
  }
  .uk-column-1-6\@m {
    -moz-column-count: 6;
         column-count: 6;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-column-1-2\@l {
    -moz-column-count: 2;
         column-count: 2;
  }
  .uk-column-1-3\@l {
    -moz-column-count: 3;
         column-count: 3;
  }
  .uk-column-1-4\@l {
    -moz-column-count: 4;
         column-count: 4;
  }
  .uk-column-1-5\@l {
    -moz-column-count: 5;
         column-count: 5;
  }
  .uk-column-1-6\@l {
    -moz-column-count: 6;
         column-count: 6;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-column-1-2\@xl {
    -moz-column-count: 2;
         column-count: 2;
  }
  .uk-column-1-3\@xl {
    -moz-column-count: 3;
         column-count: 3;
  }
  .uk-column-1-4\@xl {
    -moz-column-count: 4;
         column-count: 4;
  }
  .uk-column-1-5\@xl {
    -moz-column-count: 5;
         column-count: 5;
  }
  .uk-column-1-6\@xl {
    -moz-column-count: 6;
         column-count: 6;
  }
}
/* Make element span across all columns
 * Does not work in Firefox yet
 ========================================================================== */
.uk-column-span {
  -moz-column-span: all;
       column-span: all;
}

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

iframe[uk-cover],
iframe[data-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: #ffffff;
}

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

.uk-background-primary {
  background-color: #EF4E25;
}

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

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

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

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

.uk-background-width-1-1 {
  background-size: 100%;
}

.uk-background-height-1-1 {
  background-size: auto 100%;
}

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

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

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

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

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

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

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

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

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

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

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

/*
 * Exclude touch devices because `fixed` doesn't work on iOS and Android
 */
@media (pointer: coarse) {
    .uk-background-fixed {
        background-attachment: scroll;
    }
}
/* Image
 ========================================================================== */
/* Phone portrait and smaller */
@media (max-width: 639px) {
    .uk-background-image\@s {
        background-image: none !important;
    }
}
/* Phone landscape and smaller */
@media (max-width: 959px) {
    .uk-background-image\@m {
        background-image: none !important;
    }
}
/* Tablet landscape and smaller */
@media (max-width: 1199px) {
    .uk-background-image\@l {
        background-image: none !important;
    }
}
/* Desktop and smaller */
@media (max-width: 1599px) {
    .uk-background-image\@xl {
        background-image: none !important;
    }
}
/* Blend modes
 ========================================================================== */
.uk-background-blend-multiply {
    background-blend-mode: multiply;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .uk-align-right\@l {
        margin-top: 0;
        float: right;
    }

    .uk-align-left,
  .uk-align-left\@s,
  .uk-align-left\@m,
  .uk-align-left\@l {
        margin-right: 40px;
    }

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

    .uk-align-right\@xl {
        margin-top: 0;
        margin-left: 40px;
        float: right;
    }
}
/* ========================================================================
   Component: SVG
 ========================================================================== */
/*
 * 1. Fill all SVG elements with the current text color if no `fill` attribute is set
 * 2. Set the fill and stroke color of all SVG elements to the current text color
 */
/* 1 */
.uk-svg,
.uk-svg:not(.uk-preserve) [fill*="#"]:not(.uk-preserve) {
    fill: currentcolor;
}

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

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

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

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

/*
 * Scrollable
 */
.uk-panel-scrollable {
    height: 170px;
    padding: 10px;
    border: 1px solid #EFEFEF;
    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
 */
.uk-overflow-auto {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

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

/* Box Sizing
 ========================================================================== */
.uk-box-sizing-content {
    box-sizing: content-box;
}

.uk-box-sizing-border {
    box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

/*
 * Fix initial iframe width. Without the viewport is expanded on iOS devices
 */
[uk-responsive],
[data-uk-responsive] {
    max-width: 100%;
}

/* Object
 ========================================================================== */
.uk-object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.uk-object-contain {
    -o-object-fit: contain;
    object-fit: contain;
}

.uk-object-fill {
    -o-object-fit: fill;
    object-fit: fill;
}

.uk-object-none {
    -o-object-fit: none;
    object-fit: none;
}

.uk-object-scale-down {
    -o-object-fit: scale-down;
    object-fit: scale-down;
}

/* 
 * Position
 */
.uk-object-top-left {
    -o-object-position: 0 0;
    object-position: 0 0;
}

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

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

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

.uk-object-center-center {
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Box-shadow bottom
 ========================================================================== */
/*
 * 1. Set position.
 * 2. Set style
 * 3. Fix shadow being clipped in Safari if container is animated
 */
@supports (filter: blur(0)) {
    .uk-box-shadow-bottom {
        display: inline-block;
        position: relative;
        z-index: 0;
        max-width: 100%;
        vertical-align: middle;
    }

    .uk-box-shadow-bottom::after {
        content: "";
    /* 1 */
        position: absolute;
        bottom: -30px;
        left: 0;
        right: 0;
        z-index: -1;
    /* 2 */
        height: 30px;
        border-radius: 100%;
        background: #444;
        filter: blur(20px);
    /* 3 */
        will-change: filter;
    }
}
/* Drop cap
 ========================================================================== */
/*
 * 1. Firefox doesn't apply `::first-letter` if the first letter is inside child elements
 *    https://bugzilla.mozilla.org/show_bug.cgi?id=214004
 * 2. In Firefox, a floating `::first-letter` doesn't have a line box and there for no `line-height`
 *    https://bugzilla.mozilla.org/show_bug.cgi?id=317933
 */
.uk-dropcap::first-letter,
.uk-dropcap > p:first-of-type::first-letter {
    display: block;
    margin-right: 10px;
    float: left;
    font-size: 4.5em;
    line-height: 1;
}

/* 2 */
@-moz-document url-prefix() {
    .uk-dropcap::first-letter,
  .uk-dropcap > p:first-of-type::first-letter {
        margin-top: 1.1%;
    }
}
/* Logo
 ========================================================================== */
/*
 * 1. Style
 * 2. Required for `a`
 * 3. Behave like image but can be overridden through flex utility classes
 */
.uk-logo {
  /* 1 */
    font-size: 1.5rem;
    font-family: "Noto Sans", sans-serif;
    color: #333;
  /* 2 */
    text-decoration: none;
}

/* 3 */
:where(.uk-logo) {
    display: inline-block;
    vertical-align: middle;
}

/* Hover */
.uk-logo:hover {
    color: #333;
  /* 1 */
    text-decoration: none;
}

.uk-logo :where(img, svg, video) {
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* + .uk-margin {
    margin-top: 24px !important;
}

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

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

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

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

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

* + .uk-margin-small {
    margin-top: 12px !important;
}

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

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

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

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

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

* + .uk-margin-medium {
    margin-top: 48px !important;
}

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

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

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

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

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

* + .uk-margin-large {
    margin-top: 48px !important;
}

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

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

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

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

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

    * + .uk-margin-large {
        margin-top: 72px !important;
    }

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

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

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

    .uk-margin-large-right {
        margin-right: 72px !important;
    }
}
/* XLarge
 ========================================================================== */
.uk-margin-xlarge {
    margin-bottom: 72px;
}

* + .uk-margin-xlarge {
    margin-top: 72px !important;
}

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

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

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

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

/* Desktop and bigger */
@media (min-width: 1200px) {
    .uk-margin-xlarge {
        margin-bottom: 144px;
    }

    * + .uk-margin-xlarge {
        margin-top: 144px !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .uk-margin-auto-right\@xl {
        margin-right: auto !important;
    }
}
/* Remove
 ========================================================================== */
.uk-margin-remove {
    margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

    .uk-margin-remove-right\@xl {
        margin-right: 0 !important;
    }
}
/* ========================================================================
   Component: Padding
 ========================================================================== */
.uk-padding {
    padding: 30px;
}

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

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

/* 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
 ========================================================================== */
:root {
    --uk-position-margin-offset: 0px;
}

/* Directions
 ========================================================================== */
/*
 * 1. Prevent content overflow.
 */
[class*=uk-position-top],
[class*=uk-position-bottom],
[class*=uk-position-left],
[class*=uk-position-right],
[class*=uk-position-center] {
    position: absolute !important;
  /* 1 */
    max-width: calc(100% - (var(--uk-position-margin-offset) * 2));
    box-sizing: border-box;
}

/*
 * Edges
 * Don't use `width: 100%` because it's 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.
 *    Using `max-content` requires `max-width` of 100% which is set generally.
 */
.uk-position-center {
    top: calc(50% - var(--uk-position-margin-offset));
    left: calc(50% - var(--uk-position-margin-offset));
    --uk-position-translate-x: -50%;
    --uk-position-translate-y: -50%;
    transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y));
  /* 1 */
    width: -moz-max-content;
    width: max-content;
}

/* Vertical */
[class*=uk-position-center-left],
[class*=uk-position-center-right] {
    top: calc(50% - var(--uk-position-margin-offset));
    --uk-position-translate-y: -50%;
    transform: translate(0, var(--uk-position-translate-y));
}

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

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

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

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

/* Horizontal */
.uk-position-top-center,
.uk-position-bottom-center {
    left: calc(50% - var(--uk-position-margin-offset));
    --uk-position-translate-x: -50%;
    transform: translate(var(--uk-position-translate-x), 0);
  /* 1 */
    width: -moz-max-content;
    width: max-content;
}

.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;
}

/* Margin
 ========================================================================== */
.uk-position-small {
    margin: 15px;
    --uk-position-margin-offset: 15px;
}

.uk-position-medium {
    margin: 30px;
    --uk-position-margin-offset: 30px;
}

.uk-position-large {
    margin: 30px;
    --uk-position-margin-offset: 30px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
    .uk-position-large {
        margin: 50px;
        --uk-position-margin-offset: 50px;
    }
}
/* Schemes
 ========================================================================== */
.uk-position-relative {
    position: relative !important;
}

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

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

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

/* Layer
 ========================================================================== */
.uk-position-z-index {
    z-index: 1;
}

.uk-position-z-index-zero {
    z-index: 0;
}

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

/* ========================================================================
   Component: Transition
 ========================================================================== */
/* 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)
 */
:where(.uk-transition-fade),
:where([class*=uk-transition-scale]),
:where([class*=uk-transition-slide]) {
  --uk-position-translate-x: 0;
  --uk-position-translate-y: 0;
}

.uk-transition-fade,
[class*=uk-transition-scale],
[class*=uk-transition-slide] {
  --uk-translate-x: 0;
  --uk-translate-y: 0;
  --uk-scale-x: 1;
  --uk-scale-y: 1;
  transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y)) translate(var(--uk-translate-x), var(--uk-translate-y)) scale(var(--uk-scale-x), var(--uk-scale-y));
  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-toggle .uk-transition-fade:focus-within,
.uk-transition-active.uk-active .uk-transition-fade {
  opacity: 1;
}

/*
 * Scale
 * 1. Make image rendering the same during the transition as before and after. Prefixed because of Safari.
 */
/* 1 */
[class*=uk-transition-scale] {
  -webkit-backface-visibility: hidden;
}

.uk-transition-scale-up {
  --uk-scale-x: 1;
  --uk-scale-y: 1;
}

.uk-transition-scale-down {
  --uk-scale-x: 1.03;
  --uk-scale-y: 1.03;
}

/* Show */
.uk-transition-toggle:hover .uk-transition-scale-up,
.uk-transition-toggle:focus .uk-transition-scale-up,
.uk-transition-toggle .uk-transition-scale-up:focus-within,
.uk-transition-active.uk-active .uk-transition-scale-up {
  --uk-scale-x: 1.03;
  --uk-scale-y: 1.03;
  opacity: 1;
}

.uk-transition-toggle:hover .uk-transition-scale-down,
.uk-transition-toggle:focus .uk-transition-scale-down,
.uk-transition-toggle .uk-transition-scale-down:focus-within,
.uk-transition-active.uk-active .uk-transition-scale-down {
  --uk-scale-x: 1;
  --uk-scale-y: 1;
  opacity: 1;
}

/*
 * Slide
 */
.uk-transition-slide-top {
  --uk-translate-y: -100%;
}

.uk-transition-slide-bottom {
  --uk-translate-y: 100%;
}

.uk-transition-slide-left {
  --uk-translate-x: -100%;
}

.uk-transition-slide-right {
  --uk-translate-x: 100%;
}

.uk-transition-slide-top-small {
  --uk-translate-y: calc(-1 * 10px);
}

.uk-transition-slide-bottom-small {
  --uk-translate-y: 10px;
}

.uk-transition-slide-left-small {
  --uk-translate-x: calc(-1 * 10px);
}

.uk-transition-slide-right-small {
  --uk-translate-x: 10px;
}

.uk-transition-slide-top-medium {
  --uk-translate-y: calc(-1 * 50px);
}

.uk-transition-slide-bottom-medium {
  --uk-translate-y: 50px;
}

.uk-transition-slide-left-medium {
  --uk-translate-x: calc(-1 * 50px);
}

.uk-transition-slide-right-medium {
  --uk-translate-x: 50px;
}

/* Show */
.uk-transition-toggle:hover [class*=uk-transition-slide],
.uk-transition-toggle:focus [class*=uk-transition-slide],
.uk-transition-toggle [class*=uk-transition-slide]:focus-within,
.uk-transition-active.uk-active [class*=uk-transition-slide] {
  --uk-translate-x: 0;
  --uk-translate-y: 0;
  opacity: 1;
}

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

/* Based on the State of the Parent Element
 ========================================================================== */
/*
 * Can't use `display: none` nor `visibility: hidden` because both are not focusable.
 * The target stays visible if any element within receives focus through keyboard.
 */
/*
 * Discard space when hidden.
 */
.uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within) {
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
}

/*
 * Keep space when hidden.
 */
.uk-visible-toggle:not(:hover):not(:focus) .uk-invisible-hover:not(:focus-within) {
    opacity: 0 !important;
}

/* Based on Hover Capability of the Pointing Device
 ========================================================================== */
/*
 * Hover
 */
/* Hide if primary pointing device doesn't support hover, e.g. touch screens. */
@media (hover: none) {
  .uk-hidden-touch {
    display: none !important;
  }
}
/* Hide if primary pointing device supports hover, e.g. mice. */
@media (hover) {
  .uk-hidden-notouch {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .uk-hidden\@xs {
    display: none !important;
  }
}

@media (max-width: 575px) {
  .uk-visible\@xs {
    display: none !important;
  }
}

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

html,
body {
  overflow-x: hidden;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

@media (max-width: 639px) {
  .uk-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@font-face {
  font-family: "icomoon";
  src: url("assets/fonts/icomoon.eot?pl0yzj");
  src: url("assets/fonts/icomoon.eot?pl0yzj#iefix") format("embedded-opentype"), url("assets/fonts/icomoon.ttf?pl0yzj") format("truetype"), url("assets/fonts/icomoon.woff?pl0yzj") format("woff"), url("assets/fonts/icomoon.svg?pl0yzj#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans", sans-serif;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: #666;
}

h1,
h2,
h3 {
  font-weight: 600;
}

h2 {
  font-size: 1.9rem;
}

p,
ul,
ol,
li {
  line-height: 1.85;
}

.entry-content {
  font-size: 1rem;
  line-height: 1.65;
}
.entry-content ul {
  list-style: none;
  padding-left: 4em;
}
.entry-content ul li {
  line-height: 1.45;
}
.entry-content ul li::before {
  content: "•";
  color: #EF4E25;
  font-size: 1.5em;
  line-height: 1rem;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.entry-content .wp-block-pullquote {
  padding: 0;
}
.entry-content blockquote {
  padding: 20px 32px;
  background: rgba(0, 0, 0, 0.0509803922);
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 16px;
  margin-bottom: 24px;
}
@media (min-width: 960px) {
  .entry-content blockquote {
    padding: 32px;
    margin-bottom: 48px;
  }
}
.entry-content blockquote p {
  font-size: 24px !important;
  font-style: italic !important;
  font-weight: 400 !important;
  line-height: 44px !important;
  letter-spacing: 0.48px !important;
}
@media (min-width: 960px) {
  .entry-content blockquote p {
    font-size: 32px !important;
    font-weight: 400 !important;
    line-height: 52px !important;
    letter-spacing: 0.64px !important;
  }
}
.entry-content blockquote cite {
  font-family: "Noto Sans Mono", monospace;
  font-style: normal;
  padding-top: 20px;
  display: inline-block;
}
.entry-content blockquote cite::before {
  content: "-";
  margin-right: 0.5em;
}
.entry-content .has-medium-font-size {
  font-size: 28px !important;
  line-height: 1.4;
}
@media (max-width: 959px) {
  .entry-content .has-medium-font-size {
    font-size: 28px !important;
  }
}
.entry-content p a {
  color: inherit;
  text-decoration: underline;
  box-shadow: 0 0px 0px 0px rgba(239, 78, 37, 0.5) inset;
  transition: 0.1s all ease-in;
}
.entry-content p a:hover {
  box-shadow: 0 -0.6em 0px 0px rgba(239, 78, 37, 0.5) inset;
}

pre {
  padding: 1.5625rem;
  background: #ffffff;
}
pre.ndgt-codesnippet {
  border-left: 3px solid #CBD3EB;
  white-space: pre-wrap;
}

figcaption {
  font-size: 14px;
  padding-top: 32px;
}

.font-secondary {
  font-family: "Noto Sans Mono", monospace;
}

.ndgt-blockquote {
  margin: 60px 0;
  position: relative;
}

.white-text p,
.white-text i,
.white-text li,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text em {
  color: #fff;
}

a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}
a:hover, a:focus, a:active {
  color: #EF4E25;
  text-decoration: none;
}
a:focus {
  outline: none;
}
a:hover, a:active {
  outline: 0;
}

.heading-link a {
  font-weight: 700;
  color: #000000;
}
.heading-link a:hover, .heading-link a:focus, .heading-link a:active {
  color: #EF4E25;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  -webkit-hyphens: inherit;
  hyphens: inherit;
}

/* Unordered and orders lists */
ul, ol {
  margin: 0 0 1.5rem 0;
}
ul li, ol li {
  margin-bottom: 0.3125rem;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

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

dd {
  margin: 0 1.5em 1.5rem;
}

.btn-dropdown {
  width: 185px;
  padding-left: 8px !important;
}

.select-drop {
  border: 2px solid #BA0020;
  background-color: #CBD3EB;
  border-radius: 4px;
  padding: 10px 15px;
  width: 185px;
}
.select-drop.white {
  border-color: #fff;
}
.select-drop__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.select-drop__item {
  font-family: "Noto Sans Mono", monospace;
  font-size: 14px;
  border-bottom: 1px solid #BA0020;
}
.select-drop__item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.white .select-drop__item {
  border-color: #fff;
}
.white .select-drop__item a {
  color: #fff;
}

ul.checklist {
  padding: 0;
}
ul.checklist li {
  list-style: none;
  font-size: 14px;
}
ul.checklist li::before {
  content: "\e902";
  font-family: "icomoon";
  color: #ffffff;
  display: inline-block;
  background-color: #3DBA61;
  font-size: 1em;
  line-height: 1.65em;
  width: 1.65em;
  height: 1.65em;
  border-radius: 50%;
  text-align: center;
  margin-right: 20px;
}

ul.more-links {
  padding: 0;
}
ul.more-links li {
  list-style: none;
}
ul.more-links li a {
  display: block;
  color: inherit;
  padding: 12px 20px;
  border-bottom: 1px solid #000000;
  transition: all 0.2s ease-in-out;
}
ul.more-links li a i {
  float: right;
}
ul.more-links li a:hover {
  color: #EF4E25;
  padding-right: 10px;
}
ul.more-links li:first-child a {
  border-top: 1px solid #000000;
}

/* Divider */
.ndgt-divider {
  margin-left: auto;
  margin-right: auto;
  border-bottom: 2px solid #000000;
}
.ndgt-divider--thin {
  border-bottom-width: 1px;
}
.ndgt-divider--wide {
  border-bottom-width: 5px;
}
.ndgt-divider--dotted {
  border-bottom-style: dotted;
}

.ndgt-seperator {
  padding-top: 100px;
  margin-bottom: 60px !important;
}
.ndgt-seperator--dots {
  position: relative;
}
.ndgt-seperator--dots::after {
  content: "";
  background-image: url("./assets/images/dot.svg");
  background-size: 12px;
  display: block;
  width: 184px;
  height: 20px;
  z-index: 0;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: 0;
  bottom: 50%;
  transform: translate(50%, 50%);
}

.ndgt-blank-space {
  margin-left: auto;
  margin-right: auto;
}

.ndgt-time {
  font-weight: bold;
}
.ndgt-time::before {
  content: "\f017";
  font-weight: 500;
  margin-right: 0.25rem;
}

.ndgt-callout, .large-card--category {
  background: #ffffff;
  padding: 10px 20px 10px 25px;
  font-size: 21px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  color: #B86B78;
  position: absolute !important;
  top: -20px;
  border: 1px solid #000000;
  display: flex;
  align-items: center;
}
.ndgt-callout::after, .large-card--category::after {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  display: inline-block;
  position: absolute;
  bottom: -9px;
  left: 25px;
  border: 1px solid #000000;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}

.ndgt-highlight-box {
  padding: 30px;
  border: 1px solid #000000;
}

.drop-content {
  left: 0 !important;
  background-color: #ffffff;
  padding: 15px;
  border: 1px solid #131313;
  border-radius: 15px;
  max-height: 400px;
  overflow-y: auto;
  /* Buttons */
}
.drop-content::-webkit-scrollbar {
  width: 5px;
}
.drop-content::-webkit-scrollbar-track {
  margin-top: 5px;
  margin-bottom: 5px;
}
.drop-content::-webkit-scrollbar-thumb {
  background: #8D8D8D;
  border-radius: 5px;
}

@media (min-width: 320px) and (max-width: 781px) {
  .ndgt-mobile-1-2.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 45% !important;
  }
}
@media (min-width: 1200px) and (max-width: 1900px) {
  .uk-container {
    padding-left: 72px;
    padding-right: 72px;
  }
}
@media (min-width: 1200px) {
  .uk-grid > * {
    padding-left: 32px;
  }
  .uk-grid > *:first-child {
    padding-left: 40px;
  }
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  padding: 7px 10px 6px;
  max-width: 100%;
  border: none;
  border-bottom: 1px solid #707070;
  background-color: #EFEFEF;
  color: #131313;
  font-size: 12px;
}
input[type=text]:hover,
input[type=email]:hover,
input[type=url]:hover,
input[type=password]:hover,
input[type=search]:hover,
input[type=number]:hover,
input[type=tel]:hover,
input[type=range]:hover,
input[type=date]:hover,
input[type=month]:hover,
input[type=week]:hover,
input[type=time]:hover,
input[type=datetime]:hover,
input[type=datetime-local]:hover,
input[type=color]:hover,
textarea:hover {
  border-color: #C4C7D0;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  outline: none;
  border-color: #757990;
}
.bg-light-grey input[type=text],
.bg-light-grey input[type=email],
.bg-light-grey input[type=url],
.bg-light-grey input[type=password],
.bg-light-grey input[type=search],
.bg-light-grey input[type=number],
.bg-light-grey input[type=tel],
.bg-light-grey input[type=range],
.bg-light-grey input[type=date],
.bg-light-grey input[type=month],
.bg-light-grey input[type=week],
.bg-light-grey input[type=time],
.bg-light-grey input[type=datetime],
.bg-light-grey input[type=datetime-local],
.bg-light-grey input[type=color],
.bg-light-grey textarea {
  background-color: #fff;
  border-color: #C4C7D0;
}

select {
  border: 1px solid #C4C7D0;
  height: 35px;
  max-width: 300px;
  padding: 0 5px;
  background-color: #ffffff;
}
select:hover {
  border-color: #C4C7D0;
}
select:focus {
  outline: none;
}

textarea {
  width: 100%;
}

input[type=submit] {
  display: inline-block;
  font-family: "Noto Sans Mono", monospace;
  font-size: 16px;
  font-weight: 500;
  color: #EF4E25;
  background: transparent;
  background-image: url(./assets/images/arrow.svg);
  background-position: right;
  background-repeat: no-repeat;
  border: none;
  padding: 10px 40px 10px 0;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
input[type=submit]:hover {
  padding-right: 45px;
}

.wpcf7 form.resetting {
  opacity: 0.3;
}
.wpcf7 form.sent > *:not(.wpcf7-response-output) {
  display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  border-width: 1px;
  background-color: rgba(70, 180, 80, 0.1);
  position: relative;
  padding: 10px 5px 10px 35px;
}
.wpcf7 form.sent .wpcf7-response-output::before {
  content: "\ea10";
  font-family: "icomoon" !important;
  font-size: 1.5rem;
  position: absolute;
  left: -23px;
  top: 50%;
  color: #46b450;
  transform: translateY(-50%);
  background-color: #fff;
  width: 2.85rem;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #46b450;
}
.wpcf7 form.invalid .wpcf7-response-output {
  border-color: #dc3232 !important;
  border-width: 1px;
  background-color: rgba(220, 50, 50, 0.1);
  position: relative;
  padding: 10px 20px;
}
.wpcf7 form .wpcf7-response-output {
  margin: 1em 0 1em;
  padding: 5px 10px;
  font-size: 14px;
  color: #FFF;
  color: #131313;
  text-align: center;
}
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
  display: block;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item label {
  cursor: pointer;
}

.start-now-page .wpcf7-response-output {
  color: #131313 !important;
}

.page-search-form input[type=text] {
  width: 500px;
  height: 35px;
  font-size: 18px;
}

.start-now-page h4 {
  font-size: 28px;
}
.start-now-page .back-btn {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}
.start-now-page .back-btn:hover {
  color: #EF4E25;
}
@media (max-width: 959px) {
  .start-now-page .back-btn {
    margin-bottom: 15px;
    display: inline-block;
  }
}
.start-now-page input.wpcf7-form-control, .start-now-page select {
  background: #f2f2f2;
  border-radius: 40px;
  border: none;
  width: 100%;
  padding: 16px 30px;
  color: black;
  max-width: 100%;
  height: auto;
  font-size: 16px;
  font-family: "Noto Sans";
}
.start-now-page select.wpcf7-form-control {
  color: #605c5a !important;
  padding-right: 20px;
  border-right: 16px solid transparent;
}
.start-now-page p {
  box-sizing: border-box;
}
.start-now-page hr {
  color: #d9d9d9;
}
.start-now-page input.wpcf7-submit {
  color: #FFF !important;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #EF4E25;
  position: relative;
  font-family: "Noto Sans";
  font-size: 16px;
}
.start-now-page .wpcf7-list-item-label {
  font-weight: 700;
}
.start-now-page .custom-fieldset {
  border: none;
  padding: 0;
}
@media (min-width: 1200px) {
  .start-now-page .custom-fieldset {
    display: flex;
  }
  .start-now-page .custom-fieldset .country-form-field {
    display: inline-block;
    max-width: 97%;
  }
  .start-now-page .custom-fieldset .language-form-field {
    display: inline-block;
  }
  .start-now-page .custom-fieldset p {
    margin: 0;
  }
  .start-now-page .custom-fieldset > p:first-child {
    width: 70%;
  }
  .start-now-page .custom-fieldset > p:last-child {
    width: 30%;
  }
}
.start-now-page .wpcf7-spinner {
  margin: 0 auto;
  display: block;
  margin-top: 10px;
}

input[type=checkbox]:checked {
  accent-color: #EF4E25; /* Change the background color when checked */
}

.search-block {
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 959px) {
  .search-block {
    width: 100%;
  }
}

.ndgt-search .ndgt-search-bar {
  width: 100%;
}
@media (min-width: 640px) {
  .ndgt-search .ndgt-search-bar {
    width: 400px;
  }
}
.ndgt-search .ndgt-search-bar input {
  background: #FFF !important;
  border: 1px solid #000;
  border-radius: 40px;
  font-size: 14px;
  line-height: 20px;
  padding: 14px 28px;
  height: auto;
}
@media (min-width: 960px) {
  .ndgt-search .ndgt-search-bar input {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 1200px) {
  .ndgt-search .ndgt-search-bar input {
    min-width: 520px;
    padding: 20px 32px;
  }
}
.ndgt-search .ndgt-search-bar .uk-search-icon {
  color: #131313;
  margin-left: 32px;
}

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

.uk-search-default .uk-search-icon {
  width: auto;
}

.ndgt-search-clear {
  font-style: italic;
  margin-top: 5px;
  display: block;
  font-size: 14px;
  margin-left: 5px;
}

.ndgt-pagination .pagination-dropdown {
  border: 1px solid #000;
  border-radius: 20px;
  padding: 5px 20px;
}
.ndgt-pagination .pagination-arrow {
  padding: 12px;
  background: #FFF;
  border: 1px solid black;
  border-radius: 50%;
  cursor: pointer;
  color: #000;
}
.ndgt-pagination .pagination-arrow:hover {
  background: #000;
  color: #FFF;
}

.bg-orange {
  background: #EF4E25;
}

.bg-gradient {
  background: linear-gradient(90deg, rgb(239, 78, 37) 84%, rgb(239, 233, 116) 140%);
}

.bg-gradient--wide {
  background: linear-gradient(90deg, rgb(239, 78, 37) 50%, rgb(239, 233, 116) 140%);
}

.bg-orange,
.bg-gradient,
.bg-gradient--wide {
  color: #ffffff;
}
.bg-orange h1, .bg-orange h2, .bg-orange h3, .bg-orange h4, .bg-orange h5, .bg-orange h6,
.bg-gradient h1,
.bg-gradient h2,
.bg-gradient h3,
.bg-gradient h4,
.bg-gradient h5,
.bg-gradient h6,
.bg-gradient--wide h1,
.bg-gradient--wide h2,
.bg-gradient--wide h3,
.bg-gradient--wide h4,
.bg-gradient--wide h5,
.bg-gradient--wide h6 {
  color: #ffffff;
}

.bg-light-grey {
  background: #EFEFEF;
}

.bg-dark {
  background: #131313;
  color: #fff;
}

@keyframes glow {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  75% {
    transform: scale(1.2);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes type {
  from {
    width: 0;
  }
}
@keyframes type2 {
  0% {
    width: 0;
  }
  50% {
    width: 0;
  }
  100% {
    width: 100;
  }
}
@keyframes type3 {
  0% {
    width: 0;
  }
  57% {
    width: 0;
  }
  100% {
    width: 100;
  }
}
@keyframes type4 {
  0% {
    width: 0;
  }
  60% {
    width: 0;
  }
  100% {
    width: 100;
  }
}
@keyframes type5 {
  0% {
    width: 0;
  }
  60% {
    width: 0;
  }
  100% {
    width: 100;
  }
}
@keyframes type6 {
  0% {
    width: 0;
  }
  72% {
    width: 0;
  }
  100% {
    width: 100;
  }
}
@keyframes type7 {
  0% {
    width: 0;
  }
  85% {
    width: 0;
  }
  100% {
    width: 100;
  }
}
@keyframes type8 {
  0% {
    width: 0;
  }
  82% {
    width: 0;
  }
  100% {
    width: 100;
  }
}
@keyframes type9 {
  0% {
    width: 0;
  }
  82% {
    width: 0;
  }
  100% {
    width: 100;
  }
}
@keyframes type10 {
  0% {
    width: 0;
  }
  80% {
    width: 0;
  }
  100% {
    width: 100;
  }
}
@keyframes blink {
  to {
    opacity: 0;
  }
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
  content: "\e90a";
}

.icon-arrow-left:before {
  content: "\e909";
}

.icon-sun:before {
  content: "\e905";
}

.icon-plus:before {
  content: "\ea0a";
}

.icon-minus:before {
  content: "\ea0b";
}

.icon-cross:before {
  content: "\ea0f";
}

.icon-checkmark:before {
  content: "\ea10";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-twitter:before {
  content: "\ea96";
}

.icon-youtube:before {
  content: "\ea9d";
}

.icon-moon:before {
  content: "\e907";
}

.icon-sun1:before {
  content: "\e908";
}

.icon-check:before {
  content: "\e902";
}

.icon-cross:before {
  content: "\ea0f";
}

.icon-checkmark:before {
  content: "\ea10";
}

.icon-arrow-right:before {
  content: "\ea3c";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-twitter:before {
  content: "\ea96";
}

.icon-youtube:before {
  content: "\ea9d";
}

.icon-slack1:before {
  content: "\e906";
}

.icon-sun-o:before {
  content: "\e904";
}

.icon-moon-o:before {
  content: "\e903";
}

.icon-angle-down:before {
  content: "\e900";
}

.icon-slack:before {
  content: "\e901";
  color: #4a154b;
}

.icon-slack2:before {
  content: "\e901";
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/*!
 * Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.fa,
.fas,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin,
.fad,
.fa-duotone,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.uk-accordion-title::after, .ndgt-time::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0::before {
  content: "\30 ";
}

.fa-1::before {
  content: "\31 ";
}

.fa-2::before {
  content: "\32 ";
}

.fa-3::before {
  content: "\33 ";
}

.fa-4::before {
  content: "\34 ";
}

.fa-5::before {
  content: "\35 ";
}

.fa-6::before {
  content: "\36 ";
}

.fa-7::before {
  content: "\37 ";
}

.fa-8::before {
  content: "\38 ";
}

.fa-9::before {
  content: "\39 ";
}

.fa-a::before {
  content: "A";
}

.fa-address-book::before {
  content: "\f2b9";
}

.fa-contact-book::before {
  content: "\f2b9";
}

.fa-address-card::before {
  content: "\f2bb";
}

.fa-contact-card::before {
  content: "\f2bb";
}

.fa-vcard::before {
  content: "\f2bb";
}

.fa-align-center::before {
  content: "\f037";
}

.fa-align-justify::before {
  content: "\f039";
}

.fa-align-left::before {
  content: "\f036";
}

.fa-align-right::before {
  content: "\f038";
}

.fa-anchor::before {
  content: "\f13d";
}

.fa-anchor-circle-check::before {
  content: "\e4aa";
}

.fa-anchor-circle-exclamation::before {
  content: "\e4ab";
}

.fa-anchor-circle-xmark::before {
  content: "\e4ac";
}

.fa-anchor-lock::before {
  content: "\e4ad";
}

.fa-angle-down::before {
  content: "\f107";
}

.fa-angle-left::before {
  content: "\f104";
}

.fa-angle-right::before {
  content: "\f105";
}

.fa-angle-up::before {
  content: "\f106";
}

.fa-angles-down::before {
  content: "\f103";
}

.fa-angle-double-down::before {
  content: "\f103";
}

.fa-angles-left::before {
  content: "\f100";
}

.fa-angle-double-left::before {
  content: "\f100";
}

.fa-angles-right::before {
  content: "\f101";
}

.fa-angle-double-right::before {
  content: "\f101";
}

.fa-angles-up::before {
  content: "\f102";
}

.fa-angle-double-up::before {
  content: "\f102";
}

.fa-ankh::before {
  content: "\f644";
}

.fa-apple-whole::before {
  content: "\f5d1";
}

.fa-apple-alt::before {
  content: "\f5d1";
}

.fa-archway::before {
  content: "\f557";
}

.fa-arrow-down::before {
  content: "\f063";
}

.fa-arrow-down-1-9::before {
  content: "\f162";
}

.fa-sort-numeric-asc::before {
  content: "\f162";
}

.fa-sort-numeric-down::before {
  content: "\f162";
}

.fa-arrow-down-9-1::before {
  content: "\f886";
}

.fa-sort-numeric-desc::before {
  content: "\f886";
}

.fa-sort-numeric-down-alt::before {
  content: "\f886";
}

.fa-arrow-down-a-z::before {
  content: "\f15d";
}

.fa-sort-alpha-asc::before {
  content: "\f15d";
}

.fa-sort-alpha-down::before {
  content: "\f15d";
}

.fa-arrow-down-long::before {
  content: "\f175";
}

.fa-long-arrow-down::before {
  content: "\f175";
}

.fa-arrow-down-short-wide::before {
  content: "\f884";
}

.fa-sort-amount-desc::before {
  content: "\f884";
}

.fa-sort-amount-down-alt::before {
  content: "\f884";
}

.fa-arrow-down-up-across-line::before {
  content: "\e4af";
}

.fa-arrow-down-up-lock::before {
  content: "\e4b0";
}

.fa-arrow-down-wide-short::before {
  content: "\f160";
}

.fa-sort-amount-asc::before {
  content: "\f160";
}

.fa-sort-amount-down::before {
  content: "\f160";
}

.fa-arrow-down-z-a::before {
  content: "\f881";
}

.fa-sort-alpha-desc::before {
  content: "\f881";
}

.fa-sort-alpha-down-alt::before {
  content: "\f881";
}

.fa-arrow-left::before {
  content: "\f060";
}

.fa-arrow-left-long::before {
  content: "\f177";
}

.fa-long-arrow-left::before {
  content: "\f177";
}

.fa-arrow-pointer::before {
  content: "\f245";
}

.fa-mouse-pointer::before {
  content: "\f245";
}

.fa-arrow-right::before {
  content: "\f061";
}

.fa-arrow-right-arrow-left::before {
  content: "\f0ec";
}

.fa-exchange::before {
  content: "\f0ec";
}

.fa-arrow-right-from-bracket::before {
  content: "\f08b";
}

.fa-sign-out::before {
  content: "\f08b";
}

.fa-arrow-right-long::before {
  content: "\f178";
}

.fa-long-arrow-right::before {
  content: "\f178";
}

.fa-arrow-right-to-bracket::before {
  content: "\f090";
}

.fa-sign-in::before {
  content: "\f090";
}

.fa-arrow-right-to-city::before {
  content: "\e4b3";
}

.fa-arrow-rotate-left::before {
  content: "\f0e2";
}

.fa-arrow-left-rotate::before {
  content: "\f0e2";
}

.fa-arrow-rotate-back::before {
  content: "\f0e2";
}

.fa-arrow-rotate-backward::before {
  content: "\f0e2";
}

.fa-undo::before {
  content: "\f0e2";
}

.fa-arrow-rotate-right::before {
  content: "\f01e";
}

.fa-arrow-right-rotate::before {
  content: "\f01e";
}

.fa-arrow-rotate-forward::before {
  content: "\f01e";
}

.fa-redo::before {
  content: "\f01e";
}

.fa-arrow-trend-down::before {
  content: "\e097";
}

.fa-arrow-trend-up::before {
  content: "\e098";
}

.fa-arrow-turn-down::before {
  content: "\f149";
}

.fa-level-down::before {
  content: "\f149";
}

.fa-arrow-turn-up::before {
  content: "\f148";
}

.fa-level-up::before {
  content: "\f148";
}

.fa-arrow-up::before {
  content: "\f062";
}

.fa-arrow-up-1-9::before {
  content: "\f163";
}

.fa-sort-numeric-up::before {
  content: "\f163";
}

.fa-arrow-up-9-1::before {
  content: "\f887";
}

.fa-sort-numeric-up-alt::before {
  content: "\f887";
}

.fa-arrow-up-a-z::before {
  content: "\f15e";
}

.fa-sort-alpha-up::before {
  content: "\f15e";
}

.fa-arrow-up-from-bracket::before {
  content: "\e09a";
}

.fa-arrow-up-from-ground-water::before {
  content: "\e4b5";
}

.fa-arrow-up-from-water-pump::before {
  content: "\e4b6";
}

.fa-arrow-up-long::before {
  content: "\f176";
}

.fa-long-arrow-up::before {
  content: "\f176";
}

.fa-arrow-up-right-dots::before {
  content: "\e4b7";
}

.fa-arrow-up-right-from-square::before {
  content: "\f08e";
}

.fa-external-link::before {
  content: "\f08e";
}

.fa-arrow-up-short-wide::before {
  content: "\f885";
}

.fa-sort-amount-up-alt::before {
  content: "\f885";
}

.fa-arrow-up-wide-short::before {
  content: "\f161";
}

.fa-sort-amount-up::before {
  content: "\f161";
}

.fa-arrow-up-z-a::before {
  content: "\f882";
}

.fa-sort-alpha-up-alt::before {
  content: "\f882";
}

.fa-arrows-down-to-line::before {
  content: "\e4b8";
}

.fa-arrows-down-to-people::before {
  content: "\e4b9";
}

.fa-arrows-left-right::before {
  content: "\f07e";
}

.fa-arrows-h::before {
  content: "\f07e";
}

.fa-arrows-left-right-to-line::before {
  content: "\e4ba";
}

.fa-arrows-rotate::before {
  content: "\f021";
}

.fa-refresh::before {
  content: "\f021";
}

.fa-sync::before {
  content: "\f021";
}

.fa-arrows-spin::before {
  content: "\e4bb";
}

.fa-arrows-split-up-and-left::before {
  content: "\e4bc";
}

.fa-arrows-to-circle::before {
  content: "\e4bd";
}

.fa-arrows-to-dot::before {
  content: "\e4be";
}

.fa-arrows-to-eye::before {
  content: "\e4bf";
}

.fa-arrows-turn-right::before {
  content: "\e4c0";
}

.fa-arrows-turn-to-dots::before {
  content: "\e4c1";
}

.fa-arrows-up-down::before {
  content: "\f07d";
}

.fa-arrows-v::before {
  content: "\f07d";
}

.fa-arrows-up-down-left-right::before {
  content: "\f047";
}

.fa-arrows::before {
  content: "\f047";
}

.fa-arrows-up-to-line::before {
  content: "\e4c2";
}

.fa-asterisk::before {
  content: "\*";
}

.fa-at::before {
  content: "\@";
}

.fa-atom::before {
  content: "\f5d2";
}

.fa-audio-description::before {
  content: "\f29e";
}

.fa-austral-sign::before {
  content: "\e0a9";
}

.fa-award::before {
  content: "\f559";
}

.fa-b::before {
  content: "B";
}

.fa-baby::before {
  content: "\f77c";
}

.fa-baby-carriage::before {
  content: "\f77d";
}

.fa-carriage-baby::before {
  content: "\f77d";
}

.fa-backward::before {
  content: "\f04a";
}

.fa-backward-fast::before {
  content: "\f049";
}

.fa-fast-backward::before {
  content: "\f049";
}

.fa-backward-step::before {
  content: "\f048";
}

.fa-step-backward::before {
  content: "\f048";
}

.fa-bacon::before {
  content: "\f7e5";
}

.fa-bacteria::before {
  content: "\e059";
}

.fa-bacterium::before {
  content: "\e05a";
}

.fa-bag-shopping::before {
  content: "\f290";
}

.fa-shopping-bag::before {
  content: "\f290";
}

.fa-bahai::before {
  content: "\f666";
}

.fa-haykal::before {
  content: "\f666";
}

.fa-baht-sign::before {
  content: "\e0ac";
}

.fa-ban::before {
  content: "\f05e";
}

.fa-cancel::before {
  content: "\f05e";
}

.fa-ban-smoking::before {
  content: "\f54d";
}

.fa-smoking-ban::before {
  content: "\f54d";
}

.fa-bandage::before {
  content: "\f462";
}

.fa-band-aid::before {
  content: "\f462";
}

.fa-barcode::before {
  content: "\f02a";
}

.fa-bars::before {
  content: "\f0c9";
}

.fa-navicon::before {
  content: "\f0c9";
}

.fa-bars-progress::before {
  content: "\f828";
}

.fa-tasks-alt::before {
  content: "\f828";
}

.fa-bars-staggered::before {
  content: "\f550";
}

.fa-reorder::before {
  content: "\f550";
}

.fa-stream::before {
  content: "\f550";
}

.fa-baseball::before {
  content: "\f433";
}

.fa-baseball-ball::before {
  content: "\f433";
}

.fa-baseball-bat-ball::before {
  content: "\f432";
}

.fa-basket-shopping::before {
  content: "\f291";
}

.fa-shopping-basket::before {
  content: "\f291";
}

.fa-basketball::before {
  content: "\f434";
}

.fa-basketball-ball::before {
  content: "\f434";
}

.fa-bath::before {
  content: "\f2cd";
}

.fa-bathtub::before {
  content: "\f2cd";
}

.fa-battery-empty::before {
  content: "\f244";
}

.fa-battery-0::before {
  content: "\f244";
}

.fa-battery-full::before {
  content: "\f240";
}

.fa-battery::before {
  content: "\f240";
}

.fa-battery-5::before {
  content: "\f240";
}

.fa-battery-half::before {
  content: "\f242";
}

.fa-battery-3::before {
  content: "\f242";
}

.fa-battery-quarter::before {
  content: "\f243";
}

.fa-battery-2::before {
  content: "\f243";
}

.fa-battery-three-quarters::before {
  content: "\f241";
}

.fa-battery-4::before {
  content: "\f241";
}

.fa-bed::before {
  content: "\f236";
}

.fa-bed-pulse::before {
  content: "\f487";
}

.fa-procedures::before {
  content: "\f487";
}

.fa-beer-mug-empty::before {
  content: "\f0fc";
}

.fa-beer::before {
  content: "\f0fc";
}

.fa-bell::before {
  content: "\f0f3";
}

.fa-bell-concierge::before {
  content: "\f562";
}

.fa-concierge-bell::before {
  content: "\f562";
}

.fa-bell-slash::before {
  content: "\f1f6";
}

.fa-bezier-curve::before {
  content: "\f55b";
}

.fa-bicycle::before {
  content: "\f206";
}

.fa-binoculars::before {
  content: "\f1e5";
}

.fa-biohazard::before {
  content: "\f780";
}

.fa-bitcoin-sign::before {
  content: "\e0b4";
}

.fa-blender::before {
  content: "\f517";
}

.fa-blender-phone::before {
  content: "\f6b6";
}

.fa-blog::before {
  content: "\f781";
}

.fa-bold::before {
  content: "\f032";
}

.fa-bolt::before {
  content: "\f0e7";
}

.fa-zap::before {
  content: "\f0e7";
}

.fa-bolt-lightning::before {
  content: "\e0b7";
}

.fa-bomb::before {
  content: "\f1e2";
}

.fa-bone::before {
  content: "\f5d7";
}

.fa-bong::before {
  content: "\f55c";
}

.fa-book::before {
  content: "\f02d";
}

.fa-book-atlas::before {
  content: "\f558";
}

.fa-atlas::before {
  content: "\f558";
}

.fa-book-bible::before {
  content: "\f647";
}

.fa-bible::before {
  content: "\f647";
}

.fa-book-bookmark::before {
  content: "\e0bb";
}

.fa-book-journal-whills::before {
  content: "\f66a";
}

.fa-journal-whills::before {
  content: "\f66a";
}

.fa-book-medical::before {
  content: "\f7e6";
}

.fa-book-open::before {
  content: "\f518";
}

.fa-book-open-reader::before {
  content: "\f5da";
}

.fa-book-reader::before {
  content: "\f5da";
}

.fa-book-quran::before {
  content: "\f687";
}

.fa-quran::before {
  content: "\f687";
}

.fa-book-skull::before {
  content: "\f6b7";
}

.fa-book-dead::before {
  content: "\f6b7";
}

.fa-book-tanakh::before {
  content: "\f827";
}

.fa-tanakh::before {
  content: "\f827";
}

.fa-bookmark::before {
  content: "\f02e";
}

.fa-border-all::before {
  content: "\f84c";
}

.fa-border-none::before {
  content: "\f850";
}

.fa-border-top-left::before {
  content: "\f853";
}

.fa-border-style::before {
  content: "\f853";
}

.fa-bore-hole::before {
  content: "\e4c3";
}

.fa-bottle-droplet::before {
  content: "\e4c4";
}

.fa-bottle-water::before {
  content: "\e4c5";
}

.fa-bowl-food::before {
  content: "\e4c6";
}

.fa-bowl-rice::before {
  content: "\e2eb";
}

.fa-bowling-ball::before {
  content: "\f436";
}

.fa-box::before {
  content: "\f466";
}

.fa-box-archive::before {
  content: "\f187";
}

.fa-archive::before {
  content: "\f187";
}

.fa-box-open::before {
  content: "\f49e";
}

.fa-box-tissue::before {
  content: "\e05b";
}

.fa-boxes-packing::before {
  content: "\e4c7";
}

.fa-boxes-stacked::before {
  content: "\f468";
}

.fa-boxes::before {
  content: "\f468";
}

.fa-boxes-alt::before {
  content: "\f468";
}

.fa-braille::before {
  content: "\f2a1";
}

.fa-brain::before {
  content: "\f5dc";
}

.fa-brazilian-real-sign::before {
  content: "\e46c";
}

.fa-bread-slice::before {
  content: "\f7ec";
}

.fa-bridge::before {
  content: "\e4c8";
}

.fa-bridge-circle-check::before {
  content: "\e4c9";
}

.fa-bridge-circle-exclamation::before {
  content: "\e4ca";
}

.fa-bridge-circle-xmark::before {
  content: "\e4cb";
}

.fa-bridge-lock::before {
  content: "\e4cc";
}

.fa-bridge-water::before {
  content: "\e4ce";
}

.fa-briefcase::before {
  content: "\f0b1";
}

.fa-briefcase-medical::before {
  content: "\f469";
}

.fa-broom::before {
  content: "\f51a";
}

.fa-broom-ball::before {
  content: "\f458";
}

.fa-quidditch::before {
  content: "\f458";
}

.fa-quidditch-broom-ball::before {
  content: "\f458";
}

.fa-brush::before {
  content: "\f55d";
}

.fa-bucket::before {
  content: "\e4cf";
}

.fa-bug::before {
  content: "\f188";
}

.fa-bug-slash::before {
  content: "\e490";
}

.fa-bugs::before {
  content: "\e4d0";
}

.fa-building::before {
  content: "\f1ad";
}

.fa-building-circle-arrow-right::before {
  content: "\e4d1";
}

.fa-building-circle-check::before {
  content: "\e4d2";
}

.fa-building-circle-exclamation::before {
  content: "\e4d3";
}

.fa-building-circle-xmark::before {
  content: "\e4d4";
}

.fa-building-columns::before {
  content: "\f19c";
}

.fa-bank::before {
  content: "\f19c";
}

.fa-institution::before {
  content: "\f19c";
}

.fa-museum::before {
  content: "\f19c";
}

.fa-university::before {
  content: "\f19c";
}

.fa-building-flag::before {
  content: "\e4d5";
}

.fa-building-lock::before {
  content: "\e4d6";
}

.fa-building-ngo::before {
  content: "\e4d7";
}

.fa-building-shield::before {
  content: "\e4d8";
}

.fa-building-un::before {
  content: "\e4d9";
}

.fa-building-user::before {
  content: "\e4da";
}

.fa-building-wheat::before {
  content: "\e4db";
}

.fa-bullhorn::before {
  content: "\f0a1";
}

.fa-bullseye::before {
  content: "\f140";
}

.fa-burger::before {
  content: "\f805";
}

.fa-hamburger::before {
  content: "\f805";
}

.fa-burst::before {
  content: "\e4dc";
}

.fa-bus::before {
  content: "\f207";
}

.fa-bus-simple::before {
  content: "\f55e";
}

.fa-bus-alt::before {
  content: "\f55e";
}

.fa-business-time::before {
  content: "\f64a";
}

.fa-briefcase-clock::before {
  content: "\f64a";
}

.fa-c::before {
  content: "C";
}

.fa-cable-car::before {
  content: "\f7da";
}

.fa-tram::before {
  content: "\f7da";
}

.fa-cake-candles::before {
  content: "\f1fd";
}

.fa-birthday-cake::before {
  content: "\f1fd";
}

.fa-cake::before {
  content: "\f1fd";
}

.fa-calculator::before {
  content: "\f1ec";
}

.fa-calendar::before {
  content: "\f133";
}

.fa-calendar-check::before {
  content: "\f274";
}

.fa-calendar-day::before {
  content: "\f783";
}

.fa-calendar-days::before {
  content: "\f073";
}

.fa-calendar-alt::before {
  content: "\f073";
}

.fa-calendar-minus::before {
  content: "\f272";
}

.fa-calendar-plus::before {
  content: "\f271";
}

.fa-calendar-week::before {
  content: "\f784";
}

.fa-calendar-xmark::before {
  content: "\f273";
}

.fa-calendar-times::before {
  content: "\f273";
}

.fa-camera::before {
  content: "\f030";
}

.fa-camera-alt::before {
  content: "\f030";
}

.fa-camera-retro::before {
  content: "\f083";
}

.fa-camera-rotate::before {
  content: "\e0d8";
}

.fa-campground::before {
  content: "\f6bb";
}

.fa-candy-cane::before {
  content: "\f786";
}

.fa-cannabis::before {
  content: "\f55f";
}

.fa-capsules::before {
  content: "\f46b";
}

.fa-car::before {
  content: "\f1b9";
}

.fa-automobile::before {
  content: "\f1b9";
}

.fa-car-battery::before {
  content: "\f5df";
}

.fa-battery-car::before {
  content: "\f5df";
}

.fa-car-burst::before {
  content: "\f5e1";
}

.fa-car-crash::before {
  content: "\f5e1";
}

.fa-car-on::before {
  content: "\e4dd";
}

.fa-car-rear::before {
  content: "\f5de";
}

.fa-car-alt::before {
  content: "\f5de";
}

.fa-car-side::before {
  content: "\f5e4";
}

.fa-car-tunnel::before {
  content: "\e4de";
}

.fa-caravan::before {
  content: "\f8ff";
}

.fa-caret-down::before {
  content: "\f0d7";
}

.fa-caret-left::before {
  content: "\f0d9";
}

.fa-caret-right::before {
  content: "\f0da";
}

.fa-caret-up::before {
  content: "\f0d8";
}

.fa-carrot::before {
  content: "\f787";
}

.fa-cart-arrow-down::before {
  content: "\f218";
}

.fa-cart-flatbed::before {
  content: "\f474";
}

.fa-dolly-flatbed::before {
  content: "\f474";
}

.fa-cart-flatbed-suitcase::before {
  content: "\f59d";
}

.fa-luggage-cart::before {
  content: "\f59d";
}

.fa-cart-plus::before {
  content: "\f217";
}

.fa-cart-shopping::before {
  content: "\f07a";
}

.fa-shopping-cart::before {
  content: "\f07a";
}

.fa-cash-register::before {
  content: "\f788";
}

.fa-cat::before {
  content: "\f6be";
}

.fa-cedi-sign::before {
  content: "\e0df";
}

.fa-cent-sign::before {
  content: "\e3f5";
}

.fa-certificate::before {
  content: "\f0a3";
}

.fa-chair::before {
  content: "\f6c0";
}

.fa-chalkboard::before {
  content: "\f51b";
}

.fa-blackboard::before {
  content: "\f51b";
}

.fa-chalkboard-user::before {
  content: "\f51c";
}

.fa-chalkboard-teacher::before {
  content: "\f51c";
}

.fa-champagne-glasses::before {
  content: "\f79f";
}

.fa-glass-cheers::before {
  content: "\f79f";
}

.fa-charging-station::before {
  content: "\f5e7";
}

.fa-chart-area::before {
  content: "\f1fe";
}

.fa-area-chart::before {
  content: "\f1fe";
}

.fa-chart-bar::before {
  content: "\f080";
}

.fa-bar-chart::before {
  content: "\f080";
}

.fa-chart-column::before {
  content: "\e0e3";
}

.fa-chart-gantt::before {
  content: "\e0e4";
}

.fa-chart-line::before {
  content: "\f201";
}

.fa-line-chart::before {
  content: "\f201";
}

.fa-chart-pie::before {
  content: "\f200";
}

.fa-pie-chart::before {
  content: "\f200";
}

.fa-chart-simple::before {
  content: "\e473";
}

.fa-check::before {
  content: "\f00c";
}

.fa-check-double::before {
  content: "\f560";
}

.fa-check-to-slot::before {
  content: "\f772";
}

.fa-vote-yea::before {
  content: "\f772";
}

.fa-cheese::before {
  content: "\f7ef";
}

.fa-chess::before {
  content: "\f439";
}

.fa-chess-bishop::before {
  content: "\f43a";
}

.fa-chess-board::before {
  content: "\f43c";
}

.fa-chess-king::before {
  content: "\f43f";
}

.fa-chess-knight::before {
  content: "\f441";
}

.fa-chess-pawn::before {
  content: "\f443";
}

.fa-chess-queen::before {
  content: "\f445";
}

.fa-chess-rook::before {
  content: "\f447";
}

.fa-chevron-down::before {
  content: "\f078";
}

.fa-chevron-left::before {
  content: "\f053";
}

.fa-chevron-right::before {
  content: "\f054";
}

.fa-chevron-up::before {
  content: "\f077";
}

.fa-child::before {
  content: "\f1ae";
}

.fa-child-dress::before {
  content: "\e59c";
}

.fa-child-reaching::before {
  content: "\e59d";
}

.fa-child-rifle::before {
  content: "\e4e0";
}

.fa-children::before {
  content: "\e4e1";
}

.fa-church::before {
  content: "\f51d";
}

.fa-circle::before {
  content: "\f111";
}

.fa-circle-arrow-down::before {
  content: "\f0ab";
}

.fa-arrow-circle-down::before {
  content: "\f0ab";
}

.fa-circle-arrow-left::before {
  content: "\f0a8";
}

.fa-arrow-circle-left::before {
  content: "\f0a8";
}

.fa-circle-arrow-right::before {
  content: "\f0a9";
}

.fa-arrow-circle-right::before {
  content: "\f0a9";
}

.fa-circle-arrow-up::before {
  content: "\f0aa";
}

.fa-arrow-circle-up::before {
  content: "\f0aa";
}

.fa-circle-check::before {
  content: "\f058";
}

.fa-check-circle::before {
  content: "\f058";
}

.fa-circle-chevron-down::before {
  content: "\f13a";
}

.fa-chevron-circle-down::before {
  content: "\f13a";
}

.fa-circle-chevron-left::before {
  content: "\f137";
}

.fa-chevron-circle-left::before {
  content: "\f137";
}

.fa-circle-chevron-right::before {
  content: "\f138";
}

.fa-chevron-circle-right::before {
  content: "\f138";
}

.fa-circle-chevron-up::before {
  content: "\f139";
}

.fa-chevron-circle-up::before {
  content: "\f139";
}

.fa-circle-dollar-to-slot::before {
  content: "\f4b9";
}

.fa-donate::before {
  content: "\f4b9";
}

.fa-circle-dot::before {
  content: "\f192";
}

.fa-dot-circle::before {
  content: "\f192";
}

.fa-circle-down::before {
  content: "\f358";
}

.fa-arrow-alt-circle-down::before {
  content: "\f358";
}

.fa-circle-exclamation::before {
  content: "\f06a";
}

.fa-exclamation-circle::before {
  content: "\f06a";
}

.fa-circle-h::before {
  content: "\f47e";
}

.fa-hospital-symbol::before {
  content: "\f47e";
}

.fa-circle-half-stroke::before {
  content: "\f042";
}

.fa-adjust::before {
  content: "\f042";
}

.fa-circle-info::before {
  content: "\f05a";
}

.fa-info-circle::before {
  content: "\f05a";
}

.fa-circle-left::before {
  content: "\f359";
}

.fa-arrow-alt-circle-left::before {
  content: "\f359";
}

.fa-circle-minus::before {
  content: "\f056";
}

.fa-minus-circle::before {
  content: "\f056";
}

.fa-circle-nodes::before {
  content: "\e4e2";
}

.fa-circle-notch::before {
  content: "\f1ce";
}

.fa-circle-pause::before {
  content: "\f28b";
}

.fa-pause-circle::before {
  content: "\f28b";
}

.fa-circle-play::before {
  content: "\f144";
}

.fa-play-circle::before {
  content: "\f144";
}

.fa-circle-plus::before {
  content: "\f055";
}

.fa-plus-circle::before {
  content: "\f055";
}

.fa-circle-question::before {
  content: "\f059";
}

.fa-question-circle::before {
  content: "\f059";
}

.fa-circle-radiation::before {
  content: "\f7ba";
}

.fa-radiation-alt::before {
  content: "\f7ba";
}

.fa-circle-right::before {
  content: "\f35a";
}

.fa-arrow-alt-circle-right::before {
  content: "\f35a";
}

.fa-circle-stop::before {
  content: "\f28d";
}

.fa-stop-circle::before {
  content: "\f28d";
}

.fa-circle-up::before {
  content: "\f35b";
}

.fa-arrow-alt-circle-up::before {
  content: "\f35b";
}

.fa-circle-user::before {
  content: "\f2bd";
}

.fa-user-circle::before {
  content: "\f2bd";
}

.fa-circle-xmark::before {
  content: "\f057";
}

.fa-times-circle::before {
  content: "\f057";
}

.fa-xmark-circle::before {
  content: "\f057";
}

.fa-city::before {
  content: "\f64f";
}

.fa-clapperboard::before {
  content: "\e131";
}

.fa-clipboard::before {
  content: "\f328";
}

.fa-clipboard-check::before {
  content: "\f46c";
}

.fa-clipboard-list::before {
  content: "\f46d";
}

.fa-clipboard-question::before {
  content: "\e4e3";
}

.fa-clipboard-user::before {
  content: "\f7f3";
}

.fa-clock::before {
  content: "\f017";
}

.fa-clock-four::before {
  content: "\f017";
}

.fa-clock-rotate-left::before {
  content: "\f1da";
}

.fa-history::before {
  content: "\f1da";
}

.fa-clone::before {
  content: "\f24d";
}

.fa-closed-captioning::before {
  content: "\f20a";
}

.fa-cloud::before {
  content: "\f0c2";
}

.fa-cloud-arrow-down::before {
  content: "\f0ed";
}

.fa-cloud-download::before {
  content: "\f0ed";
}

.fa-cloud-download-alt::before {
  content: "\f0ed";
}

.fa-cloud-arrow-up::before {
  content: "\f0ee";
}

.fa-cloud-upload::before {
  content: "\f0ee";
}

.fa-cloud-upload-alt::before {
  content: "\f0ee";
}

.fa-cloud-bolt::before {
  content: "\f76c";
}

.fa-thunderstorm::before {
  content: "\f76c";
}

.fa-cloud-meatball::before {
  content: "\f73b";
}

.fa-cloud-moon::before {
  content: "\f6c3";
}

.fa-cloud-moon-rain::before {
  content: "\f73c";
}

.fa-cloud-rain::before {
  content: "\f73d";
}

.fa-cloud-showers-heavy::before {
  content: "\f740";
}

.fa-cloud-showers-water::before {
  content: "\e4e4";
}

.fa-cloud-sun::before {
  content: "\f6c4";
}

.fa-cloud-sun-rain::before {
  content: "\f743";
}

.fa-clover::before {
  content: "\e139";
}

.fa-code::before {
  content: "\f121";
}

.fa-code-branch::before {
  content: "\f126";
}

.fa-code-commit::before {
  content: "\f386";
}

.fa-code-compare::before {
  content: "\e13a";
}

.fa-code-fork::before {
  content: "\e13b";
}

.fa-code-merge::before {
  content: "\f387";
}

.fa-code-pull-request::before {
  content: "\e13c";
}

.fa-coins::before {
  content: "\f51e";
}

.fa-colon-sign::before {
  content: "\e140";
}

.fa-comment::before {
  content: "\f075";
}

.fa-comment-dollar::before {
  content: "\f651";
}

.fa-comment-dots::before {
  content: "\f4ad";
}

.fa-commenting::before {
  content: "\f4ad";
}

.fa-comment-medical::before {
  content: "\f7f5";
}

.fa-comment-slash::before {
  content: "\f4b3";
}

.fa-comment-sms::before {
  content: "\f7cd";
}

.fa-sms::before {
  content: "\f7cd";
}

.fa-comments::before {
  content: "\f086";
}

.fa-comments-dollar::before {
  content: "\f653";
}

.fa-compact-disc::before {
  content: "\f51f";
}

.fa-compass::before {
  content: "\f14e";
}

.fa-compass-drafting::before {
  content: "\f568";
}

.fa-drafting-compass::before {
  content: "\f568";
}

.fa-compress::before {
  content: "\f066";
}

.fa-computer::before {
  content: "\e4e5";
}

.fa-computer-mouse::before {
  content: "\f8cc";
}

.fa-mouse::before {
  content: "\f8cc";
}

.fa-cookie::before {
  content: "\f563";
}

.fa-cookie-bite::before {
  content: "\f564";
}

.fa-copy::before {
  content: "\f0c5";
}

.fa-copyright::before {
  content: "\f1f9";
}

.fa-couch::before {
  content: "\f4b8";
}

.fa-cow::before {
  content: "\f6c8";
}

.fa-credit-card::before {
  content: "\f09d";
}

.fa-credit-card-alt::before {
  content: "\f09d";
}

.fa-crop::before {
  content: "\f125";
}

.fa-crop-simple::before {
  content: "\f565";
}

.fa-crop-alt::before {
  content: "\f565";
}

.fa-cross::before {
  content: "\f654";
}

.fa-crosshairs::before {
  content: "\f05b";
}

.fa-crow::before {
  content: "\f520";
}

.fa-crown::before {
  content: "\f521";
}

.fa-crutch::before {
  content: "\f7f7";
}

.fa-cruzeiro-sign::before {
  content: "\e152";
}

.fa-cube::before {
  content: "\f1b2";
}

.fa-cubes::before {
  content: "\f1b3";
}

.fa-cubes-stacked::before {
  content: "\e4e6";
}

.fa-d::before {
  content: "D";
}

.fa-database::before {
  content: "\f1c0";
}

.fa-delete-left::before {
  content: "\f55a";
}

.fa-backspace::before {
  content: "\f55a";
}

.fa-democrat::before {
  content: "\f747";
}

.fa-desktop::before {
  content: "\f390";
}

.fa-desktop-alt::before {
  content: "\f390";
}

.fa-dharmachakra::before {
  content: "\f655";
}

.fa-diagram-next::before {
  content: "\e476";
}

.fa-diagram-predecessor::before {
  content: "\e477";
}

.fa-diagram-project::before {
  content: "\f542";
}

.fa-project-diagram::before {
  content: "\f542";
}

.fa-diagram-successor::before {
  content: "\e47a";
}

.fa-diamond::before {
  content: "\f219";
}

.fa-diamond-turn-right::before {
  content: "\f5eb";
}

.fa-directions::before {
  content: "\f5eb";
}

.fa-dice::before {
  content: "\f522";
}

.fa-dice-d20::before {
  content: "\f6cf";
}

.fa-dice-d6::before {
  content: "\f6d1";
}

.fa-dice-five::before {
  content: "\f523";
}

.fa-dice-four::before {
  content: "\f524";
}

.fa-dice-one::before {
  content: "\f525";
}

.fa-dice-six::before {
  content: "\f526";
}

.fa-dice-three::before {
  content: "\f527";
}

.fa-dice-two::before {
  content: "\f528";
}

.fa-disease::before {
  content: "\f7fa";
}

.fa-display::before {
  content: "\e163";
}

.fa-divide::before {
  content: "\f529";
}

.fa-dna::before {
  content: "\f471";
}

.fa-dog::before {
  content: "\f6d3";
}

.fa-dollar-sign::before {
  content: "\$";
}

.fa-dollar::before {
  content: "\$";
}

.fa-usd::before {
  content: "\$";
}

.fa-dolly::before {
  content: "\f472";
}

.fa-dolly-box::before {
  content: "\f472";
}

.fa-dong-sign::before {
  content: "\e169";
}

.fa-door-closed::before {
  content: "\f52a";
}

.fa-door-open::before {
  content: "\f52b";
}

.fa-dove::before {
  content: "\f4ba";
}

.fa-down-left-and-up-right-to-center::before {
  content: "\f422";
}

.fa-compress-alt::before {
  content: "\f422";
}

.fa-down-long::before {
  content: "\f309";
}

.fa-long-arrow-alt-down::before {
  content: "\f309";
}

.fa-download::before {
  content: "\f019";
}

.fa-dragon::before {
  content: "\f6d5";
}

.fa-draw-polygon::before {
  content: "\f5ee";
}

.fa-droplet::before {
  content: "\f043";
}

.fa-tint::before {
  content: "\f043";
}

.fa-droplet-slash::before {
  content: "\f5c7";
}

.fa-tint-slash::before {
  content: "\f5c7";
}

.fa-drum::before {
  content: "\f569";
}

.fa-drum-steelpan::before {
  content: "\f56a";
}

.fa-drumstick-bite::before {
  content: "\f6d7";
}

.fa-dumbbell::before {
  content: "\f44b";
}

.fa-dumpster::before {
  content: "\f793";
}

.fa-dumpster-fire::before {
  content: "\f794";
}

.fa-dungeon::before {
  content: "\f6d9";
}

.fa-e::before {
  content: "E";
}

.fa-ear-deaf::before {
  content: "\f2a4";
}

.fa-deaf::before {
  content: "\f2a4";
}

.fa-deafness::before {
  content: "\f2a4";
}

.fa-hard-of-hearing::before {
  content: "\f2a4";
}

.fa-ear-listen::before {
  content: "\f2a2";
}

.fa-assistive-listening-systems::before {
  content: "\f2a2";
}

.fa-earth-africa::before {
  content: "\f57c";
}

.fa-globe-africa::before {
  content: "\f57c";
}

.fa-earth-americas::before {
  content: "\f57d";
}

.fa-earth::before {
  content: "\f57d";
}

.fa-earth-america::before {
  content: "\f57d";
}

.fa-globe-americas::before {
  content: "\f57d";
}

.fa-earth-asia::before {
  content: "\f57e";
}

.fa-globe-asia::before {
  content: "\f57e";
}

.fa-earth-europe::before {
  content: "\f7a2";
}

.fa-globe-europe::before {
  content: "\f7a2";
}

.fa-earth-oceania::before {
  content: "\e47b";
}

.fa-globe-oceania::before {
  content: "\e47b";
}

.fa-egg::before {
  content: "\f7fb";
}

.fa-eject::before {
  content: "\f052";
}

.fa-elevator::before {
  content: "\e16d";
}

.fa-ellipsis::before {
  content: "\f141";
}

.fa-ellipsis-h::before {
  content: "\f141";
}

.fa-ellipsis-vertical::before {
  content: "\f142";
}

.fa-ellipsis-v::before {
  content: "\f142";
}

.fa-envelope::before {
  content: "\f0e0";
}

.fa-envelope-circle-check::before {
  content: "\e4e8";
}

.fa-envelope-open::before {
  content: "\f2b6";
}

.fa-envelope-open-text::before {
  content: "\f658";
}

.fa-envelopes-bulk::before {
  content: "\f674";
}

.fa-mail-bulk::before {
  content: "\f674";
}

.fa-equals::before {
  content: "\=";
}

.fa-eraser::before {
  content: "\f12d";
}

.fa-ethernet::before {
  content: "\f796";
}

.fa-euro-sign::before {
  content: "\f153";
}

.fa-eur::before {
  content: "\f153";
}

.fa-euro::before {
  content: "\f153";
}

.fa-exclamation::before {
  content: "\!";
}

.fa-expand::before {
  content: "\f065";
}

.fa-explosion::before {
  content: "\e4e9";
}

.fa-eye::before {
  content: "\f06e";
}

.fa-eye-dropper::before {
  content: "\f1fb";
}

.fa-eye-dropper-empty::before {
  content: "\f1fb";
}

.fa-eyedropper::before {
  content: "\f1fb";
}

.fa-eye-low-vision::before {
  content: "\f2a8";
}

.fa-low-vision::before {
  content: "\f2a8";
}

.fa-eye-slash::before {
  content: "\f070";
}

.fa-f::before {
  content: "F";
}

.fa-face-angry::before {
  content: "\f556";
}

.fa-angry::before {
  content: "\f556";
}

.fa-face-dizzy::before {
  content: "\f567";
}

.fa-dizzy::before {
  content: "\f567";
}

.fa-face-flushed::before {
  content: "\f579";
}

.fa-flushed::before {
  content: "\f579";
}

.fa-face-frown::before {
  content: "\f119";
}

.fa-frown::before {
  content: "\f119";
}

.fa-face-frown-open::before {
  content: "\f57a";
}

.fa-frown-open::before {
  content: "\f57a";
}

.fa-face-grimace::before {
  content: "\f57f";
}

.fa-grimace::before {
  content: "\f57f";
}

.fa-face-grin::before {
  content: "\f580";
}

.fa-grin::before {
  content: "\f580";
}

.fa-face-grin-beam::before {
  content: "\f582";
}

.fa-grin-beam::before {
  content: "\f582";
}

.fa-face-grin-beam-sweat::before {
  content: "\f583";
}

.fa-grin-beam-sweat::before {
  content: "\f583";
}

.fa-face-grin-hearts::before {
  content: "\f584";
}

.fa-grin-hearts::before {
  content: "\f584";
}

.fa-face-grin-squint::before {
  content: "\f585";
}

.fa-grin-squint::before {
  content: "\f585";
}

.fa-face-grin-squint-tears::before {
  content: "\f586";
}

.fa-grin-squint-tears::before {
  content: "\f586";
}

.fa-face-grin-stars::before {
  content: "\f587";
}

.fa-grin-stars::before {
  content: "\f587";
}

.fa-face-grin-tears::before {
  content: "\f588";
}

.fa-grin-tears::before {
  content: "\f588";
}

.fa-face-grin-tongue::before {
  content: "\f589";
}

.fa-grin-tongue::before {
  content: "\f589";
}

.fa-face-grin-tongue-squint::before {
  content: "\f58a";
}

.fa-grin-tongue-squint::before {
  content: "\f58a";
}

.fa-face-grin-tongue-wink::before {
  content: "\f58b";
}

.fa-grin-tongue-wink::before {
  content: "\f58b";
}

.fa-face-grin-wide::before {
  content: "\f581";
}

.fa-grin-alt::before {
  content: "\f581";
}

.fa-face-grin-wink::before {
  content: "\f58c";
}

.fa-grin-wink::before {
  content: "\f58c";
}

.fa-face-kiss::before {
  content: "\f596";
}

.fa-kiss::before {
  content: "\f596";
}

.fa-face-kiss-beam::before {
  content: "\f597";
}

.fa-kiss-beam::before {
  content: "\f597";
}

.fa-face-kiss-wink-heart::before {
  content: "\f598";
}

.fa-kiss-wink-heart::before {
  content: "\f598";
}

.fa-face-laugh::before {
  content: "\f599";
}

.fa-laugh::before {
  content: "\f599";
}

.fa-face-laugh-beam::before {
  content: "\f59a";
}

.fa-laugh-beam::before {
  content: "\f59a";
}

.fa-face-laugh-squint::before {
  content: "\f59b";
}

.fa-laugh-squint::before {
  content: "\f59b";
}

.fa-face-laugh-wink::before {
  content: "\f59c";
}

.fa-laugh-wink::before {
  content: "\f59c";
}

.fa-face-meh::before {
  content: "\f11a";
}

.fa-meh::before {
  content: "\f11a";
}

.fa-face-meh-blank::before {
  content: "\f5a4";
}

.fa-meh-blank::before {
  content: "\f5a4";
}

.fa-face-rolling-eyes::before {
  content: "\f5a5";
}

.fa-meh-rolling-eyes::before {
  content: "\f5a5";
}

.fa-face-sad-cry::before {
  content: "\f5b3";
}

.fa-sad-cry::before {
  content: "\f5b3";
}

.fa-face-sad-tear::before {
  content: "\f5b4";
}

.fa-sad-tear::before {
  content: "\f5b4";
}

.fa-face-smile::before {
  content: "\f118";
}

.fa-smile::before {
  content: "\f118";
}

.fa-face-smile-beam::before {
  content: "\f5b8";
}

.fa-smile-beam::before {
  content: "\f5b8";
}

.fa-face-smile-wink::before {
  content: "\f4da";
}

.fa-smile-wink::before {
  content: "\f4da";
}

.fa-face-surprise::before {
  content: "\f5c2";
}

.fa-surprise::before {
  content: "\f5c2";
}

.fa-face-tired::before {
  content: "\f5c8";
}

.fa-tired::before {
  content: "\f5c8";
}

.fa-fan::before {
  content: "\f863";
}

.fa-faucet::before {
  content: "\e005";
}

.fa-faucet-drip::before {
  content: "\e006";
}

.fa-fax::before {
  content: "\f1ac";
}

.fa-feather::before {
  content: "\f52d";
}

.fa-feather-pointed::before {
  content: "\f56b";
}

.fa-feather-alt::before {
  content: "\f56b";
}

.fa-ferry::before {
  content: "\e4ea";
}

.fa-file::before {
  content: "\f15b";
}

.fa-file-arrow-down::before {
  content: "\f56d";
}

.fa-file-download::before {
  content: "\f56d";
}

.fa-file-arrow-up::before {
  content: "\f574";
}

.fa-file-upload::before {
  content: "\f574";
}

.fa-file-audio::before {
  content: "\f1c7";
}

.fa-file-circle-check::before {
  content: "\e5a0";
}

.fa-file-circle-exclamation::before {
  content: "\e4eb";
}

.fa-file-circle-minus::before {
  content: "\e4ed";
}

.fa-file-circle-plus::before {
  content: "\e494";
}

.fa-file-circle-question::before {
  content: "\e4ef";
}

.fa-file-circle-xmark::before {
  content: "\e5a1";
}

.fa-file-code::before {
  content: "\f1c9";
}

.fa-file-contract::before {
  content: "\f56c";
}

.fa-file-csv::before {
  content: "\f6dd";
}

.fa-file-excel::before {
  content: "\f1c3";
}

.fa-file-export::before {
  content: "\f56e";
}

.fa-arrow-right-from-file::before {
  content: "\f56e";
}

.fa-file-image::before {
  content: "\f1c5";
}

.fa-file-import::before {
  content: "\f56f";
}

.fa-arrow-right-to-file::before {
  content: "\f56f";
}

.fa-file-invoice::before {
  content: "\f570";
}

.fa-file-invoice-dollar::before {
  content: "\f571";
}

.fa-file-lines::before {
  content: "\f15c";
}

.fa-file-alt::before {
  content: "\f15c";
}

.fa-file-text::before {
  content: "\f15c";
}

.fa-file-medical::before {
  content: "\f477";
}

.fa-file-pdf::before {
  content: "\f1c1";
}

.fa-file-pen::before {
  content: "\f31c";
}

.fa-file-edit::before {
  content: "\f31c";
}

.fa-file-powerpoint::before {
  content: "\f1c4";
}

.fa-file-prescription::before {
  content: "\f572";
}

.fa-file-shield::before {
  content: "\e4f0";
}

.fa-file-signature::before {
  content: "\f573";
}

.fa-file-video::before {
  content: "\f1c8";
}

.fa-file-waveform::before {
  content: "\f478";
}

.fa-file-medical-alt::before {
  content: "\f478";
}

.fa-file-word::before {
  content: "\f1c2";
}

.fa-file-zipper::before {
  content: "\f1c6";
}

.fa-file-archive::before {
  content: "\f1c6";
}

.fa-fill::before {
  content: "\f575";
}

.fa-fill-drip::before {
  content: "\f576";
}

.fa-film::before {
  content: "\f008";
}

.fa-filter::before {
  content: "\f0b0";
}

.fa-filter-circle-dollar::before {
  content: "\f662";
}

.fa-funnel-dollar::before {
  content: "\f662";
}

.fa-filter-circle-xmark::before {
  content: "\e17b";
}

.fa-fingerprint::before {
  content: "\f577";
}

.fa-fire::before {
  content: "\f06d";
}

.fa-fire-burner::before {
  content: "\e4f1";
}

.fa-fire-extinguisher::before {
  content: "\f134";
}

.fa-fire-flame-curved::before {
  content: "\f7e4";
}

.fa-fire-alt::before {
  content: "\f7e4";
}

.fa-fire-flame-simple::before {
  content: "\f46a";
}

.fa-burn::before {
  content: "\f46a";
}

.fa-fish::before {
  content: "\f578";
}

.fa-fish-fins::before {
  content: "\e4f2";
}

.fa-flag::before {
  content: "\f024";
}

.fa-flag-checkered::before {
  content: "\f11e";
}

.fa-flag-usa::before {
  content: "\f74d";
}

.fa-flask::before {
  content: "\f0c3";
}

.fa-flask-vial::before {
  content: "\e4f3";
}

.fa-floppy-disk::before {
  content: "\f0c7";
}

.fa-save::before {
  content: "\f0c7";
}

.fa-florin-sign::before {
  content: "\e184";
}

.fa-folder::before {
  content: "\f07b";
}

.fa-folder-blank::before {
  content: "\f07b";
}

.fa-folder-closed::before {
  content: "\e185";
}

.fa-folder-minus::before {
  content: "\f65d";
}

.fa-folder-open::before {
  content: "\f07c";
}

.fa-folder-plus::before {
  content: "\f65e";
}

.fa-folder-tree::before {
  content: "\f802";
}

.fa-font::before {
  content: "\f031";
}

.fa-football::before {
  content: "\f44e";
}

.fa-football-ball::before {
  content: "\f44e";
}

.fa-forward::before {
  content: "\f04e";
}

.fa-forward-fast::before {
  content: "\f050";
}

.fa-fast-forward::before {
  content: "\f050";
}

.fa-forward-step::before {
  content: "\f051";
}

.fa-step-forward::before {
  content: "\f051";
}

.fa-franc-sign::before {
  content: "\e18f";
}

.fa-frog::before {
  content: "\f52e";
}

.fa-futbol::before {
  content: "\f1e3";
}

.fa-futbol-ball::before {
  content: "\f1e3";
}

.fa-soccer-ball::before {
  content: "\f1e3";
}

.fa-g::before {
  content: "G";
}

.fa-gamepad::before {
  content: "\f11b";
}

.fa-gas-pump::before {
  content: "\f52f";
}

.fa-gauge::before {
  content: "\f624";
}

.fa-dashboard::before {
  content: "\f624";
}

.fa-gauge-med::before {
  content: "\f624";
}

.fa-tachometer-alt-average::before {
  content: "\f624";
}

.fa-gauge-high::before {
  content: "\f625";
}

.fa-tachometer-alt::before {
  content: "\f625";
}

.fa-tachometer-alt-fast::before {
  content: "\f625";
}

.fa-gauge-simple::before {
  content: "\f629";
}

.fa-gauge-simple-med::before {
  content: "\f629";
}

.fa-tachometer-average::before {
  content: "\f629";
}

.fa-gauge-simple-high::before {
  content: "\f62a";
}

.fa-tachometer::before {
  content: "\f62a";
}

.fa-tachometer-fast::before {
  content: "\f62a";
}

.fa-gavel::before {
  content: "\f0e3";
}

.fa-legal::before {
  content: "\f0e3";
}

.fa-gear::before {
  content: "\f013";
}

.fa-cog::before {
  content: "\f013";
}

.fa-gears::before {
  content: "\f085";
}

.fa-cogs::before {
  content: "\f085";
}

.fa-gem::before {
  content: "\f3a5";
}

.fa-genderless::before {
  content: "\f22d";
}

.fa-ghost::before {
  content: "\f6e2";
}

.fa-gift::before {
  content: "\f06b";
}

.fa-gifts::before {
  content: "\f79c";
}

.fa-glass-water::before {
  content: "\e4f4";
}

.fa-glass-water-droplet::before {
  content: "\e4f5";
}

.fa-glasses::before {
  content: "\f530";
}

.fa-globe::before {
  content: "\f0ac";
}

.fa-golf-ball-tee::before {
  content: "\f450";
}

.fa-golf-ball::before {
  content: "\f450";
}

.fa-gopuram::before {
  content: "\f664";
}

.fa-graduation-cap::before {
  content: "\f19d";
}

.fa-mortar-board::before {
  content: "\f19d";
}

.fa-greater-than::before {
  content: "\>";
}

.fa-greater-than-equal::before {
  content: "\f532";
}

.fa-grip::before {
  content: "\f58d";
}

.fa-grip-horizontal::before {
  content: "\f58d";
}

.fa-grip-lines::before {
  content: "\f7a4";
}

.fa-grip-lines-vertical::before {
  content: "\f7a5";
}

.fa-grip-vertical::before {
  content: "\f58e";
}

.fa-group-arrows-rotate::before {
  content: "\e4f6";
}

.fa-guarani-sign::before {
  content: "\e19a";
}

.fa-guitar::before {
  content: "\f7a6";
}

.fa-gun::before {
  content: "\e19b";
}

.fa-h::before {
  content: "H";
}

.fa-hammer::before {
  content: "\f6e3";
}

.fa-hamsa::before {
  content: "\f665";
}

.fa-hand::before {
  content: "\f256";
}

.fa-hand-paper::before {
  content: "\f256";
}

.fa-hand-back-fist::before {
  content: "\f255";
}

.fa-hand-rock::before {
  content: "\f255";
}

.fa-hand-dots::before {
  content: "\f461";
}

.fa-allergies::before {
  content: "\f461";
}

.fa-hand-fist::before {
  content: "\f6de";
}

.fa-fist-raised::before {
  content: "\f6de";
}

.fa-hand-holding::before {
  content: "\f4bd";
}

.fa-hand-holding-dollar::before {
  content: "\f4c0";
}

.fa-hand-holding-usd::before {
  content: "\f4c0";
}

.fa-hand-holding-droplet::before {
  content: "\f4c1";
}

.fa-hand-holding-water::before {
  content: "\f4c1";
}

.fa-hand-holding-hand::before {
  content: "\e4f7";
}

.fa-hand-holding-heart::before {
  content: "\f4be";
}

.fa-hand-holding-medical::before {
  content: "\e05c";
}

.fa-hand-lizard::before {
  content: "\f258";
}

.fa-hand-middle-finger::before {
  content: "\f806";
}

.fa-hand-peace::before {
  content: "\f25b";
}

.fa-hand-point-down::before {
  content: "\f0a7";
}

.fa-hand-point-left::before {
  content: "\f0a5";
}

.fa-hand-point-right::before {
  content: "\f0a4";
}

.fa-hand-point-up::before {
  content: "\f0a6";
}

.fa-hand-pointer::before {
  content: "\f25a";
}

.fa-hand-scissors::before {
  content: "\f257";
}

.fa-hand-sparkles::before {
  content: "\e05d";
}

.fa-hand-spock::before {
  content: "\f259";
}

.fa-handcuffs::before {
  content: "\e4f8";
}

.fa-hands::before {
  content: "\f2a7";
}

.fa-sign-language::before {
  content: "\f2a7";
}

.fa-signing::before {
  content: "\f2a7";
}

.fa-hands-asl-interpreting::before {
  content: "\f2a3";
}

.fa-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa-asl-interpreting::before {
  content: "\f2a3";
}

.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa-hands-bound::before {
  content: "\e4f9";
}

.fa-hands-bubbles::before {
  content: "\e05e";
}

.fa-hands-wash::before {
  content: "\e05e";
}

.fa-hands-clapping::before {
  content: "\e1a8";
}

.fa-hands-holding::before {
  content: "\f4c2";
}

.fa-hands-holding-child::before {
  content: "\e4fa";
}

.fa-hands-holding-circle::before {
  content: "\e4fb";
}

.fa-hands-praying::before {
  content: "\f684";
}

.fa-praying-hands::before {
  content: "\f684";
}

.fa-handshake::before {
  content: "\f2b5";
}

.fa-handshake-angle::before {
  content: "\f4c4";
}

.fa-hands-helping::before {
  content: "\f4c4";
}

.fa-handshake-simple::before {
  content: "\f4c6";
}

.fa-handshake-alt::before {
  content: "\f4c6";
}

.fa-handshake-simple-slash::before {
  content: "\e05f";
}

.fa-handshake-alt-slash::before {
  content: "\e05f";
}

.fa-handshake-slash::before {
  content: "\e060";
}

.fa-hanukiah::before {
  content: "\f6e6";
}

.fa-hard-drive::before {
  content: "\f0a0";
}

.fa-hdd::before {
  content: "\f0a0";
}

.fa-hashtag::before {
  content: "\#";
}

.fa-hat-cowboy::before {
  content: "\f8c0";
}

.fa-hat-cowboy-side::before {
  content: "\f8c1";
}

.fa-hat-wizard::before {
  content: "\f6e8";
}

.fa-head-side-cough::before {
  content: "\e061";
}

.fa-head-side-cough-slash::before {
  content: "\e062";
}

.fa-head-side-mask::before {
  content: "\e063";
}

.fa-head-side-virus::before {
  content: "\e064";
}

.fa-heading::before {
  content: "\f1dc";
}

.fa-header::before {
  content: "\f1dc";
}

.fa-headphones::before {
  content: "\f025";
}

.fa-headphones-simple::before {
  content: "\f58f";
}

.fa-headphones-alt::before {
  content: "\f58f";
}

.fa-headset::before {
  content: "\f590";
}

.fa-heart::before {
  content: "\f004";
}

.fa-heart-circle-bolt::before {
  content: "\e4fc";
}

.fa-heart-circle-check::before {
  content: "\e4fd";
}

.fa-heart-circle-exclamation::before {
  content: "\e4fe";
}

.fa-heart-circle-minus::before {
  content: "\e4ff";
}

.fa-heart-circle-plus::before {
  content: "\e500";
}

.fa-heart-circle-xmark::before {
  content: "\e501";
}

.fa-heart-crack::before {
  content: "\f7a9";
}

.fa-heart-broken::before {
  content: "\f7a9";
}

.fa-heart-pulse::before {
  content: "\f21e";
}

.fa-heartbeat::before {
  content: "\f21e";
}

.fa-helicopter::before {
  content: "\f533";
}

.fa-helicopter-symbol::before {
  content: "\e502";
}

.fa-helmet-safety::before {
  content: "\f807";
}

.fa-hard-hat::before {
  content: "\f807";
}

.fa-hat-hard::before {
  content: "\f807";
}

.fa-helmet-un::before {
  content: "\e503";
}

.fa-highlighter::before {
  content: "\f591";
}

.fa-hill-avalanche::before {
  content: "\e507";
}

.fa-hill-rockslide::before {
  content: "\e508";
}

.fa-hippo::before {
  content: "\f6ed";
}

.fa-hockey-puck::before {
  content: "\f453";
}

.fa-holly-berry::before {
  content: "\f7aa";
}

.fa-horse::before {
  content: "\f6f0";
}

.fa-horse-head::before {
  content: "\f7ab";
}

.fa-hospital::before {
  content: "\f0f8";
}

.fa-hospital-alt::before {
  content: "\f0f8";
}

.fa-hospital-wide::before {
  content: "\f0f8";
}

.fa-hospital-user::before {
  content: "\f80d";
}

.fa-hot-tub-person::before {
  content: "\f593";
}

.fa-hot-tub::before {
  content: "\f593";
}

.fa-hotdog::before {
  content: "\f80f";
}

.fa-hotel::before {
  content: "\f594";
}

.fa-hourglass::before {
  content: "\f254";
}

.fa-hourglass-empty::before {
  content: "\f254";
}

.fa-hourglass-end::before {
  content: "\f253";
}

.fa-hourglass-3::before {
  content: "\f253";
}

.fa-hourglass-half::before {
  content: "\f252";
}

.fa-hourglass-2::before {
  content: "\f252";
}

.fa-hourglass-start::before {
  content: "\f251";
}

.fa-hourglass-1::before {
  content: "\f251";
}

.fa-house::before {
  content: "\f015";
}

.fa-home::before {
  content: "\f015";
}

.fa-home-alt::before {
  content: "\f015";
}

.fa-home-lg-alt::before {
  content: "\f015";
}

.fa-house-chimney::before {
  content: "\e3af";
}

.fa-home-lg::before {
  content: "\e3af";
}

.fa-house-chimney-crack::before {
  content: "\f6f1";
}

.fa-house-damage::before {
  content: "\f6f1";
}

.fa-house-chimney-medical::before {
  content: "\f7f2";
}

.fa-clinic-medical::before {
  content: "\f7f2";
}

.fa-house-chimney-user::before {
  content: "\e065";
}

.fa-house-chimney-window::before {
  content: "\e00d";
}

.fa-house-circle-check::before {
  content: "\e509";
}

.fa-house-circle-exclamation::before {
  content: "\e50a";
}

.fa-house-circle-xmark::before {
  content: "\e50b";
}

.fa-house-crack::before {
  content: "\e3b1";
}

.fa-house-fire::before {
  content: "\e50c";
}

.fa-house-flag::before {
  content: "\e50d";
}

.fa-house-flood-water::before {
  content: "\e50e";
}

.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f";
}

.fa-house-laptop::before {
  content: "\e066";
}

.fa-laptop-house::before {
  content: "\e066";
}

.fa-house-lock::before {
  content: "\e510";
}

.fa-house-medical::before {
  content: "\e3b2";
}

.fa-house-medical-circle-check::before {
  content: "\e511";
}

.fa-house-medical-circle-exclamation::before {
  content: "\e512";
}

.fa-house-medical-circle-xmark::before {
  content: "\e513";
}

.fa-house-medical-flag::before {
  content: "\e514";
}

.fa-house-signal::before {
  content: "\e012";
}

.fa-house-tsunami::before {
  content: "\e515";
}

.fa-house-user::before {
  content: "\e1b0";
}

.fa-home-user::before {
  content: "\e1b0";
}

.fa-hryvnia-sign::before {
  content: "\f6f2";
}

.fa-hryvnia::before {
  content: "\f6f2";
}

.fa-hurricane::before {
  content: "\f751";
}

.fa-i::before {
  content: "I";
}

.fa-i-cursor::before {
  content: "\f246";
}

.fa-ice-cream::before {
  content: "\f810";
}

.fa-icicles::before {
  content: "\f7ad";
}

.fa-icons::before {
  content: "\f86d";
}

.fa-heart-music-camera-bolt::before {
  content: "\f86d";
}

.fa-id-badge::before {
  content: "\f2c1";
}

.fa-id-card::before {
  content: "\f2c2";
}

.fa-drivers-license::before {
  content: "\f2c2";
}

.fa-id-card-clip::before {
  content: "\f47f";
}

.fa-id-card-alt::before {
  content: "\f47f";
}

.fa-igloo::before {
  content: "\f7ae";
}

.fa-image::before {
  content: "\f03e";
}

.fa-image-portrait::before {
  content: "\f3e0";
}

.fa-portrait::before {
  content: "\f3e0";
}

.fa-images::before {
  content: "\f302";
}

.fa-inbox::before {
  content: "\f01c";
}

.fa-indent::before {
  content: "\f03c";
}

.fa-indian-rupee-sign::before {
  content: "\e1bc";
}

.fa-indian-rupee::before {
  content: "\e1bc";
}

.fa-inr::before {
  content: "\e1bc";
}

.fa-industry::before {
  content: "\f275";
}

.fa-infinity::before {
  content: "\f534";
}

.fa-info::before {
  content: "\f129";
}

.fa-italic::before {
  content: "\f033";
}

.fa-j::before {
  content: "J";
}

.fa-jar::before {
  content: "\e516";
}

.fa-jar-wheat::before {
  content: "\e517";
}

.fa-jedi::before {
  content: "\f669";
}

.fa-jet-fighter::before {
  content: "\f0fb";
}

.fa-fighter-jet::before {
  content: "\f0fb";
}

.fa-jet-fighter-up::before {
  content: "\e518";
}

.fa-joint::before {
  content: "\f595";
}

.fa-jug-detergent::before {
  content: "\e519";
}

.fa-k::before {
  content: "K";
}

.fa-kaaba::before {
  content: "\f66b";
}

.fa-key::before {
  content: "\f084";
}

.fa-keyboard::before {
  content: "\f11c";
}

.fa-khanda::before {
  content: "\f66d";
}

.fa-kip-sign::before {
  content: "\e1c4";
}

.fa-kit-medical::before {
  content: "\f479";
}

.fa-first-aid::before {
  content: "\f479";
}

.fa-kitchen-set::before {
  content: "\e51a";
}

.fa-kiwi-bird::before {
  content: "\f535";
}

.fa-l::before {
  content: "L";
}

.fa-land-mine-on::before {
  content: "\e51b";
}

.fa-landmark::before {
  content: "\f66f";
}

.fa-landmark-dome::before {
  content: "\f752";
}

.fa-landmark-alt::before {
  content: "\f752";
}

.fa-landmark-flag::before {
  content: "\e51c";
}

.fa-language::before {
  content: "\f1ab";
}

.fa-laptop::before {
  content: "\f109";
}

.fa-laptop-code::before {
  content: "\f5fc";
}

.fa-laptop-file::before {
  content: "\e51d";
}

.fa-laptop-medical::before {
  content: "\f812";
}

.fa-lari-sign::before {
  content: "\e1c8";
}

.fa-layer-group::before {
  content: "\f5fd";
}

.fa-leaf::before {
  content: "\f06c";
}

.fa-left-long::before {
  content: "\f30a";
}

.fa-long-arrow-alt-left::before {
  content: "\f30a";
}

.fa-left-right::before {
  content: "\f337";
}

.fa-arrows-alt-h::before {
  content: "\f337";
}

.fa-lemon::before {
  content: "\f094";
}

.fa-less-than::before {
  content: "\<";
}

.fa-less-than-equal::before {
  content: "\f537";
}

.fa-life-ring::before {
  content: "\f1cd";
}

.fa-lightbulb::before {
  content: "\f0eb";
}

.fa-lines-leaning::before {
  content: "\e51e";
}

.fa-link::before {
  content: "\f0c1";
}

.fa-chain::before {
  content: "\f0c1";
}

.fa-link-slash::before {
  content: "\f127";
}

.fa-chain-broken::before {
  content: "\f127";
}

.fa-chain-slash::before {
  content: "\f127";
}

.fa-unlink::before {
  content: "\f127";
}

.fa-lira-sign::before {
  content: "\f195";
}

.fa-list::before {
  content: "\f03a";
}

.fa-list-squares::before {
  content: "\f03a";
}

.fa-list-check::before {
  content: "\f0ae";
}

.fa-tasks::before {
  content: "\f0ae";
}

.fa-list-ol::before {
  content: "\f0cb";
}

.fa-list-1-2::before {
  content: "\f0cb";
}

.fa-list-numeric::before {
  content: "\f0cb";
}

.fa-list-ul::before {
  content: "\f0ca";
}

.fa-list-dots::before {
  content: "\f0ca";
}

.fa-litecoin-sign::before {
  content: "\e1d3";
}

.fa-location-arrow::before {
  content: "\f124";
}

.fa-location-crosshairs::before {
  content: "\f601";
}

.fa-location::before {
  content: "\f601";
}

.fa-location-dot::before {
  content: "\f3c5";
}

.fa-map-marker-alt::before {
  content: "\f3c5";
}

.fa-location-pin::before {
  content: "\f041";
}

.fa-map-marker::before {
  content: "\f041";
}

.fa-location-pin-lock::before {
  content: "\e51f";
}

.fa-lock::before {
  content: "\f023";
}

.fa-lock-open::before {
  content: "\f3c1";
}

.fa-locust::before {
  content: "\e520";
}

.fa-lungs::before {
  content: "\f604";
}

.fa-lungs-virus::before {
  content: "\e067";
}

.fa-m::before {
  content: "M";
}

.fa-magnet::before {
  content: "\f076";
}

.fa-magnifying-glass::before {
  content: "\f002";
}

.fa-search::before {
  content: "\f002";
}

.fa-magnifying-glass-arrow-right::before {
  content: "\e521";
}

.fa-magnifying-glass-chart::before {
  content: "\e522";
}

.fa-magnifying-glass-dollar::before {
  content: "\f688";
}

.fa-search-dollar::before {
  content: "\f688";
}

.fa-magnifying-glass-location::before {
  content: "\f689";
}

.fa-search-location::before {
  content: "\f689";
}

.fa-magnifying-glass-minus::before {
  content: "\f010";
}

.fa-search-minus::before {
  content: "\f010";
}

.fa-magnifying-glass-plus::before {
  content: "\f00e";
}

.fa-search-plus::before {
  content: "\f00e";
}

.fa-manat-sign::before {
  content: "\e1d5";
}

.fa-map::before {
  content: "\f279";
}

.fa-map-location::before {
  content: "\f59f";
}

.fa-map-marked::before {
  content: "\f59f";
}

.fa-map-location-dot::before {
  content: "\f5a0";
}

.fa-map-marked-alt::before {
  content: "\f5a0";
}

.fa-map-pin::before {
  content: "\f276";
}

.fa-marker::before {
  content: "\f5a1";
}

.fa-mars::before {
  content: "\f222";
}

.fa-mars-and-venus::before {
  content: "\f224";
}

.fa-mars-and-venus-burst::before {
  content: "\e523";
}

.fa-mars-double::before {
  content: "\f227";
}

.fa-mars-stroke::before {
  content: "\f229";
}

.fa-mars-stroke-right::before {
  content: "\f22b";
}

.fa-mars-stroke-h::before {
  content: "\f22b";
}

.fa-mars-stroke-up::before {
  content: "\f22a";
}

.fa-mars-stroke-v::before {
  content: "\f22a";
}

.fa-martini-glass::before {
  content: "\f57b";
}

.fa-glass-martini-alt::before {
  content: "\f57b";
}

.fa-martini-glass-citrus::before {
  content: "\f561";
}

.fa-cocktail::before {
  content: "\f561";
}

.fa-martini-glass-empty::before {
  content: "\f000";
}

.fa-glass-martini::before {
  content: "\f000";
}

.fa-mask::before {
  content: "\f6fa";
}

.fa-mask-face::before {
  content: "\e1d7";
}

.fa-mask-ventilator::before {
  content: "\e524";
}

.fa-masks-theater::before {
  content: "\f630";
}

.fa-theater-masks::before {
  content: "\f630";
}

.fa-mattress-pillow::before {
  content: "\e525";
}

.fa-maximize::before {
  content: "\f31e";
}

.fa-expand-arrows-alt::before {
  content: "\f31e";
}

.fa-medal::before {
  content: "\f5a2";
}

.fa-memory::before {
  content: "\f538";
}

.fa-menorah::before {
  content: "\f676";
}

.fa-mercury::before {
  content: "\f223";
}

.fa-message::before {
  content: "\f27a";
}

.fa-comment-alt::before {
  content: "\f27a";
}

.fa-meteor::before {
  content: "\f753";
}

.fa-microchip::before {
  content: "\f2db";
}

.fa-microphone::before {
  content: "\f130";
}

.fa-microphone-lines::before {
  content: "\f3c9";
}

.fa-microphone-alt::before {
  content: "\f3c9";
}

.fa-microphone-lines-slash::before {
  content: "\f539";
}

.fa-microphone-alt-slash::before {
  content: "\f539";
}

.fa-microphone-slash::before {
  content: "\f131";
}

.fa-microscope::before {
  content: "\f610";
}

.fa-mill-sign::before {
  content: "\e1ed";
}

.fa-minimize::before {
  content: "\f78c";
}

.fa-compress-arrows-alt::before {
  content: "\f78c";
}

.fa-minus::before {
  content: "\f068";
}

.fa-subtract::before {
  content: "\f068";
}

.fa-mitten::before {
  content: "\f7b5";
}

.fa-mobile::before {
  content: "\f3ce";
}

.fa-mobile-android::before {
  content: "\f3ce";
}

.fa-mobile-phone::before {
  content: "\f3ce";
}

.fa-mobile-button::before {
  content: "\f10b";
}

.fa-mobile-retro::before {
  content: "\e527";
}

.fa-mobile-screen::before {
  content: "\f3cf";
}

.fa-mobile-android-alt::before {
  content: "\f3cf";
}

.fa-mobile-screen-button::before {
  content: "\f3cd";
}

.fa-mobile-alt::before {
  content: "\f3cd";
}

.fa-money-bill::before {
  content: "\f0d6";
}

.fa-money-bill-1::before {
  content: "\f3d1";
}

.fa-money-bill-alt::before {
  content: "\f3d1";
}

.fa-money-bill-1-wave::before {
  content: "\f53b";
}

.fa-money-bill-wave-alt::before {
  content: "\f53b";
}

.fa-money-bill-transfer::before {
  content: "\e528";
}

.fa-money-bill-trend-up::before {
  content: "\e529";
}

.fa-money-bill-wave::before {
  content: "\f53a";
}

.fa-money-bill-wheat::before {
  content: "\e52a";
}

.fa-money-bills::before {
  content: "\e1f3";
}

.fa-money-check::before {
  content: "\f53c";
}

.fa-money-check-dollar::before {
  content: "\f53d";
}

.fa-money-check-alt::before {
  content: "\f53d";
}

.fa-monument::before {
  content: "\f5a6";
}

.fa-moon::before {
  content: "\f186";
}

.fa-mortar-pestle::before {
  content: "\f5a7";
}

.fa-mosque::before {
  content: "\f678";
}

.fa-mosquito::before {
  content: "\e52b";
}

.fa-mosquito-net::before {
  content: "\e52c";
}

.fa-motorcycle::before {
  content: "\f21c";
}

.fa-mound::before {
  content: "\e52d";
}

.fa-mountain::before {
  content: "\f6fc";
}

.fa-mountain-city::before {
  content: "\e52e";
}

.fa-mountain-sun::before {
  content: "\e52f";
}

.fa-mug-hot::before {
  content: "\f7b6";
}

.fa-mug-saucer::before {
  content: "\f0f4";
}

.fa-coffee::before {
  content: "\f0f4";
}

.fa-music::before {
  content: "\f001";
}

.fa-n::before {
  content: "N";
}

.fa-naira-sign::before {
  content: "\e1f6";
}

.fa-network-wired::before {
  content: "\f6ff";
}

.fa-neuter::before {
  content: "\f22c";
}

.fa-newspaper::before {
  content: "\f1ea";
}

.fa-not-equal::before {
  content: "\f53e";
}

.fa-notdef::before {
  content: "\e1fe";
}

.fa-note-sticky::before {
  content: "\f249";
}

.fa-sticky-note::before {
  content: "\f249";
}

.fa-notes-medical::before {
  content: "\f481";
}

.fa-o::before {
  content: "O";
}

.fa-object-group::before {
  content: "\f247";
}

.fa-object-ungroup::before {
  content: "\f248";
}

.fa-oil-can::before {
  content: "\f613";
}

.fa-oil-well::before {
  content: "\e532";
}

.fa-om::before {
  content: "\f679";
}

.fa-otter::before {
  content: "\f700";
}

.fa-outdent::before {
  content: "\f03b";
}

.fa-dedent::before {
  content: "\f03b";
}

.fa-p::before {
  content: "P";
}

.fa-pager::before {
  content: "\f815";
}

.fa-paint-roller::before {
  content: "\f5aa";
}

.fa-paintbrush::before {
  content: "\f1fc";
}

.fa-paint-brush::before {
  content: "\f1fc";
}

.fa-palette::before {
  content: "\f53f";
}

.fa-pallet::before {
  content: "\f482";
}

.fa-panorama::before {
  content: "\e209";
}

.fa-paper-plane::before {
  content: "\f1d8";
}

.fa-paperclip::before {
  content: "\f0c6";
}

.fa-parachute-box::before {
  content: "\f4cd";
}

.fa-paragraph::before {
  content: "\f1dd";
}

.fa-passport::before {
  content: "\f5ab";
}

.fa-paste::before {
  content: "\f0ea";
}

.fa-file-clipboard::before {
  content: "\f0ea";
}

.fa-pause::before {
  content: "\f04c";
}

.fa-paw::before {
  content: "\f1b0";
}

.fa-peace::before {
  content: "\f67c";
}

.fa-pen::before {
  content: "\f304";
}

.fa-pen-clip::before {
  content: "\f305";
}

.fa-pen-alt::before {
  content: "\f305";
}

.fa-pen-fancy::before {
  content: "\f5ac";
}

.fa-pen-nib::before {
  content: "\f5ad";
}

.fa-pen-ruler::before {
  content: "\f5ae";
}

.fa-pencil-ruler::before {
  content: "\f5ae";
}

.fa-pen-to-square::before {
  content: "\f044";
}

.fa-edit::before {
  content: "\f044";
}

.fa-pencil::before {
  content: "\f303";
}

.fa-pencil-alt::before {
  content: "\f303";
}

.fa-people-arrows::before {
  content: "\e068";
}

.fa-people-arrows-left-right::before {
  content: "\e068";
}

.fa-people-carry-box::before {
  content: "\f4ce";
}

.fa-people-carry::before {
  content: "\f4ce";
}

.fa-people-group::before {
  content: "\e533";
}

.fa-people-line::before {
  content: "\e534";
}

.fa-people-pulling::before {
  content: "\e535";
}

.fa-people-robbery::before {
  content: "\e536";
}

.fa-people-roof::before {
  content: "\e537";
}

.fa-pepper-hot::before {
  content: "\f816";
}

.fa-percent::before {
  content: "\%";
}

.fa-percentage::before {
  content: "\%";
}

.fa-person::before {
  content: "\f183";
}

.fa-male::before {
  content: "\f183";
}

.fa-person-arrow-down-to-line::before {
  content: "\e538";
}

.fa-person-arrow-up-from-line::before {
  content: "\e539";
}

.fa-person-biking::before {
  content: "\f84a";
}

.fa-biking::before {
  content: "\f84a";
}

.fa-person-booth::before {
  content: "\f756";
}

.fa-person-breastfeeding::before {
  content: "\e53a";
}

.fa-person-burst::before {
  content: "\e53b";
}

.fa-person-cane::before {
  content: "\e53c";
}

.fa-person-chalkboard::before {
  content: "\e53d";
}

.fa-person-circle-check::before {
  content: "\e53e";
}

.fa-person-circle-exclamation::before {
  content: "\e53f";
}

.fa-person-circle-minus::before {
  content: "\e540";
}

.fa-person-circle-plus::before {
  content: "\e541";
}

.fa-person-circle-question::before {
  content: "\e542";
}

.fa-person-circle-xmark::before {
  content: "\e543";
}

.fa-person-digging::before {
  content: "\f85e";
}

.fa-digging::before {
  content: "\f85e";
}

.fa-person-dots-from-line::before {
  content: "\f470";
}

.fa-diagnoses::before {
  content: "\f470";
}

.fa-person-dress::before {
  content: "\f182";
}

.fa-female::before {
  content: "\f182";
}

.fa-person-dress-burst::before {
  content: "\e544";
}

.fa-person-drowning::before {
  content: "\e545";
}

.fa-person-falling::before {
  content: "\e546";
}

.fa-person-falling-burst::before {
  content: "\e547";
}

.fa-person-half-dress::before {
  content: "\e548";
}

.fa-person-harassing::before {
  content: "\e549";
}

.fa-person-hiking::before {
  content: "\f6ec";
}

.fa-hiking::before {
  content: "\f6ec";
}

.fa-person-military-pointing::before {
  content: "\e54a";
}

.fa-person-military-rifle::before {
  content: "\e54b";
}

.fa-person-military-to-person::before {
  content: "\e54c";
}

.fa-person-praying::before {
  content: "\f683";
}

.fa-pray::before {
  content: "\f683";
}

.fa-person-pregnant::before {
  content: "\e31e";
}

.fa-person-rays::before {
  content: "\e54d";
}

.fa-person-rifle::before {
  content: "\e54e";
}

.fa-person-running::before {
  content: "\f70c";
}

.fa-running::before {
  content: "\f70c";
}

.fa-person-shelter::before {
  content: "\e54f";
}

.fa-person-skating::before {
  content: "\f7c5";
}

.fa-skating::before {
  content: "\f7c5";
}

.fa-person-skiing::before {
  content: "\f7c9";
}

.fa-skiing::before {
  content: "\f7c9";
}

.fa-person-skiing-nordic::before {
  content: "\f7ca";
}

.fa-skiing-nordic::before {
  content: "\f7ca";
}

.fa-person-snowboarding::before {
  content: "\f7ce";
}

.fa-snowboarding::before {
  content: "\f7ce";
}

.fa-person-swimming::before {
  content: "\f5c4";
}

.fa-swimmer::before {
  content: "\f5c4";
}

.fa-person-through-window::before {
  content: "\e5a9";
}

.fa-person-walking::before {
  content: "\f554";
}

.fa-walking::before {
  content: "\f554";
}

.fa-person-walking-arrow-loop-left::before {
  content: "\e551";
}

.fa-person-walking-arrow-right::before {
  content: "\e552";
}

.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553";
}

.fa-person-walking-luggage::before {
  content: "\e554";
}

.fa-person-walking-with-cane::before {
  content: "\f29d";
}

.fa-blind::before {
  content: "\f29d";
}

.fa-peseta-sign::before {
  content: "\e221";
}

.fa-peso-sign::before {
  content: "\e222";
}

.fa-phone::before {
  content: "\f095";
}

.fa-phone-flip::before {
  content: "\f879";
}

.fa-phone-alt::before {
  content: "\f879";
}

.fa-phone-slash::before {
  content: "\f3dd";
}

.fa-phone-volume::before {
  content: "\f2a0";
}

.fa-volume-control-phone::before {
  content: "\f2a0";
}

.fa-photo-film::before {
  content: "\f87c";
}

.fa-photo-video::before {
  content: "\f87c";
}

.fa-piggy-bank::before {
  content: "\f4d3";
}

.fa-pills::before {
  content: "\f484";
}

.fa-pizza-slice::before {
  content: "\f818";
}

.fa-place-of-worship::before {
  content: "\f67f";
}

.fa-plane::before {
  content: "\f072";
}

.fa-plane-arrival::before {
  content: "\f5af";
}

.fa-plane-circle-check::before {
  content: "\e555";
}

.fa-plane-circle-exclamation::before {
  content: "\e556";
}

.fa-plane-circle-xmark::before {
  content: "\e557";
}

.fa-plane-departure::before {
  content: "\f5b0";
}

.fa-plane-lock::before {
  content: "\e558";
}

.fa-plane-slash::before {
  content: "\e069";
}

.fa-plane-up::before {
  content: "\e22d";
}

.fa-plant-wilt::before {
  content: "\e5aa";
}

.fa-plate-wheat::before {
  content: "\e55a";
}

.fa-play::before {
  content: "\f04b";
}

.fa-plug::before {
  content: "\f1e6";
}

.fa-plug-circle-bolt::before {
  content: "\e55b";
}

.fa-plug-circle-check::before {
  content: "\e55c";
}

.fa-plug-circle-exclamation::before {
  content: "\e55d";
}

.fa-plug-circle-minus::before {
  content: "\e55e";
}

.fa-plug-circle-plus::before {
  content: "\e55f";
}

.fa-plug-circle-xmark::before {
  content: "\e560";
}

.fa-plus::before {
  content: "\+";
}

.fa-add::before {
  content: "\+";
}

.fa-plus-minus::before {
  content: "\e43c";
}

.fa-podcast::before {
  content: "\f2ce";
}

.fa-poo::before {
  content: "\f2fe";
}

.fa-poo-storm::before {
  content: "\f75a";
}

.fa-poo-bolt::before {
  content: "\f75a";
}

.fa-poop::before {
  content: "\f619";
}

.fa-power-off::before {
  content: "\f011";
}

.fa-prescription::before {
  content: "\f5b1";
}

.fa-prescription-bottle::before {
  content: "\f485";
}

.fa-prescription-bottle-medical::before {
  content: "\f486";
}

.fa-prescription-bottle-alt::before {
  content: "\f486";
}

.fa-print::before {
  content: "\f02f";
}

.fa-pump-medical::before {
  content: "\e06a";
}

.fa-pump-soap::before {
  content: "\e06b";
}

.fa-puzzle-piece::before {
  content: "\f12e";
}

.fa-q::before {
  content: "Q";
}

.fa-qrcode::before {
  content: "\f029";
}

.fa-question::before {
  content: "\?";
}

.fa-quote-left::before {
  content: "\f10d";
}

.fa-quote-left-alt::before {
  content: "\f10d";
}

.fa-quote-right::before {
  content: "\f10e";
}

.fa-quote-right-alt::before {
  content: "\f10e";
}

.fa-r::before {
  content: "R";
}

.fa-radiation::before {
  content: "\f7b9";
}

.fa-radio::before {
  content: "\f8d7";
}

.fa-rainbow::before {
  content: "\f75b";
}

.fa-ranking-star::before {
  content: "\e561";
}

.fa-receipt::before {
  content: "\f543";
}

.fa-record-vinyl::before {
  content: "\f8d9";
}

.fa-rectangle-ad::before {
  content: "\f641";
}

.fa-ad::before {
  content: "\f641";
}

.fa-rectangle-list::before {
  content: "\f022";
}

.fa-list-alt::before {
  content: "\f022";
}

.fa-rectangle-xmark::before {
  content: "\f410";
}

.fa-rectangle-times::before {
  content: "\f410";
}

.fa-times-rectangle::before {
  content: "\f410";
}

.fa-window-close::before {
  content: "\f410";
}

.fa-recycle::before {
  content: "\f1b8";
}

.fa-registered::before {
  content: "\f25d";
}

.fa-repeat::before {
  content: "\f363";
}

.fa-reply::before {
  content: "\f3e5";
}

.fa-mail-reply::before {
  content: "\f3e5";
}

.fa-reply-all::before {
  content: "\f122";
}

.fa-mail-reply-all::before {
  content: "\f122";
}

.fa-republican::before {
  content: "\f75e";
}

.fa-restroom::before {
  content: "\f7bd";
}

.fa-retweet::before {
  content: "\f079";
}

.fa-ribbon::before {
  content: "\f4d6";
}

.fa-right-from-bracket::before {
  content: "\f2f5";
}

.fa-sign-out-alt::before {
  content: "\f2f5";
}

.fa-right-left::before {
  content: "\f362";
}

.fa-exchange-alt::before {
  content: "\f362";
}

.fa-right-long::before {
  content: "\f30b";
}

.fa-long-arrow-alt-right::before {
  content: "\f30b";
}

.fa-right-to-bracket::before {
  content: "\f2f6";
}

.fa-sign-in-alt::before {
  content: "\f2f6";
}

.fa-ring::before {
  content: "\f70b";
}

.fa-road::before {
  content: "\f018";
}

.fa-road-barrier::before {
  content: "\e562";
}

.fa-road-bridge::before {
  content: "\e563";
}

.fa-road-circle-check::before {
  content: "\e564";
}

.fa-road-circle-exclamation::before {
  content: "\e565";
}

.fa-road-circle-xmark::before {
  content: "\e566";
}

.fa-road-lock::before {
  content: "\e567";
}

.fa-road-spikes::before {
  content: "\e568";
}

.fa-robot::before {
  content: "\f544";
}

.fa-rocket::before {
  content: "\f135";
}

.fa-rotate::before {
  content: "\f2f1";
}

.fa-sync-alt::before {
  content: "\f2f1";
}

.fa-rotate-left::before {
  content: "\f2ea";
}

.fa-rotate-back::before {
  content: "\f2ea";
}

.fa-rotate-backward::before {
  content: "\f2ea";
}

.fa-undo-alt::before {
  content: "\f2ea";
}

.fa-rotate-right::before {
  content: "\f2f9";
}

.fa-redo-alt::before {
  content: "\f2f9";
}

.fa-rotate-forward::before {
  content: "\f2f9";
}

.fa-route::before {
  content: "\f4d7";
}

.fa-rss::before {
  content: "\f09e";
}

.fa-feed::before {
  content: "\f09e";
}

.fa-ruble-sign::before {
  content: "\f158";
}

.fa-rouble::before {
  content: "\f158";
}

.fa-rub::before {
  content: "\f158";
}

.fa-ruble::before {
  content: "\f158";
}

.fa-rug::before {
  content: "\e569";
}

.fa-ruler::before {
  content: "\f545";
}

.fa-ruler-combined::before {
  content: "\f546";
}

.fa-ruler-horizontal::before {
  content: "\f547";
}

.fa-ruler-vertical::before {
  content: "\f548";
}

.fa-rupee-sign::before {
  content: "\f156";
}

.fa-rupee::before {
  content: "\f156";
}

.fa-rupiah-sign::before {
  content: "\e23d";
}

.fa-s::before {
  content: "S";
}

.fa-sack-dollar::before {
  content: "\f81d";
}

.fa-sack-xmark::before {
  content: "\e56a";
}

.fa-sailboat::before {
  content: "\e445";
}

.fa-satellite::before {
  content: "\f7bf";
}

.fa-satellite-dish::before {
  content: "\f7c0";
}

.fa-scale-balanced::before {
  content: "\f24e";
}

.fa-balance-scale::before {
  content: "\f24e";
}

.fa-scale-unbalanced::before {
  content: "\f515";
}

.fa-balance-scale-left::before {
  content: "\f515";
}

.fa-scale-unbalanced-flip::before {
  content: "\f516";
}

.fa-balance-scale-right::before {
  content: "\f516";
}

.fa-school::before {
  content: "\f549";
}

.fa-school-circle-check::before {
  content: "\e56b";
}

.fa-school-circle-exclamation::before {
  content: "\e56c";
}

.fa-school-circle-xmark::before {
  content: "\e56d";
}

.fa-school-flag::before {
  content: "\e56e";
}

.fa-school-lock::before {
  content: "\e56f";
}

.fa-scissors::before {
  content: "\f0c4";
}

.fa-cut::before {
  content: "\f0c4";
}

.fa-screwdriver::before {
  content: "\f54a";
}

.fa-screwdriver-wrench::before {
  content: "\f7d9";
}

.fa-tools::before {
  content: "\f7d9";
}

.fa-scroll::before {
  content: "\f70e";
}

.fa-scroll-torah::before {
  content: "\f6a0";
}

.fa-torah::before {
  content: "\f6a0";
}

.fa-sd-card::before {
  content: "\f7c2";
}

.fa-section::before {
  content: "\e447";
}

.fa-seedling::before {
  content: "\f4d8";
}

.fa-sprout::before {
  content: "\f4d8";
}

.fa-server::before {
  content: "\f233";
}

.fa-shapes::before {
  content: "\f61f";
}

.fa-triangle-circle-square::before {
  content: "\f61f";
}

.fa-share::before {
  content: "\f064";
}

.fa-arrow-turn-right::before {
  content: "\f064";
}

.fa-mail-forward::before {
  content: "\f064";
}

.fa-share-from-square::before {
  content: "\f14d";
}

.fa-share-square::before {
  content: "\f14d";
}

.fa-share-nodes::before {
  content: "\f1e0";
}

.fa-share-alt::before {
  content: "\f1e0";
}

.fa-sheet-plastic::before {
  content: "\e571";
}

.fa-shekel-sign::before {
  content: "\f20b";
}

.fa-ils::before {
  content: "\f20b";
}

.fa-shekel::before {
  content: "\f20b";
}

.fa-sheqel::before {
  content: "\f20b";
}

.fa-sheqel-sign::before {
  content: "\f20b";
}

.fa-shield::before {
  content: "\f132";
}

.fa-shield-blank::before {
  content: "\f132";
}

.fa-shield-cat::before {
  content: "\e572";
}

.fa-shield-dog::before {
  content: "\e573";
}

.fa-shield-halved::before {
  content: "\f3ed";
}

.fa-shield-alt::before {
  content: "\f3ed";
}

.fa-shield-heart::before {
  content: "\e574";
}

.fa-shield-virus::before {
  content: "\e06c";
}

.fa-ship::before {
  content: "\f21a";
}

.fa-shirt::before {
  content: "\f553";
}

.fa-t-shirt::before {
  content: "\f553";
}

.fa-tshirt::before {
  content: "\f553";
}

.fa-shoe-prints::before {
  content: "\f54b";
}

.fa-shop::before {
  content: "\f54f";
}

.fa-store-alt::before {
  content: "\f54f";
}

.fa-shop-lock::before {
  content: "\e4a5";
}

.fa-shop-slash::before {
  content: "\e070";
}

.fa-store-alt-slash::before {
  content: "\e070";
}

.fa-shower::before {
  content: "\f2cc";
}

.fa-shrimp::before {
  content: "\e448";
}

.fa-shuffle::before {
  content: "\f074";
}

.fa-random::before {
  content: "\f074";
}

.fa-shuttle-space::before {
  content: "\f197";
}

.fa-space-shuttle::before {
  content: "\f197";
}

.fa-sign-hanging::before {
  content: "\f4d9";
}

.fa-sign::before {
  content: "\f4d9";
}

.fa-signal::before {
  content: "\f012";
}

.fa-signal-5::before {
  content: "\f012";
}

.fa-signal-perfect::before {
  content: "\f012";
}

.fa-signature::before {
  content: "\f5b7";
}

.fa-signs-post::before {
  content: "\f277";
}

.fa-map-signs::before {
  content: "\f277";
}

.fa-sim-card::before {
  content: "\f7c4";
}

.fa-sink::before {
  content: "\e06d";
}

.fa-sitemap::before {
  content: "\f0e8";
}

.fa-skull::before {
  content: "\f54c";
}

.fa-skull-crossbones::before {
  content: "\f714";
}

.fa-slash::before {
  content: "\f715";
}

.fa-sleigh::before {
  content: "\f7cc";
}

.fa-sliders::before {
  content: "\f1de";
}

.fa-sliders-h::before {
  content: "\f1de";
}

.fa-smog::before {
  content: "\f75f";
}

.fa-smoking::before {
  content: "\f48d";
}

.fa-snowflake::before {
  content: "\f2dc";
}

.fa-snowman::before {
  content: "\f7d0";
}

.fa-snowplow::before {
  content: "\f7d2";
}

.fa-soap::before {
  content: "\e06e";
}

.fa-socks::before {
  content: "\f696";
}

.fa-solar-panel::before {
  content: "\f5ba";
}

.fa-sort::before {
  content: "\f0dc";
}

.fa-unsorted::before {
  content: "\f0dc";
}

.fa-sort-down::before {
  content: "\f0dd";
}

.fa-sort-desc::before {
  content: "\f0dd";
}

.fa-sort-up::before {
  content: "\f0de";
}

.fa-sort-asc::before {
  content: "\f0de";
}

.fa-spa::before {
  content: "\f5bb";
}

.fa-spaghetti-monster-flying::before {
  content: "\f67b";
}

.fa-pastafarianism::before {
  content: "\f67b";
}

.fa-spell-check::before {
  content: "\f891";
}

.fa-spider::before {
  content: "\f717";
}

.fa-spinner::before {
  content: "\f110";
}

.fa-splotch::before {
  content: "\f5bc";
}

.fa-spoon::before {
  content: "\f2e5";
}

.fa-utensil-spoon::before {
  content: "\f2e5";
}

.fa-spray-can::before {
  content: "\f5bd";
}

.fa-spray-can-sparkles::before {
  content: "\f5d0";
}

.fa-air-freshener::before {
  content: "\f5d0";
}

.fa-square::before {
  content: "\f0c8";
}

.fa-square-arrow-up-right::before {
  content: "\f14c";
}

.fa-external-link-square::before {
  content: "\f14c";
}

.fa-square-caret-down::before {
  content: "\f150";
}

.fa-caret-square-down::before {
  content: "\f150";
}

.fa-square-caret-left::before {
  content: "\f191";
}

.fa-caret-square-left::before {
  content: "\f191";
}

.fa-square-caret-right::before {
  content: "\f152";
}

.fa-caret-square-right::before {
  content: "\f152";
}

.fa-square-caret-up::before {
  content: "\f151";
}

.fa-caret-square-up::before {
  content: "\f151";
}

.fa-square-check::before {
  content: "\f14a";
}

.fa-check-square::before {
  content: "\f14a";
}

.fa-square-envelope::before {
  content: "\f199";
}

.fa-envelope-square::before {
  content: "\f199";
}

.fa-square-full::before {
  content: "\f45c";
}

.fa-square-h::before {
  content: "\f0fd";
}

.fa-h-square::before {
  content: "\f0fd";
}

.fa-square-minus::before {
  content: "\f146";
}

.fa-minus-square::before {
  content: "\f146";
}

.fa-square-nfi::before {
  content: "\e576";
}

.fa-square-parking::before {
  content: "\f540";
}

.fa-parking::before {
  content: "\f540";
}

.fa-square-pen::before {
  content: "\f14b";
}

.fa-pen-square::before {
  content: "\f14b";
}

.fa-pencil-square::before {
  content: "\f14b";
}

.fa-square-person-confined::before {
  content: "\e577";
}

.fa-square-phone::before {
  content: "\f098";
}

.fa-phone-square::before {
  content: "\f098";
}

.fa-square-phone-flip::before {
  content: "\f87b";
}

.fa-phone-square-alt::before {
  content: "\f87b";
}

.fa-square-plus::before {
  content: "\f0fe";
}

.fa-plus-square::before {
  content: "\f0fe";
}

.fa-square-poll-horizontal::before {
  content: "\f682";
}

.fa-poll-h::before {
  content: "\f682";
}

.fa-square-poll-vertical::before {
  content: "\f681";
}

.fa-poll::before {
  content: "\f681";
}

.fa-square-root-variable::before {
  content: "\f698";
}

.fa-square-root-alt::before {
  content: "\f698";
}

.fa-square-rss::before {
  content: "\f143";
}

.fa-rss-square::before {
  content: "\f143";
}

.fa-square-share-nodes::before {
  content: "\f1e1";
}

.fa-share-alt-square::before {
  content: "\f1e1";
}

.fa-square-up-right::before {
  content: "\f360";
}

.fa-external-link-square-alt::before {
  content: "\f360";
}

.fa-square-virus::before {
  content: "\e578";
}

.fa-square-xmark::before {
  content: "\f2d3";
}

.fa-times-square::before {
  content: "\f2d3";
}

.fa-xmark-square::before {
  content: "\f2d3";
}

.fa-staff-snake::before {
  content: "\e579";
}

.fa-rod-asclepius::before {
  content: "\e579";
}

.fa-rod-snake::before {
  content: "\e579";
}

.fa-staff-aesculapius::before {
  content: "\e579";
}

.fa-stairs::before {
  content: "\e289";
}

.fa-stamp::before {
  content: "\f5bf";
}

.fa-stapler::before {
  content: "\e5af";
}

.fa-star::before {
  content: "\f005";
}

.fa-star-and-crescent::before {
  content: "\f699";
}

.fa-star-half::before {
  content: "\f089";
}

.fa-star-half-stroke::before {
  content: "\f5c0";
}

.fa-star-half-alt::before {
  content: "\f5c0";
}

.fa-star-of-david::before {
  content: "\f69a";
}

.fa-star-of-life::before {
  content: "\f621";
}

.fa-sterling-sign::before {
  content: "\f154";
}

.fa-gbp::before {
  content: "\f154";
}

.fa-pound-sign::before {
  content: "\f154";
}

.fa-stethoscope::before {
  content: "\f0f1";
}

.fa-stop::before {
  content: "\f04d";
}

.fa-stopwatch::before {
  content: "\f2f2";
}

.fa-stopwatch-20::before {
  content: "\e06f";
}

.fa-store::before {
  content: "\f54e";
}

.fa-store-slash::before {
  content: "\e071";
}

.fa-street-view::before {
  content: "\f21d";
}

.fa-strikethrough::before {
  content: "\f0cc";
}

.fa-stroopwafel::before {
  content: "\f551";
}

.fa-subscript::before {
  content: "\f12c";
}

.fa-suitcase::before {
  content: "\f0f2";
}

.fa-suitcase-medical::before {
  content: "\f0fa";
}

.fa-medkit::before {
  content: "\f0fa";
}

.fa-suitcase-rolling::before {
  content: "\f5c1";
}

.fa-sun::before {
  content: "\f185";
}

.fa-sun-plant-wilt::before {
  content: "\e57a";
}

.fa-superscript::before {
  content: "\f12b";
}

.fa-swatchbook::before {
  content: "\f5c3";
}

.fa-synagogue::before {
  content: "\f69b";
}

.fa-syringe::before {
  content: "\f48e";
}

.fa-t::before {
  content: "T";
}

.fa-table::before {
  content: "\f0ce";
}

.fa-table-cells::before {
  content: "\f00a";
}

.fa-th::before {
  content: "\f00a";
}

.fa-table-cells-large::before {
  content: "\f009";
}

.fa-th-large::before {
  content: "\f009";
}

.fa-table-columns::before {
  content: "\f0db";
}

.fa-columns::before {
  content: "\f0db";
}

.fa-table-list::before {
  content: "\f00b";
}

.fa-th-list::before {
  content: "\f00b";
}

.fa-table-tennis-paddle-ball::before {
  content: "\f45d";
}

.fa-ping-pong-paddle-ball::before {
  content: "\f45d";
}

.fa-table-tennis::before {
  content: "\f45d";
}

.fa-tablet::before {
  content: "\f3fb";
}

.fa-tablet-android::before {
  content: "\f3fb";
}

.fa-tablet-button::before {
  content: "\f10a";
}

.fa-tablet-screen-button::before {
  content: "\f3fa";
}

.fa-tablet-alt::before {
  content: "\f3fa";
}

.fa-tablets::before {
  content: "\f490";
}

.fa-tachograph-digital::before {
  content: "\f566";
}

.fa-digital-tachograph::before {
  content: "\f566";
}

.fa-tag::before {
  content: "\f02b";
}

.fa-tags::before {
  content: "\f02c";
}

.fa-tape::before {
  content: "\f4db";
}

.fa-tarp::before {
  content: "\e57b";
}

.fa-tarp-droplet::before {
  content: "\e57c";
}

.fa-taxi::before {
  content: "\f1ba";
}

.fa-cab::before {
  content: "\f1ba";
}

.fa-teeth::before {
  content: "\f62e";
}

.fa-teeth-open::before {
  content: "\f62f";
}

.fa-temperature-arrow-down::before {
  content: "\e03f";
}

.fa-temperature-down::before {
  content: "\e03f";
}

.fa-temperature-arrow-up::before {
  content: "\e040";
}

.fa-temperature-up::before {
  content: "\e040";
}

.fa-temperature-empty::before {
  content: "\f2cb";
}

.fa-temperature-0::before {
  content: "\f2cb";
}

.fa-thermometer-0::before {
  content: "\f2cb";
}

.fa-thermometer-empty::before {
  content: "\f2cb";
}

.fa-temperature-full::before {
  content: "\f2c7";
}

.fa-temperature-4::before {
  content: "\f2c7";
}

.fa-thermometer-4::before {
  content: "\f2c7";
}

.fa-thermometer-full::before {
  content: "\f2c7";
}

.fa-temperature-half::before {
  content: "\f2c9";
}

.fa-temperature-2::before {
  content: "\f2c9";
}

.fa-thermometer-2::before {
  content: "\f2c9";
}

.fa-thermometer-half::before {
  content: "\f2c9";
}

.fa-temperature-high::before {
  content: "\f769";
}

.fa-temperature-low::before {
  content: "\f76b";
}

.fa-temperature-quarter::before {
  content: "\f2ca";
}

.fa-temperature-1::before {
  content: "\f2ca";
}

.fa-thermometer-1::before {
  content: "\f2ca";
}

.fa-thermometer-quarter::before {
  content: "\f2ca";
}

.fa-temperature-three-quarters::before {
  content: "\f2c8";
}

.fa-temperature-3::before {
  content: "\f2c8";
}

.fa-thermometer-3::before {
  content: "\f2c8";
}

.fa-thermometer-three-quarters::before {
  content: "\f2c8";
}

.fa-tenge-sign::before {
  content: "\f7d7";
}

.fa-tenge::before {
  content: "\f7d7";
}

.fa-tent::before {
  content: "\e57d";
}

.fa-tent-arrow-down-to-line::before {
  content: "\e57e";
}

.fa-tent-arrow-left-right::before {
  content: "\e57f";
}

.fa-tent-arrow-turn-left::before {
  content: "\e580";
}

.fa-tent-arrows-down::before {
  content: "\e581";
}

.fa-tents::before {
  content: "\e582";
}

.fa-terminal::before {
  content: "\f120";
}

.fa-text-height::before {
  content: "\f034";
}

.fa-text-slash::before {
  content: "\f87d";
}

.fa-remove-format::before {
  content: "\f87d";
}

.fa-text-width::before {
  content: "\f035";
}

.fa-thermometer::before {
  content: "\f491";
}

.fa-thumbs-down::before {
  content: "\f165";
}

.fa-thumbs-up::before {
  content: "\f164";
}

.fa-thumbtack::before {
  content: "\f08d";
}

.fa-thumb-tack::before {
  content: "\f08d";
}

.fa-ticket::before {
  content: "\f145";
}

.fa-ticket-simple::before {
  content: "\f3ff";
}

.fa-ticket-alt::before {
  content: "\f3ff";
}

.fa-timeline::before {
  content: "\e29c";
}

.fa-toggle-off::before {
  content: "\f204";
}

.fa-toggle-on::before {
  content: "\f205";
}

.fa-toilet::before {
  content: "\f7d8";
}

.fa-toilet-paper::before {
  content: "\f71e";
}

.fa-toilet-paper-slash::before {
  content: "\e072";
}

.fa-toilet-portable::before {
  content: "\e583";
}

.fa-toilets-portable::before {
  content: "\e584";
}

.fa-toolbox::before {
  content: "\f552";
}

.fa-tooth::before {
  content: "\f5c9";
}

.fa-torii-gate::before {
  content: "\f6a1";
}

.fa-tornado::before {
  content: "\f76f";
}

.fa-tower-broadcast::before {
  content: "\f519";
}

.fa-broadcast-tower::before {
  content: "\f519";
}

.fa-tower-cell::before {
  content: "\e585";
}

.fa-tower-observation::before {
  content: "\e586";
}

.fa-tractor::before {
  content: "\f722";
}

.fa-trademark::before {
  content: "\f25c";
}

.fa-traffic-light::before {
  content: "\f637";
}

.fa-trailer::before {
  content: "\e041";
}

.fa-train::before {
  content: "\f238";
}

.fa-train-subway::before {
  content: "\f239";
}

.fa-subway::before {
  content: "\f239";
}

.fa-train-tram::before {
  content: "\e5b4";
}

.fa-transgender::before {
  content: "\f225";
}

.fa-transgender-alt::before {
  content: "\f225";
}

.fa-trash::before {
  content: "\f1f8";
}

.fa-trash-arrow-up::before {
  content: "\f829";
}

.fa-trash-restore::before {
  content: "\f829";
}

.fa-trash-can::before {
  content: "\f2ed";
}

.fa-trash-alt::before {
  content: "\f2ed";
}

.fa-trash-can-arrow-up::before {
  content: "\f82a";
}

.fa-trash-restore-alt::before {
  content: "\f82a";
}

.fa-tree::before {
  content: "\f1bb";
}

.fa-tree-city::before {
  content: "\e587";
}

.fa-triangle-exclamation::before {
  content: "\f071";
}

.fa-exclamation-triangle::before {
  content: "\f071";
}

.fa-warning::before {
  content: "\f071";
}

.fa-trophy::before {
  content: "\f091";
}

.fa-trowel::before {
  content: "\e589";
}

.fa-trowel-bricks::before {
  content: "\e58a";
}

.fa-truck::before {
  content: "\f0d1";
}

.fa-truck-arrow-right::before {
  content: "\e58b";
}

.fa-truck-droplet::before {
  content: "\e58c";
}

.fa-truck-fast::before {
  content: "\f48b";
}

.fa-shipping-fast::before {
  content: "\f48b";
}

.fa-truck-field::before {
  content: "\e58d";
}

.fa-truck-field-un::before {
  content: "\e58e";
}

.fa-truck-front::before {
  content: "\e2b7";
}

.fa-truck-medical::before {
  content: "\f0f9";
}

.fa-ambulance::before {
  content: "\f0f9";
}

.fa-truck-monster::before {
  content: "\f63b";
}

.fa-truck-moving::before {
  content: "\f4df";
}

.fa-truck-pickup::before {
  content: "\f63c";
}

.fa-truck-plane::before {
  content: "\e58f";
}

.fa-truck-ramp-box::before {
  content: "\f4de";
}

.fa-truck-loading::before {
  content: "\f4de";
}

.fa-tty::before {
  content: "\f1e4";
}

.fa-teletype::before {
  content: "\f1e4";
}

.fa-turkish-lira-sign::before {
  content: "\e2bb";
}

.fa-try::before {
  content: "\e2bb";
}

.fa-turkish-lira::before {
  content: "\e2bb";
}

.fa-turn-down::before {
  content: "\f3be";
}

.fa-level-down-alt::before {
  content: "\f3be";
}

.fa-turn-up::before {
  content: "\f3bf";
}

.fa-level-up-alt::before {
  content: "\f3bf";
}

.fa-tv::before {
  content: "\f26c";
}

.fa-television::before {
  content: "\f26c";
}

.fa-tv-alt::before {
  content: "\f26c";
}

.fa-u::before {
  content: "U";
}

.fa-umbrella::before {
  content: "\f0e9";
}

.fa-umbrella-beach::before {
  content: "\f5ca";
}

.fa-underline::before {
  content: "\f0cd";
}

.fa-universal-access::before {
  content: "\f29a";
}

.fa-unlock::before {
  content: "\f09c";
}

.fa-unlock-keyhole::before {
  content: "\f13e";
}

.fa-unlock-alt::before {
  content: "\f13e";
}

.fa-up-down::before {
  content: "\f338";
}

.fa-arrows-alt-v::before {
  content: "\f338";
}

.fa-up-down-left-right::before {
  content: "\f0b2";
}

.fa-arrows-alt::before {
  content: "\f0b2";
}

.fa-up-long::before {
  content: "\f30c";
}

.fa-long-arrow-alt-up::before {
  content: "\f30c";
}

.fa-up-right-and-down-left-from-center::before {
  content: "\f424";
}

.fa-expand-alt::before {
  content: "\f424";
}

.fa-up-right-from-square::before {
  content: "\f35d";
}

.fa-external-link-alt::before {
  content: "\f35d";
}

.fa-upload::before {
  content: "\f093";
}

.fa-user::before {
  content: "\f007";
}

.fa-user-astronaut::before {
  content: "\f4fb";
}

.fa-user-check::before {
  content: "\f4fc";
}

.fa-user-clock::before {
  content: "\f4fd";
}

.fa-user-doctor::before {
  content: "\f0f0";
}

.fa-user-md::before {
  content: "\f0f0";
}

.fa-user-gear::before {
  content: "\f4fe";
}

.fa-user-cog::before {
  content: "\f4fe";
}

.fa-user-graduate::before {
  content: "\f501";
}

.fa-user-group::before {
  content: "\f500";
}

.fa-user-friends::before {
  content: "\f500";
}

.fa-user-injured::before {
  content: "\f728";
}

.fa-user-large::before {
  content: "\f406";
}

.fa-user-alt::before {
  content: "\f406";
}

.fa-user-large-slash::before {
  content: "\f4fa";
}

.fa-user-alt-slash::before {
  content: "\f4fa";
}

.fa-user-lock::before {
  content: "\f502";
}

.fa-user-minus::before {
  content: "\f503";
}

.fa-user-ninja::before {
  content: "\f504";
}

.fa-user-nurse::before {
  content: "\f82f";
}

.fa-user-pen::before {
  content: "\f4ff";
}

.fa-user-edit::before {
  content: "\f4ff";
}

.fa-user-plus::before {
  content: "\f234";
}

.fa-user-secret::before {
  content: "\f21b";
}

.fa-user-shield::before {
  content: "\f505";
}

.fa-user-slash::before {
  content: "\f506";
}

.fa-user-tag::before {
  content: "\f507";
}

.fa-user-tie::before {
  content: "\f508";
}

.fa-user-xmark::before {
  content: "\f235";
}

.fa-user-times::before {
  content: "\f235";
}

.fa-users::before {
  content: "\f0c0";
}

.fa-users-between-lines::before {
  content: "\e591";
}

.fa-users-gear::before {
  content: "\f509";
}

.fa-users-cog::before {
  content: "\f509";
}

.fa-users-line::before {
  content: "\e592";
}

.fa-users-rays::before {
  content: "\e593";
}

.fa-users-rectangle::before {
  content: "\e594";
}

.fa-users-slash::before {
  content: "\e073";
}

.fa-users-viewfinder::before {
  content: "\e595";
}

.fa-utensils::before {
  content: "\f2e7";
}

.fa-cutlery::before {
  content: "\f2e7";
}

.fa-v::before {
  content: "V";
}

.fa-van-shuttle::before {
  content: "\f5b6";
}

.fa-shuttle-van::before {
  content: "\f5b6";
}

.fa-vault::before {
  content: "\e2c5";
}

.fa-vector-square::before {
  content: "\f5cb";
}

.fa-venus::before {
  content: "\f221";
}

.fa-venus-double::before {
  content: "\f226";
}

.fa-venus-mars::before {
  content: "\f228";
}

.fa-vest::before {
  content: "\e085";
}

.fa-vest-patches::before {
  content: "\e086";
}

.fa-vial::before {
  content: "\f492";
}

.fa-vial-circle-check::before {
  content: "\e596";
}

.fa-vial-virus::before {
  content: "\e597";
}

.fa-vials::before {
  content: "\f493";
}

.fa-video::before {
  content: "\f03d";
}

.fa-video-camera::before {
  content: "\f03d";
}

.fa-video-slash::before {
  content: "\f4e2";
}

.fa-vihara::before {
  content: "\f6a7";
}

.fa-virus::before {
  content: "\e074";
}

.fa-virus-covid::before {
  content: "\e4a8";
}

.fa-virus-covid-slash::before {
  content: "\e4a9";
}

.fa-virus-slash::before {
  content: "\e075";
}

.fa-viruses::before {
  content: "\e076";
}

.fa-voicemail::before {
  content: "\f897";
}

.fa-volcano::before {
  content: "\f770";
}

.fa-volleyball::before {
  content: "\f45f";
}

.fa-volleyball-ball::before {
  content: "\f45f";
}

.fa-volume-high::before {
  content: "\f028";
}

.fa-volume-up::before {
  content: "\f028";
}

.fa-volume-low::before {
  content: "\f027";
}

.fa-volume-down::before {
  content: "\f027";
}

.fa-volume-off::before {
  content: "\f026";
}

.fa-volume-xmark::before {
  content: "\f6a9";
}

.fa-volume-mute::before {
  content: "\f6a9";
}

.fa-volume-times::before {
  content: "\f6a9";
}

.fa-vr-cardboard::before {
  content: "\f729";
}

.fa-w::before {
  content: "W";
}

.fa-walkie-talkie::before {
  content: "\f8ef";
}

.fa-wallet::before {
  content: "\f555";
}

.fa-wand-magic::before {
  content: "\f0d0";
}

.fa-magic::before {
  content: "\f0d0";
}

.fa-wand-magic-sparkles::before {
  content: "\e2ca";
}

.fa-magic-wand-sparkles::before {
  content: "\e2ca";
}

.fa-wand-sparkles::before {
  content: "\f72b";
}

.fa-warehouse::before {
  content: "\f494";
}

.fa-water::before {
  content: "\f773";
}

.fa-water-ladder::before {
  content: "\f5c5";
}

.fa-ladder-water::before {
  content: "\f5c5";
}

.fa-swimming-pool::before {
  content: "\f5c5";
}

.fa-wave-square::before {
  content: "\f83e";
}

.fa-weight-hanging::before {
  content: "\f5cd";
}

.fa-weight-scale::before {
  content: "\f496";
}

.fa-weight::before {
  content: "\f496";
}

.fa-wheat-awn::before {
  content: "\e2cd";
}

.fa-wheat-alt::before {
  content: "\e2cd";
}

.fa-wheat-awn-circle-exclamation::before {
  content: "\e598";
}

.fa-wheelchair::before {
  content: "\f193";
}

.fa-wheelchair-move::before {
  content: "\e2ce";
}

.fa-wheelchair-alt::before {
  content: "\e2ce";
}

.fa-whiskey-glass::before {
  content: "\f7a0";
}

.fa-glass-whiskey::before {
  content: "\f7a0";
}

.fa-wifi::before {
  content: "\f1eb";
}

.fa-wifi-3::before {
  content: "\f1eb";
}

.fa-wifi-strong::before {
  content: "\f1eb";
}

.fa-wind::before {
  content: "\f72e";
}

.fa-window-maximize::before {
  content: "\f2d0";
}

.fa-window-minimize::before {
  content: "\f2d1";
}

.fa-window-restore::before {
  content: "\f2d2";
}

.fa-wine-bottle::before {
  content: "\f72f";
}

.fa-wine-glass::before {
  content: "\f4e3";
}

.fa-wine-glass-empty::before {
  content: "\f5ce";
}

.fa-wine-glass-alt::before {
  content: "\f5ce";
}

.fa-won-sign::before {
  content: "\f159";
}

.fa-krw::before {
  content: "\f159";
}

.fa-won::before {
  content: "\f159";
}

.fa-worm::before {
  content: "\e599";
}

.fa-wrench::before {
  content: "\f0ad";
}

.fa-x::before {
  content: "X";
}

.fa-x-ray::before {
  content: "\f497";
}

.fa-xmark::before {
  content: "\f00d";
}

.fa-close::before {
  content: "\f00d";
}

.fa-multiply::before {
  content: "\f00d";
}

.fa-remove::before {
  content: "\f00d";
}

.fa-times::before {
  content: "\f00d";
}

.fa-xmarks-lines::before {
  content: "\e59a";
}

.fa-y::before {
  content: "Y";
}

.fa-yen-sign::before {
  content: "\f157";
}

.fa-cny::before {
  content: "\f157";
}

.fa-jpy::before {
  content: "\f157";
}

.fa-rmb::before {
  content: "\f157";
}

.fa-yen::before {
  content: "\f157";
}

.fa-yin-yang::before {
  content: "\f6ad";
}

.fa-z::before {
  content: "Z";
}

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*!
 * Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
:root, :host {
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../indigitous/assets/fonts/fontawesome/fa-regular-400.woff2") format("woff2"), url("../indigitous/assets/fonts/fontawesome/fa-regular-400.ttf") format("truetype");
}
.far,
.fa-regular {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

/*!
 * Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
:root, :host {
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../indigitous/assets/fonts/fontawesome/fa-solid-900.woff2") format("woff2"), url("../indigitous/assets/fonts/fontawesome/fa-solid-900.ttf") format("truetype");
}
.fas,
.fa-solid {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

/*!
 * Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
:root, :host {
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../indigitous/assets/fonts/fontawesome/fa-brands-400.woff2") format("woff2"), url("../indigitous/assets/fonts/fontawesome/fa-brands-400.ttf") format("truetype");
}
.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa-42-group:before {
  content: "\e080";
}

.fa-innosoft:before {
  content: "\e080";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-audible:before {
  content: "\f373";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-aws:before {
  content: "\f375";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-bilibili:before {
  content: "\e3d9";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-bots:before {
  content: "\e340";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cmplid:before {
  content: "\e360";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dailymotion:before {
  content: "\e052";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-deezer:before {
  content: "\e077";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envira:before {
  content: "\f299";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-figma:before {
  content: "\f799";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-fly:before {
  content: "\f417";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-flag:before {
  content: "\f2b4";
}

.fa-font-awesome-logo-full:before {
  content: "\f2b4";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golang:before {
  content: "\e40f";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-pay:before {
  content: "\e079";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guilded:before {
  content: "\e07e";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hashnode:before {
  content: "\e499";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-hive:before {
  content: "\e07f";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-less:before {
  content: "\f41d";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f23a";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-meta:before {
  content: "\e49b";
}

.fa-microblog:before {
  content: "\e01a";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-nfc-directional:before {
  content: "\e530";
}

.fa-nfc-symbol:before {
  content: "\e531";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-octopus-deploy:before {
  content: "\e082";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-padlet:before {
  content: "\e4a0";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-perbyte:before {
  content: "\e083";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pix:before {
  content: "\e43a";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-screenpal:before {
  content: "\e570";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sith:before {
  content: "\f512";
}

.fa-sitrox:before {
  content: "\e44a";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f198";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ab";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-space-awesome:before {
  content: "\e5ac";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-square-behance:before {
  content: "\f1b5";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-square-dribbble:before {
  content: "\f397";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-square-facebook:before {
  content: "\f082";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-square-font-awesome:before {
  content: "\e5ad";
}

.fa-square-font-awesome-stroke:before {
  content: "\f35c";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-square-git:before {
  content: "\f1d2";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-square-github:before {
  content: "\f092";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-square-gitlab:before {
  content: "\e5ae";
}

.fa-gitlab-square:before {
  content: "\e5ae";
}

.fa-square-google-plus:before {
  content: "\f0d4";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-square-hacker-news:before {
  content: "\f3af";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-square-instagram:before {
  content: "\e055";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-square-js:before {
  content: "\f3b9";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-square-lastfm:before {
  content: "\f203";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-square-odnoklassniki:before {
  content: "\f264";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-square-pied-piper:before {
  content: "\e01e";
}

.fa-pied-piper-square:before {
  content: "\e01e";
}

.fa-square-pinterest:before {
  content: "\f0d3";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-square-reddit:before {
  content: "\f1a2";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-square-snapchat:before {
  content: "\f2ad";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-square-steam:before {
  content: "\f1b7";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-square-tumblr:before {
  content: "\f174";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-square-twitter:before {
  content: "\f081";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-square-viadeo:before {
  content: "\f2aa";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-square-vimeo:before {
  content: "\f194";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-square-whatsapp:before {
  content: "\f40c";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-square-xing:before {
  content: "\f169";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-square-youtube:before {
  content: "\f431";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f2c6";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-unity:before {
  content: "\e049";
}

.fa-unsplash:before {
  content: "\e07c";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viber:before {
  content: "\f409";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wirsindhandwerk:before {
  content: "\e2d0";
}

.fa-wsh:before {
  content: "\e2d0";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wodu:before {
  content: "\e088";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-rendact:before {
  content: "\f3e4";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-zhihu:before {
  content: "\f63f";
}

.wp-block-button__link,
:where(.wp-block-button__link) {
  border-radius: 0;
}

.wp-block-pullquote {
  padding: 0;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

.site-header {
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  padding: 12px 0;
  /* Make sure the header goes below the admin bar on front end */
}
.page-top-image .site-header {
  background-color: transparent;
}
.page-top-image .site-header.scrolled {
  background-color: #fff;
}
.page-top-image .site-header.scrolled a {
  color: #000000;
}
.site-header__right {
  display: flex;
}
.site-header a {
  color: #000000;
}
.site-header a.featured-link {
  color: #ffffff;
  margin-left: 100px;
  background-color: none;
  background: none;
  box-shadow: none;
}
@media (min-width: 1600px) {
  .site-header a.featured-link {
    margin-right: -130px;
  }
}
.site-header a.theme-toggle {
  padding: 10px;
  font-size: 1.2em;
}
@media (min-width: 960px) {
  .site-header a.theme-toggle {
    margin-right: 20px;
    margin-left: 10px;
  }
}
.admin-bar .site-header {
  top: 32px !important;
}
.site-header .nav-mobile-link {
  font-size: 1.3125rem;
  margin-left: 15px;
  color: #EFEFEF;
}
.site-header .uk-drop {
  padding: 15px 25px 20px;
}
.site-header .navbar__drop--large {
  width: 875px;
}
.site-header .navbar__drop--medium {
  width: 600px;
}
.site-header .navbar__drop--small {
  width: 260px;
}
.site-header .navbar__drop--search {
  padding: 10px 20px 15px;
}
@media (max-width: 639px) {
  .site-header .navbar__drop--search {
    left: 15% !important;
  }
}
@media (max-width: 959px) {
  .admin-bar .site-header {
    top: 46px !important;
  }
}
.site-logo a {
  display: block;
  max-height: 100%;
  width: 260px;
}
.site-logo a img {
  width: auto;
  max-height: 100%;
  max-width: 260px;
}
@media (max-width: 639px) {
  .site-logo {
    height: 40px;
  }
  .site-logo a {
    width: 200px;
  }
}
@media (max-width: 575px) {
  .site-logo {
    position: relative;
    transition: 0.4s;
    opacity: 1;
  }
  .site-logo a {
    width: 160px;
  }
}
@media (max-width: 375px) {
  .site-logo {
    height: 33px;
  }
  .site-logo a {
    width: 140px;
  }
}
@media (max-width: 321px) {
  .site-logo {
    height: 25px;
  }
  .site-logo a {
    width: 110px;
  }
}

@media (any-pointer: coarse) {
  .navbar__search-button,
  .theme-toggle {
    margin: 0 5px;
  }
}

.nav-search {
  transition: 0.4s;
  overflow: hidden;
  position: relative;
}
.nav-search input[type=text] {
  background-color: #ffffff;
  border: none;
  color: #131313;
  font-size: 0.875rem;
  width: 100%;
  border-bottom: 1px solid #131313;
  border-radius: 0;
}
.nav-search input[type=text]:focus {
  outline: none;
}
.nav-search--active {
  width: 100%;
  opacity: 1;
}
.nav-search__submit {
  position: absolute;
  right: 0;
  top: 4px;
  right: 10px;
  opacity: 0.5;
  font-size: 0.875rem;
  line-height: 2 !important;
  color: #000000 !important;
}
.nav-search ::-webkit-input-placeholder {
  color: #131313;
  font-size: 0.875rem;
}
.nav-search :-moz-placeholder {
  color: #131313;
  font-size: 0.875rem;
}
.nav-search ::-moz-placeholder {
  color: #131313;
  font-size: 0.875rem;
}
.nav-search :-ms-input-placeholder {
  color: #131313;
  font-size: 0.875rem;
}

.btn.mobile-menu-btn, .mobile-menu-btn.wp-block-button__link {
  text-transform: uppercase;
  color: #ffffff;
  padding: 5px 15px;
  font-size: 12px;
  font-weight: 600;
  box-shadow: none !important;
  padding: 0 !important;
  background: none !important;
}

.search-header.has-results {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}

#masthead nav .featured-link {
  color: #000;
  margin-left: 0 !important;
  padding-right: 0 !important;
}
#masthead nav .featured-link.home {
  color: #fff;
}
.navbar {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  font-family: "Noto Sans", sans-serif;
}
.navbar li {
  margin-bottom: 0;
}
.navbar__item {
  display: inline-block;
}
.navbar__item > a {
  padding: 20px 0;
  display: inline-block;
}
@media (min-width: 640px) {
  .navbar__item > a {
    padding: 32px 24px;
  }
}
.navbar__item.current_page_item > a, .navbar__item.current-page-ancestor > a, .navbar__item.current_page_ancestor > a {
  color: #EF4E25;
}
.navbar__item.current_page_item > a:after, .navbar__item.current-page-ancestor > a:after, .navbar__item.current_page_ancestor > a:after {
  color: #EF4E25;
}
.navbar__item.current_page_item > a svg path, .navbar__item.current-page-ancestor > a svg path, .navbar__item.current_page_ancestor > a svg path {
  stroke: #EF4E25;
}
.navbar__item.feature a {
  background-color: #EF4E25;
  color: #ffffff;
  margin-right: 0;
  width: 250px;
  text-align: center;
}
.navbar__item.feature a:hover, .navbar__item.feature a.uk-open {
  color: #ffffff;
}
.navbar__submenu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navbar a {
  transition: 0.2s;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
}
.navbar a:hover, .navbar a.uk-open {
  color: #EF4E25;
}
.navbar a:hover svg path, .navbar a.uk-open svg path {
  stroke: #EF4E25;
}
.navbar a.uk-open {
  background-color: #EFEFEF;
}
.navbar a svg {
  margin-left: 10px;
}
.navbar__drop {
  overflow-y: auto;
  max-height: 80vh;
  max-height: calc(100vh - 85px);
  text-align: left;
  background-color: #EFEFEF;
  border-bottom: 3px solid #8D8D8D;
}
.navbar__subitem a {
  padding: 0.875rem 0;
  display: block;
  color: #131313;
  font-size: 0.9375rem;
}
.navbar__subitem.navbar__subitem--parent {
  padding-left: 25px;
}
.navbar__subitem.navbar__subitem--parent:first-child {
  padding-left: 0;
}
.navbar__subitem.navbar__subitem--parent > a {
  color: #131313;
  border-bottom: none;
  font-weight: 700;
  font-size: 0.9375rem;
  padding: 10px 0 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #131313;
}
.navbar__subitem.navbar__subitem--parent > a:hover {
  color: #EF4E25;
}
.navbar__subitem.navbar__subitem.uk-width-1-1 {
  padding-left: 0;
}
.navbar__subitem.navbar__subitem--active > a {
  color: #EF4E25;
}
.navbar__subitem > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.navbar__subitem > ul > li > a {
  padding: 0.3125rem 0;
  font-size: 0.75rem;
}
.navbar__subitem.more a {
  color: #131313;
  font-weight: 500;
  font-size: 0.8125rem;
}
.navbar__subitem.more a::after {
  content: "\ea3c";
  font-family: "icomoon" !important;
  font-size: 0.9em;
  margin-left: 10px;
  transition: 0.2s;
}
.navbar__subitem.more a:hover::after {
  margin-left: 15px;
}
.navbar__search {
  overflow-y: auto;
  max-height: 80vh;
  max-height: calc(100vh - 85px);
  text-align: left;
  background-color: #EFEFEF;
  border-bottom: 3px solid #8D8D8D;
  margin-top: 20px;
  padding: 20px !important;
}
@media (max-width: 639px) {
  .navbar__search {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
  }
}
.navbar__search-button {
  padding: 20px 10px;
}
@media (min-width: 960px) {
  .navbar__search-button {
    padding: 20px;
  }
}
.navbar__search-button.uk-open {
  background-color: #EFEFEF;
}

.uk-offcanvas-close {
  color: #131313;
  top: 20px;
  right: 20px;
}
.uk-offcanvas-overlay::before {
  background-color: rgba(19, 19, 19, 0.4);
}

.offcanvas-nav__inner {
  background-color: #EFEFEF;
  width: 320px;
}

.offcanvas-menu {
  margin-top: 50px;
}
.offcanvas-menu ul {
  padding-left: 0 !important;
}
.offcanvas-menu li:not(.uk-open) {
  border-bottom: 1px solid #8D8D8D;
}
.offcanvas-menu li:not(.uk-open):last-child {
  border-bottom: none;
}
.offcanvas-menu a {
  color: #131313;
  font-size: 0.875rem;
  padding: 15px 0 !important;
  font-weight: 400;
}
.offcanvas-menu a > i {
  vertical-align: middle;
  font-size: 1.1em;
  margin-left: 10px;
  color: inherit;
  display: inline-block;
  float: right;
}
.offcanvas-menu a.more {
  font-size: 0.8125rem;
}
.offcanvas-menu li.more a {
  font-size: 0.8125rem;
  font-weight: 900;
}
.offcanvas-menu li.uk-open > a {
  font-weight: 700;
}
.offcanvas-menu li.uk-open > a > i {
  color: #EF4E25;
  transform: rotate(90deg);
}
.offcanvas-menu__submenu {
  margin-bottom: 15px !important;
}
.offcanvas-menu__item > a {
  font-size: 0.9375rem;
}
.offcanvas-menu__item.uk-open > a, .offcanvas-menu__item.current_page_item > a, .offcanvas-menu__item.current-page-ancestor > a, .offcanvas-menu__item.current_page_ancestor > a {
  color: #EF4E25;
}
.offcanvas-menu__subitem {
  margin-left: 10px;
}
.offcanvas-menu__subitem--parent {
  border-bottom: none !important;
}
.offcanvas-menu__subitem--parent > a {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #131313;
}
.offcanvas-menu__subitem.current_page_item > a, .offcanvas-menu__subitem.current-page-ancestor > a, .offcanvas-menu__subitem.current_page_ancestor > a {
  color: #EF4E25;
}

.drop-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.drop-nav ul li a {
  display: block;
  color: inherit;
}
.drop-nav ul li a:hover {
  color: #EF4E25;
}
.drop-nav > ul > li > a {
  padding: 5px 0;
  border-bottom: 1px solid #000000;
  margin-bottom: 5px;
  font-weight: bold;
}
.drop-nav > ul > li ul li {
  font-size: 0.85em;
  line-height: 2;
}
.switch-filter-block {
  overflow-x: auto;
  /* Hide the scrollbar */
  /* For webkit-based browsers */
  /* To hide the vertical scrollbar as well */
}
.switch-filter-block::-webkit-scrollbar {
  width: 0; /* This will hide the horizontal scrollbar */
}
.switch-filter-block::-webkit-scrollbar {
  width: 0; /* This will hide the horizontal scrollbar */
  height: 0; /* This will hide the vertical scrollbar */
}

.switch-navbar {
  padding: 4px;
  background-color: #FFF;
  border-radius: 40px;
  margin-left: 0;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 1199px) {
  .switch-navbar {
    display: flex;
    gap: 8px;
  }
}
@media (min-width: 960px) {
  .switch-navbar {
    border: 1px solid #131313;
  }
}
.switch-navbar li {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 14px;
  padding: 0;
}
.switch-navbar li a {
  color: #131313 !important;
  font-weight: 700;
  text-align: center;
  display: block;
  padding: 8px 16px !important;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
}
@media (min-width: 960px) {
  .switch-navbar li a {
    padding: 5px 20px !important;
  }
}
@media (min-width: 960px) {
  .switch-navbar li a {
    padding: 16px 48px !important;
    min-width: 120px;
    font-size: 15px;
    letter-spacing: -0.15px;
  }
}
@media (max-width: 959px) {
  .switch-navbar li a {
    font-weight: bold;
    border: 1px solid #131313;
    border-radius: 20px;
  }
}
.switch-navbar li a:hover {
  background: transparent;
}
.switch-navbar .uk-active a, .switch-navbar .uk-active a:hover {
  background-color: #131313 !important;
  color: #FFF !important;
  border-radius: 40px;
}

#masthead nav .featured-link {
  text-transform: uppercase;
  font-weight: bold;
}
#masthead nav .featured-link span {
  text-decoration: underline;
}

.site-content {
  position: relative;
  padding-top: 96px;
}
@media (min-width: 1200px) {
  .site-content {
    padding-top: 68px;
  }
}
@media (min-width: 1367px) {
  .site-content {
    padding-top: 88px;
  }
}

.about-page h1 {
  font-size: 32px;
  font-weight: 900;
  line-height: 44px;
  max-width: 95%;
  letter-spacing: -0.64px;
  margin-bottom: 56px !important;
}
@media (min-width: 1200px) {
  .about-page h1 {
    font-size: 64px;
    line-height: 72px;
    letter-spacing: -3px;
    margin-top: 80px !important;
    margin-bottom: 108px !important;
    max-width: 1187px !important;
  }
}
.about-page .play-video-section {
  border-radius: 24px;
  overflow: hidden;
  height: 600px;
  margin: 0 !important;
}
@media (min-width: 1200px) {
  .about-page .play-video-section {
    border-radius: 32px;
    height: 700px;
  }
}
.about-page .play-video-section img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-page .play-video-section__button {
  width: 80px;
  height: 80px;
  background-color: white;
  border-radius: 50%; /* Makes it a circle */
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 960px) {
  .about-page .play-video-section__button {
    width: 80px;
    height: 80px;
  }
}
.about-page .play-video-section__button .triangle {
  width: 0;
  height: 0;
  margin-left: 8px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 24px solid black; /* Triangle color */
  transform: rotate(-90deg);
}
.about-page .about-section {
  background-color: #EF4E25;
  padding: 56px 20px;
  position: relative;
  margin-left: -20px !important;
  margin-right: -20px !important;
}
@media (min-width: 640px) {
  .about-page .about-section {
    margin-left: 0px !important;
    margin-right: 0px !important;
    border-radius: 40px;
    padding: 50px 42px;
  }
}
@media (min-width: 1200px) {
  .about-page .about-section {
    margin-left: -48px !important;
    margin-right: -48px !important;
    padding: 120px 168px !important;
  }
}
.about-page .about-section::before {
  content: "";
  background-image: url("./assets/images/vector-overlay.svg");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  width: 327px;
  height: 321px;
  top: 93px;
  left: 20px;
}
@media (min-width: 1200px) {
  .about-page .about-section::before {
    background-size: 454px 453px;
    top: 35px;
    left: 45px;
    width: 454px;
    height: 453px;
  }
}
@media (min-width: 1200px) {
  .about-page .about-section::after {
    content: "";
    background-image: url("./assets/images/vector-overlay.svg");
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.5;
    position: absolute;
    left: 0;
    top: 0;
    background-size: 467px 465px;
    width: 467px;
    height: 465px;
    right: 48px;
    top: 22px;
    left: auto;
    transform: rotate(180deg);
  }
}
.about-page .about-section p {
  font-size: 24px !important;
  color: #FFF;
  display: block;
  margin: 0 auto;
  font-weight: 900;
  line-height: 36px !important;
  letter-spacing: -0.24px;
}
@media (min-width: 1200px) {
  .about-page .about-section p {
    font-size: 40px !important;
    line-height: 56px !important;
    letter-spacing: -1.6px;
  }
}
.about-page .section-spacer {
  margin: 64px 0;
}
@media (min-width: 1200px) {
  .about-page .section-spacer {
    margin: 80px 0;
  }
}
@media (min-width: 1200px) {
  .about-page .media-card-section.testimonial-section {
    margin-left: -48px !important;
    margin-right: -48px !important;
  }
}
@media (min-width: 1200px) {
  .about-page .media-card-section .left-media {
    padding: 0 30px;
  }
}
@media (min-width: 1600px) {
  .about-page .media-card-section .left-media {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .about-page .media-card-section .left-media .card-body {
    margin-top: 50px;
    margin-right: 125px;
  }
}
.about-page .media-card-section .uk-card {
  box-shadow: none;
}
.about-page .media-card-section .uk-card .uk-card-body {
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 1200px) {
  .about-page .media-card-section .uk-card .uk-card-body {
    padding-right: 60px;
    padding-left: 60px;
  }
}
.about-page .media-card-section .card-cover-container {
  display: flex;
  flex-direction: column;
  padding-bottom: 64px;
}
@media (min-width: 1200px) {
  .about-page .media-card-section .card-cover-container {
    flex-direction: row;
    padding-bottom: 0px;
  }
}
.about-page .media-card-section .card-cover-img {
  height: 370px;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .about-page .media-card-section .card-cover-img {
    height: 655px;
    width: 553px;
    min-width: 553px;
    border-radius: 32px;
    overflow: hidden;
  }
}
.about-page .media-card-section .card-cover-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 32px;
}
.about-page .media-card-section .content {
  padding-top: 24px;
}
@media (min-width: 1200px) {
  .about-page .media-card-section .content {
    padding-left: 79px;
    padding-top: 76px;
  }
}
.about-page .media-card-section .content .card-title {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.22px;
  line-height: 32px;
}
@media (min-width: 1200px) {
  .about-page .media-card-section .content .card-title {
    font-size: 40px;
    letter-spacing: -3px;
    line-height: 56px;
    letter-spacing: -1.6px;
    max-width: 490px;
    margin-bottom: 32px;
  }
}
@media (min-width: 1200px) {
  .about-page .media-card-section .content .card-body {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    max-width: 543px;
  }
}
.about-page .media-card-section--dark {
  overflow: hidden;
  background: black;
  margin-top: 0px;
  margin-left: -20px !important;
  margin-right: -20px !important;
  padding: 56px 0px 0px 0px;
  color: #FFF;
  font-weight: 900;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 640px) {
  .about-page .media-card-section--dark {
    margin-left: 0px !important;
    margin-right: 0px !important;
    border-radius: 50px;
  }
}
@media (min-width: 1200px) {
  .about-page .media-card-section--dark {
    margin-top: 80px;
    flex-direction: row;
    padding: 106px 59px 104px 59px;
  }
}
.about-page .media-card-section--dark .card-body {
  order: -1;
  padding: 24px 40px 56px 40px;
  position: relative;
}
.about-page .media-card-section--dark .card-body::before {
  content: "";
  background-image: url("./assets/images/vector-overlay.svg");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 1200px) {
  .about-page .media-card-section--dark .card-body {
    max-width: 567px;
    padding: 0 74px 0 37px;
  }
}
.about-page .media-card-section--dark .card-body__quote {
  margin-bottom: 30px !important;
}
@media (min-width: 1200px) {
  .about-page .media-card-section--dark .card-body__quote {
    margin-bottom: 65px !important;
    margin-top: 23px;
  }
}
.about-page .media-card-section--dark .card-body__caption {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.18px;
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .about-page .media-card-section--dark .card-body__caption {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: -0.56px;
    width: 456px;
    margin-bottom: 35px;
  }
}
.about-page .media-card-section--dark .card-body__name {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.36px;
  margin-bottom: 17px;
}
@media (min-width: 1200px) {
  .about-page .media-card-section--dark .card-body__name {
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.22px;
    margin-bottom: 6px;
  }
}
.about-page .media-card-section--dark .card-body__position {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 1.12px;
}
@media (min-width: 1200px) {
  .about-page .media-card-section--dark .card-body__position {
    margin-bottom: 21px;
  }
}
.about-page .media-card-section--dark .card-media-right {
  width: 295px;
  height: 295px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  order: -1;
}
@media (min-width: 1200px) {
  .about-page .media-card-section--dark .card-media-right {
    order: 0;
    width: 567px;
    height: 566px;
  }
}
.about-page .media-card-section--dark .card-media-right .media-container {
  overflow: hidden;
  position: relative;
  height: 257px !important;
  width: 265px !important;
}
@media (min-width: 1200px) {
  .about-page .media-card-section--dark .card-media-right .media-container {
    height: 508px !important;
    width: 494px !important;
  }
}
.about-page .media-card-section--dark .card-media-right .media-container img {
  padding: 0 !important;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  z-index: 99;
  position: relative;
}
.about-page .media-card-section--dark .card-media-right svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1200px) {
  .about-page .media-card-section--dark .card-media-right svg {
    width: 100%;
  }
}

.our-team-section {
  padding: 0 0 80px 0;
}
@media (min-width: 1200px) {
  .our-team-section {
    padding: 96px 0 30px 0;
  }
}
.our-team-section p {
  font-size: 20px;
  line-height: 32px;
}
.our-team-section h2 {
  font-weight: 900;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -1.44px;
}
@media (min-width: 1200px) {
  .our-team-section h2 {
    font-size: 64px;
    line-height: 72px;
    letter-spacing: -1.92px;
  }
}
.our-team-section .image-slider-section {
  margin-top: 50px;
}
.our-team-section .content-tag-wrap .content-tag {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 6px 16px;
}

.start-now-page.main-content {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.start-now-page h1 {
  font-size: 48px !important;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: -1.44px;
  margin-bottom: 24px;
  margin-top: 40px;
}
@media (min-width: 1200px) {
  .start-now-page h1 {
    font-size: 64px !important;
    line-height: 72px;
    letter-spacing: -1.92px;
    margin-bottom: 32px;
    margin-top: 0px;
  }
}
.start-now-page h4 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 900;
  letter-spacing: -0.24px;
  width: 254px;
}
@media (min-width: 1200px) {
  .start-now-page h4 {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: -0.56px;
    width: auto;
  }
}
.start-now-page p {
  font-size: 20px;
  line-height: 32px;
  margin-top: 0;
}
.start-now-page p .wpcf7-list-item {
  margin-bottom: 3px;
}
.start-now-page p .wpcf7-list-item input[type=checkbox] {
  transform: scale(1.6);
}
.start-now-page p .wpcf7-list-item-label {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-left: 12px;
  letter-spacing: -0.16px;
}
.start-now-page hr {
  margin: 40px 0px;
}
.start-now-page .uk-container-xsmall {
  max-width: 660px;
}
.start-now-page .wpcf7-form-control input {
  padding: 18px 32px !important;
}
.start-now-page a {
  color: #EF4E25;
  text-decoration: underline;
}

.site-pre-footer {
  padding: 15rem 0;
  background-position: 75% 35%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 960px) {
  .site-pre-footer {
    padding: 9rem 0 6rem;
    background-position: center 35%;
    background-size: 100%;
  }
}
.site-pre-footer__content {
  max-width: 600px;
  margin: 0 auto;
}
.site-pre-footer__content h3 {
  font-size: 3rem;
  font-weight: 700;
}
.site-pre-footer__content p {
  font-size: 1.125rem;
}
.site-pre-footer__blocks {
  margin-top: 50px;
}
@media (min-width: 960px) {
  .site-pre-footer__blocks {
    margin-top: 100px;
    margin-bottom: -165px !important;
  }
}
.site-pre-footer__block > div {
  padding: 30px 50px;
  background-color: #131313;
  color: #fff;
  border-radius: 4px;
  height: 100%;
}
.site-pre-footer__block > div h4 {
  color: #fff;
  font-size: 1.875rem;
  font-weight: 300;
}
.site-pre-footer__block > div *:last-child {
  margin-bottom: 0;
}

.site-footer {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  .site-footer {
    background-size: auto;
    background-position: center;
  }
}
.site-footer--spacer {
  margin-top: 64px;
}
@media (min-width: 1200px) {
  .site-footer--spacer {
    margin-top: 120px;
  }
}
.site-footer--wrap {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 0;
}
@media (min-width: 960px) {
  .site-footer--wrap {
    margin-bottom: 96px;
  }
}
.site-footer--cta {
  max-width: 575px;
  margin-bottom: 60px;
}
.site-footer--cta h2,
.site-footer--cta h3 {
  color: #ffffff;
  font-size: 54px;
  margin-bottom: 40px;
}
@media (max-width: 959px) {
  .site-footer--cta h2,
  .site-footer--cta h3 {
    font-size: 28px;
  }
}
.site-footer--cta p {
  margin: 0;
}
.site-footer--main {
  background: #ffffff;
  padding: 40px;
  font-size: 18px;
  line-height: 28px;
}
@media (min-width: 1200px) {
  .site-footer--main {
    padding: 60px 100px 40px;
  }
}
.site-footer--main .site-footer--logo {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .site-footer--main .site-footer--logo {
    margin-bottom: 52px;
  }
}
.site-footer--main p {
  font-size: 18px;
  line-height: 28px;
}
.site-footer--menu .footer-menu {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 50%);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}
@media (min-width: 576px) {
  .site-footer--menu .footer-menu {
    grid-template-columns: repeat(3, 33.333%);
  }
}
@media (min-width: 960px) {
  .site-footer--menu .footer-menu {
    grid-template-columns: repeat(5, 20%);
  }
}
@media (min-width: 1200px) {
  .site-footer--menu .footer-menu {
    padding-left: 20%;
  }
}
.site-footer--menu .footer-menu li {
  margin-bottom: 0;
  list-style: none;
}
.site-footer--menu .footer-menu a {
  color: #000000;
  display: inline-block;
  line-height: 2em;
  font-family: 15px;
}
.site-footer--menu .footer-menu > li > a {
  font-weight: 700;
  font-size: 1.125rem;
}
.site-footer--menu .footer-menu ul.sub-menu {
  padding-left: 0;
}
.site-footer--menu .footer-menu ul.sub-menu li a {
  display: block;
}
@media (any-pointer: coarse) {
  .site-footer--menu .footer-menu ul.sub-menu li a .container a {
    padding: 8px 0;
  }
}
.site-footer--extra {
  display: flex;
  justify-content: space-between;
  margin-bottom: 88px !important;
}
.site-footer--extra a {
  color: inherit;
  font-size: 0.9em;
}
.site-footer--extra a:hover {
  color: #EF4E25;
}
.site-footer--bottom {
  margin-bottom: 80px !important;
  color: #ffffff;
}
@media (max-width: 959px) {
  .site-footer--bottom {
    justify-content: space-between;
  }
}
@media (max-width: 639px) {
  .site-footer--bottom {
    justify-content: center;
  }
}
.site-footer--social ul.social-links {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (min-width: 1200px) {
  .site-footer--social ul.social-links {
    margin-top: 40px;
    margin: 0;
  }
}
@media (max-width: 1199px) {
  .site-footer--social ul.social-links {
    margin-top: 24px;
    margin-bottom: 40px;
  }
}
.site-footer--social ul.social-links a {
  color: #131313;
  font-size: 28px;
  transition: all 0.2s ease-in-out;
}
.site-footer--social ul.social-links a i.icon-slack {
  filter: invert(99%) sepia(100%) saturate(5%) hue-rotate(134deg) brightness(102%) contrast(103%);
}
.site-footer--social ul.social-links a i::before {
  width: 32px;
  height: 32px;
  display: block;
  scale: 0.8;
}
.site-footer--social ul.social-links a:hover {
  color: #EF4E25;
}
@media (min-width: 1200px) {
  .site-footer--bottom-cta {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.site-footer--bottom-cta p {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Noto Sans Mono", monospace;
  text-align: right;
  line-height: 1.4;
}
@media (max-width: 959px) {
  .site-footer--bottom-cta p {
    margin-bottom: 20px;
  }
}
@media (max-width: 639px) {
  .site-footer--bottom-cta p {
    text-align: center !important;
  }
}
.site-footer--bottom-cta a {
  margin-left: 40px;
  line-height: 1.8;
}
@media (max-width: 639px) {
  .site-footer--bottom-cta a {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .site-footer--about {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .site-footer--about > * {
    padding-left: 0;
  }
}
.site-footer .footer--site-links {
  padding: 0;
}
@media (max-width: 639px) {
  .site-footer .footer--site-links {
    padding-top: 0;
  }
}
.site-footer .footer--site-links ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
}
.site-footer .footer--site-links ul li {
  padding: 0 !important;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
@media (max-width: 959px) {
  .site-footer .footer--site-links ul li {
    padding-bottom: 10px;
  }
}
.site-footer .footer--site-links ul li a {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.36px;
}
.site-footer .footer-separator {
  color: #131313;
  margin: 24px 0;
}
@media (min-width: 960px) {
  .site-footer .footer-separator {
    margin: 48px 0;
  }
}

.footer--copyright {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 959px) {
  .footer--copyright {
    margin-top: 32px;
  }
}

.cta-subscribe-section {
  padding: 0;
  width: 100%;
  margin-top: 64px;
  overflow: hidden;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  border-radius: 40px;
}
@media (max-width: 639px) {
  .cta-subscribe-section {
    border-radius: 0;
  }
}
@media (min-width: 1200px) {
  .cta-subscribe-section {
    margin-top: 70px;
  }
}
.cta-subscribe-section .cta-subscribe {
  background-image: url("./assets/images/cta-subscribe-bg.png");
  background-size: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-color: #000;
  opacity: 0.95;
  padding: 20px;
  border-radius: 40px;
}
@media (max-width: 1599px) {
  .cta-subscribe-section .cta-subscribe {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (min-width: 960px) {
  .cta-subscribe-section .cta-subscribe {
    padding: 50px;
    padding: 25px;
  }
}
@media (max-width: 639px) {
  .cta-subscribe-section .cta-subscribe {
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
    padding-top: 0;
  }
}
.cta-subscribe-section .cta-subscribe h2, .cta-subscribe-section .cta-subscribe p {
  color: #FFF;
  text-align: center;
}
.cta-subscribe-section .cta-subscribe p {
  box-sizing: border-box;
}
.cta-subscribe-section .cta-subscribe h2 {
  font-weight: 900;
  font-size: 32px;
  line-height: 44px;
  letter-spacing: -0.64px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 24px;
}
@media (min-width: 960px) {
  .cta-subscribe-section .cta-subscribe h2 {
    font-size: 40px;
    letter-spacing: -1px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .cta-subscribe-section .cta-subscribe h2 {
    font-size: 80px;
    font-weight: 900;
    line-height: 104px;
    width: 1104px;
    margin-top: 30px;
    letter-spacing: -4px;
  }
}
@media (max-width: 1199px) {
  .cta-subscribe-section .cta-subscribe h2 {
    padding-top: 56px;
  }
}
.cta-subscribe-section .cta-subscribe h2 + p {
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 32px;
}
@media (min-width: 1200px) {
  .cta-subscribe-section .cta-subscribe h2 + p {
    margin-bottom: 50px;
    font-size: 24px;
    letter-spacing: 1.92px;
  }
}
.cta-subscribe-section .cta-subscribe input {
  width: 100%;
  display: block;
  border-radius: 40px;
  padding: 18px 24px;
  border: 1px solid #FFF;
  margin: 0 auto;
  background: transparent;
  box-shadow: none;
  color: #FFF;
  font-size: 18px;
  margin-bottom: 24px;
  line-height: 28px; /* 155.556% */
  letter-spacing: -0.18px;
  font-weight: 500;
}
@media (min-width: 640px) {
  .cta-subscribe-section .cta-subscribe input {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  .cta-subscribe-section .cta-subscribe input {
    width: 720px;
  }
}
.cta-subscribe-section .cta-subscribe p {
  line-height: 0;
}
.cta-subscribe-section .cta-subscribe .wpcf7-submit {
  font-family: "Noto Sans", sans-serif;
  background: #FFF;
  color: #131313;
  text-transform: uppercase;
  font-weight: 700;
  filter: none;
  font-size: 16px;
  line-height: 24px; /* 150% */
  letter-spacing: -0.16px;
  margin-bottom: 30px;
}
@media (max-width: 639px) {
  .cta-subscribe-section .cta-subscribe .wpcf7-submit {
    margin-top: 40px;
  }
}
.cta-subscribe-section .cta-subscribe .wpcf7-spinner {
  position: absolute;
  left: 48%;
  transform: translateX(-50%);
}

.cta-get-started-section {
  margin-top: 64px;
}
@media (min-width: 1200px) {
  .cta-get-started-section {
    margin-top: 120px;
  }
}
.cta-get-started-section .site-footer--cta {
  max-width: 100%;
  width: 100%;
}
.cta-get-started-section .site-footer--cta p {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
}
.cta-get-started-section .site-footer--cta .btn--arrow, .cta-get-started-section .site-footer--cta .wp-block-button__link {
  font-size: 16px;
  line-height: 24px; /* 150% */
  letter-spacing: -0.16px;
  margin-bottom: 64px;
}
@media (min-width: 1200px) {
  .cta-get-started-section .site-footer--cta .btn--arrow, .cta-get-started-section .site-footer--cta .wp-block-button__link {
    margin-bottom: 160px;
  }
}
.cta-get-started-section h3 {
  color: #131313;
  font-weight: 900;
  font-size: 32px;
  letter-spacing: -0.64px;
  margin-bottom: 40px;
  line-height: 44px;
}
@media (min-width: 960px) {
  .cta-get-started-section h3 {
    font-size: 64px;
    line-height: 72px;
    letter-spacing: -1.92px;
    margin-bottom: 56px;
  }
}
@media (min-width: 1200px) {
  .cta-get-started-section h3 {
    width: 1288px;
  }
}

.site-footer--extra, .site-footer--extra a {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

@media (max-width: 959px) {
  .footer--site-links li {
    width: 50%;
    margin-bottom: 16px;
  }
}
.footer--site-links a {
  color: #000000;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.16px;
}
@media (min-width: 1200px) {
  .footer--site-links a {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.36px;
  }
}
.footer--site-links a:hover {
  color: #EF4E25;
}

.pre-footer {
  position: relative;
  margin-bottom: 60px;
}
.pre-footer--signup {
  padding: 40px 60px 40px 40px;
  border: 1px solid #000000;
  background-color: #ffffff;
}
@media (min-width: 1200px) {
  .pre-footer--signup {
    margin-bottom: -120px !important;
  }
}
.pre-footer--signup h2 {
  font-style: normal;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 700;
}
@media (max-width: 959px) {
  .pre-footer--signup h2 {
    font-size: 21px;
  }
}
.pre-footer--signup h4 {
  font-style: normal;
  font-size: 28px;
  font-weight: 400;
}
@media (max-width: 959px) {
  .pre-footer--signup h4 {
    font-size: 21px;
  }
}
.pre-footer--signup p {
  font-family: "Noto Sans Mono", monospace;
  line-height: 1.4;
}
.pre-footer--signup form p {
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
}
.pre-footer--signup form input[type=text],
.pre-footer--signup form input[type=email],
.pre-footer--signup form select {
  margin-top: 10px;
}
@media (min-width: 576px) and (max-width: 959px) {
  .pre-footer--signup form {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .pre-footer--signup form > * {
    flex-basis: 50%;
    width: 50%;
    padding-right: 10px;
  }
  .pre-footer--signup form > p {
    margin-top: 0;
  }
  .pre-footer--signup form > p input[type=submit] {
    float: right;
  }
  .pre-footer--signup form .wpcf7-response-output {
    flex-basis: 100%;
    margin-top: 0;
  }
}
@media (max-width: 1199px) {
  .pre-footer--signup {
    margin-bottom: 40px !important;
  }
}
.pre-footer::after {
  content: "";
  background-image: url("./assets/images/dot.svg");
  background-size: 12px;
  display: block;
  width: 184px;
  height: 20px;
  z-index: 0;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: 0;
}
@media (max-width: 1199px) {
  .pre-footer {
    padding-bottom: 40px;
  }
  .pre-footer .uk-slider-container {
    position: relative;
  }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #131313;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the 'skip to content' link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/* WordPress generated classes for image alignments */
.alignleft {
  margin-bottom: 1.125rem;
}
@media (min-width: 640px) {
  .alignleft {
    display: inline;
    float: left;
    margin-right: 1.5rem;
  }
}
@media (max-width: 639px) {
  .alignleft {
    width: 100%;
  }
}

.alignright {
  margin-bottom: 1.125rem;
}
@media (min-width: 640px) {
  .alignright {
    display: inline;
    float: right;
    margin-left: 1.5rem;
  }
}
@media (max-width: 639px) {
  .alignright {
    width: 100%;
  }
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 640px) {
  .fifty-percent {
    width: 50%;
  }
}

/* Badges */
.ndgt-breadcrumbs {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ndgt-breadcrumbs a {
  color: inherit;
  text-decoration: underline;
}
.ndgt-breadcrumbs a:hover {
  color: #EF4E25;
}

.btn, .wp-block-button__link {
  display: inline-block;
  padding: 10px 20px 8px;
  font-family: "Noto Sans Mono", monospace;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background: linear-gradient(90deg, rgb(239, 78, 37) 50%, rgb(239, 233, 116) 140%);
  transition: all 0.2s ease-in-out;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.btn + .btn, .wp-block-button__link + .btn, .btn + .wp-block-button__link, .wp-block-button__link + .wp-block-button__link {
  margin-left: 5px;
}
.btn .uk-icon, .wp-block-button__link .uk-icon {
  margin-right: -5px;
  margin-left: 5px;
}
.btn:hover, .wp-block-button__link:hover {
  color: #ffffff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.btn--arrow::after, .wp-block-button__link::after {
  content: url("./assets/images/arrow.svg");
  display: inline-block;
  vertical-align: text-top;
  margin-left: 20px;
  margin-right: 5px;
  transition: all 0.2s ease-in-out;
}
.btn--arrow:hover::after, .wp-block-button__link:hover::after {
  transform: translateX(5px);
}
@media (max-width: 639px) {
  .btn, .wp-block-button__link {
    font-size: 12px;
    padding: 6px 20px 4px;
  }
}

.btn-light {
  display: inline-block;
  font-family: "Noto Sans Mono", monospace;
  font-size: 16px;
  font-weight: 500;
}
.btn-light + .btn-light {
  margin-left: 5px;
}
.btn-light--arrow::after {
  content: url("./assets/images/arrow.svg");
  display: inline-block;
  vertical-align: text-top;
  margin-left: 16px;
  margin-right: 5px;
  transition: all 0.2s ease-in-out;
  filter: brightness(0) saturate(100%) invert(34%) sepia(96%) saturate(1844%) hue-rotate(348deg) brightness(97%) contrast(93%);
}
.btn-light--arrow:hover::after {
  transform: translateX(5px);
}
@media (max-width: 639px) {
  .btn-light {
    font-size: 12px;
    padding: 6px 0 4px;
  }
}

.btn-light + .btn, .btn-light + .wp-block-button__link,
.btn + .btn-light,
.wp-block-button__link + .btn-light {
  margin-left: 1em;
}

.drop-filter {
  font-size: 14px;
  padding: 8px 15px;
  width: 270px;
  text-align: left;
  cursor: pointer;
  position: relative;
  background: #FFF;
  border: 1px solid #131313;
  border-radius: 50px;
  height: 52px;
  padding: 0 30px;
}
@media (min-width: 1200px) {
  .drop-filter {
    height: 65px;
  }
}
.drop-filter i {
  color: #131313;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: 0.1s transform ease-in;
}
.drop-filter.uk-open {
  background-color: #EF4E25;
  border-color: #EF4E25;
  color: #ffffff;
}
.drop-filter.uk-open i {
  color: #ffffff;
  transform: translateY(-50%) rotate(-180deg);
}

.toggle-switch-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  width: -moz-max-content;
  width: max-content;
  font-size: 14px;
}
@media (max-width: 639px) {
  .toggle-switch-wrapper {
    margin: 0 auto;
    margin-top: 32px;
  }
}
.toggle-switch-wrapper p {
  margin: 0;
}

.toggle-wrapper {
  display: flex;
  position: relative;
  height: 2.5rem;
  width: 5rem;
  margin: 0 16px;
  padding: 0.3rem;
  background-color: #ffffff;
  border-radius: 1.3rem;
  cursor: pointer;
  border: 1px solid #000000;
}

.toggle-is-active {
  border: 1px solid #EF4E25;
}

.toggle-dot {
  height: 1.8rem;
  width: 1.8rem;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  transition: 0.2s all ease-in-out;
  right: calc(100% - 2.1rem);
}
.toggle-is-active .toggle-dot {
  right: 0.3rem;
  background-color: #EF4E25;
}

.ndgt-form form {
  padding: 65px 50px;
  background-color: #CBD3EB;
}
.ndgt-form .form-field {
  margin-bottom: 30px;
}
.ndgt-form .form-field > label,
.ndgt-form .form-field > span {
  display: flex;
  justify-content: space-between;
  color: #131313;
  font-family: "Noto Sans Mono", monospace;
}
.ndgt-form .form-field > label .wpcf7-form-control-wrap,
.ndgt-form .form-field > span .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  max-width: 85%;
}
.ndgt-form .form-field.inline-field > label,
.ndgt-form .form-field.inline-field > span {
  display: block;
}
.ndgt-form .form-field.inline-field > label .wpcf7-form-control-wrap,
.ndgt-form .form-field.inline-field > span .wpcf7-form-control-wrap {
  display: inline-block;
  margin-left: 20px;
  width: auto;
  max-width: unset;
}
.ndgt-form .form-field input[type=text],
.ndgt-form .form-field input[type=email],
.ndgt-form .form-field input[type=num],
.ndgt-form .form-field input[type=tel],
.ndgt-form .form-field textarea {
  width: 100%;
  border: none;
}
.ndgt-form .form-field input[type=submit] {
  padding: 2px 18px;
  color: #EF4E25;
  font-family: "Noto Sans Mono", monospace;
  font-size: 14px;
  font-weight: 500;
  border: 2px solid #EF4E25;
  border-radius: 4px;
}
.ndgt-form .form-field select {
  width: 100%;
  border: none;
  line-height: 1em;
  padding: 7px 10px 6px;
  border-radius: 4px;
  color: #4F4F4F;
}
.ndgt-form .form-field.uk-width-1-2\@m .wpcf7-form-control-wrap {
  max-width: 68.5%;
}
.ndgt-form .wpcf7-radio label,
.ndgt-form .wpcf7-checkbox label {
  display: inline-block;
  cursor: pointer;
}
.ndgt-form input[type=radio],
.ndgt-form input[type=checkbox] {
  display: none;
}
.ndgt-form .wpcf7-list-item.first {
  margin-left: 0;
}
.ndgt-form input[type=radio] + .wpcf7-list-item-label:before,
.ndgt-form input[type=checkbox] + .wpcf7-list-item-label:before {
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin-right: 0.3125rem;
  border: 2px solid #EF4E25;
  color: #EF4E25;
  vertical-align: -3px;
}
.ndgt-form input[type=checkbox] + .wpcf7-list-item-label:before {
  border-radius: 4px;
  border-width: 1px;
}
.ndgt-form input[type=radio]:checked + .wpcf7-list-item-label:before,
.ndgt-form input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  background-color: #EF4E25;
}

/* WordPress generated classes for captions */
.wp-caption {
  margin-bottom: 1.5rem;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.75rem 0;
}

.wp-caption-text {
  text-align: center;
}

/* WordPress generated classes for galleries */
.gallery {
  margin-bottom: 1.5rem;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin-top: 0;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
  margin-top: 0.75rem;
}

.ndgt-responsive-video {
  padding-top: 56.24%;
  width: 100%;
  position: relative;
}
.ndgt-responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.media-image {
  padding-top: 56.24%;
  width: 100%;
  position: relative;
}
.media-image audio {
  width: 95%;
  height: 40px;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
}

.entry-content > figure {
  margin-bottom: 30px;
}

@media (min-width: 960px) {
  .ndgt-post.single-page {
    padding-top: 64px !important;
  }
}
.ndgt-post p {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 20px;
}
@media (min-width: 960px) {
  .ndgt-post p {
    margin-bottom: 50px;
  }
}
.ndgt-post .icon-arrow-left {
  margin-right: 10px;
}
.ndgt-post__header-content {
  position: relative;
}
.ndgt-post a.btn--arrow, .ndgt-post a.wp-block-button__link {
  text-transform: uppercase;
  font-family: "Noto Sans", sans-serif;
  letter-spacing: -0.16px;
  line-height: 24px;
}
.ndgt-post a.back-btn {
  color: #131313 !important;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 40px;
  display: inline-block;
}
@media (min-width: 960px) {
  .ndgt-post a.back-btn {
    margin-bottom: 50px;
  }
}
.ndgt-post a.back-btn:hover {
  color: #EF4E25;
}
.ndgt-post .entry-title {
  font-weight: 900;
  font-size: 48px;
  line-height: 60px;
  margin-top: 24px;
  letter-spacing: -1.44px;
  max-width: 313px;
}
@media (min-width: 640px) {
  .ndgt-post .entry-title {
    max-width: none;
  }
}
@media (min-width: 960px) {
  .ndgt-post .entry-title {
    font-size: 64px;
    line-height: 72px;
    letter-spacing: -1.92px;
    max-width: 735px;
  }
}
@media (min-width: 1200px) {
  .ndgt-post .entry-title {
    max-width: 892px;
  }
}
.ndgt-post h2.wp-block-heading {
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 36px; /* 150% */
  letter-spacing: -0.24px;
  margin: 0 0 24px 0;
}
@media (min-width: 960px) {
  .ndgt-post h2.wp-block-heading {
    margin: 0 0 40px 0;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: -0.56px;
    margin: 0 0 24px 0;
  }
}
.ndgt-post .entry-title + h2 {
  font-weight: 400;
  max-width: 277px;
  font-size: 20px;
  line-height: 32px;
}
@media (min-width: 640px) {
  .ndgt-post .entry-title + h2 {
    max-width: 477px;
  }
}
@media (min-width: 960px) {
  .ndgt-post .entry-title + h2 {
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0.48px;
    max-width: 644px;
  }
}
.ndgt-post .entry-title + h2 + p {
  position: relative;
}
@media (min-width: 960px) {
  .ndgt-post .entry-title + h2 + p {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
  }
}
.ndgt-post .ndgt-social-share {
  margin: 32px 0 !important;
  color: #131313;
}
@media (min-width: 960px) {
  .ndgt-post .ndgt-social-share {
    position: absolute;
    width: auto;
    left: -157px;
    margin: 0 !important;
    margin-top: 100px !important;
    padding: 0 !important;
  }
}
.ndgt-post .ndgt-social-share .share-text {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 24px;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  line-height: 20px;
}
.ndgt-post .ndgt-social-share .social-share {
  display: flex;
  width: 100%;
}
@media (min-width: 960px) {
  .ndgt-post .ndgt-social-share .social-share {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-bottom: 50px;
  }
}
.ndgt-post .ndgt-social-share .social-share .share-link {
  margin: 0 8px 0 0;
  cursor: pointer;
}
@media (min-width: 960px) {
  .ndgt-post .ndgt-social-share .social-share .share-link {
    margin: 0 0 16px 0;
  }
}
.ndgt-post .ndgt-social-share .social-share .share-link svg {
  width: 32px !important;
  height: 32px !important;
}
@media (min-width: 960px) {
  .ndgt-post .ndgt-social-share .social-share .share-link svg {
    width: 32px !important;
    height: 32px !important;
  }
}
.ndgt-post__date {
  font-size: 14px;
  font-weight: 400;
}
.ndgt-post--image-top .ndgt-post__header {
  margin-top: -400px;
  margin-bottom: 100px;
}
.ndgt-post__header .ndgt-post__meta {
  margin-bottom: 40px;
}
@media (min-width: 960px) {
  .ndgt-post__header .ndgt-post__meta {
    margin-bottom: 96px;
  }
}
.ndgt-post__title {
  margin-top: 60px;
  margin-bottom: 30px;
  margin-right: 0;
  z-index: 1;
  position: relative;
}
@media (min-width: 960px) {
  .ndgt-post__title {
    margin-bottom: 30px;
    margin-right: -205px;
  }
}
@media (max-width: 1199px) {
  .ndgt-post__title {
    max-width: 600px;
  }
}
.ndgt-post__title h1 {
  font-size: 54px;
  color: #EF4E25;
}
@media (max-width: 959px) {
  .ndgt-post__title h1 {
    font-size: 36px;
  }
}
@media (max-width: 959px) {
  .ndgt-post__title h2 {
    font-size: 21px;
  }
}
.ndgt-post__title-inner {
  padding: 30px 30px 50px;
  background-color: #ffffff;
  border: 1px solid #000000;
  z-index: 1;
  position: relative;
}
@media (min-width: 960px) {
  .ndgt-post__title-inner {
    padding: 50px 60px 30px 100px;
  }
}
.ndgt-post__title::before {
  content: "";
  background-image: url("./assets/images/dot.svg");
  background-size: 12px;
  display: block;
  width: 208px;
  height: 184px;
  z-index: 0;
  position: absolute;
  bottom: -24px;
  left: -24px;
}
.ndgt-post__title::after {
  content: "";
  background-image: url("./assets/images/dot.svg");
  background-size: 12px;
  display: block;
  width: 208px;
  height: 184px;
  z-index: 0;
  position: absolute;
  top: -24px;
  right: -24px;
}
.ndgt-post__author {
  margin-right: 20px;
}
.ndgt-post__author-name {
  font-weight: 700;
}
.ndgt-post__ttr {
  color: #EF4E25;
}
.ndgt-post__minute-read {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
.ndgt-post__feat-image {
  background: #262626;
  margin: 0 auto;
  width: 100%;
  height: 260px;
  max-width: 100%;
}
@media (min-width: 960px) {
  .ndgt-post__feat-image {
    border-radius: 24px;
    width: 1392px;
    height: 600px;
  }
}
.ndgt-post__feat-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.ndgt-post__feat-image img.default-image {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
@media (min-width: 960px) {
  .ndgt-post__feat-image img {
    border-radius: 24px;
  }
}
.ndgt-post__content {
  position: relative;
  background: #FFF;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .ndgt-post__content {
    max-width: 912px;
    margin-top: -120px;
    padding: 64px 96px 80px 96px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
}
.ndgt-post__content .entry-content {
  margin-bottom: 64px;
  overflow: hidden;
}
@media (min-width: 960px) {
  .ndgt-post__content .entry-content {
    margin-bottom: 0px;
  }
}
.ndgt-post__content .entry-content .ndgt-post__callout {
  margin: 10px 0;
  max-width: 100%;
}
.ndgt-post__content .entry-content > p:first-child {
  font-size: 32px;
  line-height: 44px;
  font-weight: 900;
}
@media (min-width: 960px) {
  .ndgt-post__content .entry-content > p:first-child {
    font-size: 40px;
    line-height: 56px;
    margin-bottom: 48px;
    letter-spacing: -1.6px;
  }
}
.ndgt-post__content .entry-content > p:nth-child(2) {
  font-weight: 600;
}
@media (min-width: 960px) {
  .ndgt-post__content .entry-content > p:nth-child(2) {
    line-height: 44px;
    font-size: 28px;
    letter-spacing: -0.56px;
    margin-bottom: 40px;
    margin-top: 0px;
  }
}
.ndgt-post__content .entry-content p {
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 960px) {
  .ndgt-post__content .entry-content p {
    line-height: 32px;
  }
}
.ndgt-post__author-info {
  padding: 25px 0;
  margin-bottom: 40px;
  border: 1px solid #000000;
  border-width: 1px 0 1px 0;
  display: flex;
}
@media (min-width: 1200px) {
  .ndgt-post__author-info {
    margin-bottom: 80px;
  }
}
.ndgt-post__author-image {
  margin-right: 32px;
  width: 100%;
  border-radius: 40px;
  max-width: 56px;
  max-height: 56px;
  border-radius: 50%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.ndgt-post__author-image img {
  height: 100px;
  width: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.ndgt-post__author-bio {
  max-width: 400px;
}
.ndgt-post__author-bio h4 {
  font-family: "Noto Sans Mono", monospace;
  font-weight: 300;
  margin-bottom: 10px;
}
.ndgt-post__author-bio p {
  margin: 10px 0;
  line-height: 1.5;
}
.ndgt-post__contact-info {
  display: flex;
}
@media (min-width: 1200px) {
  .ndgt-post__contact-info {
    margin-bottom: 40px;
  }
}
.ndgt-post__contact-image {
  margin-right: 32px;
}
.ndgt-post__contact-image img {
  height: 100px;
  width: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.ndgt-post__footer {
  margin-bottom: 80px !important;
  margin-left: 10%;
  padding-bottom: 40px;
}
@media (max-width: 1199px) {
  .ndgt-post__footer {
    margin-left: -60px;
    margin-right: -60px;
  }
}
.ndgt-post__next {
  padding: 100px;
  position: relative;
}
@media (min-width: 1200px) {
  .ndgt-post__next {
    max-width: 75%;
  }
}
.ndgt-post__next.has-related {
  padding-bottom: 320px;
}
.ndgt-post__next-overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.ndgt-post__next-overlay img {
  height: 120%;
  width: auto;
  max-width: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
@media (min-width: 1200px) {
  .ndgt-post__next-overlay img {
    height: auto;
    width: 110%;
  }
}
.ndgt-post__next-overlay > div {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 1;
}
.ndgt-post__next-content {
  position: relative;
  max-width: 500px;
  z-index: 1;
}
.ndgt-post__next-content ul {
  list-style: none;
}
.ndgt-post__next-content ul li {
  line-height: 1.45;
}
.ndgt-post__next-content ul li::before {
  content: "•";
  color: #EF4E25;
  font-size: 1.5em;
  line-height: 1rem;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.ndgt-post__next-content h2 {
  font-size: 54px;
}
@media (min-width: 1200px) {
  .ndgt-post__next::before {
    content: "";
    background-image: url("./assets/images/dot.svg");
    background-size: 12px;
    display: block;
    width: 208px;
    height: 184px;
    z-index: 0;
    position: absolute;
    bottom: -24px;
    left: -24px;
  }
  .ndgt-post__next::after {
    content: "";
    background-image: url("./assets/images/dot.svg");
    background-size: 12px;
    display: block;
    width: 208px;
    height: 184px;
    z-index: 0;
    position: absolute;
    top: -24px;
    right: -24px;
  }
}
.ndgt-post__related {
  position: relative;
}
.ndgt-post__related.has-next {
  max-width: 85%;
  margin-left: auto;
  margin-top: -280px;
  z-index: 1;
}
.ndgt-post__related .preview-card {
  margin-left: 0;
}
.ndgt-post__related > h3 {
  color: #B86B78;
  font-size: 28px;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.ndgt-post__contact-option {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  color: #131313;
}
.ndgt-post__contact-option .contact-icon {
  margin-right: 25px;
  display: flex;
  align-items: center;
}
.ndgt-post__contact-option .contact-icon i {
  color: #131313;
  font-size: 30px;
  width: 30px;
}
.ndgt-post__contact-option p {
  font-size: 0.9em;
  margin-bottom: 0;
}
@media (min-width: 960px) {
  .ndgt-post__partners-block {
    margin-bottom: 40px;
  }
}
.ndgt-post__partners-block h3 {
  font-size: 24px;
  font-weight: 900;
  line-height: 36px;
  letter-spacing: -0.24px;
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .ndgt-post__partners-block h3 {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: -0.56px;
    margin-bottom: 40px;
  }
}
.ndgt-post__partners-block .ndgt-partner {
  height: 45px;
  margin-bottom: 24px;
}
@media (min-width: 960px) {
  .ndgt-post__partners-block .ndgt-partner {
    margin-bottom: 0;
  }
}
.ndgt-post__partners-block .ndgt-partner a {
  padding: 0 !important;
}
.ndgt-post__partners-block .ndgt-partner a img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.ndgt-post .ndgt-partner a {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 10px;
  transition: all 0.2s ease-in-out;
}
.ndgt-post .ndgt-partner a:hover {
  background-color: #EFEFEF;
}
@media (max-width: 959px) {
  .ndgt-post .ndgt-partner a {
    justify-content: flex-start;
  }
  .ndgt-post .ndgt-partner a > img {
    max-height: 100px;
    width: auto;
  }
}
.ndgt-post__callout {
  margin: 0 0 24px 0 !important;
}
@media (min-width: 1200px) {
  .ndgt-post__callout {
    margin: 0 0 48px 0 !important;
  }
}
.ndgt-post__callout .wp-block-image img {
  width: 100%;
}
.ndgt-post__callout iframe {
  border-radius: 16px;
}
@media (min-width: 960px) {
  .ndgt-post__callout iframe {
    border-radius: 24px;
  }
}
.ndgt-post .clock-icon {
  margin-right: 10px;
}
.ndgt-post .related-links {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 0;
}
@media (min-width: 960px) {
  .ndgt-post .related-links {
    font-size: 40px;
  }
}
.ndgt-post .wp-block-columns.custom-media-block {
  flex-direction: column;
  margin-bottom: 24px !important;
  gap: 0;
}
@media (min-width: 960px) {
  .ndgt-post .wp-block-columns.custom-media-block {
    margin-bottom: 48px !important;
  }
}
.ndgt-post .wp-block-columns.custom-media-block .wp-block-column:first-child {
  display: flex;
  align-items: center;
  padding-bottom: 16px !important;
}
@media (min-width: 1200px) {
  .ndgt-post .wp-block-columns.custom-media-block .wp-block-column:first-child {
    padding-bottom: 24px !important;
  }
}
.ndgt-post .wp-block-columns.custom-media-block .wp-block-column figure {
  margin: 0 !important;
  width: 72px;
  height: 72px;
  min-width: 72px;
  border: 1px solid #D9D9D6;
  border-radius: 8px;
}
@media (min-width: 1200px) {
  .ndgt-post .wp-block-columns.custom-media-block .wp-block-column figure {
    width: 104px;
    height: 104px;
    min-width: 104px;
  }
}
.ndgt-post .wp-block-columns.custom-media-block .wp-block-column img {
  border-radius: 7px;
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.ndgt-post .wp-block-columns.custom-media-block h5 {
  margin: 0;
  margin-left: 24px;
  font-size: 18px;
  font-weight: 900;
  line-height: 28px;
  letter-spacing: -0.18px;
}
@media (min-width: 1200px) {
  .ndgt-post .wp-block-columns.custom-media-block h5 {
    font-size: 22px;
    font-weight: 900;
    line-height: 32px;
    letter-spacing: -0.22px;
  }
}
.ndgt-post .wp-block-columns.custom-media-block p {
  margin: 0 !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
@media (min-width: 1200px) {
  .ndgt-post .wp-block-columns.custom-media-block p {
    font-size: 20px;
    line-height: 32px;
  }
}
.ndgt-post .ndgt-highlight-box {
  flex-basis: 100% !important;
  padding: 0;
  border: 0;
}
.ndgt-post .ndgt-highlight-box > p:first-child {
  font-weight: 900;
  font-size: 24px !important;
  font-style: normal;
  line-height: 36px;
  letter-spacing: -0.24px;
  margin-bottom: 24px !important;
}
@media (min-width: 960px) {
  .ndgt-post .ndgt-highlight-box > p:first-child {
    font-size: 28px !important;
    line-height: 40px;
    letter-spacing: -0.56px;
    margin-bottom: 16px !important;
  }
}
.ndgt-post .ndgt-highlight-box > p:last-of-type {
  margin-bottom: 24px !important;
}
@media (min-width: 960px) {
  .ndgt-post .ndgt-highlight-box > p:last-of-type {
    margin-bottom: 40px !important;
  }
}
.ndgt-post .wp-block-button {
  margin: 0 !important;
}
.ndgt-post .wp-block-button a {
  border-radius: 52px !important;
}
.ndgt-post hr {
  max-width: 1392px;
  margin: 0 auto;
}
.ndgt-post h3.related-links {
  font-weight: 900;
  margin-top: 40px;
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 900;
  line-height: 36px;
  letter-spacing: -0.24px;
}
@media (min-width: 960px) {
  .ndgt-post h3.related-links {
    margin-top: 64px;
    margin-bottom: 50px;
    font-size: 40px;
    line-height: 56px;
    letter-spacing: -1.6px;
  }
}
.ndgt-post .ndgt-content-container.uk-grid {
  padding: 0 20px;
}
@media (min-width: 640px) {
  .ndgt-post .ndgt-content-container.uk-grid {
    padding: 0 60px;
  }
}
@media (min-width: 960px) {
  .ndgt-post .ndgt-content-container.uk-grid {
    padding: 0 40px;
  }
}
@media (min-width: 1200px) {
  .ndgt-post .ndgt-content-container.uk-grid {
    padding: 0 72px;
  }
}

.ndgt-featured-img-top {
  padding-bottom: 600px;
  background-position: center;
  background-size: cover;
}

.uk-whitespace-nowrap {
  white-space: nowrap;
}

.uk-align-self-center {
  align-self: center;
}

.ndgt-pagination {
  text-align: center;
  font-size: 21px;
  margin-top: 40px;
}
@media (max-width: 639px) {
  .ndgt-pagination {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 960px) {
  .ndgt-pagination {
    margin-bottom: 50px !important;
    margin-top: 24px;
  }
}
.ndgt-pagination .dropdown-container {
  position: relative;
  display: inline-block;
}
.ndgt-pagination .dropdown-container:before {
  content: "";
  background-image: url("./assets/images/angle-down-icon.svg");
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 16px;
  height: 9px;
  background-repeat: no-repeat;
}
.ndgt-pagination select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  font-weight: 500 !important;
  padding: 12px 58px 12px 16px !important;
  border-radius: 40px !important;
  height: 48px !important;
  background: transparent !important;
  z-index: 2;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1200px) {
  .ndgt-pagination select {
    padding: 5px 68px 5px 27px !important;
    line-height: 24px;
    font-size: 16px;
  }
}
.ndgt-pagination a {
  margin: 0 5px;
}
.ndgt-pagination a i {
  vertical-align: middle;
}
.ndgt-pagination a i::before {
  display: inline-block;
}

/* WordPress generated class for smile emojis */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Social icons */
.social-bar {
  display: inline-flex;
  flex-wrap: wrap;
}
.social-bar__item {
  display: inline-block;
  margin: 0 15px 5px 0;
}
.social-bar__icon {
  font-size: 29px;
  color: #A0A0A0;
  transition: color 0.2s ease-in-out;
}
.social-bar__link:hover .social-bar__icon {
  color: inherit;
}

.preview-card--media {
  margin-bottom: 36px;
}
.preview-card--content h3 a {
  color: inherit;
}
.preview-card a.btn-light {
  font-size: 14px;
}
.preview-card--extra h4 {
  font-weight: 400;
  font-size: 1rem;
  margin: 0 0 0.85em 0;
}

.large-card {
  height: 100%;
}
.large-card--inner {
  background-color: #ffffff;
  height: 100%;
  padding: 90px 100px 40px;
  position: relative;
}
.large-card--inner > * {
  position: relative;
  z-index: 1;
}
@media (max-width: 639px) {
  .large-card--inner {
    padding: 40px;
  }
}
.large-card--overlay {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.large-card--overlay img {
  height: 100%;
  width: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.large-card--overlay > div {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 1;
}
.large-card--media {
  height: 235px;
  margin-bottom: 30px;
}
@media (max-width: 639px) {
  .large-card--media {
    height: auto;
  }
}
.large-card--content {
  max-width: 420px;
}
.large-card--bg-image .large-card--content {
  margin-top: 265px;
}
.large-card--content h3 {
  font-size: 54px;
}
@media (max-width: 639px) {
  .large-card--bg-image .large-card--content {
    margin-top: 40px;
  }
  .large-card--content h3 {
    font-size: 28px;
  }
}
.large-card--bg-image p,
.large-card--bg-image li,
.large-card--bg-image h2,
.large-card--bg-image h3,
.large-card--bg-image h4 {
  color: #fff;
}
.large-card--bg-image h3 a {
  color: #fff;
}
.uk-slider a.slider-nav,
.uk-slideshow a.slider-nav {
  width: 64px;
  height: 64px;
  z-index: 1;
  background: linear-gradient(90deg, rgb(239, 78, 37) 50%, rgb(239, 233, 116) 140%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.uk-slider a.slider-nav::after,
.uk-slideshow a.slider-nav::after {
  content: url("./assets/images/arrow.svg");
  display: inline-block;
  vertical-align: text-top;
  transition: all 0.2s ease-in-out;
  filter: invert(100%);
  line-height: 1;
}
.uk-slider a.slider-nav.prev,
.uk-slideshow a.slider-nav.prev {
  left: -20px;
}
.uk-slider a.slider-nav.prev::after,
.uk-slideshow a.slider-nav.prev::after {
  transform: rotate(180deg);
}
.uk-slider a.slider-nav.next,
.uk-slideshow a.slider-nav.next {
  right: -20px;
}
@media (max-width: 639px) {
  .uk-slider a.slider-nav,
  .uk-slideshow a.slider-nav {
    width: 48px;
    height: 48px;
  }
  .uk-slider a.slider-nav.prev,
  .uk-slideshow a.slider-nav.prev {
    left: -10px;
  }
  .uk-slider a.slider-nav.next,
  .uk-slideshow a.slider-nav.next {
    right: -10px;
  }
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
@media (min-width: 1200px) {
  .home-intro {
    margin-top: 56px;
  }
}
@media (min-width: 1600px) {
  .home-intro .hero-img-container {
    position: relative;
  }
}
.home-intro .wp-block-button__link {
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  background: #EF4E25;
  color: #ffffff;
  border-radius: 40px !important;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.16px;
  padding: 20px 40px;
}
@media (min-width: 960px) {
  .home-intro .wp-block-button__link {
    margin-bottom: 40px;
  }
}
.home-intro--cta {
  margin-left: 0px;
}
@media (min-width: 1200px) {
  .home-intro--cta {
    margin-top: 64px;
    max-width: 80%;
  }
}
@media (min-width: 1200px) {
  .home-intro--cta {
    margin-bottom: 68px !important;
  }
}
@media (min-width: 1600px) {
  .home-intro--cta {
    margin-top: 80px;
    margin-bottom: 68px !important;
  }
}
@media (min-width: 1200px) {
  .home-intro--cta__text {
    margin-left: -40px;
    padding-right: 30px;
  }
}
@media (max-width: 1199px) {
  .home-intro--cta__text {
    padding-top: 0;
    padding-bottom: 24px;
    margin-bottom: 0;
    padding-left: 40px;
  }
}
@media (min-width: 1600px) {
  .home-intro--cta__text {
    max-width: 45%;
  }
}
@media (min-width: 960px) {
  .home-intro--cta__text {
    font-size: 20px;
    line-height: 28px;
    border-right: 1px solid black;
  }
}
@media (max-width: 959px) {
  .home-intro--cta__text {
    border-bottom: 1px solid black;
    padding-bottom: 30px;
    margin-bottom: 30px;
    padding: 15px 0px;
    margin-bottom: 20px;
  }
}
@media (max-width: 639px) {
  .home-intro--cta__text {
    padding: 24px 0px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 959px) {
  .home-intro--cta__btn {
    padding-left: 0px;
    padding-bottom: 46px;
  }
}
.home-intro--cta .home-gallery-item {
  position: relative;
}
.home-intro--cta .home-gallery-item__label {
  color: #131313 !important;
  font-size: 14px;
  font-weight: 900;
  line-height: 24px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 24px;
}
.home-intro--cta .home-gallery-item__label:hover {
  color: #EF4E25;
}
.home-intro--text h1 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 900;
  font-size: 56px;
  line-height: 68px;
  letter-spacing: -2.24px;
  margin-bottom: 48px;
}
@media (min-width: 1200px) {
  .home-intro--text h1 {
    font-size: 80px;
    line-height: 80px;
    letter-spacing: -4.8px;
  }
}
@media (min-width: 1367px) {
  .home-intro--text h1 {
    font-size: 96px;
    line-height: 96px;
  }
}
.home-intro--text p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 16px;
}
@media (min-width: 960px) {
  .home-intro--text p {
    margin-bottom: 32px;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 1px;
  }
}
@media (min-width: 1200px) {
  .home-intro--text p {
    margin-top: 52px;
  }
}
@media (min-width: 1367px) {
  .home-intro--text p {
    margin-top: 72px;
  }
}
.home-intro--gallery {
  position: relative;
}
@media (min-width: 1200px) {
  .home-intro--gallery {
    position: absolute;
    right: 0;
    z-index: 1;
    padding-top: 16px;
    padding-left: 16px;
  }
}
.home-intro--gallery .gallery-image-1 {
  border-bottom-left-radius: 100px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .home-intro--gallery .gallery-image-1 {
    border-bottom-left-radius: 130px;
    width: 602px;
    height: 408px;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 1199px) {
  .home-intro--gallery .gallery-image-1 {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}
@media (min-width: 1367px) {
  .home-intro--gallery .gallery-image-1 {
    width: 752px;
    height: 548px;
  }
}
@media (min-width: 1600px) {
  .home-intro--gallery .gallery-image-1 {
    transform: scale(1.1);
  }
}
@media (max-width: 639px) {
  .home-intro--gallery .gallery-image-1 {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .home-intro--gallery .gallery-image-1 img {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .home-intro--gallery .gallery-image-1 img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
.home-intro--gallery .gallery-image-text {
  padding: 40px 50px 40px;
  background: #ffffff;
  border: 1px solid #000000;
  margin-right: 10px;
  margin-left: 40px;
  margin-top: -40px;
}
.home-intro--gallery .gallery-image-text::after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  display: inline-block;
  position: absolute;
  top: -11px;
  left: 40px;
  border: 1px solid #000000;
  border-width: 1px 0 0 1px;
  transform: rotate(45deg);
}
@media (min-width: 960px) {
  .home-intro--gallery .gallery-image-text {
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
    width: 268px;
    right: 480px;
    top: 52px;
  }
  .home-intro--gallery .gallery-image-text::after {
    top: 35px;
    right: -11px;
    left: auto;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
  }
}
.home-intro--gallery .gallery-image-text blockquote {
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
}
.home-intro--gallery .gallery-image-text blockquote p {
  line-height: 1.4;
}
.home-intro--gallery .gallery-image-text figcaption {
  text-align: left;
  font-family: "Noto Sans Mono", monospace;
  font-style: normal;
  font-size: 16px;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .home-intro--gallery .gallery-image-text figcaption {
    padding-top: 0;
  }
}
.home-intro--gallery .gallery-video {
  width: 268px;
  height: 268px;
  background: linear-gradient(90deg, rgb(239, 78, 37) 50%, rgb(239, 233, 116) 140%);
}
@media (min-width: 640px) {
  .home-intro--gallery .gallery-video {
    margin-top: -247px;
    margin-left: -243px;
  }
}
@media (min-width: 960px) {
  .home-intro--gallery .gallery-video {
    top: 585px;
    right: 405px;
    margin: 0;
  }
}
.home-intro--gallery .gallery-video a {
  background: linear-gradient(90deg, rgb(239, 78, 37) 50%, rgb(239, 233, 116) 140%);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.home-intro--gallery .gallery-video i {
  background-image: url("./assets/images/play.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 44px;
  width: 44px;
  transition: all 0.2s ease-in-out;
}
.home-intro--gallery .gallery-video:hover i {
  height: 52px;
  width: 52px;
}
@media (min-width: 640px) {
  .home-intro--gallery .gallery-video::before {
    content: "";
    background-image: url("./assets/images/dot.svg");
    background-size: 12px;
    display: block;
    width: 208px;
    height: 184px;
    z-index: 0;
    position: absolute;
    bottom: -24px;
    left: -24px;
    z-index: -1;
  }
}
@media (max-width: 639px) {
  .home-intro--gallery .gallery-video {
    width: 45px;
    height: 45px;
    display: inline-block;
  }
  .home-intro--gallery .gallery-video i {
    height: 25px;
    width: 25px;
  }
}
.home-intro--gallery .gallery-video-text {
  padding-left: 40px;
}
@media (min-width: 960px) {
  .home-intro--gallery .gallery-video-text {
    text-align: right;
    padding: 0;
  }
}
@media (max-width: 639px) {
  .home-intro--gallery .gallery-video-text {
    width: calc(100% - 70px);
    padding-left: 20px;
    display: inline-block;
    vertical-align: top;
  }
}
.home-intro--gallery .gallery-video-text p {
  line-height: 1.5;
  margin-top: 15px;
}
.home-intro--gallery .gallery-video-text h4 {
  font-family: "Noto Sans", sans-serif;
  color: #B86B78;
  font-style: italic;
  font-size: 28px;
  margin-bottom: 10px;
  vertical-align: text-top;
}
.home-intro--gallery .gallery-video-text h4 span {
  color: #000000;
}
.home-intro--gallery .gallery-video-text h4 span::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #131313;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  margin: 0 3px;
}
@media (min-width: 960px) {
  .home-intro--gallery .gallery-video-text {
    width: 268px;
    top: 685px;
    right: 710px;
  }
}
@media (min-width: 640px) {
  .home-intro--gallery::before {
    content: "";
    background-image: url("./assets/images/vector.svg");
    background-size: 70%;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute;
    background-repeat: no-repeat;
    z-index: 1;
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    z-index: 1;
    top: 16px;
    left: 0;
    opacity: 1.2;
    mix-blend-mode: overlay;
    width: 74%;
    height: 97%;
    background-size: 100%;
  }
}
.home-intro .side-patch {
  width: 271px;
}
@media (min-width: 1200px) {
  .home-intro .side-patch {
    position: absolute;
    background: #131313;
    color: #FFF;
    right: 0;
    border-radius: 0 0 0 120px;
    top: 0;
    height: 740px;
  }
}
@media (min-width: 1367px) {
  .home-intro .side-patch {
    height: 900px;
  }
}
.home-intro .with-side-patch {
  position: relative;
}
.home-intro .with-side-patch::before {
  content: "";
  position: absolute;
  background: #131313;
  width: 271px;
  border-radius: 0 0 0 120px;
  top: -144px;
  right: -60px;
}
@media (min-width: 1200px) {
  .home-intro .with-side-patch::before {
    height: 740px;
    right: 0px;
  }
}
@media (min-width: 1367px) {
  .home-intro .with-side-patch::before {
    height: 900px;
  }
}
@media (min-width: 1600px) {
  .home-intro .with-side-patch::before {
    right: -212px;
    width: 300px;
  }
}

.home-content-sliders {
  margin-bottom: 120px;
}
@media (max-width: 959px) {
  .home-content-sliders {
    background-color: #EFEFEF;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 639px) {
  .home-content-sliders {
    margin-bottom: 60px;
  }
}

.content-slider {
  border-top: 1px solid #000000;
  margin-bottom: 100px;
}
@media (max-width: 959px) {
  .content-slider {
    padding-top: 20px;
    margin-bottom: 40px;
  }
  .content-slider:first-child {
    border-top: none;
  }
}
.content-slider--details {
  position: relative;
}
@media (min-width: 1200px) {
  .content-slider--details-inner {
    position: relative;
    margin-top: -33px;
  }
  .content-slider--details-inner > div {
    padding: 45px 60px 40px;
    border: 1px solid #000000;
    background: #ffffff;
    position: relative;
    z-index: 1;
  }
  .content-slider--details-inner h2 {
    font-size: 54px;
    font-family: "Noto Sans", sans-serif;
    font-style: italic;
  }
  .content-slider--details-inner p {
    font-size: 28px;
    line-height: 1.4;
  }
  .content-slider--details-inner a.btn, .content-slider--details-inner a.wp-block-button__link {
    padding-left: 16px;
    padding-right: 16px;
    white-space: nowrap;
  }
  .content-slider--details-inner a.btn::after, .content-slider--details-inner a.wp-block-button__link::after {
    margin-left: 10px;
  }
  .content-slider--details-inner::after {
    content: "";
    background-image: url("./assets/images/dot.svg");
    background-size: 12px;
    display: block;
    width: 208px;
    height: 184px;
    z-index: 0;
    position: absolute;
    bottom: -24px;
    left: -24px;
  }
}
.content-slider--slides {
  padding-top: 64px;
}
@media (max-width: 959px) {
  .content-slider--slides {
    padding-top: 30px;
  }
}
@media (max-width: 959px) {
  .content-slider .uk-slider-container {
    overflow: visible;
  }
}

.home-about {
  padding: 100px 0;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .home-about {
    background-color: #ffffff;
    padding: 0 0 100px;
  }
  .home-about .uk-container {
    padding: 0;
  }
}
.home-about--video {
  position: relative;
}
@media (min-width: 1200px) {
  .home-about--video {
    transform: translateY(-30px);
  }
}
.home-about--video > * {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.home-about--video > * img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) scale(1.05);
  transition: transform 1s ease-in-out;
  z-index: 0;
  height: 100%;
  max-width: 120%;
}
@media (max-width: 959px) {
  .home-about--video > * img {
    height: auto;
  }
}
@media (max-width: 639px) {
  .home-about--video > * img {
    max-width: 100%;
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
}
.home-about--video > *:hover img {
  transform: translateX(-50%) translateY(-50%) scale(1);
}
.home-about--video .overlay {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-about--video a {
  background: linear-gradient(90deg, rgb(239, 78, 37) 50%, rgb(239, 233, 116) 140%);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 68px;
  width: 68px;
}
.home-about--video a i {
  background-image: url("./assets/images/play.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 25px;
  width: 25px;
}
.home-about--content {
  position: relative;
}
@media (min-width: 1200px) {
  .home-about--content {
    transform: translateY(30px) translateX(-60px);
  }
}
@media (max-width: 1199px) {
  .home-about--content {
    padding: 0 60px;
    margin-top: -60px;
  }
}
@media (max-width: 639px) {
  .home-about--content {
    padding: 0 30px;
    margin-top: -60px;
  }
}
.home-about--content > div {
  position: relative;
  padding: 110px 100px 100px;
  background: #ffffff;
  border: 1px solid #131313;
  z-index: 1;
}
@media (max-width: 1199px) {
  .home-about--content > div {
    padding: 40px 60px 40px;
  }
}
@media (max-width: 639px) {
  .home-about--content > div {
    padding: 40px;
  }
}
.home-about--content > div h3 {
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
  color: #B86B78;
}
@media (max-width: 1199px) {
  .home-about--content > div h3 {
    font-size: 16px;
  }
}
.home-about--content > div h4 {
  font-size: 54px;
  line-height: 1.2;
  font-style: italic;
  color: #EF4E25;
}
@media (max-width: 1199px) {
  .home-about--content > div h4 {
    font-size: 28px;
  }
}
.home-about--content::after {
  content: "";
  background-image: url("./assets/images/dot.svg");
  background-size: 12px;
  display: block;
  width: 208px;
  height: 184px;
  z-index: 0;
  position: absolute;
  top: -24px;
  right: -24px;
}
@media (max-width: 1199px) {
  .home-about--content::after {
    right: 36px;
  }
  .home-about--content::before {
    content: "";
    background-image: url("./assets/images/dot.svg");
    background-size: 12px;
    display: block;
    width: 208px;
    height: 184px;
    z-index: 0;
    position: absolute;
    bottom: -24px;
    left: -24px;
    left: 36px;
  }
}
@media (max-width: 639px) {
  .home-about--content::after {
    content: none;
  }
  .home-about--content::before {
    content: none;
  }
}
@media (max-width: 639px) {
  .home-about {
    position: relative;
    padding: 60px 0;
  }
  .home-about::after {
    content: "";
    background-image: url("./assets/images/dot.svg");
    background-size: 12px;
    display: block;
    width: 184px;
    height: 20px;
    z-index: 0;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    bottom: 0;
  }
  .home-about::before {
    content: "";
    background-image: url("./assets/images/dot.svg");
    background-size: 12px;
    display: block;
    width: 184px;
    height: 20px;
    z-index: 0;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    top: 0;
  }
}

.home-cta {
  margin: 0 0 60px;
  padding: 40px 0;
}
@media (max-width: 1199px) {
  .home-cta--content {
    margin-bottom: 80px;
  }
}
.home-cta--content h3 {
  font-size: 54px;
  line-height: 1.1;
  color: #EF4E25;
}
.home-cta--content p {
  font-size: 28px;
  line-height: 1.1;
}
.home-cta--animated .line {
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-size: 24px;
  line-height: 36px;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  width: 16em;
  font-weight: 400;
}
@media (max-width: 639px) {
  .home-cta--animated .line {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
@media (max-width: 639px) {
  .home-cta--animated .line {
    font-size: 18px;
  }
}
.home-cta--animated .line.property {
  color: #8DC8E8;
}
.home-cta--animated .line .method {
  color: #7fa9c6;
}
.home-cta--animated .line .comma {
  color: #ffffff;
}
.home-cta--animated.animated-code .line-1 {
  animation: type 2s steps(30, end);
}
.home-cta--animated.animated-code .line-2 {
  animation: type2 4s steps(30, end);
}
.home-cta--animated.animated-code .line-3 {
  animation: type3 6s steps(30, end);
}
.home-cta--animated.animated-code .line-4 {
  animation: type4 8s steps(30, end);
}
.home-cta--animated.animated-code .line-5 {
  animation: type5 10s steps(30, end);
}
.home-cta--animated.animated-code .line-6 {
  animation: type6 12s steps(30, end);
}
.home-cta--animated.animated-code .line-7 {
  animation: type7 14s steps(30, end);
}
.home-cta--animated.animated-code .line-8 {
  animation: type8 16s steps(30, end);
}
.home-cta--animated.animated-code .line-9 {
  animation: type9 18s steps(30, end);
}
.home-cta--animated.animated-code .line-10 {
  animation: type10 20s steps(30, end);
}
.home-cta--animated.animated-code span.caret {
  animation: blink 1s infinite;
}

.featured-events {
  margin-bottom: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
.featured-events--image {
  position: relative;
}
.featured-events--image img {
  position: relative;
  z-index: 1;
}
@media (min-width: 1367px) {
  .featured-events--image img {
    max-width: 775px;
    width: 100%;
  }
}
.featured-events--image a {
  position: relative;
  display: inline-block;
}
.featured-events--image a::after {
  content: "";
  background-image: url("./assets/images/dot.svg");
  background-size: 12px;
  display: block;
  width: 208px;
  height: 184px;
  z-index: 0;
  position: absolute;
  bottom: -24px;
  left: -24px;
}
@media (max-width: 1199px) {
  .featured-events--image img {
    width: 100%;
    max-width: 100%;
  }
  .featured-events--image a {
    width: 100%;
  }
  .featured-events--image a::after {
    content: none;
  }
}
.featured-events--countdown {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-left: -120px;
  margin-bottom: 40px;
  padding: 10px 30px;
  background: #ffffff;
  border: 1px solid #000000;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  z-index: 1;
  position: relative;
}
.featured-events--countdown::after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -11px;
  border: 1px solid #000000;
  border-width: 0 0 1px 1px;
  transform: translateY(-50%) rotate(45deg);
}
.featured-events--countdown p {
  margin-bottom: 0;
  color: #B86B78;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}
.featured-events--countdown .days-till-event {
  font-family: "Noto Sans Mono", monospace;
  font-size: 28px;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  .featured-events--countdown {
    position: absolute;
    margin: 0;
    top: 60px;
    right: 100px;
  }
  .featured-events--countdown::after {
    top: auto;
    bottom: -9px;
    left: 25px;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
  }
  .featured-events--countdown .days-till-event {
    display: none;
  }
}
@media (max-width: 959px) {
  .featured-events--countdown p {
    font-size: 24px;
  }
}
.featured-events--details-inner {
  max-width: 600px;
  margin: 0 auto 0;
}
@media (min-width: 1200px) {
  .featured-events--details-inner h2 {
    font-size: 54px;
    line-height: 1.2;
  }
}
.featured-events--details-inner p {
  max-width: 375px;
}
.featured-events--details-inner .highlights h4 {
  font-weight: normal;
}
@media (max-width: 1199px) {
  .featured-events--details-inner {
    margin-top: 60px;
    max-width: 100%;
  }
}
.featured-events--link-date {
  margin-bottom: 40px;
}
.featured-events--link-date a {
  margin-right: 60px;
}
@media (max-width: 639px) {
  .featured-events--link-date a {
    margin-right: 20px;
  }
}
.featured-events--link-date > span {
  font-family: "Noto Sans Mono", monospace;
  font-size: 16px;
}
@media (max-width: 639px) {
  .featured-events--link-date {
    display: flex;
    align-items: center;
  }
  .featured-events--link-date > span {
    font-size: 12px;
  }
  .featured-events--link-date > span > span {
    display: block;
  }
  .featured-events--link-date > span > span.featured-events--start {
    color: #EF4E25;
    font-size: 14px;
  }
}
.featured-events--more h4 {
  font-family: "Noto Sans Mono", monospace;
  font-weight: normal;
}
.featured-events--more a.more-link {
  float: right;
}
.featured-events::before {
  content: "";
  background-image: url("./assets/images/dot.svg");
  background-size: 12px;
  display: block;
  width: 184px;
  height: 20px;
  z-index: 0;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  top: 0;
}
.featured-events::after {
  content: "";
  background-image: url("./assets/images/dot.svg");
  background-size: 12px;
  display: block;
  width: 184px;
  height: 20px;
  z-index: 0;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: 0;
}

.our-impact {
  padding: 100px 0;
  margin-bottom: 100px;
}
.our-impact > .uk-container {
  background-image: url("./assets/images/World_Map_Pixel_Gradient.png");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: right top;
}
@media (max-width: 1199px) {
  .our-impact > .uk-container {
    background-size: 75%;
    background-position: 180% top;
  }
}
@media (max-width: 639px) {
  .our-impact > .uk-container {
    background-size: 125%;
    background-position: -60% 18%;
  }
}
@media (max-width: 575px) {
  .our-impact > .uk-container {
    background-size: 120%;
    background-position: -30% 28%;
  }
}
.our-impact--content {
  margin-bottom: 300px;
}
@media (max-width: 959px) {
  .our-impact--content {
    margin-bottom: 100px;
  }
}
@media (max-width: 639px) {
  .our-impact--content {
    margin-bottom: 360px;
  }
}
.our-impact--content h2 {
  font-size: 54px;
}
@media (max-width: 639px) {
  .our-impact--content h2 {
    font-size: 28px;
  }
}
.our-impact--content p {
  font-size: 28px;
  line-height: 1.4;
}
.our-impact--content a {
  line-height: 1.85;
}
.our-impact--content a + a {
  margin-left: 20px !important;
}
@media (min-width: 1200px) {
  .our-impact--items {
    margin-top: 60px;
  }
}
@media (min-width: 1200px) {
  .our-impact--items .uk-slider-container {
    padding-bottom: 20px;
  }
}
.our-impact--items a.slider-nav {
  width: 64px;
  height: 64px;
  z-index: 1;
  background: linear-gradient(90deg, rgb(239, 78, 37) 50%, rgb(239, 233, 116) 140%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.our-impact--items a.slider-nav::after {
  content: url("./assets/images/arrow.svg");
  display: inline-block;
  vertical-align: text-top;
  transition: all 0.2s ease-in-out;
  filter: invert(100%);
  line-height: 1;
}
.our-impact--items a.slider-nav.prev {
  right: calc(100% - 50px);
}
.our-impact--items a.slider-nav.prev::after {
  transform: rotate(180deg);
}
.our-impact--items a.slider-nav.next {
  left: calc(100% - 50px);
}
@media (max-width: 639px) {
  .our-impact--items a.slider-nav {
    width: 48px;
    height: 48px;
  }
  .our-impact--items a.slider-nav.prev {
    right: calc(100% - 30px);
  }
  .our-impact--items a.slider-nav.next {
    left: calc(100% - 30px);
  }
}

/* hero section */
.html {
  color: #131313;
}

@media (min-width: 1200px) {
  .event-section .home-event-other-post {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .event-section .home-event-main-display {
    display: flex;
    width: 68%;
  }
}
.event-section .home-event-main-display img {
  border-radius: 12px;
}
@media (min-width: 640px) {
  .event-section .home-event-main-display img {
    border-radius: 32px;
  }
}
.event-section .home-event-main-display .event-image {
  position: relative;
  width: 100%;
  height: 220px;
}
@media (min-width: 640px) {
  .event-section .home-event-main-display .event-image {
    height: 320px;
  }
}
@media (min-width: 960px) {
  .event-section .home-event-main-display .event-image {
    min-height: 512px;
    max-height: 512px;
  }
}
@media (min-width: 1200px) {
  .event-section .home-event-main-display .event-image {
    min-width: 360px;
    max-width: 360px;
  }
}
.event-section .home-event-main-display .event-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.event-section .home-event-main-display .event-image .tag {
  background: #EFE974;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  line-height: 20px;
  padding: 6px 16px;
  border-radius: 40px;
  font-weight: 500;
  top: 16px;
  left: 16px;
}
@media (min-width: 1200px) {
  .event-section .home-event-main-display .event-image .tag {
    top: 24px;
    left: 24px;
  }
}
.event-section .home-event-main-display .event-image .tag--small {
  top: 12px;
  left: 16.5px;
  font-size: 12px;
  line-height: 16px;
  padding: 4px 12px;
}
.event-section .home-event-main-display .home-event-main-display__details {
  padding-top: 24px;
  padding-bottom: 32px;
}
@media (min-width: 960px) {
  .event-section .home-event-main-display .home-event-main-display__details {
    padding: 32px;
  }
}
.event-section .home-event-main-display .home-event-main-display__details .home-event-main-display__date {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media (min-width: 960px) {
  .event-section .home-event-main-display .home-event-main-display__details .home-event-main-display__date {
    margin-bottom: 16px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 16px;
  }
}
@media (min-width: 1200px) {
  .event-section .home-event-main-display .home-event-main-display__details .home-event-main-display__title, .event-section .home-event-main-display .home-event-main-display__details .home-event-main-display__description {
    max-width: 90%;
  }
}
@media (min-width: 1600px) {
  .event-section .home-event-main-display .home-event-main-display__details .home-event-main-display__title, .event-section .home-event-main-display .home-event-main-display__details .home-event-main-display__description {
    max-width: 70%;
  }
}
.event-section .home-event-main-display .home-event-main-display__details .home-event-main-display__title {
  font-weight: 900;
  font-size: 32px;
  letter-spacing: -0.64px;
  line-height: 44px;
  margin-bottom: 16px;
}
@media (min-width: 960px) {
  .event-section .home-event-main-display .home-event-main-display__details .home-event-main-display__title {
    font-size: 44px;
    line-height: 48px;
    letter-spacing: -2px;
  }
}
@media (min-width: 1200px) {
  .event-section .home-event-main-display .home-event-main-display__details .home-event-main-display__title {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 32px;
  }
}
.event-section .home-event-main-display .home-event-main-display__details .home-event-main-display__description {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .event-section .home-event-main-display .home-event-main-display__details .home-event-main-display__description {
    margin-bottom: 80px;
    font-size: 16px;
    line-height: 24px;
  }
}
.event-section .home-event-main-display .home-event-main-display__details .home-event-main-display__arrow-link a {
  display: block;
}
@media (min-width: 1200px) {
  .event-section .home-event-main-display .home-event-main-display__details .home-event-main-display__arrow-link a {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1600px) {
  .event-section .home-event-main-display .home-event-main-display__details .home-event-main-display__arrow-link a {
    margin-top: 50px;
  }
}
@media (max-width: 1199px) {
  .event-section .home-event-main-display .home-event-main-display__details .home-event-main-display__arrow-link a svg {
    width: 48px;
  }
}
.event-section .event-container {
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .event-section .event-container {
    margin-bottom: 16px;
  }
}
@media (max-width: 1199px) {
  .event-section .event-container:last-child {
    margin-bottom: 0;
  }
}
.event-section .event-container .event-image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  min-width: 136px;
  max-width: 136px;
  max-height: 104px;
  min-height: 104px;
}
@media (min-width: 640px) {
  .event-section .event-container .event-image {
    min-width: 220px;
    max-width: 220px;
    max-height: 160px;
    min-height: 160px;
  }
}
.event-section .event-container .event-image img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 639px) {
  .event-section .event-container .event-image img {
    height: 110px;
    width: 138px;
  }
}
.event-section .event-container .event-image .tag {
  position: absolute;
  left: 12px;
  z-index: 1;
  top: 12px;
  border-radius: 40px;
  padding: 2px 15px;
  background: #EFE974;
  font-weight: 500;
  font-size: 12px;
}
@media (max-width: 959px) {
  .event-section .event-container .event-image .tag {
    display: none;
  }
}
.event-section .event-container .event__details {
  padding: 12px 0 12px 16px;
}
@media (min-width: 640px) {
  .event-section .event-container .event__details {
    padding: 5px 10px;
  }
}
@media (min-width: 960px) {
  .event-section .event-container .event__details {
    padding: 16px 0 16px 24px;
  }
}
@media (min-width: 1600px) {
  .event-section .event-container .event__details {
    padding: 25px 30px;
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .event-section .event-container .event__details {
    display: flex;
    align-items: center;
  }
}
.event-section .event-container .event__details .event__date {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
@media (min-width: 640px) {
  .event-section .event-container .event__details .event__date {
    margin-bottom: 16px;
  }
}
@media (max-width: 1199px) {
  .event-section .event-container .event__details .event__date--small {
    margin-bottom: 8px;
  }
}
.event-section .event-container .event__details .event__title {
  font-size: 18px;
  font-weight: 900;
  line-height: 28px;
  letter-spacing: -0.18px;
}
@media (min-width: 1200px) {
  .event-section .event-container .event__details .event__title {
    letter-spacing: -0.36px;
    margin-bottom: 16px;
  }
}
@media (max-width: 639px) {
  .event-section .event-container .event__details .event__arrow-link {
    display: none;
  }
}
.event-section .event-container .event__details .event__arrow-link a {
  color: #131313;
  display: flex;
  align-items: center;
  gap: 8px;
}
.event-section .event-container .event__details .event__arrow-link a .learn-more {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.12px;
  text-transform: uppercase;
}
.event-section .event-container .event__details .event__arrow-link a .learn-more:hover {
  text-decoration: underline;
}

@media (min-width: 1200px) {
  .article-section {
    margin-bottom: 120px;
  }
}
.article-section .articles-container .article-wrapper .article-image {
  border-radius: 16px;
  position: relative;
  width: 100%;
}
.article-section .articles-container .article-wrapper .article-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px;
}
.article-section .articles-container .article-wrapper .article-image .tag {
  position: absolute;
  right: 12px;
  z-index: 1;
  bottom: 12px;
  border-radius: 40px;
  padding: 6px 16px;
  background: #EFE974;
  font-weight: 500;
  font-size: 12px;
}
.article-section .articles-container .article-wrapper .article__details {
  margin-top: 20px;
}
.article-section .articles-container .article-wrapper .article__details .article__date {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.article-section .articles-container .article-wrapper .article__details .article__title {
  font-weight: 700;
  font-size: 28px;
  letter-spacing: -2px;
  line-height: 36px;
}
.article-section .articles-container .article-wrapper .article__details .article__arrow-link a {
  margin-top: 20px;
  display: block;
  color: #131313;
}
.article-section .articles-container .article-wrapper .article__details .article__arrow-link a .read-more {
  font-size: 12px;
  letter-spacing: -1px;
  font-weight: 500;
  text-transform: uppercase;
}
.article-section .articles-container .article-wrapper .article__details .article__arrow-link a .read-more:hover {
  text-decoration: underline;
}

.video-section {
  background: #131313;
  color: #FFF !important;
  text-align: center;
  padding-bottom: 0px !important;
  position: relative;
}
@media (max-width: 959px) {
  .video-section--large-screen {
    display: none;
  }
}
.video-section--mobile {
  padding-top: 56px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 960px) {
  .video-section--mobile {
    display: none;
  }
}
.video-section--mobile p:last-child {
  display: none;
}
@media (min-width: 1200px) {
  .video-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .video-section {
    padding-top: 40px;
  }
}
@media (max-width: 959px) {
  .video-section {
    padding-left: 0;
    padding-right: 0;
    margin-top: 64px;
  }
}
.video-section .vector-overlay {
  z-index: 1;
  opacity: 0.1;
  position: absolute;
}
.video-section .vector-square {
  left: 0;
  bottom: 0;
  transform: rotate(180deg);
  opacity: 0.2;
}
@media (max-width: 959px) {
  .video-section .vector-square {
    display: none;
  }
}
.video-section .vector-single-line {
  right: 13%;
  bottom: 7%;
}
@media (max-width: 959px) {
  .video-section .vector-single-line {
    display: none;
  }
}
.video-section .vector-two-line {
  left: 0;
  top: 0;
}
@media (max-width: 959px) {
  .video-section .vector-two-line {
    width: 20%;
  }
}
.video-section .vector-square-corner {
  right: 0;
  top: 0;
}
@media (max-width: 959px) {
  .video-section .vector-square-corner {
    width: 20%;
  }
}
.video-section h3, .video-section .video-title {
  color: #FFF !important;
  font-weight: 900;
  margin: 0 auto;
  font-size: 48px;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: -1.44px;
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .video-section h3, .video-section .video-title {
    font-size: 80px;
    line-height: 104px;
    max-width: 980px;
    margin-top: 64px;
    margin-bottom: 24px;
    letter-spacing: -4px;
  }
}
.video-section p {
  margin: 0 auto;
  font-family: Noto Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 56px;
}
@media (min-width: 1200px) {
  .video-section p {
    max-width: 692px;
    margin-bottom: 40px;
  }
}
.video-section h4, .video-section .video-desc {
  display: block;
  font-size: 20px;
  margin: 0 auto;
  color: #FFF !important;
}
@media (min-width: 1200px) {
  .video-section h4, .video-section .video-desc {
    max-width: 40%;
    line-height: 32px;
  }
}
.video-section .button {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.16px;
  text-transform: uppercase;
  margin-bottom: 48px;
}
.video-section .video-button {
  margin-top: 50px;
  text-transform: uppercase;
}
.video-section .video-thumb {
  position: relative;
}
@media (max-width: 639px) {
  .video-section .video-thumb--large-screen {
    display: none;
  }
}
@media (min-width: 640px) {
  .video-section .video-thumb--mobile {
    display: none;
  }
}
.video-section .video-thumb img {
  border-radius: 32px 32px 0 0;
  height: 302px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 960px) {
  .video-section .video-thumb img {
    width: 1040px;
    height: 388px;
  }
}
.video-section .video-thumb .video-play-button {
  width: 80px;
  height: 80px;
  background-color: white;
  border-radius: 50%; /* Makes it a circle */
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  top: 50%;
}
@media (min-width: 960px) {
  .video-section .video-thumb .video-play-button {
    width: 80px;
    height: 80px;
  }
}
.video-section .video-thumb .video-play-button .triangle {
  width: 0;
  height: 0;
  margin-left: 8px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 24px solid black; /* Triangle color */
  transform: rotate(-90deg);
}

@media (max-width: 639px) {
  .find-tribe-section {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 960px) {
  .find-tribe-section {
    margin-left: 24px;
    margin-right: 24px;
  }
}
@media (min-width: 1600px) {
  .find-tribe-section {
    max-width: 1440px;
    margin: 0 auto;
  }
}
.find-tribe-section .find-tribe-container {
  background: #131313;
  color: #FFF !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0px !important;
  margin-left: 0px;
}
@media (min-width: 640px) {
  .find-tribe-section .find-tribe-container {
    border-radius: 40px;
  }
}
.find-tribe-section .find-tribe-container span.uk-text-gray {
  opacity: 30%;
}
.find-tribe-section .find-tribe-container .developer-wrapper {
  padding: 56px 20px;
  line-height: 60px;
}
@media (min-width: 960px) {
  .find-tribe-section .find-tribe-container .developer-wrapper {
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 88px;
    padding-bottom: 0;
  }
}
.find-tribe-section .find-tribe-container h3, .find-tribe-section .find-tribe-container .find-tribe-title {
  color: #FFF !important;
  font-style: normal;
  font-weight: 900;
  text-align: center;
  font-size: 48px;
  line-height: 60px;
  font-weight: 900;
  letter-spacing: -4px;
}
@media (max-width: 639px) {
  .find-tribe-section .find-tribe-container h3, .find-tribe-section .find-tribe-container .find-tribe-title {
    margin-bottom: 24px;
  }
}
@media (min-width: 960px) {
  .find-tribe-section .find-tribe-container h3, .find-tribe-section .find-tribe-container .find-tribe-title {
    letter-spacing: -5px;
    font-size: 65px;
    line-height: 84px;
    width: 681px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
  }
}
@media (min-width: 1367px) {
  .find-tribe-section .find-tribe-container h3, .find-tribe-section .find-tribe-container .find-tribe-title {
    font-size: 80px;
    line-height: 104px;
  }
}
.find-tribe-section .find-tribe-container p, .find-tribe-section .find-tribe-container .find-tribe-desc {
  font-size: 20px;
  line-height: 32px;
}
@media (min-width: 960px) {
  .find-tribe-section .find-tribe-container p, .find-tribe-section .find-tribe-container .find-tribe-desc {
    font-size: 24px;
    margin-bottom: 72px;
  }
}
.find-tribe-section .find-tribe-container h3, .find-tribe-section .find-tribe-container .find-tribe-title, .find-tribe-section .find-tribe-container p, .find-tribe-section .find-tribe-container .find-tribe-desc {
  text-align: center;
}
@media (min-width: 1200px) {
  .find-tribe-section .find-tribe-container h3, .find-tribe-section .find-tribe-container .find-tribe-title, .find-tribe-section .find-tribe-container p, .find-tribe-section .find-tribe-container .find-tribe-desc {
    text-align: left;
  }
}
.find-tribe-section .find-tribe-container .find-tribe-button {
  white-space: nowrap;
}
@media (min-width: 960px) {
  .find-tribe-section .find-tribe-container .find-tribe-button {
    margin-bottom: 104px;
  }
}
@media (max-width: 639px) {
  .find-tribe-section .find-tribe-container .find-tribe-button {
    padding: 15px 20px;
    margin-bottom: 0 !important;
  }
}
.find-tribe-section .code-editor-wrap {
  padding-left: 0;
}
.find-tribe-section .code-editor-wrap .code-editor-bg {
  background-image: url("./assets/images/code-editor-bg.png");
  background-size: auto;
  background-repeat: no-repeat;
  height: 483px;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 1200px) {
  .find-tribe-section .code-editor-wrap .code-editor-bg {
    width: 454px;
    height: 536px;
    position: absolute;
    bottom: 0;
    left: 55%;
    transform: translateX(-50%);
  }
}
@media (max-width: 1199px) {
  .find-tribe-section .code-editor-wrap .code-editor-bg {
    width: 100%;
    background-position: top;
    background-size: 555px;
    height: 544px;
  }
}
@media (max-width: 959px) {
  .find-tribe-section .code-editor-wrap .code-editor-bg {
    background-size: 375px;
    height: 424px;
  }
}
.find-tribe-section .code-editor-wrap .code-animated {
  position: absolute;
  bottom: 12%;
  transform: translateX(-50%);
  left: 50%;
}
@media (min-width: 1200px) {
  .find-tribe-section .code-editor-wrap .code-animated {
    left: 57%;
  }
}
@media (max-width: 959px) {
  .find-tribe-section .code-editor-wrap .code-animated {
    bottom: 4%;
    left: 58%;
  }
}
@media (min-width: 576px) {
  .find-tribe-section .code-editor-wrap .code-animated {
    min-width: 400px;
  }
}

.btn.btn--arrow, .wp-block-button__link {
  border-radius: 52px;
  padding: 20px 40px;
  line-height: 24px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  background-color: #EF4E25;
  background: #EF4E25;
  color: #FFF;
}
@media (max-width: 639px) {
  .btn.btn--arrow, .wp-block-button__link {
    width: -webkit-fill-available;
  }
}
.btn.btn--arrow::after, .wp-block-button__link::after {
  content: none;
}

.button {
  border-radius: 52px;
  padding: 20px 40px;
  line-height: 24px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  display: inline-block;
}
.button.button__primary {
  background-color: #EF4E25;
  color: #FFF;
}
.button.button__secondary {
  background-color: #131313;
  color: #FFF;
}

/* home page content section */
.home-section .home-section-container {
  margin-top: 64px;
  margin-bottom: 32px;
}
@media (max-width: 639px) {
  .home-section .home-section-container--with-switch-nav {
    margin-bottom: 8px;
  }
}
@media (min-width: 1200px) {
  .home-section .home-section-container {
    margin-top: 120px;
    margin-bottom: 64px;
  }
}
@media (min-width: 1200px) {
  .home-section .home-section-container--large-margin-b {
    margin-bottom: 104px;
  }
}
.home-section .home-section-container .home-section__heading {
  padding-left: 0;
}
.home-section .home-section-container .home-section__heading .home-section__title {
  font-weight: 900;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -1.44px;
  margin-top: 8px;
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .home-section .home-section-container .home-section__heading .home-section__title {
    font-size: 64px;
    line-height: 72px;
    letter-spacing: -1.92px;
    margin-top: 16px;
    margin-bottom: 24px;
  }
}
.home-section .home-section-container .home-section__heading .home-section__desc {
  margin-top: 0px;
  font-size: 20px;
  line-height: 32px;
}
@media (max-width: 1199px) {
  .home-section .home-section-container .home-section__heading .home-section__desc {
    padding-bottom: 24px;
  }
}
.home-section .home-section-container .home-section__heading .home-section__category {
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (min-width: 1200px) {
  .home-section .home-section-container .home-section__heading .home-section__category {
    gap: 24px;
  }
}
@media (max-width: 639px) {
  .home-section .home-section-container .home-section__heading .home-section__category {
    font-size: 14px;
  }
}
.home-section .home-section-container .home-section__heading .home-section__category .em-dash {
  border-top: 1px solid #131313;
  width: 24px;
}
@media (min-width: 1200px) {
  .home-section .home-section-container .home-section__heading .home-section__category .em-dash {
    width: 40px;
  }
}
.home-section .home-section-container .home-section__heading .home-section__category .cat-name {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 1.12px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .home-section .home-section-container .home-section__heading .home-section__title, .home-section .home-section-container .home-section__heading .home-section__category, .home-section .home-section-container .home-section__heading .home-section__desc {
    max-width: 533px;
  }
}
.home-section .home-section-container .home-section__link {
  margin-top: 4.3%;
  display: none;
  padding: 8px 0px;
  align-items: flex-start;
  gap: 16px;
  justify-content: right;
}
@media (min-width: 1200px) {
  .home-section .home-section-container .home-section__link {
    display: inline-flex;
  }
}
.home-section .home-section-container .home-section__link a {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.16px;
  text-decoration-line: underline;
  text-transform: uppercase;
}

/* global custom css */
.em-dash {
  border-top: 1px solid #131313;
  width: 40px;
}

.global-impact-section {
  padding-bottom: 0 !important;
}

.uk-global-impact-card {
  cursor: pointer;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.uk-global-impact-card .uk-global-impact-card__img {
  border-radius: 16px 16px 0 0;
  max-height: 500px;
  overflow: hidden;
  height: 220px;
}
@media (min-width: 960px) {
  .uk-global-impact-card .uk-global-impact-card__img {
    width: 632px;
    height: 320px;
    border-radius: 20px 20px 0 0;
  }
}
.uk-global-impact-card .uk-global-impact-card__details {
  background-color: #FFF;
  margin-top: -100px;
  z-index: 1;
  position: relative;
  margin: -60px 24px 0;
  border-radius: 20px;
  padding: 20px;
}
@media (min-width: 960px) {
  .uk-global-impact-card .uk-global-impact-card__details {
    padding: 24px 24px 16px 24px;
  }
}
.uk-global-impact-card .uk-global-impact-card__details .content-tag {
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
  .uk-global-impact-card .uk-global-impact-card__details .content-tag {
    margin-bottom: 32px;
  }
}
.uk-global-impact-card .uk-global-impact-card__details .uk-global-impact-card__title {
  font-weight: 900;
  margin-bottom: 8px;
  display: block;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.24px;
}
@media (min-width: 1200px) {
  .uk-global-impact-card .uk-global-impact-card__details .uk-global-impact-card__title {
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: -0.56px;
  }
}
.uk-global-impact-card .uk-global-impact-card__details p, .uk-global-impact-card .uk-global-impact-card__details .uk-global-impact-card__desc {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
@media (min-width: 1200px) {
  .uk-global-impact-card .uk-global-impact-card__details p, .uk-global-impact-card .uk-global-impact-card__details .uk-global-impact-card__desc {
    font-size: 20px;
    line-height: 32px;
  }
}
.uk-global-impact-card:hover .uk-global-impact-card__title {
  color: #EF4E25;
}

.content-tag {
  border-radius: 40px;
  padding: 6px 16px;
  background: #EFE974;
  font-weight: 500;
  font-size: 14px;
  width: -moz-min-content;
  width: min-content;
  white-space: nowrap;
}
@media (max-width: 639px) {
  .content-tag {
    line-height: 20px;
  }
}

@media (max-width: 959px) {
  .mobile-link {
    display: flex;
    padding: 8px 0px;
    align-items: center;
    gap: 16px;
    text-align: center;
    justify-content: center;
    text-decoration: underline;
    /* text-transform: uppercase; */
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.16px;
    text-decoration-line: underline;
    text-transform: uppercase;
    padding: 8px 0;
    margin-top: 32px;
    margin-bottom: 64px;
  }
}
@media (min-width: 960px) {
  .mobile-link {
    display: none;
  }
}

.site-footer--main {
  padding: 0;
}

.image-slider-section {
  position: relative;
  margin-left: -95%;
  margin-right: -5%;
}
@media (min-width: 640px) {
  .image-slider-section {
    margin-left: -25%;
    margin-right: -25%;
  }
}
@media (min-width: 960px) {
  .image-slider-section {
    margin-left: -65%;
    margin-right: -65%;
    padding-top: 33.22px;
    padding-bottom: 32.78px;
    margin-bottom: 120px !important;
  }
}
@media (min-width: 1200px) {
  .image-slider-section {
    margin-left: -23%;
    margin-right: -23%;
  }
}
.image-slider-section ul li {
  overflow: hidden;
  border-radius: 12px;
  padding-left: 20px;
}
@media (min-width: 1200px) {
  .image-slider-section ul li {
    padding-left: 24px;
  }
}
@media (min-width: 960px) {
  .image-slider-section ul li {
    border-radius: 32px;
  }
}
.image-slider-section .uk-slider-container--small_gap li {
  margin: 0 10px;
}
.image-slider-section .image-slide {
  position: relative;
}
.image-slider-section .image-slide__image {
  border-radius: 12px;
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto;
  width: 295px;
  height: 364px;
}
@media (min-width: 960px) {
  .image-slider-section .image-slide__image {
    width: 360px;
    height: 444px;
    border-radius: 32px;
  }
}
.image-slider-section .image-slide__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 12px;
}
@media (min-width: 960px) {
  .image-slider-section .image-slide__image img {
    border-radius: 32px;
  }
}
.image-slider-section .image-slide .content-tag-wrap {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
}
@media (min-width: 960px) {
  .image-slider-section .image-slide .content-tag-wrap {
    bottom: 20.22px;
    left: 20.38px;
  }
}
.image-slider-section .image-slide .content-tag-wrap .content-tag--secondary {
  margin-top: 10px !important;
}

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

* {
  box-sizing: border-box;
}

.home .switch-navbar {
  margin-bottom: 56px;
}
@media (min-width: 960px) {
  .home .switch-navbar {
    margin-bottom: 64px;
  }
}

@media (min-width: 1200px) and (min-width: 1200px) {
  .archive-header--with-image {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 960px) {
  .archive-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media (min-width: 1200px) {
  .archive-header {
    padding-top: 80px;
  }
}
@media (min-width: 1200px) {
  .archive-header.category-page {
    padding-top: 80px;
  }
}
.archive-header__filter--dropdown {
  margin: 56px 0 24px;
}
@media (min-width: 1200px) {
  .archive-header__filter--dropdown {
    margin: 80px 0 48px;
  }
}
@media (min-width: 960px) {
  .archive-header__details {
    flex-basis: 50%;
  }
}
@media (min-width: 1600px) {
  .archive-header__details {
    position: relative;
  }
}
.archive-header__details h1 {
  font-weight: 900;
  font-size: 64px !important;
  margin-bottom: 12px;
  letter-spacing: -1.92px;
  line-height: 72px;
}
@media (min-width: 1200px) {
  .archive-header__details h1 {
    font-size: 90px !important;
    line-height: 90px;
  }
}
@media (min-width: 1367px) {
  .archive-header__details h1 {
    font-size: 96px !important;
    line-height: 96px;
    letter-spacing: -4.8px;
    margin-bottom: 24px;
  }
}
.archive-header__details h1 span {
  color: #EF4E25;
}
.archive-header__details p:first-of-type,
.archive-header__details .tagline {
  font-size: 28px;
  margin: 0;
  margin-bottom: 20px;
}
.archive-header__details p {
  margin: 0.5rem 0;
}
.archive-header__details .details_desc {
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 32px;
}
@media (min-width: 1200px) {
  .archive-header__details .details_desc {
    margin-bottom: 35px;
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 40px;
    letter-spacing: 0.48px;
  }
}
@media (min-width: 1200px) {
  .archive-header__details .details_desc--fixed-width {
    width: 580px;
  }
}
@media (max-width: 959px) {
  .archive-header__details h1 {
    font-size: 40px;
  }
  .archive-header__details p:first-of-type,
  .archive-header__details .tagline {
    font-size: 18px;
  }
}
.archive-header__image-wrap {
  right: 0;
  overflow: hidden;
  min-height: 400px;
  width: 40%;
  border-bottom-left-radius: 150px;
  margin-top: -40px;
}
@media (max-width: 1199px) {
  .archive-header__image-wrap {
    display: none;
  }
}
@media (min-width: 1200px) {
  .archive-header__image-wrap {
    width: 480px;
    height: 400px;
  }
}
@media (min-width: 1367px) {
  .archive-header__image-wrap {
    width: 580px;
    height: 400px;
    padding: 0;
  }
}
.archive-header__image-wrap img {
  position: absolute;
  right: 0;
  border-bottom-left-radius: 150px;
  max-height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: top;
     object-position: top;
}
.archive-header__image-wrap::before {
  content: "";
  background-image: url("./assets/images/vector.svg");
  background-size: 70%;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  position: absolute;
  background-repeat: no-repeat;
  z-index: 1;
  background-position: top;
  opacity: 1;
  background-size: 100%;
  mix-blend-mode: overlay;
}

.archive-switch-nav {
  margin-bottom: 0;
  margin-top: 56px;
}
@media (min-width: 1200px) {
  .archive-switch-nav {
    margin-top: 80px;
  }
}

@media (max-width: 639px) {
  .switch-filter-block {
    margin-right: -20px;
  }
}

.ndgt-blog__subcat {
  margin-bottom: 60px;
}
@media (max-width: 959px) {
  .ndgt-blog__subcat .section-space {
    margin-top: 40px;
    margin-bottom: 56px;
  }
}
.ndgt-blog__subheader {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 960px) {
  .ndgt-blog__subheader {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.ndgt-blog__subheader h2 {
  margin: 0 0 16px 0;
  flex-direction: row;
  font-size: 40px;
  font-weight: 900;
}
@media (min-width: 1200px) {
  .ndgt-blog__subheader h2 {
    margin: 0 20px 0 0;
  }
}
.ndgt-blog .preview-card article {
  margin: 25px 25px 30px;
  height: calc(100% - 55px);
  transition: all 85ms ease-in;
  box-shadow: 0 0 0 5px transparent;
}
.ndgt-blog .preview-card--media a {
  display: inline-block;
  overflow: hidden;
}
.ndgt-blog .preview-card--media img {
  transition: all 1s ease-in-out;
}
.ndgt-blog .preview-card:hover article {
  background: #EFEFEF;
  box-shadow: 0 0 0 25px #EFEFEF;
}
.ndgt-blog .preview-card:hover .preview-card--media img {
  transform: scale(1.1);
}
.ndgt-blog .preview-card--wide .preview-card--content {
  padding-left: 40px;
}
.ndgt-blog .preview-card--wide h3 {
  background: #fff;
  margin-top: -90px;
  display: block;
  z-index: 1;
  position: relative;
  max-width: 90%;
  padding: 20px;
  border: 1px solid #131313;
  font-size: 32px;
}
.ndgt-blog .preview-card--wide h3::after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  display: inline-block;
  position: absolute;
  top: -1px;
  left: 40px;
  border: 1px solid #000000;
  border-width: 1px 0 0 1px;
  transform: translateY(-50%) rotate(45deg);
}
.ndgt-blog .blog--signup {
  margin: 15px;
  padding: 20px 60px 20px 40px;
  border: 1px solid #000000;
  background-color: #ffffff;
}
.ndgt-blog .blog--signup h2 {
  font-style: normal;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 700;
}
.ndgt-blog .blog--signup h4 {
  font-style: normal;
  font-size: 28px;
  font-weight: 400;
}
.ndgt-blog .blog--signup p {
  font-family: "Noto Sans Mono", monospace;
  line-height: 1.4;
}
.ndgt-blog .blog--signup form p {
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
}
.ndgt-blog .blog--signup form input[type=text],
.ndgt-blog .blog--signup form input[type=email],
.ndgt-blog .blog--signup form select {
  margin-top: 10px;
}

.article-section.section-space {
  margin-top: 40px;
  margin-bottom: 56px;
}
@media (min-width: 960px) {
  .article-section.section-space {
    margin: 80px 0;
  }
}

.search-result {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px; /* 155.556% */
  letter-spacing: -0.18px;
  margin-bottom: 40px;
}

@media (max-width: 639px) {
  .article-card.article-wrapper:last-child {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1200px) {
  .article-card--large__inner_container {
    margin-left: 0px;
    gap: 40px;
  }
}
@media (max-width: 1199px) {
  .article-card--large__inner_container {
    flex-wrap: wrap;
  }
}
.article-card--large__inner_container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-card--large__inner_container__image {
  padding-left: 0 !important;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  height: 220px;
  width: 100%;
}
@media (min-width: 640px) {
  .article-card--large__inner_container__image {
    min-height: 420px;
    max-height: 420px;
  }
}
@media (min-width: 1367px) {
  .article-card--large__inner_container__image {
    min-width: 720px;
    max-width: 720px;
    min-height: 520px;
    max-height: 520px;
    padding-left: 0;
    border-radius: 32px;
  }
}
.article-card--large__inner_container__image .tag {
  position: absolute;
  left: 24px;
  z-index: 1;
  top: 24px;
  border-radius: 40px;
  padding: 6px 16px;
  background: #EFE974;
  font-weight: 500;
  font-size: 14px;
}
.article-card--large__inner_container__details {
  padding: 0;
  margin-top: 24px;
}
@media (min-width: 1200px) {
  .article-card--large__inner_container__details {
    margin-top: 30px;
  }
}
.article-card--large__inner_container__details__date {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .article-card--large__inner_container__details__date {
    letter-spacing: 0.48px;
  }
}
.article-card--large__inner_container__details__title {
  font-weight: 900;
  font-size: 32px;
  line-height: 44px;
  letter-spacing: -0.64px;
  margin-bottom: 16px;
}
@media (min-width: 960px) {
  .article-card--large__inner_container__details__title {
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -1.92px;
    margin-bottom: 32px;
  }
}
.article-card--large__inner_container__details__description {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .article-card--large__inner_container__details__description {
    margin-bottom: 80px;
  }
}
.article-card--large__inner_container__details .content-tag {
  line-height: 20px;
  align-self: center;
}
.article-card--large__inner_container__details__arrow-link a {
  display: block;
}
@media (max-width: 1199px) {
  .article-card--large__inner_container__details svg {
    width: 48px;
    height: auto;
  }
}
.article-card--large .event-container {
  margin-bottom: 5px;
}
.article-card--large .event-container .event-image {
  position: relative;
}
.article-card--large .event-container .event-image .tag {
  position: absolute;
  left: 12px;
  z-index: 1;
  top: 12px;
  border-radius: 40px;
  padding: 2px 15px;
  background: #EFE974;
  font-weight: 500;
  font-size: 12px;
}
.article-card--large .event-container .event__details {
  padding: 25px 30px;
}
.article-card--large .event-container .event__details .event__date {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.article-card--large .event-container .event__details .event__title {
  font-weight: 900;
  font-size: 18px;
  letter-spacing: -2px;
  line-height: 28px;
}
.article-card--large .event-container .event__details .event__arrow-link a {
  margin-top: 20px;
  display: block;
  color: #131313;
}
.article-card--large .event-container .event__details .event__arrow-link a .learn-more {
  font-size: 12px;
  letter-spacing: -1px;
  font-weight: 500;
  text-transform: uppercase;
}
.article-card--large .event-container .event__details .event__arrow-link a .learn-more:hover {
  text-decoration: underline;
}
@media (min-width: 1200px) {
  .article-card--small {
    padding-left: 30px !important;
  }
}
.article-card--small.archive-small-card {
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  .article-card--small.archive-small-card {
    margin-bottom: 40px;
  }
}
.article-card--small__image {
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 190px;
}
@media (min-width: 576px) {
  .article-card--small__image {
    height: 244px;
  }
}
@media (min-width: 1200px) {
  .article-card--small__image {
    border-radius: 24px;
  }
}
.article-card--small__image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.article-card--small__image .tag {
  position: absolute;
  z-index: 1;
  right: 18px;
  bottom: 16px;
  border-radius: 40px;
  background: #EFE974;
  padding: 6px 16px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.article-card--small__details {
  padding-top: 24px;
}
.article-card--small__details__date {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.48px;
  margin-bottom: 8px;
}
@media (min-width: 1200px) {
  .article-card--small__details__date {
    margin-bottom: 16px;
    letter-spacing: 0.96px;
  }
}
.article-card--small__details__title {
  font-weight: 900;
  font-size: 24px;
  letter-spacing: -0.24px;
  line-height: 36px;
}
@media (min-width: 960px) {
  .article-card--small__details__title {
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 40px;
    letter-spacing: -0.56px;
  }
}
@media (max-width: 959px) {
  .article-card--small__details__arrow-link {
    font-size: 14px;
    display: none;
  }
}
.article-card--small__details__arrow-link a {
  display: block;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
}
.article-card--small__details__arrow-link a__read-more {
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.12px;
  text-transform: uppercase;
}

@media (max-width: 959px) {
  .archive-filter-block {
    width: 100%;
    display: block;
    margin-top: 24px;
  }
}
@media (min-width: 640px) {
  .archive-filter-block--with-image {
    margin-top: 60px;
  }
}
@media (min-width: 960px) {
  .archive-filter-block--with-image {
    margin-top: 56px;
  }
}
@media (min-width: 1200px) {
  .archive-filter-block--with-image {
    margin-top: 80px;
  }
}
@media (max-width: 639px) {
  .archive-filter-block .ndgt-filter-form {
    width: 100%;
  }
}
@media (max-width: 959px) {
  .archive-filter-block .ndgt-filter-form__filter-btn {
    height: 42px;
    min-height: unset;
    max-height: unset;
  }
}
@media (max-width: 639px) {
  .archive-filter-block .ndgt-filter-form__filter-btn {
    height: 52px;
  }
}

.ndgt-filter-form__filter-btn {
  background: #FFF;
  border: 1px solid #131313;
  border-radius: 50px;
  height: 100%;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  min-height: 52px;
  max-height: 52px;
}
@media (min-width: 960px) {
  .ndgt-filter-form__filter-btn {
    width: 160px;
    min-height: 65px;
    max-height: 65px;
  }
}
@media (max-width: 639px) {
  .ndgt-filter-form__filter-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.ndgt-filter-form__filter-btn svg {
  margin-right: 10px;
}
@media (max-width: 639px) {
  .ndgt-filter-form__filter-btn svg {
    order: 2;
  }
}
.ndgt-filter-form__dropdown {
  background: #FFF;
  border: 1px solid #131313;
  border-radius: 15px;
  top: 105% !important;
}
@media (min-width: 960px) {
  .ndgt-filter-form__dropdown {
    top: 75% !important;
  }
}
@media (max-width: 959px) {
  .ndgt-filter-form__dropdown {
    width: 100%;
  }
}
.ndgt-filter-form__submit {
  width: 100%;
  background: #EF4E25;
  color: #FFF;
  border-radius: 20px;
  border: 1px solid #EF4E25;
  padding: 5px;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 10px;
}

.ndgt-selected-filters-display {
  margin-top: 24px;
}
.ndgt-selected-filters-display .category-wrap {
  padding: 5px 10px;
  border-radius: 20px;
}
.ndgt-selected-filters-display .category-wrap:hover {
  background: #f2f2f2;
}
.ndgt-selected-filters-display .category-wrap .category-name {
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
  margin-right: 3px;
}
.ndgt-selected-filters-display .category-wrap .remove-subcat {
  cursor: pointer;
  margin-top: -5px;
}

.archive-filter-wrap .ndgt-search-clear {
  margin-bottom: 50px;
}

.page-template-page-custom-landing .site-content {
  padding-top: 0;
}
.page-template-page-custom-landing .main-content {
  padding: 200px 0 100px;
  margin-bottom: 100px;
}
@media (max-width: 959px) {
  .page-template-page-custom-landing .main-content {
    padding: 100px 0;
  }
}
.page-template-page-custom-landing .page-title {
  font-size: 54px;
}
@media (max-width: 959px) {
  .page-template-page-custom-landing .page-title {
    font-size: 42px;
  }
}
.page-template-page-custom-landing .page-container {
  display: grid;
  grid-template-columns: 40% auto;
  grid-template-rows: auto auto;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
@media (max-width: 959px) {
  .page-template-page-custom-landing .page-container {
    grid-template-columns: 100% 100%;
    row-gap: 50px;
  }
}
.page-template-page-custom-landing .page-featured-image {
  text-align: right;
}
@media (max-width: 959px) {
  .page-template-page-custom-landing .page-featured-image {
    grid-row-start: 1;
  }
}
@media (max-width: 959px) {
  .page-template-page-custom-landing .page-content {
    grid-row-start: 2;
  }
}
.page-template-page-custom-landing .page-content .wpcf7 .wpcf7-not-valid-tip {
  text-align: left;
}

.header-404 h1 {
  font-size: 80px;
}
.header-404 p:first-of-type,
.header-404 .tagline {
  font-size: 28px;
  font-style: italic;
  margin: 0;
}
@media (max-width: 959px) {
  .header-404 h1 {
    font-size: 40px;
  }
  .header-404 p:first-of-type,
  .header-404 .tagline {
    font-size: 18px;
  }
}

html.theme--dark {
  background: #131313;
  color: #ffffff;
}
html.theme--dark h1,
html.theme--dark h2,
html.theme--dark h3,
html.theme--dark h4,
html.theme--dark h5,
html.theme--dark h6,
html.theme--dark strong,
html.theme--dark em {
  color: #ffffff;
}
html.theme--dark p {
  color: #ffffff;
}
html.theme--dark p strong {
  color: #ffffff;
}
html.theme--dark pre {
  background: #262626;
  color: #ffffff;
}
html.theme--dark pre.ndgt-codesnippet b,
html.theme--dark pre.ndgt-codesnippet strong {
  color: #ffffff;
}
html.theme--dark figcaption {
  color: #ffffff;
}
html.theme--dark li {
  color: #ffffff;
}
html.theme--dark h1 small, html.theme--dark h2 small, html.theme--dark h3 small, html.theme--dark h4 small, html.theme--dark h5 small, html.theme--dark h6 small {
  color: #ffffff;
}
html.theme--dark .entry-content blockquote {
  background-color: #262626;
  border-color: #262626;
}
html.theme--dark .entry-content blockquote::after {
  background-color: #262626;
  border-color: #262626;
}
html.theme--dark ul.more-links li a {
  border-color: #ffffff;
}
html.theme--dark .bg-light-grey {
  background: #262626;
}
html.theme--dark .ndgt-callout, html.theme--dark .large-card--category {
  background: #262626;
  border-color: #ffffff;
  color: #ffffff;
}
html.theme--dark .ndgt-callout::after, html.theme--dark .large-card--category::after {
  background: #262626;
  border-color: #ffffff;
}
html.theme--dark .ndgt-highlight-box {
  border-color: #131313;
  background-color: #131313;
}
html.theme--dark .drop-content {
  background-color: #131313;
}
html.theme--dark .drop-content::-webkit-scrollbar-thumb {
  background: #8D8D8D;
}
html.theme--dark .drop-filter {
  background-color: #131313;
  color: #ffffff;
  border-bottom: 1px solid #8D8D8D;
}
html.theme--dark .drop-filter i {
  color: #ffffff;
}
html.theme--dark .toggle-wrapper {
  background-color: #131313;
}
html.theme--dark .large-card--inner {
  background-color: #131313;
}
html.theme--dark .ndgt-post__title-inner {
  background-color: #262626;
  border-color: #262626;
}
html.theme--dark .ndgt-post__author-info {
  border-color: #ffffff;
}
html.theme--dark .ndgt-post__contact-option .contact-icon i {
  color: #EFEFEF;
}
html.theme--dark .ndgt-post .ndgt-partner a:hover {
  background-color: #262626;
}
html.theme--dark .site-header {
  background-color: #131313;
}
html.theme--dark .site-header a {
  color: #ffffff;
}
html.theme--dark .page-top-image .site-header {
  background-color: transparent;
}
html.theme--dark .page-top-image .site-header.scrolled {
  background-color: #131313;
}
html.theme--dark .page-top-image .site-header.scrolled a {
  color: #ffffff;
}
html.theme--dark .pre-footer--signup {
  background-color: #262626;
  border-color: #262626;
}
html.theme--dark .site-footer--main {
  background-color: #262626;
}
html.theme--dark .site-footer--extra {
  border-color: #ffffff;
}
html.theme--dark .site-footer--menu .footer-menu a {
  color: #ffffff;
}
html.theme--dark .navbar a.uk-open {
  background-color: #131313;
}
html.theme--dark .navbar__drop {
  background-color: #131313;
  border-bottom: 3px solid #8D8D8D;
}
html.theme--dark .navbar__subitem.navbar__subitem--parent > a {
  border-color: #ffffff;
}
html.theme--dark .navbar__search {
  background-color: #131313;
  border-bottom: 3px solid #8D8D8D;
}
html.theme--dark .navbar__search-button.uk-open {
  background-color: #131313;
}
html.theme--dark .drop-nav > ul > li > a {
  border-color: #8D8D8D;
}
html.theme--dark .offcanvas-nav__inner {
  background-color: #131313;
}
html.theme--dark .uk-offcanvas-close {
  color: #EFEFEF;
}
html.theme--dark .offcanvas-menu li:not(.uk-open) {
  border-bottom: 1px solid #EFEFEF;
}
html.theme--dark .offcanvas-menu a {
  color: #EFEFEF;
}
html.theme--dark .offcanvas-menu__subitem--parent > a {
  color: #ffffff;
}
html.theme--dark .gallery-image-text {
  background: #262626;
  border-color: #262626;
}
html.theme--dark .gallery-image-text::after {
  background: #262626;
  border-color: #262626;
}
html.theme--dark .home-intro--gallery .gallery-video-text h4 span {
  color: #ffffff;
}
html.theme--dark .home-intro--gallery .gallery-video-text h4 span::before {
  background: #ffffff;
}
@media (max-width: 959px) {
  html.theme--dark .home-content-sliders {
    background-color: #262626;
    margin-bottom: 0;
  }
}
html.theme--dark .content-slider {
  border-color: #D9D9D6;
}
html.theme--dark .content-slider--details-inner > div {
  background: #262626;
  border-color: #262626;
}
@media (max-width: 959px) {
  html.theme--dark .home-about {
    margin-bottom: 0;
  }
}
html.theme--dark .home-about--content > div {
  background-color: #131313;
  border-color: #131313;
}
html.theme--dark .home-about--content > div h3 {
  color: #B86B78;
}
html.theme--dark .home-about--content > div h4 {
  color: #EF4E25;
}
html.theme--dark .home-cta--content h3 {
  color: #EF4E25;
}
html.theme--dark .featured-events--countdown {
  background: #262626;
  border-color: #ffffff;
}
html.theme--dark .featured-events--countdown::after {
  background: #262626;
  border-color: #ffffff;
}
html.theme--dark .featured-events--countdown p {
  color: #B86B78;
}
html.theme--dark .ndgt-blog__subheader {
  border-color: #ffffff;
}
html.theme--dark .ndgt-blog .preview-card:hover article {
  background: #262626;
  box-shadow: 0 0 0 25px #262626;
}
html.theme--dark .ndgt-blog .preview-card--wide h3 {
  background: #131313;
  border-color: #ffffff;
}
html.theme--dark .ndgt-blog .preview-card--wide h3::after {
  background: #131313;
  border-color: #ffffff;
}
html.theme--dark .ndgt-blog .blog--signup {
  background-color: #262626;
  border-color: #262626;
}

/*# sourceMappingURL=style.css.map */
