@charset "UTF-8";
.splide__container{box-sizing:border-box;position:relative}
.splide__list{backface-visibility:hidden;display:flex;height:100%;margin:0!important;padding:0!important}
.splide.is-initialized:not(.is-active) .splide__list{display:block}
.splide__pagination{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin:0;pointer-events:none}
.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}
.splide:not(.is-overflow) .splide__pagination{display:none}
.splide__progress__bar{width:0}
.splide{position:relative;visibility:hidden}
.splide.is-initialized,.splide.is-rendered{visibility:visible}
.splide__slide{backface-visibility:hidden;box-sizing:border-box;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}
.splide__slide img{vertical-align:bottom}
.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}
.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}
.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}
.splide__toggle.is-active .splide__toggle__pause{display:inline}
.splide__track{overflow:hidden;position:relative;z-index:0}
@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}
.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}
.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}
.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}
.splide--rtl{direction:rtl}
.splide__track--ttb>.splide__list{display:block}
.splide__arrow{align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:flex;height:2em;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}
.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}
.splide__arrow:hover:not(:disabled){opacity:.9}
.splide__arrow:disabled{opacity:.3}
.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}
.splide__arrow--prev{left:1em}
.splide__arrow--prev svg{transform:scaleX(-1)}
.splide__arrow--next{right:1em}
.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}
.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}
.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}
.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}
.splide__pagination__page:hover{cursor:pointer;opacity:.9}
.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}
.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}
.splide__progress__bar{background:#ccc;height:3px}
.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}
.splide__slide:focus{outline:0}
@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}
@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}
@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}
@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}
.splide__toggle{cursor:pointer}
.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}
.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}
.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}
.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}
.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}
.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}
.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}
.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}
.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}
.splide__arrows--ttb .splide__arrow--prev{top:1em}
.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}
.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}
.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}
.splide__pagination--ttb{bottom:0;display:flex;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}
@layer global, element, comp, custom, util, override;
@layer global {
  /*
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Libre Franklin, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
  *, ::before, ::after{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }
  ::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }
}
@layer comp {
  .container{width:100%}
  @media (min-width: 0px){
.container{max-width:0px}}
  @media (min-width: 360px){
.container{max-width:360px}}
  @media (min-width: 468px){
.container{max-width:468px}}
  @media (min-width: 596px){
.container{max-width:596px}}
  @media (min-width: 740px){
.container{max-width:740px}}
  @media (min-width: 900px){
.container{max-width:900px}}
  @media (min-width: 1084px){
.container{max-width:1084px}}
  @media (min-width: 1292px){
.container{max-width:1292px}}
  @media (min-width: 1528px){
.container{max-width:1528px}}
  @media (min-width: 1792px){
.container{max-width:1792px}}
}
@layer util {
  .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}
  .visible{visibility:visible}
  .absolute{position:absolute}
  .sticky{position:sticky}
  .my-4{margin-top:20px;margin-bottom:20px}
  .ml-0{margin-left:0}
  .mt-2{margin-top:8px}
  .mt-5{margin-top:40px}
  .block{display:block}
  .flex{display:flex}
  .table{display:table}
  .grid{display:grid}
  .contents{display:contents}
  .hidden{display:none}
  .w-full{width:100%}
  .grow{flex-grow:1}
  .table-auto{table-layout:auto}
  .transform{transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
  .columns-2{-moz-columns:2;columns:2}
  .grid-cols-1{grid-template-columns:repeat(1, minmax(0, 1fr))}
  .flex-col{flex-direction:column}
  .flex-wrap{flex-wrap:wrap}
  .gap-3{gap:16px}
  .gap-5{gap:40px}
  .divide-y > :not([hidden]) ~ :not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}
  .divide-line > :not([hidden]) ~ :not([hidden]){border-color:var(--p-line)}
  .p-3{padding:16px}
  .p-5{padding:40px}
  .py-5{padding-top:40px;padding-bottom:40px}
  .pt-2{padding-top:8px}
  .text-center{text-align:center}
  .text-base{font-size:20px;line-height:1.45;color:var(--p-base)}
  .text-caption{color:var(--p-caption)}
  .text-error{color:var(--p-error)}
  .filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}
  .transition{transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}
  .ease-in{transition-timing-function:cubic-bezier(0.4, 0, 1, 1)}
  .ease-out{transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}
}
/* ========================================================================
   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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  background: #fff;
  color: #666;
}
/*
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/* Links
 ========================================================================== */
/*
 * Style
 */
a,
.uk-link {
  color: #1e87f0;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover,
.uk-link-toggle:hover .uk-link {
  color: #0f6ecd;
  text-decoration: underline;
}
/* Text-level semantics
 ========================================================================== */
/*
 * 1. Add the correct text decoration in Edge.
 * 2. The shorthand declaration `underline dotted` is not supported in Safari.
 */
abbr[title] {
  /* 1 */
  -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: #f0506e;
}
/*
 * Insert
 */
ins {
  background: #ffd;
  color: #666;
  text-decoration: none;
}
/*
 * Mark
 */
mark {
  background: #ffd;
  color: #666;
}
/*
 * Quote
 */
q {
  font-style: italic;
}
/*
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
 ========================================================================== */
/*
 * Remove the gap between 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 20px 0;
}
/* Add margin if adjacent element */
* + p,
* + ul,
* + ol,
* + dl,
* + pre,
* + address,
* + fieldset,
* + figure {
  margin-top: 20px;
}
/* Headings
 ========================================================================== */
h1, .uk-h1,
h2, .uk-h2,
h3, .uk-h3,
h4, .uk-h4,
h5, .uk-h5,
h6, .uk-h6,
.uk-heading-small,
.uk-heading-medium,
.uk-heading-large,
.uk-heading-xlarge,
.uk-heading-2xlarge {
  margin: 0 0 20px 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  color: #333;
  text-transform: none;
}
/* Add margin if adjacent element */
* + h1, * + .uk-h1,
* + h2, * + .uk-h2,
* + h3, * + .uk-h3,
* + h4, * + .uk-h4,
* + h5, * + .uk-h5,
* + h6, * + .uk-h6,
* + .uk-heading-small,
* + .uk-heading-medium,
* + .uk-heading-large,
* + .uk-heading-xlarge,
* + .uk-heading-2xlarge {
  margin-top: 40px;
}
/*
 * Sizes
 */
h1, .uk-h1 {
  font-size: 2.23125rem;
  line-height: 1.2;
}
h2, .uk-h2 {
  font-size: 1.7rem;
  line-height: 1.3;
}
h3, .uk-h3 {
  font-size: 1.5rem;
  line-height: 1.4;
}
h4, .uk-h4 {
  font-size: 1.25rem;
  line-height: 1.4;
}
h5, .uk-h5 {
  font-size: 16px;
  line-height: 1.4;
}
h6, .uk-h6 {
  font-size: 0.875rem;
  line-height: 1.4;
}
/* Tablet landscape and bigger */
@media (min-width: 921px) {
  h1, .uk-h1 {
    font-size: 2.625rem;
  }
  h2, .uk-h2 {
    font-size: 2rem;
  }
}
/* Lists
 ========================================================================== */
ul,
ol {
  padding-left: 30px;
}
/*
 * Reset margin for nested lists
 */
ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
  margin: 0;
}
/* Description lists
 ========================================================================== */
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
/* Horizontal rules
 ========================================================================== */
/*
 * 1. Show the overflow in Chrome, Edge and IE.
 * 2. Add the correct text-align in Edge and IE.
 * 3. Style
 */
hr, .uk-hr {
  /* 1 */
  overflow: visible;
  /* 2 */
  text-align: inherit;
  /* 3 */
  margin: 0 0 20px 0;
  border: 0;
  border-top: 1px solid #e5e5e5;
}
/* Add margin if adjacent element */
* + hr,
* + .uk-hr {
  margin-top: 20px;
}
/* Address
 ========================================================================== */
address {
  font-style: normal;
}
/* Blockquotes
 ========================================================================== */
blockquote {
  margin: 0 0 20px 0;
  font-size: 1.25rem;
  line-height: 1.5;
  font-style: italic;
}
/* Add margin if adjacent element */
* + blockquote {
  margin-top: 20px;
}
/*
 * Content
 */
blockquote p:last-of-type {
  margin-bottom: 0;
}
blockquote footer {
  margin-top: 10px;
  font-size: 0.875rem;
  line-height: 1.5;
}
/* 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: #39f;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #39f;
  color: #fff;
  text-shadow: none;
}
/* HTML5 elements
 ========================================================================== */
/*
 * 1. Add the correct display in Edge, IE 10+, and Firefox.
 * 2. Add the correct display in IE.
 */
details,
main { /* 2 */
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/*
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Pass media breakpoints to JS
 ========================================================================== */
/*
 * Breakpoints
 */
:root {
  --uk-breakpoint-s: 769px;
  --uk-breakpoint-m: 921px;
  --uk-breakpoint-l: 1024px;
  --uk-breakpoint-xl: 1440px;
}
/* ========================================================================
   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: #1e87f0;
  text-decoration: none;
}
/* Reset
 ========================================================================== */
/*
 * `!important` needed to override inverse component
 */
a.uk-link-reset,
.uk-link-reset a {
  color: inherit !important;
  text-decoration: none !important;
}
/* Toggle
 ========================================================================== */
.uk-link-toggle {
  color: inherit !important;
  text-decoration: none !important;
}
/* ========================================================================
   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: 921px) {
  .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: 1024px) {
  .uk-heading-medium {
    font-size: 4rem;
  }
  .uk-heading-large {
    font-size: 6rem;
  }
  .uk-heading-xlarge {
    font-size: 8rem;
  }
  .uk-heading-2xlarge {
    font-size: 11rem;
  }
}
/* Primary
   Deprecated: Use `uk-heading-medium` instead
 ========================================================================== */
/* Tablet landscape and bigger */
/* Desktop and bigger */
/* Hero
   Deprecated: Use `uk-heading-xlarge` instead
 ========================================================================== */
/* Tablet landscape and bigger */
/* Desktop and bigger */
/* Divider
 ========================================================================== */
.uk-heading-divider {
  padding-bottom: calc(5px + 0.1em);
  border-bottom: calc(0.2px + 0.05em) solid #e5e5e5;
}
/* Bullet
 ========================================================================== */
.uk-heading-bullet {
  position: relative;
}
/*
 * 1. Using `inline-block` to make it work with text alignment
 * 2. Center vertically
 * 3. Style
 */
.uk-heading-bullet::before {
  content: "";
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  top: calc(-0.1 * 1em);
  vertical-align: middle;
  /* 3 */
  height: calc(4px + 0.7em);
  margin-right: calc(5px + 0.2em);
  border-left: calc(5px + 0.1em) solid #e5e5e5;
}
/* Line
 ========================================================================== */
/*
 * Clip the child element
 */
.uk-heading-line {
  overflow: hidden;
}
/*
 * Extra markup is needed to make it work with text align
 */
.uk-heading-line > * {
  display: inline-block;
  position: relative;
}
/*
 * 1. Center vertically
 * 2. Make the element as large as possible. It's clipped by the container.
 * 3. Style
 */
.uk-heading-line > ::before,
.uk-heading-line > ::after {
  content: "";
  /* 1 */
  position: absolute;
  top: calc(50% - (calc(0.2px + 0.05em) / 2));
  /* 2 */
  width: 2000px;
  /* 3 */
  border-bottom: calc(0.2px + 0.05em) solid #e5e5e5;
}
.uk-heading-line > ::before {
  right: 100%;
  margin-right: calc(5px + 0.3em);
}
.uk-heading-line > ::after {
  left: 100%;
  margin-left: calc(5px + 0.3em);
}
/* ========================================================================
   Component: Divider
 ========================================================================== */
/*
 * 1. Reset default `hr`
 * 2. Set margin if a `div` is used for semantical reason
 */
[class*=uk-divider] {
  /* 1 */
  border: none;
  /* 2 */
  margin-bottom: 20px;
}
/* Add margin if adjacent element */
* + [class*=uk-divider] {
  margin-top: 20px;
}
/* Icon
 ========================================================================== */
.uk-divider-icon {
  position: relative;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23e5e5e5%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.uk-divider-icon::before,
.uk-divider-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  max-width: calc(50% - (50px / 2));
  border-bottom: 1px solid #e5e5e5;
}
.uk-divider-icon::before {
  right: calc(50% + (50px / 2));
  width: 100%;
}
.uk-divider-icon::after {
  left: calc(50% + (50px / 2));
  width: 100%;
}
/* Small
 ========================================================================== */
/*
 * 1. Fix height because of `inline-block`
 * 2. Using ::after and inline-block to make `text-align` work
 */
/* 1 */
.uk-divider-small {
  line-height: 0;
}
/* 2 */
.uk-divider-small::after {
  content: "";
  display: inline-block;
  width: 100px;
  max-width: 100%;
  border-top: 1px solid #e5e5e5;
  vertical-align: top;
}
/* Vertical
 ========================================================================== */
.uk-divider-vertical {
  width: -moz-max-content;
  width: max-content;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  border-left: 1px solid #e5e5e5;
}
/* ========================================================================
   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: 10px;
}
/* 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: #1e87f0 !important;
}
.uk-list-secondary > ::before {
  color: #222 !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: 10px;
  padding-top: 10px;
  border-top: 1px solid #e5e5e5;
}
/*
 * Striped
 */
.uk-list-striped > * {
  padding: 10px 10px;
}
.uk-list-striped > :nth-of-type(odd) {
  background: #f8f8f8;
}
.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: 20px;
}
.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: 20px;
  padding-top: 20px;
}
.uk-list-collapse.uk-list-divider > :nth-child(n+2) {
  margin-top: 0;
  padding-top: 0;
}
/*
 * Striped
 */
.uk-list-large.uk-list-striped > * {
  padding: 20px 10px;
}
.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: 20px;
}
/*
 * Description
 */
/* Style modifier
 ========================================================================== */
/*
 * Line
 */
.uk-description-list-divider > dt:nth-child(n+2) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}
/* ========================================================================
   Component: Table
 ========================================================================== */
/*
 * 1. Remove most spacing between table cells.
 * 2. Behave like a block element
 * 3. Style
 */
.uk-table {
  /* 1 */
  border-collapse: collapse;
  border-spacing: 0;
  /* 2 */
  width: 100%;
  /* 3 */
  margin-bottom: 20px;
}
/* Add margin if adjacent element */
* + .uk-table {
  margin-top: 20px;
}
/* Header cell
 ========================================================================== */
/*
 * 1. Style
 */
.uk-table th {
  padding: 16px 12px;
  text-align: left;
  vertical-align: bottom;
  /* 1 */
  font-size: 16px;
  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 #e5e5e5;
}
/*
 * Striped
 */
.uk-table-striped > tr:nth-of-type(odd),
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #f8f8f8;
}
/*
 * Hover
 */
.uk-table-hover > tr:hover,
.uk-table-hover tbody tr:hover {
  background: #ffd;
}
/* Active state
 ========================================================================== */
.uk-table > tr.uk-active,
.uk-table tbody tr.uk-active {
  background: #ffd;
}
/* Size modifier
 ========================================================================== */
.uk-table-small th,
.uk-table-small td {
  padding: 10px 12px;
}
.uk-table-large th,
.uk-table-large td {
  padding: 22px 12px;
}
/* Justify modifier
 ========================================================================== */
.uk-table-justify th:first-child,
.uk-table-justify td:first-child {
  padding-left: 0;
}
.uk-table-justify th:last-child,
.uk-table-justify td:last-child {
  padding-right: 0;
}
/* Cell size modifier
 ========================================================================== */
.uk-table-shrink {
  width: 1px;
}
.uk-table-expand {
  min-width: 150px;
}
/* Cell link modifier
 ========================================================================== */
/*
 * Does not work with `uk-table-justify` at the moment
 */
.uk-table-link {
  padding: 0 !important;
}
.uk-table-link > a {
  display: block;
  padding: 16px 12px;
}
.uk-table-small .uk-table-link > a {
  padding: 10px 12px;
}
/* Responsive table
 ========================================================================== */
/* Phone landscape and smaller */
@media (max-width: 920px) {
  .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: #f8f8f8;
  color: #999;
  vertical-align: middle;
  /* 1 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
/* Hover */
.uk-icon-button:hover {
  background-color: #ebebeb;
  color: #666;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #dfdfdf;
  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: #ebebeb;
}
.uk-range:focus::-webkit-slider-runnable-track,
.uk-range:active::-webkit-slider-runnable-track {
  background: #dfdfdf;
}
/* Firefox */
.uk-range::-moz-range-track {
  height: 3px;
  background: #ebebeb;
}
.uk-range:focus::-moz-range-track {
  background: #dfdfdf;
}
/*
 * 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-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: #f8f8f8;
  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: #ebebeb;
  color: #666;
}
/* Disabled */
.uk-input:disabled,
.uk-select:disabled,
.uk-textarea:disabled {
  background-color: #f8f8f8;
  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: #ebebeb;
  /* 6 */
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.uk-radio {
  border-radius: 50%;
}
/* Focus */
.uk-radio:focus,
.uk-checkbox:focus {
  background-color: #dfdfdf;
  outline: none;
}
/*
 * Checked
 */
.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
  background-color: #1e87f0;
}
/* Focus */
.uk-radio:checked:focus,
.uk-checkbox:checked:focus,
.uk-checkbox:indeterminate:focus {
  background-color: #0e6ecd;
}
/*
 * Icons
 */
.uk-radio:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-checkbox:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.uk-checkbox:indeterminate {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
/*
 * Disabled
 */
.uk-radio:disabled,
.uk-checkbox:disabled {
  background-color: #f8f8f8;
}
.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: 10px;
}
/*
 * Horizontal
 */
/* Tablet portrait and smaller */
@media (max-width: 920px) {
  /* Behave like `uk-form-stacked` */
  .uk-form-horizontal .uk-form-label {
    display: block;
    margin-bottom: 10px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 921px) {
  .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: 16px;
  /* 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: #f8f8f8;
  color: #333;
}
/* Hover */
.uk-button-default:hover {
  background-color: #ebebeb;
  color: #333;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #dfdfdf;
  color: #333;
}
/*
 * Primary
 */
.uk-button-primary {
  background-color: #1e87f0;
  color: #fff;
}
/* Hover */
.uk-button-primary:hover {
  background-color: #0f7ae5;
  color: #fff;
}
/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  background-color: #0e6ecd;
  color: #fff;
}
/*
 * Secondary
 */
.uk-button-secondary {
  background-color: #222;
  color: #fff;
}
/* Hover */
.uk-button-secondary:hover {
  background-color: #151515;
  color: #fff;
}
/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #090909;
  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: #f8f8f8;
  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: #f8f8f8;
  /* 5 */
  margin-bottom: 20px;
  height: 15px;
}
/* Add margin if adjacent element */
* + .uk-progress {
  margin-top: 20px;
}
/*
 * 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: #1e87f0;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.uk-progress::-moz-progress-bar {
  background-color: #1e87f0;
  /* 1 */
  -moz-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
/* ========================================================================
   Component: Section
 ========================================================================== */
/*
 * 1. Make it work with `100vh` and height in general
 */
.uk-section {
  display: flow-root;
  box-sizing: border-box; /* 1 */
  padding-top: 40px;
  padding-bottom: 40px;
}
/* Desktop and bigger */
@media (min-width: 921px) {
  .uk-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
/*
 * Remove margin from the last-child
 */
.uk-section > :last-child {
  margin-bottom: 0;
}
/* Size modifiers
 ========================================================================== */
/*
 * XSmall
 */
.uk-section-xsmall {
  padding-top: 20px;
  padding-bottom: 20px;
}
/*
 * Small
 */
.uk-section-small {
  padding-top: 40px;
  padding-bottom: 40px;
}
/*
 * Large
 */
.uk-section-large {
  padding-top: 70px;
  padding-bottom: 70px;
}
/* Tablet landscape and bigger */
@media (min-width: 921px) {
  .uk-section-large {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
/*
 * XLarge
 */
.uk-section-xlarge {
  padding-top: 140px;
  padding-bottom: 140px;
}
/* Tablet landscape and bigger */
@media (min-width: 921px) {
  .uk-section-xlarge {
    padding-top: 210px;
    padding-bottom: 210px;
  }
}
/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.uk-section-default {
  background: #fff;
}
/*
 * Muted
 */
.uk-section-muted {
  background: #f8f8f8;
}
/*
 * Primary
 */
.uk-section-primary {
  background: #1e87f0;
}
/*
 * Secondary
 */
.uk-section-secondary {
  background: #222;
}
/* Overlap modifier
 ========================================================================== */
/*
 * Reserved modifier to make a section overlap another section with an border image
 * Implemented by the theme
 */
/* ========================================================================
   Component: Container
 ========================================================================== */
/*
 * 1. Box sizing has to be `content-box` so the max-width is always the same and
 *    unaffected by the padding on different breakpoints. It's important for the size modifiers.
 */
.uk-container {
  display: flow-root;
  /* 1 */
  box-sizing: content-box;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* Phone landscape and bigger */
@media (min-width: 769px) {
  .uk-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 921px) {
  .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: 900px;
}
.uk-container-large {
  max-width: 1400px;
}
.uk-container-xlarge {
  max-width: 1600px;
}
.uk-container-expand {
  max-width: none;
}
/* Expand modifier
 ========================================================================== */
/*
 * Expand one side only
 */
.uk-container-expand-left {
  margin-left: 0;
}
.uk-container-expand-right {
  margin-right: 0;
}
/* Phone landscape and bigger */
@media (min-width: 769px) {
  .uk-container-expand-left.uk-container-xsmall,
  .uk-container-expand-right.uk-container-xsmall {
    max-width: calc(50% + (750px / 2) - 30px);
  }
  .uk-container-expand-left.uk-container-small,
  .uk-container-expand-right.uk-container-small {
    max-width: calc(50% + (900px / 2) - 30px);
  }
}
/* Tablet landscape and bigger */
@media (min-width: 921px) {
  .uk-container-expand-left,
  .uk-container-expand-right {
    max-width: calc(50% + (1200px / 2) - 40px);
  }
  .uk-container-expand-left.uk-container-xsmall,
  .uk-container-expand-right.uk-container-xsmall {
    max-width: calc(50% + (750px / 2) - 40px);
  }
  .uk-container-expand-left.uk-container-small,
  .uk-container-expand-right.uk-container-small {
    max-width: calc(50% + (900px / 2) - 40px);
  }
  .uk-container-expand-left.uk-container-large,
  .uk-container-expand-right.uk-container-large {
    max-width: calc(50% + (1400px / 2) - 40px);
  }
  .uk-container-expand-left.uk-container-xlarge,
  .uk-container-expand-right.uk-container-xlarge {
    max-width: calc(50% + (1600px / 2) - 40px);
  }
}
/* Item
 ========================================================================== */
/*
 * Utility classes to reset container padding on the left or right side
 * Note: It has to be negative margin on the item, because it's specific to the item.
 */
.uk-container-item-padding-remove-left,
.uk-container-item-padding-remove-right {
  width: calc(100% + 15px);
}
.uk-container-item-padding-remove-left {
  margin-left: -15px;
}
.uk-container-item-padding-remove-right {
  margin-right: -15px;
}
/* Phone landscape and bigger */
@media (min-width: 769px) {
  .uk-container-item-padding-remove-left,
  .uk-container-item-padding-remove-right {
    width: calc(100% + 30px);
  }
  .uk-container-item-padding-remove-left {
    margin-left: -30px;
  }
  .uk-container-item-padding-remove-right {
    margin-right: -30px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 921px) {
  .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: 40px;
  padding-bottom: 40px;
}
/* Phone landscape and bigger */
@media (min-width: 769px) {
  .uk-tile {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 921px) {
  .uk-tile {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
/*
 * Remove margin from the last-child
 */
.uk-tile > :last-child {
  margin-bottom: 0;
}
/* Size modifiers
 ========================================================================== */
/*
 * XSmall
 */
.uk-tile-xsmall {
  padding-top: 20px;
  padding-bottom: 20px;
}
/*
 * Small
 */
.uk-tile-small {
  padding-top: 40px;
  padding-bottom: 40px;
}
/*
 * Large
 */
.uk-tile-large {
  padding-top: 70px;
  padding-bottom: 70px;
}
/* Tablet landscape and bigger */
@media (min-width: 921px) {
  .uk-tile-large {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
/*
 * XLarge
 */
.uk-tile-xlarge {
  padding-top: 140px;
  padding-bottom: 140px;
}
/* Tablet landscape and bigger */
@media (min-width: 921px) {
  .uk-tile-xlarge {
    padding-top: 210px;
    padding-bottom: 210px;
  }
}
/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.uk-tile-default {
  background-color: #fff;
}
/*
 * Muted
 */
.uk-tile-muted {
  background-color: #f8f8f8;
}
/*
 * Primary
 */
.uk-tile-primary {
  background-color: #1e87f0;
}
/*
 * Secondary
 */
.uk-tile-secondary {
  background-color: #222;
}
/* ========================================================================
   Component: Card
 ========================================================================== */
.uk-card {
  position: relative;
  box-sizing: border-box;
}
/* 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;
}
/* Desktop and bigger */
@media (min-width: 1024px) {
  .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: #1e87f0;
  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: #f8f8f8;
}
/* Style modifiers
 ========================================================================== */
/*
 * Default
 * Note: Header and Footer are only implemented for the default style
 */
.uk-card-default {
  background-color: #f8f8f8;
  color: #666;
}
.uk-card-default .uk-card-title {
  color: #333;
}
.uk-card-default.uk-card-hover:hover {
  background-color: #ebebeb;
}
/*
 * Primary
 */
.uk-card-primary {
  background-color: #1e87f0;
  color: #fff;
}
.uk-card-primary .uk-card-title {
  color: #fff;
}
.uk-card-primary.uk-card-hover:hover {
  background-color: #0f7ae5;
}
/*
 * Secondary
 */
.uk-card-secondary {
  background-color: #222;
  color: #fff;
}
.uk-card-secondary .uk-card-title {
  color: #fff;
}
.uk-card-secondary.uk-card-hover:hover {
  background-color: #151515;
}
/* Size modifier
 ========================================================================== */
/*
 * Small
 */
.uk-card-small.uk-card-body,
.uk-card-small .uk-card-body {
  padding: 20px 20px;
}
.uk-card-small .uk-card-header {
  padding: 13px 20px;
}
.uk-card-small .uk-card-footer {
  padding: 13px 20px;
}
/*
 * Large
 */
/* Desktop and bigger */
@media (min-width: 1024px) {
  .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: #222;
  color: #fff;
}
/* Hover */
.uk-marker:hover {
  color: #fff;
}
/* ========================================================================
   Component: Alert
 ========================================================================== */
.uk-alert {
  position: relative;
  margin-bottom: 20px;
  padding: 15px 29px 15px 15px;
  background: #f8f8f8;
  color: #666;
}
/* Add margin if adjacent element */
* + .uk-alert {
  margin-top: 20px;
}
/*
 * Remove margin from the last-child
 */
.uk-alert > :last-child {
  margin-bottom: 0;
}
/* Close
 * Adopts `uk-close`
 ========================================================================== */
.uk-alert-close {
  position: absolute;
  top: 20px;
  right: 15px;
}
/*
 * Remove margin from adjacent element
 */
.uk-alert-close:first-child + * {
  margin-top: 0;
}
/*
 * Hover
 */
/* Style modifiers
 ========================================================================== */
/*
 * Primary
 */
.uk-alert-primary {
  background: #d8eafc;
  color: #1e87f0;
}
/*
 * Success
 */
.uk-alert-success {
  background: #edfbf6;
  color: #32d296;
}
/*
 * Warning
 */
.uk-alert-warning {
  background: #fef5ee;
  color: #faa05a;
}
/*
 * Danger
 */
.uk-alert-danger {
  background: #fef4f6;
  color: #f0506e;
}
/* ========================================================================
   Component: Placeholder
 ========================================================================== */
.uk-placeholder {
  margin-bottom: 20px;
  padding: 30px 30px;
  background: #f8f8f8;
}
/* Add margin if adjacent element */
* + .uk-placeholder {
  margin-top: 20px;
}
/*
 * 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: #1e87f0;
  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 10px;
  background: #1e87f0;
  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(34, 34, 34, 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: 70px;
}
/* Title
 ========================================================================== */
.uk-article-title {
  font-size: 2.23125rem;
  line-height: 1.2;
}
/* Tablet landscape and bigger */
@media (min-width: 921px) {
  .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: 20px;
}
/*
 * Remove margin from the last-child
 */
.uk-comment-body > :last-child,
.uk-comment-header > :last-child {
  margin-bottom: 0;
}
/* Title
 ========================================================================== */
.uk-comment-title {
  font-size: 1.25rem;
  line-height: 1.4;
}
/* Meta
 ========================================================================== */
.uk-comment-meta {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #999;
}
/* Avatar
 ========================================================================== */
/* List
 ========================================================================== */
.uk-comment-list {
  padding: 0;
  list-style: none;
}
/* Adjacent siblings */
.uk-comment-list > :nth-child(n+2) {
  margin-top: 70px;
}
/*
 * Sublists
 * Note: General sibling selector allows reply block between comment and sublist
 */
.uk-comment-list .uk-comment ~ ul {
  margin: 70px 0 0 0;
  padding-left: 30px;
  list-style: none;
}
/* Tablet and bigger */
@media (min-width: 921px) {
  .uk-comment-list .uk-comment ~ ul {
    padding-left: 100px;
  }
}
/* Adjacent siblings */
.uk-comment-list .uk-comment ~ ul > :nth-child(n+2) {
  margin-top: 70px;
}
/* Style modifier
 ========================================================================== */
/* ========================================================================
   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: #f8f8f8;
}
/* Focus */
.uk-search-default .uk-search-input:focus {
  background-color: #ebebeb;
}
/*
 * 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;
}
/* Item
 ========================================================================== */
.uk-accordion > :nth-child(n+2) {
  margin-top: 20px;
}
/* Title
 ========================================================================== */
.uk-accordion-title {
  display: block;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #333;
}
/* Hover */
.uk-accordion-title:hover {
  color: #666;
  text-decoration: none;
}
/* Content
 ========================================================================== */
.uk-accordion-content {
  display: flow-root;
  margin-top: 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: 20px;
  --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;
}
/* Parent icon
 ========================================================================== */
.uk-drop-parent-icon {
  margin-left: 0.25em;
  transition: transform 0.3s ease-out;
}
[aria-expanded=true] > .uk-drop-parent-icon {
  transform: rotateX(180deg);
}
/* ========================================================================
   Component: Dropbar
 ========================================================================== */
/*
 * Adopts `uk-drop`
 * 1. Reset drop
 * 2. Style
 */
.uk-dropbar {
  --uk-position-offset: 0;
  --uk-position-shift-offset: 0;
  --uk-position-viewport-offset: 0;
  /* 1 */
  width: auto;
  /* 2 */
  padding: 15px 15px 15px 15px;
  background: #f8f8f8;
  color: #666;
}
/*
 * Remove margin from the last-child
 */
.uk-dropbar > :last-child {
  margin-bottom: 0;
}
/* Phone landscape and bigger */
@media (min-width: 769px) {
  .uk-dropbar {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 921px) {
  .uk-dropbar {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.uk-dropbar :focus-visible {
  outline-color: #333 !important;
}
/* Size modifier
 ========================================================================== */
.uk-dropbar-large {
  padding-top: 40px;
  padding-bottom: 40px;
}
/* Direction modifier
 ========================================================================== */
/* ========================================================================
   Component: Dropnav
 ========================================================================== */
/*
 * 1. Position
 * 2. Reset dropbar
 * 3. Width
 */
.uk-dropnav-dropbar {
  /* 1 */
  position: absolute;
  z-index: 980;
  /* 2 */
  padding: 0;
  /* 3 */
  left: 0;
  right: 0;
}
/* ========================================================================
   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;
  /* 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: 769px) {
  .uk-modal {
    padding: 50px 30px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 921px) {
  .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: #fff;
  /* 5 */
  opacity: 0;
  transform: translateY(-100px);
  transition: 0.3s linear;
  transition-property: opacity, transform;
}
/*
 * Open
 */
.uk-open > .uk-modal-dialog {
  opacity: 1;
  transform: translateY(0);
}
/* Size modifier
 ========================================================================== */
/*
 * Container size
 * Take the same size as the Container component
 */
.uk-modal-container .uk-modal-dialog {
  width: 1200px;
}
/*
 * Full size
 * 1. Remove padding and background from modal
 * 2. Reset all default declarations from modal dialog
 */
/* 1 */
.uk-modal-full {
  padding: 0;
  background: none;
}
/* 2 */
.uk-modal-full .uk-modal-dialog {
  margin: 0;
  width: 100%;
  max-width: 100%;
  transform: translateY(0);
}
/* Sections
 ========================================================================== */
.uk-modal-body {
  display: flow-root;
  padding: 20px 20px;
}
.uk-modal-header {
  display: flow-root;
  padding: 10px 20px;
  background: #f8f8f8;
}
.uk-modal-footer {
  display: flow-root;
  padding: 10px 20px;
  background: #f8f8f8;
}
/* Phone landscape and bigger */
@media (min-width: 769px) {
  .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: 10px;
  right: 10px;
  padding: 5px;
}
/*
 * Remove margin from adjacent element
 */
[class*=uk-modal-close-]:first-child + * {
  margin-top: 0;
}
/*
 * Hover
 */
/*
 * Default
 */
/*
 * Outside
 * 1. Prevent scrollbar on small devices
 */
.uk-modal-close-outside {
  top: 0;
  /* 1 */
  right: -5px;
  transform: translate(0, -100%);
  color: white;
}
.uk-modal-close-outside:hover {
  color: #fff;
}
/* Tablet landscape and bigger */
@media (min-width: 921px) {
  /* 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
 * 2. Create position context
 */
.uk-slider-items > * {
  /* 1 */
  flex: none;
  box-sizing: border-box;
  max-width: 100%;
  /* 2 */
  position: relative;
}
/* ========================================================================
   Component: Sticky
 ========================================================================== */
/*
 * 1. Create position context so it's t the same like when fixed.
 * 2. Create stacking context already when not sticky to have the same context
*     for position set to `sticky` and `relative`
 * 2. More robust if padding and border are used and the sticky height is transitioned
 */
.uk-sticky {
  /* 1 */
  position: relative;
  /* 2 */
  z-index: 980;
  /* 3 */
  box-sizing: border-box;
}
/*
 * 1. Force new layer to resolve frame rate issues on devices with lower frame rates
 */
.uk-sticky-fixed {
  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: #222;
  /* 3 */
  overflow-y: auto;
}
/* Phone landscape and bigger */
@media (min-width: 769px) {
  .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: 769px) {
  .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: 769px) {
  .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: 769px) {
  .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`
 * 1. `clip` is needed for `position: sticky` elements to keep their position
 */
.uk-offcanvas-page,
.uk-offcanvas-container {
  overflow-x: hidden;
  /* 1 */
  overflow-x: clip;
}
/* 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: 769px) {
  :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: 768px) {
  .uk-notification {
    left: 10px;
    right: 10px;
    width: auto;
    margin: 0;
  }
}
/* Message
========================================================================== */
.uk-notification-message {
  position: relative;
  padding: 15px;
  background: #f8f8f8;
  color: #666;
  font-size: 1.25rem;
  line-height: 1.4;
  cursor: pointer;
}
* + .uk-notification-message {
  margin-top: 10px;
}
/* Close
 * Adopts `uk-close`
 ========================================================================== */
.uk-notification-close {
  display: none;
  position: absolute;
  top: 20px;
  right: 15px;
}
.uk-notification-message:hover .uk-notification-close {
  display: block;
}
/* Style modifiers
 ========================================================================== */
/*
 * Primary
 */
.uk-notification-message-primary {
  color: #1e87f0;
}
/*
 * Success
 */
.uk-notification-message-success {
  color: #32d296;
}
/*
 * Warning
 */
.uk-notification-message-warning {
  color: #faa05a;
}
/*
 * Danger
 */
.uk-notification-message-danger {
  color: #f0506e;
}
/* ========================================================================
   Component: Tooltip
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Position
 * 3. 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: 769px) {
  .uk-countdown-number {
    font-size: 4rem;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 921px) {
  .uk-countdown-number {
    font-size: 6rem;
  }
}
/* Separator
 ========================================================================== */
.uk-countdown-separator {
  font-size: 1rem;
  line-height: 1.6;
}
/* Phone landscape and bigger */
@media (min-width: 769px) {
  .uk-countdown-separator {
    font-size: 2rem;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 921px) {
  .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: 1024px) {
  /* 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: 1024px) {
  /* Horizontal */
  .uk-grid-large,
  .uk-grid-column-large {
    margin-left: -70px;
  }
  .uk-grid-large > *,
  .uk-grid-column-large > * {
    padding-left: 70px;
  }
  /* Vertical */
  .uk-grid + .uk-grid-large,
  .uk-grid + .uk-grid-row-large,
  .uk-grid-large > .uk-grid-margin,
  .uk-grid-row-large > .uk-grid-margin,
  * + .uk-grid-margin-large {
    margin-top: 70px;
  }
}
/*
 * Collapse
 */
/* Horizontal */
.uk-grid-collapse,
.uk-grid-column-collapse {
  margin-left: 0;
}
.uk-grid-collapse > *,
.uk-grid-column-collapse > * {
  padding-left: 0;
}
/* Vertical */
.uk-grid + .uk-grid-collapse,
.uk-grid + .uk-grid-row-collapse,
.uk-grid-collapse > .uk-grid-margin,
.uk-grid-row-collapse > .uk-grid-margin {
  margin-top: 0;
}
/* Divider
 ========================================================================== */
.uk-grid-divider > * {
  position: relative;
}
.uk-grid-divider > :not(.uk-first-column)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border-left: 1px solid #e5e5e5;
}
/* Vertical */
.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-top: 1px solid #e5e5e5;
}
/*
 * Default
 */
/* Horizontal */
.uk-grid-divider {
  margin-left: -60px;
}
.uk-grid-divider > * {
  padding-left: 60px;
}
.uk-grid-divider > :not(.uk-first-column)::before {
  left: 30px;
}
/* Vertical */
.uk-grid-divider.uk-grid-stack > .uk-grid-margin {
  margin-top: 60px;
}
.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  top: -30px;
  left: 60px;
}
/* Desktop and bigger */
@media (min-width: 1024px) {
  /* 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: 1024px) {
  /* 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;
  transition: transform 0.3s ease-out;
}
.uk-nav > li.uk-open > a .uk-nav-parent-icon {
  transform: rotateX(180deg);
}
/* Header
 ========================================================================== */
.uk-nav-header {
  padding: 5px 0;
  text-transform: uppercase;
  font-size: 0.875rem;
}
.uk-nav-header:not(:first-child) {
  margin-top: 20px;
}
/* Divider
 ========================================================================== */
.uk-nav .uk-nav-divider {
  margin: 5px 0;
}
/* Default modifier
 ========================================================================== */
.uk-nav-default {
  font-size: 16px;
  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 #e5e5e5;
}
/*
 * Sublists
 */
.uk-nav-default .uk-nav-sub {
  font-size: 16px;
  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 #e5e5e5;
}
/*
 * 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: 16px;
  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 #e5e5e5;
}
/*
 * 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: 0.25em;
}
/* 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 #e5e5e5;
}
/* ========================================================================
   Component: Navbar
 ========================================================================== */
/*
 * 1. Create position context to center navbar group
 */
.uk-navbar {
  display: flex;
  /* 1 */
  position: relative;
}
/* Container
 ========================================================================== */
.uk-navbar-container:not(.uk-navbar-transparent) {
  background: #f8f8f8;
}
/* 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: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 5 */
  text-decoration: none;
}
/*
 * Nav items
 */
.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;
  transition: transform 0.3s ease-out;
}
.uk-navbar-nav > li > a[aria-expanded=true] .uk-navbar-parent-icon {
  transform: rotateX(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-drop`
 * 1. Set a default width
 * 2. Style
 */
.uk-navbar-dropdown {
  --uk-position-offset: 0;
  --uk-position-shift-offset: 0;
  --uk-position-viewport-offset: 15px;
  /* 1 */
  width: 200px;
  /* 2 */
  padding: 15px;
  background: #f8f8f8;
  color: #666;
}
/*
 * Remove margin from the last-child
 */
.uk-navbar-dropdown > :last-child {
  margin-bottom: 0;
}
.uk-navbar-dropdown :focus-visible {
  outline-color: #333 !important;
}
/*
 * Grid
 * Adopts `uk-grid`
 */
/* Gutter Horizontal */
.uk-navbar-dropdown .uk-drop-grid {
  margin-left: -30px;
}
.uk-navbar-dropdown .uk-drop-grid > * {
  padding-left: 30px;
}
/* Gutter Vertical */
.uk-navbar-dropdown .uk-drop-grid > .uk-grid-margin {
  margin-top: 30px;
}
/*
 * Width modifier
 */
.uk-navbar-dropdown-width-2:not(.uk-drop-stack) {
  width: 400px;
}
.uk-navbar-dropdown-width-3:not(.uk-drop-stack) {
  width: 600px;
}
.uk-navbar-dropdown-width-4:not(.uk-drop-stack) {
  width: 800px;
}
.uk-navbar-dropdown-width-5:not(.uk-drop-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: 769px) {
  .uk-navbar-dropdown-dropbar {
    --uk-position-viewport-offset: 30px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 921px) {
  .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 #e5e5e5;
}
/*
 * 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
 ========================================================================== */
/*
 * Adopts `uk-dropnav-dropbar`
 */
/*
 * Create navbar placeholder space if dropbar is behind navbar
 */
.uk-navbar-dropbar-behind::before {
  content: "";
  display: block;
  height: 80px;
}
/* ========================================================================
   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: #e5e5e5;
}
/* Pill modifier
 ========================================================================== */
.uk-subnav-pill > * > :first-child {
  padding: 5px 10px;
  background: transparent;
  color: #999;
}
/* Hover */
.uk-subnav-pill > * > a:hover {
  background-color: #f8f8f8;
  color: #666;
}
/* OnClick */
.uk-subnav-pill > * > a:active {
  background-color: #f8f8f8;
  color: #666;
}
/* Active */
.uk-subnav-pill > .uk-active > a {
  background-color: #1e87f0;
  color: #fff;
}
/* Disabled
 * The same for all style modifiers
 ========================================================================== */
.uk-subnav > .uk-disabled > a {
  color: #999;
}
/* ========================================================================
   Component: Breadcrumb
 ========================================================================== */
/*
 * 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: rgba(102, 102, 102, 0.6);
}
/* Modifier: 'uk-dotnav-vertical'
 ========================================================================== */
/*
 * 1. Change direction
 * 2. Gutter
 */
.uk-dotnav-vertical {
  /* 1 */
  flex-direction: column;
  /* 2 */
  margin-left: 0;
  margin-top: -12px;
}
/* 2 */
.uk-dotnav-vertical > * {
  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: -10px;
}
/*
 * Space is allocated based on content dimensions, but shrinks: 0 1 auto
 * 1. Gutter
 */
.uk-iconnav > * {
  /* 1 */
  padding-left: 10px;
}
/* Items
 ========================================================================== */
/*
 * Items must target `a` elements to exclude other elements (e.g. dropdowns)
 * 1. 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: -10px;
}
/* 2 */
.uk-iconnav-vertical > * {
  padding-left: 0;
  padding-top: 10px;
}
/* ========================================================================
   Component: Dropdown
 ========================================================================== */
/*
 * Adopts `uk-drop`
 * 1. Reset drop and let text expand the width instead of wrapping
 * 2. Set a default width
 * 3. Style
 */
.uk-dropdown {
  --uk-position-offset: 10px;
  --uk-position-viewport-offset: 15px;
  /* 1 */
  width: auto;
  /* 2 */
  min-width: 200px;
  /* 3 */
  padding: 15px;
  background: #f8f8f8;
  color: #666;
}
/*
 * Remove margin from the last-child
 */
.uk-dropdown > :last-child {
  margin-bottom: 0;
}
.uk-dropdown :focus-visible {
  outline-color: #333 !important;
}
/* Size modifier
 ========================================================================== */
.uk-dropdown-large {
  padding: 40px;
}
/* Dropbar modifier
 ========================================================================== */
/*
 * 1. Reset dropdown width to prevent to early shifting
 * 2. Reset style
 * 3. Padding
 */
.uk-dropdown-dropbar {
  /* 1 */
  width: auto;
  /* 2 */
  background: transparent;
  /* 3 */
  padding: 15px 0 15px 0;
  --uk-position-viewport-offset: 15px;
}
/* Phone landscape and bigger */
@media (min-width: 769px) {
  .uk-dropdown-dropbar {
    --uk-position-viewport-offset: 30px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 921px) {
  .uk-dropdown-dropbar {
    --uk-position-viewport-offset: 40px;
  }
}
.uk-dropdown-dropbar-large {
  padding-top: 40px;
  padding-bottom: 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 #e5e5e5;
}
/*
 * Sublists
 */
.uk-dropdown-nav .uk-nav-sub a {
  color: #999;
}
.uk-dropdown-nav .uk-nav-sub a:hover,
.uk-dropdown-nav .uk-nav-sub li.uk-active > a {
  color: #666;
}
/* ========================================================================
   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-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: 769px) {
  .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: 921px) {
  .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: 1024px) {
  .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: 1440px) {
  .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: 769px) {
  /* 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: 921px) {
  /* 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: 1024px) {
  /* 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: 1440px) {
  /* 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: 16px;
  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: #1e87f0 !important;
}
.uk-text-secondary {
  color: #222 !important;
}
.uk-text-success {
  color: #32d296 !important;
}
.uk-text-warning {
  color: #faa05a !important;
}
.uk-text-danger {
  color: #f0506e !important;
}
/* Background modifier
 ========================================================================== */
/*
 * 1. The background clips to the foreground text. Works in 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: #1e87f0;
}
/* Alignment modifiers
 ========================================================================== */
.uk-text-left {
  text-align: left !important;
}
.uk-text-right {
  text-align: right !important;
}
.uk-text-center {
  text-align: center !important;
}
.uk-text-justify {
  text-align: justify !important;
}
/* Phone landscape and bigger */
@media (min-width: 769px) {
  .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: 921px) {
  .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: 1024px) {
  .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: 1440px) {
  .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: 1024px) {
  [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 #e5e5e5;
       column-rule: 1px solid #e5e5e5;
  /* 1 */
  -moz-column-gap: 60px;
       column-gap: 60px;
}
/* Desktop and bigger */
@media (min-width: 1024px) {
  .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: 769px) {
  .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: 921px) {
  .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: 1024px) {
  .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: 1440px) {
  .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: #fff;
}
.uk-background-muted {
  background-color: #f8f8f8;
}
.uk-background-primary {
  background-color: #1e87f0;
}
.uk-background-secondary {
  background-color: #222;
}
/* Size
 ========================================================================== */
.uk-background-cover,
.uk-background-contain,
.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: 768px) {
  .uk-background-image\@s {
    background-image: none !important;
  }
}
/* Phone landscape and smaller */
@media (max-width: 920px) {
  .uk-background-image\@m {
    background-image: none !important;
  }
}
/* Tablet landscape and smaller */
@media (max-width: 1023px) {
  .uk-background-image\@l {
    background-image: none !important;
  }
}
/* Desktop and smaller */
@media (max-width: 1439px) {
  .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: 769px) {
  .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: 921px) {
  .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: 1024px) {
  .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: 1440px) {
  .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 #e5e5e5;
  overflow: auto;
  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;
}
.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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #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: 769px) {
  .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: 921px) {
  .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: 1024px) {
  .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: 1440px) {
  .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: 769px) {
  .uk-flex-first\@s {
    order: -1;
  }
  .uk-flex-last\@s {
    order: 99;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 921px) {
  .uk-flex-first\@m {
    order: -1;
  }
  .uk-flex-last\@m {
    order: 99;
  }
}
/* Desktop and bigger */
@media (min-width: 1024px) {
  .uk-flex-first\@l {
    order: -1;
  }
  .uk-flex-last\@l {
    order: 99;
  }
}
/* Large screen and bigger */
@media (min-width: 1440px) {
  .uk-flex-first\@xl {
    order: -1;
  }
  .uk-flex-last\@xl {
    order: 99;
  }
}
/* Item dimensions
 ========================================================================== */
/*
 * Initial: 0 1 auto
 * Content dimensions, but shrinks
 */
/*
 * No Flex: 0 0 auto
 * Content dimensions
 */
.uk-flex-none {
  flex: none;
}
/*
 * Relative Flex: 1 1 auto
 * Space is allocated considering content
 */
.uk-flex-auto {
  flex: auto;
}
/*
 * Absolute Flex: 1 1 0%
 * Space is allocated solely based on flex
 */
.uk-flex-1 {
  flex: 1;
}
/* ========================================================================
   Component: Margin
 ========================================================================== */
/*
 * Default
 */
.uk-margin {
  margin-bottom: 20px;
}
* + .uk-margin {
  margin-top: 20px !important;
}
.uk-margin-top {
  margin-top: 20px !important;
}
.uk-margin-bottom {
  margin-bottom: 20px !important;
}
.uk-margin-left {
  margin-left: 20px !important;
}
.uk-margin-right {
  margin-right: 20px !important;
}
/* Small
 ========================================================================== */
.uk-margin-small {
  margin-bottom: 10px;
}
* + .uk-margin-small {
  margin-top: 10px !important;
}
.uk-margin-small-top {
  margin-top: 10px !important;
}
.uk-margin-small-bottom {
  margin-bottom: 10px !important;
}
.uk-margin-small-left {
  margin-left: 10px !important;
}
.uk-margin-small-right {
  margin-right: 10px !important;
}
/* Medium
 ========================================================================== */
.uk-margin-medium {
  margin-bottom: 40px;
}
* + .uk-margin-medium {
  margin-top: 40px !important;
}
.uk-margin-medium-top {
  margin-top: 40px !important;
}
.uk-margin-medium-bottom {
  margin-bottom: 40px !important;
}
.uk-margin-medium-left {
  margin-left: 40px !important;
}
.uk-margin-medium-right {
  margin-right: 40px !important;
}
/* Large
 ========================================================================== */
.uk-margin-large {
  margin-bottom: 40px;
}
* + .uk-margin-large {
  margin-top: 40px !important;
}
.uk-margin-large-top {
  margin-top: 40px !important;
}
.uk-margin-large-bottom {
  margin-bottom: 40px !important;
}
.uk-margin-large-left {
  margin-left: 40px !important;
}
.uk-margin-large-right {
  margin-right: 40px !important;
}
/* Desktop and bigger */
@media (min-width: 1024px) {
  .uk-margin-large {
    margin-bottom: 70px;
  }
  * + .uk-margin-large {
    margin-top: 70px !important;
  }
  .uk-margin-large-top {
    margin-top: 70px !important;
  }
  .uk-margin-large-bottom {
    margin-bottom: 70px !important;
  }
  .uk-margin-large-left {
    margin-left: 70px !important;
  }
  .uk-margin-large-right {
    margin-right: 70px !important;
  }
}
/* XLarge
 ========================================================================== */
.uk-margin-xlarge {
  margin-bottom: 70px;
}
* + .uk-margin-xlarge {
  margin-top: 70px !important;
}
.uk-margin-xlarge-top {
  margin-top: 70px !important;
}
.uk-margin-xlarge-bottom {
  margin-bottom: 70px !important;
}
.uk-margin-xlarge-left {
  margin-left: 70px !important;
}
.uk-margin-xlarge-right {
  margin-right: 70px !important;
}
/* Desktop and bigger */
@media (min-width: 1024px) {
  .uk-margin-xlarge {
    margin-bottom: 140px;
  }
  * + .uk-margin-xlarge {
    margin-top: 140px !important;
  }
  .uk-margin-xlarge-top {
    margin-top: 140px !important;
  }
  .uk-margin-xlarge-bottom {
    margin-bottom: 140px !important;
  }
  .uk-margin-xlarge-left {
    margin-left: 140px !important;
  }
  .uk-margin-xlarge-right {
    margin-right: 140px !important;
  }
}
/* Auto
 ========================================================================== */
.uk-margin-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.uk-margin-auto-top {
  margin-top: auto !important;
}
.uk-margin-auto-bottom {
  margin-bottom: auto !important;
}
.uk-margin-auto-left {
  margin-left: auto !important;
}
.uk-margin-auto-right {
  margin-right: auto !important;
}
.uk-margin-auto-vertical {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
/* Phone landscape and bigger */
@media (min-width: 769px) {
  .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: 921px) {
  .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: 1024px) {
  .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: 1440px) {
  .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: 769px) {
  .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: 921px) {
  .uk-margin-remove-left\@m {
    margin-left: 0 !important;
  }
  .uk-margin-remove-right\@m {
    margin-right: 0 !important;
  }
}
/* Desktop and bigger */
@media (min-width: 1024px) {
  .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: 1440px) {
  .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: 1024px) {
  .uk-padding {
    padding: 40px;
  }
}
/* Small
 ========================================================================== */
.uk-padding-small {
  padding: 15px;
}
/* Large
 ========================================================================== */
.uk-padding-large {
  padding: 40px;
}
/* Desktop and bigger */
@media (min-width: 1024px) {
  .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: 1024px) {
  .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: 769px) {
  .uk-hidden\@s {
    display: none !important;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 921px) {
  .uk-hidden\@m {
    display: none !important;
  }
}
/* Desktop and bigger */
@media (min-width: 1024px) {
  .uk-hidden\@l {
    display: none !important;
  }
}
/* Large screen and bigger */
@media (min-width: 1440px) {
  .uk-hidden\@xl {
    display: none !important;
  }
}
/*
 * Visible
 */
/* Phone portrait and smaller */
@media (max-width: 768px) {
  .uk-visible\@s {
    display: none !important;
  }
}
/* Phone landscape and smaller */
@media (max-width: 920px) {
  .uk-visible\@m {
    display: none !important;
  }
}
/* Tablet landscape and smaller */
@media (max-width: 1023px) {
  .uk-visible\@l {
    display: none !important;
  }
}
/* Desktop and smaller */
@media (max-width: 1439px) {
  .uk-visible\@xl {
    display: none !important;
  }
}
/* Visibility
 ========================================================================== */
.uk-invisible {
  visibility: hidden !important;
}
/* Based on the State of the Parent Element
 ========================================================================== */
/*
 * Mind that `display: none`, `visibility: hidden` and `opacity: 0`
 * remove the element from the accessibility tree and that
 * `display: none` and `visibility: hidden` are not focusable.
 *
 * The target stays visible if any element within receives focus through keyboard.
 */
/*
 * Remove space when hidden.
 * 1. Remove from document flow.
 * 2. Hide element and shrink its dimension. Can't use zero dimensions together
 *    with `overflow: hidden` it would remove it from the accessibility tree.
 * 3. Hide the single rendered pixel.
 * 4. Prevent text wrapping caused by `width: 1px` because it has side effects on vocalisation
 *    by screen readers and the visual tracking indicator of other assistive technologies.
 */
.uk-hidden-visually:not(:focus):not(:active):not(:focus-within),
.uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within) {
  /* 1 */
  position: absolute !important;
  /* 2 */
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  /* 3 */
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  /* 4 */
  white-space: nowrap !important;
}
/*
 * Keep space when hidden.
 * Hide element without shrinking its dimension.
 * Unfortunately, can't use `clip-path: inset(50%)` because hover won't work
 * if the element is positioned outside of the toggle box.
 */
.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;
  }
}
/* ========================================================================
   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;
  }
}
/* ========================================================================
   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: #f8f8f8;
  color: #999;
  vertical-align: middle;
  /* 1 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
/* Hover */
.uk-icon-button:hover {
  background-color: #ebebeb;
  color: #666;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #dfdfdf;
  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: #ebebeb;
}
.uk-range:focus::-webkit-slider-runnable-track,
.uk-range:active::-webkit-slider-runnable-track {
  background: #dfdfdf;
}
/* Firefox */
.uk-range::-moz-range-track {
  height: 3px;
  background: #ebebeb;
}
.uk-range:focus::-moz-range-track {
  background: #dfdfdf;
}
/*
 * 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-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: #f8f8f8;
  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: #ebebeb;
  color: #666;
}
/* Disabled */
.uk-input:disabled,
.uk-select:disabled,
.uk-textarea:disabled {
  background-color: #f8f8f8;
  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: #ebebeb;
  /* 6 */
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.uk-radio {
  border-radius: 50%;
}
/* Focus */
.uk-radio:focus,
.uk-checkbox:focus {
  background-color: #dfdfdf;
  outline: none;
}
/*
 * Checked
 */
.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
  background-color: #1e87f0;
}
/* Focus */
.uk-radio:checked:focus,
.uk-checkbox:checked:focus,
.uk-checkbox:indeterminate:focus {
  background-color: #0e6ecd;
}
/*
 * Icons
 */
.uk-radio:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-checkbox:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.uk-checkbox:indeterminate {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
/*
 * Disabled
 */
.uk-radio:disabled,
.uk-checkbox:disabled {
  background-color: #f8f8f8;
}
.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: 10px;
}
/*
 * Horizontal
 */
/* Tablet portrait and smaller */
@media (max-width: 920px) {
  /* Behave like `uk-form-stacked` */
  .uk-form-horizontal .uk-form-label {
    display: block;
    margin-bottom: 10px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 921px) {
  .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: 16px;
  /* 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: #f8f8f8;
  color: #333;
}
/* Hover */
.uk-button-default:hover {
  background-color: #ebebeb;
  color: #333;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #dfdfdf;
  color: #333;
}
/*
 * Primary
 */
.uk-button-primary {
  background-color: #1e87f0;
  color: #fff;
}
/* Hover */
.uk-button-primary:hover {
  background-color: #0f7ae5;
  color: #fff;
}
/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  background-color: #0e6ecd;
  color: #fff;
}
/*
 * Secondary
 */
.uk-button-secondary {
  background-color: #222;
  color: #fff;
}
/* Hover */
.uk-button-secondary:hover {
  background-color: #151515;
  color: #fff;
}
/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #090909;
  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: #f8f8f8;
  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: #f8f8f8;
  /* 5 */
  margin-bottom: 20px;
  height: 15px;
}
/* Add margin if adjacent element */
* + .uk-progress {
  margin-top: 20px;
}
/*
 * 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: #1e87f0;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.uk-progress::-moz-progress-bar {
  background-color: #1e87f0;
  /* 1 */
  -moz-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
/* ========================================================================
   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: #222;
  color: #fff;
}
/* Hover */
.uk-marker:hover {
  color: #fff;
}
/* ========================================================================
   Component: Alert
 ========================================================================== */
.uk-alert {
  position: relative;
  margin-bottom: 20px;
  padding: 15px 29px 15px 15px;
  background: #f8f8f8;
  color: #666;
}
/* Add margin if adjacent element */
* + .uk-alert {
  margin-top: 20px;
}
/*
 * Remove margin from the last-child
 */
.uk-alert > :last-child {
  margin-bottom: 0;
}
/* Close
 * Adopts `uk-close`
 ========================================================================== */
.uk-alert-close {
  position: absolute;
  top: 20px;
  right: 15px;
}
/*
 * Remove margin from adjacent element
 */
.uk-alert-close:first-child + * {
  margin-top: 0;
}
/*
 * Hover
 */
/* Style modifiers
 ========================================================================== */
/*
 * Primary
 */
.uk-alert-primary {
  background: #d8eafc;
  color: #1e87f0;
}
/*
 * Success
 */
.uk-alert-success {
  background: #edfbf6;
  color: #32d296;
}
/*
 * Warning
 */
.uk-alert-warning {
  background: #fef5ee;
  color: #faa05a;
}
/*
 * Danger
 */
.uk-alert-danger {
  background: #fef4f6;
  color: #f0506e;
}
/* ========================================================================
   Component: Placeholder
 ========================================================================== */
.uk-placeholder {
  margin-bottom: 20px;
  padding: 30px 30px;
  background: #f8f8f8;
}
/* Add margin if adjacent element */
* + .uk-placeholder {
  margin-top: 20px;
}
/*
 * 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: #1e87f0;
  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 10px;
  background: #1e87f0;
  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(34, 34, 34, 0.8);
}
/* ========================================================================
   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: #f8f8f8;
}
/* Focus */
.uk-search-default .uk-search-input:focus {
  background-color: #ebebeb;
}
/*
 * 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;
}
/* Item
 ========================================================================== */
.uk-accordion > :nth-child(n+2) {
  margin-top: 20px;
}
/* Title
 ========================================================================== */
.uk-accordion-title {
  display: block;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #333;
}
/* Hover */
.uk-accordion-title:hover {
  color: #666;
  text-decoration: none;
}
/* Content
 ========================================================================== */
.uk-accordion-content {
  display: flow-root;
  margin-top: 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: 20px;
  --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;
}
/* Parent icon
 ========================================================================== */
.uk-drop-parent-icon {
  margin-left: 0.25em;
  transition: transform 0.3s ease-out;
}
[aria-expanded=true] > .uk-drop-parent-icon {
  transform: rotateX(180deg);
}
/* ========================================================================
   Component: Dropdown
 ========================================================================== */
/*
 * Adopts `uk-drop`
 * 1. Reset drop and let text expand the width instead of wrapping
 * 2. Set a default width
 * 3. Style
 */
.uk-dropdown {
  --uk-position-offset: 10px;
  --uk-position-viewport-offset: 15px;
  /* 1 */
  width: auto;
  /* 2 */
  min-width: 200px;
  /* 3 */
  padding: 15px;
  background: #f8f8f8;
  color: #666;
}
/*
 * Remove margin from the last-child
 */
.uk-dropdown > :last-child {
  margin-bottom: 0;
}
.uk-dropdown :focus-visible {
  outline-color: #333 !important;
}
/* Size modifier
 ========================================================================== */
.uk-dropdown-large {
  padding: 40px;
}
/* Dropbar modifier
 ========================================================================== */
/*
 * 1. Reset dropdown width to prevent to early shifting
 * 2. Reset style
 * 3. Padding
 */
.uk-dropdown-dropbar {
  /* 1 */
  width: auto;
  /* 2 */
  background: transparent;
  /* 3 */
  padding: 15px 0 15px 0;
  --uk-position-viewport-offset: 15px;
}
/* Phone landscape and bigger */
@media (min-width: 769px) {
  .uk-dropdown-dropbar {
    --uk-position-viewport-offset: 30px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 921px) {
  .uk-dropdown-dropbar {
    --uk-position-viewport-offset: 40px;
  }
}
.uk-dropdown-dropbar-large {
  padding-top: 40px;
  padding-bottom: 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 #e5e5e5;
}
/*
 * Sublists
 */
.uk-dropdown-nav .uk-nav-sub a {
  color: #999;
}
.uk-dropdown-nav .uk-nav-sub a:hover,
.uk-dropdown-nav .uk-nav-sub li.uk-active > a {
  color: #666;
}
/* ========================================================================
   Component: Dropbar
 ========================================================================== */
/*
 * Adopts `uk-drop`
 * 1. Reset drop
 * 2. Style
 */
.uk-dropbar {
  --uk-position-offset: 0;
  --uk-position-shift-offset: 0;
  --uk-position-viewport-offset: 0;
  /* 1 */
  width: auto;
  /* 2 */
  padding: 15px 15px 15px 15px;
  background: #f8f8f8;
  color: #666;
}
/*
 * Remove margin from the last-child
 */
.uk-dropbar > :last-child {
  margin-bottom: 0;
}
/* Phone landscape and bigger */
@media (min-width: 769px) {
  .uk-dropbar {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 921px) {
  .uk-dropbar {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.uk-dropbar :focus-visible {
  outline-color: #333 !important;
}
/* 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;
  /* 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: 769px) {
  .uk-modal {
    padding: 50px 30px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 921px) {
  .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: #fff;
  /* 5 */
  opacity: 0;
  transform: translateY(-100px);
  transition: 0.3s linear;
  transition-property: opacity, transform;
}
/*
 * Open
 */
.uk-open > .uk-modal-dialog {
  opacity: 1;
  transform: translateY(0);
}
/* Size modifier
 ========================================================================== */
/*
 * Container size
 * Take the same size as the Container component
 */
.uk-modal-container .uk-modal-dialog {
  width: 1200px;
}
/*
 * Full size
 * 1. Remove padding and background from modal
 * 2. Reset all default declarations from modal dialog
 */
/* 1 */
.uk-modal-full {
  padding: 0;
  background: none;
}
/* 2 */
.uk-modal-full .uk-modal-dialog {
  margin: 0;
  width: 100%;
  max-width: 100%;
  transform: translateY(0);
}
/* Sections
 ========================================================================== */
.uk-modal-body {
  display: flow-root;
  padding: 20px 20px;
}
.uk-modal-header {
  display: flow-root;
  padding: 10px 20px;
  background: #f8f8f8;
}
.uk-modal-footer {
  display: flow-root;
  padding: 10px 20px;
  background: #f8f8f8;
}
/* Phone landscape and bigger */
@media (min-width: 769px) {
  .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: 10px;
  right: 10px;
  padding: 5px;
}
/*
 * Remove margin from adjacent element
 */
[class*=uk-modal-close-]:first-child + * {
  margin-top: 0;
}
/*
 * Hover
 */
/*
 * Default
 */
/*
 * Outside
 * 1. Prevent scrollbar on small devices
 */
.uk-modal-close-outside {
  top: 0;
  /* 1 */
  right: -5px;
  transform: translate(0, -100%);
  color: white;
}
.uk-modal-close-outside:hover {
  color: #fff;
}
/* Tablet landscape and bigger */
@media (min-width: 921px) {
  /* 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
 * 2. Create position context
 */
.uk-slider-items > * {
  /* 1 */
  flex: none;
  box-sizing: border-box;
  max-width: 100%;
  /* 2 */
  position: relative;
}
/* ========================================================================
   Component: Sticky
 ========================================================================== */
/*
 * 1. Create position context so it's t the same like when fixed.
 * 2. Create stacking context already when not sticky to have the same context
*     for position set to `sticky` and `relative`
 * 2. More robust if padding and border are used and the sticky height is transitioned
 */
.uk-sticky {
  /* 1 */
  position: relative;
  /* 2 */
  z-index: 980;
  /* 3 */
  box-sizing: border-box;
}
/*
 * 1. Force new layer to resolve frame rate issues on devices with lower frame rates
 */
.uk-sticky-fixed {
  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: #222;
  /* 3 */
  overflow-y: auto;
}
/* Phone landscape and bigger */
@media (min-width: 769px) {
  .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: 769px) {
  .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: 769px) {
  .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: 769px) {
  .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`
 * 1. `clip` is needed for `position: sticky` elements to keep their position
 */
.uk-offcanvas-page,
.uk-offcanvas-container {
  overflow-x: hidden;
  /* 1 */
  overflow-x: clip;
}
/* 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: 769px) {
  :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: 768px) {
  .uk-notification {
    left: 10px;
    right: 10px;
    width: auto;
    margin: 0;
  }
}
/* Message
========================================================================== */
.uk-notification-message {
  position: relative;
  padding: 15px;
  background: #f8f8f8;
  color: #666;
  font-size: 1.25rem;
  line-height: 1.4;
  cursor: pointer;
}
* + .uk-notification-message {
  margin-top: 10px;
}
/* Close
 * Adopts `uk-close`
 ========================================================================== */
.uk-notification-close {
  display: none;
  position: absolute;
  top: 20px;
  right: 15px;
}
.uk-notification-message:hover .uk-notification-close {
  display: block;
}
/* Style modifiers
 ========================================================================== */
/*
 * Primary
 */
.uk-notification-message-primary {
  color: #1e87f0;
}
/*
 * Success
 */
.uk-notification-message-success {
  color: #32d296;
}
/*
 * Warning
 */
.uk-notification-message-warning {
  color: #faa05a;
}
/*
 * Danger
 */
.uk-notification-message-danger {
  color: #f0506e;
}
/* ========================================================================
   Component: Tooltip
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Position
 * 3. 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: 769px) {
  .uk-countdown-number {
    font-size: 4rem;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 921px) {
  .uk-countdown-number {
    font-size: 6rem;
  }
}
/* Separator
 ========================================================================== */
.uk-countdown-separator {
  font-size: 1rem;
  line-height: 1.6;
}
/* Phone landscape and bigger */
@media (min-width: 769px) {
  .uk-countdown-separator {
    font-size: 2rem;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 921px) {
  .uk-countdown-separator {
    font-size: 3rem;
  }
}
/* Label
 ========================================================================== */
/* ========================================================================
   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;
  transition: transform 0.3s ease-out;
}
.uk-nav > li.uk-open > a .uk-nav-parent-icon {
  transform: rotateX(180deg);
}
/* Header
 ========================================================================== */
.uk-nav-header {
  padding: 5px 0;
  text-transform: uppercase;
  font-size: 0.875rem;
}
.uk-nav-header:not(:first-child) {
  margin-top: 20px;
}
/* Divider
 ========================================================================== */
.uk-nav .uk-nav-divider {
  margin: 5px 0;
}
/* Default modifier
 ========================================================================== */
.uk-nav-default {
  font-size: 16px;
  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 #e5e5e5;
}
/*
 * Sublists
 */
.uk-nav-default .uk-nav-sub {
  font-size: 16px;
  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 #e5e5e5;
}
/*
 * 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: 16px;
  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 #e5e5e5;
}
/*
 * 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: 0.25em;
}
/* 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 #e5e5e5;
}
/* ========================================================================
   Component: Navbar
 ========================================================================== */
/*
 * 1. Create position context to center navbar group
 */
.uk-navbar {
  display: flex;
  /* 1 */
  position: relative;
}
/* Container
 ========================================================================== */
.uk-navbar-container:not(.uk-navbar-transparent) {
  background: #f8f8f8;
}
/* 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: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 5 */
  text-decoration: none;
}
/*
 * Nav items
 */
.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;
  transition: transform 0.3s ease-out;
}
.uk-navbar-nav > li > a[aria-expanded=true] .uk-navbar-parent-icon {
  transform: rotateX(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-drop`
 * 1. Set a default width
 * 2. Style
 */
.uk-navbar-dropdown {
  --uk-position-offset: 0;
  --uk-position-shift-offset: 0;
  --uk-position-viewport-offset: 15px;
  /* 1 */
  width: 200px;
  /* 2 */
  padding: 15px;
  background: #f8f8f8;
  color: #666;
}
/*
 * Remove margin from the last-child
 */
.uk-navbar-dropdown > :last-child {
  margin-bottom: 0;
}
.uk-navbar-dropdown :focus-visible {
  outline-color: #333 !important;
}
/*
 * Grid
 * Adopts `uk-grid`
 */
/* Gutter Horizontal */
.uk-navbar-dropdown .uk-drop-grid {
  margin-left: -30px;
}
.uk-navbar-dropdown .uk-drop-grid > * {
  padding-left: 30px;
}
/* Gutter Vertical */
.uk-navbar-dropdown .uk-drop-grid > .uk-grid-margin {
  margin-top: 30px;
}
/*
 * Width modifier
 */
.uk-navbar-dropdown-width-2:not(.uk-drop-stack) {
  width: 400px;
}
.uk-navbar-dropdown-width-3:not(.uk-drop-stack) {
  width: 600px;
}
.uk-navbar-dropdown-width-4:not(.uk-drop-stack) {
  width: 800px;
}
.uk-navbar-dropdown-width-5:not(.uk-drop-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: 769px) {
  .uk-navbar-dropdown-dropbar {
    --uk-position-viewport-offset: 30px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 921px) {
  .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 #e5e5e5;
}
/*
 * 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
 ========================================================================== */
/*
 * Adopts `uk-dropnav-dropbar`
 */
/*
 * Create navbar placeholder space if dropbar is behind navbar
 */
.uk-navbar-dropbar-behind::before {
  content: "";
  display: block;
  height: 80px;
}
/* ========================================================================
   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: #e5e5e5;
}
/* Pill modifier
 ========================================================================== */
.uk-subnav-pill > * > :first-child {
  padding: 5px 10px;
  background: transparent;
  color: #999;
}
/* Hover */
.uk-subnav-pill > * > a:hover {
  background-color: #f8f8f8;
  color: #666;
}
/* OnClick */
.uk-subnav-pill > * > a:active {
  background-color: #f8f8f8;
  color: #666;
}
/* Active */
.uk-subnav-pill > .uk-active > a {
  background-color: #1e87f0;
  color: #fff;
}
/* Disabled
 * The same for all style modifiers
 ========================================================================== */
.uk-subnav > .uk-disabled > a {
  color: #999;
}
/* ========================================================================
   Component: Breadcrumb
 ========================================================================== */
/*
 * 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: rgba(102, 102, 102, 0.6);
}
/* Modifier: 'uk-dotnav-vertical'
 ========================================================================== */
/*
 * 1. Change direction
 * 2. Gutter
 */
.uk-dotnav-vertical {
  /* 1 */
  flex-direction: column;
  /* 2 */
  margin-left: 0;
  margin-top: -12px;
}
/* 2 */
.uk-dotnav-vertical > * {
  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: -10px;
}
/*
 * Space is allocated based on content dimensions, but shrinks: 0 1 auto
 * 1. Gutter
 */
.uk-iconnav > * {
  /* 1 */
  padding-left: 10px;
}
/* Items
 ========================================================================== */
/*
 * Items must target `a` elements to exclude other elements (e.g. dropdowns)
 * 1. 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: -10px;
}
/* 2 */
.uk-iconnav-vertical > * {
  padding-left: 0;
  padding-top: 10px;
}
/* ========================================================================
   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-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: 769px) {
  .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: 921px) {
  .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: 1024px) {
  .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: 1440px) {
  .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: 769px) {
  /* 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: 921px) {
  /* 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: 1024px) {
  /* 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: 1440px) {
  /* 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: 16px;
  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: #1e87f0 !important;
}
.uk-text-secondary {
  color: #222 !important;
}
.uk-text-success {
  color: #32d296 !important;
}
.uk-text-warning {
  color: #faa05a !important;
}
.uk-text-danger {
  color: #f0506e !important;
}
/* Background modifier
 ========================================================================== */
/*
 * 1. The background clips to the foreground text. Works in 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: #1e87f0;
}
/* Alignment modifiers
 ========================================================================== */
.uk-text-left {
  text-align: left !important;
}
.uk-text-right {
  text-align: right !important;
}
.uk-text-center {
  text-align: center !important;
}
.uk-text-justify {
  text-align: justify !important;
}
/* Phone landscape and bigger */
@media (min-width: 769px) {
  .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: 921px) {
  .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: 1024px) {
  .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: 1440px) {
  .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: 1024px) {
  [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 #e5e5e5;
       column-rule: 1px solid #e5e5e5;
  /* 1 */
  -moz-column-gap: 60px;
       column-gap: 60px;
}
/* Desktop and bigger */
@media (min-width: 1024px) {
  .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: 769px) {
  .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: 921px) {
  .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: 1024px) {
  .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: 1440px) {
  .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: #fff;
}
.uk-background-muted {
  background-color: #f8f8f8;
}
.uk-background-primary {
  background-color: #1e87f0;
}
.uk-background-secondary {
  background-color: #222;
}
/* Size
 ========================================================================== */
.uk-background-cover,
.uk-background-contain,
.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: 768px) {
  .uk-background-image\@s {
    background-image: none !important;
  }
}
/* Phone landscape and smaller */
@media (max-width: 920px) {
  .uk-background-image\@m {
    background-image: none !important;
  }
}
/* Tablet landscape and smaller */
@media (max-width: 1023px) {
  .uk-background-image\@l {
    background-image: none !important;
  }
}
/* Desktop and smaller */
@media (max-width: 1439px) {
  .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: 769px) {
  .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: 921px) {
  .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: 1024px) {
  .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: 1440px) {
  .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 #e5e5e5;
  overflow: auto;
  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;
}
.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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #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: 769px) {
  .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: 921px) {
  .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: 1024px) {
  .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: 1440px) {
  .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: 769px) {
  .uk-flex-first\@s {
    order: -1;
  }
  .uk-flex-last\@s {
    order: 99;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 921px) {
  .uk-flex-first\@m {
    order: -1;
  }
  .uk-flex-last\@m {
    order: 99;
  }
}
/* Desktop and bigger */
@media (min-width: 1024px) {
  .uk-flex-first\@l {
    order: -1;
  }
  .uk-flex-last\@l {
    order: 99;
  }
}
/* Large screen and bigger */
@media (min-width: 1440px) {
  .uk-flex-first\@xl {
    order: -1;
  }
  .uk-flex-last\@xl {
    order: 99;
  }
}
/* Item dimensions
 ========================================================================== */
/*
 * Initial: 0 1 auto
 * Content dimensions, but shrinks
 */
/*
 * No Flex: 0 0 auto
 * Content dimensions
 */
.uk-flex-none {
  flex: none;
}
/*
 * Relative Flex: 1 1 auto
 * Space is allocated considering content
 */
.uk-flex-auto {
  flex: auto;
}
/*
 * Absolute Flex: 1 1 0%
 * Space is allocated solely based on flex
 */
.uk-flex-1 {
  flex: 1;
}
/* ========================================================================
   Component: Margin
 ========================================================================== */
/*
 * Default
 */
.uk-margin {
  margin-bottom: 20px;
}
* + .uk-margin {
  margin-top: 20px !important;
}
.uk-margin-top {
  margin-top: 20px !important;
}
.uk-margin-bottom {
  margin-bottom: 20px !important;
}
.uk-margin-left {
  margin-left: 20px !important;
}
.uk-margin-right {
  margin-right: 20px !important;
}
/* Small
 ========================================================================== */
.uk-margin-small {
  margin-bottom: 10px;
}
* + .uk-margin-small {
  margin-top: 10px !important;
}
.uk-margin-small-top {
  margin-top: 10px !important;
}
.uk-margin-small-bottom {
  margin-bottom: 10px !important;
}
.uk-margin-small-left {
  margin-left: 10px !important;
}
.uk-margin-small-right {
  margin-right: 10px !important;
}
/* Medium
 ========================================================================== */
.uk-margin-medium {
  margin-bottom: 40px;
}
* + .uk-margin-medium {
  margin-top: 40px !important;
}
.uk-margin-medium-top {
  margin-top: 40px !important;
}
.uk-margin-medium-bottom {
  margin-bottom: 40px !important;
}
.uk-margin-medium-left {
  margin-left: 40px !important;
}
.uk-margin-medium-right {
  margin-right: 40px !important;
}
/* Large
 ========================================================================== */
.uk-margin-large {
  margin-bottom: 40px;
}
* + .uk-margin-large {
  margin-top: 40px !important;
}
.uk-margin-large-top {
  margin-top: 40px !important;
}
.uk-margin-large-bottom {
  margin-bottom: 40px !important;
}
.uk-margin-large-left {
  margin-left: 40px !important;
}
.uk-margin-large-right {
  margin-right: 40px !important;
}
/* Desktop and bigger */
@media (min-width: 1024px) {
  .uk-margin-large {
    margin-bottom: 70px;
  }
  * + .uk-margin-large {
    margin-top: 70px !important;
  }
  .uk-margin-large-top {
    margin-top: 70px !important;
  }
  .uk-margin-large-bottom {
    margin-bottom: 70px !important;
  }
  .uk-margin-large-left {
    margin-left: 70px !important;
  }
  .uk-margin-large-right {
    margin-right: 70px !important;
  }
}
/* XLarge
 ========================================================================== */
.uk-margin-xlarge {
  margin-bottom: 70px;
}
* + .uk-margin-xlarge {
  margin-top: 70px !important;
}
.uk-margin-xlarge-top {
  margin-top: 70px !important;
}
.uk-margin-xlarge-bottom {
  margin-bottom: 70px !important;
}
.uk-margin-xlarge-left {
  margin-left: 70px !important;
}
.uk-margin-xlarge-right {
  margin-right: 70px !important;
}
/* Desktop and bigger */
@media (min-width: 1024px) {
  .uk-margin-xlarge {
    margin-bottom: 140px;
  }
  * + .uk-margin-xlarge {
    margin-top: 140px !important;
  }
  .uk-margin-xlarge-top {
    margin-top: 140px !important;
  }
  .uk-margin-xlarge-bottom {
    margin-bottom: 140px !important;
  }
  .uk-margin-xlarge-left {
    margin-left: 140px !important;
  }
  .uk-margin-xlarge-right {
    margin-right: 140px !important;
  }
}
/* Auto
 ========================================================================== */
.uk-margin-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.uk-margin-auto-top {
  margin-top: auto !important;
}
.uk-margin-auto-bottom {
  margin-bottom: auto !important;
}
.uk-margin-auto-left {
  margin-left: auto !important;
}
.uk-margin-auto-right {
  margin-right: auto !important;
}
.uk-margin-auto-vertical {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
/* Phone landscape and bigger */
@media (min-width: 769px) {
  .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: 921px) {
  .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: 1024px) {
  .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: 1440px) {
  .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: 769px) {
  .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: 921px) {
  .uk-margin-remove-left\@m {
    margin-left: 0 !important;
  }
  .uk-margin-remove-right\@m {
    margin-right: 0 !important;
  }
}
/* Desktop and bigger */
@media (min-width: 1024px) {
  .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: 1440px) {
  .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: 1024px) {
  .uk-padding {
    padding: 40px;
  }
}
/* Small
 ========================================================================== */
.uk-padding-small {
  padding: 15px;
}
/* Large
 ========================================================================== */
.uk-padding-large {
  padding: 40px;
}
/* Desktop and bigger */
@media (min-width: 1024px) {
  .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: 1024px) {
  .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: 769px) {
  .uk-hidden\@s {
    display: none !important;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 921px) {
  .uk-hidden\@m {
    display: none !important;
  }
}
/* Desktop and bigger */
@media (min-width: 1024px) {
  .uk-hidden\@l {
    display: none !important;
  }
}
/* Large screen and bigger */
@media (min-width: 1440px) {
  .uk-hidden\@xl {
    display: none !important;
  }
}
/*
 * Visible
 */
/* Phone portrait and smaller */
@media (max-width: 768px) {
  .uk-visible\@s {
    display: none !important;
  }
}
/* Phone landscape and smaller */
@media (max-width: 920px) {
  .uk-visible\@m {
    display: none !important;
  }
}
/* Tablet landscape and smaller */
@media (max-width: 1023px) {
  .uk-visible\@l {
    display: none !important;
  }
}
/* Desktop and smaller */
@media (max-width: 1439px) {
  .uk-visible\@xl {
    display: none !important;
  }
}
/* Visibility
 ========================================================================== */
.uk-invisible {
  visibility: hidden !important;
}
/* Based on the State of the Parent Element
 ========================================================================== */
/*
 * Mind that `display: none`, `visibility: hidden` and `opacity: 0`
 * remove the element from the accessibility tree and that
 * `display: none` and `visibility: hidden` are not focusable.
 *
 * The target stays visible if any element within receives focus through keyboard.
 */
/*
 * Remove space when hidden.
 * 1. Remove from document flow.
 * 2. Hide element and shrink its dimension. Can't use zero dimensions together
 *    with `overflow: hidden` it would remove it from the accessibility tree.
 * 3. Hide the single rendered pixel.
 * 4. Prevent text wrapping caused by `width: 1px` because it has side effects on vocalisation
 *    by screen readers and the visual tracking indicator of other assistive technologies.
 */
.uk-hidden-visually:not(:focus):not(:active):not(:focus-within),
.uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within) {
  /* 1 */
  position: absolute !important;
  /* 2 */
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  /* 3 */
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  /* 4 */
  white-space: nowrap !important;
}
/*
 * Keep space when hidden.
 * Hide element without shrinking its dimension.
 * Unfortunately, can't use `clip-path: inset(50%)` because hover won't work
 * if the element is positioned outside of the toggle box.
 */
.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;
  }
}
@layer global {
  body,
  h1, h2, h3, h4, h5, h6,
  p, li, blockquote,
  legend, label, input, textarea, select, button,
  th, td, caption,
  details, summary,
  dt, dd,
  pre {
    color: var(--p-base);
  }
  .screen-reader-only:not(.show-on-focus),
  .show-on-focus:not(:active, :focus, :focus-visible) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .show-on-focus:active, .show-on-focus:focus, .show-on-focus:focus-visible {
    position: static !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }
  .skip-to-content {
    display: block;
    padding-block: 16px;
  }
}
@layer util {
  [class^=":palette-"],
  [class*=" :palette-"] {
    background-color: var(--p-fill);
  }
  :root {
    background-color: var(--p-fill);
    color: var(--p-base);
  }
}
body div *::-moz-selection {
  color: var(--p-selection-text);
  background: var(--p-selection-bg);
}
body div *::selection {
  color: var(--p-selection-text);
  background: var(--p-selection-bg);
}
body div h1:first-child, body div h2:first-child, body div h3:first-child, body div h4:first-child, body div h5:first-child, body div h6:first-child {
  margin-top: 0;
}
body div h1 + p, body div h2 + p, body div h3 + p, body div h4 + p, body div h5 + p, body div h6 + p {
  margin-top: 0.4em;
}
body div h1, body div h2, body div h3, body div h4 {
  margin-left: -0.035em;
  margin-top: 1.25em;
  margin-bottom: 0.25em;
}
body div h5, body div h6 {
  margin-top: 1.5em;
}
body div h1 {
  font-size: clamp(32px, 1.4604vw + 26.7424px, 33.5772px);
  font-family: "HCo Gotham", serif, "HCo Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Noto Sans", "Helvetica Neue", sans-serif;
  font-weight: 700;
  line-height: 1.12;
}
@media (min-width: 468px) and (max-width: 595.98px) {
  body div h1 {
    font-size: clamp(33.5772px, 1.4887vw + 26.6098px, 35.4828px);
  }
}
@media (min-width: 596px) and (max-width: 739.98px) {
  body div h1 {
    font-size: clamp(35.4828px, 1.5869vw + 26.0245px, 37.7681px);
  }
}
@media (min-width: 740px) and (max-width: 899.98px) {
  body div h1 {
    font-size: clamp(37.7681px, 1.702vw + 25.1731px, 40.4913px);
  }
}
@media (min-width: 900px) and (max-width: 1083.98px) {
  body div h1 {
    font-size: clamp(40.4913px, 1.7541vw + 24.7038px, 43.719px);
  }
}
@media (min-width: 1084px) {
  body div h1 {
    font-size: clamp(43.719px, 1.8305vw + 23.8755px, 47.5266px);
  }
}
@media (min-width: 1292px) {
  body div h1 {
    font-size: clamp(47.5266px, 1.8954vw + 23.0372px, 52px);
  }
}
body div h2 {
  font-size: clamp(40px, 1.4604vw + 34.7424px, 41.5772px);
  font-family: "HCo Gotham", serif, "HCo Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Noto Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: clamp(-0.071px, -0.0658vw + 0.2365px, 0px);
  font-variant-numeric: oldstyle-nums;
}
@media (min-width: 468px) and (max-width: 595.98px) {
  body div h2 {
    font-size: clamp(41.5772px, 1.4887vw + 34.6098px, 43.4828px);
    letter-spacing: clamp(-0.1568px, -0.067vw + 0.2425px, -0.071px);
  }
}
@media (min-width: 596px) and (max-width: 739.98px) {
  body div h2 {
    font-size: clamp(43.4828px, 1.5869vw + 34.0245px, 45.7681px);
    letter-spacing: clamp(-0.2596px, -0.0715vw + 0.2688px, -0.1568px);
  }
}
@media (min-width: 740px) and (max-width: 899.98px) {
  body div h2 {
    font-size: clamp(45.7681px, 1.702vw + 33.1731px, 48.4913px);
    letter-spacing: clamp(-0.3822px, -0.0766vw + 0.3072px, -0.2596px);
  }
}
@media (min-width: 900px) and (max-width: 1083.98px) {
  body div h2 {
    font-size: clamp(48.4913px, 1.7541vw + 32.7038px, 51.719px);
    letter-spacing: clamp(-0.5274px, -0.079vw + 0.3283px, -0.3822px);
  }
}
@media (min-width: 1084px) {
  body div h2 {
    font-size: clamp(51.719px, 1.8305vw + 31.8755px, 55.5266px);
    letter-spacing: clamp(-0.6988px, -0.0824vw + 0.3656px, -0.5274px);
  }
}
@media (min-width: 1292px) {
  body div h2 {
    font-size: clamp(55.5266px, 1.8954vw + 31.0372px, 60px);
    letter-spacing: clamp(-0.9px, -0.0853vw + 0.4033px, -0.6988px);
  }
}
body div h3 {
  font-size: clamp(24px, 1.3143vw + 19.2681px, 25.4195px);
  font-family: "HCo Gotham", serif, "HCo Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Noto Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: clamp(-0.0355px, -0.0329vw + 0.1182px, 0px);
  font-variant-numeric: oldstyle-nums;
}
@media (min-width: 468px) and (max-width: 595.98px) {
  body div h3 {
    font-size: clamp(25.4195px, 1.3398vw + 19.1488px, 27.1346px);
    letter-spacing: clamp(-0.0784px, -0.0335vw + 0.1212px, -0.0355px);
  }
}
@media (min-width: 596px) and (max-width: 739.98px) {
  body div h3 {
    font-size: clamp(27.1346px, 1.4282vw + 18.622px, 29.1913px);
    letter-spacing: clamp(-0.1298px, -0.0358vw + 0.1344px, -0.0784px);
  }
}
@media (min-width: 740px) and (max-width: 899.98px) {
  body div h3 {
    font-size: clamp(29.1913px, 1.5318vw + 17.8557px, 31.6422px);
    letter-spacing: clamp(-0.1911px, -0.0383vw + 0.1536px, -0.1298px);
  }
}
@media (min-width: 900px) and (max-width: 1083.98px) {
  body div h3 {
    font-size: clamp(31.6422px, 1.5787vw + 17.4334px, 34.5471px);
    letter-spacing: clamp(-0.2637px, -0.0395vw + 0.1641px, -0.1911px);
  }
}
@media (min-width: 1084px) {
  body div h3 {
    font-size: clamp(34.5471px, 1.6475vw + 16.6879px, 37.974px);
    letter-spacing: clamp(-0.3494px, -0.0412vw + 0.1828px, -0.2637px);
  }
}
@media (min-width: 1292px) {
  body div h3 {
    font-size: clamp(37.974px, 1.7059vw + 15.9334px, 42px);
    letter-spacing: clamp(-0.45px, -0.0427vw + 0.2016px, -0.3494px);
  }
}
body div h4 {
  font-size: 26px;
  font-family: "HCo Gotham", serif, "HCo Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Noto Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: -0.05px;
  font-variant-numeric: oldstyle-nums;
}
body div h5 {
  font-size: 18px;
  font-family: "HCo Gotham", "HCo Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Noto Sans", "Helvetica Neue", sans-serif;
  font-weight: 350;
  line-height: 130%;
}
body div h6 {
  font-size: 13px;
  font-family: "HCo Gotham", "HCo Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Noto Sans", "Helvetica Neue", sans-serif;
  font-weight: 350;
  line-height: 130%;
  text-transform: uppercase;
}
body div p {
  margin-top: 0.85em;
}
body div p:first-child {
  margin-top: 0;
}
body div p.drop-cap::first-letter {
  display: block;
  margin: clamp(-16px, -1.0274vw - 0.3014px, -4px) 0.125em 0.2em 0;
  padding-bottom: 0.04em;
  border-bottom: 4px solid var(--p-accent-1);
  float: left;
  font-size: clamp(48px, 5.2575vw + 29.0727px, 53.6781px);
  font-family: "HCo Gotham", serif, "HCo Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Noto Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: clamp(-0.142px, -0.1315vw + 0.4731px, 0px);
  font-variant-numeric: oldstyle-nums;
}
@media (min-width: 468px) and (max-width: 595.98px) {
  body div p.drop-cap::first-letter {
    font-size: clamp(53.6781px, 5.3595vw + 28.5953px, 60.5384px);
    letter-spacing: clamp(-0.3135px, -0.134vw + 0.4851px, -0.142px);
  }
}
@media (min-width: 596px) and (max-width: 739.98px) {
  body div p.drop-cap::first-letter {
    font-size: clamp(60.5384px, 5.7131vw + 26.4882px, 68.7653px);
    letter-spacing: clamp(-0.5192px, -0.1429vw + 0.5377px, -0.3135px);
  }
}
@media (min-width: 740px) and (max-width: 899.98px) {
  body div p.drop-cap::first-letter {
    font-size: clamp(68.7653px, 6.1273vw + 23.4231px, 78.569px);
    letter-spacing: clamp(-0.7643px, -0.1532vw + 0.6144px, -0.5192px);
  }
}
@media (min-width: 900px) and (max-width: 1083.98px) {
  body div p.drop-cap::first-letter {
    font-size: clamp(78.569px, 6.315vw + 21.7337px, 90.1886px);
    letter-spacing: clamp(-1.0548px, -0.1579vw + 0.6566px, -0.7643px);
  }
}
@media (min-width: 1084px) {
  body div p.drop-cap::first-letter {
    font-size: clamp(90.1886px, 6.5901vw + 18.7519px, 103.896px);
    letter-spacing: clamp(-1.3975px, -0.1648vw + 0.7312px, -1.0548px);
  }
}
@media (min-width: 1292px) {
  body div p.drop-cap::first-letter {
    font-size: clamp(103.896px, 6.8236vw + 15.7339px, 120px);
    letter-spacing: clamp(-1.8px, -0.1706vw + 0.8066px, -1.3975px);
  }
}
body div p.drop-cap + * {
  clear: left;
}
@-moz-document url-prefix() {
  body div p.drop-cap::first-letter {
    margin-top: clamp(6px, 0.1712vw + 5.3835px, 8px);
    padding-bottom: 0.25em;
  }
}
body div b,
body div strong {
  font-weight: 700;
}
body div a,
body div .shy {
  --link-color-text: var(--p-link-default-text);
  --link-color-bg: var(--p-link-default-bg);
  --link-underline-color: var(--p-link-default-border);
  --link-underline-width: 1px;
  color: var(--link-color-text);
  background-color: var(--link-color-bg);
  text-decoration-line: underline;
  text-decoration-color: var(--link-underline-color);
  text-decoration-thickness: var(--link-underline-width);
  text-underline-offset: var(--link-underline-offset);
  transition-duration: 240ms;
  transition-property: color, background-color, text-decoration-color, text-decoration-thickness, text-underline-offset;
  transition-timing-function: cubic-bezier(0.42, 0, 0.32, 1);
}
@media (hover: hover) {
  body div a:hover,
  body div .shy:hover {
    --link-color-text: var(--p-link-hover-text);
    --link-color-bg: var(--p-link-hover-bg);
    --link-underline-color: var(--p-link-hover-border);
    --link-underline-width: 1px;
  }
}
body div a {
  --link-underline-offset: 0.2em;
}
@media (hover: hover) {
  body div a:hover {
    --link-underline-offset: 0.2em;
  }
}
body div .shy {
  --link-color-text: var(--p-link-shy-default-text);
  --link-color-bg: var(--p-link-shy-default-bg);
  --link-underline-color: var(--p-link-shy-default-border);
  --link-underline-offset: 0.075em;
}
@media (hover: hover) {
  body div .shy:hover {
    --link-color-text: var(--p-link-shy-hover-text);
    --link-color-bg: var(--p-link-shy-hover-bg);
    --link-underline-color: var(--p-link-shy-hover-border);
    --link-underline-offset: 0.2em;
  }
}
body div a.\:icon,
body div .shy.\:icon {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
}
body div main {
  margin-block: clamp(40px, 3.4246vw + 27.6712px, 80px);
}
@layer global {
  html,
  body {
    scroll-behavior: smooth;
  }
  @media screen and (prefers-reduced-motion: reduce) {
    html,
    body {
      scroll-behavior: auto;
    }
  }
  body {
    font-size: clamp(20px, 0.146vw + 19.4742px, 20.1577px);
    font-family: "HCo Gotham", "HCo Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Noto Sans", "Helvetica Neue", sans-serif;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: none;
    font-variant-numeric: oldstyle-nums;
  }
  @media (min-width: 468px) and (max-width: 595.98px) {
    body {
      font-size: clamp(20.1577px, 0.1488vw + 19.4609px, 20.3482px);
    }
  }
  @media (min-width: 596px) and (max-width: 739.98px) {
    body {
      font-size: clamp(20.3482px, 0.1586vw + 19.4024px, 20.5768px);
    }
  }
  @media (min-width: 740px) and (max-width: 899.98px) {
    body {
      font-size: clamp(20.5768px, 0.1702vw + 19.3173px, 20.8491px);
    }
  }
  @media (min-width: 900px) and (max-width: 1083.98px) {
    body {
      font-size: clamp(20.8491px, 0.1754vw + 19.2703px, 21.1719px);
    }
  }
  @media (min-width: 1084px) {
    body {
      font-size: clamp(21.1719px, 0.183vw + 19.1875px, 21.5526px);
    }
  }
  @media (min-width: 1292px) {
    body {
      font-size: clamp(21.5526px, 0.1895vw + 19.1037px, 22px);
    }
  }
  .t-medium {
    font-size: clamp(20px, 0.146vw + 19.4742px, 20.1577px);
    font-family: "HCo Gotham", "HCo Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Noto Sans", "Helvetica Neue", sans-serif;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: none;
    font-variant-numeric: oldstyle-nums;
  }
  @media (min-width: 468px) and (max-width: 595.98px) {
    .t-medium {
      font-size: clamp(20.1577px, 0.1488vw + 19.4609px, 20.3482px);
    }
  }
  @media (min-width: 596px) and (max-width: 739.98px) {
    .t-medium {
      font-size: clamp(20.3482px, 0.1586vw + 19.4024px, 20.5768px);
    }
  }
  @media (min-width: 740px) and (max-width: 899.98px) {
    .t-medium {
      font-size: clamp(20.5768px, 0.1702vw + 19.3173px, 20.8491px);
    }
  }
  @media (min-width: 900px) and (max-width: 1083.98px) {
    .t-medium {
      font-size: clamp(20.8491px, 0.1754vw + 19.2703px, 21.1719px);
    }
  }
  @media (min-width: 1084px) {
    .t-medium {
      font-size: clamp(21.1719px, 0.183vw + 19.1875px, 21.5526px);
    }
  }
  @media (min-width: 1292px) {
    .t-medium {
      font-size: clamp(21.5526px, 0.1895vw + 19.1037px, 22px);
    }
  }
  .t-small {
    font-size: clamp(16px, 0.146vw + 15.4742px, 16.1577px);
    font-family: "HCo Gotham", "HCo Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Noto Sans", "Helvetica Neue", sans-serif;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: none;
    font-variant-numeric: oldstyle-nums;
  }
  @media (min-width: 468px) and (max-width: 595.98px) {
    .t-small {
      font-size: clamp(16.1577px, 0.1488vw + 15.4609px, 16.3482px);
    }
  }
  @media (min-width: 596px) and (max-width: 739.98px) {
    .t-small {
      font-size: clamp(16.3482px, 0.1586vw + 15.4024px, 16.5768px);
    }
  }
  @media (min-width: 740px) and (max-width: 899.98px) {
    .t-small {
      font-size: clamp(16.5768px, 0.1702vw + 15.3173px, 16.8491px);
    }
  }
  @media (min-width: 900px) and (max-width: 1083.98px) {
    .t-small {
      font-size: clamp(16.8491px, 0.1754vw + 15.2703px, 17.1719px);
    }
  }
  @media (min-width: 1084px) {
    .t-small {
      font-size: clamp(17.1719px, 0.183vw + 15.1875px, 17.5526px);
    }
  }
  @media (min-width: 1292px) {
    .t-small {
      font-size: clamp(17.5526px, 0.1895vw + 15.1037px, 18px);
    }
  }
  .breakpoint-display {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 10000;
    display: block;
    margin: 0;
    padding: 0;
    color: var(--p-base);
    pointer-events: none;
    touch-action: none;
  }
  .breakpoint-display > div {
    display: none;
    padding: 4px 8px;
    background: var(--p-accent-5);
  }
  @media (min-width: 0px) and (max-width: 359px) {
    .breakpoint-display .b0 {
      display: block;
    }
  }
  @media (min-width: 360px) and (max-width: 467px) {
    .breakpoint-display .b1 {
      display: block;
    }
  }
  @media (min-width: 468px) and (max-width: 595px) {
    .breakpoint-display .b2 {
      display: block;
    }
  }
  @media (min-width: 596px) and (max-width: 739px) {
    .breakpoint-display .b3 {
      display: block;
    }
  }
  @media (min-width: 740px) and (max-width: 899px) {
    .breakpoint-display .b4 {
      display: block;
    }
  }
  @media (min-width: 900px) and (max-width: 1083px) {
    .breakpoint-display .b5 {
      display: block;
    }
  }
  @media (min-width: 1084px) and (max-width: 1291px) {
    .breakpoint-display .b6 {
      display: block;
    }
  }
  @media (min-width: 1292px) and (max-width: 1527px) {
    .breakpoint-display .b7 {
      display: block;
    }
  }
  @media (min-width: 1528px) and (max-width: 1791px) {
    .breakpoint-display .b8 {
      display: block;
    }
  }
  @media (min-width: 1792px) {
    .breakpoint-display .b9 {
      display: block;
    }
  }
  .breakpoint-detector {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: -10000;
    display: block;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    pointer-events: none;
    touch-action: none;
  }
  .breakpoint-detector .b0 {
    width: 0px;
  }
  .breakpoint-detector .b1 {
    width: 360px;
  }
  .breakpoint-detector .b2 {
    width: 468px;
  }
  .breakpoint-detector .b3 {
    width: 596px;
  }
  .breakpoint-detector .b4 {
    width: 740px;
  }
  .breakpoint-detector .b5 {
    width: 900px;
  }
  .breakpoint-detector .b6 {
    width: 1084px;
  }
  .breakpoint-detector .b7 {
    width: 1292px;
  }
  .breakpoint-detector .b8 {
    width: 1528px;
  }
  .breakpoint-detector .b9 {
    width: 1792px;
  }
  html,
  body {
    height: auto;
  }
  body {
    position: relative;
    z-index: 1;
    background: var(--p-fill);
    color: var(--p-base);
    -webkit-font-smoothing: antialiased;
  }
  #wpadminbar {
    z-index: 999999 !important;
  }
  @media (max-width: 739.98px) {
    #wpadminbar {
      display: none;
    }
  }
  svg {
    max-width: 100%;
    height: auto;
  }
}
#overlay-search::before {
  background-color: rgba(0, 0, 0, 0.85);
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.divide-x#overlay-search a.tm-search-close {
  --gap: 12px;
  --gap-x: 12px;
  --gap-y: 12px ;
}
.divide-y#overlay-search a.tm-search-close {
  --gap: 12px;
  --gap-x: 12px;
  --gap-y: 12px ;
}
#overlay-search a.tm-search-close {
  position: absolute;
  right: 40px;
  top: 40px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 17px;
  font-weight: 400;
  color: var(--color-purple);
  text-decoration-line: underline;
}
#overlay-search a.tm-search-close svg:nth-last-child(1) {
  display: none;
}
#overlay-search a.tm-search-close svg:nth-last-child(2) {
  height: 27px;
  width: 32px;
}
#overlay-search .uk-offcanvas-bar {
  position: relative;
  height: 239px;
  width: 100%;
  padding: 40px;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
#overlay-search .uk-offcanvas-bar .search-wrapper .inner-search-wrapper form input::-moz-placeholder {
  color: black;
}
#overlay-search .uk-offcanvas-bar .search-wrapper .inner-search-wrapper form input, #overlay-search .uk-offcanvas-bar .search-wrapper .inner-search-wrapper form input::placeholder {
  color: black;
}
#overlay-search:not(.uk-open) .uk-offcanvas-bar {
  left: auto;
  right: 0;
  top: -100%;
}
#overlay-search.uk-open .uk-offcanvas-bar {
  top: 0;
  display: flex;
  align-items: center;
  background: #F5F0EB;
}
#overlay-search svg path {
  fill: black;
}
.search-container form input::-moz-placeholder {
  width: 100%;
  color: var(--Text-D1, #151515);
  font-feature-settings: "clig" off, "liga" off;
  /* 10 paragraph medium/default */
  font-family: "HCo Gotham";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 152%; /* 24.32px */
}
.search-container form input, .search-container form input::placeholder {
  width: 100%;
  color: var(--Text-D1, #151515);
  font-feature-settings: "clig" off, "liga" off;
  /* 10 paragraph medium/default */
  font-family: "HCo Gotham";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 152%; /* 24.32px */
}
@media (max-width: 899px) {
  .search-container form input::-moz-placeholder {
    font-size: 25px;
  }
  .search-container form input, .search-container form input::placeholder {
    font-size: 25px;
  }
}
.search-container {
  width: 740px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
button.search-submit.btn.text-btn {
  display: none;
}
.search-container form input {
  width: 100%;
  height: 67px;
  padding: 16px 24px;
  border-radius: 99px;
  background: transparent;
  border: 1px solid #000;
}
.uk-offcanvas-close > svg:nth-child(2) {
  display: none;
}
.c-nav-main .e-search svg line {
  stroke: #3A322B !important;
}
.search-container form input {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.00976562 9.26782C0.00976562 14.2384 4.0392 18.2678 9.00977 18.2678C11.1348 18.2678 13.0878 17.5313 14.6275 16.2997L22.0386 23.7108L23.4528 22.2966L16.0417 14.8855C17.2733 13.3458 18.0098 11.3928 18.0098 9.26782C18.0098 4.29726 13.9803 0.267822 9.00977 0.267822C4.0392 0.267822 0.00976562 4.29726 0.00976562 9.26782ZM2.00977 9.26782C2.00977 5.40183 5.14377 2.26782 9.00977 2.26782C12.8758 2.26782 16.0098 5.40183 16.0098 9.26782C16.0098 13.1338 12.8758 16.2678 9.00977 16.2678C5.14377 16.2678 2.00977 13.1338 2.00977 9.26782Z' fill='%23151515'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-position-x: calc(100% - 30px);
}
body a {
  --link-color-bg: transparent;
}
a.uk-offcanvas-close.btn.text-btn.uk-icon.uk-close {
  padding: 0;
  border: none;
  top: 24px;
  right: 24px;
}
body.is-loading{opacity:0.5}
figure.\:ratio-square img {
  aspect-ratio: 1;
}
figure.\:ratio-landscape img {
  aspect-ratio: 3/2;
}
.error404 main .link-group a {
  text-decoration-line: underline;
  text-decoration-color: currentColor;
  text-underline-offset: 2px;
}
.error404 main .link-group a:hover {
  text-underline-offset: 0px;
  text-decoration-color: transparent;
  opacity: 0.7;
  transition: 0.2s ease;
}
.byo-hero[variation=light-green-low-highlight]::before {
  height: 150% !important;
  top: -50%;
}
.portfolio-areas .portfolio-item-image {
  width: 100%;
}
.wysiwyg-side-panel {
  padding-bottom: 40px;
  order: -1;
  grid-column: 1/-1;
}
@media (min-width: 468px) {
  .wysiwyg-side-panel {
    grid-column: 2/span 10;
  }
}
@media (min-width: 596px) {
  .wysiwyg-side-panel {
    grid-column: 3/span 8;
  }
}
@media (min-width: 900px) {
  .wysiwyg-side-panel {
    order: initial;
    min-width: 211px;
    grid-column: 10/span 2;
  }
}
.wysiwyg-side-panel .links {
  padding: 32px 24px;
  border-radius: 12px;
  border: 1px solid var(--Outline-O2, rgba(0, 0, 0, 0.3));
  background: transparent;
  display: flex;
  gap: 16px;
  flex-direction: column;
}
.wysiwyg-side-panel .links > .link a {
  color: var(--Text-D1, #151515);
  font-feature-settings: "clig" off, "liga" off;
  font-family: "HCo Gotham";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 152%; /* 24.32px */
  text-decoration-line: underline;
}
.wysiwyg-side-panel .links > .title h5 {
  color: var(--Text-D1, #151515);
  font-feature-settings: "clig" off, "liga" off;
  /* h5/default */
  font-family: "HCo Gotham";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 23.4px */
}
.tm-heart{position:relative;display:inline-block;
  width: 18px;
  height: 18px}
.tm-heart::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.925 6.86847C14.925 4.39647 12.1823 2.91072 10.1108 4.25997L8.9625 5.00922L7.81425 4.25997C5.74275 2.91072 3 4.39647 3 6.86847C3 7.60347 3.26025 8.31597 3.735 8.87772L8.9625 15.0705L14.1908 8.87772C14.6648 8.31597 14.925 7.60347 14.925 6.86847Z' fill='%23151515'/%3E%3C/svg%3E");
  width: 18px;
  height: 18px;
  margin-top: 4px;
  position:absolute;
  top:50%;
  left:50%;
  --tw-translate-x:-50%;
  --tw-translate-y:-50%;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
body .action.resources .actions .c-action .a-inner {
  align-items: center;
  justify-content: center;
}
body .action.resources .actions .c-action .a-inner .button {
  width: 100%;
}
body .action.resources .actions .c-action .a-inner .button .btn {
  text-align: center;
  margin: 0 auto;
  margin-top: 15px;
}
/* Headings */
@layer global {
  .wysiwyg .tm-linethrough,
  :not(wysiwyg) .tm-linethrough{display:flex;width:100%;align-items:center;justify-content:center;text-align:center}
  .wysiwyg .tm-linethrough::before, .wysiwyg .tm-linethrough::after,
  :not(wysiwyg) .tm-linethrough::before,
  :not(wysiwyg) .tm-linethrough::after {
    content: "";
    border-top: 1px solid var(--p-color-hr-secondary);
    margin: 0 8px 0 0;
    flex: 1 0 8px;
  }
  .wysiwyg .tm-linethrough::after,
  :not(wysiwyg) .tm-linethrough::after {
    margin: 0 0 0 8px;
  }
  :root {
    --grid-columns: 12;
    --items-per-row: 4;
  }
  .\:c {
    margin-inline: auto;
  }
  .\:m {
    max-width: 1528px;
  }
  .\:p {
    padding-inline: clamp(20px, 2.0547vw + 12.6027px, 44px);
  }
  .\:g,
  [class^=":g-"],
  [class*=" :g-"] {
    display: grid;
    grid-template-columns: repeat(var(--grid-columns), 1fr);
    gap: 0 clamp(20px, 1.7123vw + 13.8356px, 40px);
  }
  .\:g {
    --grid-columns: 6;
  }
  @media (min-width: 468px) {
    .\:g {
      --grid-columns: 12;
    }
  }
  .\:g-1 {
    --grid-columns: 1;
  }
  .\:g-2 {
    --grid-columns: 2;
  }
  .\:g-3 {
    --grid-columns: 3;
  }
  .\:g-4 {
    --grid-columns: 4;
  }
  .\:g-5 {
    --grid-columns: 5;
  }
  .\:g-6 {
    --grid-columns: 6;
  }
  .\:g-7 {
    --grid-columns: 7;
  }
  .\:g-8 {
    --grid-columns: 8;
  }
  .\:g-9 {
    --grid-columns: 9;
  }
  .\:g-10 {
    --grid-columns: 10;
  }
  .\:g-11 {
    --grid-columns: 11;
  }
  .\:g-12 {
    --grid-columns: 12;
  }
  .\:g-x {
    --grid-columns: 1;
  }
  [class^=":g-max-"],
  [class*=" :g-max-"] {
    --item-min-width: 200px;
    --item-max-width: calc(
    	(100% - ((var(--items-per-row) - 1) * clamp(20px, 1.7123vw + 13.8356px, 40px)))
    	/ var(--items-per-row)
    );
    grid-template-columns: repeat(auto-fill, minmax(max(var(--item-min-width), var(--item-max-width)), 1fr));
  }
  .\:g-max-1 {
    --items-per-row: 1;
  }
  .\:g-max-2 {
    --items-per-row: 2;
  }
  .\:g-max-3 {
    --items-per-row: 3;
  }
  .\:g-max-4 {
    --items-per-row: 4;
  }
  .\:g-max-5 {
    --items-per-row: 5;
  }
  .\:g-max-6 {
    --items-per-row: 6;
  }
  .\:gi-center-10 {
    grid-column: 1/-1;
  }
  @media (min-width: 596px) {
    .\:gi-center-10 {
      grid-column: 2/span 10;
    }
  }
  .\:gi-center-8 {
    grid-column: 1/-1;
  }
  @media (min-width: 596px) {
    .\:gi-center-8 {
      grid-column: 2/span 10;
    }
  }
  @media (min-width: 900px) {
    .\:gi-center-8 {
      grid-column: 3/span 8;
    }
  }
  .\:gi-center-6 {
    grid-column: 1/-1;
  }
  @media (min-width: 596px) {
    .\:gi-center-6 {
      grid-column: 2/span 10;
    }
  }
  @media (min-width: 900px) {
    .\:gi-center-6 {
      grid-column: 3/span 8;
    }
  }
  @media (min-width: 1292px) {
    .\:gi-center-6 {
      grid-column: 4/span 6;
    }
  }
}
/*! purgecss start ignore */
@layer util {
  .byo-blocks{display:grid;grid-template-columns:repeat(1, minmax(0, 1fr));gap:40px;row-gap:0}
@layer util {
  .byo-blocks {
    --col-gap: 40px;
    --cols: 1;
    --col-width: calc((100% - ((var(--cols, 1) - 1) * var(--col-gap, 0))) / var(--cols, 1));
  }
}
  @media (min-width: 1084px){
.byo-blocks{grid-template-columns:repeat(12, minmax(0, 1fr))}}
  @media (min-width: 900px) {
    .byo-blocks div.-wide:first-of-type:not(.-medium) {
      grid-row: 1;
    }
    .byo-blocks div.-wide:first-of-type:not(.-medium) + div.-wide:not(.-medium) {
      grid-row: 2;
    }
    .byo-blocks div.-wide:first-of-type:not(.-medium) + div.-wide:not(.-medium) + div.-wide:not(.-medium) {
      grid-row: 3;
    }
    .byo-blocks div.-wide:first-of-type:not(.-medium) + div.-wide:not(.-medium) + div.-wide:not(.-medium) + div.-wide:not(.-medium) {
      grid-row: 4;
    }
    .byo-blocks div.-wide:first-of-type:not(.-medium) + div.-wide:not(.-medium) + div.-wide:not(.-medium) + div.-wide:not(.-medium) + div.-wide:not(.-medium) {
      grid-row: 5;
    }
    .byo-blocks div.-wide:first-of-type:not(.-medium) + div.-wide:not(.-medium) + div.-wide:not(.-medium) + div.-wide:not(.-medium) + div.-wide:not(.-medium) + div.-wide:not(.-medium) {
      grid-row: 6;
    }
    .byo-blocks div.-wide:first-of-type:not(.-medium) + div.-wide:not(.-medium) + div.-wide:not(.-medium) + div.-wide:not(.-medium) + div.-wide:not(.-medium) + div.-wide:not(.-medium) + div.-wide:not(.-medium) {
      grid-row: 7;
    }
    .byo-blocks div.-wide:first-of-type:not(.-medium) + div.-wide:not(.-medium) + div.-wide:not(.-medium) + div.-wide:not(.-medium) + div.-wide:not(.-medium) + div.-wide:not(.-medium) + div.-wide:not(.-medium) + div.-wide:not(.-medium) {
      grid-row: 8;
    }
    .byo-blocks div.-wide:first-of-type:not(.-medium) + div.-wide:not(.-medium) + div.-wide:not(.-medium) + div.-wide:not(.-medium) + div.-wide:not(.-medium) + div.-wide:not(.-medium) + div.-wide:not(.-medium) + div.-wide:not(.-medium) + div.-wide:not(.-medium) {
      grid-row: 9;
    }
    .byo-blocks div.-wide:first-of-type:not(.-medium) + div.-wide:not(.-medium) + div.-wide:not(.-medium) + div.-wide:not(.-medium) + div.-wide:not(.-medium) + div.-wide:not(.-medium) + div.-wide:not(.-medium) + div.-wide:not(.-medium) + div.-wide:not(.-medium) + div.-wide:not(.-medium) {
      grid-row: 10;
    }
  }
  @media (min-width: 1084px){
.byo-blocks aside.sidebar{margin-bottom:40px}}
  .byo-blocks div.byo-block,
  .byo-blocks div.sidebar-block{margin-bottom:40px}
  @media (min-width: 1084px){
.byo-blocks div.sidebar-block:last-child{margin-bottom:0}}
  .byo-blocks > .byo-block:first-child,
  .byo-blocks div.byo-block:first-of-type{margin-top:0}
  @media (min-width: 1084px){
.byo-blocks div.byo-block:last-child{margin-bottom:80px}
.byo-blocks .byo-block:not(.grouped-component) div.byo-block:last-child{margin-bottom:0}}
  .byo-blocks div.byo-block{grid-column:span 1 / span 1;margin-left:auto;margin-right:auto;width:100%;max-width:656px}
@layer util {
  .byo-blocks div.byo-block {
    --cols: 1;
    --col-width: calc((100% - ((var(--cols, 1) - 1) * var(--col-gap, 0))) / var(--cols, 1));
  }
}
  @media (min-width: 1084px){
.byo-blocks div.byo-block{grid-column:span 6 / span 6;grid-column-start:4}}
  .byo-blocks div.byo-block.-narrow{grid-column:span 1 / span 1;margin-left:auto;margin-right:auto;width:100%;max-width:656px}
@layer util {
  .byo-blocks div.byo-block.-narrow {
    --cols: 1;
    --col-width: calc((100% - ((var(--cols, 1) - 1) * var(--col-gap, 0))) / var(--cols, 1));
  }
}
  @media (min-width: 1084px){
.byo-blocks div.byo-block.-narrow{grid-column:span 6 / span 6;grid-column-start:4}}
  .byo-blocks div.byo-block.-wide{grid-column:span 1 / span 1;margin-left:unset;margin-right:unset;max-width:unset}
@layer util {
  .byo-blocks div.byo-block.-wide {
    --cols: 1;
    --col-width: calc((100% - ((var(--cols, 1) - 1) * var(--col-gap, 0))) / var(--cols, 1));
  }
}
  @media (min-width: 1084px){
.byo-blocks div.byo-block.-wide{grid-column:span 12 / span 12;grid-column-start:1}}
  .byo-blocks div.byo-block.-wide:not(.w-screen, .grouped-component){width:unset}
  .byo-blocks div.byo-block.-medium{grid-column:span 1 / span 1;margin-left:unset;margin-right:unset;width:unset;max-width:unset}
@layer util {
  .byo-blocks div.byo-block.-medium {
    --cols: 1;
    --col-width: calc((100% - ((var(--cols, 1) - 1) * var(--col-gap, 0))) / var(--cols, 1));
  }
}
  @media (min-width: 1084px){
.byo-blocks div.byo-block.-medium{grid-column:span 8 / span 8;grid-column-start:3}}
  .byo-blocks div.byo-block.w-screen, .byo-blocks div.byo-block.max-sm\:w-screen, .byo-blocks div.byo-block.grouped-component {
    width: 100vw;
    margin-left: calc(max(4.75vw, 20px) * -1);
  }
  .byo-blocks div.byo-block.max-b3\:w-screen {
    width: 100vw;
    margin-left: calc(max(4.75vw, 20px) * -1);
  }
  @media (min-width: 596px) {
    .byo-blocks div.byo-block.max-b3\:w-screen {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
    }
  }
  .byo-blocks .block-wrapper.lg\:col-span-6.lg\:col-start-2,
  .byo-blocks .-wide.-medium.image-block figcaption,
  .byo-blocks .-wide.-medium.video figcaption{margin-left:auto;margin-right:auto;width:100%;max-width:656px}
@layer util {
  @media (min-width: 1084px){
.byo-blocks.-with-sidebars div.byo-block.-medium:first-of-type:not(.no-squeeze-please){grid-column:span 6 / span 6;grid-column-start:4}}
}
  .byo-blocks.-with-sidebars div.-wide:first-of-type:not(.-medium) + div.-medium {
    grid-row: 2;
  }
@layer util {
  @media (min-width: 1084px){
.byo-blocks.-with-sidebars div.-wide:first-of-type:not(.-medium) + div.-medium{grid-column:span 6 / span 6;grid-column-start:4}}
}
  .byo-blocks.-with-sidebars div.-wide:first-of-type:not(.-medium) + div.-wide:not(.-medium) + div.-medium {
    grid-row: 3;
  }
@layer util {
  @media (min-width: 1084px){
.byo-blocks.-with-sidebars div.-wide:first-of-type:not(.-medium) + div.-wide:not(.-medium) + div.-medium{grid-column:span 6 / span 6;grid-column-start:4}}
}
  .byo-blocks.-with-sidebars div.-wide:first-of-type:not(.-medium) + div.-wide:not(.-medium) + div.-wide:not(.-medium) + div.-medium {
    grid-row: 4;
  }
@layer util {
  @media (min-width: 1084px){
.byo-blocks.-with-sidebars div.-wide:first-of-type:not(.-medium) + div.-wide:not(.-medium) + div.-wide:not(.-medium) + div.-medium{grid-column:span 6 / span 6;grid-column-start:4}}
}
  .byo-blocks.-with-sidebars div.-wide:first-of-type:not(.-medium) + div.-wide:not(.-medium) + div.-wide:not(.-medium) + div.-wide:not(.-medium) + div.-medium {
    grid-row: 5;
  }
@layer util {
  @media (min-width: 1084px){
.byo-blocks.-with-sidebars div.-wide:first-of-type:not(.-medium) + div.-wide:not(.-medium) + div.-wide:not(.-medium) + div.-wide:not(.-medium) + div.-medium{grid-column:span 6 / span 6;grid-column-start:4}}
}
  .byo-blocks.-with-sidebars div.-wide:first-of-type:not(.-medium) + div.-wide:not(.-medium) + div.-wide:not(.-medium) + div.-wide:not(.-medium) + div.-wide:not(.-medium) + div.-medium {
    grid-row: 6;
  }
@layer util {
  @media (min-width: 1084px){
.byo-blocks.-with-sidebars div.-wide:first-of-type:not(.-medium) + div.-wide:not(.-medium) + div.-wide:not(.-medium) + div.-wide:not(.-medium) + div.-wide:not(.-medium) + div.-medium{grid-column:span 6 / span 6;grid-column-start:4}}
}
  @media (min-width: 1084px){
.no-squeeze-please{grid-column:span 8 / span 8;grid-column-start:3}
.squeeze{grid-column:span 6 / span 6;grid-column-start:4}}
  aside.sidebar{grid-column:span 1 / span 1;display:flex;flex-direction:column}
@layer util {
  aside.sidebar {
    --cols: 1;
    --col-width: calc((100% - ((var(--cols, 1) - 1) * var(--col-gap, 0))) / var(--cols, 1));
  }
}
  @media (min-width: 1084px){
aside.sidebar{grid-column:span 3 / span 3;grid-row:auto / span 100}
aside.sidebar.sidebar-left{grid-column-start:1}
aside.sidebar.sidebar-right{grid-column-start:10;align-items:flex-end}}
  div.sidebar-block{margin-bottom:40px;width:100%}
  @media (min-width: 1084px){
div.sidebar-block{max-width:212px}}
  .slideout-nav div.sidebar-block, .article-buttons div.sidebar-block{margin-bottom:0}
  div.sidebar-block + div.sidebar-block{padding-top:16px}
  @media not all and (min-width: 1084px){
aside.sidebar + div.sidebar-block,
  aside.sidebar + aside.sidebar{padding-top:16px}}
  .gap-0 {
    --col-gap: 0;
  }
  .gap-1 {
    --col-gap: 4px;
  }
  .gap-2 {
    --col-gap: 8px;
  }
  .gap-3 {
    --col-gap: 16px;
  }
  .gap-4 {
    --col-gap: 20px;
  }
  .gap-5 {
    --col-gap: 40px;
  }
  .gap-6 {
    --col-gap: 64px;
  }
  .gap-7 {
    --col-gap: 80px;
  }
  .gap-8 {
    --col-gap: 120px;
  }
  .gap-9 {
    --col-gap: 24px;
  }
  .gap-10 {
    --col-gap: 32px;
  }
  .grid-cols-0,
  .col-span-0 {
    --cols: 0;
    --col-width: calc((100% - ((var(--cols, 1) - 1) * var(--col-gap, 0))) / var(--cols, 1));
  }
  .grid-cols-1,
  .col-span-1 {
    --cols: 1;
    --col-width: calc((100% - ((var(--cols, 1) - 1) * var(--col-gap, 0))) / var(--cols, 1));
  }
  .grid-cols-2,
  .col-span-2 {
    --cols: 2;
    --col-width: calc((100% - ((var(--cols, 1) - 1) * var(--col-gap, 0))) / var(--cols, 1));
  }
  .grid-cols-3,
  .col-span-3 {
    --cols: 3;
    --col-width: calc((100% - ((var(--cols, 1) - 1) * var(--col-gap, 0))) / var(--cols, 1));
  }
  .grid-cols-4,
  .col-span-4 {
    --cols: 4;
    --col-width: calc((100% - ((var(--cols, 1) - 1) * var(--col-gap, 0))) / var(--cols, 1));
  }
  .grid-cols-5,
  .col-span-5 {
    --cols: 5;
    --col-width: calc((100% - ((var(--cols, 1) - 1) * var(--col-gap, 0))) / var(--cols, 1));
  }
  .grid-cols-6,
  .col-span-6 {
    --cols: 6;
    --col-width: calc((100% - ((var(--cols, 1) - 1) * var(--col-gap, 0))) / var(--cols, 1));
  }
  .grid-cols-7,
  .col-span-7 {
    --cols: 7;
    --col-width: calc((100% - ((var(--cols, 1) - 1) * var(--col-gap, 0))) / var(--cols, 1));
  }
  .grid-cols-8,
  .col-span-8 {
    --cols: 8;
    --col-width: calc((100% - ((var(--cols, 1) - 1) * var(--col-gap, 0))) / var(--cols, 1));
  }
  .grid-cols-9,
  .col-span-9 {
    --cols: 9;
    --col-width: calc((100% - ((var(--cols, 1) - 1) * var(--col-gap, 0))) / var(--cols, 1));
  }
  .grid-cols-10,
  .col-span-10 {
    --cols: 10;
    --col-width: calc((100% - ((var(--cols, 1) - 1) * var(--col-gap, 0))) / var(--cols, 1));
  }
  .grid-cols-11,
  .col-span-11 {
    --cols: 11;
    --col-width: calc((100% - ((var(--cols, 1) - 1) * var(--col-gap, 0))) / var(--cols, 1));
  }
  .grid-cols-12,
  .col-span-12 {
    --cols: 12;
    --col-width: calc((100% - ((var(--cols, 1) - 1) * var(--col-gap, 0))) / var(--cols, 1));
  }
  .col-span-ish-0 {
    width: calc((0 * var(--col-width, 100%)) + ((0) - 1) * var(--col-gap, 0));
  }
  .col-pull-ish-0 {
    margin-left: calc((-0 * var(--col-width, 100%)) + (-0) * var(--col-gap, 0));
  }
  .col-push-ish-0 {
    margin-right: calc((-0 * var(--col-width, 100%)) + (-0) * var(--col-gap, 0));
  }
  .col-span-ish-1 {
    width: calc((1 * var(--col-width, 100%)) + ((1) - 1) * var(--col-gap, 0));
  }
  .col-pull-ish-1 {
    margin-left: calc((-1 * var(--col-width, 100%)) + (-1) * var(--col-gap, 0));
  }
  .col-push-ish-1 {
    margin-right: calc((-1 * var(--col-width, 100%)) + (-1) * var(--col-gap, 0));
  }
  .col-span-ish-2 {
    width: calc((2 * var(--col-width, 100%)) + ((2) - 1) * var(--col-gap, 0));
  }
  .col-pull-ish-2 {
    margin-left: calc((-2 * var(--col-width, 100%)) + (-2) * var(--col-gap, 0));
  }
  .col-push-ish-2 {
    margin-right: calc((-2 * var(--col-width, 100%)) + (-2) * var(--col-gap, 0));
  }
  .col-span-ish-3 {
    width: calc((3 * var(--col-width, 100%)) + ((3) - 1) * var(--col-gap, 0));
  }
  .col-pull-ish-3 {
    margin-left: calc((-3 * var(--col-width, 100%)) + (-3) * var(--col-gap, 0));
  }
  .col-push-ish-3 {
    margin-right: calc((-3 * var(--col-width, 100%)) + (-3) * var(--col-gap, 0));
  }
  .col-span-ish-4 {
    width: calc((4 * var(--col-width, 100%)) + ((4) - 1) * var(--col-gap, 0));
  }
  .col-pull-ish-4 {
    margin-left: calc((-4 * var(--col-width, 100%)) + (-4) * var(--col-gap, 0));
  }
  .col-push-ish-4 {
    margin-right: calc((-4 * var(--col-width, 100%)) + (-4) * var(--col-gap, 0));
  }
  .col-span-ish-5 {
    width: calc((5 * var(--col-width, 100%)) + ((5) - 1) * var(--col-gap, 0));
  }
  .col-pull-ish-5 {
    margin-left: calc((-5 * var(--col-width, 100%)) + (-5) * var(--col-gap, 0));
  }
  .col-push-ish-5 {
    margin-right: calc((-5 * var(--col-width, 100%)) + (-5) * var(--col-gap, 0));
  }
  .col-span-ish-6 {
    width: calc((6 * var(--col-width, 100%)) + ((6) - 1) * var(--col-gap, 0));
  }
  .col-pull-ish-6 {
    margin-left: calc((-6 * var(--col-width, 100%)) + (-6) * var(--col-gap, 0));
  }
  .col-push-ish-6 {
    margin-right: calc((-6 * var(--col-width, 100%)) + (-6) * var(--col-gap, 0));
  }
  .col-span-ish-7 {
    width: calc((7 * var(--col-width, 100%)) + ((7) - 1) * var(--col-gap, 0));
  }
  .col-pull-ish-7 {
    margin-left: calc((-7 * var(--col-width, 100%)) + (-7) * var(--col-gap, 0));
  }
  .col-push-ish-7 {
    margin-right: calc((-7 * var(--col-width, 100%)) + (-7) * var(--col-gap, 0));
  }
  .col-span-ish-8 {
    width: calc((8 * var(--col-width, 100%)) + ((8) - 1) * var(--col-gap, 0));
  }
  .col-pull-ish-8 {
    margin-left: calc((-8 * var(--col-width, 100%)) + (-8) * var(--col-gap, 0));
  }
  .col-push-ish-8 {
    margin-right: calc((-8 * var(--col-width, 100%)) + (-8) * var(--col-gap, 0));
  }
  .col-span-ish-9 {
    width: calc((9 * var(--col-width, 100%)) + ((9) - 1) * var(--col-gap, 0));
  }
  .col-pull-ish-9 {
    margin-left: calc((-9 * var(--col-width, 100%)) + (-9) * var(--col-gap, 0));
  }
  .col-push-ish-9 {
    margin-right: calc((-9 * var(--col-width, 100%)) + (-9) * var(--col-gap, 0));
  }
  .col-span-ish-10 {
    width: calc((10 * var(--col-width, 100%)) + ((10) - 1) * var(--col-gap, 0));
  }
  .col-pull-ish-10 {
    margin-left: calc((-10 * var(--col-width, 100%)) + (-10) * var(--col-gap, 0));
  }
  .col-push-ish-10 {
    margin-right: calc((-10 * var(--col-width, 100%)) + (-10) * var(--col-gap, 0));
  }
  .col-span-ish-11 {
    width: calc((11 * var(--col-width, 100%)) + ((11) - 1) * var(--col-gap, 0));
  }
  .col-pull-ish-11 {
    margin-left: calc((-11 * var(--col-width, 100%)) + (-11) * var(--col-gap, 0));
  }
  .col-push-ish-11 {
    margin-right: calc((-11 * var(--col-width, 100%)) + (-11) * var(--col-gap, 0));
  }
  .col-span-ish-12 {
    width: calc((12 * var(--col-width, 100%)) + ((12) - 1) * var(--col-gap, 0));
  }
  .col-pull-ish-12 {
    margin-left: calc((-12 * var(--col-width, 100%)) + (-12) * var(--col-gap, 0));
  }
  .col-push-ish-12 {
    margin-right: calc((-12 * var(--col-width, 100%)) + (-12) * var(--col-gap, 0));
  }
  .inherit-grid-cols {
    display: inherit;
    grid-template-columns:inherit;
    gap:inherit;
  }
}
/*! purgecss end ignore */
@layer util {
  .r {
    margin-top: clamp(48px, 2.0547vw + 40.6027px, 72px);
  }
  .r-default {
    margin-top: clamp(48px, 2.0547vw + 40.6027px, 72px);
  }
  .ro-default {
    margin-block: clamp(48px, 2.0547vw + 40.6027px, 72px);
  }
  .rot-default {
    margin-top: clamp(48px, 2.0547vw + 40.6027px, 72px);
  }
  .rob-default {
    margin-bottom: clamp(48px, 2.0547vw + 40.6027px, 72px);
  }
  .ri-default {
    padding-block: clamp(48px, 2.0547vw + 40.6027px, 72px);
  }
  .rit-default {
    padding-top: clamp(48px, 2.0547vw + 40.6027px, 72px);
  }
  .rib-default {
    padding-bottom: clamp(48px, 2.0547vw + 40.6027px, 72px);
  }
  .r-tiny {
    margin-top: 16px;
  }
  .ro-tiny {
    margin-block: 16px;
  }
  .rot-tiny {
    margin-top: 16px;
  }
  .rob-tiny {
    margin-bottom: 16px;
  }
  .ri-tiny {
    padding-block: 16px;
  }
  .rit-tiny {
    padding-top: 16px;
  }
  .rib-tiny {
    padding-bottom: 16px;
  }
  .r-small {
    margin-top: clamp(16px, 0.6849vw + 13.5342px, 24px);
  }
  .ro-small {
    margin-block: clamp(16px, 0.6849vw + 13.5342px, 24px);
  }
  .rot-small {
    margin-top: clamp(16px, 0.6849vw + 13.5342px, 24px);
  }
  .rob-small {
    margin-bottom: clamp(16px, 0.6849vw + 13.5342px, 24px);
  }
  .ri-small {
    padding-block: clamp(16px, 0.6849vw + 13.5342px, 24px);
  }
  .rit-small {
    padding-top: clamp(16px, 0.6849vw + 13.5342px, 24px);
  }
  .rib-small {
    padding-bottom: clamp(16px, 0.6849vw + 13.5342px, 24px);
  }
  .r-medium {
    margin-top: clamp(24px, 0.6849vw + 21.5342px, 32px);
  }
  .ro-medium {
    margin-block: clamp(24px, 0.6849vw + 21.5342px, 32px);
  }
  .rot-medium {
    margin-top: clamp(24px, 0.6849vw + 21.5342px, 32px);
  }
  .rob-medium {
    margin-bottom: clamp(24px, 0.6849vw + 21.5342px, 32px);
  }
  .ri-medium {
    padding-block: clamp(24px, 0.6849vw + 21.5342px, 32px);
  }
  .rit-medium {
    padding-top: clamp(24px, 0.6849vw + 21.5342px, 32px);
  }
  .rib-medium {
    padding-bottom: clamp(24px, 0.6849vw + 21.5342px, 32px);
  }
  .r-large {
    margin-top: clamp(36px, 2.3972vw + 27.3698px, 64px);
  }
  .ro-large {
    margin-block: clamp(36px, 2.3972vw + 27.3698px, 64px);
  }
  .rot-large {
    margin-top: clamp(36px, 2.3972vw + 27.3698px, 64px);
  }
  .rob-large {
    margin-bottom: clamp(36px, 2.3972vw + 27.3698px, 64px);
  }
  .ri-large {
    padding-block: clamp(36px, 2.3972vw + 27.3698px, 64px);
  }
  .rit-large {
    padding-top: clamp(36px, 2.3972vw + 27.3698px, 64px);
  }
  .rib-large {
    padding-bottom: clamp(36px, 2.3972vw + 27.3698px, 64px);
  }
  .r-flow {
    margin-top: clamp(28px, 1.0273vw + 24.3013px, 40px);
  }
  .ro-flow {
    margin-block: clamp(28px, 1.0273vw + 24.3013px, 40px);
  }
  .rot-flow {
    margin-top: clamp(28px, 1.0273vw + 24.3013px, 40px);
  }
  .rob-flow {
    margin-bottom: clamp(28px, 1.0273vw + 24.3013px, 40px);
  }
  .ri-flow {
    padding-block: clamp(28px, 1.0273vw + 24.3013px, 40px);
  }
  .rit-flow {
    padding-top: clamp(28px, 1.0273vw + 24.3013px, 40px);
  }
  .rib-flow {
    padding-bottom: clamp(28px, 1.0273vw + 24.3013px, 40px);
  }
  .r-gutter {
    margin-top: clamp(20px, 1.7123vw + 13.8356px, 40px);
  }
  .ro-gutter {
    margin-block: clamp(20px, 1.7123vw + 13.8356px, 40px);
  }
  .rot-gutter {
    margin-top: clamp(20px, 1.7123vw + 13.8356px, 40px);
  }
  .rob-gutter {
    margin-bottom: clamp(20px, 1.7123vw + 13.8356px, 40px);
  }
  .ri-gutter {
    padding-block: clamp(20px, 1.7123vw + 13.8356px, 40px);
  }
  .rit-gutter {
    padding-top: clamp(20px, 1.7123vw + 13.8356px, 40px);
  }
  .rib-gutter {
    padding-bottom: clamp(20px, 1.7123vw + 13.8356px, 40px);
  }
  .r-outer {
    margin-top: clamp(32px, 0.6849vw + 29.5342px, 40px);
  }
  .ro-outer {
    margin-block: clamp(32px, 0.6849vw + 29.5342px, 40px);
  }
  .rot-outer {
    margin-top: clamp(32px, 0.6849vw + 29.5342px, 40px);
  }
  .rob-outer {
    margin-bottom: clamp(32px, 0.6849vw + 29.5342px, 40px);
  }
  .ri-outer {
    padding-block: clamp(32px, 0.6849vw + 29.5342px, 40px);
  }
  .rit-outer {
    padding-top: clamp(32px, 0.6849vw + 29.5342px, 40px);
  }
  .rib-outer {
    padding-bottom: clamp(32px, 0.6849vw + 29.5342px, 40px);
  }
  .r-fill {
    margin-top: clamp(40px, 3.4246vw + 27.6712px, 80px);
  }
  .ro-fill {
    margin-block: clamp(40px, 3.4246vw + 27.6712px, 80px);
  }
  .rot-fill {
    margin-top: clamp(40px, 3.4246vw + 27.6712px, 80px);
  }
  .rob-fill {
    margin-bottom: clamp(40px, 3.4246vw + 27.6712px, 80px);
  }
  .ri-fill {
    padding-block: clamp(40px, 3.4246vw + 27.6712px, 80px);
  }
  .rit-fill {
    padding-top: clamp(40px, 3.4246vw + 27.6712px, 80px);
  }
  .rib-fill {
    padding-bottom: clamp(40px, 3.4246vw + 27.6712px, 80px);
  }
  .r-feature {
    margin-top: clamp(80px, 3.4246vw + 67.6712px, 120px);
  }
  .ro-feature {
    margin-block: clamp(80px, 3.4246vw + 67.6712px, 120px);
  }
  .rot-feature {
    margin-top: clamp(80px, 3.4246vw + 67.6712px, 120px);
  }
  .rob-feature {
    margin-bottom: clamp(80px, 3.4246vw + 67.6712px, 120px);
  }
  .ri-feature {
    padding-block: clamp(80px, 3.4246vw + 67.6712px, 120px);
  }
  .rit-feature {
    padding-top: clamp(80px, 3.4246vw + 67.6712px, 120px);
  }
  .rib-feature {
    padding-bottom: clamp(80px, 3.4246vw + 67.6712px, 120px);
  }
  .r-hero {
    margin-top: clamp(192px, 16.4383vw + 132.8219px, 384px);
  }
  .ro-hero {
    margin-block: clamp(192px, 16.4383vw + 132.8219px, 384px);
  }
  .rot-hero {
    margin-top: clamp(192px, 16.4383vw + 132.8219px, 384px);
  }
  .rob-hero {
    margin-bottom: clamp(192px, 16.4383vw + 132.8219px, 384px);
  }
  .ri-hero {
    padding-block: clamp(192px, 16.4383vw + 132.8219px, 384px);
  }
  .rit-hero {
    padding-top: clamp(192px, 16.4383vw + 132.8219px, 384px);
  }
  .rib-hero {
    padding-bottom: clamp(192px, 16.4383vw + 132.8219px, 384px);
  }
  .r-flush + .r-flush,
  .r-flush + .rot-flush,
  .rob-flush + .r-flush,
  .rob-flush + .rot-flush {
    margin-top: 0;
  }
  .r-flush + main > :first-child.r-flush, .r-flush + main > :first-child.rot-flush,
  .rob-flush + main > :first-child.r-flush,
  .rob-flush + main > :first-child.rot-flush {
    margin-top: calc(clamp(40px, 3.4246vw + 27.6712px, 80px) * -1);
  }
}
@layer global {
  :root {
    --color-b1: #F5F0EB;
    --color-b2: #E2E2E2;
    --color-b3: #151515;
    --color-t1: #151515;
    --color-t2: #FED544;
    --color-t3: #60504D;
    --color-t4: #ffffff;
    --color-a0: transparent;
    --color-a1: #00A9D0;
    --color-a2: #CF001D;
    --color-a3: #5DCEBB;
    --color-o1: #A2A2A2;
    --color-o2: #AAA;
    --color-o3: #000000;
  }
}
@layer util {
  .bg-b1 {
    background-color: var(--color-b1);
  }
  .\:palette-1, :root {
    --p-fill: var(--color-b1);
    --p-base: var(--color-t1);
    --p-list-marker-1: var(--color-a1);
    --p-list-marker-2: var(--color-t1);
    --p-list-marker-3: var(--color-t1);
    --p-selection-bg: var(--color-a3);
    --p-selection-text: var(--color-t1);
    --p-highlight-bg: var(--color-a2);
    --p-highlight-text: var(--color-t1);
    --p-lowlight-bg: var(--color-b5);
    --p-lowlight-text: var(--color-t3);
    --p-caption: var(--color-t2);
    --p-error: var(--color-t4);
    --p-link-default-bg: var(--color-a0);
    --p-link-default-text: var(--color-t1);
    --p-link-default-border: var(--color-t1);
    --p-link-hover-bg: var(--color-b3);
    --p-link-hover-text: var(--color-t1);
    --p-link-hover-border: var(--color-o3);
    --p-link-active-bg: var(--color-a0);
    --p-link-active-text: var(--color-t1);
    --p-link-active-border: var(--color-a1);
    --p-link-shy-default-bg: var(--color-a0);
    --p-link-shy-default-text: var(--color-t1);
    --p-link-shy-default-border: var(--color-a0);
    --p-link-shy-hover-bg: var(--color-a0);
    --p-link-shy-hover-text: var(--color-t1);
    --p-link-shy-hover-border: var(--color-o3);
    --p-accent-1: var(--color-a1);
    --p-accent-2: var(--color-a2);
    --p-accent-3: var(--color-a3);
    --p-accent-4: var(--color-a4);
    --p-accent-5: var(--color-a5);
    --p-line: var(--color-o1a);
    --p-line-alt: var(--color-o1);
    --p-icon: var(--color-t1);
    --p-form-empty-bg: var(--color-a0);
    --p-form-empty-text: var(--color-t2a);
    --p-form-empty-border: var(--color-o1a);
    --p-form-value-bg: var(--color-a0);
    --p-form-value-text: var(--color-t1);
    --p-form-value-border: var(--color-o1);
    --p-form-focus-bg: var(--color-a0);
    --p-form-focus-text: var(--color-t1);
    --p-form-focus-border: var(--color-a1);
    --p-form-error-bg: var(--color-a0);
    --p-form-error-text: var(--color-t1);
    --p-form-error-border: var(--color-o4);
    --p-form-disabled-bg: var(--color-a0);
    --p-form-disabled-text: var(--color-t2a);
    --p-form-disabled-border: var(--color-o1a);
    --p-form-ui: var(--color-t1);
    --p-btn-v1-default-bg: var(--color-a1);
    --p-btn-v1-default-text: var(--color-t1);
    --p-btn-v1-default-border: var(--color-a1);
    --p-btn-v1-hover-bg: var(--color-a5);
    --p-btn-v1-hover-text: var(--color-t3);
    --p-btn-v1-hover-border: var(--color-a5);
    --p-btn-v1-active-bg: var(--color-b5);
    --p-btn-v1-active-text: var(--color-t3);
    --p-btn-v1-active-border: var(--color-b5);
    --p-btn-v1-disabled-bg: var(--color-b4);
    --p-btn-v1-disabled-text: var(--color-t3);
    --p-btn-v1-disabled-border: var(--color-b4);
    --p-btn-v2-default-bg: var(--color-a0);
    --p-btn-v2-default-text: var(--color-t1);
    --p-btn-v2-default-border: var(--color-o1);
    --p-btn-v2-hover-bg: var(--color-a5);
    --p-btn-v2-hover-text: var(--color-t3);
    --p-btn-v2-hover-border: var(--color-o1);
    --p-btn-v2-active-bg: var(--color-b5);
    --p-btn-v2-active-text: var(--color-t3);
    --p-btn-v2-active-border: var(--color-o1);
    --p-btn-v2-disabled-bg: var(--color-a0);
    --p-btn-v2-disabled-text: var(--color-t1);
    --p-btn-v2-disabled-border: var(--color-o1);
    --p-btn-v1-media-default-bg: var(--color-a7);
    --p-btn-v1-media-default-text: var(--color-t3);
    --p-btn-v1-media-default-border: var(--color-a7);
    --p-btn-v1-media-hover-bg: var(--color-a5);
    --p-btn-v1-media-hover-text: var(--color-t3);
    --p-btn-v1-media-hover-border: var(--color-a5);
    --p-btn-v1-media-active-bg: var(--color-a5);
    --p-btn-v1-media-active-text: var(--color-t3);
    --p-btn-v1-media-active-border: var(--color-a5);
    --p-btn-v1-media-disabled-bg: var(--color-a7);
    --p-btn-v1-media-disabled-text: var(--color-t3a);
    --p-btn-v1-media-disabled-border: var(--color-a7);
    --p-image-bg: var(--color-t1);
    --p-nav-dropdown-bg: var(--color-a6);
    --p-nav-mobile-overlay-bg: var(--color-t2a);
  }
  .bg-b2 {
    background-color: var(--color-b2);
  }
  .\:palette-2 {
    --p-fill: var(--color-b2);
    --p-base: var(--color-t1);
    --p-selection-bg: var(--color-a3);
    --p-selection-text: var(--color-t1);
    --p-highlight-bg: var(--color-a2);
    --p-highlight-text: var(--color-t1);
    --p-caption: var(--color-t2);
    --p-error: var(--color-t4);
    --p-link-default-bg: var(--color-a0);
    --p-link-default-text: var(--color-t1);
    --p-link-default-border: var(--color-t1);
    --p-link-hover-bg: var(--color-b3);
    --p-link-hover-text: var(--color-t1);
    --p-link-hover-border: var(--color-o3);
    --p-link-active-bg: var(--color-a0);
    --p-link-active-text: var(--color-t1);
    --p-link-active-border: var(--color-a1);
    --p-link-shy-default-bg: var(--color-a0);
    --p-link-shy-default-text: var(--color-t1);
    --p-link-shy-default-border: var(--color-a0);
    --p-link-shy-hover-bg: var(--color-a0);
    --p-link-shy-hover-text: var(--color-t1);
    --p-link-shy-hover-border: var(--color-o3);
    --p-accent-1: var(--color-a1);
    --p-accent-2: var(--color-a2);
    --p-accent-3: var(--color-a3);
    --p-accent-4: var(--color-a4);
    --p-accent-5: var(--color-a5);
    --p-line: var(--color-o1a);
    --p-line-alt: var(--color-o1);
    --p-icon: var(--color-t1);
    --p-form-empty-bg: var(--color-a0);
    --p-form-empty-text: var(--color-t2a);
    --p-form-empty-border: var(--color-o1a);
    --p-form-value-bg: var(--color-a0);
    --p-form-value-text: var(--color-t1);
    --p-form-value-border: var(--color-o1);
    --p-form-focus-bg: var(--color-a0);
    --p-form-focus-text: var(--color-t1);
    --p-form-focus-border: var(--color-a1);
    --p-form-error-bg: var(--color-a0);
    --p-form-error-text: var(--color-t1);
    --p-form-error-border: var(--color-o4);
    --p-form-disabled-bg: var(--color-a0);
    --p-form-disabled-text: var(--color-t2a);
    --p-form-disabled-border: var(--color-o1a);
    --p-form-ui: var(--color-t1);
    --p-btn-v1-default-bg: var(--color-a1);
    --p-btn-v1-default-text: var(--color-t1);
    --p-btn-v1-default-border: var(--color-a1);
    --p-btn-v1-hover-bg: var(--color-a5);
    --p-btn-v1-hover-text: var(--color-t3);
    --p-btn-v1-hover-border: var(--color-a5);
    --p-btn-v1-active-bg: var(--color-b5);
    --p-btn-v1-active-text: var(--color-t3);
    --p-btn-v1-active-border: var(--color-b5);
    --p-btn-v1-disabled-bg: var(--color-b4);
    --p-btn-v1-disabled-text: var(--color-t3);
    --p-btn-v1-disabled-border: var(--color-b4);
    --p-btn-v2-default-bg: var(--color-a0);
    --p-btn-v2-default-text: var(--color-t1);
    --p-btn-v2-default-border: var(--color-o1);
    --p-btn-v2-hover-bg: var(--color-a5);
    --p-btn-v2-hover-text: var(--color-t3);
    --p-btn-v2-hover-border: var(--color-o1);
    --p-btn-v2-active-bg: var(--color-b5);
    --p-btn-v2-active-text: var(--color-t3);
    --p-btn-v2-active-border: var(--color-o1);
    --p-btn-v2-disabled-bg: var(--color-a0);
    --p-btn-v2-disabled-text: var(--color-t1);
    --p-btn-v2-disabled-border: var(--color-o1);
    --p-list-marker-1: var(--color-a1);
    --p-list-marker-2: var(--color-t1);
    --p-list-marker-3: var(--color-t1);
    --p-lowlight-bg: var(--color-b5);
    --p-lowlight-text: var(--color-t3);
    --p-btn-v1-media-default-bg: var(--color-a7);
    --p-btn-v1-media-default-text: var(--color-t3);
    --p-btn-v1-media-default-border: var(--color-a7);
    --p-btn-v1-media-hover-bg: var(--color-a5);
    --p-btn-v1-media-hover-text: var(--color-t3);
    --p-btn-v1-media-hover-border: var(--color-a5);
    --p-btn-v1-media-active-bg: var(--color-a5);
    --p-btn-v1-media-active-text: var(--color-t3);
    --p-btn-v1-media-active-border: var(--color-a5);
    --p-btn-v1-media-disabled-bg: var(--color-a7);
    --p-btn-v1-media-disabled-text: var(--color-t3a);
    --p-btn-v1-media-disabled-border: var(--color-a7);
    --p-image-bg: var(--color-t1);
    --p-nav-dropdown-bg: var(--color-a6);
    --p-nav-mobile-overlay-bg: var(--color-t2a);
  }
  .bg-b3 {
    background-color: var(--color-b3);
  }
  .\:palette-3 {
    --p-fill: var(--color-b1);
    --p-base: var(--color-t1);
    --p-selection-bg: var(--color-a3);
    --p-selection-text: var(--color-t1);
    --p-highlight-bg: var(--color-a6);
    --p-highlight-text: var(--color-t1);
    --p-caption: var(--color-t2);
    --p-error: var(--color-t4);
    --p-link-default-bg: var(--color-a0);
    --p-link-default-text: var(--color-t1);
    --p-link-default-border: var(--color-t1);
    --p-link-hover-bg: var(--color-b3);
    --p-link-hover-text: var(--color-t1);
    --p-link-hover-border: var(--color-o3);
    --p-link-active-bg: var(--color-a0);
    --p-link-active-text: var(--color-t1);
    --p-link-active-border: var(--color-a1);
    --p-link-shy-default-bg: var(--color-a0);
    --p-link-shy-default-text: var(--color-t1);
    --p-link-shy-default-border: var(--color-a0);
    --p-link-shy-hover-bg: var(--color-a0);
    --p-link-shy-hover-text: var(--color-t1);
    --p-link-shy-hover-border: var(--color-o3);
    --p-accent-1: var(--color-a1);
    --p-accent-2: var(--color-a6);
    --p-accent-3: var(--color-a3);
    --p-accent-4: var(--color-a4);
    --p-accent-5: var(--color-a5);
    --p-line: var(--color-o1a);
    --p-line-alt: var(--color-o1);
    --p-icon: var(--color-t1);
    --p-form-empty-bg: var(--color-a0);
    --p-form-empty-text: var(--color-t2a);
    --p-form-empty-border: var(--color-o1a);
    --p-form-value-bg: var(--color-a0);
    --p-form-value-text: var(--color-t1);
    --p-form-value-border: var(--color-o1);
    --p-form-focus-bg: var(--color-a0);
    --p-form-focus-text: var(--color-t1);
    --p-form-focus-border: var(--color-a1);
    --p-form-error-bg: var(--color-a0);
    --p-form-error-text: var(--color-t1);
    --p-form-error-border: var(--color-o4);
    --p-form-disabled-bg: var(--color-a0);
    --p-form-disabled-text: var(--color-t2a);
    --p-form-disabled-border: var(--color-o1a);
    --p-form-ui: var(--color-t1);
    --p-btn-v1-default-bg: var(--color-a1);
    --p-btn-v1-default-text: var(--color-t1);
    --p-btn-v1-default-border: var(--color-a1);
    --p-btn-v1-hover-bg: var(--color-a5);
    --p-btn-v1-hover-text: var(--color-t3);
    --p-btn-v1-hover-border: var(--color-a5);
    --p-btn-v1-active-bg: var(--color-b5);
    --p-btn-v1-active-text: var(--color-t3);
    --p-btn-v1-active-border: var(--color-b5);
    --p-btn-v1-disabled-bg: var(--color-b4);
    --p-btn-v1-disabled-text: var(--color-t3);
    --p-btn-v1-disabled-border: var(--color-b4);
    --p-btn-v2-default-bg: var(--color-a0);
    --p-btn-v2-default-text: var(--color-t1);
    --p-btn-v2-default-border: var(--color-o1);
    --p-btn-v2-hover-bg: var(--color-a5);
    --p-btn-v2-hover-text: var(--color-t3);
    --p-btn-v2-hover-border: var(--color-o1);
    --p-btn-v2-active-bg: var(--color-b5);
    --p-btn-v2-active-text: var(--color-t3);
    --p-btn-v2-active-border: var(--color-o1);
    --p-btn-v2-disabled-bg: var(--color-a0);
    --p-btn-v2-disabled-text: var(--color-t1);
    --p-btn-v2-disabled-border: var(--color-o1);
    --p-list-marker-1: var(--color-a1);
    --p-list-marker-2: var(--color-t1);
    --p-list-marker-3: var(--color-t1);
    --p-lowlight-bg: var(--color-b5);
    --p-lowlight-text: var(--color-t3);
    --p-btn-v1-media-default-bg: var(--color-a7);
    --p-btn-v1-media-default-text: var(--color-t3);
    --p-btn-v1-media-default-border: var(--color-a7);
    --p-btn-v1-media-hover-bg: var(--color-a5);
    --p-btn-v1-media-hover-text: var(--color-t3);
    --p-btn-v1-media-hover-border: var(--color-a5);
    --p-btn-v1-media-active-bg: var(--color-a5);
    --p-btn-v1-media-active-text: var(--color-t3);
    --p-btn-v1-media-active-border: var(--color-a5);
    --p-btn-v1-media-disabled-bg: var(--color-a7);
    --p-btn-v1-media-disabled-text: var(--color-t3a);
    --p-btn-v1-media-disabled-border: var(--color-a7);
    --p-image-bg: var(--color-t1);
    --p-nav-dropdown-bg: var(--color-a6);
    --p-nav-mobile-overlay-bg: var(--color-t2a);
  }
  .bg-t1 {
    background-color: var(--color-t1);
  }
  .bg-t2 {
    background-color: var(--color-t2);
  }
  .bg-t3 {
    background-color: var(--color-t3);
  }
  .bg-t4 {
    background-color: var(--color-t4);
  }
  .bg-a0 {
    background-color: var(--color-a0);
  }
  .bg-a1 {
    background-color: var(--color-a1);
  }
  .bg-a2 {
    background-color: var(--color-a2);
  }
  .bg-a3 {
    background-color: var(--color-a3);
  }
  .bg-o1 {
    background-color: var(--color-o1);
  }
  .bg-o2 {
    background-color: var(--color-o2);
  }
  .bg-o3 {
    background-color: var(--color-o3);
  }
}
@keyframes custom-slide-bottom-small {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
html, body {
  width: 100vw;
  overflow-x: hidden;
}
.custom-slide-bottom-small {
  animation-name: custom-slide-bottom-small;
  animation-duration: 0.8s; /* You can adjust this value based on your needs */
  animation-timing-function: cubic-bezier(0.2, 1, 0.3, 1); /* UIkit's typical ease */
}
@keyframes custom-slide-bottom-small-no-fade {
  0% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}
.custom-slide-bottom-small-no-fade {
  animation-name: custom-slide-bottom-small-no-fade;
  animation-duration: 0.8s; /* You can adjust this value based on your needs */
  animation-timing-function: cubic-bezier(0.2, 1, 0.3, 1); /* UIkit's typical ease */
}
@keyframes custom-slide-bottom-large-no-fade {
  0% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}
.custom-slide-bottom-large-no-fade {
  animation-name: custom-slide-bottom-large-no-fade;
  animation-duration: 1.6s; /* You can adjust this value based on your needs */
  animation-timing-function: cubic-bezier(0.2, 1, 0.3, 1); /* UIkit's typical ease */
}
.layout__flex-6-6{display:flex;flex-direction:column}
@media (min-width: 900px){
.layout__flex-6-6{flex-direction:row}
.layout__flex-6-6 .left{width:50%}
.layout__flex-6-6 .right{width:50%}}
@media (max-width: 920px) {
  .layout__flex-6-6.reverse-mobile-order{flex-direction:column-reverse}
}
.layout__flex-4-4-4-4{display:flex;flex-direction:column}
@media (min-width: 900px){
.layout__flex-4-4-4-4{flex-direction:row}
.layout__flex-4-4-4-4 .layout__item{width:25%}}
.tm-container-1352 {
  --gutter: 44px;
  width: 1352px;
  max-width: calc(100% - var(--gutter) * 2);
  margin-left:auto;
  margin-right:auto;
}
@media (max-width: 767px) {
  .tm-container-1352 {
    --gutter: 20px;
  }
}
.tm-container-1528 {
  --gutter: 44px;
  width: 1528px;
  max-width: calc(100% - var(--gutter) * 2);
  margin-left:auto;
  margin-right:auto;
}
@media (max-width: 767px) {
  .tm-container-1528 {
    --gutter: 20px;
  }
}
.bg-white .c-nav-desktop, .bg-white body, .bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}
main#main-content{margin-bottom:0}
.c-nav-main .btn.\:icon-only {
  border: none !important;
  padding: 0;
}
.desktop-only{display:none}
@media (min-width: 1084px){
.desktop-only{display:block}}
.mobile-only{display:block}
@media (min-width: 1084px){
.mobile-only{display:none}}
.desktop-only-small{display:none}
@media (min-width: 468px){
.desktop-only-small{display:block}}
.mobile-only-small{display:block}
@media (min-width: 468px){
.mobile-only-small{display:none}}
body div a, body div a:hover {
  --link-color-bg: transparent;
}
:root:not([ready]) *, :root:not([ready]) *:before, :root:not([ready]) *:after {
  transition: none !important;
}
html[js]:not([loaded]) body {
  display: none;
}
figure{margin:0}
@media (min-width: 1084px){
.b6\:col-span-4{grid-column:span 4 / span 4}
.b6\:col-span-8{grid-column:span 8 / span 8}
.b6\:grid-cols-12{grid-template-columns:repeat(12, minmax(0, 1fr))}}
@charset "UTF-8";
/**
 * This stylesheet is for styles you want to include only when displaying demo
 * styles for grids, animations, color swatches, etc.
 * These styles will not be your production CSS.
 */
html.pl-c-html {
  /*------------------------------------*\
  		TEAL MEDIA STYLEGUIDE OVERRIDES
  \*------------------------------------*/
}
html.pl-c-html .pl-c-viewport__iframe,
html.pl-c-html .pl-c-main {
  /* background: #f4f4f4 !important; */
}
html.pl-c-html body.pl-c-body {
  -webkit-font-smoothing: antialiased;
}
html.pl-c-html .pl-c-header,
html.pl-c-html .pl-c-body,
html.pl-c-html .pl-c-category__title,
html.pl-c-html .pl-c-nav__list-item button,
html.pl-c-html .pl-c-button {
  font-family: "Libre Franklin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Noto Sans", "Helvetica Neue", sans-serif !important;
  font-size: 13px !important;
}
html.pl-c-html, html.pl-c-html .pl-c-body--theme-dark {
  --theme-secondary: #2c2c2c !important;
}
html.pl-c-html pl-icon {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}
html.pl-c-html .pl-c-nav__link--icon-only .pl-c-nav__link-icon .c-icon {
  width: 18px;
  height: 18px;
}
html.pl-c-html .pl-c-nav__link--title .pl-c-nav__link-text {
  font-weight: 600;
  text-transform: uppercase !important;
}
html.pl-c-html .pl-c-category__title {
  font-weight: 600;
}
html.pl-c-html ::-moz-placeholder {
  opacity: 0.5;
  font-size: 12px !important;
}
html.pl-c-html ::placeholder {
  opacity: 0.5;
  font-size: 12px !important;
}
html.pl-c-html .pl-c-lineage,
html.pl-c-html .pl-c-text-passage {
  font-size: 13px !important;
}
html.pl-c-html .pl-c-lineage em,
html.pl-c-html .pl-c-lineage__link,
html.pl-c-html .pl-c-annotations__item-title {
  font-style: normal !important;
}
html.pl-c-html .pl-c-annotations__item-title,
html.pl-c-html .pl-c-lineage em {
  font-weight: bolder !important;
}
html.pl-c-html .pl-c-nav__dropdown {
  border-radius: 0 !important;
  box-shadow: 0 2px 35px rgba(0, 0, 0, 0.1);
}
html.pl-c-html, html.pl-c-html .pl-c-body--theme-dark {
  --theme-bg: #111111;
  --theme-primary: #343e3e;
  --theme-secondary: #111111;
  --theme-text: white;
  --theme-text-rgb: 255, 255, 255;
  --theme-border: rgba(255, 255, 255, 0.2);
}
html.pl-c-html .pl-c-nav__link:not(.pl-c-nav__link--title).is-active {
  box-shadow: inset 4px 0 0 #17e3da;
  background-color: rgba(34, 255, 246, 0.14) !important;
}
html.pl-c-html .pl-c-nav__link--level-2 {
  padding-left: 1.5rem !important;
}
html.pl-c-html .pl-c-nav__link--level-2::before {
  content: "—";
  padding-right: 6px;
}
html.pl-c-html pl-logo {
  position: relative;
  align-self: flex-start !important;
}
html.pl-c-html pl-logo::before {
  content: "";
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    scale: 0;
  }
  100% {
    opacity: 1;
    scale: 1;
  }
}
html.pl-c-html pl-search {
  transition: 0s !important;
}
html.pl-c-html pl-search input {
  font-family: "Libre Franklin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Noto Sans", "Helvetica Neue", sans-serif !important;
  border-radius: 0 !important;
  transition: 0s !important;
  outline: 0 !important;
}
html.pl-c-html pl-search input:hover {
  border-color: #324a49;
}
html.pl-c-html pl-search input:focus {
  border-color: #47e5dd;
}
html.pl-c-html .pl-c-body--theme-light .pl-c-drawer {
  color: var(--theme-text) !important;
}
html.pl-c-html .pl-c-body--theme-horizontal pl-logo::before {
  display: none;
}
html.pl-c-html .pl-c-breadcrumb {
  margin-bottom: 1rem;
}
html.pl-c-html .pl-c-breadcrumb .pl-c-breadcrumb__item::after {
  margin: 0 0.5rem;
  opacity: 1;
  top: -2px;
  color: #17e3da;
}
html.pl-c-html .pl-c-body--theme-horizontal .pl-c-header {
  padding-top: 2px;
}
html.pl-c-html .pl-c-body--theme-sidebar pl-header {
  overflow: unset !important;
}
html.pl-c-html .pl-c-body--theme-sidebar pl-nav {
  overflow-y: auto;
}
html.pl-c-html .pl-c-nav__link.pl-is-active:hover,
html.pl-c-html .pl-c-nav__link:hover {
  background-color: rgba(34, 255, 246, 0.14);
}
html.pl-c-html .pl-c-nav__link:focus {
  outline: none;
}
html.pl-c-html .pl-c-nav__link:focus:not(:hover)::after {
  background-color: transparent;
}
html.pl-c-html .pl-c-nav__link:hover {
  background-color: rgba(69, 233, 226, 0.0901960784) !important;
}
html.pl #sg-patterns {
  box-sizing: border-box !important;
  max-width: 100%;
  padding: 0 0.5em;
  background: black !important;
}
html.pl .demo-animate {
  background: #ddd;
  padding: 1em;
  margin-bottom: 1em;
  text-align: center;
  border-radius: 8px;
  cursor: pointer;
}
html.pl .sg-colors {
  display: flex;
  flex-wrap: wrap;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
html.pl .sg-colors li {
  flex: auto;
  padding: 0.3em;
  margin: 0 0.5em 0.5em 0;
  min-width: 5em;
  max-width: 14em;
  border: 1px solid #ddd;
  border-radius: 8px;
}
html.pl .sg-swatch {
  display: block;
  height: 4em;
  margin-bottom: 0.3em;
  border-radius: 5px;
}
html.pl .sg-label {
  font-size: 90%;
  line-height: 1;
}
html.pl .pl-c-main {
  padding: 0 25px !important;
}
html.pl .pl-c-pattern__extra.pl-is-active {
  border-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
html.pl .pl-c-tabs {
  border-radius: 15px !important;
}
html.pl .pl-c-tabs__header {
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
}
html.pl .pl-c-tabs__list {
  margin: 2px 0 0 !important;
}
html.pl .pl-c-body--theme-dark .pl-c-pattern-info__panel--code {
  filter: invert(1) !important;
}
html.pl .pl-c-body--theme-dark .pl-c-pattern-info__panel--code .pl-c-tabs,
html.pl .pl-c-body--theme-dark .pl-c-pattern-info__panel--code .pl-c-tabs__list,
html.pl .pl-c-body--theme-dark .pl-c-pattern-info__panel--code .pl-c-tabs__panel :not(pre) > code[class*=language-],
html.pl .pl-c-body--theme-dark .pl-c-pattern-info__panel--code .pl-c-tabs__panel pre[class*=language-] {
  background: #dfdfdf;
}
html.pl .pl-c-body--theme-dark .pl-c-pattern-info__panel--code .pl-c-tabs__link {
  background-color: transparent;
}
html.pl .pl-c-body--theme-dark .pl-c-pattern-info__panel--code .pl-c-tabs__link.pl-is-active-tab {
  filter: invert(1);
  color: white;
}
html.pl .pl-c-body--theme-dark .pl-c-tabs__header {
  border-bottom-color: #cacaca;
}
html.pl .pl-c-drawer .pl-c-tabs__content {
  padding: 0 8px;
}
html.pl .pl-c-tabs__link {
  border-radius: 15px !important;
}
html.pl .pl-c-tabs__link.pl-is-active-tab {
  background-color: rgba(23, 227, 218, 0.2196078431) !important;
  border: 1px solid transparent !important;
}
html.pl .pl-c-tabs__list-item,
html.pl .pl-c-code-copy-btn__icon-text,
html.pl .pl-c-pattern-info__panel {
  font-family: "Libre Franklin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Noto Sans", "Helvetica Neue", sans-serif !important;
  font-size: 13px !important;
}
html.pl .pl-c-tabs__list-item {
  margin: 0;
}
html.pl .pl-c-tabs__list-item::before {
  display: none;
}
html.pl .pl-c-example-usage-rendered {
  margin-block: 40px;
}
html.pl #schema .pl-h {
  display: none;
}
html.pl .schema-table {
  font-family: "Libre Franklin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Noto Sans", "Helvetica Neue", sans-serif;
}
html.pl .schema-table code {
  font-size: inherit !important;
}
html.pl .schema-table code:not(.shy) {
  padding: 2px 3px;
  border-radius: 4px;
  background: #f3f3f3;
}
html.pl .schema-table a code {
  background: rgba(69, 233, 226, 0.4) !important;
}
html.pl .schema-table a:hover code {
  background: #45e9e2 !important;
}
html.pl .color-swatch code,
html.pl .palette-block code {
  background: none;
}
html.pl .color-swatch a {
  --link-underline-color: transparent;
  background: transparent !important;
}
html.pl .palette-link code {
  padding: 2px 3px;
  border-radius: 4px;
}
html.pl .pl-js-pattern-example #twig-usage {
  display: none;
}
html.pl .pl-js-pattern-example .language-markup {
  -moz-tab-size: 3;
    -o-tab-size: 3;
       tab-size: 3;
  overflow-x: auto;
}
html.pl .pl-js-pattern-example .language-markup code {
  padding: unset !important;
  border: unset !important;
  border-radius: unset !important;
}
html.pl .pl-c-category,
html.pl .pl-c-category__title,
html.pl .pl-c-pattern[id*=-docs] .pl-c-pattern__extra-wrer,
html.pl .pl-c-pattern[id*=-docs] > .pl-c-pattern__extra,
html.pl .pl-c-pattern[id*=-docs] > .pl-c-pattern__header,
html.pl .pl-c-pattern[id*=styles-] .pl-c-pattern__extra-wrapper,
html.pl .pl-c-pattern[id*=styles-] > .pl-c-pattern__extra,
html.pl .pl-c-pattern[id*=styles-] > .pl-c-pattern__header {
  display: none !important;
}
html.pl .pl-c-tabs__list li:last-child {
  order: -1;
}
html.pl .pl-c-pattern-index {
  display: flex;
  flex-direction: column;
}
html.pl .pl-c-pattern-index .pl-c-pattern[id*=-docs],
html.pl .pl-c-pattern-index .pl-c-pattern[id*=styles-] {
  order: -1;
}
html.pl .pl-c-pattern[id*=-docs] .schema-table {
  margin: 20px 0 0;
  border: 1px solid #f3f3f3;
  overflow-x: auto;
}
html.pl .pl-c-pattern[id*=-docs] table {
  table-layout: auto;
  width: 100%;
  border-collapse: collapse;
}
html.pl .pl-c-pattern[id*=-docs] tfoot,
html.pl .pl-c-pattern[id*=-docs] thead {
  white-space: nowrap;
}
html.pl .pl-c-pattern[id*=-docs] th {
  vertical-align: bottom;
}
html.pl .pl-c-pattern[id*=-docs] td,
html.pl .pl-c-pattern[id*=-docs] th {
  min-width: 100px;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  vertical-align: baseline;
}
html.pl .pl-c-pattern[id*=-docs] td.pl-schema-name,
html.pl .pl-c-pattern[id*=-docs] th.pl-schema-name {
  white-space: nowrap;
}
html.pl .pl-c-pattern[id*=-docs] td.pl-schema-description,
html.pl .pl-c-pattern[id*=-docs] th.pl-schema-description {
  min-width: 200px;
}
html.pl .pl-c-pattern[id*=-docs] td.pl-schema-options,
html.pl .pl-c-pattern[id*=-docs] th.pl-schema-options {
  min-width: 150px;
}
html.pl .pl-c-pattern[id*=-docs] th {
  padding: 8px 12px;
  background-color: rgba(23, 227, 218, 0.1294117647);
}
html.pl .pl-c-pattern[id*=-docs] td {
  padding: 12px 12px;
}
html.pl .pl-c-pattern[id*=-docs] td.pl-schema-description {
  min-width: 200px;
}
html.pl .pl-c-pattern[id*=-docs] td.pl-schema-description menu {
  margin-top: 0.4em;
}
html.pl .pl-c-pattern[id*=-docs] tr.deprecated td {
  opacity: 0.35;
}
html.pl .pl-c-pattern[id*=-docs] tbody tr td {
  border-top: 1px solid #f3f3f3;
}
html.pl .pl-c-pattern[id*=-docs] tbody tr td:first-child {
  position: relative;
}
html.pl .pl-c-pattern[id*=-docs] tbody tr td:first-child::before {
  content: "";
  position: absolute;
  inset: 0;
  border-left: 3px solid var(--schema-row-color);
  pointer-events: none;
}
html.pl .pl-c-pattern[id*=-docs] tbody tr.required {
  --schema-row-color: var(--color-o4);
}
html.pl .pl-c-pattern[id*=-docs] tbody tr.global {
  --schema-row-color: var(--color-o1a);
}
html.pl .pl-c-pattern[id*=-docs] code {
  font-size: 13px;
  line-height: 22px;
  display: inline-block;
  line-height: 1;
  margin: 2px 0;
}
html.pl .pl-c-pattern[id*=-docs] span.pl-enum-group {
  white-space: nowrap;
}
html.pl .pl-c-pattern[id*=-docs] .pl-h code {
  font-size: unset;
}
html.pl .sub-schema {
  margin-top: 40px;
}
html.pl .pl-h {
  margin-bottom: 0.5em;
}
html.pl .pl-wrapper {
  margin-block: 40px;
}
@layer element {
  .btn {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    --btn-padding-x: 0;
    --btn-padding-y: 0;
    --btn-padding-left: var(--btn-padding-x);
    --btn-padding-right: var(--btn-padding-x);
    --btn-border-width: 0;
    --btn-border-color: transparent;
    --btn-background: transparent;
    --btn-text-color: transparent;
    --btn-scale: 1;
    --p-icon: var(--p-btn-v1-text);
    padding-inline: var(--btn-padding-x);
    padding-block: var(--btn-padding-y);
    padding-left: var(--btn-padding-left);
    padding-right: var(--btn-padding-right);
    background-color: var(--btn-background);
    color: var(--btn-text-color);
    scale: var(--btn-scale);
    height: -moz-fit-content;
    height: fit-content;
    outline: 0;
    font-size: 15px;
    font-family: "HCo Gotham", "HCo Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Noto Sans", "Helvetica Neue", sans-serif;
    font-weight: 700;
    line-height: 1.36;
    letter-spacing: 0.13333em;
    text-transform: uppercase;
    font-variant-numeric: lining-nums;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    transition-duration: 240ms;
    transition-property: color, background-color, border-color, scale;
    transition-timing-function: linear(0, 1), linear(0, 1), linear(0, 1), cubic-bezier(0.42, 0, 0.32, 1);
  }
  .btn:focus {
    outline: 0;
  }
  .btn[disabled] {
    pointer-events: none;
    touch-action: none;
    cursor: default;
    opacity: 0.2;
  }
  .btn.\:version-1 {
    --btn-border-color: var(--p-btn-v1-default-border);
    --btn-background: var(--p-btn-v1-default-bg);
    --btn-text-color: var(--p-btn-v1-default-text);
    --p-icon: var(--p-btn-v1-default-text);
  }
  @media (hover: hover) {
    .btn.\:version-1:hover, .overlink:hover ~ * .btn.\:version-1 {
      --btn-border-color: var(--p-btn-v1-hover-border);
      --btn-background: var(--p-btn-v1-hover-bg);
      --btn-text-color: var(--p-btn-v1-hover-text);
      --p-icon: var(--p-btn-v1-hover-text);
    }
  }
  .btn.\:version-1:active, .overlink:active ~ * .btn.\:version-1 {
    --btn-border-color: var(--p-btn-v1-active-border);
    --btn-background: var(--p-btn-v1-active-bg);
    --btn-text-color: var(--p-btn-v1-active-text);
    --p-icon: var(--p-btn-v1-active-text);
  }
  .btn.\:version-1[disabled] {
    --btn-border-color: var(--p-btn-v1-disabled-border);
    --btn-background: var(--p-btn-v1-disabled-bg);
    --btn-text-color: var(--p-btn-v1-disabled-text);
    --p-icon: var(--p-btn-v1-disabled-text);
  }
  .btn.\:version-1.media {
    --btn-border-color: var(--p-btn-v1-media-default-border);
    --btn-background: var(--p-btn-v1-media-default-bg);
    --btn-text-color: var(--p-btn-v1-media-default-text);
    --p-icon: var(--p-btn-v1-media-default-text);
  }
  @media (hover: hover) {
    .btn.\:version-1.media:hover, .overlink:hover ~ * .btn.\:version-1.media {
      --btn-border-color: var(--p-btn-v1-media-hover-border);
      --btn-background: var(--p-btn-v1-media-hover-bg);
      --btn-text-color: var(--p-btn-v1-media-hover-text);
      --p-icon: var(--p-btn-v1-media-hover-text);
    }
  }
  .btn.\:version-1.media:active, .overlink:active ~ * .btn.\:version-1.media {
    --btn-border-color: var(--p-btn-v1-media-active-border);
    --btn-background: var(--p-btn-v1-media-active-bg);
    --btn-text-color: var(--p-btn-v1-media-active-text);
    --p-icon: var(--p-btn-v1-media-active-text);
  }
  .btn.\:version-1.media[disabled] {
    --btn-border-color: var(--p-btn-v1-media-disabled-border);
    --btn-background: var(--p-btn-v1-media-disabled-bg);
    --btn-text-color: var(--p-btn-v1-media-disabled-text);
    --p-icon: var(--p-btn-v1-media-disabled-text);
  }
  .btn.\:version-2 {
    --btn-border-color: var(--p-btn-v2-default-border);
    --btn-background: var(--p-btn-v2-default-bg);
    --btn-text-color: var(--p-btn-v2-default-text);
    --p-icon: var(--p-btn-v2-default-text);
  }
  @media (hover: hover) {
    .btn.\:version-2:hover, .overlink:hover ~ * .btn.\:version-2 {
      --btn-border-color: var(--p-btn-v2-hover-border);
      --btn-background: var(--p-btn-v2-hover-bg);
      --btn-text-color: var(--p-btn-v2-hover-text);
      --p-icon: var(--p-btn-v2-hover-text);
    }
  }
  .btn.\:version-2:active, .overlink:active ~ * .btn.\:version-2 {
    --btn-border-color: var(--p-btn-v2-active-border);
    --btn-background: var(--p-btn-v2-active-bg);
    --btn-text-color: var(--p-btn-v2-active-text);
    --p-icon: var(--p-btn-v2-active-text);
  }
  .btn.\:version-2[disabled] {
    --btn-border-color: var(--p-btn-v2-disabled-border);
    --btn-background: var(--p-btn-v2-disabled-bg);
    --btn-text-color: var(--p-btn-v2-disabled-text);
    --p-icon: var(--p-btn-v2-disabled-text);
  }
  .btn.\:version-2.media {
    --btn-border-color: var(--p-btn-v2-media-default-border);
    --btn-background: var(--p-btn-v2-media-default-bg);
    --btn-text-color: var(--p-btn-v2-media-default-text);
    --p-icon: var(--p-btn-v2-media-default-text);
  }
  @media (hover: hover) {
    .btn.\:version-2.media:hover, .overlink:hover ~ * .btn.\:version-2.media {
      --btn-border-color: var(--p-btn-v2-media-hover-border);
      --btn-background: var(--p-btn-v2-media-hover-bg);
      --btn-text-color: var(--p-btn-v2-media-hover-text);
      --p-icon: var(--p-btn-v2-media-hover-text);
    }
  }
  .btn.\:version-2.media:active, .overlink:active ~ * .btn.\:version-2.media {
    --btn-border-color: var(--p-btn-v2-media-active-border);
    --btn-background: var(--p-btn-v2-media-active-bg);
    --btn-text-color: var(--p-btn-v2-media-active-text);
    --p-icon: var(--p-btn-v2-media-active-text);
  }
  .btn.\:version-2.media[disabled] {
    --btn-border-color: var(--p-btn-v2-media-disabled-border);
    --btn-background: var(--p-btn-v2-media-disabled-bg);
    --btn-text-color: var(--p-btn-v2-media-disabled-text);
    --p-icon: var(--p-btn-v2-media-disabled-text);
  }
  .btn.\:version-2::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
    border: var(--btn-border-width) solid var(--btn-border-color);
    transition: all 240ms cubic-bezier(0.42, 0, 0.32, 1);
    pointer-events: none;
  }
  .btn.\:size-1 {
    --btn-padding-x: 24px;
    --btn-padding-y: 16px;
  }
  @media (hover: hover) {
    .btn.\:size-1:hover, .overlink:hover ~ * .btn.\:size-1 {
      --btn-scale: 1;
    }
  }
  .btn.\:size-1:active, .overlink:active ~ * .btn.\:size-1 {
    --btn-scale: 1;
  }
  .btn.\:size-1.\:icon-before {
    --btn-padding-left: 24px;
  }
  .btn.\:size-1.\:icon-after {
    --btn-padding-right: 24px;
  }
  .btn.\:size-1.\:icon-only {
    --btn-padding-x: 10px;
    --btn-padding-y: 10px;
  }
  .btn.\:size-1.media {
    --btn-padding-x: clamp(8px, 0.8561vw + 4.9178px, 18px);
    --btn-padding-y: clamp(8px, 0.8561vw + 4.9178px, 18px);
  }
  .btn.\:size-1.\:version-1 {
    --btn-border-width: 0px;
  }
  @media (hover: hover) {
    .btn.\:size-1.\:version-1:hover, .overlink:hover ~ * .btn.\:size-1.\:version-1 {
      --btn-border-width: 0px;
    }
  }
  .btn.\:size-1.\:version-1:active, .overlink:active ~ * .btn.\:size-1.\:version-1 {
    --btn-border-width: 0px;
  }
  .btn.\:size-1.\:version-1[disabled] {
    --btn-border-width: 0px;
  }
  .btn.\:size-1.\:version-2 {
    --btn-border-width: 1px;
  }
  @media (hover: hover) {
    .btn.\:size-1.\:version-2:hover, .overlink:hover ~ * .btn.\:size-1.\:version-2 {
      --btn-border-width: 1px;
    }
  }
  .btn.\:size-1.\:version-2:active, .overlink:active ~ * .btn.\:size-1.\:version-2 {
    --btn-border-width: 1px;
  }
  .btn.\:size-1.\:version-2[disabled] {
    --btn-border-width: 1px;
  }
  .btn.\:size-2 {
    --btn-padding-x: 16px;
    --btn-padding-y: 8px;
  }
  @media (hover: hover) {
    .btn.\:size-2:hover, .overlink:hover ~ * .btn.\:size-2 {
      --btn-scale: 1;
    }
  }
  .btn.\:size-2:active, .overlink:active ~ * .btn.\:size-2 {
    --btn-scale: 1;
  }
  .btn.\:size-2.\:icon-before {
    --btn-padding-left: 14px;
  }
  .btn.\:size-2.\:icon-after {
    --btn-padding-right: 14px;
  }
  .btn.\:size-2.\:icon-only {
    --btn-padding-x: 6px;
    --btn-padding-y: 6px;
  }
  .btn.\:size-2.media {
    --btn-padding-x: clamp(8px, 0.8561vw + 4.9178px, 18px);
    --btn-padding-y: clamp(8px, 0.8561vw + 4.9178px, 18px);
  }
  .btn.\:size-2.\:version-1 {
    --btn-border-width: 0px;
  }
  @media (hover: hover) {
    .btn.\:size-2.\:version-1:hover, .overlink:hover ~ * .btn.\:size-2.\:version-1 {
      --btn-border-width: 0px;
    }
  }
  .btn.\:size-2.\:version-1:active, .overlink:active ~ * .btn.\:size-2.\:version-1 {
    --btn-border-width: 0px;
  }
  .btn.\:size-2.\:version-1[disabled] {
    --btn-border-width: 0px;
  }
  .btn.\:size-2.\:version-2 {
    --btn-border-width: 1px;
  }
  @media (hover: hover) {
    .btn.\:size-2.\:version-2:hover, .overlink:hover ~ * .btn.\:size-2.\:version-2 {
      --btn-border-width: 1px;
    }
  }
  .btn.\:size-2.\:version-2:active, .overlink:active ~ * .btn.\:size-2.\:version-2 {
    --btn-border-width: 1px;
  }
  .btn.\:size-2.\:version-2[disabled] {
    --btn-border-width: 1px;
  }
  @media (min-width: 0px) {
    .btn.\:b0\:size-1 {
      --btn-padding-x: 24px;
      --btn-padding-y: 16px;
    }
  }
  @media (min-width: 0px) and (hover: hover) {
    .btn.\:b0\:size-1:hover, .overlink:hover ~ * .btn.\:b0\:size-1 {
      --btn-scale: 1;
    }
  }
  @media (min-width: 0px) {
    .btn.\:b0\:size-1:active, .overlink:active ~ * .btn.\:b0\:size-1 {
      --btn-scale: 1;
    }
    .btn.\:b0\:size-1.\:icon-before {
      --btn-padding-left: 24px;
    }
    .btn.\:b0\:size-1.\:icon-after {
      --btn-padding-right: 24px;
    }
    .btn.\:b0\:size-1.\:icon-only {
      --btn-padding-x: 10px;
      --btn-padding-y: 10px;
    }
    .btn.\:b0\:size-1.media {
      --btn-padding-x: clamp(8px, 0.8561vw + 4.9178px, 18px);
      --btn-padding-y: clamp(8px, 0.8561vw + 4.9178px, 18px);
    }
    .btn.\:b0\:size-1.\:version-1 {
      --btn-border-width: 0px;
    }
  }
  @media (min-width: 0px) and (hover: hover) {
    .btn.\:b0\:size-1.\:version-1:hover, .overlink:hover ~ * .btn.\:b0\:size-1.\:version-1 {
      --btn-border-width: 0px;
    }
  }
  @media (min-width: 0px) {
    .btn.\:b0\:size-1.\:version-1:active, .overlink:active ~ * .btn.\:b0\:size-1.\:version-1 {
      --btn-border-width: 0px;
    }
    .btn.\:b0\:size-1.\:version-1[disabled] {
      --btn-border-width: 0px;
    }
    .btn.\:b0\:size-1.\:version-2 {
      --btn-border-width: 1px;
    }
  }
  @media (min-width: 0px) and (hover: hover) {
    .btn.\:b0\:size-1.\:version-2:hover, .overlink:hover ~ * .btn.\:b0\:size-1.\:version-2 {
      --btn-border-width: 1px;
    }
  }
  @media (min-width: 0px) {
    .btn.\:b0\:size-1.\:version-2:active, .overlink:active ~ * .btn.\:b0\:size-1.\:version-2 {
      --btn-border-width: 1px;
    }
    .btn.\:b0\:size-1.\:version-2[disabled] {
      --btn-border-width: 1px;
    }
    .btn.\:b0\:size-2 {
      --btn-padding-x: 16px;
      --btn-padding-y: 8px;
    }
  }
  @media (min-width: 0px) and (hover: hover) {
    .btn.\:b0\:size-2:hover, .overlink:hover ~ * .btn.\:b0\:size-2 {
      --btn-scale: 1;
    }
  }
  @media (min-width: 0px) {
    .btn.\:b0\:size-2:active, .overlink:active ~ * .btn.\:b0\:size-2 {
      --btn-scale: 1;
    }
    .btn.\:b0\:size-2.\:icon-before {
      --btn-padding-left: 14px;
    }
    .btn.\:b0\:size-2.\:icon-after {
      --btn-padding-right: 14px;
    }
    .btn.\:b0\:size-2.\:icon-only {
      --btn-padding-x: 6px;
      --btn-padding-y: 6px;
    }
    .btn.\:b0\:size-2.media {
      --btn-padding-x: clamp(8px, 0.8561vw + 4.9178px, 18px);
      --btn-padding-y: clamp(8px, 0.8561vw + 4.9178px, 18px);
    }
    .btn.\:b0\:size-2.\:version-1 {
      --btn-border-width: 0px;
    }
  }
  @media (min-width: 0px) and (hover: hover) {
    .btn.\:b0\:size-2.\:version-1:hover, .overlink:hover ~ * .btn.\:b0\:size-2.\:version-1 {
      --btn-border-width: 0px;
    }
  }
  @media (min-width: 0px) {
    .btn.\:b0\:size-2.\:version-1:active, .overlink:active ~ * .btn.\:b0\:size-2.\:version-1 {
      --btn-border-width: 0px;
    }
    .btn.\:b0\:size-2.\:version-1[disabled] {
      --btn-border-width: 0px;
    }
    .btn.\:b0\:size-2.\:version-2 {
      --btn-border-width: 1px;
    }
  }
  @media (min-width: 0px) and (hover: hover) {
    .btn.\:b0\:size-2.\:version-2:hover, .overlink:hover ~ * .btn.\:b0\:size-2.\:version-2 {
      --btn-border-width: 1px;
    }
  }
  @media (min-width: 0px) {
    .btn.\:b0\:size-2.\:version-2:active, .overlink:active ~ * .btn.\:b0\:size-2.\:version-2 {
      --btn-border-width: 1px;
    }
    .btn.\:b0\:size-2.\:version-2[disabled] {
      --btn-border-width: 1px;
    }
  }
  @media (min-width: 360px) {
    .btn.\:b1\:size-1 {
      --btn-padding-x: 24px;
      --btn-padding-y: 16px;
    }
  }
  @media (min-width: 360px) and (hover: hover) {
    .btn.\:b1\:size-1:hover, .overlink:hover ~ * .btn.\:b1\:size-1 {
      --btn-scale: 1;
    }
  }
  @media (min-width: 360px) {
    .btn.\:b1\:size-1:active, .overlink:active ~ * .btn.\:b1\:size-1 {
      --btn-scale: 1;
    }
    .btn.\:b1\:size-1.\:icon-before {
      --btn-padding-left: 24px;
    }
    .btn.\:b1\:size-1.\:icon-after {
      --btn-padding-right: 24px;
    }
    .btn.\:b1\:size-1.\:icon-only {
      --btn-padding-x: 10px;
      --btn-padding-y: 10px;
    }
    .btn.\:b1\:size-1.media {
      --btn-padding-x: clamp(8px, 0.8561vw + 4.9178px, 18px);
      --btn-padding-y: clamp(8px, 0.8561vw + 4.9178px, 18px);
    }
    .btn.\:b1\:size-1.\:version-1 {
      --btn-border-width: 0px;
    }
  }
  @media (min-width: 360px) and (hover: hover) {
    .btn.\:b1\:size-1.\:version-1:hover, .overlink:hover ~ * .btn.\:b1\:size-1.\:version-1 {
      --btn-border-width: 0px;
    }
  }
  @media (min-width: 360px) {
    .btn.\:b1\:size-1.\:version-1:active, .overlink:active ~ * .btn.\:b1\:size-1.\:version-1 {
      --btn-border-width: 0px;
    }
    .btn.\:b1\:size-1.\:version-1[disabled] {
      --btn-border-width: 0px;
    }
    .btn.\:b1\:size-1.\:version-2 {
      --btn-border-width: 1px;
    }
  }
  @media (min-width: 360px) and (hover: hover) {
    .btn.\:b1\:size-1.\:version-2:hover, .overlink:hover ~ * .btn.\:b1\:size-1.\:version-2 {
      --btn-border-width: 1px;
    }
  }
  @media (min-width: 360px) {
    .btn.\:b1\:size-1.\:version-2:active, .overlink:active ~ * .btn.\:b1\:size-1.\:version-2 {
      --btn-border-width: 1px;
    }
    .btn.\:b1\:size-1.\:version-2[disabled] {
      --btn-border-width: 1px;
    }
    .btn.\:b1\:size-2 {
      --btn-padding-x: 16px;
      --btn-padding-y: 8px;
    }
  }
  @media (min-width: 360px) and (hover: hover) {
    .btn.\:b1\:size-2:hover, .overlink:hover ~ * .btn.\:b1\:size-2 {
      --btn-scale: 1;
    }
  }
  @media (min-width: 360px) {
    .btn.\:b1\:size-2:active, .overlink:active ~ * .btn.\:b1\:size-2 {
      --btn-scale: 1;
    }
    .btn.\:b1\:size-2.\:icon-before {
      --btn-padding-left: 14px;
    }
    .btn.\:b1\:size-2.\:icon-after {
      --btn-padding-right: 14px;
    }
    .btn.\:b1\:size-2.\:icon-only {
      --btn-padding-x: 6px;
      --btn-padding-y: 6px;
    }
    .btn.\:b1\:size-2.media {
      --btn-padding-x: clamp(8px, 0.8561vw + 4.9178px, 18px);
      --btn-padding-y: clamp(8px, 0.8561vw + 4.9178px, 18px);
    }
    .btn.\:b1\:size-2.\:version-1 {
      --btn-border-width: 0px;
    }
  }
  @media (min-width: 360px) and (hover: hover) {
    .btn.\:b1\:size-2.\:version-1:hover, .overlink:hover ~ * .btn.\:b1\:size-2.\:version-1 {
      --btn-border-width: 0px;
    }
  }
  @media (min-width: 360px) {
    .btn.\:b1\:size-2.\:version-1:active, .overlink:active ~ * .btn.\:b1\:size-2.\:version-1 {
      --btn-border-width: 0px;
    }
    .btn.\:b1\:size-2.\:version-1[disabled] {
      --btn-border-width: 0px;
    }
    .btn.\:b1\:size-2.\:version-2 {
      --btn-border-width: 1px;
    }
  }
  @media (min-width: 360px) and (hover: hover) {
    .btn.\:b1\:size-2.\:version-2:hover, .overlink:hover ~ * .btn.\:b1\:size-2.\:version-2 {
      --btn-border-width: 1px;
    }
  }
  @media (min-width: 360px) {
    .btn.\:b1\:size-2.\:version-2:active, .overlink:active ~ * .btn.\:b1\:size-2.\:version-2 {
      --btn-border-width: 1px;
    }
    .btn.\:b1\:size-2.\:version-2[disabled] {
      --btn-border-width: 1px;
    }
  }
  @media (min-width: 468px) {
    .btn.\:b2\:size-1 {
      --btn-padding-x: 24px;
      --btn-padding-y: 16px;
    }
  }
  @media (min-width: 468px) and (hover: hover) {
    .btn.\:b2\:size-1:hover, .overlink:hover ~ * .btn.\:b2\:size-1 {
      --btn-scale: 1;
    }
  }
  @media (min-width: 468px) {
    .btn.\:b2\:size-1:active, .overlink:active ~ * .btn.\:b2\:size-1 {
      --btn-scale: 1;
    }
    .btn.\:b2\:size-1.\:icon-before {
      --btn-padding-left: 24px;
    }
    .btn.\:b2\:size-1.\:icon-after {
      --btn-padding-right: 24px;
    }
    .btn.\:b2\:size-1.\:icon-only {
      --btn-padding-x: 10px;
      --btn-padding-y: 10px;
    }
    .btn.\:b2\:size-1.media {
      --btn-padding-x: clamp(8px, 0.8561vw + 4.9178px, 18px);
      --btn-padding-y: clamp(8px, 0.8561vw + 4.9178px, 18px);
    }
    .btn.\:b2\:size-1.\:version-1 {
      --btn-border-width: 0px;
    }
  }
  @media (min-width: 468px) and (hover: hover) {
    .btn.\:b2\:size-1.\:version-1:hover, .overlink:hover ~ * .btn.\:b2\:size-1.\:version-1 {
      --btn-border-width: 0px;
    }
  }
  @media (min-width: 468px) {
    .btn.\:b2\:size-1.\:version-1:active, .overlink:active ~ * .btn.\:b2\:size-1.\:version-1 {
      --btn-border-width: 0px;
    }
    .btn.\:b2\:size-1.\:version-1[disabled] {
      --btn-border-width: 0px;
    }
    .btn.\:b2\:size-1.\:version-2 {
      --btn-border-width: 1px;
    }
  }
  @media (min-width: 468px) and (hover: hover) {
    .btn.\:b2\:size-1.\:version-2:hover, .overlink:hover ~ * .btn.\:b2\:size-1.\:version-2 {
      --btn-border-width: 1px;
    }
  }
  @media (min-width: 468px) {
    .btn.\:b2\:size-1.\:version-2:active, .overlink:active ~ * .btn.\:b2\:size-1.\:version-2 {
      --btn-border-width: 1px;
    }
    .btn.\:b2\:size-1.\:version-2[disabled] {
      --btn-border-width: 1px;
    }
    .btn.\:b2\:size-2 {
      --btn-padding-x: 16px;
      --btn-padding-y: 8px;
    }
  }
  @media (min-width: 468px) and (hover: hover) {
    .btn.\:b2\:size-2:hover, .overlink:hover ~ * .btn.\:b2\:size-2 {
      --btn-scale: 1;
    }
  }
  @media (min-width: 468px) {
    .btn.\:b2\:size-2:active, .overlink:active ~ * .btn.\:b2\:size-2 {
      --btn-scale: 1;
    }
    .btn.\:b2\:size-2.\:icon-before {
      --btn-padding-left: 14px;
    }
    .btn.\:b2\:size-2.\:icon-after {
      --btn-padding-right: 14px;
    }
    .btn.\:b2\:size-2.\:icon-only {
      --btn-padding-x: 6px;
      --btn-padding-y: 6px;
    }
    .btn.\:b2\:size-2.media {
      --btn-padding-x: clamp(8px, 0.8561vw + 4.9178px, 18px);
      --btn-padding-y: clamp(8px, 0.8561vw + 4.9178px, 18px);
    }
    .btn.\:b2\:size-2.\:version-1 {
      --btn-border-width: 0px;
    }
  }
  @media (min-width: 468px) and (hover: hover) {
    .btn.\:b2\:size-2.\:version-1:hover, .overlink:hover ~ * .btn.\:b2\:size-2.\:version-1 {
      --btn-border-width: 0px;
    }
  }
  @media (min-width: 468px) {
    .btn.\:b2\:size-2.\:version-1:active, .overlink:active ~ * .btn.\:b2\:size-2.\:version-1 {
      --btn-border-width: 0px;
    }
    .btn.\:b2\:size-2.\:version-1[disabled] {
      --btn-border-width: 0px;
    }
    .btn.\:b2\:size-2.\:version-2 {
      --btn-border-width: 1px;
    }
  }
  @media (min-width: 468px) and (hover: hover) {
    .btn.\:b2\:size-2.\:version-2:hover, .overlink:hover ~ * .btn.\:b2\:size-2.\:version-2 {
      --btn-border-width: 1px;
    }
  }
  @media (min-width: 468px) {
    .btn.\:b2\:size-2.\:version-2:active, .overlink:active ~ * .btn.\:b2\:size-2.\:version-2 {
      --btn-border-width: 1px;
    }
    .btn.\:b2\:size-2.\:version-2[disabled] {
      --btn-border-width: 1px;
    }
  }
  @media (min-width: 596px) {
    .btn.\:b3\:size-1 {
      --btn-padding-x: 24px;
      --btn-padding-y: 16px;
    }
  }
  @media (min-width: 596px) and (hover: hover) {
    .btn.\:b3\:size-1:hover, .overlink:hover ~ * .btn.\:b3\:size-1 {
      --btn-scale: 1;
    }
  }
  @media (min-width: 596px) {
    .btn.\:b3\:size-1:active, .overlink:active ~ * .btn.\:b3\:size-1 {
      --btn-scale: 1;
    }
    .btn.\:b3\:size-1.\:icon-before {
      --btn-padding-left: 24px;
    }
    .btn.\:b3\:size-1.\:icon-after {
      --btn-padding-right: 24px;
    }
    .btn.\:b3\:size-1.\:icon-only {
      --btn-padding-x: 10px;
      --btn-padding-y: 10px;
    }
    .btn.\:b3\:size-1.media {
      --btn-padding-x: clamp(8px, 0.8561vw + 4.9178px, 18px);
      --btn-padding-y: clamp(8px, 0.8561vw + 4.9178px, 18px);
    }
    .btn.\:b3\:size-1.\:version-1 {
      --btn-border-width: 0px;
    }
  }
  @media (min-width: 596px) and (hover: hover) {
    .btn.\:b3\:size-1.\:version-1:hover, .overlink:hover ~ * .btn.\:b3\:size-1.\:version-1 {
      --btn-border-width: 0px;
    }
  }
  @media (min-width: 596px) {
    .btn.\:b3\:size-1.\:version-1:active, .overlink:active ~ * .btn.\:b3\:size-1.\:version-1 {
      --btn-border-width: 0px;
    }
    .btn.\:b3\:size-1.\:version-1[disabled] {
      --btn-border-width: 0px;
    }
    .btn.\:b3\:size-1.\:version-2 {
      --btn-border-width: 1px;
    }
  }
  @media (min-width: 596px) and (hover: hover) {
    .btn.\:b3\:size-1.\:version-2:hover, .overlink:hover ~ * .btn.\:b3\:size-1.\:version-2 {
      --btn-border-width: 1px;
    }
  }
  @media (min-width: 596px) {
    .btn.\:b3\:size-1.\:version-2:active, .overlink:active ~ * .btn.\:b3\:size-1.\:version-2 {
      --btn-border-width: 1px;
    }
    .btn.\:b3\:size-1.\:version-2[disabled] {
      --btn-border-width: 1px;
    }
    .btn.\:b3\:size-2 {
      --btn-padding-x: 16px;
      --btn-padding-y: 8px;
    }
  }
  @media (min-width: 596px) and (hover: hover) {
    .btn.\:b3\:size-2:hover, .overlink:hover ~ * .btn.\:b3\:size-2 {
      --btn-scale: 1;
    }
  }
  @media (min-width: 596px) {
    .btn.\:b3\:size-2:active, .overlink:active ~ * .btn.\:b3\:size-2 {
      --btn-scale: 1;
    }
    .btn.\:b3\:size-2.\:icon-before {
      --btn-padding-left: 14px;
    }
    .btn.\:b3\:size-2.\:icon-after {
      --btn-padding-right: 14px;
    }
    .btn.\:b3\:size-2.\:icon-only {
      --btn-padding-x: 6px;
      --btn-padding-y: 6px;
    }
    .btn.\:b3\:size-2.media {
      --btn-padding-x: clamp(8px, 0.8561vw + 4.9178px, 18px);
      --btn-padding-y: clamp(8px, 0.8561vw + 4.9178px, 18px);
    }
    .btn.\:b3\:size-2.\:version-1 {
      --btn-border-width: 0px;
    }
  }
  @media (min-width: 596px) and (hover: hover) {
    .btn.\:b3\:size-2.\:version-1:hover, .overlink:hover ~ * .btn.\:b3\:size-2.\:version-1 {
      --btn-border-width: 0px;
    }
  }
  @media (min-width: 596px) {
    .btn.\:b3\:size-2.\:version-1:active, .overlink:active ~ * .btn.\:b3\:size-2.\:version-1 {
      --btn-border-width: 0px;
    }
    .btn.\:b3\:size-2.\:version-1[disabled] {
      --btn-border-width: 0px;
    }
    .btn.\:b3\:size-2.\:version-2 {
      --btn-border-width: 1px;
    }
  }
  @media (min-width: 596px) and (hover: hover) {
    .btn.\:b3\:size-2.\:version-2:hover, .overlink:hover ~ * .btn.\:b3\:size-2.\:version-2 {
      --btn-border-width: 1px;
    }
  }
  @media (min-width: 596px) {
    .btn.\:b3\:size-2.\:version-2:active, .overlink:active ~ * .btn.\:b3\:size-2.\:version-2 {
      --btn-border-width: 1px;
    }
    .btn.\:b3\:size-2.\:version-2[disabled] {
      --btn-border-width: 1px;
    }
  }
  @media (min-width: 740px) {
    .btn.\:b4\:size-1 {
      --btn-padding-x: 24px;
      --btn-padding-y: 16px;
    }
  }
  @media (min-width: 740px) and (hover: hover) {
    .btn.\:b4\:size-1:hover, .overlink:hover ~ * .btn.\:b4\:size-1 {
      --btn-scale: 1;
    }
  }
  @media (min-width: 740px) {
    .btn.\:b4\:size-1:active, .overlink:active ~ * .btn.\:b4\:size-1 {
      --btn-scale: 1;
    }
    .btn.\:b4\:size-1.\:icon-before {
      --btn-padding-left: 24px;
    }
    .btn.\:b4\:size-1.\:icon-after {
      --btn-padding-right: 24px;
    }
    .btn.\:b4\:size-1.\:icon-only {
      --btn-padding-x: 10px;
      --btn-padding-y: 10px;
    }
    .btn.\:b4\:size-1.media {
      --btn-padding-x: clamp(8px, 0.8561vw + 4.9178px, 18px);
      --btn-padding-y: clamp(8px, 0.8561vw + 4.9178px, 18px);
    }
    .btn.\:b4\:size-1.\:version-1 {
      --btn-border-width: 0px;
    }
  }
  @media (min-width: 740px) and (hover: hover) {
    .btn.\:b4\:size-1.\:version-1:hover, .overlink:hover ~ * .btn.\:b4\:size-1.\:version-1 {
      --btn-border-width: 0px;
    }
  }
  @media (min-width: 740px) {
    .btn.\:b4\:size-1.\:version-1:active, .overlink:active ~ * .btn.\:b4\:size-1.\:version-1 {
      --btn-border-width: 0px;
    }
    .btn.\:b4\:size-1.\:version-1[disabled] {
      --btn-border-width: 0px;
    }
    .btn.\:b4\:size-1.\:version-2 {
      --btn-border-width: 1px;
    }
  }
  @media (min-width: 740px) and (hover: hover) {
    .btn.\:b4\:size-1.\:version-2:hover, .overlink:hover ~ * .btn.\:b4\:size-1.\:version-2 {
      --btn-border-width: 1px;
    }
  }
  @media (min-width: 740px) {
    .btn.\:b4\:size-1.\:version-2:active, .overlink:active ~ * .btn.\:b4\:size-1.\:version-2 {
      --btn-border-width: 1px;
    }
    .btn.\:b4\:size-1.\:version-2[disabled] {
      --btn-border-width: 1px;
    }
    .btn.\:b4\:size-2 {
      --btn-padding-x: 16px;
      --btn-padding-y: 8px;
    }
  }
  @media (min-width: 740px) and (hover: hover) {
    .btn.\:b4\:size-2:hover, .overlink:hover ~ * .btn.\:b4\:size-2 {
      --btn-scale: 1;
    }
  }
  @media (min-width: 740px) {
    .btn.\:b4\:size-2:active, .overlink:active ~ * .btn.\:b4\:size-2 {
      --btn-scale: 1;
    }
    .btn.\:b4\:size-2.\:icon-before {
      --btn-padding-left: 14px;
    }
    .btn.\:b4\:size-2.\:icon-after {
      --btn-padding-right: 14px;
    }
    .btn.\:b4\:size-2.\:icon-only {
      --btn-padding-x: 6px;
      --btn-padding-y: 6px;
    }
    .btn.\:b4\:size-2.media {
      --btn-padding-x: clamp(8px, 0.8561vw + 4.9178px, 18px);
      --btn-padding-y: clamp(8px, 0.8561vw + 4.9178px, 18px);
    }
    .btn.\:b4\:size-2.\:version-1 {
      --btn-border-width: 0px;
    }
  }
  @media (min-width: 740px) and (hover: hover) {
    .btn.\:b4\:size-2.\:version-1:hover, .overlink:hover ~ * .btn.\:b4\:size-2.\:version-1 {
      --btn-border-width: 0px;
    }
  }
  @media (min-width: 740px) {
    .btn.\:b4\:size-2.\:version-1:active, .overlink:active ~ * .btn.\:b4\:size-2.\:version-1 {
      --btn-border-width: 0px;
    }
    .btn.\:b4\:size-2.\:version-1[disabled] {
      --btn-border-width: 0px;
    }
    .btn.\:b4\:size-2.\:version-2 {
      --btn-border-width: 1px;
    }
  }
  @media (min-width: 740px) and (hover: hover) {
    .btn.\:b4\:size-2.\:version-2:hover, .overlink:hover ~ * .btn.\:b4\:size-2.\:version-2 {
      --btn-border-width: 1px;
    }
  }
  @media (min-width: 740px) {
    .btn.\:b4\:size-2.\:version-2:active, .overlink:active ~ * .btn.\:b4\:size-2.\:version-2 {
      --btn-border-width: 1px;
    }
    .btn.\:b4\:size-2.\:version-2[disabled] {
      --btn-border-width: 1px;
    }
  }
  @media (min-width: 900px) {
    .btn.\:b5\:size-1 {
      --btn-padding-x: 24px;
      --btn-padding-y: 16px;
    }
  }
  @media (min-width: 900px) and (hover: hover) {
    .btn.\:b5\:size-1:hover, .overlink:hover ~ * .btn.\:b5\:size-1 {
      --btn-scale: 1;
    }
  }
  @media (min-width: 900px) {
    .btn.\:b5\:size-1:active, .overlink:active ~ * .btn.\:b5\:size-1 {
      --btn-scale: 1;
    }
    .btn.\:b5\:size-1.\:icon-before {
      --btn-padding-left: 24px;
    }
    .btn.\:b5\:size-1.\:icon-after {
      --btn-padding-right: 24px;
    }
    .btn.\:b5\:size-1.\:icon-only {
      --btn-padding-x: 10px;
      --btn-padding-y: 10px;
    }
    .btn.\:b5\:size-1.media {
      --btn-padding-x: clamp(8px, 0.8561vw + 4.9178px, 18px);
      --btn-padding-y: clamp(8px, 0.8561vw + 4.9178px, 18px);
    }
    .btn.\:b5\:size-1.\:version-1 {
      --btn-border-width: 0px;
    }
  }
  @media (min-width: 900px) and (hover: hover) {
    .btn.\:b5\:size-1.\:version-1:hover, .overlink:hover ~ * .btn.\:b5\:size-1.\:version-1 {
      --btn-border-width: 0px;
    }
  }
  @media (min-width: 900px) {
    .btn.\:b5\:size-1.\:version-1:active, .overlink:active ~ * .btn.\:b5\:size-1.\:version-1 {
      --btn-border-width: 0px;
    }
    .btn.\:b5\:size-1.\:version-1[disabled] {
      --btn-border-width: 0px;
    }
    .btn.\:b5\:size-1.\:version-2 {
      --btn-border-width: 1px;
    }
  }
  @media (min-width: 900px) and (hover: hover) {
    .btn.\:b5\:size-1.\:version-2:hover, .overlink:hover ~ * .btn.\:b5\:size-1.\:version-2 {
      --btn-border-width: 1px;
    }
  }
  @media (min-width: 900px) {
    .btn.\:b5\:size-1.\:version-2:active, .overlink:active ~ * .btn.\:b5\:size-1.\:version-2 {
      --btn-border-width: 1px;
    }
    .btn.\:b5\:size-1.\:version-2[disabled] {
      --btn-border-width: 1px;
    }
    .btn.\:b5\:size-2 {
      --btn-padding-x: 16px;
      --btn-padding-y: 8px;
    }
  }
  @media (min-width: 900px) and (hover: hover) {
    .btn.\:b5\:size-2:hover, .overlink:hover ~ * .btn.\:b5\:size-2 {
      --btn-scale: 1;
    }
  }
  @media (min-width: 900px) {
    .btn.\:b5\:size-2:active, .overlink:active ~ * .btn.\:b5\:size-2 {
      --btn-scale: 1;
    }
    .btn.\:b5\:size-2.\:icon-before {
      --btn-padding-left: 14px;
    }
    .btn.\:b5\:size-2.\:icon-after {
      --btn-padding-right: 14px;
    }
    .btn.\:b5\:size-2.\:icon-only {
      --btn-padding-x: 6px;
      --btn-padding-y: 6px;
    }
    .btn.\:b5\:size-2.media {
      --btn-padding-x: clamp(8px, 0.8561vw + 4.9178px, 18px);
      --btn-padding-y: clamp(8px, 0.8561vw + 4.9178px, 18px);
    }
    .btn.\:b5\:size-2.\:version-1 {
      --btn-border-width: 0px;
    }
  }
  @media (min-width: 900px) and (hover: hover) {
    .btn.\:b5\:size-2.\:version-1:hover, .overlink:hover ~ * .btn.\:b5\:size-2.\:version-1 {
      --btn-border-width: 0px;
    }
  }
  @media (min-width: 900px) {
    .btn.\:b5\:size-2.\:version-1:active, .overlink:active ~ * .btn.\:b5\:size-2.\:version-1 {
      --btn-border-width: 0px;
    }
    .btn.\:b5\:size-2.\:version-1[disabled] {
      --btn-border-width: 0px;
    }
    .btn.\:b5\:size-2.\:version-2 {
      --btn-border-width: 1px;
    }
  }
  @media (min-width: 900px) and (hover: hover) {
    .btn.\:b5\:size-2.\:version-2:hover, .overlink:hover ~ * .btn.\:b5\:size-2.\:version-2 {
      --btn-border-width: 1px;
    }
  }
  @media (min-width: 900px) {
    .btn.\:b5\:size-2.\:version-2:active, .overlink:active ~ * .btn.\:b5\:size-2.\:version-2 {
      --btn-border-width: 1px;
    }
    .btn.\:b5\:size-2.\:version-2[disabled] {
      --btn-border-width: 1px;
    }
  }
  @media (min-width: 1084px) {
    .btn.\:b6\:size-1 {
      --btn-padding-x: 24px;
      --btn-padding-y: 16px;
    }
  }
  @media (min-width: 1084px) and (hover: hover) {
    .btn.\:b6\:size-1:hover, .overlink:hover ~ * .btn.\:b6\:size-1 {
      --btn-scale: 1;
    }
  }
  @media (min-width: 1084px) {
    .btn.\:b6\:size-1:active, .overlink:active ~ * .btn.\:b6\:size-1 {
      --btn-scale: 1;
    }
    .btn.\:b6\:size-1.\:icon-before {
      --btn-padding-left: 24px;
    }
    .btn.\:b6\:size-1.\:icon-after {
      --btn-padding-right: 24px;
    }
    .btn.\:b6\:size-1.\:icon-only {
      --btn-padding-x: 10px;
      --btn-padding-y: 10px;
    }
    .btn.\:b6\:size-1.media {
      --btn-padding-x: clamp(8px, 0.8561vw + 4.9178px, 18px);
      --btn-padding-y: clamp(8px, 0.8561vw + 4.9178px, 18px);
    }
    .btn.\:b6\:size-1.\:version-1 {
      --btn-border-width: 0px;
    }
  }
  @media (min-width: 1084px) and (hover: hover) {
    .btn.\:b6\:size-1.\:version-1:hover, .overlink:hover ~ * .btn.\:b6\:size-1.\:version-1 {
      --btn-border-width: 0px;
    }
  }
  @media (min-width: 1084px) {
    .btn.\:b6\:size-1.\:version-1:active, .overlink:active ~ * .btn.\:b6\:size-1.\:version-1 {
      --btn-border-width: 0px;
    }
    .btn.\:b6\:size-1.\:version-1[disabled] {
      --btn-border-width: 0px;
    }
    .btn.\:b6\:size-1.\:version-2 {
      --btn-border-width: 1px;
    }
  }
  @media (min-width: 1084px) and (hover: hover) {
    .btn.\:b6\:size-1.\:version-2:hover, .overlink:hover ~ * .btn.\:b6\:size-1.\:version-2 {
      --btn-border-width: 1px;
    }
  }
  @media (min-width: 1084px) {
    .btn.\:b6\:size-1.\:version-2:active, .overlink:active ~ * .btn.\:b6\:size-1.\:version-2 {
      --btn-border-width: 1px;
    }
    .btn.\:b6\:size-1.\:version-2[disabled] {
      --btn-border-width: 1px;
    }
    .btn.\:b6\:size-2 {
      --btn-padding-x: 16px;
      --btn-padding-y: 8px;
    }
  }
  @media (min-width: 1084px) and (hover: hover) {
    .btn.\:b6\:size-2:hover, .overlink:hover ~ * .btn.\:b6\:size-2 {
      --btn-scale: 1;
    }
  }
  @media (min-width: 1084px) {
    .btn.\:b6\:size-2:active, .overlink:active ~ * .btn.\:b6\:size-2 {
      --btn-scale: 1;
    }
    .btn.\:b6\:size-2.\:icon-before {
      --btn-padding-left: 14px;
    }
    .btn.\:b6\:size-2.\:icon-after {
      --btn-padding-right: 14px;
    }
    .btn.\:b6\:size-2.\:icon-only {
      --btn-padding-x: 6px;
      --btn-padding-y: 6px;
    }
    .btn.\:b6\:size-2.media {
      --btn-padding-x: clamp(8px, 0.8561vw + 4.9178px, 18px);
      --btn-padding-y: clamp(8px, 0.8561vw + 4.9178px, 18px);
    }
    .btn.\:b6\:size-2.\:version-1 {
      --btn-border-width: 0px;
    }
  }
  @media (min-width: 1084px) and (hover: hover) {
    .btn.\:b6\:size-2.\:version-1:hover, .overlink:hover ~ * .btn.\:b6\:size-2.\:version-1 {
      --btn-border-width: 0px;
    }
  }
  @media (min-width: 1084px) {
    .btn.\:b6\:size-2.\:version-1:active, .overlink:active ~ * .btn.\:b6\:size-2.\:version-1 {
      --btn-border-width: 0px;
    }
    .btn.\:b6\:size-2.\:version-1[disabled] {
      --btn-border-width: 0px;
    }
    .btn.\:b6\:size-2.\:version-2 {
      --btn-border-width: 1px;
    }
  }
  @media (min-width: 1084px) and (hover: hover) {
    .btn.\:b6\:size-2.\:version-2:hover, .overlink:hover ~ * .btn.\:b6\:size-2.\:version-2 {
      --btn-border-width: 1px;
    }
  }
  @media (min-width: 1084px) {
    .btn.\:b6\:size-2.\:version-2:active, .overlink:active ~ * .btn.\:b6\:size-2.\:version-2 {
      --btn-border-width: 1px;
    }
    .btn.\:b6\:size-2.\:version-2[disabled] {
      --btn-border-width: 1px;
    }
  }
  @media (min-width: 1292px) {
    .btn.\:b7\:size-1 {
      --btn-padding-x: 24px;
      --btn-padding-y: 16px;
    }
  }
  @media (min-width: 1292px) and (hover: hover) {
    .btn.\:b7\:size-1:hover, .overlink:hover ~ * .btn.\:b7\:size-1 {
      --btn-scale: 1;
    }
  }
  @media (min-width: 1292px) {
    .btn.\:b7\:size-1:active, .overlink:active ~ * .btn.\:b7\:size-1 {
      --btn-scale: 1;
    }
    .btn.\:b7\:size-1.\:icon-before {
      --btn-padding-left: 24px;
    }
    .btn.\:b7\:size-1.\:icon-after {
      --btn-padding-right: 24px;
    }
    .btn.\:b7\:size-1.\:icon-only {
      --btn-padding-x: 10px;
      --btn-padding-y: 10px;
    }
    .btn.\:b7\:size-1.media {
      --btn-padding-x: clamp(8px, 0.8561vw + 4.9178px, 18px);
      --btn-padding-y: clamp(8px, 0.8561vw + 4.9178px, 18px);
    }
    .btn.\:b7\:size-1.\:version-1 {
      --btn-border-width: 0px;
    }
  }
  @media (min-width: 1292px) and (hover: hover) {
    .btn.\:b7\:size-1.\:version-1:hover, .overlink:hover ~ * .btn.\:b7\:size-1.\:version-1 {
      --btn-border-width: 0px;
    }
  }
  @media (min-width: 1292px) {
    .btn.\:b7\:size-1.\:version-1:active, .overlink:active ~ * .btn.\:b7\:size-1.\:version-1 {
      --btn-border-width: 0px;
    }
    .btn.\:b7\:size-1.\:version-1[disabled] {
      --btn-border-width: 0px;
    }
    .btn.\:b7\:size-1.\:version-2 {
      --btn-border-width: 1px;
    }
  }
  @media (min-width: 1292px) and (hover: hover) {
    .btn.\:b7\:size-1.\:version-2:hover, .overlink:hover ~ * .btn.\:b7\:size-1.\:version-2 {
      --btn-border-width: 1px;
    }
  }
  @media (min-width: 1292px) {
    .btn.\:b7\:size-1.\:version-2:active, .overlink:active ~ * .btn.\:b7\:size-1.\:version-2 {
      --btn-border-width: 1px;
    }
    .btn.\:b7\:size-1.\:version-2[disabled] {
      --btn-border-width: 1px;
    }
    .btn.\:b7\:size-2 {
      --btn-padding-x: 16px;
      --btn-padding-y: 8px;
    }
  }
  @media (min-width: 1292px) and (hover: hover) {
    .btn.\:b7\:size-2:hover, .overlink:hover ~ * .btn.\:b7\:size-2 {
      --btn-scale: 1;
    }
  }
  @media (min-width: 1292px) {
    .btn.\:b7\:size-2:active, .overlink:active ~ * .btn.\:b7\:size-2 {
      --btn-scale: 1;
    }
    .btn.\:b7\:size-2.\:icon-before {
      --btn-padding-left: 14px;
    }
    .btn.\:b7\:size-2.\:icon-after {
      --btn-padding-right: 14px;
    }
    .btn.\:b7\:size-2.\:icon-only {
      --btn-padding-x: 6px;
      --btn-padding-y: 6px;
    }
    .btn.\:b7\:size-2.media {
      --btn-padding-x: clamp(8px, 0.8561vw + 4.9178px, 18px);
      --btn-padding-y: clamp(8px, 0.8561vw + 4.9178px, 18px);
    }
    .btn.\:b7\:size-2.\:version-1 {
      --btn-border-width: 0px;
    }
  }
  @media (min-width: 1292px) and (hover: hover) {
    .btn.\:b7\:size-2.\:version-1:hover, .overlink:hover ~ * .btn.\:b7\:size-2.\:version-1 {
      --btn-border-width: 0px;
    }
  }
  @media (min-width: 1292px) {
    .btn.\:b7\:size-2.\:version-1:active, .overlink:active ~ * .btn.\:b7\:size-2.\:version-1 {
      --btn-border-width: 0px;
    }
    .btn.\:b7\:size-2.\:version-1[disabled] {
      --btn-border-width: 0px;
    }
    .btn.\:b7\:size-2.\:version-2 {
      --btn-border-width: 1px;
    }
  }
  @media (min-width: 1292px) and (hover: hover) {
    .btn.\:b7\:size-2.\:version-2:hover, .overlink:hover ~ * .btn.\:b7\:size-2.\:version-2 {
      --btn-border-width: 1px;
    }
  }
  @media (min-width: 1292px) {
    .btn.\:b7\:size-2.\:version-2:active, .overlink:active ~ * .btn.\:b7\:size-2.\:version-2 {
      --btn-border-width: 1px;
    }
    .btn.\:b7\:size-2.\:version-2[disabled] {
      --btn-border-width: 1px;
    }
  }
  @media (min-width: 1528px) {
    .btn.\:b8\:size-1 {
      --btn-padding-x: 24px;
      --btn-padding-y: 16px;
    }
  }
  @media (min-width: 1528px) and (hover: hover) {
    .btn.\:b8\:size-1:hover, .overlink:hover ~ * .btn.\:b8\:size-1 {
      --btn-scale: 1;
    }
  }
  @media (min-width: 1528px) {
    .btn.\:b8\:size-1:active, .overlink:active ~ * .btn.\:b8\:size-1 {
      --btn-scale: 1;
    }
    .btn.\:b8\:size-1.\:icon-before {
      --btn-padding-left: 24px;
    }
    .btn.\:b8\:size-1.\:icon-after {
      --btn-padding-right: 24px;
    }
    .btn.\:b8\:size-1.\:icon-only {
      --btn-padding-x: 10px;
      --btn-padding-y: 10px;
    }
    .btn.\:b8\:size-1.media {
      --btn-padding-x: clamp(8px, 0.8561vw + 4.9178px, 18px);
      --btn-padding-y: clamp(8px, 0.8561vw + 4.9178px, 18px);
    }
    .btn.\:b8\:size-1.\:version-1 {
      --btn-border-width: 0px;
    }
  }
  @media (min-width: 1528px) and (hover: hover) {
    .btn.\:b8\:size-1.\:version-1:hover, .overlink:hover ~ * .btn.\:b8\:size-1.\:version-1 {
      --btn-border-width: 0px;
    }
  }
  @media (min-width: 1528px) {
    .btn.\:b8\:size-1.\:version-1:active, .overlink:active ~ * .btn.\:b8\:size-1.\:version-1 {
      --btn-border-width: 0px;
    }
    .btn.\:b8\:size-1.\:version-1[disabled] {
      --btn-border-width: 0px;
    }
    .btn.\:b8\:size-1.\:version-2 {
      --btn-border-width: 1px;
    }
  }
  @media (min-width: 1528px) and (hover: hover) {
    .btn.\:b8\:size-1.\:version-2:hover, .overlink:hover ~ * .btn.\:b8\:size-1.\:version-2 {
      --btn-border-width: 1px;
    }
  }
  @media (min-width: 1528px) {
    .btn.\:b8\:size-1.\:version-2:active, .overlink:active ~ * .btn.\:b8\:size-1.\:version-2 {
      --btn-border-width: 1px;
    }
    .btn.\:b8\:size-1.\:version-2[disabled] {
      --btn-border-width: 1px;
    }
    .btn.\:b8\:size-2 {
      --btn-padding-x: 16px;
      --btn-padding-y: 8px;
    }
  }
  @media (min-width: 1528px) and (hover: hover) {
    .btn.\:b8\:size-2:hover, .overlink:hover ~ * .btn.\:b8\:size-2 {
      --btn-scale: 1;
    }
  }
  @media (min-width: 1528px) {
    .btn.\:b8\:size-2:active, .overlink:active ~ * .btn.\:b8\:size-2 {
      --btn-scale: 1;
    }
    .btn.\:b8\:size-2.\:icon-before {
      --btn-padding-left: 14px;
    }
    .btn.\:b8\:size-2.\:icon-after {
      --btn-padding-right: 14px;
    }
    .btn.\:b8\:size-2.\:icon-only {
      --btn-padding-x: 6px;
      --btn-padding-y: 6px;
    }
    .btn.\:b8\:size-2.media {
      --btn-padding-x: clamp(8px, 0.8561vw + 4.9178px, 18px);
      --btn-padding-y: clamp(8px, 0.8561vw + 4.9178px, 18px);
    }
    .btn.\:b8\:size-2.\:version-1 {
      --btn-border-width: 0px;
    }
  }
  @media (min-width: 1528px) and (hover: hover) {
    .btn.\:b8\:size-2.\:version-1:hover, .overlink:hover ~ * .btn.\:b8\:size-2.\:version-1 {
      --btn-border-width: 0px;
    }
  }
  @media (min-width: 1528px) {
    .btn.\:b8\:size-2.\:version-1:active, .overlink:active ~ * .btn.\:b8\:size-2.\:version-1 {
      --btn-border-width: 0px;
    }
    .btn.\:b8\:size-2.\:version-1[disabled] {
      --btn-border-width: 0px;
    }
    .btn.\:b8\:size-2.\:version-2 {
      --btn-border-width: 1px;
    }
  }
  @media (min-width: 1528px) and (hover: hover) {
    .btn.\:b8\:size-2.\:version-2:hover, .overlink:hover ~ * .btn.\:b8\:size-2.\:version-2 {
      --btn-border-width: 1px;
    }
  }
  @media (min-width: 1528px) {
    .btn.\:b8\:size-2.\:version-2:active, .overlink:active ~ * .btn.\:b8\:size-2.\:version-2 {
      --btn-border-width: 1px;
    }
    .btn.\:b8\:size-2.\:version-2[disabled] {
      --btn-border-width: 1px;
    }
  }
  @media (min-width: 1792px) {
    .btn.\:b9\:size-1 {
      --btn-padding-x: 24px;
      --btn-padding-y: 16px;
    }
  }
  @media (min-width: 1792px) and (hover: hover) {
    .btn.\:b9\:size-1:hover, .overlink:hover ~ * .btn.\:b9\:size-1 {
      --btn-scale: 1;
    }
  }
  @media (min-width: 1792px) {
    .btn.\:b9\:size-1:active, .overlink:active ~ * .btn.\:b9\:size-1 {
      --btn-scale: 1;
    }
    .btn.\:b9\:size-1.\:icon-before {
      --btn-padding-left: 24px;
    }
    .btn.\:b9\:size-1.\:icon-after {
      --btn-padding-right: 24px;
    }
    .btn.\:b9\:size-1.\:icon-only {
      --btn-padding-x: 10px;
      --btn-padding-y: 10px;
    }
    .btn.\:b9\:size-1.media {
      --btn-padding-x: clamp(8px, 0.8561vw + 4.9178px, 18px);
      --btn-padding-y: clamp(8px, 0.8561vw + 4.9178px, 18px);
    }
    .btn.\:b9\:size-1.\:version-1 {
      --btn-border-width: 0px;
    }
  }
  @media (min-width: 1792px) and (hover: hover) {
    .btn.\:b9\:size-1.\:version-1:hover, .overlink:hover ~ * .btn.\:b9\:size-1.\:version-1 {
      --btn-border-width: 0px;
    }
  }
  @media (min-width: 1792px) {
    .btn.\:b9\:size-1.\:version-1:active, .overlink:active ~ * .btn.\:b9\:size-1.\:version-1 {
      --btn-border-width: 0px;
    }
    .btn.\:b9\:size-1.\:version-1[disabled] {
      --btn-border-width: 0px;
    }
    .btn.\:b9\:size-1.\:version-2 {
      --btn-border-width: 1px;
    }
  }
  @media (min-width: 1792px) and (hover: hover) {
    .btn.\:b9\:size-1.\:version-2:hover, .overlink:hover ~ * .btn.\:b9\:size-1.\:version-2 {
      --btn-border-width: 1px;
    }
  }
  @media (min-width: 1792px) {
    .btn.\:b9\:size-1.\:version-2:active, .overlink:active ~ * .btn.\:b9\:size-1.\:version-2 {
      --btn-border-width: 1px;
    }
    .btn.\:b9\:size-1.\:version-2[disabled] {
      --btn-border-width: 1px;
    }
    .btn.\:b9\:size-2 {
      --btn-padding-x: 16px;
      --btn-padding-y: 8px;
    }
  }
  @media (min-width: 1792px) and (hover: hover) {
    .btn.\:b9\:size-2:hover, .overlink:hover ~ * .btn.\:b9\:size-2 {
      --btn-scale: 1;
    }
  }
  @media (min-width: 1792px) {
    .btn.\:b9\:size-2:active, .overlink:active ~ * .btn.\:b9\:size-2 {
      --btn-scale: 1;
    }
    .btn.\:b9\:size-2.\:icon-before {
      --btn-padding-left: 14px;
    }
    .btn.\:b9\:size-2.\:icon-after {
      --btn-padding-right: 14px;
    }
    .btn.\:b9\:size-2.\:icon-only {
      --btn-padding-x: 6px;
      --btn-padding-y: 6px;
    }
    .btn.\:b9\:size-2.media {
      --btn-padding-x: clamp(8px, 0.8561vw + 4.9178px, 18px);
      --btn-padding-y: clamp(8px, 0.8561vw + 4.9178px, 18px);
    }
    .btn.\:b9\:size-2.\:version-1 {
      --btn-border-width: 0px;
    }
  }
  @media (min-width: 1792px) and (hover: hover) {
    .btn.\:b9\:size-2.\:version-1:hover, .overlink:hover ~ * .btn.\:b9\:size-2.\:version-1 {
      --btn-border-width: 0px;
    }
  }
  @media (min-width: 1792px) {
    .btn.\:b9\:size-2.\:version-1:active, .overlink:active ~ * .btn.\:b9\:size-2.\:version-1 {
      --btn-border-width: 0px;
    }
    .btn.\:b9\:size-2.\:version-1[disabled] {
      --btn-border-width: 0px;
    }
    .btn.\:b9\:size-2.\:version-2 {
      --btn-border-width: 1px;
    }
  }
  @media (min-width: 1792px) and (hover: hover) {
    .btn.\:b9\:size-2.\:version-2:hover, .overlink:hover ~ * .btn.\:b9\:size-2.\:version-2 {
      --btn-border-width: 1px;
    }
  }
  @media (min-width: 1792px) {
    .btn.\:b9\:size-2.\:version-2:active, .overlink:active ~ * .btn.\:b9\:size-2.\:version-2 {
      --btn-border-width: 1px;
    }
    .btn.\:b9\:size-2.\:version-2[disabled] {
      --btn-border-width: 1px;
    }
  }
  .btn.\:icon-only {
    border-radius: 50%;
  }
  .btn.\:icon-only .text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .btn.\:icon-only.\:version-2::before {
    border-radius: 50%;
  }
  .btn.media {
    border-radius: 0;
    --icon-size: clamp(32px, 2.7397vw + 22.1369px, 64px);
  }
  .e-btn {
    margin-top: clamp(24px, 0.6849vw + 21.5342px, 32px);
  }
}
@layer element {
  .card {
    --p-icon: var(--p-accent-1);
    container-type: inline-size;
  }
  .card .c-inner {
    position: relative;
    grid-template-rows: auto 1fr;
  }
  .card .c-inner > * {
    grid-column: 1/-1;
  }
  .card .c-image {
    grid-row: auto/span 2;
  }
  .card figure {
    overflow: hidden;
  }
  .card .e-image {
    aspect-ratio: 1.5;
    overflow: hidden;
  }
  .card .c-text {
    grid-auto-rows: min-content;
  }
  .card .meta-header.tag-only {
    margin-top: -22px;
  }
  .card .title {
    font-size: 24px;
    font-family: "HCo Gotham", serif, "HCo Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Noto Sans", "Helvetica Neue", sans-serif;
    font-weight: 400;
    line-height: 1.28;
    letter-spacing: 0px;
    font-variant-numeric: oldstyle-nums;
    margin-bottom: 0;
  }
  .card .title.is-external {
    padding-right: 32px;
  }
  .card span.external-link {
    position: relative;
    left: 0.2em;
    top: -0.2em;
    display: inline-block;
    margin-right: -32px;
  }
  .card span.external-link svg {
    display: inline-block;
  }
  @media (max-width: 359.98px) {
    .card .abstract {
      display: none;
    }
  }
  .card .card-meta {
    margin-top: 0.85em;
  }
  .card .card-meta p {
    margin-top: 0.1em;
    font-size: 13px;
    font-family: "HCo Gotham", "HCo Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Noto Sans", "Helvetica Neue", sans-serif;
    font-weight: 400;
    line-height: 1.36;
    color: var(--p-caption);
  }
  .card .card-meta a {
    --link-color-text: var(--p-link-shy-default-text);
    --link-color-bg: var(--p-link-shy-default-bg);
    --link-underline-color: var(--p-link-shy-default-border);
  }
  @media (hover: hover) {
    .card .card-meta a:hover {
      --link-color-text: var(--p-link-shy-hover-text);
      --link-color-bg: var(--p-link-shy-hover-bg);
      --link-underline-color: var(--p-link-shy-hover-border);
    }
  }
  .card .e-btn {
    position: relative;
    z-index: 11;
    justify-self: flex-start;
    order: 2;
  }
  .card.\:version-1 {
    container-name: card-v1;
  }
  .card.\:version-1 .title {
    font-size: clamp(32px, 1.1683vw + 27.7939px, 33.2618px);
    font-family: "HCo Gotham", serif, "HCo Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Noto Sans", "Helvetica Neue", sans-serif;
    font-weight: 400;
    line-height: 1.28;
    letter-spacing: clamp(-0.2779px, -0.0351vw - 0.1139px, -0.24px);
    font-variant-numeric: oldstyle-nums;
  }
  @media (min-width: 468px) and (max-width: 595.98px) {
    .card.\:version-1 .title {
      font-size: clamp(33.2618px, 1.191vw + 27.6878px, 34.7863px);
      letter-spacing: clamp(-0.3236px, -0.0358vw - 0.1107px, -0.2779px);
    }
  }
  @media (min-width: 596px) and (max-width: 739.98px) {
    .card.\:version-1 .title {
      font-size: clamp(34.7863px, 1.2695vw + 27.2196px, 36.6145px);
      letter-spacing: clamp(-0.3785px, -0.0381vw - 0.0966px, -0.3236px);
    }
  }
  @media (min-width: 740px) and (max-width: 899.98px) {
    .card.\:version-1 .title {
      font-size: clamp(36.6145px, 1.3616vw + 26.5384px, 38.7931px);
      letter-spacing: clamp(-0.4438px, -0.0409vw - 0.0762px, -0.3785px);
    }
  }
  @media (min-width: 900px) and (max-width: 1083.98px) {
    .card.\:version-1 .title {
      font-size: clamp(38.7931px, 1.4033vw + 26.163px, 41.3752px);
      letter-spacing: clamp(-0.5213px, -0.0422vw - 0.0649px, -0.4438px);
    }
  }
  @media (min-width: 1084px) {
    .card.\:version-1 .title {
      font-size: clamp(41.3752px, 1.4644vw + 25.5004px, 44.4213px);
      letter-spacing: clamp(-0.6127px, -0.044vw - 0.0451px, -0.5213px);
    }
  }
  @media (min-width: 1292px) {
    .card.\:version-1 .title {
      font-size: clamp(44.4213px, 1.5163vw + 24.8297px, 48px);
      letter-spacing: clamp(-0.72px, -0.0455vw - 0.0249px, -0.6127px);
    }
  }
  .card.\:version-1 .title .shy, .card.\:version-1 .title .shy:hover {
    text-decoration: none !important;
  }
  @container card-v1 (max-width: 556px) {
    .card.\:version-1 .title:first-child {
      margin-top: 0.55em;
    }
  }
  @container card-v1 (min-width: 556px) {
    .card.\:version-1 .c-inner {
      --grid-columns: 12;
    }
    .card.\:version-1 .c-image {
      grid-column: auto/span 5;
    }
    .card.\:version-1 .c-text {
      grid-column: auto/span 7;
      padding-top: clamp(20px, 1.7123vw + 13.8356px, 40px);
      border-top: 1px solid var(--p-line);
    }
    .card.\:version-1 .meta-header {
      margin-top: 0;
    }
    .card.\:version-1 .e-btn {
      grid-column: 6/span 7;
    }
    .card.\:version-1.\:align-right .c-image {
      order: 1;
    }
    .card.\:version-1.\:align-right .e-btn {
      grid-column-start: 1;
    }
  }
  @container card-v1 (min-width: 860px) {
    .card.\:version-1 .c-image {
      grid-column: auto/span 6;
    }
    .card.\:version-1 .c-text {
      grid-column: auto/span 6;
    }
    .card.\:version-1 .e-btn {
      grid-column: 7/span 6;
    }
  }
  .card.\:version-2 {
    container-name: card-v2;
  }
  .card.\:version-2 .title {
    font-size: clamp(26px, 0.7302vw + 23.3712px, 26.7886px);
    font-family: "HCo Gotham", serif, "HCo Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Noto Sans", "Helvetica Neue", sans-serif;
    font-weight: 400;
    line-height: 1.28;
    letter-spacing: clamp(-0.0837px, -0.022vw + 0.0188px, -0.0601px);
    font-variant-numeric: oldstyle-nums;
  }
  @media (min-width: 468px) and (max-width: 595.98px) {
    .card.\:version-2 .title {
      font-size: clamp(26.7886px, 0.7443vw + 23.3049px, 27.7414px);
      letter-spacing: clamp(-0.1123px, -0.0224vw + 0.0208px, -0.0837px);
    }
  }
  @media (min-width: 596px) and (max-width: 739.98px) {
    .card.\:version-2 .title {
      font-size: clamp(27.7414px, 0.7934vw + 23.0122px, 28.884px);
      letter-spacing: clamp(-0.1466px, -0.0239vw + 0.0296px, -0.1123px);
    }
  }
  @media (min-width: 740px) and (max-width: 899.98px) {
    .card.\:version-2 .title {
      font-size: clamp(28.884px, 0.851vw + 22.5865px, 30.2456px);
      letter-spacing: clamp(-0.1874px, -0.0256vw + 0.0424px, -0.1466px);
    }
  }
  @media (min-width: 900px) and (max-width: 1083.98px) {
    .card.\:version-2 .title {
      font-size: clamp(30.2456px, 0.877vw + 22.3519px, 31.8595px);
      letter-spacing: clamp(-0.2358px, -0.0264vw + 0.0494px, -0.1874px);
    }
  }
  @media (min-width: 1084px) {
    .card.\:version-2 .title {
      font-size: clamp(31.8595px, 0.9152vw + 21.9377px, 33.7633px);
      letter-spacing: clamp(-0.293px, -0.0275vw + 0.0618px, -0.2358px);
    }
  }
  @media (min-width: 1292px) {
    .card.\:version-2 .title {
      font-size: clamp(33.7633px, 0.9477vw + 21.5186px, 36px);
      letter-spacing: clamp(-0.36px, -0.0285vw + 0.0744px, -0.293px);
    }
  }
  @media (max-width: 595.98px) {
    .card.\:version-2 .abstract {
      display: none;
    }
  }
  @container card-v2 (min-width: 428px) {
    .card.\:version-2 .c-inner {
      --grid-columns: 12;
    }
    .card.\:version-2 .c-image {
      grid-column: auto/span 5;
    }
    .card.\:version-2 .c-text {
      grid-column: auto/span 7;
    }
    .card.\:version-2 .meta-header {
      margin-top: 0;
    }
    .card.\:version-2 .e-btn {
      grid-column: 6/span 7;
    }
    .card.\:version-2.\:align-right .c-image {
      order: 1;
    }
    .card.\:version-2.\:align-right .e-btn {
      grid-column-start: 1;
    }
  }
  @container card-v2 (min-width: 556px) {
    .card.\:version-2 .c-image {
      grid-column: auto/span 4;
    }
    .card.\:version-2 .c-text {
      grid-column: auto/span 8;
    }
    .card.\:version-2 .e-btn {
      grid-column: 5/span 8;
    }
    .card.\:version-2.\:align-right .e-btn {
      grid-column: 1/span 8;
    }
  }
  @container card-v2 (min-width: 700px) {
    .card.\:version-2 .c-image {
      grid-column: auto/span 3;
    }
    .card.\:version-2 .c-text {
      --grid-columns: 9;
      grid-column: auto/span 9;
    }
    .card.\:version-2 .c-text > * {
      grid-column: 1/span 6;
    }
    .card.\:version-2 .meta-header {
      grid-area: 1/1/span 1/-1;
    }
    .card.\:version-2 .card-footer {
      grid-area: 2/7/span 99/span 3;
      margin-top: clamp(16px, 1.0273vw + 12.3013px, 28px);
    }
    .card.\:version-2 .card-meta {
      margin-top: 0;
    }
    .card.\:version-2 .e-btn {
      grid-column: 4/span 9;
    }
    .card.\:version-2.\:align-right .e-btn {
      grid-column: 1/span 9;
    }
  }
  .card.\:version-3 {
    container-name: card-v3;
    margin: 0 auto;
    width: 100%;
    max-width: 740px-;
  }
  .card.\:version-3 .abstract {
    display: none;
  }
  @container card-v3 (max-width: 428px) {
    .card.\:version-3 .title {
      margin-top: 0.55em;
    }
  }
  @container card-v3 (min-width: 428px) {
    .card.\:version-3 .c-inner {
      --grid-columns: 12;
    }
    .card.\:version-3 .c-image {
      grid-column: auto/span 5;
    }
    .card.\:version-3 .c-text {
      grid-column: auto/span 7;
    }
    .card.\:version-3 .meta-header {
      margin-top: 0;
    }
    .card.\:version-3.\:align-right .c-image {
      order: 1;
    }
    .card.\:version-3.\:align-right .e-btn {
      grid-column-start: 1;
    }
  }
  @container card-v3 (min-width: 556px) {
    .card.\:version-3 .c-image {
      grid-column: auto/span 6;
    }
    .card.\:version-3 .c-text {
      grid-column: auto/span 6;
    }
  }
  @media (hover: hover) {
    .card .e-btn:hover ~ .c-text .shy {
      --link-color-text: var(--p-link-shy-hover-text);
      --link-color-bg: var(--p-link-shy-hover-bg);
      --link-underline-color: var(--p-link-shy-hover-border);
      --link-underline-offset: 0.2em;
    }
    .card .e-btn:hover ~ .c-image img {
      --image-scale: 1.05;
    }
  }
}
input {
  border: 1px solid var(--p-form);
}
input:focus {
  border: 2px solid var(--p-form);
}
@layer element {}
footer .desktop-only {
  display: none;
}
@media (min-width: 900px) {
  footer .desktop-only {
    display: block;
  }
}
footer .mobile-only {
  display: block;
}
@media (min-width: 900px) {
  footer .mobile-only {
    display: none;
  }
}
@media (max-width: 899.98px) {
  footer .right-inner-wrapper .right {
    margin-bottom: 64px;
    margin-top: 0 !important;
    width: 100% !important;
  }
  footer .right-inner-wrapper .right .right-sub-links {
    display: flex;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  footer .right-inner-wrapper .right .right-sub-links a {
    margin: 0;
  }
  footer hr {
    display: none;
  }
  footer .bottom-section .layout__flex-6-6 .left {
    margin-bottom: 32px;
  }
}
footer .top-section .inner-wrapper > .left {
  width: 656px;
  max-width: 100%;
}
@media (max-width: 1291.98px) {
  footer .top-section .inner-wrapper > .left {
    padding-right: 20px;
  }
}
footer .top-section .inner-wrapper > .right .left, footer .top-section .inner-wrapper > .right .right {
  width: auto;
}
footer .right-inner-wrapper {
  justify-content: end;
}
footer .top-section .inner-wrapper > .right .right {
  width: 192px;
  max-width: 100%;
}
footer .top-section .inner-wrapper > .right .left {
  max-width: 100%;
}
@media (min-width: 900px) {
  footer .top-section .inner-wrapper > .right .left {
    margin-right: 40px;
    width: 192px;
  }
}
@media (max-width: 899.98px) {
  footer .top-section .right {
    margin-top: 48px;
  }
  footer .top-section .right-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 0;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  @media (min-width: 900px) {
    footer .top-section .right-links {
      -moz-column-gap: 60px;
           column-gap: 60px;
    }
  }
}
footer .bottom-section {
  padding-bottom: 40px;
}
footer .bottom-section hr {
  margin-bottom: 40px;
  border-color: rgba(0, 0, 0, 0.3);
}
footer .bottom-section .left .social {
  display: flex;
  gap: 21px;
}
footer .bottom-section .left .social svg {
  height: 26px;
  width: 26px;
}
footer .bottom-section .right {
  margin-top: 0;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 900px) {
  footer .bottom-section .right {
    margin-right: 160px;
  }
}
@media (max-width: 899.98px) {
  footer .bottom-section .right {
    width: 100%;
    justify-content: flex-start;
  }
}
footer .bottom-section .right p {
  margin: 0;
}
footer .bottom-section .right p a {
  text-decoration-line: underline;
  --link-underline-offset: 2px;
  --link-underline-color: currentColor;
}
footer .bottom-section .right p a:hover {
  --link-underline-offset: 0;
  --link-underline-color: transparent;
  text-decoration-color: var(--link-underline-color) !important;
  color: inherit;
}
footer .bottom-section .right p:nth-child(1) {
  color: var(--text-d-1, #151515);
  font-feature-settings: "clig" off, "liga" off;
  /* 11 paragraph small/default */
  font-family: "HCo Gotham";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 144%;
  margin-bottom: 8px;
}
footer .bottom-section .right p:nth-child(2) {
  color: var(--text-d-1, #151515);
  font-family: "HCo Gotham";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.right-links {
  margin-bottom: 32px;
}
@media (min-width: 900px) {
  .right-links {
    margin-bottom: 80px;
  }
}
@media (max-width: 899.98px) {
  .right-links {
    width: 100%;
  }
}
.right-links a {
  color: #151515;
  font-feature-settings: "clig" off, "liga" off;
  /* h5/default */
  font-family: "HCo Gotham";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 23.4px */ margin-bottom: 24px; margin-top: 0; display: block;
}
@media (min-width: 900px) {
  .right-links a {
    margin-bottom: 32px;
  }
}
.right-links a {
  --link-underline-color: transparent;
  --link-underline-offset: 0;
  text-decoration-thickness: 2px;
}
.right-links a:last-child {
  margin-bottom: 0;
}
.right-links a:hover {
  --link-underline-offset: 2px;
  --link-underline-color: currentColor;
}
.right-sub-links a {
  color: #151515;
  font-feature-settings: "clig" off, "liga" off;
  /* 11 paragraph small/default */
  font-family: "HCo Gotham";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 144%; /* 18.72px */ margin-bottom: 24px; margin-top: 0; display: block;
  --link-underline-color: transparent;
  --link-underline-offset: 0;
}
.right-sub-links a:hover {
  --link-underline-offset: 2px;
  --link-underline-color: currentColor;
}
.top-section {
  padding-top: 120px;
  padding-bottom: 80px;
}
.top-section h3 {
  margin-bottom: 32px;
  margin-top: 0;
  text-transform: uppercase;
}
.top-section form {
  position: relative;
  display: flex;
  flex-direction: row;
}
.top-section form input {
  padding: 16px 24px;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 80px;
  height: 54px;
  border: 1px solid #000;
  width: 100%;
  background-color: transparent;
}
.top-section form input::-moz-placeholder {
  color: #151515;
  font-feature-settings: "clig" off, "liga" off;
  /* 10 paragraph medium/default */
  font-family: "HCo Gotham";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 152%; /* 24.32px */
}
.top-section form input, .top-section form input::placeholder {
  color: #151515;
  font-feature-settings: "clig" off, "liga" off;
  /* 10 paragraph medium/default */
  font-family: "HCo Gotham";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 152%; /* 24.32px */
}
.top-section form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  color: var(--text-d-1, #151515);
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  /* 18 button/default */
  font-family: "HCo Gotham";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 15.6px */
  letter-spacing: 1px;
  text-transform: uppercase;
  display: flex;
  width: 145px;
  height: 54px;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 80px;
  background: var(--background-b-4, #EC8A00);
  transition: 0.8s cubic-bezier(0.2, 1, 0.3, 1);
}
.top-section form button:hover {
  background: black;
  color: white;
}
@layer global {
  .site-footer {
    display: grid;
  }
  footer {
    background: #F5F0EB;
  }
  footer .right-links a, footer .right-sub-links a {
    display: block;
  }
  .nav-footer-secondary {
    grid-area: -1/1/span 1/-1;
    order: -1;
    margin-inline: calc(clamp(20px, 2.0547vw + 12.6027px, 44px) * -1);
    padding-inline: clamp(20px, 2.0547vw + 12.6027px, 44px);
  }
  .nav-footer-meta {
    grid-area: -1/1/span 1/-1;
    margin-inline: calc(clamp(20px, 2.0547vw + 12.6027px, 44px) * -1);
    padding-inline: clamp(20px, 2.0547vw + 12.6027px, 44px);
    background: var(--p-accent-1);
  }
}
footer .bottom-section .social-icon:hover {
  opacity: 0.5;
}
footer .bottom-section .social-icon {
  transition: 0.8s cubic-bezier(0.2, 1, 0.3, 1);
}
@layer global {
  .icon svg {
    width: var(--icon-size, 28px);
    height: var(--icon-size, 28px);
  }
  .icon-spin svg {
    animation: spin 1.25s linear infinite;
  }
  @keyframes spin {
    from {
      rotate: 0deg;
    }
    to {
      rotate: 360deg;
    }
  }
}
@layer global {
  /*! purgecss start ignore */
  figcaption {
    margin-top: 0.85em;
    font-size: 13px;
    font-family: "HCo Gotham", "HCo Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Noto Sans", "Helvetica Neue", sans-serif;
    font-weight: 400;
    line-height: 1.36;
    color: var(--p-caption);
  }
  /*! purgecss end ignore */
  figure.image .e-media, figure.image .e-image {
    grid-area: 1/1/span 1/-1;
  }
  figure.image figcaption {
    grid-column: 1/-1;
  }
  figure.image img {
    --image-scale: 1;
    scale: var(--image-scale);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 1;
    transition: all 480ms cubic-bezier(0.42, 0, 0.32, 1);
  }
  figure.image .e-loading {
    grid-area: 1/1/span 1/-1;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: opacity 480ms cubic-bezier(0.42, 0, 0.32, 1);
    pointer-events: none;
    z-index: 10;
  }
  figure.image .e-loading svg {
    width: auto !important;
    position: static !important;
  }
  figure.image .e-loading svg .stroke {
    stroke: white;
  }
  figure.image .e-image.c-lazy.lazy-done ~ .e-loading {
    opacity: 0;
  }
  .c-lazy, .c-lazy .lazy-bg {
    background: var(--p-image-bg);
    overflow: hidden;
  }
  .c-lazy.lazy-loading img {
    opacity: 0;
  }
}
@layer comp {
  .e-image {
    position: relative;
  }
  .e-image-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
}
@layer util {
  [class^=":ratio-"] img,
  [class*=" :ratio-"] img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .\:ratio-auto .e-image {
    aspect-ratio: auto;
  }
  .\:ratio-normal .e-image {
    aspect-ratio: 1.5;
  }
  .\:ratio-square .e-image {
    aspect-ratio: 1;
  }
  .\:ratio-video .e-image {
    aspect-ratio: 16 / 9;
  }
  .\:ratio-wide .e-image {
    aspect-ratio: 2;
  }
  .\:ratio-portrait .e-image {
    aspect-ratio: 0.75;
  }
}
@layer global {
  .menu .menu-item > .link-wrap {
    display: flex;
    align-items: center;
  }
  .menu .menu-item.has-children > .link-wrap .icon {
    width: 18px;
  }
  .menu .menu-item.has-children > .link-wrap[aria-expanded=true] .icon {
    transform: rotate(180deg);
  }
  .menu .uk-dropdown {
    display: none;
    position: absolute;
    z-index: 10;
    padding: 0 !important;
    background-color: unset;
  }
  .menu .uk-dropdown.uk-open {
    display: block;
  }
  .tog-gdpr p,
  .tog-gdpr a {
    color: #ffffff !important;
    font-size: 14px;
    text-decoration-color: #ffffff !important;
  }
  .tog-gdpr a:hover {
    color: #ffffff !important;
    opacity: 0.8;
  }
  .tog-gdpr .cta a {
    border-radius: 30px !important;
    font-family: "HCo Gotham" !important;
    font-size: 13px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 120% !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    padding: 16px 34px !important;
  }
}
@layer global {
  a.overlink {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: none;
    text-decoration: none;
  }
  @media (hover: hover) {
    a.overlink:hover ~ .c-text .shy {
      --link-color-text: var(--p-link-shy-hover-text);
      --link-color-bg: var(--p-link-shy-hover-bg);
      --link-underline-color: var(--p-link-shy-hover-border);
      --link-underline-offset: 0.2em;
    }
    a.overlink:hover ~ .c-image img {
      --image-scale: 1.05;
    }
  }
  a.overlink ~ * a {
    position: relative;
    z-index: 11;
  }
}
@layer comp {
  .person-card {
    position: relative;
  }
  .person-card .c-inner {
    position: relative;
  }
  .person-card .title {
    margin-top: 0.85em;
  }
  .person-card .card-meta {
    margin-top: 0.55em;
  }
  .person-card .card-meta p {
    font-size: 18px;
    font-family: "HCo Gotham", "HCo Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Noto Sans", "Helvetica Neue", sans-serif;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: none;
    font-variant-numeric: oldstyle-nums;
  }
}
@layer global {}
@layer comp {
  .section-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    gap: 0.25em clamp(20px, 1.7123vw + 13.8356px, 40px);
    border-bottom: 1px solid var(--p-line-alt);
    white-space: nowrap;
  }
  .section-header h3 {
    margin-left: 0;
    margin-bottom: 0.55em;
    font-size: 13px;
    font-family: "HCo Gotham", "HCo Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Noto Sans", "Helvetica Neue", sans-serif;
    font-weight: 700;
    line-height: 1.36;
    letter-spacing: 0.077em;
    text-transform: uppercase;
    font-variant-numeric: lining-nums;
  }
  .section-header .tag {
    background: var(--p-lowlight-bg);
    color: var(--p-lowlight-text);
  }
  .section-header a {
    --link-underline-offset: 0.1em;
    margin-bottom: 0.55em;
    font-size: 13px;
    font-family: "HCo Gotham", "HCo Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Noto Sans", "Helvetica Neue", sans-serif;
    font-weight: 400;
    line-height: 1.36;
  }
  @media (hover: hover) {
    .section-header a:hover {
      --link-underline-offset: 0.3em;
    }
  }
}
@layer comp {
  .social-link {
    --btn-padding-x: 3px;
    --btn-padding-y: 3px;
    flex: 0 0 32px;
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
  }
  .social-link .text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .social-link svg {
    width: 100%;
  }
}
@layer global {
  .tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1em;
    font-size: 13px;
    font-family: "HCo Gotham", "HCo Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Noto Sans", "Helvetica Neue", sans-serif;
    font-weight: 400;
    line-height: 1.36;
    letter-spacing: 0.077em;
    text-transform: uppercase;
    font-variant-numeric: lining-nums;
  }
  .tag {
    display: inline-block;
    padding: 0.2em 0.33em 0 0.4em;
    height: 22px;
    background: var(--p-highlight-bg);
    color: var(--p-highlight-text);
    transition: all 240ms linear(0, 1);
    text-decoration: none;
  }
  @media (hover: hover) {
    a.tag:hover {
      background: var(--p-btn-v1-hover-bg);
      color: var(--p-btn-v1-hover-text);
    }
  }
}
@layer comp {
  .statistic span {
    display: block;
  }
  .statistic .e-number {
    margin-bottom: 0.1em;
  }
  .statistic cite {
    display: block;
    margin-top: 0.85em;
    font-size: 13px;
    font-family: "HCo Gotham", "HCo Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Noto Sans", "Helvetica Neue", sans-serif;
    font-weight: 400;
    line-height: 1.36;
    color: var(--p-caption);
    font-style: normal;
  }
}
@layer global {}
@layer global {
  .e-tab a {
    text-decoration: none;
  }
  .tab-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: clamp(20px, 1.7123vw + 13.8356px, 40px);
    border-bottom: 1px solid var(--p-line-alt);
    font-size: 15px;
    font-family: "HCo Gotham", "HCo Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Noto Sans", "Helvetica Neue", sans-serif;
    font-weight: 700;
    line-height: 1.36;
    letter-spacing: 0.13333em;
    text-transform: uppercase;
    font-variant-numeric: lining-nums;
  }
  .tab-buttons a {
    --tab-underline-width: 4px;
    --tab-underline-color: transparent;
    display: block;
    padding-bottom: 0.1em;
    height: 100%;
    border-bottom: var(--tab-underline-width) solid var(--tab-underline-color);
    transition: border-bottom-color 240ms linear(0, 1);
  }
  @media (hover: hover) {
    .tab-buttons a:hover {
      --tab-underline-color: var(--p-line);
      --link-color-bg: transparent;
    }
  }
  [uk-switcher] [aria-expanded=true] {
    --tab-underline-color: var(--p-line-alt);
  }
  @media (hover: hover) {
    [uk-switcher] [aria-expanded=true]:hover {
      --tab-underline-color: var(--p-line-alt);
    }
  }
}
@layer comp {
  .video-autoplay {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .video-autoplay > * {
    position: absolute;
    inset: 0;
  }
  .video-autoplay iframe {
    left: 50%;
    top: 50%;
    z-index: 0;
    translate: -50% -50%;
  }
  .video-autoplay .c-image {
    z-index: 1;
  }
  .video-autoplay.-play iframe {
    z-index: 1;
  }
  .video-autoplay.-play .c-image {
    z-index: 0;
  }
}
@layer comp {
  .sandbox {
    --p-icon: var(--p-accent-1);
  }
  @media (min-width: 596px) {
    .sandbox .c-inner {
      --grid-columns: 2;
    }
  }
  @media (max-width: 359.98px) {
    .sandbox .c-inner {
      display: flex;
      flex-direction: column;
      row-gap: clamp(20px, 1.7123vw + 13.8356px, 40px);
    }
  }
  .sandbox .title {
    grid-column: 1/-1;
  }
  .sandbox .c-image {
    display: flex;
    gap: clamp(20px, 1.7123vw + 13.8356px, 40px);
  }
  @media (min-width: 900px) {
    .sandbox .c-image {
      grid-area: 2/2/span 2/span 1;
    }
  }
  .sandbox .c-text {
    grid-column: 1/-1;
    padding: 0.85em;
    padding-top: 0;
    border: 1px solid var(--p-line);
  }
  @media (min-width: 900px) {
    .sandbox .c-text {
      grid-column-end: span 1;
    }
  }
  .sandbox .meta {
    font-size: 13px;
    font-family: "HCo Gotham", "HCo Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Noto Sans", "Helvetica Neue", sans-serif;
    font-weight: 700;
    line-height: 1.36;
    letter-spacing: 0.077em;
    text-transform: uppercase;
    font-variant-numeric: lining-nums;
    color: var(--p-accent-4);
  }
  .sandbox .c-tags {
    margin-top: -22px;
  }
  .sandbox p {
    margin-top: 0.85em;
  }
  .sandbox a {
    --link-color-text: var(--p-link-shy-default-text);
    --link-color-bg: var(--p-link-shy-default-bg);
    --link-underline-color: var(--p-link-shy-default-border);
  }
  @media (hover: hover) {
    .sandbox a:hover {
      --link-color-text: var(--p-link-shy-hover-text);
      --link-color-bg: var(--p-link-shy-hover-bg);
      --link-underline-color: var(--p-link-shy-hover-border);
    }
  }
  .sandbox .e-image {
    aspect-ratio: 1.5;
  }
  .sandbox .e-btn {
    z-index: 11;
  }
  .sandbox.\:version-1 {
    margin-top: clamp(48px, 2.0547vw + 40.6027px, 72px);
  }
  .sandbox.\:align-right .c-image {
    justify-content: flex-end;
  }
  .sandbox[class^=":palette-"], .sandbox[class*=" :palette-"] {
    padding-block: clamp(40px, 3.4246vw + 27.6712px, 80px);
  }
}
@layer global {
  .article-hero .c-text,
  .article-hero .c-image,
  .article-hero .hero-footer {
    grid-column: 1/-1;
  }
  .article-hero .c-image {
    order: -1;
  }
  @media (min-width: 596px) {
    .article-hero .c-text {
      grid-column: 1/span 7;
    }
    .article-hero .c-image {
      grid-column: auto/span 5;
      order: unset;
    }
  }
  @media (min-width: 900px) {
    .article-hero .c-text {
      grid-column: 1/span 6;
    }
    .article-hero .c-image {
      grid-column: 7/span 6;
    }
  }
  @media (min-width: 1084px) {
    .article-hero .c-text {
      grid-column: 1/span 5;
    }
  }
  .article-hero figure {
    overflow: hidden;
  }
  .article-hero .e-image {
    aspect-ratio: 1.5;
    overflow: hidden;
  }
  .article-hero h1 {
    font-size: clamp(40px, 1.4604vw + 34.7424px, 41.5772px);
    font-family: "HCo Gotham", serif, "HCo Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Noto Sans", "Helvetica Neue", sans-serif;
    font-weight: 400;
    line-height: 1.28;
    letter-spacing: clamp(-0.071px, -0.0658vw + 0.2365px, 0px);
    font-variant-numeric: oldstyle-nums;
  }
  @media (min-width: 468px) and (max-width: 595.98px) {
    .article-hero h1 {
      font-size: clamp(41.5772px, 1.4887vw + 34.6098px, 43.4828px);
      letter-spacing: clamp(-0.1568px, -0.067vw + 0.2425px, -0.071px);
    }
  }
  @media (min-width: 596px) and (max-width: 739.98px) {
    .article-hero h1 {
      font-size: clamp(43.4828px, 1.5869vw + 34.0245px, 45.7681px);
      letter-spacing: clamp(-0.2596px, -0.0715vw + 0.2688px, -0.1568px);
    }
  }
  @media (min-width: 740px) and (max-width: 899.98px) {
    .article-hero h1 {
      font-size: clamp(45.7681px, 1.702vw + 33.1731px, 48.4913px);
      letter-spacing: clamp(-0.3822px, -0.0766vw + 0.3072px, -0.2596px);
    }
  }
  @media (min-width: 900px) and (max-width: 1083.98px) {
    .article-hero h1 {
      font-size: clamp(48.4913px, 1.7541vw + 32.7038px, 51.719px);
      letter-spacing: clamp(-0.5274px, -0.079vw + 0.3283px, -0.3822px);
    }
  }
  @media (min-width: 1084px) {
    .article-hero h1 {
      font-size: clamp(51.719px, 1.8305vw + 31.8755px, 55.5266px);
      letter-spacing: clamp(-0.6988px, -0.0824vw + 0.3656px, -0.5274px);
    }
  }
  @media (min-width: 1292px) {
    .article-hero h1 {
      font-size: clamp(55.5266px, 1.8954vw + 31.0372px, 60px);
      letter-spacing: clamp(-0.9px, -0.0853vw + 0.4033px, -0.6988px);
    }
  }
  .article-hero menu {
    display: flex;
  }
  .article-hero .e-btn {
    justify-self: flex-start;
  }
  .article-hero .hero-footer {
    display: flex;
    flex-direction: column;
    border-top: 1px solid var(--p-line);
  }
  @media (min-width: 596px) {
    .article-hero .hero-footer {
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      gap: clamp(20px, 5.1369vw + 1.5068px, 80px);
    }
  }
  .article-hero .hero-footer li {
    font-size: 18px;
    font-family: "HCo Gotham", "HCo Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Noto Sans", "Helvetica Neue", sans-serif;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: none;
    font-variant-numeric: oldstyle-nums;
    color: var(--p-caption);
  }
  .article-hero .hero-footer li.byline {
    color: var(--p-base);
  }
  .article-hero .hero-meta {
    display: flex;
    flex-direction: column;
  }
  @media (min-width: 596px) {
    .article-hero .hero-meta {
      flex-direction: row;
      flex-wrap: wrap;
      -moz-column-gap: clamp(20px, 5.1369vw + 1.5068px, 80px);
           column-gap: clamp(20px, 5.1369vw + 1.5068px, 80px);
    }
  }
  .article-hero .hero-meta li {
    margin-block: 0.1em;
  }
  .article-hero .social {
    gap: 8px;
    margin-top: clamp(16px, 0.6849vw + 13.5342px, 24px);
  }
  @media (min-width: 596px) {
    .article-hero .social {
      margin-top: 0;
    }
  }
}
@layer global {
  .card-holder[class^=":palette-"], .card-holder[class*=" :palette-"] {
    padding-block: clamp(40px, 3.4246vw + 27.6712px, 80px);
  }
  .card-holder.\:version-2[class^=":palette-"], .card-holder.\:version-2[class*=" :palette-"] {
    padding-block: clamp(20px, 1.7123vw + 13.8356px, 40px);
  }
}
.cluster .g {
  display: grid;
  --grid-columns: 6;
  gap: clamp(20px, 1.7123vw + 13.8356px, 40px);
}
@media (min-width: 468px) {
  .cluster .g {
    --grid-columns: 12;
  }
}
.cluster .item {
  grid-column: 1/-1;
}
@media (min-width: 596px) {
  .cluster.-s2 .item {
    grid-column: auto/span 6;
  }
  .cluster.-s2 .item:nth-child(1):nth-last-child(2n+1) {
    grid-column: 2/span 10;
  }
}
@media (min-width: 900px) {
  .cluster.-s2 .item:nth-child(1):nth-last-child(2n+1) {
    grid-column: 3/span 8;
  }
}
@media (min-width: 468px) {
  .cluster.-s3 .item {
    grid-column: 2/span 4;
  }
}
@media (min-width: 596px) {
  .cluster.-s3 .item {
    grid-column: auto/span 6;
  }
}
@media (min-width: 900px) {
  .cluster.-s3 .item {
    grid-column: auto/span 4;
  }
}
@media (min-width: 596px) {
  .cluster.-s3 .item:nth-child(1):nth-last-child(1) {
    grid-column: 3/span 8;
  }
}
@media (min-width: 900px) {
  .cluster.-s3 .item:nth-child(1):nth-last-child(1) {
    grid-column: 4/span 6;
  }
}
@media (min-width: 596px) {
  .cluster.-s3 .item:nth-child(1):nth-last-child(2), .cluster.-s3 .item:nth-child(1):nth-last-child(2) ~ div {
    grid-column: auto/span 6;
  }
  .cluster.-s3 .item:nth-child(1):nth-last-child(n+3):nth-last-child(2n+1) {
    grid-column: 3/span 8;
  }
}
@media (min-width: 900px) {
  .cluster.-s3 .item:nth-child(1):nth-last-child(n+3):nth-last-child(2n+1) {
    grid-column: auto/span 4;
  }
  .cluster.-s3 .item:nth-child(1):nth-last-child(n+4):nth-last-child(3n+1), .cluster.-s3 .item:nth-child(1):nth-last-child(n+4):nth-last-child(3n+1) ~ div:nth-child(-n+4) {
    grid-column: auto/span 6;
  }
  .cluster.-s3 .item:nth-child(1):nth-last-child(n+5):nth-last-child(3n+2), .cluster.-s3 .item:nth-child(1):nth-last-child(n+5):nth-last-child(3n+2) + div {
    grid-column: auto/span 6;
  }
}
@media (min-width: 468px) {
  .cluster.-s4 .item {
    grid-column: 2/span 4;
  }
}
@media (min-width: 596px) {
  .cluster.-s4 .item {
    grid-column: auto/span 3;
  }
  .cluster.-s4 .item:nth-child(1):nth-last-child(1) {
    grid-column: 4/span 6;
  }
}
@media (min-width: 900px) {
  .cluster.-s4 .item:nth-child(1):nth-last-child(1) {
    grid-column: 5/span 4;
  }
}
@media (min-width: 596px) {
  .cluster.-s4 .item:nth-child(1):nth-last-child(2) {
    grid-column: 3/span 4;
  }
  .cluster.-s4 .item:nth-child(1):nth-last-child(2) ~ div {
    grid-column: auto/span 4;
  }
  .cluster.-s4 .item:nth-child(1):nth-last-child(n+3):nth-last-child(4n+3), .cluster.-s4 .item:nth-child(1):nth-last-child(n+3):nth-last-child(4n+3) ~ div:nth-child(-n+3) {
    grid-column: auto/span 4;
  }
  .cluster.-s4 .item:nth-child(1):nth-last-child(n+5):nth-last-child(4n+1) {
    grid-column: 3/span 4;
  }
  .cluster.-s4 .item:nth-child(1):nth-last-child(n+5):nth-last-child(4n+1) ~ div:nth-child(-n+5) {
    grid-column: auto/span 4;
  }
  .cluster.-s4 .item:nth-child(1):nth-last-child(n+6):nth-last-child(4n+2), .cluster.-s4 .item:nth-child(1):nth-last-child(n+6):nth-last-child(4n+2) ~ div:nth-child(-n+6) {
    grid-column: auto/span 4;
  }
}
@layer comp {
  .event-hero .title:first-child {
    margin-top: 0.55em;
  }
  @media (min-width: 596px) {
    .event-hero .c-text > :first-child {
      margin-top: 0;
    }
  }
}
@layer comp {
  .event-listing .card {
    padding-block: clamp(32px, 0.6849vw + 29.5342px, 40px);
  }
}
@layer comp {
  .feed .card:first-child {
    margin-top: 0 !important;
  }
  .feed.\:arrange-grid .card .title {
    font-size: 24px;
    font-family: "HCo Gotham", serif, "HCo Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Noto Sans", "Helvetica Neue", sans-serif;
    font-weight: 400;
    line-height: 1.28;
    letter-spacing: 0px;
    font-variant-numeric: oldstyle-nums;
  }
  .feed.\:version-2.\:arrange-grid > .c-inner, .feed.\:version-3.\:arrange-grid > .c-inner {
    row-gap: clamp(48px, 2.0547vw + 40.6027px, 72px);
  }
  .feed.\:version-2.\:arrange-rows > .c-inner, .feed.\:version-3.\:arrange-rows > .c-inner {
    row-gap: clamp(20px, 1.7123vw + 13.8356px, 40px);
  }
  .feed.\:version-2.\:arrange-rows .card + .card, .feed.\:version-3.\:arrange-rows .card + .card {
    padding-top: clamp(20px, 1.7123vw + 13.8356px, 40px);
    border-top: 1px solid var(--p-line);
  }
}
@layer comp {
  .hero {
    position: relative;
    overflow: hidden;
  }
  .hero .c-text {
    padding-block: clamp(40px, 3.4246vw + 27.6712px, 80px);
  }
  .hero .c-text > * {
    grid-column: 1/-1;
  }
  .hero h1 {
    margin-bottom: 0.1em;
  }
  .hero.\:media-left .c-text,
  .hero.\:media-left .c-figure, .hero.\:media-right .c-text,
  .hero.\:media-right .c-figure {
    grid-column: 1/-1;
  }
  .hero.\:media-left.has-button .c-text, .hero.\:media-right.has-button .c-text {
    padding-bottom: clamp(32px, 0.6849vw + 29.5342px, 40px);
  }
  .hero.\:media-left .c-figure, .hero.\:media-right .c-figure {
    margin-inline: calc(clamp(20px, 2.0547vw + 12.6027px, 44px) * -1);
  }
  @media (min-width: 740px) {
    .hero.\:media-left .c-figure, .hero.\:media-right .c-figure {
      position: absolute;
      margin: 0;
    }
    .hero.\:media-left .c-figure *, .hero.\:media-right .c-figure * {
      height: 100%;
    }
    .hero.\:media-left .c-text {
      grid-column: 7/span 6;
      margin-left: clamp(0px, 3.7671vw - 13.5617px, 44px);
    }
    .hero.\:media-left .c-figure {
      inset: 0 50% 0 0;
    }
    .hero.\:media-right .c-text {
      grid-column: 1/span 6;
      margin-right: clamp(0px, 3.7671vw - 13.5617px, 44px);
    }
    .hero.\:media-right .c-figure {
      inset: 0 0 0 50%;
    }
    .hero.\:media-left.\:text-center .c-text, .hero.\:media-right.\:text-center .c-text {
      margin-inline: clamp(0px, 3.7671vw - 13.5617px, 44px);
    }
  }
  @media (min-width: 1084px) {
    .hero.\:media-left:not(.\:text-center) .c-text {
      grid-column: 8/span 5;
      margin-inline: 0;
    }
    .hero.\:media-right:not(.\:text-center) .c-text {
      grid-column: 1/span 5;
      margin-inline: 0;
    }
  }
  .hero.\:media-bg .c-text {
    position: relative;
    z-index: 4;
    grid-column: 1/-1;
    padding-block: clamp(80px, 3.4246vw + 67.6712px, 120px);
  }
  @media (min-width: 468px) {
    .hero.\:media-bg .c-text {
      --grid-columns: 10;
      grid-column-end: span 10;
    }
  }
  @media (min-width: 740px) {
    .hero.\:media-bg .c-text {
      --grid-columns: 8;
      grid-column-end: span 8;
    }
  }
  @media (min-width: 1084px) {
    .hero.\:media-bg .c-text .subheader {
      grid-column-end: span 6;
    }
  }
  .hero.\:media-bg .c-figure {
    position: absolute;
    inset: 0;
  }
  .hero.\:media-bg .c-figure::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 3;
    background: var(--p-fill);
    opacity: 0.4;
  }
  .hero.\:media-bg .c-figure * {
    width: 100%;
    height: 100%;
  }
  .hero.\:media-bg .c-image {
    z-index: 1;
  }
  .hero.\:media-bg .c-video {
    z-index: 2;
  }
  .hero.\:media-bg.has-video .c-text {
    padding-top: clamp(192px, 16.4383vw + 132.8219px, 384px);
    padding-bottom: clamp(40px, 3.4246vw + 27.6712px, 80px);
  }
  .hero.\:media-bg.has-button .c-text {
    padding-bottom: clamp(40px, 3.4246vw + 27.6712px, 80px);
  }
  .hero.\:media-bg.\:text-right .c-text {
    grid-column-start: 1;
  }
  @media (min-width: 468px) {
    .hero.\:media-bg.\:text-right .c-text {
      grid-column-start: 3;
    }
  }
  @media (min-width: 740px) {
    .hero.\:media-bg.\:text-right .c-text {
      grid-column-start: 5;
    }
  }
  @media (min-width: 1084px) {
    .hero.\:media-bg.\:text-right .subheader {
      grid-column-start: 3;
    }
  }
  @media (min-width: 468px) {
    .hero.\:media-bg.\:text-center .c-text {
      grid-column-start: 2;
    }
  }
  @media (min-width: 740px) {
    .hero.\:media-bg.\:text-center .c-text {
      grid-column-start: 3;
    }
  }
  @media (min-width: 1084px) {
    .hero.\:media-bg.\:text-center .subheader {
      grid-column-start: 2;
    }
  }
  .hero.\:text-left {
    text-align: left;
  }
  .hero.\:text-center {
    text-align: center;
  }
  .hero.\:text-right {
    text-align: right;
  }
}
.image-and-text {
  background: white !important;
  padding-top: 80px;
  padding-bottom: 80px;
}@media (min-width: 1084px) {.image-and-text {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.image-and-text > div {
  flex-direction: column;
}
@media (min-width: 740px) {.image-and-text > div {
    flex-direction: row;
  }
}
@media (min-width: 1084px) {.image-and-text .c-image {
    height: 656px;
    width: 656px;
  }
}
.image-and-text .c-image {
  order: -1;
}
.image-and-text .c-image .image {
  width: 100%;
}
@media (min-width: 1084px) {.image-and-text .c-image .image img {
    width: 656px;
    height: 656px !important;
  }
}
.image-and-text .c-image > div {
  align-items: center;
}
.image-and-text .c-text {
  display: flex;
  align-items: center;
}
@media (min-width: 1084px) {.image-and-text .c-text {
    width: calc(100% - 656px);
  }
}
@media (max-width: 1291.98px) {
  .image-and-text .c-text {
    margin-top: 20px;
  }
}
.image-and-text .c-text h1, .image-and-text .c-text p {
  margin: 0;
}
.image-and-text .c-text h1 {
  color: var(--Text-D1, #151515);
  font-feature-settings: "clig" off, "liga" off;
  /* h1/default */
  font-family: "HCo Gotham";
}
@media (min-width: 1084px) {.image-and-text .c-text h1 {
    font-size: 60px;
  }
}
.image-and-text .c-text h1 {
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 72px */
  letter-spacing: -0.4px;
  text-transform: uppercase;
}
.image-and-text .c-text p {
  color: var(--Text-D1, #151515);
  font-feature-settings: "clig" off, "liga" off;
  /* 0 base/default */
  font-family: "HCo Gotham";
  margin-top: 20px;
}
@media (min-width: 1084px) {.image-and-text .c-text p {
    font-size: 20px;
  }
}
.image-and-text .c-text p {
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
}
@layer comp {
  .image-and-text .c-text,
  .image-and-text .c-image {
    grid-column: 1/-1;
  }
  .image-and-text .c-image {
    margin-top: clamp(32px, 0.6849vw + 29.5342px, 40px);
  }
  @media (min-width: 596px) {
    .image-and-text .c-text,
    .image-and-text .c-image {
      grid-column: auto/span 1;
    }
    .image-and-text .c-image {
      margin-top: 0;
    }
    .image-and-text.\:align-left .c-image {
      order: -1;
    }
  }
  @media (min-width: 740px) {
    .image-and-text .c-text {
      padding-inline: clamp(0px, 4.7945vw - 17.2603px, 56px);
    }
  }
  .image-and-text .btn {
    margin-top: clamp(24px, 0.6849vw + 21.5342px, 32px);
  }
  .image-and-text.\:sticky-1 .c-inner {
    position: sticky;
    top: clamp(40px, 3.4246vw + 27.6712px, 80px);
  }
}
@layer comp {
  .image-feature {
    margin-top: clamp(28px, 1.0273vw + 24.3013px, 40px);
  }
  .image-feature figure.image {
    --grid-columns: 6;
  }
  @media (min-width: 468px) {
    .image-feature figure.image {
      --grid-columns: 12;
    }
  }
  .image-feature figcaption {
    grid-column: 1/-1;
  }
  @media (min-width: 360px) {
    .image-feature figcaption {
      grid-column: 1/span 5;
    }
  }
  @media (min-width: 468px) {
    .image-feature figcaption {
      grid-column: 2/span 8;
    }
  }
  @media (min-width: 596px) {
    .image-feature figcaption {
      grid-column: 3/span 6;
    }
  }
  @media (min-width: 900px) {
    .image-feature figcaption {
      grid-column: 4/span 5;
    }
  }
  @media (min-width: 1292px) {
    .image-feature figcaption {
      grid-column: 4/span 4;
    }
  }
  @media (min-width: 468px) {
    .image-feature.\:width-narrow .e-image {
      grid-column: 2/span 10;
    }
  }
  @media (min-width: 596px) {
    .image-feature.\:width-narrow .e-image {
      grid-column: 3/span 8;
    }
  }
  @media (min-width: 900px) {
    .image-feature.\:width-narrow .e-image {
      grid-column: 4/span 6;
    }
  }
  @media (min-width: 468px) {
    .image-feature.\:width-medium .e-image {
      grid-column: 2/span 10;
    }
  }
  @media (min-width: 596px) {
    .image-feature.\:width-medium .e-image {
      grid-column: 3/span 8;
    }
  }
  @media (min-width: 900px) {
    .image-feature.\:width-wide .e-image {
      grid-column: 2/span 10;
    }
  }
  .image-feature[class^=":palette-"], .image-feature[class*=" :palette-"] {
    margin-block: clamp(48px, 2.0547vw + 40.6027px, 72px);
    padding-block: clamp(40px, 3.4246vw + 27.6712px, 80px);
  }
}
@layer comp {
  @media (min-width: 740px) {
    .link-group menu {
      -moz-columns: 2;
           columns: 2;
      -moz-column-gap: clamp(20px, 1.7123vw + 13.8356px, 40px);
           column-gap: clamp(20px, 1.7123vw + 13.8356px, 40px);
    }
  }
  .link-group li {
    padding-top: 0.85em;
    -moz-column-break-inside: avoid;
         break-inside: avoid-column;
  }
}
.nav-masthead-primary-desktop > .nav-item.megamenu > :is(a, .nav-item__button) {
  position: static;
}
.nav-masthead-primary-desktop > .nav-item.megamenu > :is(a, .nav-item__button)::after {
  content: var(--tw-content);
  position: absolute;
  left: 0;
  top: 125px;
  z-index: 1;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0,0,0,0.5);
  opacity: 0;
  pointer-events: none;
}
.nav-masthead-primary-desktop > .nav-item.megamenu > :is(a, .nav-item__button)[aria-expanded=true]::after {
  opacity: 1;
}
.nav-item .uk-dropbar.tm-megamenu {
  background: #F5F0EB;
}
.c-nav-menu.nav-masthead-cta-mobile {
  display: none;
}
a.uk-accordion-title.c-nav-menu.nav-masthead-cta-mobile {
  display: none;
}
body .tm-megamenu.uk-dropbar {
  --tw-bg-opacity: 1;
  background-color: rgb(245 240 235 / var(--tw-bg-opacity));
  padding-top: 48px;
  padding-bottom: 80px;
}
body .tm-megamenu.uk-dropbar .layout__flex-4-4-4-4 {
  gap: 68px;
}
body .tm-megamenu.uk-dropbar .\:c {
  max-width: 1438px;
  padding: 0;
}
body .tm-megamenu.uk-dropbar .item:not(:first-child) {
  position: relative;
}
body .tm-megamenu.uk-dropbar .item:not(:first-child)::before {
  content: var(--tw-content);
  position: absolute;
  left: -34px;
  bottom: 0;
  height: 100%;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.3);
}
body .tm-megamenu.uk-dropbar .item > a {
  height: 40px;
  padding: 0;
  color: var(--color-b3);
}
@media (min-width: 1292px) {
  body .tm-megamenu.uk-dropbar .item > a {
    height: 62px;
    padding-right: 28px;
  }
}
body .tm-megamenu.uk-dropbar .item > a {
  font-feature-settings: "clig" off, "liga" off;
  /* h4/default */
  font-family: "HCo Gotham";
  text-decoration: none;
  font-size: 26px;
  font-size: 1.7vw;
}
@media (min-width: 1292px) {
  body .tm-megamenu.uk-dropbar .item > a {
    font-size: 26px;
    line-height: 118%;
  }
}
body .tm-megamenu.uk-dropbar .item > a {
  font-style: normal;
  font-weight: 400;
  text-decoration-line: underline;
  --link-underline-color: transparent;
  text-decoration-color: var(--link-underline-color);
  --link-underline-offset: 0;
}
body .tm-megamenu.uk-dropbar .item > a:hover {
  --link-underline-color: #333;
  text-decoration-color: var(--link-underline-color);
  --link-underline-offset: 2px;
}
body .tm-megamenu.uk-dropbar .item > a + ul {
  list-style-type: none;
  margin-top: 32px;
  padding-left: 0;
}
body .tm-megamenu.uk-dropbar .item > a + ul li {
  margin-top: 16px;
}
body .tm-megamenu.uk-dropbar .item > a + ul li::before {
  display: none;
}
abody.uk-accordion-title .tm-megamenu.uk-dropbar .item > a + ul li::before {
  display: none;
}
body .tm-megamenu.uk-dropbar .item > a + ul li a {
  color: var(--color-b3);
  font-feature-settings: "clig" off, "liga" off;
  /* 10 paragraph medium/default */
  font-family: "HCo Gotham";
  text-decoration: none;
  --link-underline-offset: 1px;
  font-size: 16px;
  font-size: 1.2vw;
}
@media (min-width: 1292px) {
  body .tm-megamenu.uk-dropbar .item > a + ul li a {
    font-size: 16px;
  }
}
body .tm-megamenu.uk-dropbar .item > a + ul li a {
  font-style: normal;
  font-weight: 400;
  line-height: 152%; /* 24.32px */
  letter-spacing: normal;
  padding: 0;
  display: block;
}
body .tm-megamenu.uk-dropbar .item > a + ul li a:hover {
  text-decoration: underline;
}
.nav-mobile-toggle {
  padding: 0;
}
.nav-mobile-toggle:hover {
  background-color: transparent;
}
.nav-mobile-toggle {
  width: auto !important;
  --btn-background: transparent;
}
.nav-mobile-toggle::after {
  display: none;
}
a.uk-accordion-title.nav-mobile-toggle::after {
  display: none;
}
@media (max-width: 740px) {
  .nav-item {
    text-align: center;
  }
  .nav-item a {
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.18px;
    font-size: 22px;
    margin-top: 14px;
    display: block;
  }
  .c-nav-menu.nav-masthead-cta-mobile {
    text-align: center;
    margin-top: 28px;
  }
  nav.nav-mobile-nav {
    padding-top: 25px;
  }
}
.nav-masthead-primary-desktop > .nav-item > a {
  transition: 0.2s ease;
  --link-underline-width: 1px;
}
.nav-masthead-primary-desktop > .nav-item > a:hover {
  --link-underline-color: #231F20;
  --link-underline-offset: 3px;
  --link-underline-width: 1px;
}
.masthead {
  background-color: #F5F0EB;
  position: relative;
  z-index: 1001;
}
.masthead > * {
  position: relative;
  z-index: 2;
}
.masthead .submenu {
  display: none;
}
.masthead .c-site-logo {
  --logo-width: 241px;
  --logo-aspect: 0.267;
  flex: 0 1 var(--logo-width);
  z-index: 1;
  flex: none;
}
@media (min-width: 1292px) {
  .masthead .c-site-logo {
    flex: 0,1,var(--logo-width);
  }
}
.masthead .c-site-logo a {
  display: flex;
  display: block;
}
@media (min-width: 1292px) {
  .masthead .c-site-logo a {
    display: flex;
  }
}
.masthead .c-site-logo a {
  align-items: center;
  padding: 0;
  height: 85.313px;
  height: auto;
}
@media (min-width: 1292px) {
  .masthead .c-site-logo a {
    height: 85.313px;
  }
}
.masthead .c-site-logo a {
  border: none;
  text-decoration: none;
}
.masthead .c-site-logo a:hover {
  background-color: transparent;
}
.masthead .c-site-logo svg {
  width: 241px;
  height: 85.313px;
  height: auto;
  width: clamp(165px,16vw,250px);
}
@media (min-width: 1292px) {
  .masthead .c-site-logo svg {
    height: 70px;
    width: 250px;
  }
}
.masthead .c-site-logo svg {
  z-index: 1;
}
.masthead .c-site-logo .text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.masthead .c-nav-mobile .btn.apply {
  flex: 1 1 auto;
}
.masthead .c-panel {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
  width: 100%;
  display: grid;
  transition: grid-template-rows 240ms cubic-bezier(0, 0, 0.32, 1);
}
.masthead .c-panel > div {
  position: relative;
  z-index: 2;
}
.masthead .c-panel .overlay {
  position: fixed;
  inset: 0;
  z-index: 0;
  background: var(--p-nav-mobile-overlay-bg);
  opacity: 0;
  pointer-events: none;
  transition: opacity 240ms linear(0, 1);
}
.masthead .c-panel[data-is-active=true] .overlay {
  pointer-events: auto;
  opacity: 1;
}
.nav-mobile-toggle {
  position: static;
}
.nav-mobile-toggle[aria-expanded=false] .\:icon-close {
  display: none;
}
.nav-mobile-toggle[aria-expanded=true] .\:icon-menu {
  display: none;
}
.c-search .c-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(20px, 1.7123vw + 13.8356px, 40px);
}
.c-search .c-field {
  flex-grow: 1;
}
@media (min-width: 596px) {
  .c-search .c-field {
    flex: 0 0 60vw;
  }
}
.c-search form[role=search] {
  display: flex;
}
.c-search label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
nav.nav-mobile-nav {
  display: block;
  padding: 56px;
  padding-top: 40px;
}
.nav-masthead-cta-desktop .btn span.text {
  font-size: clamp(13px,1.3vw,14px);
}
@media (min-width: 1292px) {
  .nav-masthead-cta-desktop .btn span.text {
    font-size: 14px;
  }
}
.c-nav-desktop {
  display: grid;
  --tw-bg-opacity: 1;
  background-color: rgb(245 240 235 / var(--tw-bg-opacity));
}
.c-nav-desktop .btn.\:icon-only {
  --btn-border-color: transparent;
  --stroke-width: 2;
  --btn-padding-x: clamp(4px, 0.5136vw + 2.1506px, 10px);
  --btn-padding-y: clamp(4px, 0.5136vw + 2.1506px, 10px);
}
.palette-cleanser[data-palette-hero="1"] ~ .masthead .c-nav-desktop {
  --p-fill: var(--color-b1);
  --p-base: var(--color-t1);
  --p-list-marker-1: var(--color-a1);
  --p-list-marker-2: var(--color-t1);
  --p-list-marker-3: var(--color-t1);
  --p-selection-bg: var(--color-a3);
  --p-selection-text: var(--color-t1);
  --p-highlight-bg: var(--color-a2);
  --p-highlight-text: var(--color-t1);
  --p-lowlight-bg: var(--color-b5);
  --p-lowlight-text: var(--color-t3);
  --p-caption: var(--color-t2);
  --p-error: var(--color-t4);
  --p-link-default-bg: var(--color-a0);
  --p-link-default-text: var(--color-t1);
  --p-link-default-border: var(--color-t1);
  --p-link-hover-bg: var(--color-b3);
  --p-link-hover-text: var(--color-t1);
  --p-link-hover-border: var(--color-o3);
  --p-link-active-bg: var(--color-a0);
  --p-link-active-text: var(--color-t1);
  --p-link-active-border: var(--color-a1);
  --p-link-shy-default-bg: var(--color-a0);
  --p-link-shy-default-text: var(--color-t1);
  --p-link-shy-default-border: var(--color-a0);
  --p-link-shy-hover-bg: var(--color-a0);
  --p-link-shy-hover-text: var(--color-t1);
  --p-link-shy-hover-border: var(--color-o3);
  --p-accent-1: var(--color-a1);
  --p-accent-2: var(--color-a2);
  --p-accent-3: var(--color-a3);
  --p-accent-4: var(--color-a4);
  --p-accent-5: var(--color-a5);
  --p-line: var(--color-o1a);
  --p-line-alt: var(--color-o1);
  --p-icon: var(--color-t1);
  --p-form-empty-bg: var(--color-a0);
  --p-form-empty-text: var(--color-t2a);
  --p-form-empty-border: var(--color-o1a);
  --p-form-value-bg: var(--color-a0);
  --p-form-value-text: var(--color-t1);
  --p-form-value-border: var(--color-o1);
  --p-form-focus-bg: var(--color-a0);
  --p-form-focus-text: var(--color-t1);
  --p-form-focus-border: var(--color-a1);
  --p-form-error-bg: var(--color-a0);
  --p-form-error-text: var(--color-t1);
  --p-form-error-border: var(--color-o4);
  --p-form-disabled-bg: var(--color-a0);
  --p-form-disabled-text: var(--color-t2a);
  --p-form-disabled-border: var(--color-o1a);
  --p-form-ui: var(--color-t1);
  --p-btn-v1-default-bg: var(--color-a1);
  --p-btn-v1-default-text: var(--color-t1);
  --p-btn-v1-default-border: var(--color-a1);
  --p-btn-v1-hover-bg: var(--color-a5);
  --p-btn-v1-hover-text: var(--color-t3);
  --p-btn-v1-hover-border: var(--color-a5);
  --p-btn-v1-active-bg: var(--color-b5);
  --p-btn-v1-active-text: var(--color-t3);
  --p-btn-v1-active-border: var(--color-b5);
  --p-btn-v1-disabled-bg: var(--color-b4);
  --p-btn-v1-disabled-text: var(--color-t3);
  --p-btn-v1-disabled-border: var(--color-b4);
  --p-btn-v2-default-bg: var(--color-a0);
  --p-btn-v2-default-text: var(--color-t1);
  --p-btn-v2-default-border: var(--color-o1);
  --p-btn-v2-hover-bg: var(--color-a5);
  --p-btn-v2-hover-text: var(--color-t3);
  --p-btn-v2-hover-border: var(--color-o1);
  --p-btn-v2-active-bg: var(--color-b5);
  --p-btn-v2-active-text: var(--color-t3);
  --p-btn-v2-active-border: var(--color-o1);
  --p-btn-v2-disabled-bg: var(--color-a0);
  --p-btn-v2-disabled-text: var(--color-t1);
  --p-btn-v2-disabled-border: var(--color-o1);
  --p-btn-v1-media-default-bg: var(--color-a7);
  --p-btn-v1-media-default-text: var(--color-t3);
  --p-btn-v1-media-default-border: var(--color-a7);
  --p-btn-v1-media-hover-bg: var(--color-a5);
  --p-btn-v1-media-hover-text: var(--color-t3);
  --p-btn-v1-media-hover-border: var(--color-a5);
  --p-btn-v1-media-active-bg: var(--color-a5);
  --p-btn-v1-media-active-text: var(--color-t3);
  --p-btn-v1-media-active-border: var(--color-a5);
  --p-btn-v1-media-disabled-bg: var(--color-a7);
  --p-btn-v1-media-disabled-text: var(--color-t3a);
  --p-btn-v1-media-disabled-border: var(--color-a7);
  --p-image-bg: var(--color-t1);
  --p-nav-dropdown-bg: var(--color-a6);
  --p-nav-mobile-overlay-bg: var(--color-t2a);
}
.palette-cleanser[data-palette-hero="2"] ~ .masthead .c-nav-desktop {
  --p-fill: var(--color-b2);
  --p-base: var(--color-t1);
  --p-selection-bg: var(--color-a3);
  --p-selection-text: var(--color-t1);
  --p-highlight-bg: var(--color-a2);
  --p-highlight-text: var(--color-t1);
  --p-caption: var(--color-t2);
  --p-error: var(--color-t4);
  --p-link-default-bg: var(--color-a0);
  --p-link-default-text: var(--color-t1);
  --p-link-default-border: var(--color-t1);
  --p-link-hover-bg: var(--color-b3);
  --p-link-hover-text: var(--color-t1);
  --p-link-hover-border: var(--color-o3);
  --p-link-active-bg: var(--color-a0);
  --p-link-active-text: var(--color-t1);
  --p-link-active-border: var(--color-a1);
  --p-link-shy-default-bg: var(--color-a0);
  --p-link-shy-default-text: var(--color-t1);
  --p-link-shy-default-border: var(--color-a0);
  --p-link-shy-hover-bg: var(--color-a0);
  --p-link-shy-hover-text: var(--color-t1);
  --p-link-shy-hover-border: var(--color-o3);
  --p-accent-1: var(--color-a1);
  --p-accent-2: var(--color-a2);
  --p-accent-3: var(--color-a3);
  --p-accent-4: var(--color-a4);
  --p-accent-5: var(--color-a5);
  --p-line: var(--color-o1a);
  --p-line-alt: var(--color-o1);
  --p-icon: var(--color-t1);
  --p-form-empty-bg: var(--color-a0);
  --p-form-empty-text: var(--color-t2a);
  --p-form-empty-border: var(--color-o1a);
  --p-form-value-bg: var(--color-a0);
  --p-form-value-text: var(--color-t1);
  --p-form-value-border: var(--color-o1);
  --p-form-focus-bg: var(--color-a0);
  --p-form-focus-text: var(--color-t1);
  --p-form-focus-border: var(--color-a1);
  --p-form-error-bg: var(--color-a0);
  --p-form-error-text: var(--color-t1);
  --p-form-error-border: var(--color-o4);
  --p-form-disabled-bg: var(--color-a0);
  --p-form-disabled-text: var(--color-t2a);
  --p-form-disabled-border: var(--color-o1a);
  --p-form-ui: var(--color-t1);
  --p-btn-v1-default-bg: var(--color-a1);
  --p-btn-v1-default-text: var(--color-t1);
  --p-btn-v1-default-border: var(--color-a1);
  --p-btn-v1-hover-bg: var(--color-a5);
  --p-btn-v1-hover-text: var(--color-t3);
  --p-btn-v1-hover-border: var(--color-a5);
  --p-btn-v1-active-bg: var(--color-b5);
  --p-btn-v1-active-text: var(--color-t3);
  --p-btn-v1-active-border: var(--color-b5);
  --p-btn-v1-disabled-bg: var(--color-b4);
  --p-btn-v1-disabled-text: var(--color-t3);
  --p-btn-v1-disabled-border: var(--color-b4);
  --p-btn-v2-default-bg: var(--color-a0);
  --p-btn-v2-default-text: var(--color-t1);
  --p-btn-v2-default-border: var(--color-o1);
  --p-btn-v2-hover-bg: var(--color-a5);
  --p-btn-v2-hover-text: var(--color-t3);
  --p-btn-v2-hover-border: var(--color-o1);
  --p-btn-v2-active-bg: var(--color-b5);
  --p-btn-v2-active-text: var(--color-t3);
  --p-btn-v2-active-border: var(--color-o1);
  --p-btn-v2-disabled-bg: var(--color-a0);
  --p-btn-v2-disabled-text: var(--color-t1);
  --p-btn-v2-disabled-border: var(--color-o1);
  --p-list-marker-1: var(--color-a1);
  --p-list-marker-2: var(--color-t1);
  --p-list-marker-3: var(--color-t1);
  --p-lowlight-bg: var(--color-b5);
  --p-lowlight-text: var(--color-t3);
  --p-btn-v1-media-default-bg: var(--color-a7);
  --p-btn-v1-media-default-text: var(--color-t3);
  --p-btn-v1-media-default-border: var(--color-a7);
  --p-btn-v1-media-hover-bg: var(--color-a5);
  --p-btn-v1-media-hover-text: var(--color-t3);
  --p-btn-v1-media-hover-border: var(--color-a5);
  --p-btn-v1-media-active-bg: var(--color-a5);
  --p-btn-v1-media-active-text: var(--color-t3);
  --p-btn-v1-media-active-border: var(--color-a5);
  --p-btn-v1-media-disabled-bg: var(--color-a7);
  --p-btn-v1-media-disabled-text: var(--color-t3a);
  --p-btn-v1-media-disabled-border: var(--color-a7);
  --p-image-bg: var(--color-t1);
  --p-nav-dropdown-bg: var(--color-a6);
  --p-nav-mobile-overlay-bg: var(--color-t2a);
}
.palette-cleanser[data-palette-hero="3"] ~ .masthead .c-nav-desktop {
  --p-fill: var(--color-b1);
  --p-base: var(--color-t1);
  --p-selection-bg: var(--color-a3);
  --p-selection-text: var(--color-t1);
  --p-highlight-bg: var(--color-a6);
  --p-highlight-text: var(--color-t1);
  --p-caption: var(--color-t2);
  --p-error: var(--color-t4);
  --p-link-default-bg: var(--color-a0);
  --p-link-default-text: var(--color-t1);
  --p-link-default-border: var(--color-t1);
  --p-link-hover-bg: var(--color-b3);
  --p-link-hover-text: var(--color-t1);
  --p-link-hover-border: var(--color-o3);
  --p-link-active-bg: var(--color-a0);
  --p-link-active-text: var(--color-t1);
  --p-link-active-border: var(--color-a1);
  --p-link-shy-default-bg: var(--color-a0);
  --p-link-shy-default-text: var(--color-t1);
  --p-link-shy-default-border: var(--color-a0);
  --p-link-shy-hover-bg: var(--color-a0);
  --p-link-shy-hover-text: var(--color-t1);
  --p-link-shy-hover-border: var(--color-o3);
  --p-accent-1: var(--color-a1);
  --p-accent-2: var(--color-a6);
  --p-accent-3: var(--color-a3);
  --p-accent-4: var(--color-a4);
  --p-accent-5: var(--color-a5);
  --p-line: var(--color-o1a);
  --p-line-alt: var(--color-o1);
  --p-icon: var(--color-t1);
  --p-form-empty-bg: var(--color-a0);
  --p-form-empty-text: var(--color-t2a);
  --p-form-empty-border: var(--color-o1a);
  --p-form-value-bg: var(--color-a0);
  --p-form-value-text: var(--color-t1);
  --p-form-value-border: var(--color-o1);
  --p-form-focus-bg: var(--color-a0);
  --p-form-focus-text: var(--color-t1);
  --p-form-focus-border: var(--color-a1);
  --p-form-error-bg: var(--color-a0);
  --p-form-error-text: var(--color-t1);
  --p-form-error-border: var(--color-o4);
  --p-form-disabled-bg: var(--color-a0);
  --p-form-disabled-text: var(--color-t2a);
  --p-form-disabled-border: var(--color-o1a);
  --p-form-ui: var(--color-t1);
  --p-btn-v1-default-bg: var(--color-a1);
  --p-btn-v1-default-text: var(--color-t1);
  --p-btn-v1-default-border: var(--color-a1);
  --p-btn-v1-hover-bg: var(--color-a5);
  --p-btn-v1-hover-text: var(--color-t3);
  --p-btn-v1-hover-border: var(--color-a5);
  --p-btn-v1-active-bg: var(--color-b5);
  --p-btn-v1-active-text: var(--color-t3);
  --p-btn-v1-active-border: var(--color-b5);
  --p-btn-v1-disabled-bg: var(--color-b4);
  --p-btn-v1-disabled-text: var(--color-t3);
  --p-btn-v1-disabled-border: var(--color-b4);
  --p-btn-v2-default-bg: var(--color-a0);
  --p-btn-v2-default-text: var(--color-t1);
  --p-btn-v2-default-border: var(--color-o1);
  --p-btn-v2-hover-bg: var(--color-a5);
  --p-btn-v2-hover-text: var(--color-t3);
  --p-btn-v2-hover-border: var(--color-o1);
  --p-btn-v2-active-bg: var(--color-b5);
  --p-btn-v2-active-text: var(--color-t3);
  --p-btn-v2-active-border: var(--color-o1);
  --p-btn-v2-disabled-bg: var(--color-a0);
  --p-btn-v2-disabled-text: var(--color-t1);
  --p-btn-v2-disabled-border: var(--color-o1);
  --p-list-marker-1: var(--color-a1);
  --p-list-marker-2: var(--color-t1);
  --p-list-marker-3: var(--color-t1);
  --p-lowlight-bg: var(--color-b5);
  --p-lowlight-text: var(--color-t3);
  --p-btn-v1-media-default-bg: var(--color-a7);
  --p-btn-v1-media-default-text: var(--color-t3);
  --p-btn-v1-media-default-border: var(--color-a7);
  --p-btn-v1-media-hover-bg: var(--color-a5);
  --p-btn-v1-media-hover-text: var(--color-t3);
  --p-btn-v1-media-hover-border: var(--color-a5);
  --p-btn-v1-media-active-bg: var(--color-a5);
  --p-btn-v1-media-active-text: var(--color-t3);
  --p-btn-v1-media-active-border: var(--color-a5);
  --p-btn-v1-media-disabled-bg: var(--color-a7);
  --p-btn-v1-media-disabled-text: var(--color-t3a);
  --p-btn-v1-media-disabled-border: var(--color-a7);
  --p-image-bg: var(--color-t1);
  --p-nav-dropdown-bg: var(--color-a6);
  --p-nav-mobile-overlay-bg: var(--color-t2a);
}
.palette-cleanser[data-palette-masthead="1"] ~ .masthead .c-nav-desktop {
  --p-fill: var(--color-b1);
  --p-base: var(--color-t1);
  --p-list-marker-1: var(--color-a1);
  --p-list-marker-2: var(--color-t1);
  --p-list-marker-3: var(--color-t1);
  --p-selection-bg: var(--color-a3);
  --p-selection-text: var(--color-t1);
  --p-highlight-bg: var(--color-a2);
  --p-highlight-text: var(--color-t1);
  --p-lowlight-bg: var(--color-b5);
  --p-lowlight-text: var(--color-t3);
  --p-caption: var(--color-t2);
  --p-error: var(--color-t4);
  --p-link-default-bg: var(--color-a0);
  --p-link-default-text: var(--color-t1);
  --p-link-default-border: var(--color-t1);
  --p-link-hover-bg: var(--color-b3);
  --p-link-hover-text: var(--color-t1);
  --p-link-hover-border: var(--color-o3);
  --p-link-active-bg: var(--color-a0);
  --p-link-active-text: var(--color-t1);
  --p-link-active-border: var(--color-a1);
  --p-link-shy-default-bg: var(--color-a0);
  --p-link-shy-default-text: var(--color-t1);
  --p-link-shy-default-border: var(--color-a0);
  --p-link-shy-hover-bg: var(--color-a0);
  --p-link-shy-hover-text: var(--color-t1);
  --p-link-shy-hover-border: var(--color-o3);
  --p-accent-1: var(--color-a1);
  --p-accent-2: var(--color-a2);
  --p-accent-3: var(--color-a3);
  --p-accent-4: var(--color-a4);
  --p-accent-5: var(--color-a5);
  --p-line: var(--color-o1a);
  --p-line-alt: var(--color-o1);
  --p-icon: var(--color-t1);
  --p-form-empty-bg: var(--color-a0);
  --p-form-empty-text: var(--color-t2a);
  --p-form-empty-border: var(--color-o1a);
  --p-form-value-bg: var(--color-a0);
  --p-form-value-text: var(--color-t1);
  --p-form-value-border: var(--color-o1);
  --p-form-focus-bg: var(--color-a0);
  --p-form-focus-text: var(--color-t1);
  --p-form-focus-border: var(--color-a1);
  --p-form-error-bg: var(--color-a0);
  --p-form-error-text: var(--color-t1);
  --p-form-error-border: var(--color-o4);
  --p-form-disabled-bg: var(--color-a0);
  --p-form-disabled-text: var(--color-t2a);
  --p-form-disabled-border: var(--color-o1a);
  --p-form-ui: var(--color-t1);
  --p-btn-v1-default-bg: var(--color-a1);
  --p-btn-v1-default-text: var(--color-t1);
  --p-btn-v1-default-border: var(--color-a1);
  --p-btn-v1-hover-bg: var(--color-a5);
  --p-btn-v1-hover-text: var(--color-t3);
  --p-btn-v1-hover-border: var(--color-a5);
  --p-btn-v1-active-bg: var(--color-b5);
  --p-btn-v1-active-text: var(--color-t3);
  --p-btn-v1-active-border: var(--color-b5);
  --p-btn-v1-disabled-bg: var(--color-b4);
  --p-btn-v1-disabled-text: var(--color-t3);
  --p-btn-v1-disabled-border: var(--color-b4);
  --p-btn-v2-default-bg: var(--color-a0);
  --p-btn-v2-default-text: var(--color-t1);
  --p-btn-v2-default-border: var(--color-o1);
  --p-btn-v2-hover-bg: var(--color-a5);
  --p-btn-v2-hover-text: var(--color-t3);
  --p-btn-v2-hover-border: var(--color-o1);
  --p-btn-v2-active-bg: var(--color-b5);
  --p-btn-v2-active-text: var(--color-t3);
  --p-btn-v2-active-border: var(--color-o1);
  --p-btn-v2-disabled-bg: var(--color-a0);
  --p-btn-v2-disabled-text: var(--color-t1);
  --p-btn-v2-disabled-border: var(--color-o1);
  --p-btn-v1-media-default-bg: var(--color-a7);
  --p-btn-v1-media-default-text: var(--color-t3);
  --p-btn-v1-media-default-border: var(--color-a7);
  --p-btn-v1-media-hover-bg: var(--color-a5);
  --p-btn-v1-media-hover-text: var(--color-t3);
  --p-btn-v1-media-hover-border: var(--color-a5);
  --p-btn-v1-media-active-bg: var(--color-a5);
  --p-btn-v1-media-active-text: var(--color-t3);
  --p-btn-v1-media-active-border: var(--color-a5);
  --p-btn-v1-media-disabled-bg: var(--color-a7);
  --p-btn-v1-media-disabled-text: var(--color-t3a);
  --p-btn-v1-media-disabled-border: var(--color-a7);
  --p-image-bg: var(--color-t1);
  --p-nav-dropdown-bg: var(--color-a6);
  --p-nav-mobile-overlay-bg: var(--color-t2a);
  background: var(--p-fill);
}
.palette-cleanser[data-palette-masthead="2"] ~ .masthead .c-nav-desktop {
  --p-fill: var(--color-b2);
  --p-base: var(--color-t1);
  --p-selection-bg: var(--color-a3);
  --p-selection-text: var(--color-t1);
  --p-highlight-bg: var(--color-a2);
  --p-highlight-text: var(--color-t1);
  --p-caption: var(--color-t2);
  --p-error: var(--color-t4);
  --p-link-default-bg: var(--color-a0);
  --p-link-default-text: var(--color-t1);
  --p-link-default-border: var(--color-t1);
  --p-link-hover-bg: var(--color-b3);
  --p-link-hover-text: var(--color-t1);
  --p-link-hover-border: var(--color-o3);
  --p-link-active-bg: var(--color-a0);
  --p-link-active-text: var(--color-t1);
  --p-link-active-border: var(--color-a1);
  --p-link-shy-default-bg: var(--color-a0);
  --p-link-shy-default-text: var(--color-t1);
  --p-link-shy-default-border: var(--color-a0);
  --p-link-shy-hover-bg: var(--color-a0);
  --p-link-shy-hover-text: var(--color-t1);
  --p-link-shy-hover-border: var(--color-o3);
  --p-accent-1: var(--color-a1);
  --p-accent-2: var(--color-a2);
  --p-accent-3: var(--color-a3);
  --p-accent-4: var(--color-a4);
  --p-accent-5: var(--color-a5);
  --p-line: var(--color-o1a);
  --p-line-alt: var(--color-o1);
  --p-icon: var(--color-t1);
  --p-form-empty-bg: var(--color-a0);
  --p-form-empty-text: var(--color-t2a);
  --p-form-empty-border: var(--color-o1a);
  --p-form-value-bg: var(--color-a0);
  --p-form-value-text: var(--color-t1);
  --p-form-value-border: var(--color-o1);
  --p-form-focus-bg: var(--color-a0);
  --p-form-focus-text: var(--color-t1);
  --p-form-focus-border: var(--color-a1);
  --p-form-error-bg: var(--color-a0);
  --p-form-error-text: var(--color-t1);
  --p-form-error-border: var(--color-o4);
  --p-form-disabled-bg: var(--color-a0);
  --p-form-disabled-text: var(--color-t2a);
  --p-form-disabled-border: var(--color-o1a);
  --p-form-ui: var(--color-t1);
  --p-btn-v1-default-bg: var(--color-a1);
  --p-btn-v1-default-text: var(--color-t1);
  --p-btn-v1-default-border: var(--color-a1);
  --p-btn-v1-hover-bg: var(--color-a5);
  --p-btn-v1-hover-text: var(--color-t3);
  --p-btn-v1-hover-border: var(--color-a5);
  --p-btn-v1-active-bg: var(--color-b5);
  --p-btn-v1-active-text: var(--color-t3);
  --p-btn-v1-active-border: var(--color-b5);
  --p-btn-v1-disabled-bg: var(--color-b4);
  --p-btn-v1-disabled-text: var(--color-t3);
  --p-btn-v1-disabled-border: var(--color-b4);
  --p-btn-v2-default-bg: var(--color-a0);
  --p-btn-v2-default-text: var(--color-t1);
  --p-btn-v2-default-border: var(--color-o1);
  --p-btn-v2-hover-bg: var(--color-a5);
  --p-btn-v2-hover-text: var(--color-t3);
  --p-btn-v2-hover-border: var(--color-o1);
  --p-btn-v2-active-bg: var(--color-b5);
  --p-btn-v2-active-text: var(--color-t3);
  --p-btn-v2-active-border: var(--color-o1);
  --p-btn-v2-disabled-bg: var(--color-a0);
  --p-btn-v2-disabled-text: var(--color-t1);
  --p-btn-v2-disabled-border: var(--color-o1);
  --p-list-marker-1: var(--color-a1);
  --p-list-marker-2: var(--color-t1);
  --p-list-marker-3: var(--color-t1);
  --p-lowlight-bg: var(--color-b5);
  --p-lowlight-text: var(--color-t3);
  --p-btn-v1-media-default-bg: var(--color-a7);
  --p-btn-v1-media-default-text: var(--color-t3);
  --p-btn-v1-media-default-border: var(--color-a7);
  --p-btn-v1-media-hover-bg: var(--color-a5);
  --p-btn-v1-media-hover-text: var(--color-t3);
  --p-btn-v1-media-hover-border: var(--color-a5);
  --p-btn-v1-media-active-bg: var(--color-a5);
  --p-btn-v1-media-active-text: var(--color-t3);
  --p-btn-v1-media-active-border: var(--color-a5);
  --p-btn-v1-media-disabled-bg: var(--color-a7);
  --p-btn-v1-media-disabled-text: var(--color-t3a);
  --p-btn-v1-media-disabled-border: var(--color-a7);
  --p-image-bg: var(--color-t1);
  --p-nav-dropdown-bg: var(--color-a6);
  --p-nav-mobile-overlay-bg: var(--color-t2a);
  background: var(--p-fill);
}
.palette-cleanser[data-palette-masthead="3"] ~ .masthead .c-nav-desktop {
  --p-fill: var(--color-b1);
  --p-base: var(--color-t1);
  --p-selection-bg: var(--color-a3);
  --p-selection-text: var(--color-t1);
  --p-highlight-bg: var(--color-a6);
  --p-highlight-text: var(--color-t1);
  --p-caption: var(--color-t2);
  --p-error: var(--color-t4);
  --p-link-default-bg: var(--color-a0);
  --p-link-default-text: var(--color-t1);
  --p-link-default-border: var(--color-t1);
  --p-link-hover-bg: var(--color-b3);
  --p-link-hover-text: var(--color-t1);
  --p-link-hover-border: var(--color-o3);
  --p-link-active-bg: var(--color-a0);
  --p-link-active-text: var(--color-t1);
  --p-link-active-border: var(--color-a1);
  --p-link-shy-default-bg: var(--color-a0);
  --p-link-shy-default-text: var(--color-t1);
  --p-link-shy-default-border: var(--color-a0);
  --p-link-shy-hover-bg: var(--color-a0);
  --p-link-shy-hover-text: var(--color-t1);
  --p-link-shy-hover-border: var(--color-o3);
  --p-accent-1: var(--color-a1);
  --p-accent-2: var(--color-a6);
  --p-accent-3: var(--color-a3);
  --p-accent-4: var(--color-a4);
  --p-accent-5: var(--color-a5);
  --p-line: var(--color-o1a);
  --p-line-alt: var(--color-o1);
  --p-icon: var(--color-t1);
  --p-form-empty-bg: var(--color-a0);
  --p-form-empty-text: var(--color-t2a);
  --p-form-empty-border: var(--color-o1a);
  --p-form-value-bg: var(--color-a0);
  --p-form-value-text: var(--color-t1);
  --p-form-value-border: var(--color-o1);
  --p-form-focus-bg: var(--color-a0);
  --p-form-focus-text: var(--color-t1);
  --p-form-focus-border: var(--color-a1);
  --p-form-error-bg: var(--color-a0);
  --p-form-error-text: var(--color-t1);
  --p-form-error-border: var(--color-o4);
  --p-form-disabled-bg: var(--color-a0);
  --p-form-disabled-text: var(--color-t2a);
  --p-form-disabled-border: var(--color-o1a);
  --p-form-ui: var(--color-t1);
  --p-btn-v1-default-bg: var(--color-a1);
  --p-btn-v1-default-text: var(--color-t1);
  --p-btn-v1-default-border: var(--color-a1);
  --p-btn-v1-hover-bg: var(--color-a5);
  --p-btn-v1-hover-text: var(--color-t3);
  --p-btn-v1-hover-border: var(--color-a5);
  --p-btn-v1-active-bg: var(--color-b5);
  --p-btn-v1-active-text: var(--color-t3);
  --p-btn-v1-active-border: var(--color-b5);
  --p-btn-v1-disabled-bg: var(--color-b4);
  --p-btn-v1-disabled-text: var(--color-t3);
  --p-btn-v1-disabled-border: var(--color-b4);
  --p-btn-v2-default-bg: var(--color-a0);
  --p-btn-v2-default-text: var(--color-t1);
  --p-btn-v2-default-border: var(--color-o1);
  --p-btn-v2-hover-bg: var(--color-a5);
  --p-btn-v2-hover-text: var(--color-t3);
  --p-btn-v2-hover-border: var(--color-o1);
  --p-btn-v2-active-bg: var(--color-b5);
  --p-btn-v2-active-text: var(--color-t3);
  --p-btn-v2-active-border: var(--color-o1);
  --p-btn-v2-disabled-bg: var(--color-a0);
  --p-btn-v2-disabled-text: var(--color-t1);
  --p-btn-v2-disabled-border: var(--color-o1);
  --p-list-marker-1: var(--color-a1);
  --p-list-marker-2: var(--color-t1);
  --p-list-marker-3: var(--color-t1);
  --p-lowlight-bg: var(--color-b5);
  --p-lowlight-text: var(--color-t3);
  --p-btn-v1-media-default-bg: var(--color-a7);
  --p-btn-v1-media-default-text: var(--color-t3);
  --p-btn-v1-media-default-border: var(--color-a7);
  --p-btn-v1-media-hover-bg: var(--color-a5);
  --p-btn-v1-media-hover-text: var(--color-t3);
  --p-btn-v1-media-hover-border: var(--color-a5);
  --p-btn-v1-media-active-bg: var(--color-a5);
  --p-btn-v1-media-active-text: var(--color-t3);
  --p-btn-v1-media-active-border: var(--color-a5);
  --p-btn-v1-media-disabled-bg: var(--color-a7);
  --p-btn-v1-media-disabled-text: var(--color-t3a);
  --p-btn-v1-media-disabled-border: var(--color-a7);
  --p-image-bg: var(--color-t1);
  --p-nav-dropdown-bg: var(--color-a6);
  --p-nav-mobile-overlay-bg: var(--color-t2a);
  background: var(--p-fill);
}
.palette-cleanser[data-is-mobile-nav-open=true][data-palette-mobile-nav="1"] ~ .masthead .c-nav-desktop {
  --p-fill: var(--color-b1);
  --p-base: var(--color-t1);
  --p-list-marker-1: var(--color-a1);
  --p-list-marker-2: var(--color-t1);
  --p-list-marker-3: var(--color-t1);
  --p-selection-bg: var(--color-a3);
  --p-selection-text: var(--color-t1);
  --p-highlight-bg: var(--color-a2);
  --p-highlight-text: var(--color-t1);
  --p-lowlight-bg: var(--color-b5);
  --p-lowlight-text: var(--color-t3);
  --p-caption: var(--color-t2);
  --p-error: var(--color-t4);
  --p-link-default-bg: var(--color-a0);
  --p-link-default-text: var(--color-t1);
  --p-link-default-border: var(--color-t1);
  --p-link-hover-bg: var(--color-b3);
  --p-link-hover-text: var(--color-t1);
  --p-link-hover-border: var(--color-o3);
  --p-link-active-bg: var(--color-a0);
  --p-link-active-text: var(--color-t1);
  --p-link-active-border: var(--color-a1);
  --p-link-shy-default-bg: var(--color-a0);
  --p-link-shy-default-text: var(--color-t1);
  --p-link-shy-default-border: var(--color-a0);
  --p-link-shy-hover-bg: var(--color-a0);
  --p-link-shy-hover-text: var(--color-t1);
  --p-link-shy-hover-border: var(--color-o3);
  --p-accent-1: var(--color-a1);
  --p-accent-2: var(--color-a2);
  --p-accent-3: var(--color-a3);
  --p-accent-4: var(--color-a4);
  --p-accent-5: var(--color-a5);
  --p-line: var(--color-o1a);
  --p-line-alt: var(--color-o1);
  --p-icon: var(--color-t1);
  --p-form-empty-bg: var(--color-a0);
  --p-form-empty-text: var(--color-t2a);
  --p-form-empty-border: var(--color-o1a);
  --p-form-value-bg: var(--color-a0);
  --p-form-value-text: var(--color-t1);
  --p-form-value-border: var(--color-o1);
  --p-form-focus-bg: var(--color-a0);
  --p-form-focus-text: var(--color-t1);
  --p-form-focus-border: var(--color-a1);
  --p-form-error-bg: var(--color-a0);
  --p-form-error-text: var(--color-t1);
  --p-form-error-border: var(--color-o4);
  --p-form-disabled-bg: var(--color-a0);
  --p-form-disabled-text: var(--color-t2a);
  --p-form-disabled-border: var(--color-o1a);
  --p-form-ui: var(--color-t1);
  --p-btn-v1-default-bg: var(--color-a1);
  --p-btn-v1-default-text: var(--color-t1);
  --p-btn-v1-default-border: var(--color-a1);
  --p-btn-v1-hover-bg: var(--color-a5);
  --p-btn-v1-hover-text: var(--color-t3);
  --p-btn-v1-hover-border: var(--color-a5);
  --p-btn-v1-active-bg: var(--color-b5);
  --p-btn-v1-active-text: var(--color-t3);
  --p-btn-v1-active-border: var(--color-b5);
  --p-btn-v1-disabled-bg: var(--color-b4);
  --p-btn-v1-disabled-text: var(--color-t3);
  --p-btn-v1-disabled-border: var(--color-b4);
  --p-btn-v2-default-bg: var(--color-a0);
  --p-btn-v2-default-text: var(--color-t1);
  --p-btn-v2-default-border: var(--color-o1);
  --p-btn-v2-hover-bg: var(--color-a5);
  --p-btn-v2-hover-text: var(--color-t3);
  --p-btn-v2-hover-border: var(--color-o1);
  --p-btn-v2-active-bg: var(--color-b5);
  --p-btn-v2-active-text: var(--color-t3);
  --p-btn-v2-active-border: var(--color-o1);
  --p-btn-v2-disabled-bg: var(--color-a0);
  --p-btn-v2-disabled-text: var(--color-t1);
  --p-btn-v2-disabled-border: var(--color-o1);
  --p-btn-v1-media-default-bg: var(--color-a7);
  --p-btn-v1-media-default-text: var(--color-t3);
  --p-btn-v1-media-default-border: var(--color-a7);
  --p-btn-v1-media-hover-bg: var(--color-a5);
  --p-btn-v1-media-hover-text: var(--color-t3);
  --p-btn-v1-media-hover-border: var(--color-a5);
  --p-btn-v1-media-active-bg: var(--color-a5);
  --p-btn-v1-media-active-text: var(--color-t3);
  --p-btn-v1-media-active-border: var(--color-a5);
  --p-btn-v1-media-disabled-bg: var(--color-a7);
  --p-btn-v1-media-disabled-text: var(--color-t3a);
  --p-btn-v1-media-disabled-border: var(--color-a7);
  --p-image-bg: var(--color-t1);
  --p-nav-dropdown-bg: var(--color-a6);
  --p-nav-mobile-overlay-bg: var(--color-t2a);
  background: var(--p-fill);
}
.palette-cleanser[data-is-mobile-nav-open=true][data-palette-mobile-nav="2"] ~ .masthead .c-nav-desktop {
  --p-fill: var(--color-b2);
  --p-base: var(--color-t1);
  --p-selection-bg: var(--color-a3);
  --p-selection-text: var(--color-t1);
  --p-highlight-bg: var(--color-a2);
  --p-highlight-text: var(--color-t1);
  --p-caption: var(--color-t2);
  --p-error: var(--color-t4);
  --p-link-default-bg: var(--color-a0);
  --p-link-default-text: var(--color-t1);
  --p-link-default-border: var(--color-t1);
  --p-link-hover-bg: var(--color-b3);
  --p-link-hover-text: var(--color-t1);
  --p-link-hover-border: var(--color-o3);
  --p-link-active-bg: var(--color-a0);
  --p-link-active-text: var(--color-t1);
  --p-link-active-border: var(--color-a1);
  --p-link-shy-default-bg: var(--color-a0);
  --p-link-shy-default-text: var(--color-t1);
  --p-link-shy-default-border: var(--color-a0);
  --p-link-shy-hover-bg: var(--color-a0);
  --p-link-shy-hover-text: var(--color-t1);
  --p-link-shy-hover-border: var(--color-o3);
  --p-accent-1: var(--color-a1);
  --p-accent-2: var(--color-a2);
  --p-accent-3: var(--color-a3);
  --p-accent-4: var(--color-a4);
  --p-accent-5: var(--color-a5);
  --p-line: var(--color-o1a);
  --p-line-alt: var(--color-o1);
  --p-icon: var(--color-t1);
  --p-form-empty-bg: var(--color-a0);
  --p-form-empty-text: var(--color-t2a);
  --p-form-empty-border: var(--color-o1a);
  --p-form-value-bg: var(--color-a0);
  --p-form-value-text: var(--color-t1);
  --p-form-value-border: var(--color-o1);
  --p-form-focus-bg: var(--color-a0);
  --p-form-focus-text: var(--color-t1);
  --p-form-focus-border: var(--color-a1);
  --p-form-error-bg: var(--color-a0);
  --p-form-error-text: var(--color-t1);
  --p-form-error-border: var(--color-o4);
  --p-form-disabled-bg: var(--color-a0);
  --p-form-disabled-text: var(--color-t2a);
  --p-form-disabled-border: var(--color-o1a);
  --p-form-ui: var(--color-t1);
  --p-btn-v1-default-bg: var(--color-a1);
  --p-btn-v1-default-text: var(--color-t1);
  --p-btn-v1-default-border: var(--color-a1);
  --p-btn-v1-hover-bg: var(--color-a5);
  --p-btn-v1-hover-text: var(--color-t3);
  --p-btn-v1-hover-border: var(--color-a5);
  --p-btn-v1-active-bg: var(--color-b5);
  --p-btn-v1-active-text: var(--color-t3);
  --p-btn-v1-active-border: var(--color-b5);
  --p-btn-v1-disabled-bg: var(--color-b4);
  --p-btn-v1-disabled-text: var(--color-t3);
  --p-btn-v1-disabled-border: var(--color-b4);
  --p-btn-v2-default-bg: var(--color-a0);
  --p-btn-v2-default-text: var(--color-t1);
  --p-btn-v2-default-border: var(--color-o1);
  --p-btn-v2-hover-bg: var(--color-a5);
  --p-btn-v2-hover-text: var(--color-t3);
  --p-btn-v2-hover-border: var(--color-o1);
  --p-btn-v2-active-bg: var(--color-b5);
  --p-btn-v2-active-text: var(--color-t3);
  --p-btn-v2-active-border: var(--color-o1);
  --p-btn-v2-disabled-bg: var(--color-a0);
  --p-btn-v2-disabled-text: var(--color-t1);
  --p-btn-v2-disabled-border: var(--color-o1);
  --p-list-marker-1: var(--color-a1);
  --p-list-marker-2: var(--color-t1);
  --p-list-marker-3: var(--color-t1);
  --p-lowlight-bg: var(--color-b5);
  --p-lowlight-text: var(--color-t3);
  --p-btn-v1-media-default-bg: var(--color-a7);
  --p-btn-v1-media-default-text: var(--color-t3);
  --p-btn-v1-media-default-border: var(--color-a7);
  --p-btn-v1-media-hover-bg: var(--color-a5);
  --p-btn-v1-media-hover-text: var(--color-t3);
  --p-btn-v1-media-hover-border: var(--color-a5);
  --p-btn-v1-media-active-bg: var(--color-a5);
  --p-btn-v1-media-active-text: var(--color-t3);
  --p-btn-v1-media-active-border: var(--color-a5);
  --p-btn-v1-media-disabled-bg: var(--color-a7);
  --p-btn-v1-media-disabled-text: var(--color-t3a);
  --p-btn-v1-media-disabled-border: var(--color-a7);
  --p-image-bg: var(--color-t1);
  --p-nav-dropdown-bg: var(--color-a6);
  --p-nav-mobile-overlay-bg: var(--color-t2a);
  background: var(--p-fill);
}
.palette-cleanser[data-is-mobile-nav-open=true][data-palette-mobile-nav="3"] ~ .masthead .c-nav-desktop {
  --p-fill: var(--color-b1);
  --p-base: var(--color-t1);
  --p-selection-bg: var(--color-a3);
  --p-selection-text: var(--color-t1);
  --p-highlight-bg: var(--color-a6);
  --p-highlight-text: var(--color-t1);
  --p-caption: var(--color-t2);
  --p-error: var(--color-t4);
  --p-link-default-bg: var(--color-a0);
  --p-link-default-text: var(--color-t1);
  --p-link-default-border: var(--color-t1);
  --p-link-hover-bg: var(--color-b3);
  --p-link-hover-text: var(--color-t1);
  --p-link-hover-border: var(--color-o3);
  --p-link-active-bg: var(--color-a0);
  --p-link-active-text: var(--color-t1);
  --p-link-active-border: var(--color-a1);
  --p-link-shy-default-bg: var(--color-a0);
  --p-link-shy-default-text: var(--color-t1);
  --p-link-shy-default-border: var(--color-a0);
  --p-link-shy-hover-bg: var(--color-a0);
  --p-link-shy-hover-text: var(--color-t1);
  --p-link-shy-hover-border: var(--color-o3);
  --p-accent-1: var(--color-a1);
  --p-accent-2: var(--color-a6);
  --p-accent-3: var(--color-a3);
  --p-accent-4: var(--color-a4);
  --p-accent-5: var(--color-a5);
  --p-line: var(--color-o1a);
  --p-line-alt: var(--color-o1);
  --p-icon: var(--color-t1);
  --p-form-empty-bg: var(--color-a0);
  --p-form-empty-text: var(--color-t2a);
  --p-form-empty-border: var(--color-o1a);
  --p-form-value-bg: var(--color-a0);
  --p-form-value-text: var(--color-t1);
  --p-form-value-border: var(--color-o1);
  --p-form-focus-bg: var(--color-a0);
  --p-form-focus-text: var(--color-t1);
  --p-form-focus-border: var(--color-a1);
  --p-form-error-bg: var(--color-a0);
  --p-form-error-text: var(--color-t1);
  --p-form-error-border: var(--color-o4);
  --p-form-disabled-bg: var(--color-a0);
  --p-form-disabled-text: var(--color-t2a);
  --p-form-disabled-border: var(--color-o1a);
  --p-form-ui: var(--color-t1);
  --p-btn-v1-default-bg: var(--color-a1);
  --p-btn-v1-default-text: var(--color-t1);
  --p-btn-v1-default-border: var(--color-a1);
  --p-btn-v1-hover-bg: var(--color-a5);
  --p-btn-v1-hover-text: var(--color-t3);
  --p-btn-v1-hover-border: var(--color-a5);
  --p-btn-v1-active-bg: var(--color-b5);
  --p-btn-v1-active-text: var(--color-t3);
  --p-btn-v1-active-border: var(--color-b5);
  --p-btn-v1-disabled-bg: var(--color-b4);
  --p-btn-v1-disabled-text: var(--color-t3);
  --p-btn-v1-disabled-border: var(--color-b4);
  --p-btn-v2-default-bg: var(--color-a0);
  --p-btn-v2-default-text: var(--color-t1);
  --p-btn-v2-default-border: var(--color-o1);
  --p-btn-v2-hover-bg: var(--color-a5);
  --p-btn-v2-hover-text: var(--color-t3);
  --p-btn-v2-hover-border: var(--color-o1);
  --p-btn-v2-active-bg: var(--color-b5);
  --p-btn-v2-active-text: var(--color-t3);
  --p-btn-v2-active-border: var(--color-o1);
  --p-btn-v2-disabled-bg: var(--color-a0);
  --p-btn-v2-disabled-text: var(--color-t1);
  --p-btn-v2-disabled-border: var(--color-o1);
  --p-list-marker-1: var(--color-a1);
  --p-list-marker-2: var(--color-t1);
  --p-list-marker-3: var(--color-t1);
  --p-lowlight-bg: var(--color-b5);
  --p-lowlight-text: var(--color-t3);
  --p-btn-v1-media-default-bg: var(--color-a7);
  --p-btn-v1-media-default-text: var(--color-t3);
  --p-btn-v1-media-default-border: var(--color-a7);
  --p-btn-v1-media-hover-bg: var(--color-a5);
  --p-btn-v1-media-hover-text: var(--color-t3);
  --p-btn-v1-media-hover-border: var(--color-a5);
  --p-btn-v1-media-active-bg: var(--color-a5);
  --p-btn-v1-media-active-text: var(--color-t3);
  --p-btn-v1-media-active-border: var(--color-a5);
  --p-btn-v1-media-disabled-bg: var(--color-a7);
  --p-btn-v1-media-disabled-text: var(--color-t3a);
  --p-btn-v1-media-disabled-border: var(--color-a7);
  --p-image-bg: var(--color-t1);
  --p-nav-dropdown-bg: var(--color-a6);
  --p-nav-mobile-overlay-bg: var(--color-t2a);
  background: var(--p-fill);
}
.c-nav-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding-block: clamp(16px, 0.6849vw + 13.5342px, 24px);
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 1084px) {
  .c-nav-main {
    gap: 40px;
  }
}
.c-nav-main .e-search {
  order: 3;
  display: flex;
  align-items: center;
  padding-bottom: 3.5px;
}
.c-nav-main .e-search svg path {
  fill: #231F20;
}
.c-nav-main .e-search svg {
  height: auto;
  width: 20px;
  min-width: 20px;
}
@media (min-width: 900px) {
  .c-nav-main .e-search svg {
    width: 1.8vw;
  }
}
@media (min-width: 1292px) {
  .c-nav-main .e-search svg {
    width: 24px;
  }
}
@media (min-width: 1084px) {
  .c-nav-main .e-search {
    margin-left: 0;
    order: 3;
  }
}
.c-nav-main .e-search a:hover {
  background: transparent;
}
.c-nav-main .btn.\:icon-only {
  width: calc(var(--icon-size, 28px) + var(--btn-padding-x) * 2);
}
@media (min-width: 1084px) {
  .c-nav-main .btn.search {
    margin-left: calc(var(--btn-padding-x) * -1);
  }
}
.c-nav-main .e-toggle {
  order: 4;
  display: flex;
  align-items: center;
}
@media (min-width: 1084px) {
  .c-nav-main .e-toggle {
    display: none;
  }
}
.c-site-logo {
  order: 1;
  margin-right: auto;
}
.nav-masthead-primary-desktop {
  order: 2;
  display: flex;
  align-items: baseline;
  gap: 24px;
  gap: 1.85vw;
}
@media (min-width: 1292px) {
  .nav-masthead-primary-desktop {
    gap: 40px;
  }
}
.nav-masthead-primary-desktop {
  padding-bottom: 7px;
  padding-bottom: 0;
}
@media (max-width: 1083.98px) {
  .nav-masthead-primary-desktop {
    display: none;
  }
}
.nav-masthead-primary-desktop :is(a, .nav-item__button) {
  --link-underline-width: 2px;
  --link-underline-offset: 0.25em;
  --icon-size: 24px;
  color: var(--text-d-1, #3A322B);
  font-feature-settings: "clig" off, "liga" off;
  /* navigation */
  font-family: "HCo Gotham";
  font-size: 18px;
  font-size: clamp(14px,1.3vw,18px);
}
@media (min-width: 1292px) {
  .nav-masthead-primary-desktop :is(a, .nav-item__button) {
    font-size: 18px;
  }
}
.nav-masthead-primary-desktop :is(a, .nav-item__button) {
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  letter-spacing: 0.18px;
  position: relative;
  display: inline-flex;
  padding-block: 0.25em;
}
@media (hover: hover) {
  .nav-masthead-primary-desktop :is(a, .nav-item__button):hover {
    --link-underline-width: 2px;
    --link-underline-offset: 0.5em;
  }
}
.nav-masthead-primary-desktop :is(a, .nav-item__button) .icon {
  flex: 0 0 var(--icon-size);
  width: var(--icon-size);
  pointer-events: none;
}
.nav-masthead-primary-desktop :is(a, .nav-item__button) svg {
  rotate: 90deg;
  transition: all 240ms cubic-bezier(0.42, 0, 0.32, 1);
}
.nav-masthead-primary-desktop .nav-item:has(.icon) > [aria-expanded=true] svg {
  rotate: -90deg;
}
.nav-masthead-primary-desktop .has-children {
  position: relative;
}
.nav-masthead-primary-desktop .has-children > div {
  position: absolute;
  left: 0;
  top: 100%;
  display: grid;
  grid-template-rows: 0fr;
  padding-top: 0;
  width: 280px;
  transition: all 240ms cubic-bezier(0.42, 0, 0.32, 1);
}
.nav-masthead-primary-desktop .has-children > div menu {
  --p-fill: var(--color-b1);
  --p-base: var(--color-t1);
  --p-list-marker-1: var(--color-a1);
  --p-list-marker-2: var(--color-t1);
  --p-list-marker-3: var(--color-t1);
  --p-selection-bg: var(--color-a3);
  --p-selection-text: var(--color-t1);
  --p-highlight-bg: var(--color-a2);
  --p-highlight-text: var(--color-t1);
  --p-lowlight-bg: var(--color-b5);
  --p-lowlight-text: var(--color-t3);
  --p-caption: var(--color-t2);
  --p-error: var(--color-t4);
  --p-link-default-bg: var(--color-a0);
  --p-link-default-text: var(--color-t1);
  --p-link-default-border: var(--color-t1);
  --p-link-hover-bg: var(--color-b3);
  --p-link-hover-text: var(--color-t1);
  --p-link-hover-border: var(--color-o3);
  --p-link-active-bg: var(--color-a0);
  --p-link-active-text: var(--color-t1);
  --p-link-active-border: var(--color-a1);
  --p-link-shy-default-bg: var(--color-a0);
  --p-link-shy-default-text: var(--color-t1);
  --p-link-shy-default-border: var(--color-a0);
  --p-link-shy-hover-bg: var(--color-a0);
  --p-link-shy-hover-text: var(--color-t1);
  --p-link-shy-hover-border: var(--color-o3);
  --p-accent-1: var(--color-a1);
  --p-accent-2: var(--color-a2);
  --p-accent-3: var(--color-a3);
  --p-accent-4: var(--color-a4);
  --p-accent-5: var(--color-a5);
  --p-line: var(--color-o1a);
  --p-line-alt: var(--color-o1);
  --p-icon: var(--color-t1);
  --p-form-empty-bg: var(--color-a0);
  --p-form-empty-text: var(--color-t2a);
  --p-form-empty-border: var(--color-o1a);
  --p-form-value-bg: var(--color-a0);
  --p-form-value-text: var(--color-t1);
  --p-form-value-border: var(--color-o1);
  --p-form-focus-bg: var(--color-a0);
  --p-form-focus-text: var(--color-t1);
  --p-form-focus-border: var(--color-a1);
  --p-form-error-bg: var(--color-a0);
  --p-form-error-text: var(--color-t1);
  --p-form-error-border: var(--color-o4);
  --p-form-disabled-bg: var(--color-a0);
  --p-form-disabled-text: var(--color-t2a);
  --p-form-disabled-border: var(--color-o1a);
  --p-form-ui: var(--color-t1);
  --p-btn-v1-default-bg: var(--color-a1);
  --p-btn-v1-default-text: var(--color-t1);
  --p-btn-v1-default-border: var(--color-a1);
  --p-btn-v1-hover-bg: var(--color-a5);
  --p-btn-v1-hover-text: var(--color-t3);
  --p-btn-v1-hover-border: var(--color-a5);
  --p-btn-v1-active-bg: var(--color-b5);
  --p-btn-v1-active-text: var(--color-t3);
  --p-btn-v1-active-border: var(--color-b5);
  --p-btn-v1-disabled-bg: var(--color-b4);
  --p-btn-v1-disabled-text: var(--color-t3);
  --p-btn-v1-disabled-border: var(--color-b4);
  --p-btn-v2-default-bg: var(--color-a0);
  --p-btn-v2-default-text: var(--color-t1);
  --p-btn-v2-default-border: var(--color-o1);
  --p-btn-v2-hover-bg: var(--color-a5);
  --p-btn-v2-hover-text: var(--color-t3);
  --p-btn-v2-hover-border: var(--color-o1);
  --p-btn-v2-active-bg: var(--color-b5);
  --p-btn-v2-active-text: var(--color-t3);
  --p-btn-v2-active-border: var(--color-o1);
  --p-btn-v2-disabled-bg: var(--color-a0);
  --p-btn-v2-disabled-text: var(--color-t1);
  --p-btn-v2-disabled-border: var(--color-o1);
  --p-btn-v1-media-default-bg: var(--color-a7);
  --p-btn-v1-media-default-text: var(--color-t3);
  --p-btn-v1-media-default-border: var(--color-a7);
  --p-btn-v1-media-hover-bg: var(--color-a5);
  --p-btn-v1-media-hover-text: var(--color-t3);
  --p-btn-v1-media-hover-border: var(--color-a5);
  --p-btn-v1-media-active-bg: var(--color-a5);
  --p-btn-v1-media-active-text: var(--color-t3);
  --p-btn-v1-media-active-border: var(--color-a5);
  --p-btn-v1-media-disabled-bg: var(--color-a7);
  --p-btn-v1-media-disabled-text: var(--color-t3a);
  --p-btn-v1-media-disabled-border: var(--color-a7);
  --p-image-bg: var(--color-t1);
  --p-nav-dropdown-bg: var(--color-a6);
  --p-nav-mobile-overlay-bg: var(--color-t2a);
  background: var(--p-fill);
  padding: 0 24px;
  overflow: hidden;
  box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.08);
}
.nav-masthead-primary-desktop .has-children .nav-item {
  font-size: 18px;
  font-family: "HCo Gotham", "HCo Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Noto Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  font-variant-numeric: oldstyle-nums;
}
.nav-masthead-primary-desktop .has-children .nav-item a {
  font-size: 16px;
}
.nav-masthead-primary-desktop .has-children menu a {
  --link-underline-width: 1px;
  --link-underline-offset: 0.075em;
  padding-block: 0.4em;
  text-decoration: none;
}
@media (hover: hover) {
  .nav-masthead-primary-desktop .has-children menu a:hover {
    --link-underline-offset: 0.2em;
    text-decoration: none;
    opacity: 0.8;
  }
}
.nav-masthead-primary-desktop .has-children menu > :first-child {
  margin-top: 14px;
  padding-top: 16px;
}
.nav-masthead-primary-desktop .has-children menu > :last-child {
  margin-bottom: 14px;
  padding-bottom: 16px;
}
@media (hover: hover) {
  .nav-masthead-primary-desktop .has-children:has(> .nav-item__link):hover > :is(a, .nav-item__button) svg {
    rotate: -90deg;
  }
  .nav-masthead-primary-desktop .has-children:has(> .nav-item__link):hover > div {
    grid-template-rows: 1fr;
    padding-top: 20px;
  }
}
.nav-masthead-primary-desktop .has-children:has(> .nav-item__button[aria-expanded=true]) > .nav-item__button svg {
  rotate: -90deg;
}
.nav-masthead-primary-desktop .has-children:has(> .nav-item__button[aria-expanded=true]) > .nav-item__dropdown {
  grid-template-rows: 1fr;
  padding-top: 20px;
}
.nav-masthead-primary-desktop .current-menu-item > a {
  --link-underline-color: #231F20;
  --link-underline-offset: 3px;
  --link-underline-width: 1px;
}
.c-nav-secondary > nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 28px;
  padding-top: 1.5vw;
}
@media (min-width: 1292px) {
  .c-nav-secondary > nav {
    padding-top: 28px;
  }
}
.c-nav-secondary > nav .utility-select-wrapper {
  position: relative;
  margin-right: 24px;
  padding-right: 19px;
  padding-left: 21px;
  line-height: 0;
}
.c-nav-secondary > nav .utility-select-wrapper:hover {
  opacity: 0.8;
}
.c-nav-secondary > nav .utility-select-wrapper select {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-nav-secondary > nav .utility-select-wrapper select, .c-nav-secondary > nav .utility-select-wrapper select option {
  font-feature-settings: "clig" off, "liga" off;
  font-family: "HCo Gotham";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.c-nav-secondary > nav .utility-select-wrapper::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M3.75 6.95628L9 12.75L14.25 6.95628L13.0706 6L9 10.4926L4.92945 6L3.75 6.95628Z' fill='%233A322B'/%3E%3Cpath d='M3.75 6.95628L9 12.75L14.25 6.95628L13.0706 6L9 10.4926L4.92945 6L3.75 6.95628Z' fill='black' fill-opacity='0.2'/%3E%3Cpath d='M3.75 6.95628L9 12.75L14.25 6.95628L13.0706 6L9 10.4926L4.92945 6L3.75 6.95628Z' fill='black' fill-opacity='0.2'/%3E%3C/svg%3E");
  position: absolute;
  right: 0;
  top: 0;
  height: 18px;
  width: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}
.c-nav-secondary > nav .utility-select-wrapper::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M7.99337 1.33325C4.31337 1.33325 1.33337 4.31992 1.33337 7.99992C1.33337 11.6799 4.31337 14.6666 7.99337 14.6666C11.68 14.6666 14.6667 11.6799 14.6667 7.99992C14.6667 4.31992 11.68 1.33325 7.99337 1.33325ZM12.6134 5.33325H10.6467C10.4334 4.49992 10.1267 3.69992 9.72671 2.95992C10.9534 3.37992 11.9734 4.23325 12.6134 5.33325ZM8.00004 2.69325C8.55337 3.49325 8.98671 4.37992 9.27337 5.33325H6.72671C7.01337 4.37992 7.44671 3.49325 8.00004 2.69325ZM2.84004 9.33325C2.73337 8.90659 2.66671 8.45992 2.66671 7.99992C2.66671 7.53992 2.73337 7.09325 2.84004 6.66659H5.09337C5.04004 7.10659 5.00004 7.54659 5.00004 7.99992C5.00004 8.45325 5.04004 8.89325 5.09337 9.33325H2.84004ZM3.38671 10.6666H5.35337C5.56671 11.4999 5.87337 12.2999 6.27337 13.0399C5.04671 12.6199 4.02671 11.7733 3.38671 10.6666ZM5.35337 5.33325H3.38671C4.02671 4.22659 5.04671 3.37992 6.27337 2.95992C5.87337 3.69992 5.56671 4.49992 5.35337 5.33325ZM8.00004 13.3066C7.44671 12.5066 7.01337 11.6199 6.72671 10.6666H9.27337C8.98671 11.6199 8.55337 12.5066 8.00004 13.3066ZM9.56004 9.33325H6.44004C6.38004 8.89325 6.33337 8.45325 6.33337 7.99992C6.33337 7.54659 6.38004 7.09992 6.44004 6.66659H9.56004C9.62004 7.09992 9.66671 7.54659 9.66671 7.99992C9.66671 8.45325 9.62004 8.89325 9.56004 9.33325ZM9.72671 13.0399C10.1267 12.2999 10.4334 11.4999 10.6467 10.6666H12.6134C11.9734 11.7666 10.9534 12.6199 9.72671 13.0399ZM10.9067 9.33325C10.96 8.89325 11 8.45325 11 7.99992C11 7.54659 10.96 7.10659 10.9067 6.66659H13.16C13.2667 7.09325 13.3334 7.53992 13.3334 7.99992C13.3334 8.45992 13.2667 8.90659 13.16 9.33325H10.9067Z' fill='%233A322B'/%3E%3Cpath d='M7.99337 1.33325C4.31337 1.33325 1.33337 4.31992 1.33337 7.99992C1.33337 11.6799 4.31337 14.6666 7.99337 14.6666C11.68 14.6666 14.6667 11.6799 14.6667 7.99992C14.6667 4.31992 11.68 1.33325 7.99337 1.33325ZM12.6134 5.33325H10.6467C10.4334 4.49992 10.1267 3.69992 9.72671 2.95992C10.9534 3.37992 11.9734 4.23325 12.6134 5.33325ZM8.00004 2.69325C8.55337 3.49325 8.98671 4.37992 9.27337 5.33325H6.72671C7.01337 4.37992 7.44671 3.49325 8.00004 2.69325ZM2.84004 9.33325C2.73337 8.90659 2.66671 8.45992 2.66671 7.99992C2.66671 7.53992 2.73337 7.09325 2.84004 6.66659H5.09337C5.04004 7.10659 5.00004 7.54659 5.00004 7.99992C5.00004 8.45325 5.04004 8.89325 5.09337 9.33325H2.84004ZM3.38671 10.6666H5.35337C5.56671 11.4999 5.87337 12.2999 6.27337 13.0399C5.04671 12.6199 4.02671 11.7733 3.38671 10.6666ZM5.35337 5.33325H3.38671C4.02671 4.22659 5.04671 3.37992 6.27337 2.95992C5.87337 3.69992 5.56671 4.49992 5.35337 5.33325ZM8.00004 13.3066C7.44671 12.5066 7.01337 11.6199 6.72671 10.6666H9.27337C8.98671 11.6199 8.55337 12.5066 8.00004 13.3066ZM9.56004 9.33325H6.44004C6.38004 8.89325 6.33337 8.45325 6.33337 7.99992C6.33337 7.54659 6.38004 7.09992 6.44004 6.66659H9.56004C9.62004 7.09992 9.66671 7.54659 9.66671 7.99992C9.66671 8.45325 9.62004 8.89325 9.56004 9.33325ZM9.72671 13.0399C10.1267 12.2999 10.4334 11.4999 10.6467 10.6666H12.6134C11.9734 11.7666 10.9534 12.6199 9.72671 13.0399ZM10.9067 9.33325C10.96 8.89325 11 8.45325 11 7.99992C11 7.54659 10.96 7.10659 10.9067 6.66659H13.16C13.2667 7.09325 13.3334 7.53992 13.3334 7.99992C13.3334 8.45992 13.2667 8.90659 13.16 9.33325H10.9067Z' fill='black' fill-opacity='0.2'/%3E%3Cpath d='M7.99337 1.33325C4.31337 1.33325 1.33337 4.31992 1.33337 7.99992C1.33337 11.6799 4.31337 14.6666 7.99337 14.6666C11.68 14.6666 14.6667 11.6799 14.6667 7.99992C14.6667 4.31992 11.68 1.33325 7.99337 1.33325ZM12.6134 5.33325H10.6467C10.4334 4.49992 10.1267 3.69992 9.72671 2.95992C10.9534 3.37992 11.9734 4.23325 12.6134 5.33325ZM8.00004 2.69325C8.55337 3.49325 8.98671 4.37992 9.27337 5.33325H6.72671C7.01337 4.37992 7.44671 3.49325 8.00004 2.69325ZM2.84004 9.33325C2.73337 8.90659 2.66671 8.45992 2.66671 7.99992C2.66671 7.53992 2.73337 7.09325 2.84004 6.66659H5.09337C5.04004 7.10659 5.00004 7.54659 5.00004 7.99992C5.00004 8.45325 5.04004 8.89325 5.09337 9.33325H2.84004ZM3.38671 10.6666H5.35337C5.56671 11.4999 5.87337 12.2999 6.27337 13.0399C5.04671 12.6199 4.02671 11.7733 3.38671 10.6666ZM5.35337 5.33325H3.38671C4.02671 4.22659 5.04671 3.37992 6.27337 2.95992C5.87337 3.69992 5.56671 4.49992 5.35337 5.33325ZM8.00004 13.3066C7.44671 12.5066 7.01337 11.6199 6.72671 10.6666H9.27337C8.98671 11.6199 8.55337 12.5066 8.00004 13.3066ZM9.56004 9.33325H6.44004C6.38004 8.89325 6.33337 8.45325 6.33337 7.99992C6.33337 7.54659 6.38004 7.09992 6.44004 6.66659H9.56004C9.62004 7.09992 9.66671 7.54659 9.66671 7.99992C9.66671 8.45325 9.62004 8.89325 9.56004 9.33325ZM9.72671 13.0399C10.1267 12.2999 10.4334 11.4999 10.6467 10.6666H12.6134C11.9734 11.7666 10.9534 12.6199 9.72671 13.0399ZM10.9067 9.33325C10.96 8.89325 11 8.45325 11 7.99992C11 7.54659 10.96 7.10659 10.9067 6.66659H13.16C13.2667 7.09325 13.3334 7.53992 13.3334 7.99992C13.3334 8.45992 13.2667 8.90659 13.16 9.33325H10.9067Z' fill='black' fill-opacity='0.2'/%3E%3C/svg%3E");
  position: absolute;
  left: 0;
  top: 0;
  height: 16px;
  width: 16px;
  background-size: contain;
  background-repeat: no-repeat;
}
.nav-masthead-secondary-desktop {
  order: 4;
  display: flex;
  justify-content: flex-end;
  padding-block: 8px;
  padding: 0;
  gap: 24px;
}
.nav-masthead-secondary-desktop a {
  text-decoration: none;
}
.nav-masthead-secondary-desktop a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.nav-masthead-secondary-desktop .nav-item {
  color: var(--text-d-1, #3A322B);
}
.nav-masthead-secondary-desktop .nav-item, .nav-masthead-secondary-desktop .nav-item a, .nav-masthead-secondary-desktop .nav-item a span {
  font-feature-settings: "clig" off, "liga" off;
  font-family: "HCo Gotham";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 18.2px */
}
.nav-masthead-secondary-desktop a {
  --link-underline-offset: 0.1em;
}
@media (hover: hover) {
  .nav-masthead-secondary-desktop a:hover {
    --link-underline-offset: 0.3em;
  }
}
.nav-masthead-cta-desktop {
  display: none;
}
a.uk-accordion-title.nav-masthead-cta-desktop {
  display: none;
}
.nav-masthead-cta-desktop {
  order: 2;
  margin-left: 24px;
  position: relative;
  top: 5px;
}
@media (min-width: 1292px) {
  .nav-masthead-cta-desktop {
    top: unset;
  }
}
@media (min-width: 360px) {
  .nav-masthead-cta-desktop {
    margin-left: 0;
  }
}
@media (min-width: 1084px) {
  .nav-masthead-cta-desktop {
    order: 5;
  }
}
.c-nav-secondary {
  order: -1;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1083.98px) {
  .c-nav-secondary {
    display: none;
  }
}
.error404 footer {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  margin-top: 127px;
}
.nav-masthead-primary-desktop .has-children:hover > div {
  padding-top: 0;
}
.nav-masthead-primary-desktop .has-children > div {
  width: auto;
  min-width: 178px;
  padding-bottom: 0;
}
.nav-masthead-primary-mobile .nav-item > a > .icon {
  display: none;
}
@media (max-width: 899px) {
  nav.nav-mobile-nav.\:palette-5 {
    background: var(--Background-B4, #F5F0EB);
  }
  .nav-masthead-primary-mobile .nav-item > a > span.text {
    color: #221F20;
    font-feature-settings: "clig" off, "liga" off;
    font-family: "HCo Gotham";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 43.2px */
  }
  .nav-masthead-primary-mobile .nav-item {
    text-align: left;
  }
  .nav-masthead-primary-mobile .nav-item::before {
    display: none;
  }
  .nav-masthead-primary-mobile .nav-item {
    border-top: 1px solid var(--Outline-O4, #CAC2BC);
    padding-top: 8px;
  }
  .nav-masthead-primary-mobile .nav-item.has-children a {
    display: inline-block;
    max-width: calc(100% - 28px);
  }
  .nav-masthead-secondary-mobile .nav-item.has-children a {
    display: inline-block;
    margin: 0;
  }
  .nav-masthead-primary-mobile .nav-item.has-children a.uk-accordion-title {
    float: right;
    position: relative;
    top: 9px;
  }
  .nav-masthead-primary-mobile .nav-item.has-children a.uk-accordion-title svg path {
    fill: black;
  }
  .nav-masthead-secondary-mobile .nav-item.has-children a.uk-accordion-title {
    float: right;
    position: relative;
    top: 0px;
  }
  .c-nav-menu .c-nav-menu span.text {
    font-family: "HCo Gotham" !important;
    font-size: 20px !important;
    line-height: 150% !important;
    font-weight: 400 !important;
  }
  .c-nav-menu .c-nav-menu li.nav-item {
    border: none;
    padding-top: 0;
    margin-top: 12px;
  }
  .c-nav-menu .c-nav-menu {
    padding-bottom: 18px;
  }
  .nav-masthead-primary-mobile li.nav-item.search {
    display: none;
  }
  .nav-masthead-secondary-mobile .nav-item::before {
    display: none;
  }
  .nav-masthead-secondary-mobile .nav-item a.shy span {
    color: var(--Text-D5, #FFF);
    font-feature-settings: "clig" off, "liga" off;
    /* h4/default */
    font-family: "HCo Gotham";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 28.8px */
  }
  .nav-masthead-secondary-mobile li {
    text-align: left;
  }
  .nav-masthead-cta-mobile li::before {
    display: none;
  }
  .nav-masthead-cta-mobile .nav-item.search {
    display: none;
  }
  .nav-masthead-cta-mobile a.uk-accordion-title {
    position: absolute;
    right: 20px;
    top: 0;
  }
  .nav-masthead-cta-mobile a.uk-accordion-title svg path {
    fill: #333;
  }
  .nav-masthead-cta-mobile .btn {
    text-align: left;
    padding-left: 25px;
  }
  .nav-masthead-cta-mobile .nav-item.has-children.uk-open .btn {
    /* transition: 0.2s ease; */
  }
  .nav-masthead-cta-mobile .nav-item.has-children .uk-accordion-content {
    background: var(--Background-B2, #FDC653);
    border-radius: 0px 0px 22px 22px;
    padding-top: 24px;
    /* position: relative; */
    /* top: -44px; */
    /* z-index: 1; */
    margin-top: -31px;
  }
  .nav-item.has-children.uk-open .btn {
    border-radius: 27px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .nav-masthead-secondary-mobile li.nav-item.search {
    display: none;
  }
  .uk-accordion-title[aria-expanded=true] svg {
    rotate: 180deg;
  }
  .uk-accordion-title svg {
    transition: 0.2s ease;
  }
  .palette-cleanser[data-is-mobile-nav-open=true] + a + .masthead .c-nav-main {
    background: var(--Background-B4, #F5F0EB);
  }
}
.uk-accordion-content .has-children .has-children a.shy > span {
  font-weight: 400 !important;
}
.uk-accordion-content .uk-accordion-content a span {
  font-weight: 400 !important;
}
.uk-accordion-content .uk-accordion-content > .uk-accordion > .nav-item > a.shy > span {
  font-weight: 400 !important;
}
.nav-masthead-primary-mobile .nav-item.has-children > div a.uk-accordion-title {
  top: 2px;
}
.c-nav-main .btn.\:icon-only:hover {
  background: transparent;
}
.nav-mobile-nav .c-nav-menu .c-nav-menu > li > a > span.text {
  font-weight: 500 !important;
}
div#c-nav-mobile ul ul .has-children > a:first-child > span.text {
  font-weight: 500 !important;
}
div#c-nav-mobile ul ul .nav-item > a:first-child > span.text {
  font-weight: 500 !important;
}
div#c-nav-mobile ul ul ul .nav-item > a:first-child > span.text {
  font-weight: 400 !important;
}
a.uk-accordion-title.hidden {
  display: none !important;
}
#c-nav-mobile .uk-accordion-content {
  margin-top: 0;
}
@layer comp {
  @media (min-width: 596px) {
    .page-hero > .c-inner > .c-text {
      grid-column: 1/span 10;
    }
  }
  @media (min-width: 900px) {
    .page-hero > .c-inner > .c-text {
      grid-column: 1/span 8;
    }
  }
  .page-hero h1 {
    margin-bottom: 0;
    font-size: clamp(48px, 5.2575vw + 29.0727px, 53.6781px);
    font-family: "HCo Gotham", serif, "HCo Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Noto Sans", "Helvetica Neue", sans-serif;
    font-weight: 400;
    line-height: 1.12;
    letter-spacing: clamp(-0.142px, -0.1315vw + 0.4731px, 0px);
    font-variant-numeric: oldstyle-nums;
  }
  @media (min-width: 468px) and (max-width: 595.98px) {
    .page-hero h1 {
      font-size: clamp(53.6781px, 5.3595vw + 28.5953px, 60.5384px);
      letter-spacing: clamp(-0.3135px, -0.134vw + 0.4851px, -0.142px);
    }
  }
  @media (min-width: 596px) and (max-width: 739.98px) {
    .page-hero h1 {
      font-size: clamp(60.5384px, 5.7131vw + 26.4882px, 68.7653px);
      letter-spacing: clamp(-0.5192px, -0.1429vw + 0.5377px, -0.3135px);
    }
  }
  @media (min-width: 740px) and (max-width: 899.98px) {
    .page-hero h1 {
      font-size: clamp(68.7653px, 6.1273vw + 23.4231px, 78.569px);
      letter-spacing: clamp(-0.7643px, -0.1532vw + 0.6144px, -0.5192px);
    }
  }
  @media (min-width: 900px) and (max-width: 1083.98px) {
    .page-hero h1 {
      font-size: clamp(78.569px, 6.315vw + 21.7337px, 90.1886px);
      letter-spacing: clamp(-1.0548px, -0.1579vw + 0.6566px, -0.7643px);
    }
  }
  @media (min-width: 1084px) {
    .page-hero h1 {
      font-size: clamp(90.1886px, 6.5901vw + 18.7519px, 103.896px);
      letter-spacing: clamp(-1.3975px, -0.1648vw + 0.7312px, -1.0548px);
    }
  }
  @media (min-width: 1292px) {
    .page-hero h1 {
      font-size: clamp(103.896px, 6.8236vw + 15.7339px, 120px);
      letter-spacing: clamp(-1.8px, -0.1706vw + 0.8066px, -1.3975px);
    }
  }
  .page-hero > .c-inner > .abstract {
    font-size: clamp(22px, 0.7302vw + 19.3712px, 22.7886px);
    font-family: "HCo Gotham", serif, "HCo Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Noto Sans", "Helvetica Neue", sans-serif;
    font-weight: 400;
    line-height: 1.36;
    letter-spacing: clamp(-0.0379px, -0.0351vw + 0.1261px, 0px);
    font-variant-numeric: oldstyle-nums;
  }
  @media (min-width: 468px) and (max-width: 595.98px) {
    .page-hero > .c-inner > .abstract {
      font-size: clamp(22.7886px, 0.7443vw + 19.3049px, 23.7414px);
      letter-spacing: clamp(-0.0836px, -0.0358vw + 0.1293px, -0.0379px);
    }
  }
  @media (min-width: 596px) and (max-width: 739.98px) {
    .page-hero > .c-inner > .abstract {
      font-size: clamp(23.7414px, 0.7934vw + 19.0122px, 24.884px);
      letter-spacing: clamp(-0.1385px, -0.0381vw + 0.1434px, -0.0836px);
    }
  }
  @media (min-width: 740px) and (max-width: 899.98px) {
    .page-hero > .c-inner > .abstract {
      font-size: clamp(24.884px, 0.851vw + 18.5865px, 26.2456px);
      letter-spacing: clamp(-0.2038px, -0.0409vw + 0.1638px, -0.1385px);
    }
  }
  @media (min-width: 900px) and (max-width: 1083.98px) {
    .page-hero > .c-inner > .abstract {
      font-size: clamp(26.2456px, 0.877vw + 18.3519px, 27.8595px);
      letter-spacing: clamp(-0.2813px, -0.0422vw + 0.1751px, -0.2038px);
    }
  }
  @media (min-width: 1084px) {
    .page-hero > .c-inner > .abstract {
      font-size: clamp(27.8595px, 0.9152vw + 17.9377px, 29.7633px);
      letter-spacing: clamp(-0.3727px, -0.044vw + 0.1949px, -0.2813px);
    }
  }
  @media (min-width: 1292px) {
    .page-hero > .c-inner > .abstract {
      font-size: clamp(29.7633px, 0.9477vw + 17.5186px, 32px);
      letter-spacing: clamp(-0.48px, -0.0455vw + 0.2151px, -0.3727px);
    }
  }
}
@layer comp {
  .person-listing .cards {
    row-gap: 0;
  }
  .person-listing .card {
    padding-block: clamp(32px, 0.6849vw + 29.5342px, 40px);
  }
  .person-listing .person-group .card::after {
    left: 0;
    right: calc(clamp(20px, 1.7123vw + 13.8356px, 40px) * -1);
    top: auto;
    bottom: 0;
    border-width: 0 0 1px 0;
  }
  .person-listing .person-group .card:last-child::after {
    display: block;
    right: 0;
  }
}
@layer comp {
  .person-group .cards {
    margin-right: calc(clamp(20px, 2.0547vw + 12.6027px, 44px) * -1);
    padding-left: calc(clamp(20px, 2.0547vw + 12.6027px, 44px) * 1);
    translate: calc(clamp(20px, 2.0547vw + 12.6027px, 44px) * -1) 0;
    overflow: hidden;
  }
  .person-group .card {
    position: relative;
  }
  .person-group .card::after {
    content: "";
    position: absolute;
    right: calc((clamp(20px, 1.7123vw + 13.8356px, 40px) + 1px) / -2);
    top: 0;
    bottom: 0;
    display: block;
    border: 1px solid var(--p-line);
    border-width: 0 1px 0 0;
  }
  .person-group .card:last-child::after {
    display: none;
  }
}
@layer global {
  .person-hero h1 {
    font-size: clamp(32px, 1.4604vw + 26.7424px, 33.5772px);
    font-family: "HCo Gotham", serif, "HCo Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Noto Sans", "Helvetica Neue", sans-serif;
    font-weight: 700;
    line-height: 1.12;
  }
  @media (min-width: 468px) and (max-width: 595.98px) {
    .person-hero h1 {
      font-size: clamp(33.5772px, 1.4887vw + 26.6098px, 35.4828px);
    }
  }
  @media (min-width: 596px) and (max-width: 739.98px) {
    .person-hero h1 {
      font-size: clamp(35.4828px, 1.5869vw + 26.0245px, 37.7681px);
    }
  }
  @media (min-width: 740px) and (max-width: 899.98px) {
    .person-hero h1 {
      font-size: clamp(37.7681px, 1.702vw + 25.1731px, 40.4913px);
    }
  }
  @media (min-width: 900px) and (max-width: 1083.98px) {
    .person-hero h1 {
      font-size: clamp(40.4913px, 1.7541vw + 24.7038px, 43.719px);
    }
  }
  @media (min-width: 1084px) {
    .person-hero h1 {
      font-size: clamp(43.719px, 1.8305vw + 23.8755px, 47.5266px);
    }
  }
  @media (min-width: 1292px) {
    .person-hero h1 {
      font-size: clamp(47.5266px, 1.8954vw + 23.0372px, 52px);
    }
  }
  .person-hero .c-image {
    position: relative;
  }
  .person-hero .c-image > a {
    display: block;
  }
  .person-hero .download {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    gap: 0.5em;
    padding-right: 0.5em;
    padding-top: 0.25em;
    background: var(--p-fill);
    font-size: 13px;
    font-family: "HCo Gotham", "HCo Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Noto Sans", "Helvetica Neue", sans-serif;
    font-weight: 400;
    line-height: 1.36;
  }
  .person-hero .download svg {
    width: 16px;
    height: 16px;
    order: -1;
  }
  .person-hero .hero-footer {
    border-top: none;
  }
  @media (min-width: 596px) {
    .person-hero .c-inner {
      grid-template-rows: 1fr auto;
    }
    .person-hero .c-text {
      grid-column: 1/span 7;
    }
    .person-hero .c-image {
      grid-area: 1/8/span 2/span 5;
    }
    .person-hero .hero-footer {
      grid-column: 1/span 7;
    }
  }
  @media (min-width: 740px) {
    .person-hero .c-text {
      grid-column: 1/span 7;
    }
    .person-hero .c-image {
      grid-column: 9/span 4;
    }
  }
  @media (min-width: 900px) {
    .person-hero .c-text {
      grid-column: 1/span 6;
    }
  }
}
@layer comp {
  .person-hero .c-image {
    order: unset;
    margin-block: clamp(16px, 0.6849vw + 13.5342px, 24px);
  }
  @media (min-width: 596px) {
    .person-hero .c-image {
      margin-block: 0;
    }
  }
}
@layer global {
  .post-hero .c-text {
    position: relative;
    z-index: 1;
  }
  .post-hero .c-image {
    order: unset;
    margin-top: clamp(32px, 0.6849vw + 29.5342px, 40px);
  }
  @media (min-width: 596px) {
    .post-hero .c-image {
      margin-top: 0;
    }
  }
  .post-hero .meta-header {
    margin-top: 0;
  }
}
@layer custom {
  .statistic {
    position: relative;
    padding-bottom: 20px;
  }
  .statistic::before {
    content: var(--tw-content);
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    width: 503px;
    max-width: 100%;
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    background-color: #EC8A00;
  }
  .statistic-feature {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 40px;
  }
  .statistic-feature .e-number {
    color: var(--Text-D1, #151515);
    text-align: center;
    font-feature-settings: "clig" off, "liga" off;
    /* 17 stat large/default */
    font-family: "HCo Gotham";
    font-size: 112px;
    font-style: normal;
    font-weight: 700;
    line-height: 90px;
    letter-spacing: -2.4px;
    margin-bottom: 0;
  }
  .statistic-feature .e-text {
    color: var(--Text-D1, #151515);
    text-align: center;
    font-feature-settings: "clig" off, "liga" off;
    /* h4/default */
    font-family: "HCo Gotham";
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 118%; /* 30.68px */
  }
  .statistic-feature cite {
    color: var(--Text-D1, #151515);
    text-align: center;
    font-feature-settings: "clig" off, "liga" off;
    /* 9 caption/default */
    font-family: "HCo Gotham";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 18.2px */
  }
}
@layer comp {
  .statistic-feature .statistic {
    grid-column: 1/-1;
    text-align: center;
  }
  @media (min-width: 468px) {
    .statistic-feature .statistic {
      grid-column: 2/span 10;
    }
  }
  @media (min-width: 596px) {
    .statistic-feature .statistic {
      grid-column: 3/span 8;
    }
  }
  @media (min-width: 900px) {
    .statistic-feature .statistic {
      grid-column: 4/span 6;
    }
  }
  .statistic-feature .statistic .e-number {
    font-size: clamp(48px, 5.2575vw + 29.0727px, 53.6781px);
    font-family: "HCo Gotham", serif, "HCo Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Noto Sans", "Helvetica Neue", sans-serif;
    font-weight: 400;
    line-height: 1.12;
    letter-spacing: clamp(-0.142px, -0.1315vw + 0.4731px, 0px);
    font-variant-numeric: lining-nums;
    text-wrap: balance;
  }
  @media (min-width: 468px) and (max-width: 595.98px) {
    .statistic-feature .statistic .e-number {
      font-size: clamp(53.6781px, 5.3595vw + 28.5953px, 60.5384px);
      letter-spacing: clamp(-0.3135px, -0.134vw + 0.4851px, -0.142px);
    }
  }
  @media (min-width: 596px) and (max-width: 739.98px) {
    .statistic-feature .statistic .e-number {
      font-size: clamp(60.5384px, 5.7131vw + 26.4882px, 68.7653px);
      letter-spacing: clamp(-0.5192px, -0.1429vw + 0.5377px, -0.3135px);
    }
  }
  @media (min-width: 740px) and (max-width: 899.98px) {
    .statistic-feature .statistic .e-number {
      font-size: clamp(68.7653px, 6.1273vw + 23.4231px, 78.569px);
      letter-spacing: clamp(-0.7643px, -0.1532vw + 0.6144px, -0.5192px);
    }
  }
  @media (min-width: 900px) and (max-width: 1083.98px) {
    .statistic-feature .statistic .e-number {
      font-size: clamp(78.569px, 6.315vw + 21.7337px, 90.1886px);
      letter-spacing: clamp(-1.0548px, -0.1579vw + 0.6566px, -0.7643px);
    }
  }
  @media (min-width: 1084px) {
    .statistic-feature .statistic .e-number {
      font-size: clamp(90.1886px, 6.5901vw + 18.7519px, 103.896px);
      letter-spacing: clamp(-1.3975px, -0.1648vw + 0.7312px, -1.0548px);
    }
  }
  @media (min-width: 1292px) {
    .statistic-feature .statistic .e-number {
      font-size: clamp(103.896px, 6.8236vw + 15.7339px, 120px);
      letter-spacing: clamp(-1.8px, -0.1706vw + 0.8066px, -1.3975px);
    }
  }
  .statistic-feature .statistic .e-text {
    font-size: 26px;
    font-family: "HCo Gotham", serif, "HCo Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Noto Sans", "Helvetica Neue", sans-serif;
    font-weight: 400;
    line-height: 1.28;
    letter-spacing: 0px;
    font-variant-numeric: oldstyle-nums;
    text-wrap: balance;
  }
}
@layer comp {
  .statistic-group .c-inner {
    row-gap: clamp(20px, 1.7123vw + 13.8356px, 40px);
  }
  .statistic-group h3 {
    margin-bottom: 1.25em;
    text-align: center;
  }
  .statistic-group .statistic {
    padding-left: 16px;
    border-left: 1px solid var(--p-line);
  }
  .statistic-group .e-number {
    font-size: clamp(32px, 2.3366vw + 23.5878px, 34.5236px);
    font-family: "HCo Gotham", serif, "HCo Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Noto Sans", "Helvetica Neue", sans-serif;
    font-weight: 400;
    line-height: 1.28;
    letter-spacing: clamp(-0.0758px, -0.0702vw + 0.2523px, 0px);
    font-variant-numeric: lining-nums;
  }
  @media (min-width: 468px) and (max-width: 595.98px) {
    .statistic-group .e-number {
      font-size: clamp(34.5236px, 2.382vw + 23.3757px, 37.5726px);
      letter-spacing: clamp(-0.1672px, -0.0715vw + 0.2587px, -0.0758px);
    }
  }
  @media (min-width: 596px) and (max-width: 739.98px) {
    .statistic-group .e-number {
      font-size: clamp(37.5726px, 2.5391vw + 22.4392px, 41.229px);
      letter-spacing: clamp(-0.2769px, -0.0762vw + 0.2868px, -0.1672px);
    }
  }
  @media (min-width: 740px) and (max-width: 899.98px) {
    .statistic-group .e-number {
      font-size: clamp(41.229px, 2.7232vw + 21.0769px, 45.5862px);
      letter-spacing: clamp(-0.4076px, -0.0817vw + 0.3276px, -0.2769px);
    }
  }
  @media (min-width: 900px) and (max-width: 1083.98px) {
    .statistic-group .e-number {
      font-size: clamp(45.5862px, 2.8066vw + 20.3261px, 50.7505px);
      letter-spacing: clamp(-0.5626px, -0.0843vw + 0.3502px, -0.4076px);
    }
  }
  @media (min-width: 1084px) {
    .statistic-group .e-number {
      font-size: clamp(50.7505px, 2.9289vw + 19.0008px, 56.8427px);
      letter-spacing: clamp(-0.7453px, -0.0879vw + 0.3899px, -0.5626px);
    }
  }
  @media (min-width: 1292px) {
    .statistic-group .e-number {
      font-size: clamp(56.8427px, 3.0327vw + 17.6595px, 64px);
      letter-spacing: clamp(-0.96px, -0.091vw + 0.4302px, -0.7453px);
    }
  }
  .statistic-group .e-text {
    font-size: clamp(16px, 0.146vw + 15.4742px, 16.1577px);
    font-family: "HCo Gotham", "HCo Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Noto Sans", "Helvetica Neue", sans-serif;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: none;
    font-variant-numeric: oldstyle-nums;
  }
  @media (min-width: 468px) and (max-width: 595.98px) {
    .statistic-group .e-text {
      font-size: clamp(16.1577px, 0.1488vw + 15.4609px, 16.3482px);
    }
  }
  @media (min-width: 596px) and (max-width: 739.98px) {
    .statistic-group .e-text {
      font-size: clamp(16.3482px, 0.1586vw + 15.4024px, 16.5768px);
    }
  }
  @media (min-width: 740px) and (max-width: 899.98px) {
    .statistic-group .e-text {
      font-size: clamp(16.5768px, 0.1702vw + 15.3173px, 16.8491px);
    }
  }
  @media (min-width: 900px) and (max-width: 1083.98px) {
    .statistic-group .e-text {
      font-size: clamp(16.8491px, 0.1754vw + 15.2703px, 17.1719px);
    }
  }
  @media (min-width: 1084px) {
    .statistic-group .e-text {
      font-size: clamp(17.1719px, 0.183vw + 15.1875px, 17.5526px);
    }
  }
  @media (min-width: 1292px) {
    .statistic-group .e-text {
      font-size: clamp(17.5526px, 0.1895vw + 15.1037px, 18px);
    }
  }
  .statistic-group .statistic {
    grid-column: 1/-1;
  }
  @media (min-width: 468px) {
    .statistic-group .statistic {
      grid-column: 3/span 8;
    }
  }
  @media (min-width: 596px) {
    .statistic-group .statistic {
      grid-column: auto/span 6;
    }
  }
  @media (min-width: 900px) {
    .statistic-group .statistic {
      grid-column: auto/span 3;
    }
  }
  @media (min-width: 596px) {
    .statistic-group .statistic:nth-child(1):nth-last-child(1) {
      grid-column: 4/span 6;
    }
  }
  @media (min-width: 900px) {
    .statistic-group .statistic:nth-child(1):nth-last-child(1) {
      grid-column: 5/span 4;
    }
    .statistic-group .statistic:nth-child(1):nth-last-child(2) {
      grid-column: 3/span 4;
    }
    .statistic-group .statistic:nth-child(1):nth-last-child(2) ~ div {
      grid-column: auto/span 4;
    }
  }
  @media (min-width: 596px) {
    .statistic-group .statistic:nth-child(1):nth-last-child(n+3):nth-last-child(4n+3), .statistic-group .statistic:nth-child(1):nth-last-child(n+3):nth-last-child(4n+3) ~ div:nth-child(-n+3) {
      grid-column: auto/span 4;
    }
    .statistic-group .statistic:nth-child(1):nth-last-child(n+5):nth-last-child(4n+1) {
      grid-column: 3/span 4;
    }
    .statistic-group .statistic:nth-child(1):nth-last-child(n+5):nth-last-child(4n+1) ~ div:nth-child(-n+5) {
      grid-column: auto/span 4;
    }
    .statistic-group .statistic:nth-child(1):nth-last-child(n+6):nth-last-child(4n+2), .statistic-group .statistic:nth-child(1):nth-last-child(n+6):nth-last-child(4n+2) ~ div:nth-child(-n+6) {
      grid-column: auto/span 4;
    }
  }
}
@layer custom {
  .wysiwyg:not(.disable-top-padding) {
    padding-top: 120px;
  }
  .wysiwyg:not(.disable-bottom-padding) {
    padding-bottom: 40px;
  }
  .wysiwyg p, .wysiwyg ol, .wysiwyg ul {
    color: var(--color-t1);
    font-feature-settings: "clig" off, "liga" off;
    font-family: "HCo Gotham";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
  }
  @media (max-width: 1083.98px) {
    .wysiwyg p, .wysiwyg ol, .wysiwyg ul {
      font-size: 16px;
    }
  }
  .wysiwyg ul li::before {
    background: var(--color-t1);
  }
  .wysiwyg iframe {
    width: 100%;
    height: 369px;
    margin-top: 48px;
    display: block;
  }
  @media (max-width: 1083.98px) {
    .wysiwyg iframe {
      height: 180px;
    }
  }
}
@layer comp {
  .wysiwyg .c-inner {
    grid-column: 1/-1;
  }
  @media (min-width: 468px) {
    .wysiwyg .c-inner {
      grid-column: 2/span 10;
    }
  }
  @media (min-width: 596px) {
    .wysiwyg .c-inner {
      grid-column: 3/span 8;
    }
  }
  @media (min-width: 900px) {
    .wysiwyg .c-inner {
      grid-column: 4/span 6;
    }
  }
  .wysiwyg .\:p .\:p {
    padding-inline: 0;
  }
  .wysiwyg.drop-cap:first-child .c-inner p:first-of-type::first-letter {
    display: block;
    margin: clamp(-16px, -1.0274vw - 0.3014px, -4px) 0.125em 0.2em 0;
    padding-bottom: 0.04em;
    border-bottom: 4px solid var(--p-accent-1);
    float: left;
    font-size: clamp(48px, 5.2575vw + 29.0727px, 53.6781px);
    font-family: "HCo Gotham", serif, "HCo Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Noto Sans", "Helvetica Neue", sans-serif;
    font-weight: 400;
    line-height: 1.12;
    letter-spacing: clamp(-0.142px, -0.1315vw + 0.4731px, 0px);
    font-variant-numeric: oldstyle-nums;
  }
  @media (min-width: 468px) and (max-width: 595.98px) {
    .wysiwyg.drop-cap:first-child .c-inner p:first-of-type::first-letter {
      font-size: clamp(53.6781px, 5.3595vw + 28.5953px, 60.5384px);
      letter-spacing: clamp(-0.3135px, -0.134vw + 0.4851px, -0.142px);
    }
  }
  @media (min-width: 596px) and (max-width: 739.98px) {
    .wysiwyg.drop-cap:first-child .c-inner p:first-of-type::first-letter {
      font-size: clamp(60.5384px, 5.7131vw + 26.4882px, 68.7653px);
      letter-spacing: clamp(-0.5192px, -0.1429vw + 0.5377px, -0.3135px);
    }
  }
  @media (min-width: 740px) and (max-width: 899.98px) {
    .wysiwyg.drop-cap:first-child .c-inner p:first-of-type::first-letter {
      font-size: clamp(68.7653px, 6.1273vw + 23.4231px, 78.569px);
      letter-spacing: clamp(-0.7643px, -0.1532vw + 0.6144px, -0.5192px);
    }
  }
  @media (min-width: 900px) and (max-width: 1083.98px) {
    .wysiwyg.drop-cap:first-child .c-inner p:first-of-type::first-letter {
      font-size: clamp(78.569px, 6.315vw + 21.7337px, 90.1886px);
      letter-spacing: clamp(-1.0548px, -0.1579vw + 0.6566px, -0.7643px);
    }
  }
  @media (min-width: 1084px) {
    .wysiwyg.drop-cap:first-child .c-inner p:first-of-type::first-letter {
      font-size: clamp(90.1886px, 6.5901vw + 18.7519px, 103.896px);
      letter-spacing: clamp(-1.3975px, -0.1648vw + 0.7312px, -1.0548px);
    }
  }
  @media (min-width: 1292px) {
    .wysiwyg.drop-cap:first-child .c-inner p:first-of-type::first-letter {
      font-size: clamp(103.896px, 6.8236vw + 15.7339px, 120px);
      letter-spacing: clamp(-1.8px, -0.1706vw + 0.8066px, -1.3975px);
    }
  }
  .wysiwyg.drop-cap:first-child .c-inner p:first-of-type + * {
    clear: left;
  }
  @-moz-document url-prefix() {
    .wysiwyg.drop-cap:first-child .c-inner p:first-of-type::first-letter {
      margin-top: clamp(6px, 0.1712vw + 5.3835px, 8px);
      padding-bottom: 0.25em;
    }
  }
}
/**
 * @name .wysiwyg
 * @description WordPress WYSIWYG editor
 * @example { }
 */
.wysiwyg {
  --s2: 40px;
}
.wysiwyg img {
  height: auto;
  display: block;
}
.wysiwyg .alignright {
  float: right;
  margin-left: var(--sy);
}
.wysiwyg .alignleft {
  float: left;
  margin-right: var(--sy);
}
.wysiwyg .aligncenter, .wysiwyg .alignnone {
  margin: 0 auto;
}
.wysiwyg .alignright, .wysiwyg .alignleft, .wysiwyg .aligncenter, .wysiwyg .alignnone {
  margin-bottom: 10px;
}
.wysiwyg h1:not(:first-child), .wysiwyg h2:not(:first-child), .wysiwyg h3:not(:first-child), .wysiwyg h4:not(:first-child) {
  margin-top: var(--s1);
}
.wysiwyg blockquote:not(.quote1) {
  margin-top: var(--s2);
  margin-bottom: var(--s2);
}
.wysiwyg .wp-caption {
  max-width: 100%;
  --lh: 1.30;
  font: 400 13rem/var(--lh) var(--ff_2);
  margin-bottom: var(--s1);
}
.wysiwyg .wp-caption img {
  margin-bottom: 10px;
  width: 100%;
}
.wysiwyg .wp-caption p:empty {
  display: none;
}
.wysiwyg ul {
  margin-left: calc(var(--sx) / 2);
}
.wysiwyg .btn:hover {
  color: white;
}
.wysiwyg a:hover {
  color: var(--color-t1);
}
.-breakout + .wysiwyg {
  margin-top: var(--s4);
}
@media screen and (max-width: 680px) {
  .wysiwyg .alignright, .wysiwyg .alignleft, .wysiwyg .aligncenter, .wysiwyg .alignnone {
    width: 100% !important;
  }
}
/*

<h1>H1 Lorem ipsum dolor vestibulumasd integer</h1>
<img src="https://via.placeholder.com/350x200" />
<h2>H2 Porta semper nisi vitae elementum donec aliquam, ipsum in sagittis</h2>
<h3>H3 lacus lorem interdum ex, sed imperdiet ligula erat quis odio cras eu tristique purus</h3>
<h4>H4 Semper nisi vitae elementum donec aliquam, ipsum in sagittis porttitor, lacus lorem interdum ex, sed imperdiet ligula erat quis odio</h4>
<h5>
  H5 Nam suscipit sem quis dictum dictum ut lorem leo, facilisis non diam vitae, commodo scelerisque ipsum, morbi eu convallis odio, vitae sodales est, donec
  condimentum
</h5>
<h6>
  H6 Aliquam quis maximus augue. Donec neque mi, varius et ante vitae, mattis fringilla mi. Pellentesque faucibus elit et eros venenatis, nec scelerisque
  lorem mollis vitae sodales est, donec condimentum
</h6>
<p>
  This is a paragraph nullam quis risus eget urna mollis ornare vel eu leo. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio
  sem nec elit.
</p>
<p class="medium">This is medium paragraph on desktop. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor donec ullamcorper nulla.</p>
<p class="small">
  This is small paragraph on desktop. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Donec ullamcorper nulla non metus auctor
  fringilla. Donec sed odio dui. Vestibulum id ligula porta felis euismod semper. Nulla vitae elit libero, a pharetra augue.
</p>
<p class="caption">
  Caption lorem ipsum curabitur blandit tempus porttitor maecenas sed diam eget risus varius blandit sed diam eget risus varius blandit. (Photo by Jane Doe)
</p>
<ul>
  <li>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt pellentesque ornare sem lacinia quam venenatis vestibulum.
    <ul>
      <li>Lorem ipsum dolor sit amet, consectetur adipiscing elit</li>
      <li>
        Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.
        <ul>
          <li>Lorem ipsum dolor sit amet, consectetur adipiscing elit</li>
          <li>Nullam quis risus eget urna mollis ornare vel eu leo. Maecenas sed diam eget risus varius blandit sit amet non magna.</li>
        </ul>
      </li>
    </ul>
  </li>
</ul>

<ol>
  <li>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt pellentesque ornare</li>
  <li>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt pellentesque ornare</li>
  <li>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt pellentesque ornare</li>
</ol>
<blockquote>
  Blockquote lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Eu sem integer vitae
  justo eget nullam quis risus eget urna mollis. Blockquote lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut
  labore et dolore magna aliqua.
</blockquote>

*/
@layer comp {}
.btn {
  border-radius: 50px;
  border: 1px solid var(--p-base);
  color: var(--p-base);
  background: transparent;
  transition: 0.2s ease;
  display: inline-flex;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
}
.btn:hover {
  background: black;
  border-color: black;
}
.btn:hover span {
  color: white;
}
.btn:hover {
  text-decoration: none !important;
}
.btn .text {
  color: var(--p-base);
  font-feature-settings: "clig" off, "liga" off;
  font-family: "HCo Gotham";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 15.6px */
  letter-spacing: 1px;
  text-transform: uppercase;
}
.resumator-buttons {
  position: relative;
  float: left;
}
.resumator-buttons ul li:before {
  display: none;
}
.resumator-buttons input[type=button], .resumator-buttons a[type=button] {
  border-radius: 50px;
  border: 1px solid var(--p-base);
  color: var(--p-base);
  background: transparent;
  transition: 0.2s ease;
  display: inline-flex;
  align-items: center;
  padding: 16px 30px;
  text-decoration: none;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 15.6px */
  letter-spacing: 1px;
  text-transform: uppercase;
}
.resumator-buttons input[type=button]:hover, .resumator-buttons a[type=button]:hover {
  background: black;
  border-color: black;
}
.resumator-buttons input[type=button]:hover span, .resumator-buttons a[type=button]:hover span {
  color: white;
}
.resumator-buttons input[type=button]:hover, .resumator-buttons a[type=button]:hover {
  text-decoration: none !important;
  color: white;
}
@layer custom {
  .btn {
    position: relative;
  }
  .btn > * {
    position: relative;
    z-index: 3;
  }
  .btn .text {
    top: 0.04em;
  }
  .btn::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 0;
    height: 100%;
    transition: all 240ms cubic-bezier(0.42, 0, 0.32, 1);
  }
  .btn.\:version-1::after {
    background: var(--p-btn-v1-hover-bg);
  }
  .btn.\:version-2::after {
    background: var(--p-btn-v2-hover-bg);
  }
  .btn.\:icon-only::after {
    inset: 0;
    width: 100%;
    opacity: 0;
  }
  @media (hover: hover) {
    .btn:hover.\:version-1 {
      --btn-background: var(--p-btn-v1-default-bg);
    }
    .btn:hover.\:version-2 {
      --btn-background: var(--p-btn-v2-default-bg);
    }
    .btn:hover::after {
      width: 100%;
    }
    .btn:hover.\:icon-only::after {
      opacity: 1;
    }
  }
}
.card-filterable {
  position: relative;
  overflow: hidden;
}
.card-filterable[variation=extended] {
  padding-bottom: 32px;
  border-bottom: 1px solid var(--Outline-O2, rgba(0, 0, 0, 0.3));
}
.card-filterable[variation=extended] .card-inner > div .left {
  grid-column: 1/span 5;
}
@media (max-width: 767px) {
  .card-filterable[variation=extended] .card-inner > div .left {
    grid-column: 1/span 12;
  }
}
.card-filterable[variation=extended] .card-inner > div .middle {
  grid-column: 6/span 4;
}
@media (max-width: 767px) {
  .card-filterable[variation=extended] .card-inner > div .middle {
    grid-column: 1/span 12;
    margin-top: 20px;
  }
  .card-filterable[variation=extended] .card-inner .\:g {
    display: flex;
    flex-direction: column;
  }
}
.card-filterable[variation=simple] {
  background: #EFE6DB;
  padding: 32px;
}
.card-filterable[variation=simple] .overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.card-filterable[variation=simple] .overlay-link + div h4 {
  --link-underline-offset: 0;
  --link-underline-color: transparent;
}
.card-filterable[variation=simple] .overlay-link:hover + div h4 {
  --link-underline-offset: 2px;
  --link-underline-color: currentColor;
  color: currentColor;
}
.card-filterable[variation=simple] h4.shy.no-link {
  text-decoration: none;
}
.card-filterable[variation=simple] .partner-details {
  padding-top: 32px;
}
.card-filterable[variation=simple] .partner-details .one-col {
  grid-column: span 3;
}
@media (max-width: 767px) {
  .card-filterable[variation=simple] .partner-details .one-col {
    grid-column: span 12;
  }
}
.card-filterable[variation=simple] .partner-details .one-col:last-child {
  grid-column: 8/span 4;
}
@media (max-width: 767px) {
  .card-filterable[variation=simple] .partner-details .one-col:last-child {
    grid-column: span 12;
  }
}
.card-filterable .card-inner .detail {
  position: relative;
  z-index: 10;
}
.card-filterable .card-inner .detail h6 {
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 15.6px */
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.card-filterable .card-inner .detail .detail-tags .tags {
  gap: 0;
}
.card-filterable .card-inner .detail .detail-tags .tags li {
  display: inline;
  position: relative;
}
.card-filterable .card-inner .detail .detail-tags .tags li:not(:last-child) a::after {
  content: ",";
  margin-right: 4px;
}
.card-filterable .card-inner .detail .detail-tags .tags .tag {
  font-style: normal;
  font-weight: 400;
  line-height: 144%; /* 18.72px */
  text-transform: none;
  letter-spacing: normal;
  padding: 0;
  --link-underline-offset: 0;
  --link-underline-color: transparent;
}
.card-filterable .card-inner .detail .detail-tags .tags .tag:hover {
  --link-underline-offset: 2px;
  --link-underline-color: currentColor;
  color: currentColor;
}
.card-filterable .card-inner > div .left {
  grid-column: 1/span 7;
}
.card-filterable .card-inner > div .left .left-col-details {
  display: flex;
  align-items: flex-start;
  gap: 42px;
  margin-top: 28px;
}
@media (max-width: 767px) {
  .card-filterable .card-inner > div .left {
    grid-column: 1/span 12;
  }
}
.card-filterable .card-inner > div .left h4 a {
  --link-underline-offset: 0;
  --link-underline-color: transparent;
}
.card-filterable .card-inner > div .left h4 a:hover {
  --link-underline-offset: 2px;
  --link-underline-color: currentColor;
  color: currentColor;
}
.card-filterable .card-inner > div .left .excerpt {
  font-size: 13px;
  font-style: normal;
  font-weight: 325;
  line-height: 144%; /* 18.72px */
}
.card-filterable .card-inner > div .left .meta {
  margin-top: 24px;
}
.card-filterable .card-inner > div .left .meta .inner {
  display: flex;
  align-items: center;
  gap: 16px;
}
.card-filterable .card-inner > div .left .meta .inner .date {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 14.4px */
  letter-spacing: 1px;
  text-transform: uppercase;
}
.card-filterable .card-inner > div .left .meta .inner .credit {
  font-size: 13px;
  font-style: normal;
  font-weight: 325;
  line-height: 144%; /* 18.72px */
}
.card-filterable .card-inner > div .middle {
  grid-column: 8/span 2;
}
@media (max-width: 767px) {
  .card-filterable .card-inner > div .middle {
    grid-column: 1/span 12;
  }
}
.card-filterable .card-inner > div .right {
  grid-column: 10/-1;
}
@media (max-width: 767px) {
  .card-filterable .card-inner > div .right {
    margin-top: 20px;
    grid-column: 1/span 12;
  }
}
.card-filterable .card-inner > div .external-icon {
  grid-column: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
@media (max-width: 767px) {
  .card-filterable .card-inner > div .external-icon {
    justify-content: flex-start;
  }
  .page-template-partners .card-filterable .card-inner .\:g {
    display: flex;
    flex-direction: column;
  }
}
@layer global {
  [data-expandable] {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 240ms cubic-bezier(0.42, 0, 0.32, 1);
  }
  [data-expandable] > div {
    overflow: hidden;
  }
  [data-expandable][data-is-active=true] {
    grid-template-rows: 1fr;
  }
  [data-expandable-btn][data-expand-once=true] {
    opacity: 1;
    transition: opacity 240ms linear(0, 1);
  }
  [data-expandable-btn][data-expand-once=true][aria-expanded=true] {
    opacity: 0;
    pointer-events: none;
  }
}
@layer global {
  .kicker {
    margin-bottom: 0.55em;
    font-size: 13px;
    font-family: "HCo Gotham", "HCo Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Noto Sans", "Helvetica Neue", sans-serif;
    font-weight: 700;
    line-height: 1.36;
    letter-spacing: 0.077em;
    text-transform: uppercase;
    font-variant-numeric: lining-nums;
  }
  .kicker + h1 {
    margin-top: 0;
  }
  .kicker + h2,
  .kicker + h3 {
    margin-top: 0.4em;
  }
}
@charset "UTF-8";
@layer global {
  ul, ol {
    margin-top: clamp(28px, 1.0273vw + 24.3013px, 40px);
  }
  ul ul, ul ol, ol ul, ol ol {
    margin-top: 0;
  }
  ul:first-child, ol:first-child {
    margin-top: 0;
  }
  ul:first-child li:first-child, ol:first-child li:first-child {
    margin-top: 0;
  }
  ul ul:first-child li:first-child, ul ol:first-child li:first-child, ol ul:first-child li:first-child, ol ol:first-child li:first-child {
    margin-top: 0.85em;
  }
  ul li, ol li {
    margin-top: 0.85em;
  }
  ul {
    list-style-type: none;
    padding-left: 1.25em;
  }
  ul li {
    list-style-type: none;
    position: relative;
  }
  ul li::before {
    --bullet-size: 8px;
    content: "";
    position: absolute;
    left: -0.9375em;
    top: calc(0.7em - var(--bullet-size) / 2);
    display: block;
    width: var(--bullet-size);
    height: var(--bullet-size);
    background: var(--p-list-marker-1);
    border-radius: 50%;
  }
  ul li li::before {
    border: 1px solid var(--p-list-marker-2);
    background: transparent;
  }
  ul li li li::before {
    --bullet-size: 4px;
    border: none;
    border-radius: 0;
    background: var(--p-list-marker-3);
  }
  ol {
    padding-left: 1.25em;
  }
  ol li {
    position: relative;
  }
  ol li::before {
    content: "";
    position: absolute;
    left: -0.7em;
    display: flex;
    justify-content: flex-end;
    width: 0;
    color: var(--p-list-marker-2);
    text-align: right;
    content: counter(list-item);
  }
  ul.-comma-separated {
    padding-left: 0;
  }
  ul.-comma-separated li {
    display: inline;
  }
  ul.-comma-separated li:not(:last-child)::after {
    content: ",";
  }
  ul.-comma-separated li::before {
    all: unset;
  }
  ul.-comma-separated.-and li:nth-last-child(n+2):nth-last-child(-n+2):first-child::after, ul.-comma-separated.-and li:nth-last-child(n+2):nth-last-child(-n+2):first-child ~ li::after {
    display: none;
  }
  ul.-comma-separated.-and li:last-child:not(:first-child)::before {
    content: "and ";
  }
  ul.-comma-separated.-and li:first-child + li:last-child::before {
    content: "and ";
  }
}
ul.splide__list li ul li::before {
  border: none;
  background: var(--color-t1);
}
ul.splide__list li ul {
  margin-top: clamp(28px, 1.0273vw + 24.3013px, 40px);
}
@layer global {
  .meta-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-top: clamp(16px, 0.6849vw + 13.5342px, 24px);
  }
  .meta-header + .title {
    margin-top: 0.4em;
  }
  .meta-header .event-date {
    padding-inline: 0.1em;
    background: var(--p-accent-2);
    font-size: clamp(24px, 1.3143vw + 19.2681px, 25.4195px);
    font-family: "HCo Gotham", serif, "HCo Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Noto Sans", "Helvetica Neue", sans-serif;
    font-weight: 400;
    line-height: 1.28;
    letter-spacing: clamp(-0.0497px, -0.0461vw + 0.1656px, 0px);
    font-variant-numeric: oldstyle-nums;
  }
  @media (min-width: 468px) and (max-width: 595.98px) {
    .meta-header .event-date {
      font-size: clamp(25.4195px, 1.3398vw + 19.1488px, 27.1346px);
      letter-spacing: clamp(-0.1098px, -0.0469vw + 0.1697px, -0.0497px);
    }
  }
  @media (min-width: 596px) and (max-width: 739.98px) {
    .meta-header .event-date {
      font-size: clamp(27.1346px, 1.4282vw + 18.622px, 29.1913px);
      letter-spacing: clamp(-0.1817px, -0.05vw + 0.1882px, -0.1098px);
    }
  }
  @media (min-width: 740px) and (max-width: 899.98px) {
    .meta-header .event-date {
      font-size: clamp(29.1913px, 1.5318vw + 17.8557px, 31.6422px);
      letter-spacing: clamp(-0.2675px, -0.0537vw + 0.215px, -0.1817px);
    }
  }
  @media (min-width: 900px) and (max-width: 1083.98px) {
    .meta-header .event-date {
      font-size: clamp(31.6422px, 1.5787vw + 17.4334px, 34.5471px);
      letter-spacing: clamp(-0.3692px, -0.0553vw + 0.2298px, -0.2675px);
    }
  }
  @media (min-width: 1084px) {
    .meta-header .event-date {
      font-size: clamp(34.5471px, 1.6475vw + 16.6879px, 37.974px);
      letter-spacing: clamp(-0.4891px, -0.0577vw + 0.2559px, -0.3692px);
    }
  }
  @media (min-width: 1292px) {
    .meta-header .event-date {
      font-size: clamp(37.974px, 1.7059vw + 15.9334px, 42px);
      letter-spacing: clamp(-0.63px, -0.0598vw + 0.2823px, -0.4891px);
    }
  }
  .meta-header .event-status {
    display: flex;
    padding-inline: 8px;
    gap: 8px;
    font-size: 13px;
    font-family: "HCo Gotham", "HCo Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Noto Sans", "Helvetica Neue", sans-serif;
    font-weight: 400;
    line-height: 1.36;
    letter-spacing: 0.077em;
    text-transform: uppercase;
    font-variant-numeric: lining-nums;
    align-items: center;
    border: 1px solid var(--p-line);
  }
  .meta-header .event-status::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #000;
  }
  .meta-header .event-status span {
    padding-top: 0.15em;
    padding-bottom: 0.1em;
  }
}
@layer global {
  svg .fill,
  svg .mask-fill {
    stroke: none;
  }
  svg .fill {
    fill: var(--p-icon);
    transition: fill 240ms cubic-bezier(0.42, 0, 0.32, 1);
  }
  svg .stroke,
  svg .mask-stroke {
    fill: none;
    stroke-width: var(--stroke-width, 1.3);
  }
  svg .stroke {
    stroke: var(--p-icon);
    transition: stroke 240ms cubic-bezier(0.42, 0, 0.32, 1);
  }
}

.video-card {
  position: relative;
  --borderRadius: 0;
  --borderRadiusMobile: 0;
}
.video-card.in-frame-1 {
  overflow: hidden;
}
.video-card.in-frame-1 .image {
  z-index: 20;
  cursor: pointer;
  opacity: 1;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.video-card.in-frame-1 .image img {
  height: 200px;
  max-width: 100%;
}
@media (min-width: 1084px) {
  .video-card.in-frame-1 .image img {
    height: 369px;
    width: 100%;
  }
}
@media (max-width: 920px) {
  .video-card.in-frame-1 .image img {
    margin-left: auto;
    margin-right: auto;
  }
}
.video-card.in-frame-1 .image.playing {
  opacity: 0;
}
.video-card.in-frame-1 .image.playing + .video {
  display: block;
}
.video-card.in-frame-1 .image.playing + .video iframe {
  height: 369px !important;
}
@media (max-width: 1083.98px) {
  .video-card.in-frame-1 .image.playing + .video iframe {
    height: 200px !important;
  }
  .video-card.in-frame-1 .image.playing + .video + .content {
    margin-top: 216px;
  }
}
.video-card.in-frame-1 .video {
  left: 0;
  top: 0;
  z-index: 10;
  display: none;
}
.video-card.in-frame-1.icon-center-browser::before {
  z-index: 30;
  width: 338px;
  max-width: calc(100% + 3px);
}
@media (min-width: 1084px) {
  .video-card.in-frame-1.icon-center-browser::before {
    width: calc(100% + 3px);
  }
}
@media (max-width: 920px) {
  .video-card.in-frame-1.icon-center-browser::before {
    left: 50%;
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
.video-card .video, .video-card .video iframe, .video-card .video video {
  border-radius: var(--borderRadius);
}
@media (max-width: 921px) {
  .video-card .video, .video-card .video iframe, .video-card .video video {
    border-radius: var(--borderRadiusMobile);
  }
}
.video-card.large img {
  height: 184px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 740px) {
  .video-card.large img {
    height: 450px;
  }
}
@media (min-width: 1292px) {
  .video-card.large img {
    height: 577px;
  }
}
@media (max-width: 767px) and (min-width: 601px) {
  .video-card.large img {
    height: 267px;
  }
  .video-card.large {
    margin-left: auto;
    margin-right: auto;
    width: 500px;
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .video-card.large {
    margin-left: auto;
    margin-right: auto;
    width: 320px;
    max-width: 100%;
  }
}
.video-card:not(.large) img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 1292px) {
  .video-card:not(.large) img {
    height: 369px;
  }
}
@media (max-width: 600px) {
  .video-card:not(.large) img {
    height: 184px;
  }
}
@media (max-width: 920px) {
  .video-card:not(.large) {
    margin-left: auto;
    margin-right: auto;
    width: 500px;
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .video-card:not(.large) {
    width: 320px;
  }
}
@media (max-width: 920px) and (min-width: 601px) {
  .video-card:not(.large) img {
    height: 267px;
  }
}
.video-card > a:hover {
  text-decoration-line: none;
}
.video-card > a:hover .play-icon svg path:not(:nth-last-child(1)) {
  fill: var(--color-white);
}
.video-card > a:hover .play-icon svg path:nth-last-child(1) {
  fill: var(--color-dark-orange);
}
.video-card > a:hover .tm-underline {
  background-size: 100% 3px;
}
.video-card > a svg path {
  transition-property: all;
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.video-card > a svg path:nth-last-child(2) {
  transform: translateY(-1px);
}
.video-card figure img {
  border-radius: var(--borderRadius);
  width: 100%;
}
@media (max-width: 921px) {
  .video-card figure img {
    border-radius: var(--borderRadiusMobile);
  }
}
.video-card .content {
  width: 424px;
  max-width: 100%;
  color: var(--color-black);
}
.video-card .content .headline {
  margin-bottom: 8px;
  display: inline-block;
  color: inherit;
}
@media (min-width: 1084px) {
  .video-card .content .headline {
    margin-bottom: 16px;
  }
}
.video-card .content .headline {
  color: var(--color-navy);
}
.video-card .content .headline::before {
  bottom: -2px;
}
.video-card .content .headline:hover::before {
  width: 0;
}
.video-card .content .excerpt {
  margin-top: 0;
  margin-bottom: 0;
  color: inherit;
  color: var(--Text-D3, #60504D);
  font-feature-settings: "clig" off, "liga" off;
  /* 9 caption/default */
  font-family: "HCo Gotham";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 18.2px */
}
.video-card .image {
  position: relative;
  margin-bottom: 16px;
}
.video-card .image figure {
  margin-bottom: 0;
}
.video-card iframe {
  margin-bottom: 16px;
}
.video-card .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 20;
  height: 100%;
  width: 100%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.video-card .play-icon .play-icon-inner {
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
  height: 100%;
  width: 100%;
}
@media (max-width: 1083.98px) {
  .video-card .play-icon .play-icon-inner {
    flex-direction: column;
    margin: 0 !important;
    height: 100% !important;
    justify-content: center !important;
    padding: 0 !important;
  }
}
.video-card.video-bar .play-icon, .video-card.icon-left .play-icon {
  bottom: 0;
  left: 0;
  height: 34px;
  width: 100%;
}
@media (min-width: 1084px) {
  .video-card.video-bar .play-icon, .video-card.icon-left .play-icon {
    height: 60px;
  }
}
.video-card.video-bar .play-icon, .video-card.icon-left .play-icon {
  border-bottom-left-radius: var(--borderRadius);
  border-bottom-right-radius: var(--borderRadius);
}
@media (max-width: 921px) {
  .video-card.video-bar .play-icon, .video-card.icon-left .play-icon {
    border-bottom-left-radius: var(--borderRadiusMobile);
    border-bottom-right-radius: var(--borderRadiusMobile);
  }
}
.video-card.video-bar .play-icon .play-icon-inner, .video-card.icon-left .play-icon .play-icon-inner {
  position: relative;
}
.video-card.video-bar .play-icon .play-icon-inner svg, .video-card.icon-left .play-icon .play-icon-inner svg {
  position: absolute;
  top: -20px;
  left: 30px;
  height: 40px;
  width: 40px;
}
@media (min-width: 1084px) {
  .video-card.video-bar .play-icon .play-icon-inner svg, .video-card.icon-left .play-icon .play-icon-inner svg {
    top: -34px;
    height: auto;
    width: 700px;
  }
}
.video-card.video-bar .play-icon {
  background-color: var(--color-orange);
}
.video-card.autoplay-browser svg {
  visibility: hidden;
}
.video-card.icon-center, .video-card.icon-center-browser {
  position: relative;
}
.video-card.icon-center .play-icon, .video-card.icon-center-browser .play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 40px;
  width: 40px;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 1084px) {
  .video-card.icon-center .play-icon, .video-card.icon-center-browser .play-icon {
    height: 100px;
    width: 100px;
  }
}
.video-card.icon-center svg, .video-card.icon-center-browser svg {
  height: 400px;
  width: 400px;
  max-width: unset;
}
@media (min-width: 1084px) {
  .video-card.icon-center svg, .video-card.icon-center-browser svg {
    height: 700px;
    width: 700px;
  }
}
.video-card.icon-center-browser {
  position: relative;
}
.video-card.icon-center-browser::before {
  content: var(--tw-content);
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: 10;
  height: 30px;
  width: calc(100% + 2px);
  background-size: cover;
}
@media (min-width: 1084px) {
  .video-card.icon-center-browser::before {
    height: 40px;
  }
}
.video-card.icon-center-browser::before {
  background-image: url("../browser-bar.html");
  background-size: cover;
  border-radius: 20px 20px 0px 0px;
}
@media (max-width: 921px) {
  .video-card.icon-center-browser::before {
    border-radius: 12px 12px 0px 0px;
  }
}
@media (min-width: 1084px) {
  .byo-video .video-card.large img {
    height: 730px;
  }
}
.video-card + .btn {
  width: 100%;
  text-align: center;
}
.video-card + .btn .text {
  width: 100%;
  text-align: center;
}
@charset "UTF-8";
.pl-colors {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding: 40px;
}
@media (min-width: 740px) {
  .pl-colors {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 900px) {
  .pl-colors {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1084px) {
  .pl-colors {
    gap: 40px;
  }
}
.pl-colors .page-intro {
  grid-column: 1/-1;
}
.pl-colors .color-swatch {
  display: flex;
  flex-direction: column;
  border-top-right-radius: 40px;
  box-shadow: 9px 1px 16px 0px rgba(0, 0, 0, 0.1490196078);
  overflow: hidden;
}
.pl-colors .color-swatch .swatch {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.pl-colors .color-swatch .palette-link {
  flex-grow: 1;
  padding: 12px;
}
.pl-colors .color-swatch .palette-link code {
  color: var(--p-base);
  background: transparent;
  transition: all 0.2s linear;
}
.pl-colors .color-swatch .palette-link code::after {
  content: "";
  transition: padding-left 0.2s linear;
}
.pl-colors .color-swatch .palette-link:hover code {
  background: var(--p-accent-1);
  color: #000;
}
.pl-colors .color-swatch .palette-link:hover code::after {
  content: "→";
  padding-left: 8px;
}
.pl-colors .color-swatch .swatch-name {
  padding-inline: 16px;
  padding-block: 8px;
}
.pl-colors .gradient-node + .gradient-node::before {
  content: "→";
  display: inline;
  padding-right: 3px;
}
.pl-colors code {
  font-style: normal;
}
em {
  color: initial;
}
.pl-palettes {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
  padding: 40px;
}
@media (min-width: 740px) {
  .pl-palettes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1084px) {
  .pl-palettes {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
  }
}
.pl-palettes .page-intro {
  grid-column: 1/-1;
}
.pl-palettes .palette-block {
  border-top-right-radius: 40px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  --tw-shadow: 15px -9px 10px 0px #0000000d;
  --tw-shadow-colored: 15px -9px 10px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.pl-palettes .palette-block .palette-info {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 40px;
}
.pl-palettes .palette-block .palette-vars {
  border-top-right-radius: 40px;
  flex-grow: 1;
}
.pl-palettes .palette-block .palette-vars .vars-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.pl-palettes .palette-block .palette-vars .vars-box {
  border-top-right-radius: 40px;
  display: flex;
  flex-direction: column;
  padding: 40px;
  --tw-shadow: 15px -9px 10px 0px #0000000d;
  --tw-shadow-colored: 15px -9px 10px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.pl-palettes .palette-block .palette-vars .vars-use {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}
.pl-palettes .palette-block .palette-vars .vars-use span {
  flex-shrink: 0;
  padding-left: 8px;
}
.pl-palettes .palette-block .palette-vars .vars {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.pl-palettes .palette-block .palette-vars .vars .var {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.pl-palettes .palette-block .palette-vars .vars .var-swatch {
  border-top-right-radius: 16px;
  height: 45px;
  width: 45px;
  flex-shrink: 0;
  --tw-shadow: 4px -3px 6px 0px #00000014;
  --tw-shadow-colored: 4px -3px 6px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.pl-palettes .palette-block .palette-vars .vars .btn-swatch {
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 110px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}
@font-face {
  font-family: "Gotham";
  src: url("../gotham-book-regular.html") format("otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("../gotham-bold.html") format("otf");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("../gotham-thin.html") format("otf");
  font-weight: lighter;
  font-style: normal;
}
@font-face {
  font-family: "National";
  src: url("../national-2-regular.html") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "National";
  src: url("../national-2-regular-italic.html") format("woff2");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "National";
  src: url("../national-2-extrabold.html") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "National";
  src: url("../national-2-extrabold-italic.html") format("woff2");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Tiempos Headline";
  src: url("../tiempos-headline-light.html") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Tiempos Headline";
  src: url("../tiempos-headline-light-italic.html") format("woff2");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Tiempos Headline";
  src: url("../tiempos-headline-bold.html") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Tiempos Headline";
  src: url("../tiempos-headline-bold-italic.html") format("woff2");
  font-weight: bold;
  font-style: italic;
}
/*
	Copyright (C) Hoefler & Co.
	This software is the property of Hoefler & Co. (H&Co).
	Your right to access and use this software is subject to the
	applicable License Agreement, or Terms of Service, that exists
	between you and H&Co. If no such agreement exists, you may not
	access or use this software for any purpose.
	This software may only be hosted at the locations specified in
	the applicable License Agreement or Terms of Service, and only
	for the purposes expressly set forth therein. You may not copy,
	modify, convert, create derivative works from or distribute this
	software in any way, or make it accessible to any third party,
	without first obtaining the written permission of H&Co.
	For more information, please visit us at http://typography.com.
*/
@font-face {
  font-family: "HCo Gotham";
  src: url("../woff2/gotham-thin_web.woff2") format("woff2"), url("../woff/gotham-thin_web.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "HCo Gotham";
  src: url("../woff2/gotham-thinitalic_web.woff2") format("woff2"), url("../woff/gotham-thinitalic_web.woff") format("woff");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "HCo Gotham";
  src: url("../woff2/gotham-xlight_web.woff2") format("woff2"), url("../woff/gotham-xlight_web.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "HCo Gotham";
  src: url("../woff2/gotham-xlightitalic_web.woff2") format("woff2"), url("../woff/gotham-xlightitalic_web.woff") format("woff");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "HCo Gotham";
  src: url("../woff2/gotham-light_web.woff2") format("woff2"), url("../woff/gotham-light_web.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "HCo Gotham";
  src: url("../woff2/gotham-lightitalic_web.woff2") format("woff2"), url("../woff/gotham-lightitalic_web.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "HCo Gotham";
  src: url("../woff2/gotham-book_web.woff2") format("woff2"), url("../woff/gotham-book_web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "HCo Gotham";
  src: url("../woff2/gotham-bookitalic_web.woff2") format("woff2"), url("../woff/gotham-bookitalic_web.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "HCo Gotham";
  src: url("../woff2/gotham-medium_web.woff2") format("woff2"), url("../woff/gotham-medium_web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "HCo Gotham";
  src: url("../woff2/gotham-mediumitalic_web.woff2") format("woff2"), url("../woff/gotham-mediumitalic_web.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "HCo Gotham";
  src: url("../woff2/gotham-bold_web.woff2") format("woff2"), url("../woff/gotham-bold_web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "HCo Gotham";
  src: url("../woff2/gotham-bolditalic_web.woff2") format("woff2"), url("../woff/gotham-bolditalic_web.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "HCo Gotham";
  src: url("../woff2/gotham-black_web.woff2") format("woff2"), url("../woff/gotham-black_web.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "HCo Gotham";
  src: url("../woff2/gotham-blackitalic_web.woff2") format("woff2"), url("../woff/gotham-blackitalic_web.woff") format("woff");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "HCo Gotham";
  src: url("../woff2/gotham-ultra_web.woff2") format("woff2"), url("../woff/gotham-ultra_web.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "HCo Gotham";
  src: url("../woff2/gotham-ultraitalic_web.woff2") format("woff2"), url("../woff/gotham-ultraitalic_web.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}

@layer global {
  .pl-icon-set-demo {
    --stroke-width: 2;
  }
  @media (min-width: 596px) {
    .pl-icon-set-demo {
      -moz-columns: 2;
           columns: 2;
    }
  }
  @media (min-width: 900px) {
    .pl-icon-set-demo {
      -moz-columns: 3;
           columns: 3;
    }
  }
  @media (min-width: 1292px) {
    .pl-icon-set-demo {
      -moz-columns: 4;
           columns: 4;
    }
  }
  .pl-icon-set-demo li {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .pl-icon-set-demo svg {
    width: 40px;
    background: #f3f3f3;
  }
}
.accordion:not(.disable-top-padding) {
  padding-top: 40px;
}
.accordion:not(.disable-bottom-padding) {
  padding-bottom: 40px;
}
.accordion .c-inner {
  max-width: 100%;
}
@media (min-width: 1084px) {
  .accordion .c-inner {
    width: 655px;
  }
}
.accordion .c-inner {
  grid-column: 1/-1;
}
@media (min-width: 468px) {
  .accordion .c-inner {
    grid-column: 2/span 10;
  }
}
@media (min-width: 596px) {
  .accordion .c-inner {
    grid-column: 3/span 8;
  }
}
@media (min-width: 900px) {
  .accordion .c-inner {
    grid-column: 4/span 6;
  }
}
.accordion .uk-accordion {
  margin-bottom: 0;
}
.accordion .uk-accordion > li {
  position: relative;
}
.accordion .uk-accordion > li::before {
  content: var(--tw-content);
  display: none;
}
.accordion .uk-accordion > li::after {
  content: var(--tw-content);
  position: absolute;
}
.accordion .uk-accordion > li {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--color-o1);
}
.accordion .uk-accordion > li::after {
  position: absolute;
  right: 0;
  top: 23px;
  height: 25px;
  width: 25px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (min-width: 900px) {
  .accordion .uk-accordion > li::after {
    top: 30px;
  }
}
.accordion .uk-accordion > li::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E%3Ccircle cx='12.5' cy='12.5' r='12.5' fill='%23EC8B00'/%3E%3Cpath d='M6 10.275L13 18L20 10.275L18.4274 9L13 14.9901L7.5726 9L6 10.275Z' fill='%23151515'/%3E%3C/svg%3E");
}
.accordion .uk-accordion > li:nth-last-child(1) {
  border-bottom: 1px solid var(--color-o1);
  padding-bottom: 32px;
}
.accordion .uk-accordion > li:nth-child(1) {
  margin-top: 0;
}
.accordion .uk-accordion > li > a {
  color: var(--color-t1);
  text-decoration-line: none;
  padding-right: 35px;
}
@media (min-width: 1084px) {
  .accordion .uk-accordion > li > a {
    padding-right: 50px;
  }
}
.accordion .uk-accordion > li > a:hover {
  background-color: transparent;
  color: var(--color-t1);
}
.accordion .uk-accordion > li a h4 {
  margin: 0;
}
@media (max-width: 899.98px) {
  .accordion .uk-accordion > li a h4 {
    font-size: 16px;
  }
}
.accordion .uk-accordion > li .uk-accordion-content {
  margin-top: 16px;
}
.accordion .uk-accordion > li .uk-accordion-content p {
  color: var(--color-t1);
  font-family: "HCo Gotham";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
}
@media (max-width: 899.98px) {
  .accordion .uk-accordion > li .uk-accordion-content p {
    font-size: 16px;
  }
}
.accordion .uk-accordion > li.uk-open::after {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.accordion .uk-accordion > li::after {
  pointer-events: none;
}
.byo-hero {
  padding-top: 48px;
  padding-bottom: 63px;
}
@media (min-width: 900px) {
  .byo-hero {
    padding-bottom: 103px;
  }
}
.byo-hero .subtitle + .excerpt {
  margin-top: 8px !important;
}
.byo-hero .excerpt a:hover {
  color: var(--p-link-hover-text);
  opacity: 0.8;
}
.byo-hero[variation=light-green-low-highlight] {
  background-color: transparent;
  position: relative;
}
.byo-hero[variation=light-green-low-highlight]::before {
  content: var(--tw-content);
  position: absolute;
}
.byo-hero[variation=light-green-low-highlight]::after {
  content: var(--tw-content);
  position: absolute;
}
.byo-hero[variation=light-green-low-highlight]::before, .byo-hero[variation=light-green-low-highlight]::after {
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: bottom;
}
.byo-hero[variation=light-green-low-highlight]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='575' viewBox='0 0 1440 575' fill='none'%3E%3Cpath d='M0 0H1440V474.5C1440 474.5 829.129 587.567 440.5 574C265.855 567.903 0 537 0 537V0Z' fill='%23AECD95'/%3E%3C/svg%3E");
}
.byo-hero[variation=light-green-low-highlight]::after {
  bottom: 85px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='505' viewBox='0 0 1440 505' fill='none'%3E%3Cpath d='M1844.13 -64.3994C1859.14 24.8956 1821.34 104.948 1765.59 184.291C1544.64 313.36 827.24 522.088 -457.233 503.606C-686.434 479.524 -601.064 434.885 -810.202 380.375C-883.287 290.743 -756.812 81.7322 -791.576 -27.4418C-219.012 -55.5867 -231.446 -43.2 440.314 -88.9276C984.152 -125.947 1345.89 -107.102 1826.44 -136.507' fill='%238DBC71'/%3E%3C/svg%3E");
}
.byo-hero[variation=orange-low-highlight] {
  background-color: transparent;
  position: relative;
}
.byo-hero[variation=orange-low-highlight]::before {
  content: var(--tw-content);
  position: absolute;
}
.byo-hero[variation=orange-low-highlight]::after {
  content: var(--tw-content);
  position: absolute;
}
.byo-hero[variation=orange-low-highlight]::before, .byo-hero[variation=orange-low-highlight]::after {
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: bottom;
}
.byo-hero[variation=orange-low-highlight]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='575' viewBox='0 0 1440 575' fill='none'%3E%3Cpath d='M0 0H1440V474.5C1440 474.5 829.129 587.567 440.5 574C265.855 567.903 0 537 0 537V0Z' fill='%23F1A341'/%3E%3C/svg%3E");
}
@media (max-width: 1083.98px) {
  .byo-hero[variation=orange-low-highlight]::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='390' height='851' viewBox='0 0 390 851' fill='none'%3E%3Cpath d='M748.517 400.61C818.235 -22.4904 856.931 -527.285 851.495 -1065C562.39 -485.828 319.657 -277.326 95.4727 -228.554C-79.1417 -99.3068 -263.03 -15.1743 -445 48.2297C-424.852 227.468 -399.588 394.513 -369.846 549.366C-140.545 745.674 -2.87915 890.352 266.249 842C517.944 796.78 587.974 628.621 748.837 399.391' fill='%23F1A341'/%3E%3C/svg%3E");
  }
}
.byo-hero[variation=orange-low-highlight]::after {
  bottom: 85px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='505' viewBox='0 0 1440 505' fill='none'%3E%3Cpath d='M1844.13 -64.3994C1859.14 24.8956 1821.34 104.948 1765.59 184.291C1544.64 313.36 827.24 522.088 -457.234 503.606C-686.435 479.524 -601.065 434.885 -810.202 380.375C-883.288 290.743 -756.812 81.7322 -791.577 -27.4418C-219.012 -55.5867 -231.446 -43.2 440.314 -88.9276C984.151 -125.947 1345.89 -107.102 1826.43 -136.507' fill='%23EC8A00'/%3E%3C/svg%3E");
}
.byo-hero:not([has-image=true]):not([has-grantmaking=true]) .main-section > .c-inner .columns .text {
  grid-column: 4/span 6;
  text-align: center;
}
@media (max-width: 899.98px) {
  .byo-hero:not([has-image=true]):not([has-grantmaking=true]) .main-section > .c-inner .columns .text {
    grid-column: 1/-1;
  }
}
.byo-hero[has-grantmaking=true] section.grantmaking > div {
  padding-left: 0;
  padding-right: 0;
}
.byo-hero[has-grantmaking=true] .grantmaking .c-inner {
  grid-column: 1/-1;
}
.byo-hero[has-grantmaking=true] .grantmaking .c-inner .grantmaking-inner {
  background-color: #EFE6DB;
}
.byo-hero[has-grantmaking=true] .main-section > .c-inner .columns .text .title.h1-large {
  text-align: left;
}
@media (min-width: 900px) {
  .byo-hero[has-grantmaking=true] .text + .grantmaking {
    grid-column: 8/-1;
  }
}
@media (max-width: 899.98px) {
  .byo-hero[has-grantmaking=true] .text + .grantmaking {
    grid-column: 1/-1;
  }
}
.byo-hero[has-grantmaking=true] .grantmaking .title {
  font-weight: 600;
}
.byo-hero[has-grantmaking=true] .btn .text {
  text-align: left;
}
.byo-hero[variation=dark-green-mid-highlight] {
  --p-base: white;
  padding-top: 194px;
  padding-bottom: 265px;
  position: relative;
}
.byo-hero[variation=dark-green-mid-highlight]::before {
  content: var(--tw-content);
  position: absolute;
}
.byo-hero[variation=dark-green-mid-highlight]::after {
  content: var(--tw-content);
  position: absolute;
}
.byo-hero[variation=dark-green-mid-highlight] .title {
  color: white !important;
  width: 100% !important;
}
.byo-hero[variation=dark-green-mid-highlight] .excerpt {
  max-width: 100%;
}
@media (min-width: 1084px) {
  .byo-hero[variation=dark-green-mid-highlight] .excerpt {
    width: 655px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.byo-hero[variation=dark-green-mid-highlight]::before, .byo-hero[variation=dark-green-mid-highlight]::after {
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media (max-width: 1291.98px) {
  .byo-hero[variation=dark-green-mid-highlight]::before, .byo-hero[variation=dark-green-mid-highlight]::after {
    background-position: center;
    background-size: cover !important;
  }
}
.byo-hero[variation=dark-green-mid-highlight]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='723' viewBox='0 0 1440 723' fill='none'%3E%3Cpath d='M1500.5 515.78C1625.47 320.981 1694.84 88.5691 1685.09 -159C1166.84 107.656 731.723 203.652 329.85 226.107C16.8371 285.614 -312.801 324.349 -639 353.541C-602.883 436.064 -557.595 512.973 -504.28 584.268C-93.2346 674.651 188.096 740.383 635.984 719C978.606 702.642 1212.71 672.539 1501.07 567' fill='%2333492F'/%3E%3C/svg%3E");
  background-size: 150%;
}
.byo-hero[variation=dark-green-mid-highlight]::after {
  bottom: 160px;
  background-size: 150%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='477' viewBox='0 0 1440 477' fill='none'%3E%3Cpath d='M-442.493 -368.212C-436.118 -277.074 -419.255 -187.513 -393.914 -101.012C-248.629 49.3616 196.487 400.057 1227.1 476.155C1416.03 468.158 1604.23 442.818 1784.5 401.746C1864.57 314.123 1932.61 214.325 1986.8 103.573C1536.2 31.8824 1087.22 -66.0202 653.432 -205.524C286.638 -257.743 -65.9405 -301.48 -442.724 -367.652' fill='%233F4F33'/%3E%3C/svg%3E");
}
.byo-hero[variation=dark-green-low-highlight] {
  --p-base: white;
  padding-top: 198px;
  padding-bottom: 258px;
  position: relative;
}
.byo-hero[variation=dark-green-low-highlight]::before {
  content: var(--tw-content);
  position: absolute;
}
.byo-hero[variation=dark-green-low-highlight]::after {
  content: var(--tw-content);
  position: absolute;
}
.byo-hero[variation=dark-green-low-highlight] .title {
  color: white !important;
  width: 100% !important;
}
.byo-hero[variation=dark-green-low-highlight] .excerpt {
  max-width: 100%;
}
@media (min-width: 1084px) {
  .byo-hero[variation=dark-green-low-highlight] .excerpt {
    width: 655px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.byo-hero[variation=dark-green-low-highlight]::before, .byo-hero[variation=dark-green-low-highlight]::after {
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media (max-width: 1291.98px) {
  .byo-hero[variation=dark-green-low-highlight]::before, .byo-hero[variation=dark-green-low-highlight]::after {
    background-position: center;
    background-size: cover !important;
  }
}
.byo-hero[variation=dark-green-low-highlight]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='635' viewBox='0 0 1440 635' fill='none'%3E%3Cpath d='M0 0H1440V575C1440 575 864.368 655.271 496 629.5C300.938 615.854 0 561 0 561V0Z' fill='%233F4F33'/%3E%3C/svg%3E");
}
.byo-hero[variation=dark-green-low-highlight]::after {
  bottom: 80px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='544' viewBox='0 0 1440 544' fill='none'%3E%3Cpath d='M2061.23 74.5815C2071.49 164.546 2029.5 242.485 1969.63 318.765C1742.15 435.954 1014.71 606.407 -266.98 519.944C-494.585 483.761 -406.971 443.706 -612.929 378.198C-681.167 284.823 -543.803 82.8017 -572.738 -28.0599C0.513189 -25.8509 -12.5591 -14.1399 660.68 -24.2372C1205.71 -32.4115 1565.95 5.55901 2047.38 1.63801' fill='%2333492F'/%3E%3C/svg%3E");
}
.byo-hero[variation=dark-green-no-curves] {
  background: #33492F;
  --p-base: white;
  padding-top: 169px;
  padding-bottom: 381px;
}
.byo-hero[variation=dark-green-no-curves] .title {
  color: white !important;
  width: 100% !important;
}
.byo-hero[variation=dark-green-no-curves] .excerpt {
  max-width: 100%;
}
@media (min-width: 1084px) {
  .byo-hero[variation=dark-green-no-curves] .excerpt {
    width: 655px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.byo-hero[variation=transparent] {
  background: transparent;
  --p-base: #151515;
  padding-top: 120px;
  padding-bottom: 120px;
}
.byo-hero[variation=transparent] .title {
  color: var(--p-base) !important;
  width: 100% !important;
}
.byo-hero[variation=transparent]:not([has-grantmaking=true]) .excerpt {
  max-width: 100%;
}
@media (min-width: 1084px) {
  .byo-hero[variation=transparent]:not([has-grantmaking=true]) .excerpt {
    width: 655px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.byo-hero .main-section {
  position: relative;
  z-index: 20;
}
.byo-hero .main-section > .c-inner {
  grid-column: 1/-1;
}
.byo-hero .main-section > .c-inner .columns {
  align-items: center;
}
.byo-hero .main-section > .c-inner .columns .text {
  grid-column: 1/span 7;
}
@media (max-width: 899.98px) {
  .byo-hero .main-section > .c-inner .columns .text {
    grid-column: 1/-1;
  }
}
.byo-hero .main-section > .c-inner .columns .text .title, .byo-hero .main-section > .c-inner .columns .text .excerpt {
  margin: 0;
}
.byo-hero .main-section > .c-inner .columns .text .title.h1 {
  color: var(--katy-black, #221F20);
  font-feature-settings: "clig" off, "liga" off;
  /* h1/default */
  font-family: "HCo Gotham";
  max-width: 100%;
}
@media (min-width: 1084px) {
  .byo-hero .main-section > .c-inner .columns .text .title.h1 {
    width: 772px;
    font-size: 60px;
  }
}
.byo-hero .main-section > .c-inner .columns .text .title.h1 {
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 72px */
  letter-spacing: -0.4px;
  text-transform: uppercase;
}
.byo-hero .main-section > .c-inner .columns .text .title.h1-large {
  color: var(--Text-D5, #FFF);
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  /* 12 title large/default */
  font-family: "HCo Gotham";
}
@media (min-width: 1084px) {
  .byo-hero .main-section > .c-inner .columns .text .title.h1-large {
    font-size: 95px;
  }
}
.byo-hero .main-section > .c-inner .columns .text .title.h1-large {
  font-style: normal;
  font-weight: 300;
  line-height: 110%; /* 104.5px */
  letter-spacing: -3.2px;
  text-transform: uppercase;
}
.byo-hero .main-section > .c-inner .columns .text .title.blog-title {
  color: var(--katy-black, #221F20);
  font-feature-settings: "clig" off, "liga" off;
  /* 23 Blog Title */
  font-family: "HCo Gotham";
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 118%; /* 44.84px */
}
.byo-hero .main-section > .c-inner .columns .text .blog-options {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.byo-hero .main-section > .c-inner .columns .text .blog-options .tags {
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  margin-top: 32px;
}
.byo-hero .main-section > .c-inner .columns .text .blog-options .tags .tag {
  color: var(--Text-D1, #151515);
  font-feature-settings: "clig" off, "liga" off;
  font-family: "HCo Gotham";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 144%; /* 18.72px */
  padding: 0;
  text-transform: none;
  letter-spacing: normal;
  text-decoration: none;
}
.byo-hero .main-section > .c-inner .columns .text .blog-options .share-section {
  margin-top: 32px;
}
.byo-hero .main-section > .c-inner .columns .text .blog-options .share-section > a {
  color: var(--Text-D1, #151515);
  font-feature-settings: "clig" off, "liga" off;
  font-family: "HCo Gotham";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  text-decoration-line: underline;
}
.byo-hero .main-section > .c-inner .columns .text .date {
  color: var(--Text-D1, #151515);
  font-feature-settings: "clig" off, "liga" off;
  /* 14 section small/default */
  font-family: "HCo Gotham";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 14.4px */
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.byo-hero .main-section > .c-inner .columns .text .excerpt {
  color: var(--katy-black, #221F20);
  font-feature-settings: "clig" off, "liga" off;
  font-family: "HCo Gotham";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 23.8px */ margin-top: 20px; max-width: 100%;
}
@media (min-width: 1084px) {
  .byo-hero .main-section > .c-inner .columns .text .excerpt {
    width: 540px;
  }
}
.byo-hero .main-section > .c-inner .columns .text .button {
  margin-top: 40px;
}
.byo-hero .main-section > .c-inner .columns div.image {
  grid-column: 8/-1;
}
@media (max-width: 899.98px) {
  .byo-hero .main-section > .c-inner .columns div.image {
    grid-column: 1/-1;
    margin-top: 32px;
  }
}
.byo-hero .main-section > .c-inner .columns div.image figure {
  margin-left: auto;
  margin-right: auto;
  height: 320px;
  width: 320px;
}
@media (min-width: 900px) {
  .byo-hero .main-section > .c-inner .columns div.image figure {
    margin-left: auto;
    margin-right: 0;
  }
}
@media (min-width: 1084px) {
  .byo-hero .main-section > .c-inner .columns div.image figure {
    height: 424px;
    width: 424px;
  }
}
.byo-hero .main-section > .c-inner .columns div.image figure .e-image {
  height: 100%;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 424px;
}
.byo-hero .main-section > .c-inner .columns div.image figure .e-image img {
  border-radius: 424px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1084px) {
  /* text */
  body .byo-hero[image-orientation=left] .main-section > .c-inner .columns .text {
    grid-column: 6/-1;
  }
  /* image */
  body .byo-hero[image-orientation=left] .main-section > .c-inner .columns .image {
    grid-column: 1/span 4;
    order: -1;
  }
}
.byo-hero[image-orientation=left] .subtitle h4 {
  margin: 0;
  color: var(--Text-D1, #151515);
}
.byo-hero[image-orientation=left] .main-section > .c-inner .columns .text .excerpt {
  margin-top: 0;
  color: var(--Text-D1, #151515);
}
.byo-hero[image-orientation=left] .subtitle {
  margin-top: 24px;
}
#modal-share > div {
  padding-top: 48px;
  padding-bottom: 48px;
}
#modal-share h4 {
  text-align: center;
  margin-bottom: 32px;
}
#modal-share .tm-social-share ul {
  justify-content: center;
  margin-bottom: 0;
  padding-left: 0;
}
.byo-video:not(.disable-top-padding) {
  padding-top: 40px;
}
.byo-video:not(.disable-bottom-padding) {
  padding-bottom: 40px;
}
.byo-video .c-inner {
  grid-column: 1/-1;
}
@media (min-width: 468px) {
  .byo-video .c-inner {
    grid-column: 2/span 10;
  }
}
@media (min-width: 596px) {
  .byo-video .c-inner {
    grid-column: 3/span 8;
  }
}
@media (min-width: 900px) {
  .byo-video .c-inner {
    grid-column: 4/span 6;
  }
}
.current-partners {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 900px) {
  .current-partners {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.current-partners .c-inner {
  grid-column: 1/-1;
}
.current-partners .c-inner .headline {
  margin-bottom: 48px;
}
.current-partners .c-inner .headline h3 {
  margin-bottom: 0;
  text-transform: uppercase;
}
.current-partners .c-inner .partners-wrapper {
  color: var(--Text-D1, #151515);
  font-feature-settings: "clig" off, "liga" off;
  /* 0 base/default */
  font-family: "HCo Gotham";
  font-size: 14px;
}
@media (min-width: 900px) {
  .current-partners .c-inner .partners-wrapper {
    font-size: 20px;
  }
}
.current-partners .c-inner .partners-wrapper {
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */ -moz-column-gap: 0; column-gap: 0;
}
.current-partners .c-inner .partners-wrapper a {
  --link-underline-color: transparent;
  --link-underline-offset: 0;
}
.current-partners .c-inner .partners-wrapper a:hover {
  --link-underline-color: #333;
  text-decoration-color: var(--link-underline-color);
  --link-underline-offset: 2px;
}
.current-partners .c-inner .partners-wrapper .partner {
  /* REMOVED BAR FROM PORTFOLIO PAGES */
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.3); */
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 40px;
}
.current-partners .c-inner .partners-wrapper .partner.no-border {
  border-bottom: none;
}
.current-partners .c-inner .partners-wrapper .partner p {
  margin: 0;
}
.embed:not(.disable-top-padding) {
  padding-top: 60px;
}
.embed:not(.disable-bottom-padding) {
  padding-bottom: 40px;
}
.embed .embed-wrapper iframe {
  max-width: 100%;
}
.embed .embed-placeholder {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: 240px;
  padding-bottom: 240px;
}
@media (min-width: 900px) {
  .embed .embed-placeholder {
    padding-top: 245px;
    padding-bottom: 245px;
  }
}
.embed .embed-placeholder {
  border: 1px solid #e2e2e2;
}
.embed .embed-placeholder h4 {
  opacity: 0.2;
}
.embed.wide .c-inner {
  grid-column: 1/-1;
}
.embed.narrow .c-inner {
  max-width: 100%;
}
@media (min-width: 900px) {
  .embed.narrow .c-inner {
    width: 655px;
  }
}
.embed.narrow .c-inner {
  grid-column: 1/-1;
}
@media (min-width: 468px) {
  .embed.narrow .c-inner {
    grid-column: 2/span 10;
  }
}
@media (min-width: 596px) {
  .embed.narrow .c-inner {
    grid-column: 3/span 8;
  }
}
@media (min-width: 900px) {
  .embed.narrow .c-inner {
    grid-column: 4/span 6;
  }
}
.extended-hero .excerpt + .get-in-touch > div {
  padding-left: 0;
}

.articles-filtered {
  margin-bottom: 70px;
  margin-top: 0;
  padding-top: 40px;
}

.articles-filtered .tm-load-more {
  width: 100%;
}

.articles-filtered .results-show-more .btn {
  width: 100%;
}

.articles-filtered .results-chiclets-wrapper {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 12px;
  margin-bottom: 32px;
}

.articles-filtered .type-filters .uk-accordion {
  border: honeydew;
}

.articles-filtered .type-filters .uk-accordion .uk-accordion-content {
  margin-top: 0;
  padding-left: 32px;
}

.articles-filtered .type-filters .uk-accordion .uk-accordion-content label:not(:last-child) {
  margin-bottom: 16px;
  padding-bottom: 0;
}

.articles-filtered .filters .filters-wrapper .uk-accordion li {
  border: none !important;
  padding-top: 0 !important;
}

.articles-filtered .js-submit > .uk-accordion > li > .uk-accordion-title {
  border-top: 1px solid #A2A2A2;
  padding-top: 32px;
}

.articles-filtered .js-submit > .uk-accordion > li:first-child > .uk-accordion-title {
  border: none;
  padding-top: 32px;
}

.articles-filtered .filters .type-filters {
  gap: 0;
}

.articles-filtered .filters .inline-checkbox {
  padding-bottom: 16px;
}

.articles-filtered .type-filters .uk-accordion-title > label {
  padding-bottom: 0 !important;
}

.articles-filtered .filters .filters-wrapper .uk-accordion li::after {
  top: 0;
}

.articles-filtered .js-submit > ul > li::after {
  top: 34px !important;
}

.articles-filtered .js-submit > ul > li:not(:first-child) {
  margin-top: 20px !important;
}

.articles-filtered .results-chiclets-wrapper {
  display: flex;
  align-items: center;
  gap: 48px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 12px;
  margin-bottom: 32px;
}

.articles-filtered .results .count {
  /* h5/default */
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 23.4px */
}

.articles-filtered .chiclets .inner {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.articles-filtered .chiclets .inner .clearChiclets {
  color: var(--Text-D1, #151515);
  font-feature-settings: "clig" off, "liga" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  text-decoration-line: underline;
}

.articles-filtered .chiclets .inner .clearChiclets:only-child {
  display: none;
}

.articles-filtered .chiclets .inner .chiclet {
  cursor: pointer;
  text-decoration: none;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 27px;
  border: 1px solid var(--Outline-O4, #A2A2A2);
  padding: 5px 8px 6px 16px;
  display: flex;
  align-items: center;
}

.articles-filtered .chiclets .inner .chiclet:hover {
  opacity: 0.7;
  color: var(--Text-D1, #151515);
}

.articles-filtered .chiclets .inner .chiclet span.chiclet-remove {
  position: relative;
  top: 1px;
  margin-left: 3px;
  cursor: pointer;
}

.articles-filtered a.overlay-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.articles-filtered article {
  position: relative;
}

.articles-filtered .results-show-more .btn {
  color: var(--Text-D1, #151515);
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  display: block;
  /* 21 button/default */
  font-family: "HCo Gotham";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 19.6px */
  letter-spacing: 0.7px;
  text-transform: uppercase;
  border-radius: 82px;
  border: 1px solid var(--Outline-O1, #3A322B);
}

.articles-filtered .results-show-more .btn svg {
  display: none;
}

.articles-filtered .results-show-more .btn:hover {
  background: var(--Background-B4, #3A322B);
  color: white;
}

@media (min-width: 1084px) {
  .articles-filtered .left-col {
    grid-column: 1/span 3;
  }
  .articles-filtered .main-col {
    grid-column: 4/span 9;
  }
}

.articles-filtered .time-and-location {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.articles-filtered .time-and-location p {
  margin: 0;
  display: block;
  color: var(--Text-D2, #5E544B);
  font-feature-settings: "clig" off, "liga" off;
  /* 11 paragraph small/default */
  font-family: "HCo Gotham";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 15.6px */
}

.articles-filtered .time-and-location p:not(:first-child)::before {
  content: "|";
  display: inline-block;
  margin-left: 6px;
  margin-right: 6px;
}

.articles-filtered .tags {
  margin-bottom: 16px;
  display: block;
}

.articles-filtered .meta {
  margin-top: 20px;
  display: block;
}

.articles-filtered .meta .date {
  color: var(--Text-D2, #5E544B);
  font-feature-settings: "clig" off, "liga" off;
  /* 17 type label/default */
  font-family: "HCo Gotham";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 15.4px */
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.articles-filtered .byline {
  color: var(--Text-D2, #5E544B);
  font-feature-settings: "clig" off, "liga" off;
  /* 11 paragraph small/default */
  font-family: "HCo Gotham";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 15.6px */
  margin-top: 8px;
}

.articles-filtered .all-resources {
  color: var(--Text-D1, #3A322B);
  font-feature-settings: "clig" off, "liga" off;
  /* 15 section small/default */
  font-family: "HCo Gotham";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 26.4px */
  border-bottom: 1px solid #CAC2BC;
  margin-bottom: 60px;
  display: block;
  padding-bottom: 16px;
}

.articles-filtered .search-wrapper {
  border-radius: 80px;
  border: 1px solid var(--Outline-O4, #CAC2BC);
  border-color: black;
  background: var(--Background-B1, #FFF);
  background-color: transparent;
  height: 54px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.00976562 9.26782C0.00976562 14.2384 4.0392 18.2678 9.00977 18.2678C11.1348 18.2678 13.0878 17.5313 14.6275 16.2997L22.0386 23.7108L23.4528 22.2966L16.0417 14.8855C17.2733 13.3458 18.0098 11.3928 18.0098 9.26782C18.0098 4.29726 13.9803 0.267822 9.00977 0.267822C4.0392 0.267822 0.00976562 4.29726 0.00976562 9.26782ZM2.00977 9.26782C2.00977 5.40183 5.14377 2.26782 9.00977 2.26782C12.8758 2.26782 16.0098 5.40183 16.0098 9.26782C16.0098 13.1338 12.8758 16.2678 9.00977 16.2678C5.14377 16.2678 2.00977 13.1338 2.00977 9.26782Z' fill='%235E544B'/%3E%3C/svg%3E");
  background-position: right;
  background-position-x: calc(100% - 24px);
  background-size: 24px 24px;
  background-repeat: no-repeat;
}

.articles-filtered .search-wrapper input {
  height: 100%;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 80px;
  border: none;
  background: transparent;
}

.articles-filtered .search-wrapper input::-moz-placeholder {
  color: var(--Text-D1, #151515);
  font-feature-settings: "clig" off, "liga" off;
  /* 10 paragraph medium/default */
  font-family: "HCo Gotham";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 152%; /* 22.4px */
}

.articles-filtered .search-wrapper input, .articles-filtered .search-wrapper input::placeholder {
  color: var(--Text-D1, #151515);
  font-feature-settings: "clig" off, "liga" off;
  /* 10 paragraph medium/default */
  font-family: "HCo Gotham";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 152%; /* 22.4px */
}

.articles-filtered .filters {
  gap: 40px;
}

.articles-filtered .filters .type-filters {
  padding-top: 0;
  padding-bottom: 16px;
}

.articles-filtered .filters .inline-checkbox {
  transition: 0.2s ease;
  position: relative;
  display: flex;
  gap: 8px;
  border-style: none;
  padding-left: 0;
}

.articles-filtered .filters .inline-checkbox::before {
  content: var(--tw-content);
  position: absolute;
}

.articles-filtered .filters .inline-checkbox {
  opacity: 1;
  cursor: pointer;
}

.articles-filtered .filters .inline-checkbox:hover {
  opacity: 0.7;
}

.articles-filtered .filters .inline-checkbox span {
  color: var(--Text-D1, #3A322B);
  font-feature-settings: "clig" off, "liga" off;
  /* 10 paragraph medium/default */
  font-family: "HCo Gotham";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}

.articles-filtered .filters .inline-checkbox input {
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='23' height='23' fill='white'/%3E%3Crect x='0.5' y='0.5' width='23' height='23' stroke='%23CAC2BC'/%3E%3C/svg%3E%0A");
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  background-clip: content-box;
  background-position: left;
  width: 24px;
  min-width: 24px;
}

.articles-filtered .filters .inline-checkbox input:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Crect width='24' height='24' rx='2' fill='%23FDC653'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.697 7.71695L9.71502 18.3948L3.30273 12.16L4.69695 10.7261L9.71502 15.6052L19.3027 6.28302L20.697 7.71695Z' fill='%233A322B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.697 7.71695L9.71502 18.3948L3.30273 12.16L4.69695 10.7261L9.71502 15.6052L19.3027 6.28302L20.697 7.71695Z' fill='black' fill-opacity='0.2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.697 7.71695L9.71502 18.3948L3.30273 12.16L4.69695 10.7261L9.71502 15.6052L19.3027 6.28302L20.697 7.71695Z' fill='black' fill-opacity='0.2'/%3E%3C/svg%3E");
}

.articles-filtered .filters .filters-wrapper > h5 {
  color: var(--Text-D3, #151515);
  font-feature-settings: "clig" off, "liga" off;
  /* 17 type label/default */
  font-family: "HCo Gotham";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 15.6px */
  letter-spacing: 2px;
  text-transform: uppercase;
}

.articles-filtered .filters .filters-wrapper .uk-accordion {
  margin: 0;
}

.articles-filtered .filters .filters-wrapper .uk-accordion li {
  position: relative;
  margin: 0;
}

.articles-filtered .filters .filters-wrapper .uk-accordion li::before {
  content: var(--tw-content);
  display: none;
}

.articles-filtered .filters .filters-wrapper .uk-accordion li::after {
  content: var(--tw-content);
  position: absolute;
}

.articles-filtered .filters .filters-wrapper .uk-accordion li {
  border-top: 1px solid #CAC2BC;
}

.articles-filtered .filters .filters-wrapper .uk-accordion li::after {
  pointer-events: none;
  transition: 0.2s ease;
  width: 27.176px;
  height: 24px;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='24' viewBox='0 0 28 24' fill='none'%3E%3Cpath d='M6.48633 9.27504L14.4128 17L22.3393 9.27504L20.5585 8L14.4128 13.9901L8.26706 8L6.48633 9.27504Z' fill='%233A322B'/%3E%3Cpath d='M6.48633 9.27504L14.4128 17L22.3393 9.27504L20.5585 8L14.4128 13.9901L8.26706 8L6.48633 9.27504Z' fill='black' fill-opacity='0.2'/%3E%3Cpath d='M6.48633 9.27504L14.4128 17L22.3393 9.27504L20.5585 8L14.4128 13.9901L8.26706 8L6.48633 9.27504Z' fill='black' fill-opacity='0.2'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  right: 0;
  top: -2px;
}

.articles-filtered .filters .filters-wrapper .uk-accordion li.uk-open::after {
  transform: rotate(180deg);
}

.articles-filtered .filters .filters-wrapper .uk-accordion li .uk-accordion-title {
  color: var(--Text-D1, #3A322B);
  font-feature-settings: "clig" off, "liga" off;
  /* h6/default */
  font-family: "HCo Gotham";
  text-decoration: none;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 25.2px */
  opacity: 1;
  transition: 0.2s ease;
}

.articles-filtered .filters .filters-wrapper .uk-accordion li .uk-accordion-title:hover {
  opacity: 0.7;
}

.articles-filtered .article-title {
  color: var(--Text-D1, #3A322B);
  font-feature-settings: "clig" off, "liga" off;
  /* h3/default */
  font-family: "HCo Gotham";
  font-size: 26px;
}

@media (min-width: 1084px) {

  .articles-filtered .article-title {
    font-size: 36px;
  }
}

.articles-filtered .article-title {
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 43.2px */
}

.articles-filtered .article-description {
  color: var(--Text-D1, #3A322B);
  font-feature-settings: "clig" off, "liga" off;
  /* 10 paragraph medium/default */
  font-family: "HCo Gotham";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}

.articles-filtered .article {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-bottom: 40px;
}

@media (min-width: 900px) {

  .articles-filtered .article {
    flex-direction: row;
  }
}

.articles-filtered .article {
  border-bottom: 1px solid #CAC2BC;
  align-items: flex-start;
}

.articles-filtered .article .article-title > a {
  text-decoration-line: underline;
  --link-underline-color: transparent;
  --link-underline-offset: 0;
  --link-underline-width: 2px;
}

.articles-filtered .article:hover .article-title > a {
  --link-underline-color: currentColor;
  --link-underline-offset: 2px;
}

.articles-filtered .article .img-wrapper {
  max-width: 100%;
  padding-right: 40px;
}

@media (min-width: 1084px) {

  .articles-filtered .article .img-wrapper {
    width: 308px;
  }
}

@media (max-width: 899.98px) {
  .articles-filtered .article .img-wrapper {
    margin-bottom: 40px;
    padding-right: 0;
  }
}

@media (min-width: 1084px) {

  .articles-filtered .article .img-wrapper + .article-insert {
    width: calc(100% - 308px);
  }
}

@media (max-width: 1083.98px) {
  .filtered-feed-wrapper .results {
    border-top: 1px solid #CAC2BC;
    padding-top: 40px;
  }
}

a.uk-accordion-title.clickable-area {
  position: absolute;
  height: 100%;
  width: 200px;
  right: 0;
  top: 0;
  z-index: 999;
  max-width: 50%;
}
body .action.resources {
  padding-bottom: 80px;
}
body .action.resources .headline h3 {
  margin-bottom: 0;
  text-transform: uppercase;
}
body .action.resources .c-action > a {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}
body .action.resources .c-action {
  position: relative;
}
body .action.resources .tags .tag {
  border-radius: 2px;
  background: var(--color-a1);
  color: var(--color-t1);
  font-feature-settings: "clig" off, "liga" off;
  /* 17 type label/default */
  font-family: "HCo Gotham";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
body .action.resources .sub-excerpt {
  color: var(--Text-D3, #8C847E);
  font-feature-settings: "clig" off, "liga" off;
  /* 9 caption/default */
  font-family: "HCo Gotham";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 18.2px */
  margin-top: 8px !important;
}
body .action.resources .tags > a {
  display: none;
}
body .action.resources .tags {
  margin-bottom: 16px;
}
body .action.resources .actions .c-inner {
  grid-column: 1/-1;
}
body .action.resources .actions.horizontal .\:g-max-3 {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 900px) {
  body .action.resources .actions.horizontal .\:g-max-3 {
    flex-wrap: nowrap;
  }
}
body .action.resources .actions.horizontal .\:g-max-3 > .c-action {
  width: 100%;
}
@media (min-width: 900px) {
  body .action.resources .actions.horizontal .\:g-max-3 > .c-action {
    width: 33%;
    overflow: hidden;
  }
}
body .action.resources .actions .\:g-max-3, body .action.resources .actions .\:g-max-5 {
  justify-content: center;
  gap: 0;
}
body .action.resources .actions .\:g-max-5 .content {
  display: flex;
  align-items: center;
}
body .action.resources .actions .\:g-max-5 .c-action .a-inner {
  padding-top: 95px;
  padding-bottom: 95px;
  padding-left: 24px;
  padding-right: 24px;
}
body .action.resources .actions .\:g-max-5 .c-action .a-inner .title {
  color: var(--Text-D1, #151515);
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  /* h5/default */
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 23.4px */
}
@media (min-width: 596px) {
  body .action.resources .actions.stacked .a-inner {
    flex-wrap: nowrap !important;
  }
}
body .action.resources .actions.stacked .\:g-max-3, body .action.resources .actions.stacked .\:g-max-5 {
  grid-template-columns: 1fr;
}
body .action.resources .actions.stacked .\:g-max-3 .c-action .a-inner, body .action.resources .actions.stacked .\:g-max-5 .c-action .a-inner {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 1084px) {
  body .action.resources .actions.stacked .\:g-max-3 .c-action .a-inner, body .action.resources .actions.stacked .\:g-max-5 .c-action .a-inner {
    padding-left: 85px;
    padding-right: 85px;
  }
}
@media (min-width: 1292px) {
  body .action.resources .actions.stacked .\:g-max-3 .c-action .a-inner, body .action.resources .actions.stacked .\:g-max-5 .c-action .a-inner {
    padding-left: 133px;
    padding-right: 133px;
  }
}
body .action.resources .actions.yellow .c-action:nth-child(3n+1) .a-inner {
  --tw-bg-opacity: 1;
  background-color: rgb(252 210 77 / var(--tw-bg-opacity));
}
body .action.resources .actions.yellow .c-action:nth-child(3n+2) .a-inner {
  --tw-bg-opacity: 1;
  background-color: rgb(253 217 118 / var(--tw-bg-opacity));
}
body .action.resources .actions.yellow .c-action:nth-child(3n+3) .a-inner {
  --tw-bg-opacity: 1;
  background-color: rgb(253 227 151 / var(--tw-bg-opacity));
}
body .action.resources .actions.orange .c-action:nth-child(3n+1) .a-inner {
  --tw-bg-opacity: 1;
  background-color: rgb(243 160 73 / var(--tw-bg-opacity));
}
body .action.resources .actions.orange .c-action:nth-child(3n+2) .a-inner {
  --tw-bg-opacity: 1;
  background-color: rgb(247 181 115 / var(--tw-bg-opacity));
}
body .action.resources .actions.orange .c-action:nth-child(3n+3) .a-inner {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 156 / var(--tw-bg-opacity));
}
body .action.resources .actions.orange.five-rows .c-action:nth-child(5n-1) .a-inner {
  --tw-bg-opacity: 1;
  background-color: rgb(255 221 179 / var(--tw-bg-opacity));
}
body .action.resources .actions.orange.five-rows .c-action:nth-child(5n) .a-inner {
  --tw-bg-opacity: 1;
  background-color: rgb(252 233 209 / var(--tw-bg-opacity));
}
body .action.resources .actions .c-action a {
  text-decoration-line: none;
}
body .action.resources .actions .c-action .a-inner {
  position: relative;
  display: flex;
  height: 100%;
  justify-content: center;
  row-gap: 16px;
  background-color: transparent;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 75px;
  padding-bottom: 75px;
}
@media (min-width: 900px) {
  body .action.resources .actions .c-action .a-inner {
    padding-top: 118px;
    padding-bottom: 118px;
  }
}
@media (min-width: 1084px) {
  body .action.resources .actions .c-action .a-inner {
    padding-left: 45px;
    padding-right: 45px;
  }
}
body .action.resources .actions .c-action .a-inner {
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
body .action.resources .actions .c-action .a-inner .content {
  width: 100%;
  text-align: center;
}
body .action.resources .actions .c-action .a-inner .button {
  display: flex;
  align-items: center;
  min-width: 152px;
}
body .action.resources .actions .c-action .a-inner p {
  margin: 0;
}
body .action.resources .actions .c-action .a-inner .title {
  color: var(--Text-D1, #151515);
  font-feature-settings: "clig" off, "liga" off;
  /* h4/default */
  font-family: "HCo Gotham";
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 118%; /* 30.68px */
}
body .action.resources .actions .c-action .a-inner .excerpt {
  color: #312720;
  font-feature-settings: "clig" off, "liga" off;
  margin-top: 16px;
  /* 10 paragraph medium/default */
  font-family: "HCo Gotham";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}
body .action.resources .actions .c-action .a-inner .see-more-text {
  color: var(--color-t1);
  font-feature-settings: "clig" off, "liga" off;
  font-family: "HCo Gotham";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 19.6px */
  letter-spacing: 1.12px;
  text-transform: uppercase;
  bottom: 0;
  left: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  text-decoration-line: underline;
}
@media (min-width: 900px) {
  body .action.resources .actions .c-action .a-inner .see-more-text {
    position: absolute;
  }
}
body .action.resources .actions .c-action .a-inner .see-more-text {
  margin-top: 40px;
}
@media (min-width: 900px) {
  body .action.resources .actions .c-action .a-inner .see-more-text {
    margin-top: 0;
    padding-left: inherit;
    padding-bottom: inherit;
  }
}
body .action.resources .actions .c-action .a-inner .see-more-text {
  position: relative;
}
body .action.resources .actions .c-action .a-inner .see-more-text::before {
  content: var(--tw-content);
  position: absolute;
}
body .action.resources .actions .c-action .a-inner .see-more-text {
  padding: 0;
  margin-top: 40px;
}
body .action.resources .actions .c-action .a-inner .see-more-text::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.8176 12.1726L12.2206 18.3451L11.4324 17.375L17.0989 12.7711H4V11.5211H17.0336L11.4324 6.97014L12.2206 6L19.8176 12.1726Z' fill='%233A322B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.8176 12.1726L12.2206 18.3451L11.4324 17.375L17.0989 12.7711H4V11.5211H17.0336L11.4324 6.97014L12.2206 6L19.8176 12.1726Z' fill='black' fill-opacity='0.2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.8176 12.1726L12.2206 18.3451L11.4324 17.375L17.0989 12.7711H4V11.5211H17.0336L11.4324 6.97014L12.2206 6L19.8176 12.1726Z' fill='black' fill-opacity='0.2'/%3E%3C/svg%3E");
  height: 24px;
  width: 24px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
body .action.resources .headline .c-inner {
  padding-top: 80px;
  text-align: center;
  padding-bottom: 40px;
  grid-column: 1/-1;
}
body .action.resources .headline .c-inner .btn {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--outline-o-1, #3A322B);
  border-radius: 0 !important;
  padding-left: 0;
  padding-right: 0;
  color: var(--Text-D1, #3A322B);
  font-feature-settings: "clig" off, "liga" off;
  font-family: "HCo Gotham";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 19.6px */
  letter-spacing: 1.12px;
  text-transform: uppercase;
}
body .action.resources .headline .c-inner p.subheader {
  color: #312720;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  /* 0 base/default */
  font-family: "HCo Gotham";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */ margin-left: auto; margin-right: auto; max-width: 100%;
}
@media (min-width: 1084px) {
  body .action.resources .headline .c-inner p.subheader {
    width: 654px;
  }
}
@media (min-width: 468px) {
  body .action.resources .headline .c-inner {
    grid-column: 2/span 10;
  }
}
@media (min-width: 596px) {
  body .action.resources .headline .c-inner {
    grid-column: 3/span 8;
  }
}
@media (min-width: 900px) {
  body .action.resources .headline .c-inner {
    grid-column: 2/span 10;
  }
}
.grantmaking .c-inner {
  grid-column: 1/-1;
}
@media (min-width: 468px) {
  .grantmaking .c-inner {
    grid-column: 2/span 10;
  }
}
@media (min-width: 596px) {
  .grantmaking .c-inner {
    grid-column: 3/span 8;
  }
}
@media (min-width: 900px) {
  .grantmaking .c-inner {
    grid-column: 4/span 6;
  }
}
.grantmaking .c-inner .grantmaking-inner {
  background: #F5F0EB;
  padding: 32px;
}
.grantmaking .c-inner .grantmaking-inner .excerpt {
  color: #000;
  font-feature-settings: "clig" off, "liga" off;
  /* 10 paragraph medium/default */
  font-family: "HCo Gotham";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 152%; /* 24.32px */
}
.grantmaking .c-inner .grantmaking-inner .button {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.grantmaking .c-inner .grantmaking-inner .btn {
  padding: 0;
  padding-right: 33px;
  border-radius: 0;
  border: none;
}
.grantmaking .c-inner .grantmaking-inner .btn:hover {
  background-color: transparent;
}
.grantmaking .c-inner .grantmaking-inner .btn + svg {
  margin-left: -33px;
  min-height: 25px;
  min-width: 25px;
}
.grantmaking .c-inner .grantmaking-inner .btn .text {
  color: var(--Text-D1, #151515);
  font-feature-settings: "clig" off, "liga" off;
  /* 15 more link/default */
  font-family: "HCo Gotham";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  text-transform: none;
  letter-spacing: normal;
}
@layer custom {}
.home-hero {
  position: relative;
  z-index: 30;
}
.home-hero .c-inner {
  grid-column: 1/-1;
}
.home-hero .background-image {
  position: relative;
}
.home-hero .background-image::before {
  content: var(--tw-content);
  position: absolute;
  background: rgba(65, 45, 41, 0.55);
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
  z-index: 10;
  height: 100%;
  width: 100%;
}
.home-hero .background-image img {
  position: relative;
  z-index: 5;
  height: calc(100vh - 86px);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1084px) {
  .home-hero .background-image img {
    height: calc(100vh - 125px);
  }
}
.home-hero .content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  height: 100%;
  width: 100%;
}
.home-hero .content-wrapper .content-wrapper-inner {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.home-hero .perspectives {
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 68px;
}
@media (min-width: 1084px) {
  .home-hero .perspectives {
    padding-left: 44px;
    padding-right: 44px;
  }
}
.home-hero .perspectives a {
  color: white;
  --link-underline-color: transparent;
  --link-underline-offset: 0;
  --link-underline-width: 1px;
}
.home-hero .perspectives a:hover {
  --link-underline-offset: 2px;
  --link-underline-color: rgba(255,255,255,0.75);
  text-decoration-color: var(--link-underline-color);
  text-decoration-thickness: 0.5px;
}
.home-hero .perspectives p {
  margin-bottom: 0;
}
.home-hero .perspectives .items {
  row-gap: 60px;
}
.home-hero .perspectives .items p.title {
  color: var(--Text-D5, #FFF);
  font-feature-settings: "clig" off, "liga" off;
  font-family: "HCo Gotham";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */ max-width: 100%;
}
@media (min-width: 1084px) {
  .home-hero .perspectives .items p.title {
    width: 305px;
  }
}
.home-hero .perspectives .persp-title {
  font-feature-settings: "clig" off, "liga" off;
  font-family: "HCo Gotham";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 14.4px */
  letter-spacing: 2px;
  text-transform: uppercase;
  color: white;
}
.home-hero .perspectives hr {
  margin-top: 8px;
  margin-bottom: 40px;
  border-color: rgba(255, 255, 255, 0.3);
}
.home-hero .headline-text {
  position: absolute;
  text-align: center;
  top: calc(50% - 100px);
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: white;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1084px) {
  .home-hero .headline-text {
    width: 1127px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1083.98px) {
  .home-hero .headline-text {
    font-size: 32px;
  }
  .home-hero {
    background: #272727;
  }
  .home-hero .background-image {
    height: calc(100vh + 285px);
  }
  .home-hero .background-image img {
    height: calc(100vh - 250px);
  }
  .home-hero .headline-text {
    top: 12%;
    transform: translateX(-50%);
  }
  .home-hero .perspectives {
    height: 500px;
  }
}
@layer custom {
  .image-and-text {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  @media (min-width: 596px) {
    .image-and-text.\:columns-3 .c-text {
      grid-column: auto/span 2;
    }
  }
  @media (max-width: 595.98px) {
    .image-and-text.\:align-top .c-image {
      order: -1;
    }
  }
}
.image-caption:not(.disable-top-padding) {
  padding-top: 40px;
}
.image-caption:not(.disable-bottom-padding) {
  padding-bottom: 40px;
}
.image-caption .c-inner {
  grid-column: 1/-1;
}
@media (min-width: 468px) {
  .image-caption .c-inner {
    grid-column: 2/span 10;
  }
}
@media (min-width: 596px) {
  .image-caption .c-inner {
    grid-column: 3/span 8;
  }
}
@media (min-width: 900px) {
  .image-caption .c-inner {
    grid-column: 4/span 6;
  }
}
@media (max-width: 739.98px) {
  .image-caption figure {
    display: block;
  }
}
.image-caption figure figcaption {
  color: var(--Text-D3, #60504D);
  font-feature-settings: "clig" off, "liga" off;
  /* 9 caption/default */
  font-family: "HCo Gotham";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 18.2px */ margin-top: 16px; margin-right: auto; margin-left: 0; display: block; max-width: 100%;
}
@media (min-width: 1084px) {
  .image-caption figure figcaption {
    width: 424px;
  }
}
body .our-approach .focus-areas .c-inner {
  grid-column: 1/-1;
}
body .our-approach .focus-areas .c-inner .action.resources .headline h3 {
  color: var(--Text-D1, #151515);
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  /* h1/default */
  margin-bottom: 32px;
}
@media (min-width: 1084px) {
  body .our-approach .focus-areas .c-inner .action.resources .headline h3 {
    font-size: 60px;
  }
}
body .our-approach .focus-areas .c-inner .action.resources .headline h3 {
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 72px */
  letter-spacing: -0.4px;
  text-transform: uppercase;
}
body .our-approach .focus-areas .c-inner .c-text > .excerpt {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
@media (min-width: 1084px) {
  body .our-approach .focus-areas .c-inner .c-text > .excerpt {
    width: 656px;
  }
}
body .our-approach .focus-areas .c-inner .c-text > .excerpt {
  color: var(--Text-D1, #151515);
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  /* 0 base/default */
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
}
body .our-approach .focus-areas .c-inner .action.resources .actions .c-action .a-inner .content {
  padding-right: 0;
}
body .our-approach .focus-areas .c-inner .action.resources .actions .c-action .a-inner .content .excerpt {
  display: none;
}
body .our-approach .byo-video .c-inner {
  grid-column: 1/-1;
}
@media (min-width: 468px) {
  body .our-approach .byo-video .c-inner {
    grid-column: 2/span 10;
  }
}
@media (min-width: 596px) {
  body .our-approach .byo-video .c-inner {
    grid-column: 3/span 8;
  }
}
@media (min-width: 900px) {
  body .our-approach .byo-video .c-inner {
    grid-column: 4/span 6;
  }
}
body .our-approach .video-card .play-icon .play-icon-inner {
  align-items: center;
  justify-content: flex-start;
  padding-left: 30px;
  padding-bottom: 30px;
  height: auto;
  margin-top: auto;
  margin-bottom: 0;
  gap: 20px;
}
body .our-approach .video-card {
  overflow: visible !important;
}
body .our-approach .video-card .play-icon {
  display: flex;
}
body .our-approach .play-icon-title {
  color: var(--Text-D5, #000);
  font-feature-settings: "clig" off, "liga" off;
  /* h5/default */
  /* font-family: Gotham; */
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 23.4px */
}
body .our-approach button.btn.\:version-1.\:size-1 {
  display: inline-block;
  width: 100%;
}
body .our-approach .video-card.in-frame-1 .image {
  margin-bottom: 32px;
}
body .our-approach .byo-video:not(.disable-top-padding) {
  padding-top: 0;
}
body .our-approach .play-icon-inner svg path:not(:last-child) {
  fill: transparent;
}
body .our-approach .play-icon-inner svg path:last-child {
  fill: black;
  /* width: 19px; */
  /* height: 19px; */
}
body .our-approach .play-icon-inner svg {
  width: 69px;
  background: #EC8B00;
  border-radius: 400px;
  padding: 9px;
}
.our-work {
  position: relative;
  padding-bottom: 144px;
  padding-top: 221px;
}
.our-work svg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100vw;
  max-width: unset;
}
@media (min-width: 1084px) {
  .our-work svg {
    width: calc(100vw + 350px);
  }
}
.our-work .top-content {
  position: relative;
  z-index: 20;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-bottom: 40px;
  text-align: center;
}
@media (min-width: 1084px) {
  .our-work .top-content {
    width: 656px;
  }
}
.our-work .top-content h1 {
  text-transform: uppercase;
}
.our-work .top-content p {
  color: var(--katy-black, #221F20);
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  /* 0 base/default */
  font-family: "HCo Gotham";
  font-size: 16px;
}
@media (min-width: 1084px) {
  .our-work .top-content p {
    font-size: 20px;
  }
}
.our-work .top-content p {
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
}
.our-work .button {
  margin-top: 40px;
}
.our-work .item-grid {
  --item-min-width: 320px;
  position: relative;
  z-index: 20;
}
.our-work .c-inner {
  grid-column: 1/-1;
}
.our-work .c-inner .item-grid {
  gap: 0;
}
.our-work .c-inner .item-grid .item .item-inner {
  position: relative;
}
.our-work .c-inner .item-grid .item .item-inner::before {
  content: var(--tw-content);
  position: absolute;
  transition: 0.2s ease;
  background: linear-gradient(0deg, rgba(65, 45, 41, 0.85) 0%, rgba(65, 45, 41, 0.55) 100%), url(../_path-to-image.html>), lightgray -479.289px -262.978px/195.35% 169.583% no-repeat;
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0.9;
}
.our-work .c-inner .item-grid .item .item-inner:hover::before {
  opacity: 1;
}
.our-work .c-inner .item-grid .item .item-inner .content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1084px) {
  .our-work .c-inner .item-grid .item .item-inner .content {
    padding-left: 75px;
    padding-right: 75px;
  }
}
.our-work .c-inner .item-grid .item .item-inner .content h3 {
  color: #FFF;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  /* h3/default */
  font-family: "HCo Gotham";
  font-size: 24px;
}
@media (min-width: 1084px) {
  .our-work .c-inner .item-grid .item .item-inner .content h3 {
    font-size: 42px;
  }
}
.our-work .c-inner .item-grid .item .item-inner .content h3 {
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 50.4px */
  letter-spacing: -1px;
  text-transform: uppercase;
}
.our-work .c-inner .item-grid .item .item-inner .image {
  z-index: 20;
}
.our-work .c-inner .item-grid .item .item-inner .image figure {
  margin-bottom: 0;
}
.our-work .c-inner .item-grid .item .item-inner .image figure img {
  height: 320px;
}
@media (min-width: 1084px) {
  .our-work .c-inner .item-grid .item .item-inner .image figure img {
    height: 529px;
  }
}
.our-work .c-inner .item-grid .item .item-inner .image figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-work .top-content h1 {
  font-weight: 400;
}
.partner-updates {
  background-color: transparent;
  position: relative;
  overflow: hidden;
}.partner-updates::before {
  content: var(--tw-content);
  position: absolute;
}.partner-updates::after {
  content: var(--tw-content);
  position: absolute;
}.partner-updates {
  padding-top: 171px;
  padding-bottom: 60px;
}@media (min-width: 1084px) {.partner-updates {
    padding-top: 120px;
  }
}
.partner-updates .headline-section, .partner-updates .slider-section {
  position: relative;
  z-index: 20;
}
.partner-updates::before, .partner-updates::after {
  left: 0;
  top: 0;
  z-index: 10;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-size: 150%;
}
@media (max-width: 1291.98px) {
  .partner-updates::before, .partner-updates::after {
    background-size: cover;
  }
}
.partner-updates::before {
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='815' viewBox='0 0 1440 815' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_6181_4187' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='-1064' y='5' width='2957' height='888'%3E%3Cpath d='M1574.5 167.268C1583.84 436.448 1573.48 475.122 1589.23 821.92C1010.09 967.036 742.988 854.768 211.02 775.093C-173.93 717.438 -389.679 723.677 -757.352 546.488C-1125.03 369.298 -769.267 307.446 -1063.56 330.467C-469.038 156.903 -62.5996 32.7057 599.787 10.9518C1106.49 -5.68923 1455.01 9.36586 1892.63 123.5' fill='%2367524A'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_6181_4187)'%3E%3Cpath d='M1557.64 -350.222L-563.209 -179.492L-421.361 1403.57L1699.49 1232.84L1557.64 -350.222Z' fill='%23F1A341'/%3E%3C/g%3E%3C/svg%3E%0A");
}
@media (max-width: 739.98px) {
  .partner-updates::before {
    background-image: url("data:image/svg+xml,%3Csvg width='390' height='402' viewBox='0 0 390 402' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_6695_4971' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='-137' y='1' width='644' height='387'%3E%3Cpath d='M-65.8381 122.668C-52.8546 228.958 -48.4919 243.631 -32.5539 380.758C99.1284 408.235 149.889 350.467 258.996 291.989C337.949 249.673 384.344 241.111 452.958 152.689C521.572 64.2665 442.199 58.1156 506.293 52.1402C369.744 14.2659 276.085 -13.8051 133.499 11.4603C24.4247 30.7877 -49.1227 54.4984 -136.174 121.705' fill='%23FDD976'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_6695_4971)'%3E%3Cpath d='M825.544 277.87C818.262 227.378 806.272 179.066 790.562 133.523C717.079 66.8335 497.226 -75.5875 23.5042 8.69921C-62.2846 36.4987 -146.912 73.9676 -227.161 119.308C-259.477 178.485 -285.72 243.026 -305.12 312.023C-173.664 456.441 113.324 296.5 317.876 321.492C487.679 305.637 650.593 286.763 825.623 277.526' fill='%23F1A341'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: 100%;
  }
}
.partner-updates::after {
  top: 50px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='777' viewBox='0 0 1440 777' fill='none'%3E%3Cpath d='M2595.91 1315.66C2618.05 1181.3 2625.74 1048.81 2621.14 920.466C2478.7 692.991 1515.41 25.9325 662.268 1.67496C361.492 -6.87703 150.225 34.5132 -102.963 87.1928C-238.732 212.664 -362.607 356.563 -471.767 517.174C-237.715 988.105 665.92 805.337 1195.15 1029.22C1664.71 1121.8 2118.25 1201.3 2596.4 1314.85' fill='%23EC8A00'/%3E%3C/svg%3E");
}
.partner-updates .headline-section .c-inner {
  grid-column: 1/-1;
  text-align: center;
}
.partner-updates .headline-section .c-inner h3 {
  color: var(--Text-D1, #151515);
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  /* h3/default */
  font-family: "HCo Gotham";
  margin-bottom: 37px;
  font-size: 24px;
}
@media (min-width: 1084px) {.partner-updates .headline-section .c-inner h3 {
    margin-bottom: 48px;
    font-size: 42px;
  }
}
.partner-updates .headline-section .c-inner h3 {
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 50.4px */
  letter-spacing: -1px;
  text-transform: uppercase;
}
.partner-updates .slider-section .mobile-only {
  display: block;
}
@media (min-width: 900px) {
  .partner-updates .slider-section .mobile-only {
    display: none;
  }
}
.partner-updates .slider-section .desktop-only {
  display: none;
}
@media (min-width: 900px) {
  .partner-updates .slider-section .desktop-only {
    display: block;
  }
}
.partner-updates .slider-section .desktop-only .uk-slider-items > * {
  flex: 0 0 50%;
}
@media (max-width: 899.98px) {
  .partner-updates .slider-section .slides {
    margin-right: calc(clamp(20px, 2.0547vw + 12.6027px, 44px) * -1);
  }
}
@media (min-width: 900px) {
  .partner-updates .slider-section .slides {
    padding-inline: 60px;
  }
}
.partner-updates .slider-section .slides ul li::before {
  content: var(--tw-content);
  display: none;
}
.partner-updates .slider-section .c-inner {
  grid-column: 1/-1;
}
.partner-updates .slider-section figure img {
  height: 212px;
}
.partner-updates .slider-section .partner-slide-container {
  height: 100%;
}
.partner-updates .slider-section .partner-link {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px clamp(20px, 1.7123vw + 13.8356px, 40px);
  height: 100%;
  --link-underline-color: transparent;
}
.partner-updates .slider-section .partner-link .image {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.partner-updates .slider-section .partner-link img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.partner-updates .slider-section .partner-link h5 {
  margin-bottom: 12px;
  font-weight: 500;
  color: #fff;
}
.partner-updates .slider-section .partner-link h4 {
  margin-top: 0;
  color: #fff;
}
.partner-updates .slider-section .partner-link:hover {
  --link-underline-color: #fff;
  color: #fff;
}
.partner-updates .slider-section .partner-link .icon-external {
  margin-top: 16px;
  height: 30px;
  width: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.49912 7.5H19.9991H22.4991V10V22.5H19.9991V12.0204L8.37324 23.3935L6.625 21.6065L18.4894 10H7.49912V7.5Z' fill='white'/%3E%3C/svg%3E");
}
.partner-updates .slider-section .partner-slide-content {
  flex: 1 0 auto;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  padding-top: 40px;
  background: linear-gradient(to top, rgba(65, 45, 41, 0.85), rgba(65, 45, 41, 0));
  color: #fff;
}
@media (min-width: 740px) {
  .partner-updates .slider-section .partner-slide-content {
    padding-top: 120px;
    min-height: 360px;
  }
}
.partner-updates a.prev-arrow {
  position: absolute;
  left: -60px;
  top: 50%;
  z-index: 1;
  translate: 0 -50%;
}
.partner-updates a.next-arrow {
  position: absolute;
  right: -60px;
  top: 50%;
  z-index: 1;
  translate: 0 -50%;
}
.partner-updates .next-arrow, .partner-updates .prev-arrow {
  z-index: 10;
}
.partner-updates ul.uk-slider-items.uk-grid {
  z-index: 20;
  pointer-events: none;
}
.partner-updates ul.uk-slider-items.uk-grid a {
  pointer-events: all;
}
@media (max-width: 1083.98px) {
  .partner-updates ul.uk-slider-items.uk-grid a {
    text-decoration: none;
  }
}
.portfolio-areas {
  position: relative;
}
.portfolio-areas .text-column {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 20px;
}
@media (min-width: 1084px) {
  .portfolio-areas .text-column {
    padding-right: 76px;
  }
}
@media (max-width: 1083.98px) {
  .portfolio-areas .text-column {
    padding-right: 20px;
  }
}
.portfolio-areas .c-inner {
  grid-column: 1/-1;
}
.portfolio-areas .c-inner .\:g-max-2 {
  --item-min-width: 400px;
}
.portfolio-areas .portfolio-item-text {
  padding-top: 111px;
  padding-bottom: 111px;
}
.portfolio-areas .portfolio-item-text h3 {
  text-transform: uppercase;
}
.portfolio-areas .portfolio-item-text p {
  color: var(--color-b3);
  font-feature-settings: "clig" off, "liga" off;
  font-family: "HCo Gotham";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 152%; /* 24.32px */
}
.portfolio-areas .portfolio-item-text a:hover {
  color: var(--p-link-hover-text);
  opacity: 0.8;
}
.portfolio-areas .portfolio-item-text .btn {
  display: block;
  width: 100%;
  text-decoration-line: none;
}
.portfolio-areas .portfolio-item-text .focus_area_title {
  margin-top: 80px;
  color: #3D2E28;
  font-feature-settings: "clig" off, "liga" off;
  /* 14 section small/default */
  font-family: "HCo Gotham";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 14.4px */
  letter-spacing: 1px;
  text-transform: uppercase;
}
.portfolio-areas .portfolio-item-text .focus-area:first-child {
  border-top: 1px solid rgba(61, 46, 40, 0.3);
}
.portfolio-areas .portfolio-item-text .area-title {
  color: #3D2E28;
  font-feature-settings: "clig" off, "liga" off;
  /* 15 more link/default */
  font-family: "HCo Gotham";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 19.2px */ margin-bottom: 0;
}
.portfolio-areas .portfolio-item-text .focus-area-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(61, 46, 40, 0.3);
  padding: 16px 0px;
}
.portfolio-areas .portfolio-item-text .focus-area a {
  text-decoration-line: none;
}
.portfolio-areas .portfolio-item-image {
  position: fixed;
  top: 0;
}
.portfolio-areas .portfolio-item-image, .portfolio-areas .portfolio-item-image img {
  height: 100vh;
}
.sticky-top {
  position: sticky;
  top: 0;
}
.sticky-bottom {
  position: sticky;
  bottom: 0;
}
.byo-hero + .portfolio-areas {
  margin-top: -65px;
}
.byo-hero {
  z-index: 20;
}
.byo-hero + .portfolio-areas {
  z-index: 10;
}
.portfolio-areas + .partner-updates {
  margin-top: -65px;
}
footer {
  position: relative;
  z-index: 20;
}
.no-transition {
  transition: none !important;
}
@media (max-width: 1083.98px) {
  .image-column {
    display: none;
  }
}
.mobile-only-image {
  display: none;
}
@media (max-width: 1083.98px) {
  .mobile-only-image {
    display: block;
  }
}
@media (min-width: 1080px) {
  .portfolio-areas .portfolio-item-image {
    width: 50%;
  }
}
.post-grid {
  padding-bottom: 80px;
}
@media (min-width: 900px) {
  .post-grid {
    padding-bottom: 120px;
  }
}
.post-grid .top-section {
  padding-bottom: 0;
}
.post-grid .mobile-only a {
  padding: 16px 30px;
  color: var(--katy-black, #221F20);
  font-feature-settings: "clig" off, "liga" off;
  /* 18 button/default */
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 15.6px */
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 50px;
  border: 1px solid var(--katy-black, #221F20);
  text-decoration: none;
  display: block;
  text-align: center;
  margin-top: 26px;
  margin-bottom: 50px;
}
@media (min-width: 760px) {
  .post-grid .mobile-only + .section-title {
    margin-top: 80px;
  }
}
.post-grid .\:g-max-3 + .section-title {
  margin-top: 80px;
}
.post-grid .card figure {
  margin-bottom: 0;
}
.post-grid .section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.post-grid .section-title h5 {
  margin-bottom: 0;
  color: var(--Text-D1, #151515);
  font-feature-settings: "clig" off, "liga" off;
  /* h5/default */
  font-family: "HCo Gotham";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 23.4px */
}
.post-grid .section-title a {
  color: #3D2E28;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "HCo Gotham";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 19.2px */
  text-decoration-line: underline;
  --link-underline-color: currentColor;
  --link-underline-offset: 2px;
}
.post-grid .section-title a:hover {
  --link-underline-color: transparent;
  --link-underline-offset: 0;
  text-decoration-color: var(--link-underline-color);
}
.post-grid .\:g-max-3 {
  row-gap: 40px;
}
.post-grid .c-inner {
  grid-column: 1/-1;
}
.post-grid .top-section {
  margin-bottom: 40px;
  padding-top: 80px;
  text-align: center;
}
.post-grid .top-section h3 {
  margin-bottom: 16px;
}
.post-grid article figure.image img, .post-grid article .e-image {
  height: 212px;
}
.post-grid article img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.post-grid article .e-image {
  width: 100%;
}
.post-grid .tags {
  position: relative;
  left: 10px;
  bottom: 10px;
  gap: 6px;
}
.post-grid .meta-header a.tag {
  color: var(--color-t1);
  font-feature-settings: "clig" off, "liga" off;
  /* 17 type label/default */
  font-family: "HCo Gotham";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 15.4px */
  letter-spacing: 1.4px;
  text-transform: uppercase;
  border-radius: 2px;
  background: var(--color-b2);
  padding: 4px;
  padding-bottom: 0;
}
.post-grid h3.title {
  color: var(--Text-D1, #151515);
  font-feature-settings: "clig" off, "liga" off;
  /* h4/default */
  font-family: "HCo Gotham";
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 118%; /* 30.68px */ margin-top: 24px; margin-bottom: 12px;
}
.post-grid p.date {
  color: var(--Text-D3, #60504D);
  font-feature-settings: "clig" off, "liga" off;
  /* 8 date/default */
  font-family: "HCo Gotham";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 16.8px */
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 2px;
}
.post-grid p.date, .post-grid p.author {
  margin: 0;
}
.post-grid p.author {
  color: var(--Text-D3, #60504D);
  font-feature-settings: "clig" off, "liga" off;
  /* 11 paragraph small/default */
  font-family: "HCo Gotham";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 144%; /* 18.72px */
}
.post-grid p.abstract.t-small {
  margin-top: 0px;
  color: var(--Text-D3, #60504D);
  font-feature-settings: "clig" off, "liga" off;
  /* 10 paragraph medium/default */
  font-family: "HCo Gotham";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 152%; /* 24.32px */ margin-bottom: 16px;
}
.post-grid footer.card-footer {
  background-color: transparent;
}
.post-grid hr {
  border-color: #CAC2BC;
  margin-top: 16px;
  margin-bottom: 32px;
}
.post-grid .card a.overlink:hover + .c-image + .c-text h3 {
  text-decoration: underline;
}
.pullout {
  background-image: var(--backgroundImage);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding-top: 180px;
  padding-bottom: 300px;
}.pullout::before {
  content: var(--tw-content);
  position: absolute;
}@media (min-width: 1084px) {.pullout {
    padding-top: 273px;
    padding-bottom: 563px;
  }
}
.pullout .pullout-top-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.pullout .pullout-top-shape figure {
  margin-bottom: 0;
}
.pullout .pullout-top-shape .e-image {
  background: transparent;
}
.pullout .pullout-bottom-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.pullout .pullout-bottom-shape figure {
  margin-bottom: 0;
}
.pullout .pullout-bottom-shape .e-image {
  background: transparent;
}
.pullout::before {
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(65, 45, 41, 0.55);
}
.pullout > div {
  position: relative;
  z-index: 20;
}
.pullout .c-inner {
  grid-column: 1/-1;
}
@media (min-width: 900px) {
  .pullout .c-inner {
    grid-column: 3/span 8;
  }
}
.pullout blockquote {
  position: relative;
  margin-bottom: 0;
  margin-top: 0;
  border-left: none;
}
.pullout blockquote h4 {
  font-style: normal;
}
.pullout blockquote p {
  color: var(--Text-D5, #FFF);
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  /* 13 quote /default */
  font-family: "HCo Gotham";
  font-size: 32px;
  font-style: normal;
  font-weight: 325;
  line-height: 136%; /* 43.52px */
  letter-spacing: -1px;
}
.pullout blockquote p .open-quote {
  color: var(--Text-D5, #FFF);
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  /* 13 quote /default */
  font-family: "HCo Gotham";
  font-size: 32px;
  font-style: normal;
  font-weight: 325;
  line-height: 136%; /* 43.52px */
  letter-spacing: -1px;
}
.pullout blockquote cite {
  margin-left: auto;
  margin-right: auto;
  display: block;
  color: var(--Text-D5, #FFF);
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  /* h5/default */
  font-family: "HCo Gotham";
  font-size: 18px;
  font-style: normal;
  font-weight: 350;
  line-height: 130%; /* 23.4px */
  margin-top: 32px;
}
@media (min-width: 1528px) {
  section.pullquote {
    background-position-y: -50px;
  }
}
@media (min-width: 1792px) {
  section.pullquote {
    background-position-y: -100px;
  }
}
.pullquote {
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 170px;
  padding-bottom: 80px;
}@media (min-width: 1084px) {.pullquote {
    background-size: contain;
  }
}.pullquote {
  background-position: top center;
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='142' viewBox='0 0 1440 142' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_6188_2787)'%3E%3Cg opacity='0.5'%3E%3Cmask id='path-1-inside-1_6188_2787' fill='white'%3E%3Cpath d='M2044.69 -472.764C2039.86 -395.153 2024.67 -319.789 2001.08 -247.775C1860.32 -131.23 1427.31 131.491 413.003 108.722C226.711 85.7269 40.8532 47.9208 -137.427 -2.69819C-217.724 -84.6797 -286.357 -176.073 -341.517 -275.678C101.343 -298.669 542.186 -344.277 967.405 -426.857C1328 -440.309 1674.72 -447.7 2044.93 -472.264'/%3E%3C/mask%3E%3Cpath d='M2001.08 -247.775L2003.11 -247.032L2002.98 -246.609L2002.62 -246.317L2001.08 -247.775ZM413.003 108.722L413.23 110.605L413.11 110.602L412.99 110.587L413.003 108.722ZM-137.427 -2.69819L-137.815 -0.908941L-138.468 -1.0944L-138.933 -1.56941L-137.427 -2.69819ZM-341.517 -275.678L-343.385 -275.032L-344.704 -277.413L-341.915 -277.558L-341.517 -275.678ZM967.405 -426.857L966.702 -428.701L966.867 -428.733L967.04 -428.739L967.405 -426.857ZM2046.8 -472.413C2041.96 -394.657 2026.74 -319.162 2003.11 -247.032L1999.05 -248.517C2022.6 -320.416 2037.77 -395.649 2042.59 -473.115L2046.8 -472.413ZM2002.62 -246.317C1861.48 -129.46 1427.99 133.385 413.23 110.605L412.775 106.838C1426.63 129.598 1859.16 -133 1999.54 -249.232L2002.62 -246.317ZM412.99 110.587C226.573 87.5771 40.59 49.7455 -137.815 -0.908941L-137.038 -4.48746C41.1165 46.096 226.848 83.8768 413.015 106.856L412.99 110.587ZM-138.933 -1.56941C-219.377 -83.6998 -288.131 -175.256 -343.385 -275.032L-339.648 -276.324C-284.583 -176.89 -216.072 -85.6595 -135.92 -3.82699L-138.933 -1.56941ZM-341.915 -277.558C100.87 -300.546 541.607 -346.144 966.702 -428.701L968.108 -425.013C542.766 -342.409 101.816 -296.792 -341.118 -273.797L-341.915 -277.558ZM967.04 -428.739C1327.68 -442.192 1674.33 -449.582 2044.5 -474.143L2045.36 -470.385C1675.1 -445.818 1328.32 -438.425 967.77 -424.975L967.04 -428.739Z' fill='%23EF8B22' mask='url(%23path-1-inside-1_6188_2787)'/%3E%3C/g%3E%3Cpath d='M412.986 108.73C963.308 176.667 1521.87 119.153 1932.26 -90.4693M-518.812 253.734C-515.046 253.832 -40.5884 81.5371 -36.5861 82.136C124.66 96.734 273.891 105.582 412.75 108.23' stroke='%23FDD24F' stroke-width='2'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6188_2787'%3E%3Crect width='1440' height='142' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
@media (max-width: 1083.98px) {
  .pullquote {
    background-position-y: calc(100% - 263px);
    background-position-x: 34%;
  }
}
.pullquote .c-inner {
  grid-column: 1/-1;
}
@media (min-width: 468px) {
  .pullquote .c-inner {
    grid-column: 2/span 10;
  }
}
@media (min-width: 596px) {
  .pullquote .c-inner {
    grid-column: 3/span 8;
  }
}
@media (min-width: 900px) {
  .pullquote .c-inner {
    grid-column: 4/span 6;
  }
}
.pullquote blockquote {
  position: relative;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 30px;
}
@media (min-width: 1084px) {.pullquote blockquote {
    padding-left: 87px;
  }
}
.pullquote blockquote {
  border-left: none;
}
.pullquote blockquote h4 {
  font-style: normal;
}
.pullquote blockquote p {
  color: var(--Text-D1, #151515);
  font-feature-settings: "clig" off, "liga" off;
  /* 13 quote large/default */
  font-family: "HCo Gotham";
  font-size: 18px;
}
@media (min-width: 1084px) {.pullquote blockquote p {
    font-size: 32px;
  }
}
.pullquote blockquote p {
  font-style: normal;
  font-weight: 400;
  line-height: 136%; /* 43.52px */
  letter-spacing: -1px;
}
.pullquote blockquote p .open-quote {
  position: absolute;
  left: -20px;
  top: -32px;
  height: 178px;
  font-size: 80px;
  line-height: 125%;
}
@media (min-width: 1084px) {.pullquote blockquote p .open-quote {
    left: 20px;
    font-size: 127px;
  }
}
.pullquote blockquote p .open-quote {
  color: var(--Background-B4, #EC8A00);
  font-feature-settings: "clig" off, "liga" off;
  font-family: "HCo Gotham";
  font-style: normal;
  font-weight: 400;
  line-height: 136%; /* 172.72px */
  letter-spacing: -1px;
}
.pullquote blockquote cite {
  font-family: "HCo Gotham";
  color: var(--color-dark-red);
  margin: 0;
  margin-top: 10px;
  display: block;
  color: var(--Text-D1, #151515);
  font-feature-settings: "clig" off, "liga" off;
  /* 8 date/default */
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 16.8px */
  letter-spacing: 1px;
  text-transform: uppercase;
  max-width: 100%;
}
@media (max-width: 1291.98px) {
  .pullquote blockquote cite {
    margin-top: 12px;
  }
}
@media (min-width: 1528px) {
  section.pullquote {
    background-position-y: -50px;
  }
}
@media (min-width: 1792px) {
  section.pullquote {
    background-position-y: -100px;
  }
}
.search-results .c-inner {
  grid-column: 1/-1;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}@media (min-width: 1084px) {.search-results .c-inner {
    width: 888px;
  }
}
.search-results .c-inner a.link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.search-results > .search-wrapper {
  padding-top: 80px;
  padding-bottom: 73px;
}
.search-results > .search-wrapper .inner-search-wrapper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 740px;
  max-width: 100%;
}
.search-results > .search-wrapper .inner-search-wrapper input {
  width: 100%;
  border-radius: 99px;
  border: 1px solid #151515;
  background: transparent;
  padding: 24px 32px 20px 32px;
}
.search-results > .search-wrapper .inner-search-wrapper input::-moz-placeholder {
  color: var(--Text-D1, #151515);
  font-feature-settings: "clig" off, "liga" off;
  /* 10 paragraph medium/default */
  font-family: "HCo Gotham";
  font-size: 16px;
  font-style: normal;
  font-weight: 325;
  line-height: 152%; /* 24.32px */
}
.search-results > .search-wrapper .inner-search-wrapper input, .search-results > .search-wrapper .inner-search-wrapper input::placeholder {
  color: var(--Text-D1, #151515);
  font-feature-settings: "clig" off, "liga" off;
  /* 10 paragraph medium/default */
  font-family: "HCo Gotham";
  font-size: 16px;
  font-style: normal;
  font-weight: 325;
  line-height: 152%; /* 24.32px */
}
.search-results > .search-wrapper .inner-search-wrapper button {
  position: absolute;
  top: 26px;
  right: 32px;
}
.search-results .results-wrapper {
  padding-top: 8px;
  padding-bottom: 180px;
}
.search-results .results-wrapper .result-text {
  color: var(--Text-D1, #3A322B);
  font-feature-settings: "clig" off, "liga" off;
  /* h6/default */
  font-family: "HCo Gotham";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 25.2px */ margin-bottom: 16px;
}
.search-results .results-wrapper .\:g-max-2 {
  position: relative;
  border-top: 1px solid #CAC2BC;
  display: flex;
  flex-direction: column;
  padding-top: 30px;
  padding-bottom: 40px;
}
@media (min-width: 1084px) {.search-results .results-wrapper .\:g-max-2 {
    flex-direction: row;
  }
}
.search-results .results-wrapper .content h5 {
  color: var(--Text-D1, #3A322B);
  color: var(--Text-D1, #151515);
  font-feature-settings: "clig" off, "liga" off;
  /* h4/default */
  font-family: "HCo Gotham";
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 118%; /* 30.68px */ margin-bottom: 8px;
}
.search-results .results-wrapper .content p {
  color: var(--Text-D1, #151515);
  font-feature-settings: "clig" off, "liga" off;
  /* 10 paragraph medium/default */
  font-family: "HCo Gotham";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 152%; /* 24.32px */ margin: 0; margin-top: 8px;
}
.search-results .results-wrapper .image img {
  margin-left: auto;
  height: auto;
  width: auto;
  width: 155px;
}
.search-results .results-wrapper .content {
  width: 100%;
}
.search-results .results-wrapper .image {
  width: 256px;
  grid-column: 2/span 1;
}
@media (max-width: 1083.98px) {
  .search-results .results-wrapper .image {
    margin-top: 16px;
  }
}
.search-results .result-text + .results-wrapper {
  padding: 0;
}
.search-results .tm-load-more .btn {
  width: 100%;
  justify-content: center;
}
.tm-search-hero button svg {
  width: 24px;
  height: auto;
}
.search-results > .search-wrapper .inner-search-wrapper button {
  top: 50%;
  transform: translateY(-50%);
}
.search-results > .search-wrapper .inner-search-wrapper input {
  font-weight: 400;
}
.search-results .results-wrapper .\:g-max-2:not(:first-child) {
  border: none;
}
.search-results > .search-wrapper div div .inner-search-wrapper {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 1083.98px) {
  .search-results .c-inner {
    width: 100%;
  }
}
.articles-filtered .filters .inline-checkbox {
  width: calc(100% - 50px);
}
.tm-social-share ul {
  display: flex;
  align-items: center;
  gap: 25px;
}

.tm-social-share ul li::before {
  display: none;
}

.tm-social-share ul li {
  margin: 0;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  transition: 0.2s ease;
}

.tm-social-share ul li:hover svg path {
  fill: white;
}

.tm-social-share ul li:hover {
  background: #151515;
}

.image-and-text {
  position: relative;
}

@media (min-width: 1200px) {
  .tm-social-share {
    bottom: -100px;
  }
}

/* b2 and below */

@media (max-width: 600px) {
  .tm-social-share {
    bottom: -25px;
  }
}
.side-by-side {
  position: relative;
  padding-bottom: 85px;
}
@media (min-width: 1084px) {
  .side-by-side {
    padding-bottom: 120px;
  }
}
@media (max-width: 1083.98px) {
  .side-by-side {
    padding-top: 85px;
    padding-bottom: 0;
  }
}
.side-by-side .text-column {
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (max-width: 1083.98px) {
  .side-by-side .text-column {
    padding-right: 20px;
  }
}
.side-by-side .c-inner {
  grid-column: 1/-1;
}
.side-by-side .c-inner .\:g-max-2 {
  --item-min-width: 400px;
  align-items: center;
  padding-top: 30px;
}
@media (min-width: 1084px) {
  .side-by-side .c-inner .\:g-max-2 {
    padding-top: 120px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1083.98px) {
  .side-by-side .c-inner .\:g-max-2 {
    grid-template-columns: 1fr;
  }
}
.side-by-side .c-inner .\:g-max-2.left .image-column {
  order: -1;
}
.side-by-side .c-inner .\:g-max-2.left .image-column figure {
  margin-bottom: 0;
}
.side-by-side .portfolio-item-text {
  padding-top: 38px;
  padding-bottom: 38px;
}
.side-by-side .portfolio-item-text h3 {
  text-transform: uppercase;
  margin-top: 0;
}
.side-by-side .portfolio-item-text p {
  color: var(--color-b3);
  font-feature-settings: "clig" off, "liga" off;
  font-family: "HCo Gotham";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 152%; /* 24.32px */
}
.side-by-side .portfolio-item-text .btn {
  display: block;
  width: 100%;
  text-decoration-line: none;
}
.side-by-side .portfolio-item-text .focus_area_title {
  margin-top: 80px;
  color: #3D2E28;
  font-feature-settings: "clig" off, "liga" off;
  /* 14 section small/default */
  font-family: "HCo Gotham";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 14.4px */
  letter-spacing: 1px;
  text-transform: uppercase;
}
.side-by-side .portfolio-item-text .focus-area:first-child {
  border-top: 1px solid rgba(61, 46, 40, 0.3);
}
.side-by-side .portfolio-item-text .area-title {
  color: #3D2E28;
  font-feature-settings: "clig" off, "liga" off;
  /* 15 more link/default */
  font-family: "HCo Gotham";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 19.2px */ margin-bottom: 0;
}
.side-by-side .portfolio-item-text .focus-area-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(61, 46, 40, 0.3);
  padding: 16px 0px;
}
.side-by-side .portfolio-item-text .focus-area a {
  text-decoration-line: none;
}
.sticky-top {
  position: sticky;
  top: 0;
}
.sticky-bottom {
  position: sticky;
  bottom: 0;
}
.byo-hero + .portfolio-areas {
  margin-top: -65px;
}
.byo-hero {
  z-index: 20;
}
.byo-hero + .portfolio-areas {
  z-index: 10;
}
.portfolio-areas + .partner-updates {
  margin-top: -65px;
}
footer {
  position: relative;
  z-index: 20;
}
.no-transition {
  transition: none !important;
}
@media (max-width: 1083.98px) {
  .image-column {
    display: none;
  }
}
.mobile-only-image {
  display: none;
}
@media (max-width: 1083.98px) {
  .mobile-only-image {
    display: block;
  }
}
.side-by-side img {
  aspect-ratio: 1;
}
@media (max-width: 768px) {
  .side-by-side img {
    margin-bottom: 20px;
  }
}
@layer custom {}
.timeline {
  padding-top: 80px;
  padding-bottom: 80px;
}@media (min-width: 1084px) {.timeline {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}.timeline {
  background: var(--color-b1);
}
.timeline .splide__track--fade > .splide__list > .splide__slide.is-active {
  height: auto !important;
}
.timeline .c-inner {
  grid-column: 1/-1;
}
.timeline .timeline-top-years {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
@media (min-width: 1084px) {.timeline .timeline-top-years {
    width: 655px;
  }
}
@media (max-width: 739.98px) {
  .timeline .timeline-top-years {
    padding-bottom: 40px;
  }
}
.timeline .timeline-top-years .splide__arrows {
  display: none;
}
.timeline .timeline-top-years .splide__list .splide__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none !important;
}
.timeline .timeline-top-years .splide__list .splide__slide::before {
  content: var(--tw-content);
  display: none;
}
.timeline .timeline-top-years .splide__list .splide__slide.is-next .timeline-top-inner {
  position: relative;
  padding-left: 41px;
}
.timeline .timeline-top-years .splide__list .splide__slide.is-next .timeline-top-inner::before {
  content: var(--tw-content);
  position: absolute;
}
@media (max-width: 1083.98px) {
  .timeline .timeline-top-years .splide__list .splide__slide.is-next .timeline-top-inner {
    top: -12px;
  }
}
.timeline .timeline-top-years .splide__list .splide__slide.is-next .timeline-top-inner::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Ccircle cx='13' cy='13' r='12.5' transform='rotate(-90 13 13)' fill='%23EC8B00'/%3E%3Cpath d='M10.775 20L18.5 13L10.775 6L9.5 7.5726L15.4901 13L9.5 18.4274L10.775 20Z' fill='%23151515'/%3E%3C/svg%3E");
  background-size: contain;
  left: 0;
  height: 25px;
  width: 25px;
  transform: translateY(-50%);
  top: 50%;
}
@media (max-width: 1083.98px) {
  .timeline .timeline-top-years .splide__list .splide__slide.is-next .timeline-top-inner::before {
    height: 100%;
    width: 25px;
    top: 23px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.timeline .timeline-top-years .splide__list .splide__slide.is-prev .timeline-top-inner {
  position: relative;
  padding-right: 41px;
}
.timeline .timeline-top-years .splide__list .splide__slide.is-prev .timeline-top-inner::before {
  content: var(--tw-content);
  position: absolute;
}
@media (max-width: 1083.98px) {
  .timeline .timeline-top-years .splide__list .splide__slide.is-prev .timeline-top-inner {
    top: -12px;
  }
}
.timeline .timeline-top-years .splide__list .splide__slide.is-prev .timeline-top-inner::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Ccircle cx='13' cy='13' r='12.5' transform='rotate(-90 13 13)' fill='%23EC8B00'/%3E%3Cpath d='M10.775 20L18.5 13L10.775 6L9.5 7.5726L15.4901 13L9.5 18.4274L10.775 20Z' fill='%23151515'/%3E%3C/svg%3E");
  background-size: contain;
  right: 0;
  height: 25px;
  width: 25px;
  transform: translateY(-50%) rotate(180deg);
  top: 50%;
}
@media (max-width: 1083.98px) {
  .timeline .timeline-top-years .splide__list .splide__slide.is-prev .timeline-top-inner::before {
    height: 100%;
    width: 25px;
    top: 23px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.timeline .timeline-top-years .splide__list .splide__slide.is-prev .sidebar-year {
  text-align: right;
}
.timeline .timeline-top-years .splide__list .splide__slide.empty-slide {
  pointer-events: none;
}
.timeline .timeline-top-years .splide__list .splide__slide .sidebar-year {
  position: relative;
  font-size: 16px;
  font-family: "HCo Gotham";
}
@media (max-width: 1083.98px) {
  .timeline .timeline-top-years .splide__list .splide__slide .sidebar-year {
    top: 24px;
  }
}
.timeline .timeline-top-years .splide__list .splide__slide.is-active .sidebar-year {
  color: var(--Text-D1, #151515);
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  /* h1/default */
  font-family: "HCo Gotham";
  font-size: 30px;
}
@media (min-width: 1084px) {.timeline .timeline-top-years .splide__list .splide__slide.is-active .sidebar-year {
    font-size: 44px;
  }
}
.timeline .timeline-top-years .splide__list .splide__slide.is-active .sidebar-year {
  white-space: nowrap;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 72px */
  letter-spacing: -0.4px;
  text-transform: uppercase;
}
@media (max-width: 1083.98px) {
  .timeline .timeline-top-years .splide__list .splide__slide.is-active .sidebar-year {
    top: 5px;
  }
}
.timeline .timeline-sidebar-years .splide__list {
  flex-direction: column;
}
.timeline .timeline-sidebar-years .splide__slide {
  border: none !important;
  border-radius: 80px;
  background: transparent;
  margin-top: 4px;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px !important;
  text-align: center;
}
.timeline .timeline-sidebar-years .splide__slide > div.timeline-sidebar-inner {
  position: relative;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  color: var(--Text-D1, #151515);
  font-feature-settings: "clig" off, "liga" off;
  /* h5/default */
  font-family: "HCo Gotham";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  padding: 5px 0;
}
.timeline .timeline-sidebar-years .splide__slide.is-active {
  background: var(--Text-D3, #60504D);
}
.timeline .timeline-sidebar-years .splide__slide.is-active > div.timeline-sidebar-inner {
  color: var(--Text-D5, #FFF);
}
.timeline .content-wrapper {
  margin-top: 24px;
}
.timeline .content-wrapper .timeline-sidebar-years {
  grid-column: 2/span 1;
}
@media (max-width: 739.98px) {
  .timeline .content-wrapper .timeline-sidebar-years {
    display: none;
  }
}
.timeline .content-wrapper .timeline-main-content {
  grid-column: 4/span 6;
}
@media (max-width: 739.98px) {
  .timeline .content-wrapper .timeline-main-content {
    grid-column: 1/-1;
  }
}
.timeline .content-wrapper .timeline-main-content .splide__arrows {
  margin-top: 50px;
}
.timeline .content-wrapper .timeline-main-content .splide__arrows .splide__arrow {
  background: none;
  border: 1px solid var(--color-b3);
  border-radius: 0px;
  top: initial;
  bottom: -50px;
  width: auto;
  height: auto;
  padding: 1rem;
  color: var(--text-d-1, #151515);
  text-align: center;
  font-family: "HCo Gotham";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 1;
}
.timeline .content-wrapper .timeline-main-content .splide__arrows .splide__arrow:hover:not(:disabled) {
  background-color: var(--color-b3);
  color: #fff;
}
.timeline .content-wrapper .timeline-main-content .splide__arrows .splide__arrow:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.timeline .content-wrapper .timeline-main-content .splide__arrows .splide__arrow--prev {
  left: 0px;
}
.where-we-work .image-and-text {
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent !important;
}
.where-we-work .image-and-text > div {
  border: 1px solid var(--Outline-O2, rgba(0, 0, 0, 0.3));
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (min-width: 1084px) {
  .where-we-work .image-and-text > div {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.where-we-work .image-and-text .c-image {
  height: 100%;
  width: auto;
}
@media (max-width: 1083.98px) {
  .where-we-work .image-and-text .c-image {
    order: 1;
  }
}
.where-we-work .image-and-text .c-image .image img {
  width: auto;
  height: 100% !important;
}
@media (min-width: 1292px) {
  .where-we-work .image-and-text .c-image .image img {
    min-width: 850px;
  }
}
@media (max-width: 1083.98px) {
  .where-we-work .image-and-text .c-text {
    margin-top: 0;
  }
}
.where-we-work .image-and-text .c-text p {
  font-size: 16px;
}
.where-we-work .c-inner h5 {
  font-weight: 500;
  text-transform: uppercase;
}
.page-template-default.page:not(.home) .byo-hero[variation=light-green-low-highlight],
.page-template-default.page:not(.home) section.wysiwyg,
.page-template-default.page:not(.home) section.pullquote,
.page-template-default.page:not(.home) section.accordion,
.page-template-default.page:not(.home) section.byo-video,
.page-template-default.page:not(.home) .image-feature,
.page-template-default.page:not(.home) section.statistic-feature,
.page-template-default.page:not(.home) section.embed,
.page-template-default.page:not(.home) section.partner-updates,
.page-template-default.page:not(.home) section.post-grid,
.single-news .byo-hero[variation=light-green-low-highlight],
.single-news section.wysiwyg,
.single-news section.pullquote,
.single-news section.accordion,
.single-news section.byo-video,
.single-news .image-feature,
.single-news section.statistic-feature,
.single-news section.embed,
.single-news section.partner-updates,
.single-news section.post-grid,
.single-perspective .byo-hero[variation=light-green-low-highlight],
.single-perspective section.wysiwyg,
.single-perspective section.pullquote,
.single-perspective section.accordion,
.single-perspective section.byo-video,
.single-perspective .image-feature,
.single-perspective section.statistic-feature,
.single-perspective section.embed,
.single-perspective section.partner-updates,
.single-perspective section.post-grid {
  background-color: #ffffff;
}
.page-template-default.page:not(.home) .image-feature,
.page-template-default.page:not(.home) .statistic-feature,
.single-news .image-feature,
.single-news .statistic-feature,
.single-perspective .image-feature,
.single-perspective .statistic-feature {
  margin-top: 0;
  padding: clamp(28px, 1.0273vw + 24.3013px, 40px) 0px;
}
.error404 h1.title {
  font-weight: 400;
  font-size: 52px;
}

@layer custom {
  body.error404,
  .pl-page-wrapper.error404 {
    padding-bottom: 0;
  }
  body.error404 .kicker,
  .pl-page-wrapper.error404 .kicker {
    font-size: 26px;
    font-family: "HCo Gotham", serif, "HCo Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Noto Sans", "Helvetica Neue", sans-serif;
    font-weight: 400;
    line-height: 1.28;
    letter-spacing: 0px;
    font-variant-numeric: oldstyle-nums;
  }
  body.error404 h1,
  .pl-page-wrapper.error404 h1 {
    font-size: clamp(40px, 1.4604vw + 34.7424px, 41.5772px);
    font-family: "HCo Gotham", serif, "HCo Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Noto Sans", "Helvetica Neue", sans-serif;
    font-weight: 400;
    line-height: 1.28;
    letter-spacing: clamp(-0.4124px, -0.0387vw - 0.2315px, -0.3706px);
    font-variant-numeric: oldstyle-nums;
  }
  @media (min-width: 468px) and (max-width: 595.98px) {
    body.error404 h1,
    .pl-page-wrapper.error404 h1 {
      font-size: clamp(41.5772px, 1.4887vw + 34.6098px, 43.4828px);
      letter-spacing: clamp(-0.4628px, -0.0395vw - 0.228px, -0.4124px);
    }
  }
  @media (min-width: 596px) and (max-width: 739.98px) {
    body.error404 h1,
    .pl-page-wrapper.error404 h1 {
      font-size: clamp(43.4828px, 1.5869vw + 34.0245px, 45.7681px);
      letter-spacing: clamp(-0.5233px, -0.0421vw - 0.2125px, -0.4628px);
    }
  }
  @media (min-width: 740px) and (max-width: 899.98px) {
    body.error404 h1,
    .pl-page-wrapper.error404 h1 {
      font-size: clamp(45.7681px, 1.702vw + 33.1731px, 48.4913px);
      letter-spacing: clamp(-0.5954px, -0.0451vw - 0.1899px, -0.5233px);
    }
  }
  @media (min-width: 900px) and (max-width: 1083.98px) {
    body.error404 h1,
    .pl-page-wrapper.error404 h1 {
      font-size: clamp(48.4913px, 1.7541vw + 32.7038px, 51.719px);
      letter-spacing: clamp(-0.6808px, -0.0465vw - 0.1775px, -0.5954px);
    }
  }
  @media (min-width: 1084px) {
    body.error404 h1,
    .pl-page-wrapper.error404 h1 {
      font-size: clamp(51.719px, 1.8305vw + 31.8755px, 55.5266px);
      letter-spacing: clamp(-0.7816px, -0.0485vw - 0.1556px, -0.6808px);
    }
  }
  @media (min-width: 1292px) {
    body.error404 h1,
    .pl-page-wrapper.error404 h1 {
      font-size: clamp(55.5266px, 1.8954vw + 31.0372px, 60px);
      letter-spacing: clamp(-0.9px, -0.0502vw - 0.1334px, -0.7816px);
    }
  }
  body.error404 .c-text,
  .pl-page-wrapper.error404 .c-text {
    grid-column: 1/-1;
  }
  @media (min-width: 596px) {
    body.error404 .c-text,
    .pl-page-wrapper.error404 .c-text {
      grid-column: 2/span 10;
    }
  }
  @media (min-width: 900px) {
    body.error404 .c-text,
    .pl-page-wrapper.error404 .c-text {
      grid-column: 3/span 8;
    }
  }
  @media (min-width: 1292px) {
    body.error404 .c-text,
    .pl-page-wrapper.error404 .c-text {
      grid-column: 4/span 6;
    }
  }
  @media (min-width: 900px) {
    body.error404 .c-text,
    .pl-page-wrapper.error404 .c-text {
      grid-column: 2/span 10 !important;
    }
  }
  body.error404 main,
  .pl-page-wrapper.error404 main {
    margin-top: clamp(36px, 2.3972vw + 27.3698px, 64px);
    text-align: center;
    margin-top: 32px;
    margin-bottom: 120px;
  }
  body.error404 main menu a,
  .pl-page-wrapper.error404 main menu a {
    text-decoration: underline;
  }
  body.error404 main .link-group li,
  .pl-page-wrapper.error404 main .link-group li {
    padding-top: 24px;
  }
  body.error404 header,
  .pl-page-wrapper.error404 header {
    text-align: center;
  }
}

@layer override {
  body.error404 .page-hero,
  .pl-page-wrapper.error404 .page-hero {
    padding-bottom: 0;
  }
}
.page-template-about header.page-hero.article-hero.ri-fill.r-flush {
  display: none;
}
.page-template-about body .our-approach .action.resources .headline .c-inner {
  padding-top: 0;
}
.page-template-about .byo-hero + section.pullout {
  margin-top: -250px;
}
.page-template-about main#main-content {
  margin-top: 0;
}
.page-template-about .our-approach {
  background: white;
}
.page-template-about section.grantmaking {
  background: white;
  padding-bottom: 109px;
}
.page-template-about footer {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  margin-top: 127px;
}

.page-template-template-home .page-hero, .home .page-hero {
  display: none;
}
.page-template-template-home main#main-content, .home main#main-content {
  margin-top: 0;
}
@media (max-width: 1083.98px) {
  .home-hero .background-image {
    height: auto;
  }
  .home-hero .content-wrapper {
    position: static;
  }
  .headline {
    position: absolute;
    width: 100%;
    z-index: 99;
    top: -50vh;
  }
  .home-hero .perspectives {
    height: auto;
    padding-top: 35px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 35px;
  }
  .home-hero .perspectives .items {
    row-gap: 30px;
  }
}

.page-template-partners {
  background-color: #F5F0EB;
}
.page-template-partners main#main-content {
  margin-top: 0;
}
.page-template-work .page-hero {
  display: none;
}
.page-template-work main#main-content {
  margin-top: 0;
}
.page-template-team main > figure {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
@media (max-width: 739.98px) {
  .page-template-team main > figure {
    width: 200%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.page-template-team main > figure > div {
  background: transparent;
}
.page-template-team .c-nav-desktop, .page-template-team .masthead {
  background: transparent;
}
.page-template-team main + footer {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  margin-top: 127px;
}
.page-template-team .byo-hero .main-section > .c-inner .columns .text .title.h1-large {
  font-weight: 300;
}
@media (max-width: 1083.98px) {
  .page-template-team .byo-hero .main-section > .c-inner .columns .text .title.h1-large {
    font-size: 48px;
  }
}
.page-template-team .page-hero {
  display: none;
}
.page-template-team main#main-content {
  margin-top: -125px;
}
.page-template-team .byo-hero[variation=transparent] {
  padding-top: 245px;
}
.page-template-team li.e-tab > a {
  text-decoration: none;
  color: var(--Text-D1, #151515);
  font-feature-settings: "clig" off, "liga" off;
  /* h5/default */
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 23.4px */
  text-transform: none;
  letter-spacing: normal;
  border-color: #151515;
}
.page-template-team menu.tab-buttons {
  border-color: #151515;
}
.page-template-team li.e-tab:not(.uk-active) > a {
  border-color: transparent;
}
.page-template-team h4.title.shy {
  color: var(--Text-D1, #151515);
  font-feature-settings: "clig" off, "liga" off;
  /* h4/default */
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 118%; /* 30.68px */
  margin-bottom: 8px;
  margin-top: 16px;
}
.page-template-team p.role {
  color: var(--Text-D1, #151515);
  font-feature-settings: "clig" off, "liga" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 152%; /* 24.32px */
  margin-bottom: 0;
}
.page-template-team .card-meta p:not(.role) {
  color: var(--Text-D1, #151515);
  font-feature-settings: "clig" off, "liga" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 152%; /* 24.32px */
  margin-top: 0;
  margin-bottom: 0;
}
.page-template-team .e-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  height: 100%;
}
.page-template-perspectives main > figure,
.page-template-newslisting main > figure,
.page-template-newsarchive main > figure {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 739.98px) {
  .page-template-perspectives main > figure,
  .page-template-newslisting main > figure,
  .page-template-newsarchive main > figure {
    width: 200%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.page-template-perspectives main > figure > div,
.page-template-newslisting main > figure > div,
.page-template-newsarchive main > figure > div {
  background: transparent;
}
.page-template-perspectives .c-nav-desktop, .page-template-perspectives .masthead,
.page-template-newslisting .c-nav-desktop,
.page-template-newslisting .masthead,
.page-template-newsarchive .c-nav-desktop,
.page-template-newsarchive .masthead {
  background: transparent;
}
.page-template-perspectives main + footer,
.page-template-newslisting main + footer,
.page-template-newsarchive main + footer {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.page-template-perspectives .byo-hero .main-section > .c-inner .columns .text .title.h1-large,
.page-template-newslisting .byo-hero .main-section > .c-inner .columns .text .title.h1-large,
.page-template-newsarchive .byo-hero .main-section > .c-inner .columns .text .title.h1-large {
  font-weight: 300;
}
@media (max-width: 1083.98px) {
  .page-template-perspectives .byo-hero .main-section > .c-inner .columns .text .title.h1-large,
  .page-template-newslisting .byo-hero .main-section > .c-inner .columns .text .title.h1-large,
  .page-template-newsarchive .byo-hero .main-section > .c-inner .columns .text .title.h1-large {
    font-size: 48px;
  }
}
.page-template-perspectives .page-hero,
.page-template-newslisting .page-hero,
.page-template-newsarchive .page-hero {
  display: none;
}
.page-template-perspectives:not(.single-news, .search-results) main#main-content,
.page-template-newslisting:not(.single-news, .search-results) main#main-content,
.page-template-newsarchive:not(.single-news, .search-results) main#main-content {
  margin-top: -125px;
}
.page-template-perspectives .byo-hero[variation=transparent],
.page-template-newslisting .byo-hero[variation=transparent],
.page-template-newsarchive .byo-hero[variation=transparent] {
  padding-top: 245px;
}
.single-portfolio .byo-hero[variation=orange-low-highlight],
.single-portfolio section.wysiwyg,
.single-portfolio section.partner-updates,
.single-portfolio section.post-grid {
  background: #ffffff;
}
.search-results main#main-content {
  margin-top: 0;
}
.person-template-default main {
  padding-bottom: 80px;
}
.person-template-default .page-hero {
  display: none;
}
.person-template-default .main-section > .c-inner .columns div.image figure {
  max-width: 100%;
  aspect-ratio: 1;
  height: auto !important;
  width: 100% !important;
}
.person-template-default .byo-hero[variation=light-green-low-highlight],
.person-template-default section.wysiwyg {
  background: #ffffff;
}
/*# sourceMappingURL=style.css.map */
