@charset "UTF-8";
/*!
Project: CLONE
Version: 4.0.7
Author: Emersion Software
*/
/*

--- NORMALIZE/REBOOT
--- GRID
--- SETTINGS
--- CONTENT
--- COMPONENTS
--- MODULES
--- CUSTOMIZED
--- VENDOR
--- UTILITIES
--- HELPERS
--- PRINT
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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.
 */
[type=search]::-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 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --ff-default: "Open Sans", Arial, sans-serif;
  --ff-extra: "Open Sans", Arial, sans-serif;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-bold: 700;
  --fw-ultra: 800;
  --fz-default: .9375rem;
  --c-default: #444;
  --c-title: #000;
  --bg-default: #fff;
  --bg-default-hover: #eee;
  --dim: 100, 100, 100;
  --bg-header: #fff;
  --bg-section: #eee;
  --bg-box: #eee;
  --bg-footer: #eee;
  --c-primary: #BC3804;
  --c-primary-hover: #BC3804;
  --c-secondary: #a70b0b;
  --c-secondary-hover: #a70b0b;
  --c-success: #198754;
  --c-danger: #dc3545;
  --c-warning: #ffc107;
  --c-info: #0dcaf0;
  --c-grey-light: #f3f3f3;
  --c-grey: #777;
  --c-grey-dark: #333;
  --bg-menu: #f4f4f4;
  --bg-menu-hover: #ddd;
  --c-menu: #444;
  --c-menu-hover: #444;
  --c-link: #BC3804;
  --c-link-hover: #BC3804;
  --c-link-alt: #000;
  --c-link-alt-hover: #000;
  --c-button: #BC3804;
  --c-button-hover: #BC3804;
  --c-button-white: #fff;
  --c-button-white-hover: #fff;
  --c-button-black: #000;
  --c-button-black-hover: #000;
  --c-facebook: #3d5a98;
  --c-twitter: #5ea9dd;
  --c-instagram:#ae2eb1;
  --c-linkedin: #0077b5;
  --c-youtube: #f70000;
  --c-rss: #f39808;
  --c-disable: #888;
  --c-invalid: #f00;
  --border: #bbb;
  --spacer: 4em;
  --radius: .2em;
  --button-height: 3em;
  --frm-line-height: 1.5;
  --frm-padding:.75em;
  --frm-radius: .2em;
}

.darkmode {
  --c-primary: #f68a1f;
  --c-primary-hover: #f68a1f;
  --c-secondary: #a70b0b;
  --c-secondary-hover: #a70b0b;
  --c-default: #ccc;
  --c-title: #fff;
  --bg-default: #000;
  --bg-default-hover: #222;
  --dim: 255, 255, 255;
  --bg-header: #000;
  --bg-section: #222;
  --bg-box: #222;
  --bg-footer: #222;
  --bg-menu: #000;
  --bg-menu-hover: #222;
  --c-menu: #fff;
  --c-menu-hover: #fff;
  --c-link: #f68a1f;
  --c-link-hover: #f68a1f;
  --c-link-alt: #fff;
  --c-link-alt-hover: #fff;
  --c-button: #f68a1f;
  --c-button-hover: #f68a1f;
  --c-button-alt: #fff;
  --c-button-alt-hover: #fff;
  --ue-arrow: white;
}

/* Dark mode - media query 
@media (prefers-color-scheme: dark) {
    :root {
    --c-default: #fff;
    --bg-default: #000;
    --bg-section: #222;
    }
}
*/
.c-primary {
  color: var(--c-primary) !important;
}

.c-secondary {
  color: var(--c-secondary) !important;
}

.c-success {
  color: var(--c-success) !important;
}

.c-danger {
  color: var(--c-danger) !important;
}

.c-warning {
  color: var(--c-warning) !important;
}

.c-info {
  color: var(--c-info) !important;
}

.navy {
  color: #001F3F !important;
}

.blue {
  color: #0074D9 !important;
}

.aqua {
  color: #7FDBFF !important;
}

.teal {
  color: #39CCCC !important;
}

.olive {
  color: #3D9970 !important;
}

.green {
  color: #2ECC40 !important;
}

.lime {
  color: #01FF70 !important;
}

.yellow {
  color: #FFDC00 !important;
}

.orange {
  color: #FF851B !important;
}

.red {
  color: #FF4136 !important;
}

.fuchsia {
  color: #F012BE !important;
}

.purple {
  color: #B10DC9 !important;
}

.maroon {
  color: #85144B !important;
}

.white {
  color: #fff !important;
}

.silver {
  color: #ddd !important;
}

.gray {
  color: #aaa !important;
}

.dark-gray {
  color: #444 !important;
}

.black {
  color: #000 !important;
}

.bg-primary {
  background-color: var(--c-primary) !important;
}

.bg-secondary {
  background-color: var(--c-secondary) !important;
}

.bg-success {
  background-color: var(--c-success) !important;
}

.bg-danger {
  background-color: var(--c-danger) !important;
}

.bg-warning {
  background-color: var(--c-warning) !important;
}

.bg-info {
  background-color: var(--c-info) !important;
}

.bg-navy {
  background-color: #001F3F !important;
}

.bg-aqua {
  background-color: #7FDBFF !important;
}

.bg-teal {
  background-color: #39CCCC !important;
}

.bg-olive {
  background-color: #3D9970 !important;
}

.bg-green {
  background-color: #2ECC40 !important;
}

.bg-lime {
  background-color: #01FF70 !important;
}

.bg-yellow {
  background-color: #FFDC00 !important;
}

.bg-orange {
  background-color: #FF851B !important;
}

.bg-red {
  background-color: #FF4136 !important;
}

.bg-fuchsia {
  background-color: #F012BE !important;
}

.bg-purple {
  background-color: #B10DC9 !important;
}

.bg-maroon {
  background-color: #85144B !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-gray {
  background-color: #aaa !important;
}

.bg-silver {
  background-color: #ddd !important;
}

.bg-dark-gray {
  background-color: #444 !important;
}

.bg-black {
  background-color: #000 !important;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
} /* = 16px; */
@media screen and (max-width: 991px) {
  html {
    font-size: 85%;
  }
}
body {
  margin: 0;
  padding: 0;
  background-color: var(--bg-default);
  color: var(--c-default);
  font-size: var(--fz-default);
  font-family: var(--ff-default);
}

table, button, input, select, textarea {
  font-size: var(--fz-default);
  font-family: var(--ff-default);
}

.my-container {
  max-width: 1160px;
  margin: auto;
  padding: 0 1em;
}
.my-container::after {
  display: block;
  content: "";
  clear: both;
}

.header, .content, .footer {
  position: relative;
}
.header::after, .content::after, .footer::after {
  display: block;
  content: "";
  clear: both;
}

.slider, .motive {
  clear: both;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  line-height: 0;
  margin: auto;
  position: relative;
  overflow: hidden;
}

.slider {
  aspect-ratio: 1920/720;
}

.motive {
  aspect-ratio: 1920/480;
}

.content {
  padding: var(--spacer) 0;
}

@media screen and (max-width: 767px) {
  .slider {
    aspect-ratio: 3/2;
  }
  .motive {
    aspect-ratio: 3/2;
  }
}
.grid-2cols {
  display: grid;
  grid-template-columns: 25% 1fr;
  grid-column-gap: 2.5em;
}

.grid-2cols .left {
  order: -1;
}

@media screen and (max-width: 767px) {
  .grid-2cols {
    grid-template-columns: 100%;
    grid-column-gap: 0;
  }
  .grid-2cols .left {
    order: 1;
  }
}
.object {
  margin-bottom: 3em;
}

.object-holder {
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--c-title);
  margin: 1.5em 0 0.3em 0;
  line-height: 1.2em;
  font-family: var(--ff-extra);
  font-weight: var(--fw-bold);
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.75rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.8075rem;
}

.section {
  color: var(--c-title);
  font-size: 1.6rem;
  font-weight: var(--fw-bold);
  margin: 0 0 1.5em 0;
  padding: 0;
  border-bottom: 0 solid #aaa;
  line-height: 1.3;
  text-transform: uppercase;
  position: relative;
}

.section--extra {
  font-size: 2.5rem;
}

.section::after {
  position: absolute;
  bottom: -0.55em;
  left: 0;
  width: 2em;
  height: 2px;
  content: "";
  background: var(--c-primary);
}

.section.tal-c::after {
  left: calc(50% - 1em);
}

p, ul, ol, dl, td, th {
  line-height: 1.6;
}

p {
  margin: 0 0 0.7em 0;
}

abbr, acronym {
  cursor: help;
  padding-bottom: 1px;
  border-bottom: 1px dashed #000;
}

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

pre code {
  display: block;
  margin: 0;
  padding: 1em;
  border: 1px solid #ddd;
  background: var(--c-grey-light);
}

pre {
  width: 100%;
  max-height: 400px;
  overflow: auto;
  white-space: pre-wrap;
}

blockquote {
  background: var(--c-grey-light);
  margin: 2em 0;
  padding: 2em 2.5em;
}

blockquote p {
  font-style: italic;
}

blockquote span {
  display: block;
  font-size: 91%;
  color: #000;
}

ins {
  color: #0f0;
}

del {
  color: #f00;
  text-decoration: line-through;
}

cite {
  font-style: italic;
  color: #666;
}

caption {
  color: #555;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

hr, .hr {
  clear: both;
  border-bottom: 0;
  border-top: 1px dotted #ccc;
  border-right: 0;
  border-left: 0;
  margin: 1.5em 0;
  min-height: 0;
  height: 1px;
}

.hr--alt1 {
  border-style: solid;
}

.hr--alt2 {
  border-style: dashed;
}

.hidden {
  display: none;
}

a {
  color: var(--c-link);
  text-decoration: underline;
}

a:hover {
  color: var(--c-link-hover);
  text-decoration: none;
}

ul {
  margin: 0.4em 0 0.4em 12px;
  padding: 0;
  list-style-type: square;
}

ol {
  margin: 0.4em 0 0.4em 17px;
  padding: 0;
}

ul li::marker {
  color: var(--c-primary);
}

.ul-checks {
  padding: 0;
  margin: 0 0 0.7em 0;
  list-style: none;
}

.ul-checks li {
  margin: 0;
  padding: 0;
}

.ul-checks li::before {
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  content: "";
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"/></svg>');
}

.ul-arrows {
  padding: 0;
  margin: 0 0 0.7em 0;
  list-style: none;
}

.ul-arrows li {
  padding: 0;
  margin: 0;
}

.ul-arrows li:before {
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  content: "";
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z"/></svg>');
}

.ul-no {
  padding: 0;
  margin: 0 0 0.7em 0;
  list-style: none;
}

.ul-chrono {
  padding: 0;
  margin: 0 0 0.7em 0;
  list-style: none;
}

.ul-chrono li {
  margin: 5px;
}

.ul-chrono li > span {
  padding-right: 1em;
}

.ul-chrono span {
  display: table-cell;
}

.ul-centered {
  padding: 0;
  margin: 0 0 0.7em 0;
  text-align: center;
  list-style-position: inside;
  list-style: none;
}

.ul-centered li {
  padding: 0 1em;
}

.ul-inline {
  padding: 0;
  margin: 0 0 0.7em 0;
  text-align: left;
  list-style: none;
}

.ul-inline li {
  display: inline-block;
  padding: 0 1em;
}

.ul-inline li:first-child {
  padding-left: 0;
}

.ol-pseudo {
  padding: 0;
  margin: 0 0 0.7em 0;
  list-style: none;
}

.ol-pseudo li {
  margin: 5px;
}

.ol-pseudo .li-number {
  display: table-cell;
}

.ol-pseudo .li-number strong {
  display: block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  color: #666;
  text-align: center;
  padding-right: 0;
  font-size: 1rem;
  background: #eee;
  border-radius: 18px;
}

.ol-pseudo .li-text {
  display: table-cell;
  color: #555;
  vertical-align: middle;
  padding-left: 1em;
}

/*
.ul-img {padding:0;margin:0 0 20px 0;}
.ul-img li {list-style-type:none;border-top:1px dotted #ccc;border-bottom:1px dotted #ccc;margin:0 0 -1px 0;background:url(img/icon-arrow-right.png) no-repeat 5px 0.7em;padding-left:20px;}
*/
a img.img, img.img {
  border: 0 solid #ccc;
  background: transparent;
  line-height: 0;
  padding: 0;
}

a img.img:hover, a img.img:focus {
  border: 0 solid #000;
}

.imgl {
  float: left;
  clear: left;
  margin: 0.4em 2em 1em 0;
}

.imgr {
  float: right;
  clear: right;
  margin: 0.4em 0 1em 2em;
}

.imgc {
  display: block;
  margin: auto;
}

.rwd-image {
  display: block;
  width: 100% !important;
  height: auto !important;
}

@media screen and (max-width: 767px) {
  .imgl, .imgr, .imgc {
    float: none;
    clear: both;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
.svg-icon {
  width: 1.25em;
  display: inline-flex;
  align-self: center;
}

.svg-icon img {
  height: 1em;
  position: relative;
  top: 0.125em;
}

.svg-icon a:hover {
  opacity: 0.8;
}

#cboxCurrent {
  display: none !important;
}

input[type=text], input[type=email], input[type=password], input[type=date], input[type=file], select, textarea, .input-pseudo {
  border: 1px solid #ccc;
  background-color: #fff;
  line-height: var(--frm-line-height);
  padding: var(--frm-padding);
  border-radius: var(--frm-radius);
}

textarea {
  height: auto;
  padding: var(--frm-padding);
  line-height: var(--frm-line-height);
}

input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=date]:focus, input[type=file]:focus, textarea:focus, select:focus {
  border: 1px solid #aaa;
  background-color: #FFFBD4;
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.15);
}

input[type=radio], input[type=checkbox] {
  margin-right: 0.5em;
}

button, input.button {
  padding: 0 15px;
  margin: 0;
}

.range {
  display: inline-block;
  margin-top: 0.75em;
}

.range-chosen {
  display: inline-block;
  width: 3em;
  margin: 0.75em 2em 0 0;
  padding: 0 0.2em;
  background-color: #eee;
  text-align: center;
  border-radius: var(--frm-radius);
}

.input-pseudo {
  text-align: left;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.readonly {
  color: var(--c-disable) !important;
  background: #eee !important;
}

::placeholder {
  color: #777;
  font-style: italic;
}

.frm fieldset {
  background-repeat: no-repeat;
  background-position: top left;
  border: 1px solid #eee;
  margin: 0 0 2em 0;
  padding: 1.5em;
  border-radius: var(--frm-radius);
}

.frm legend {
  padding: 0.2em 0.5em;
  font-size: 1.25rem;
  font-weight: var(--fw-bold);
}

.frm p {
  clear: both;
  margin: 1em 0;
  padding: 0;
  vertical-align: middle;
  line-height: 1.6;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  border: 0px solid red;
}

.frm p span {
  width: 35%;
  padding: var(--frm-padding);
  text-align: right;
  flex-shrink: 0;
  border: 0px solid green;
}

.frm p.thin span {
  padding: var(--frm-padding);
  padding-top: 0;
  padding-bottom: 0;
}

.frm p label {
  margin-right: 1em;
  padding: 0;
}

.frm p span > label {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .frm fieldset {
    padding: 1em;
  }
  .frm p {
    margin: 0.5em 0;
    flex-wrap: wrap;
  }
  .frm p span {
    width: 100%;
    text-align: left;
  }
  .frm input.inp, .frm select, .frm textarea {
    width: 100% !important;
  }
}
/*/ formbuilder
.frm {;}
.frm fieldset {background-color:#eee;background-repeat:no-repeat;background-position:top left;border-width:0;margin:0 0 2em 0;padding:2em;border-radius:var(--frm-radius);}
.frm legend {padding:.2em .5em;font-size:1rem;font-weight: var(--fw-bold);}
.frm p {clear:both;margin:0 0 .75em 0;padding:0;vertical-align:middle;line-height:1.6;}
.frm p:after {visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
.frm p span {display:block;width:35%;float:left;padding:10px 10px 0 0;text-align: right;}
html[dir='rtl'] .frm p span {float:right;}
.frm p span label {margin:0;white-space:normal;}
//.frm p label input[type='radio'], .frm p label input[type='checkbox'] {margin-right:5px;}
.frm p label {margin-right:1em;padding:0;}
html[dir='rtl'] .frm p label {margin-right:0px;margin-left:1em;float:right;}
.frm p.thin {margin:.5em 0 0 0;padding:0;line-height:1.6;}
.frm p.thin span {padding-top:0; padding-bottom:0;}
.frm p.thin > span > label {display:block;text-align: right;}
.frm p.thin label {display: table-cell;}

@media screen and (max-width:$media-sm-max) {
.frm fieldset {padding: 1em;}
.frm p {margin:0 0 .25em 0;}
.frm p span {width:100%;text-align: left;}
.frm p span label {margin:0;white-space:normal;}
.frm p.thin > span > label {text-align: left;}
.frm input.inp, .frm select, .frm textarea {width:100% !important;}
}
*/
/*
.frm-beauty input[type="checkbox"], .frm-beauty input[type="radio"] {position:absolute; opacity:0; z-index:-1;}
.frm-beauty label {position:relative; display:inline-block; padding:0 0 0 2em;  height:1.5em; line-height:1.5; cursor:pointer;}
.frm-beauty label::before, .frm-beauty label::after {position:absolute; top:0; left:0; display:block; width:1.5em; height:1.5em;}
.frm-beauty label::before {content:" "; border:1px solid #bbb; border-radius:20%;}
.frm-beauty input[type="checkbox"] + label::after {content:"\2714"; color:$c-orange; line-height:1.5; text-align:center;}
.frm-beauty input[type="radio"] + label::before {border-radius:50%;}
.frm-beauty input[type=radio] + label::after {content:" "; top:.25em; left:.25em; width:1em; height:1em; background:#fff; border:.2em solid $c-orange; border-radius:50%;}
.frm-beauty input[type="checkbox"]:checked + label::before, .frm-beauty input[type="radio"]:checked + label::before {background:#fff; border-color:#fff;}
.frm-beauty input[type="checkbox"] + label::after, .frm-beauty input[type=radio] + label::after {transform:scale(0);}
.frm-beauty input[type="checkbox"]:checked + label::after, .frm-beauty input[type=radio]:checked + label::after {transform:scale(1);}
.frm-beauty label::before, .frm label::after {transition:.25s all ease;}
// frm-inline
.frm-inline label {margin-right:1em;}
*/
.button, input.button {
  border: solid 1px var(--c-button);
  background-color: transparent;
  color: var(--c-button);
  display: inline-flex;
  min-height: var(--button-height);
  align-self: center;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 0.5em 1em;
  margin: 0;
  border-radius: var(--frm-radius);
  font-weight: var(--fw-bold);
  outline: none;
  cursor: pointer;
  transition: 0.5s all ease;
  line-height: 1;
}

.button:hover {
  border: solid 1px var(--c-button-hover);
  background-color: var(--c-button-hover);
  color: #fff;
  text-decoration: none;
}

.button--rounded {
  border-radius: 9999px;
}

.button--disabled, .button--disabled:hover {
  border: solid 1px var(--c-disable);
  background: transparent;
  color: var(--c-disable);
  cursor: default;
}

.button--big {
  height: auto;
  line-height: 1;
  font-size: 1.3rem;
  padding: 0.75em 1em;
}

.button--small {
  height: auto;
  line-height: 1;
  font-size: 0.8rem;
  padding: 0.4em 1em;
}

.button--wide {
  width: 100%;
}

.button--white {
  border-color: var(--c-button-white);
  color: var(--c-button-white);
}

.button--white:hover {
  border-color: var(--c-button-white-hover);
  background-color: var(--c-button-white-hover);
  color: #000;
}

.button--black {
  border-color: var(--c-button-black);
  color: var(--c-button-black);
}

.button--black:hover {
  border-color: var(--c-button-black-hover);
  background-color: var(--c-button-black-hover);
  color: #fff;
}

.button--success {
  border-color: var(--c-success);
  color: var(--c-success);
}

.button--success:hover {
  border: solid 1px var(--c-success);
  background-color: var(--c-success);
  color: #fff;
}

.button--danger {
  border-color: var(--c-danger);
  color: var(--c-danger);
}

.button--danger:hover {
  border: solid 1px var(--c-danger);
  background-color: var(--c-danger);
  color: #fff;
}

.button--warning {
  border-color: var(--c-warning);
  color: var(--c-warning);
}

.button--warning:hover {
  border: solid 1px var(--c-warning);
  background-color: var(--c-warning);
  color: #000;
}

.button--info {
  border-color: var(--c-info);
  color: var(--c-info);
}

.button--info:hover {
  border: solid 1px var(--c-info);
  background-color: var(--c-info);
  color: #fff;
}

.button + .button {
  margin-left: 1em;
}

.button svg {
  width: 20px;
  height: 20px;
  margin-right: 0.2em;
}

/*
// animations
.button {position: relative;display: inline-block;overflow: hidden;z-index: 1;transition: 1s all ease;}
.button::before {background: #ff7675;content: "";position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index: -1;transition: all .6s ease;}

.button::before {width: 0%;height: 100%;}
.button:hover::before {width: 100%;}

.btn2::before {width: 100%;height: 0%;}
.btn2:hover::before {height: 100%;}

.btn3::before {width: 100%;height: 0%;transform: translate(-50%,-50%) rotate(45deg);}
.btn3:hover::before {height: 380%;}

.btn4::before {width: 100%;height: 0%;transform: translate(-50%,-50%) rotate(-45deg);}
.btn4:hover::before {height: 380%;}
*/
/* button-arrows
.button.arrow {text-align:left;padding-right:30px;}
.button.arrow:after {position:absolute;top:35%;right:10px;width:6px;height:6px;border-top:2px solid #e41b13;border-right:2px solid #e41b13;content:"";-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform:rotate(45deg);}
.button.arrow.anchor:after {border-top:0;border-bottom:2px solid #e41b13;}
.gray.arrow:after {border-color:#3f474a;}
.gray.arrow.anchor:after {border-top:0;border-bottom:2px solid #3f474a;}
.button.arrow:hover:after {border-color:#fff;}
*/
/* button-colors
.button--black {color:#d7d7d7;border:solid 1px #333;background-color:#333;}
.button--black:hover {background-color:#000;}
.button--gray {color:#e9e9e9;border:solid 1px #555;background-color:#6e6e6e;}
.button--gray:hover {background-color:#616161;}
.button--white {color:#606060;border:solid 1px #b7b7b7;background-color:#fff;}
.button--white:hover {background-color:#ededed;}
.button--orange {color:#fef4e9;border:solid 1px #da7c0c;background-color:#f78d1d;}
.button--orange:hover {background-color:#f47c20;}
.button--red {color:#faddde;border:solid 1px #980c10;background-color:#d81b21;}
.button--red:hover {background-color:#b61318;}
.button--blue {color:#d9eef7;border:solid 1px #0076a3;background-color:#0095cd;}
.button--blue:hover {background-color:#007ead;}
.button--rosy {color:#fae7e9;border:solid 1px #b73948;background-color:#da5867;}
.button--rosy:hover {background-color:#ba4b58;}
.button--green {color:#e8f0de;border:solid 1px #538312;background-color:#64991e;}
.button--green:hover {background-color:#538018;}
.button--pink {color:#feeef5;border:solid 1px #d2729e;background-color:#f895c2;}
.button--pink:hover {background-color:#d57ea5;}
*/
/* button-color-gradients
.button {text-shadow:0 1px 1px rgba(0,0,0,.3);box-shadow:0 1px 2px rgba(0,0,0,.2);}
.button {background:linear-gradient(0deg,#575757,#888);}
.button:hover {background:linear-gradient(0deg,#4b4b4b,#757575);}
.button:active {background:linear-gradient(0deg,#888,#575757);}
.button--black {background:linear-gradient(0deg,#000,#666);}
.button--black:hover {background:linear-gradient(0deg,#000,#444);}
.button--black:active {background:linear-gradient(0deg,#444,#000);}
.button--gray {background:linear-gradient(0deg,#575757,#888);}
.button--gray:hover {background:linear-gradient(0deg,#4b4b4b,#757575);}
.button--gray:active {background:linear-gradient(0deg,#888,#575757);}
.button--white {background:linear-gradient(0deg,#ededed,#fff);}
.button--white:hover {background:linear-gradient(0deg,#dcdcdc,#fff);}
.button--white:active {background:linear-gradient(0deg,#fff,#ededed);}
.button--orange {background:linear-gradient(0deg,#f47a20,#faa51a);}
.button--orange:hover {background:linear-gradient(0deg,#f06015,#f88e11);}
.button--orange:active {background:linear-gradient(0deg,#faa51a,#f47a20);}
.button--red {background:linear-gradient(0deg,#aa1317,#ed1c24);}
.button--red:hover {background:linear-gradient(0deg,#a11115,#c9151b);}
.button--red:active {background:linear-gradient(0deg,#ed1c24,#aa1317);}
.button--blue {background:linear-gradient(0deg,#0078a5,#00adee);}
.button--blue:hover {background:linear-gradient(0deg,#00678e,#0095cc);}
.button--blue:active {background:linear-gradient(0deg,#00adee,#0078a5);}
.button--rosy {background:linear-gradient(0deg,#bf404f,#f16c7c);}
.button--rosy:hover {background:linear-gradient(0deg,#a53845,#cf5d6a);}
.button--rosy:active {background:linear-gradient(0deg,#f16c7c,#bf404f);}
.button--green {background:linear-gradient(0deg,#7db72f,#4e7d0e);}
.button--green:hover {background:linear-gradient(0deg,#436b0c,#6b9d28);}
.button--green:active {background:linear-gradient(0deg,#7db72f,#4e7d0e);}
.button--pink {background:linear-gradient(0deg,#f171ab,#feb1d3);}
.button--pink:hover {background:linear-gradient(0deg,#e86ca4,#f4aacb);}
.button--pink:active {background:linear-gradient(0deg,#feb1d3,#f171ab);}
 */
.logo {
  display: block;
  width: 6em;
  height: auto;
  text-decoration: none;
  font-size: 1.75rem;
}

.logo:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .logo {
    width: 5em;
  }
}
.site-info {
  display: none;
}

.control {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.control__item {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
}

.control__item--nav {
  display: none;
}

@media screen and (max-width: 767px) {
  .control {
    margin: 0;
  }
  .control__item--nav {
    display: block;
  }
}
.button-nav, .button-fulltext, .button-virtuals {
  min-width: 3em;
  height: 3em;
  margin: 0;
  padding: 0;
  background: transparent;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 0;
}

.button-nav__title {
  display: none;
  padding-right: 10px;
  font-size: 1rem;
}

.hamburger-line {
  width: 1.5em;
  height: 3px;
  background-color: var(--c-primary);
  display: block;
  margin: 4px 0;
  transition: all 0.2s ease-in-out;
}

.button-nav.active .hamburger-line--1 {
  transform: translateY(7px) rotate(45deg);
}

.button-nav.active .hamburger-line--2 {
  opacity: 0;
}

.button-nav.active .hamburger-line--3 {
  transform: translateY(-7px) rotate(-45deg);
}

.button-fulltext svg {
  fill: var(--c-primary);
  height: 1.25em;
}

.button-fulltext:hover svg {
  fill: var(--c-primary-hover);
}

/* side-nav
.side-nav.active ul { left: 0; }
.side-nav.active .nav-toggle-handle { left: 17em; }
.side-nav.active .nav-toggle-handle:before { display: inline-block; }
.side-nav.active .nav-toggle-handle:after { display: none; }
.side-nav ul {position: fixed;top: 0;left: -17em;z-index: 100;width: 17em;height: 1000px;height: 100vh;background-color: #fff;box-shadow: 2px 0 15px rgba(0, 0, 0, 0.15);transition: left 0.25s;overflow-y: auto;}
.side-nav a {display: block;padding: 0.7em 1em;color: inherit;text-decoration: none;}
.side-nav a:hover { background-color: #F3F3F3; }
.side-nav .active {color: #fff;background-color: #af23ff !important;}
.nav-toggle-handle {position: fixed;transition: left 0.25s;left: 0;top: 0;z-index: 100;padding: 10px;color: #fff;background-color: #af23ff;cursor: pointer;}
.nav-toggle-handle:before {display: none;padding-right: 5px;content: '◄';font-size: 0.8em;}
.nav-toggle-handle:after {padding-left: 5px;content: '►';font-size: 0.8em;}
*/
/*
.nav-top-holder {clear:right;float:right;margin:25px 0;}
//.nav-top-holder h2 {display:none;}
.nav-top {margin:0;padding:0}
.nav-top li {float:left;border-left:0px solid #d2d2d2;background:transparent;list-style:none;margin-left:20px;}
.nav-top li:first-child {border:0;}
.nav-top li a {display:block;margin:0;padding:5px 10px;overflow:hidden;font-size:1rem;color:#505F6F;text-decoration:none;text-transform: uppercase;@include font-family-extra;font-weight: var(--fw-bold);}
.nav-top li.active a, ul.nav-top li.parent a {color:var(--c-primary);}
.nav-top li a:hover {color:var(--c-primary)-hover;text-decoration:none;}
*/
/*
.nav-top-holder {clear:both;line-height:0;}
.nav-top-holder h2 {display:none;}
.nav-top {width:100%;margin:0;padding:0;background:#7d7d7d;line-height:100%;z-index:1001;position:relative;}
.nav-top li {margin:0;padding:0;float:left;position:relative;list-style-type:none;list-style-image:none;font-size:13px;}
.nav-top>li:first-child {margin-left:0px;}
.nav-top a {font-weight: var(--fw-bold);color:#fff;text-decoration:none;display:block;padding:19px 20px;margin:0;}
.nav-top a:hover {background:#000;color:#fff;}
.nav-top > .active a, .nav-top .parent a, .nav-top .current a,.nav-top li:hover > a {background:#666;color:#fff;border-top:solid 0px #f8f8f8;}
.nav-top ul li:hover a,.nav-top li:hover li a {background:none;border:none;color:#444;}
.nav-top ul a:hover {background:#7d7d7d !important;color:#fff !important;}
.nav-top li:hover > ul {display:block;}
.nav-top ul {z-index:100;display:none;margin:0;padding:0;width:280px;position:absolute;top:50px;left:0;background:#eee;border:solid 1px #f8f8f8;}
.nav-top ul li {float:none;margin:0;padding:0;}
.nav-top ul a {font-weight: var(--fw-regular);padding:8px 20px;}
.nav-top ul ul {left:241px;top:0px;}
.nav-top:after {content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.nav-top {display:inline-block;}
html[xmlns] .nav-top {display:block;}
* html .nav-top {height:1%;}

@media screen and (max-width:$media-sm-max) {
.nav-top-holder {float:none;clear:both;margin:0;}
.nav-top {display:none;}
.nav-top li {float:none;margin:0 0 7px 0;}
.nav-top ul {display:none !important;}
.nav-top li a {padding:5px 0px;margin:0 0 1px 0;font-size: 1.5rem;text-align: center;}
}
*/
.nav-top-holder { /*clear:right;*/
  float: right;
}

.cssmenu {
  background: transparent;
}

.cssmenu, .cssmenu ul, .cssmenu ul li, .cssmenu ul li a, .cssmenu .menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
}

.cssmenu:after, .cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.cssmenu .menu-button {
  display: none;
}

.cssmenu > ul > li {
  float: left;
  margin-right: 25px;
}

.cssmenu > ul > li > a {
  text-decoration: none;
  color: var(--c-menu);
  font-weight: var(--fw-bold);
  font-family: var(--ff-extra);
  text-transform: uppercase;
  padding: 0.7em 0;
  font-size: 1rem;
  border-bottom: 2px solid transparent;
}

.cssmenu > ul > li:hover > a {
  color: var(--c-primary);
}

/* has-sub
.cssmenu > ul > li.has-sub > a {padding-right:30px;}
.cssmenu > ul > li.has-sub > a:after {position:absolute; top:22px; right:11px; width:8px; height:2px; display:block; background:#ddd; content:'';}
.cssmenu > ul > li.has-sub > a:before {position:absolute; top:19px; right:14px; display:block; width:2px; height:8px; background:#ddd; content:''; transition:all .25s ease;}
.cssmenu > ul > li.has-sub:hover > a:before {top:23px; height:0;}
*/
.cssmenu ul ul {
  position: absolute;
  left: -9999px;
  z-index: 1000;
}

.cssmenu ul ul li {
  height: 0;
  transition: all 0.25s ease;
}

.cssmenu li:hover > ul {
  left: auto;
}

.cssmenu li:hover > ul > li {
  height: auto;
}

.cssmenu li:focus-within > ul {
  left: auto;
}

.cssmenu li:focus-within > ul > li {
  height: auto;
}

.cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}

.cssmenu ul ul li a {
  border-bottom: 1px solid rgb(255, 255, 255);
  padding: 0.75em 1em;
  width: 15em;
  font-size: 0.875rem;
  text-decoration: none;
  color: var(--c-menu);
  background: var(--bg-header);
}

.cssmenu ul ul li a:hover {
  background: var(--bg-menu-hover);
}

.cssmenu ul ul li:last-child > a, .cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}

/* align-right
.cssmenu.align-right > ul > li {float:right;}
.cssmenu.align-right ul ul {text-align:right;}
.cssmenu.align-right li:hover > ul {left:auto; right:0;}
.cssmenu.align-right ul ul ul {margin-left:0; margin-right:100%;}
*/
/* has-sub
.cssmenu ul ul li.has-sub > a:after {position:absolute; top:16px; right:11px; width:8px; height:2px; display:block; background:#ddd; content:'';}
.cssmenu.align-right ul ul li.has-sub > a:after {right:auto; left:11px;}
.cssmenu ul ul li.has-sub > a:before {position:absolute; top:13px; right:14px; display:block; width:2px; height:8px; background:#ddd; content:''; transition:all .25s ease;}
.cssmenu.align-right ul ul li.has-sub > a:before {right:auto; left:14px;}
.cssmenu ul ul > li.has-sub:hover > a:before{top:17px; height:0;}
*/
@media screen and (min-width: 768px) {
  .nav-top {
    display: block !important;
  }
  .cssmenu > ul > li.active > a, .cssmenu > ul > li.parent > a, .cssmenu > ul > li > a:hover {
    color: var(--c-menu-hover);
    border-bottom: 2px solid var(--c-primary);
  }
  .cssmenu ul ul ul {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .nav-top-holder {
    clear: both;
    float: none;
  }
  .cssmenu ul {
    width: 100%;
    display: none;
  }
  .cssmenu ul li {
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: 1px solid #ddd;
  }
  .cssmenu ul ul li, .cssmenu li:hover > ul > li {
    height: auto;
  }
  .cssmenu > ul > li {
    float: none;
  }
  .cssmenu ul li a {
    width: 100%;
    border-bottom: 0;
    color: var(--c-menu);
    padding: 0.75em 1em;
    line-height: 1;
    font-size: 1.25rem;
  }
  .cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
    color: var(--c-menu);
    padding: 1em 1em;
    line-height: 1;
    font-size: 1rem;
  }
  .cssmenu ul ul li:hover > a, .cssmenu ul ul li.active > a {
    color: var(--c-menu-hover);
  }
  .cssmenu ul ul li a {
    padding-left: 1.5em;
    padding-right: 50px;
  }
  .cssmenu ul ul ul li a {
    padding-left: 2.5em;
    padding-right: 50px;
  }
  .cssmenu ul ul ul ul li a {
    padding-left: 3.5em;
    padding-right: 50px;
  }
  .cssmenu ul ul, .cssmenu ul ul ul, .cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  .cssmenu > ul > li.has-sub > a:after, .cssmenu > ul > li.has-sub > a:before, .cssmenu ul ul > li.has-sub > a:after, .cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  .cssmenu .menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid var(--c-primary);
    border-bottom: 2px solid var(--c-primary);
    content: "";
  }
  .cssmenu .menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: var(--c-primary);
    content: "";
  }
  .cssmenu .menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: var(--c-primary);
    transform: rotate(45deg);
  }
  .cssmenu .menu-button.menu-opened:before {
    top: 23px;
    background: var(--c-primary);
    width: 15px;
    transform: rotate(-45deg);
  }
  .cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid #ddd;
    height: 100%;
    width: 48px;
    cursor: pointer;
  }
  .cssmenu .submenu-button.submenu-opened {
    background: rgba(0, 0, 0, 0.1);
  }
  .cssmenu ul ul .submenu-button {
    height: 100%;
    width: 48px;
  }
  .cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: var(--c-primary);
    content: "";
  }
  .cssmenu .submenu-button.submenu-opened:after {
    background: var(--c-primary);
  }
  .cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: var(--c-primary);
    content: "";
  }
  .cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
}
/*/ nav
.nav-holder {;}
//.nav-holder h2 {display:none;}
.nav, .nav ul {margin:0;padding:0;}
.nav li {width:100%;margin:0;padding:0;border-bottom:1px solid #ddd;list-style-type:none;list-style-image:none;line-height:1.4;}
.nav li:first-child {border-top:0;}
.nav li a {display:block;width:100%;background:transparent;color:#444;text-decoration:none;padding:0.5em 0.5em 0.5em 1em;font-size:1rem;@include font-family-extra;font-weight: var(--fw-bold);position:relative;}
//.nav li a::before {position:absolute;top:11px;left:0;font-size:10px;content:'\f105';font-family: "FontAwesome";text-decoration:none;}
.nav li a::before {display:inline-block;width:0.75em;height:0.75em;content:"";margin-right:0.5em;background-repeat:no-repeat;background-position: center;background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z"/></svg>');}
.nav li a span {display:table-cell;}
.nav li.active a {background:transparent;color:var(--c-primary);text-decoration:none;}

// level 2
.nav li li {border-bottom:0px solid #ddd;}
.nav li li a, .nav li.active li a {background:transparent;color:#444;text-decoration:inherit;padding:0.5em 0.5em 0.5em 2em;font-size:0.75rem;font-weight: var(--fw-regular);}
//.nav li li a::before {content:'\f105';top:6px;left:10px;}
.nav li li.active a {background:transparent;color:var(--c-primary);;text-decoration:none;}

// level 3
.nav li li li a, .nav li li.active li a {background:transparent;color:#444;text-decoration:inherit;padding:0.5em 0.5em 0.5em 3em;font-size:0.75rem;}
//.nav li li li a::before {content:'\f205';top:6px;left:20px;}
.nav li li li.active a {background:transparent;color:var(--c-primary);;text-decoration:none;}
.nav li a:hover, .nav li li a:hover, .nav li li li a:hover {background-color:inherit;color:var(--c-primary);;text-decoration:none;}

@media screen and (max-width:$media-sm-max) {
.nav-holder {display: none;}
}
*/
.nav, .nav ul {
  margin: 0;
  padding: 0;
}

.nav li {
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: 0px solid #ddd;
  list-style-type: none;
  list-style-image: none;
  line-height: 1.4;
}

.nav li:first-child {
  border-top: 0;
}

.nav li a {
  display: flex;
  flex-flow: row;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  background: transparent;
  color: var(--c-menu);
  text-decoration: none;
  padding: 0.75em 0.75em 0.5em 0;
  font-size: 1rem;
  font-family: var(--ff-default);
  font-weight: var(--fw-bold);
  position: relative;
}

.nav li a::before {
  flex-shrink: 0;
  width: 0.5em;
  height: 0.5em;
  content: "";
  margin: 0.5em 0.25em 0 0;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z"/></svg>');
}

.nav li.active a {
  background: transparent;
  color: var(--c-primary);
  text-decoration: none;
}

.nav li li {
  border-bottom: 0px solid #ddd;
}

.nav li li a, .nav li.active li a {
  background: transparent;
  color: var(--c-menu);
  text-decoration: inherit;
  padding: 0.5em 0.5em 0.5em 1.5em;
  font-size: 0.875rem;
  font-weight: var(--fw-regular);
}

.nav li li.active a {
  background: transparent;
  color: var(--c-primary);
  text-decoration: none;
}

.nav li li li a, .nav li li.active li a {
  background: transparent;
  color: var(--c-menu);
  text-decoration: inherit;
  padding: 0.5em 0.5em 0.5em 3em;
  font-size: 0.75rem;
}

.nav li li li.active a {
  background: transparent;
  color: var(--c-primary);
  text-decoration: none;
}

.nav li a:hover, .nav li li a:hover, .nav li li li a:hover {
  background-color: inherit;
  color: var(--c-primary);
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .nav-holder {
    display: none;
  }
}
.nav-bottom-holder {
  margin: 0;
  padding: 0.5em 0;
}

.nav-bottom {
  display: flex;
  flex-flow: row;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.nav-bottom li {
  border-left: 0 solid #fff;
  background: transparent;
  list-style: none;
}

.nav-bottom li:first-child {
  border: 0;
}

.nav-bottom li a {
  display: block;
  margin: 0 1em;
  padding: 0.5em 0;
  overflow: hidden;
  color: var(--c-menu);
  font-size: 1rem;
  text-decoration: none;
  font-weight: var(--fw-regular);
  font-family: var(--ff-default);
}

.nav-bottom li.active a, ul.nav-bottom li.parent a {
  color: var(--c-primary);
}

.nav-bottom li a:hover {
  color: var(--c-primary-hover);
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .nav-bottom li a {
    padding: 0.6em 0;
  }
}
.submenu {
  display: flex;
  flex-flow: row;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 2em 0;
  padding: 0;
}

.submenu li {
  width: 48.5%;
  list-style-type: none;
  list-style-image: none;
  background-color: #e4e4e4;
  margin: 0.5em 0;
}

.submenu a {
  display: flex;
  flex-flow: row;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  text-decoration: none;
  background-color: #eee;
  position: relative;
}

.submenu a:hover {
  background-color: #e4e4e4;
}

.submenu__image {
  width: 100px;
}

.submenu__holder {
  width: auto;
  padding: 1em;
}

.submenu__title {
  color: #000;
  font-size: 1.25rem;
  margin: 0;
  padding: 0;
  line-height: 1.1;
}

.submenu__desc {
  color: #474747;
  font-size: 0.875rem;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .submenu li {
    width: 100%;
  }
}
/*/ Vimeo
#vimeo {position: relative;height: 100vh;width: 100%;background: url('https://picsum.photos/1600/900') top center no-repeat #000;background-size: cover;overflow: hidden;}
#vimeo-background {position: absolute;height: 100%;width: 100%;left: 50%;top: 0;transform: translateX(-50%);}
#vimeo-background  iframe {position: absolute;left: 0;top: 0;height: 100%;width: 100%;}
// Add a mask layer to keep cursors from affecting the
// video. Vimeo pro accounts seem to have control over
// this, but this is mainly to help non-Pro accounts where
// the controls are still visible.
#vimeo-background:after {content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
*/
#youtube {
  position: relative;
  height: 100%;
  width: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #ddd;
  background-size: cover;
  overflow: hidden;
}

#youtube-background {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

#youtube-background iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

#youtube-background:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  #youtube {
    background-image: url("/wcd/images/motivy/mobile/video.jpg");
  }
}
/*/ HTML5 video
.masthead {position: relative;overflow: hidden;width:100% !important}
.masthead-video {z-index: 0;}
.masthead-overlay {background-color: #000;opacity: 0.4;position: absolute;top: 0; left: 0;bottom: 0; right: 0;width: 100%;height: 100%;}
.masthead-arrow {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 30px;
    height: 30px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    opacity: 0.4;
    z-index: 9999;
}

.masthead h1 {position: absolute;width: 100%;font-size: 3rem;text-align: center;height: 120px;line-height: 1;top: 0;bottom: 0;margin: auto;color: #fff;}
.masthead h1 span {display: block;font-size: 0.75rem;letter-spacing: 0.43em;text-transform: uppercase;padding-left: 7px;opacity: 0.5;}
*/
#crumbs {
  clear: both;
  margin: 0;
  padding: 0;
  border-bottom: 0px dotted #dedede;
}

#crumbs li {
  margin: 0;
  padding: 1.5em 0;
  display: inline-block;
  list-style-type: none;
  list-style-image: none;
  font-size: 0.875rem;
  line-height: 1;
}

#crumbs li::before {
  display: inline-block;
  content: "/";
  padding: 0 0.8em;
}

#crumbs li a {
  padding: 0;
  text-decoration: none;
}

#crumbs li:first-child {
  display: none;
}

@media screen and (max-width: 767px) {
  #crumbs {
    display: none;
  }
}
.tabs {
  display: flex;
  flex-wrap: wrap;
}

.tabs > input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: 1;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.tabs > input[type=radio]:checked + label {
  background: #f8f8f8;
}

.tabs > input[type=radio]:checked + label + .tabpanel {
  display: block;
}

.tabs > label {
  order: 1;
  display: block;
  padding: 0.8em 1.4em;
  margin-right: 0.2em;
  cursor: pointer;
  background: #eee;
}

.tabs > label span {
  vertical-align: middle;
}

.tabs > label:hover, .tabs > label:focus {
  background: #e4e4e4;
}

.tabs .tabpanel {
  order: 99;
  flex-grow: 1;
  width: 100%;
  display: none;
  padding: 2em 1.5em;
  background: #f8f8f8;
}

@media (max-width: 767px) {
  .tabs > label, .tabs .tabpanel {
    order: initial;
  }
  .tabs > label {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
  }
}
.accordion {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  overflow: hidden;
}

.accordion input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.accordion input:checked ~ .accordion__content {
  max-height: 1000em;
  padding: 0;
}

.accordion input[type=checkbox] + label::after {
  content: "+";
  color: var(--c-primary);
  vertical-align: middle;
}

.accordion input[type=checkbox]:checked + label::after {
  transform: rotate(315deg);
}

.accordion__title {
  position: relative;
  display: block;
  padding: 1em 1em;
  background: #eee;
  font-weight: var(--fw-bold);
  cursor: pointer;
}

.accordion__title:hover {
  background: #e4e4e4;
}

.accordion__title::after {
  position: absolute;
  right: 10px;
  top: calc(50% - 13px);
  display: block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  transition: all 0.35s;
  font-size: 26px;
  font-weight: var(--fw-regular);
}

.accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s;
}

.accordion__content > * {
  margin: 0;
  padding: 1em;
}

.accordion2 {
  border-bottom: 2px solid #000;
}

.accordion2__title {
  margin: 0;
  padding: 0;
  border-top: 2px solid #000;
  cursor: pointer;
}

.accordion2__title:hover {
  color: var(--c-primary);
}

.accordion2__title button {
  all: inherit;
  border: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.5em;
  font-size: 1rem;
}

.accordion2__title button:focus svg {
  outline: 2px solid var(--c-primary);
}

.accordion2__title button svg {
  height: 1em;
  margin-left: 0.5em;
}

.accordion2__content {
  transition: max-height 0.35s;
}

.accordion2__content > * {
  margin: 0;
  padding: 1em;
}

[aria-expanded=true] .vert {
  display: none;
}

[aria-expanded] rect {
  fill: currentColor;
}

.dd-nav {
  position: relative;
}

.dd-nav button {
  background: transparent;
  align-items: center;
  border: 1px solid transparent;
  display: flex;
  cursor: pointer;
}

.dd-nav button::after {
  content: "";
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  width: 0.35em;
  height: 0.35em;
  margin-left: 0.5em;
  transform: rotate(45deg);
}

.dd-nav ul {
  position: absolute;
  top: 100%;
  z-index: 1030;
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.dd-nav li {
  margin: 0;
  padding: 0;
}

.dd-nav a {
  border: 0;
  display: block;
  text-decoration: none;
}

.dd-nav--theme button {
  background: var(--c-grey-light);
  color: var(--c-link);
  padding: 0.5em;
}

.dd-nav--theme button:hover, .dd-nav--theme button[aria-expanded=true] {
  color: var(--c-link-hover);
}

.dd-nav--theme ul {
  min-width: 200px;
  border: 1px solid #ddd;
}

.dd-nav--theme li {
  border-bottom: 1px solid #fff;
}

.dd-nav--theme li:last-child {
  border: 0;
}

.dd-nav--theme a {
  background-color: var(--c-grey-light);
  color: var(--c-default);
  padding: 0.35em 1em;
}

.dd-nav--theme a:hover, .dd-nav--theme a:focus {
  background-color: #e4e4e4;
}

.dd-link {
  position: relative;
  display: inline-block;
}

.dd-link a {
  border: 0;
  height: auto;
  cursor: pointer;
}

.dd-link a:focus + ul, .dd-link ul:hover {
  display: block;
}

.dd-menu {
  position: absolute;
  top: calc(100% + 0px);
  z-index: 1030;
  display: block;
  background: transparent;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  margin: 0;
  padding: 0;
  min-width: 170px;
  list-style: none;
  padding-top: 0px;
  display: none;
  background: #fff;
}

.dd-menu li {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0.75rem;
}

.dd-menu a {
  display: block;
  padding: 0.8em 0.8em;
  margin: 0;
  text-decoration: none;
  position: relative;
  color: var(--c-default);
}

.dd-menu i {
  color: #ddd;
  margin-right: 5px;
}

.dd-menu a span {
  display: block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 11px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
  background: #eee;
  color: #000;
  border-radius: 50%;
  text-align: center;
}

.dd-menu a:hover {
  background: #f1f1f1;
  color: var(--c-default);
  text-decoration: none;
}

.dd-menu--left {
  left: 0;
}

.dd-menu--right {
  left: initial;
  right: 0;
}

.dd-menu--center {
  left: 50%;
  margin-left: -85px;
}

.dd-menu li.dd-menu__segreg {
  margin: 0.5em 0;
  height: 0;
  overflow: hidden;
  border-top: 1px solid #ddd;
}

.vh {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.ddm {
  position: relative;
  display: inline-block;
}

.ddm label {
  display: inline-block;
}

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

.ddm [data-opens-menu] {
  line-height: 1;
  text-align: left;
  border: 0;
  padding: 0.33rem 0.5rem;
  text-decoration: none;
}

.ddm [type=checkbox]:focus + [data-opens-menu] {
  outline: none;
}

.ddm [role=menu] {
  position: absolute;
  left: 0;
  z-index: 10;
  display: none;
}

.ddm :checked ~ [role=menu] {
  display: block;
}

.ddm [role=menu] a {
  line-height: 1;
  text-align: left;
  border: 0;
  padding: 0.33rem 0.5rem;
  text-decoration: none;
}

.ddm [role=menu] a {
  display: block;
  min-width: 100%;
  white-space: nowrap;
}

.ddm [role=menu] a:focus {
  outline: none;
}

.ddm [data-opens-menu] {
  background: black;
  color: #fff;
  cursor: pointer;
}

[type=checkbox]:hover + [data-opens-menu], [type=checkbox]:focus + [data-opens-menu] {
  background: #f00;
}

.ddm [role=menu] {
  left: calc(50% - 75px);
  width: 150px;
}

.ddm [role=menu] a {
  background: #f4f4f4;
  color: var(--c-default);
  text-align: center;
}

.ddm [role=menu] a:hover, .ddm [role=menu] a:focus {
  background: #eee;
}

/*/ Accessible DD with JS
[data-inclusive-menu]{position:relative;  display:inline-block;}
[data-inclusive-menu-opens], [data-inclusive-menu] [role^="menuitem"]{text-align:left;  border:0;}
[data-inclusive-menu] [role="menu"]{position:absolute;  left:0; z-index: 20;}
[data-inclusive-menu] [data-inclusive-menu-from="right"]{left:auto;  right:0;}
[data-inclusive-menu] [role^="menuitem"]{display:block;  min-width:100%;  white-space:nowrap;}
[data-inclusive-menu] [role^="menuitem"][aria-checked="true"]::before{content:'\2713\0020';}
// customize
.ddm2 button {padding: 0.25rem 1rem; background:#f4f4f4;color:$c-default;text-align: center;cursor: pointer;}
.ddm2 button:hover, .ddm2 button:focus {outline: none;background-color: #eee;}
[data-inclusive-menu] [role^="menuitem"] {margin-top: 3px;}
*/
.toggle-more-state {
  display: none;
}

.toggle-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: 0.25s ease;
}

.toggle-more-state:checked ~ .toggle-more-wrap .toggle-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.toggle-more-state ~ .toggle-more-trigger:before {
  content: "zobrazit více";
}

.toggle-more-state:checked ~ .toggle-more-trigger:before {
  content: "zobrazit méně";
}

.toggle-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0 0.5em;
  color: #666;
  font-size: 0.9em;
  line-height: 2;
  border: 1px solid #ddd;
  border-radius: 0.25em;
}

/*
.file-icon::before {margin-right:10px;font-family: "FontAwesome";color:#000;text-decoration: none;}
.file-icon--doc::before {content:"\f1c2";}
.file-icon--xls::before {content:"\f1c3";}
.file-icon--ppt::before {content:"\f1c4";}
.file-icon--pdf::before {content:"\f1c1";}
.file-icon--zip::before {content:"\f1c6";}
.file-icon--image::before {content:"\f1c5";}
.file-icon--video::before {content:"\f1c8";}
.file-icon--audio::before {content:"\f1c7";}
.file-icon--file::before {content:"\f016";}
*/
/*
.doc, .xls, .ppt, .pdf, .zip, .video, .audio, .image, .file {background-image:url(img/icons/files.png);background-repeat:no-repeat;padding:2px 0 2px 21px;}
.doc {background-position:0 0;}
.xls {background-position:0 -25px;}
.ppt {background-position:0 -50px;}
.pdf {background-position:0 -75px;}
.zip {background-position:0 -100px;}
.video {background-position:0 -125px;}
.audio {background-position:0 -150px;}
.image {background-position:0 -175px;}
.file {background-position:0 -200px;}
*/
.info-box {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 500px;
  min-height: 250px;
  margin-left: -250px;
  margin-top: -125px;
  border: 1px solid #eee;
  background-color: #fff;
  background: rgba(255, 255, 255, 0.95);
  padding: 25px;
  z-index: 9999;
  font-size: 120%;
  text-align: center;
  overflow: auto;
}

.button-info-box {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .info-box {
    left: 0;
    margin-left: 0;
    width: 100%;
  }
}
.tooltip {
  cursor: pointer;
  position: relative;
}

.tooltip span {
  position: absolute;
  bottom: calc(100% + 15px);
  left: 50%;
  background-color: #ddd;
  border-radius: 5px;
  color: #000;
  padding: 0.5em;
  text-transform: none;
  transition: all 0.5s ease;
  width: 160px;
  margin-left: -80px;
  line-height: 1.4;
  font-size: 0.75rem;
}

.tooltip span::after {
  position: absolute;
  bottom: -5px;
  left: 50%;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ddd;
  content: " ";
  font-size: 0;
  line-height: 0;
  margin-left: -5px;
  width: 0;
}

.tooltip span, .tooltip span::after {
  opacity: 0;
  pointer-events: none;
  text-align: center;
}

.tooltip:focus span,
.tooltip:focus span::after,
.tooltip:hover span,
.tooltip:hover span::after {
  opacity: 1;
  transition: all 0.75s ease;
}

@media screen and (max-width: 767px) {
  .tooltip span {
    display: none;
  }
}
/* OLD
.tooltip:hover {background:transparent;text-decoration:none;cursor:help;}
.tooltip span {display:none;padding:5px;margin-left:10px;max-width:250px;}
.tooltip:hover span {cursor:default;display:inline;position:absolute;background:#fff;color:$c-default;padding:10px 15px;border:1px solid #ddd;font-size:0.75rem;line-height:1.5em;}
*/
.timeline {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.timeline__line {
  width: 2px;
  background: #ababab;
  position: relative;
}

.timeline__line::after {
  box-sizing: border-box;
  position: absolute;
  top: -15px;
  left: -14px;
  z-index: 10;
  content: "";
  width: 30px;
  height: 30px;
  background: #fff;
  border: 5px solid var(--c-primary);
  border-radius: 50%;
}

.timeline__line--last {
  background: transparent;
}

.timeline__blank {
  width: 45%;
}

.timeline__event {
  width: 45%;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 1em 0;
}

.timeline__event--left {
  text-align: right;
}

.timeline__date {
  margin: 0;
  padding: 0;
  font-size: 2.5rem;
  color: #939393;
}

.timeline__desc {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .timeline__event {
    padding: 2em 0;
  }
  .timeline__line::after {
    top: -10px;
    left: -9px;
    width: 20px;
    height: 20px;
    border-width: 3px;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e6e1d9;
  border-radius: 0.25rem;
  height: 1.5em;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: var(--c-primary);
  transition: width 0.6s ease;
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.pager {
  clear: both;
  margin: 1em 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  display: flex;
  justify-content: center;
}

.pager li {
  margin: 0;
  list-style-type: none;
  list-style-image: none;
  margin: 0 0.3em;
  font-size: 1rem;
}

.pager li a {
  display: block;
  text-decoration: none;
  color: var(--c-default);
  padding: 0.5em 0.8em;
  border: 1px solid var(--c-grey-light);
  line-height: 1;
}

.pager li a.current-page {
  color: var(--c-grey);
  border: 1px solid var(--c-grey);
}

.pager li a:hover {
  border: 1px solid var(--c-grey);
  color: var(--c-default);
}

.overlay { /*height: 100vh;*/
  height: 0;
  width: 100vw;
  position: fixed;
  z-index: 1030;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.95);
  overflow-x: hidden;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.overlay__close {
  position: absolute;
  top: 10px;
  right: 28px;
  font-size: 3.5rem;
  line-height: 1;
  text-decoration: none;
  color: var(--c-link);
  cursor: pointer;
}

.overlay__close:hover {
  color: var(--c-link-hover);
}

.overlay__content {
  width: 100%;
}

#e-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 100000;
}

#e-loading div {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #000;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#e-loading div span {
  display: none;
}

#scroll-top {
  position: fixed;
  z-index: 1080;
  right: 1em;
  bottom: 1em;
  width: 3em;
  height: 3em;
  margin: 0;
  padding: 0;
  line-height: 0;
  background: var(--bg-default);
  border: none;
  opacity: 0;
  transition: opacity 0.4s linear;
  cursor: pointer;
}

#scroll-top svg {
  width: 1em;
  fill: var(--c-link);
}

#scroll-top:hover svg {
  fill: var(--c-link-hover);
}

#scroll-top.is-visible {
  opacity: 1;
}

.screen {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 100;
}

.win {
  position: fixed;
  overflow: auto;
  width: 70%;
  height: 50%;
  max-width: 700px;
  max-height: 100%;
  z-index: 999;
  background-color: var(--bg-default);
  border: 1px solid var(--border);
  overflow: hidden;
}

.win-grid {
  display: grid;
  grid-template-columns: 0px 1fr 0px;
  grid-template-rows: 4em 1fr 5em;
  grid-gap: 0;
  width: 100%;
  height: 100%;
}

.win-header {
  grid-column: 1/4;
  grid-row: 1;
  background: #ddd;
  padding: 0 1.5em;
}

.win-header__close {
  width: 2em;
  height: 2em;
  cursor: pointer;
}

.win-left {
  grid-column: 1;
  grid-row: 2;
  position: relative;
}

.win-main {
  grid-column: 2;
  grid-row: 2;
  padding: 1.5em;
  position: relative;
  overflow-y: auto;
}

.win-right {
  grid-column: 3;
  grid-row: 2;
  position: relative;
}

.win-footer {
  grid-column: 1/4;
  grid-row: 3;
  border-top: 1px solid #ddd;
}

@media screen and (max-width: 767px) {
  .win {
    width: 100%;
    height: 100%;
  }
}
/* side menu */
label {
  cursor: pointer;
}

label:focus {
  outline: none;
}

.l-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  background: #fff;
  width: 200px;
  height: 100%;
  min-height: 100%;
  transform: translate3d(-200px, 0, 0);
  transition: transform 0.35s;
  border-right: 1px solid #ddd;
  overflow-y: auto;
}

.l-menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.l-menu ul {
  margin: 1em 0;
  padding: 0;
}

.l-menu ul li {
  list-style: none;
}

.l-menu ul li a {
  display: block;
  text-align: left;
  padding: 0.75em 1em;
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #ddd;
}

.l-menu ul li a:hover {
  color: #666;
}

.l-menu-checkbox {
  display: none;
}

.l-menu-checkbox:checked + .l-menu {
  transform: translate3d(0, 0, 0);
}

.r-menu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  background: #fff;
  width: 200px;
  height: 100%;
  min-height: 100%;
  transform: translate3d(200px, 0, 0);
  transition: transform 0.35s;
  border-right: 1px solid #ddd;
  overflow-y: auto;
}

.r-menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.r-menu ul {
  margin: 1em 0;
  padding: 0;
}

.r-menu ul li {
  list-style: none;
}

.r-menu ul li a {
  display: block;
  text-align: left;
  padding: 0.75em 1em;
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #ddd;
}

.r-menu ul li a:hover {
  color: #666;
}

.r-menu-checkbox {
  display: none;
}

.r-menu-checkbox:checked + .r-menu {
  transform: translate3d(0, 0, 0);
}

.modal {
  position: fixed;
  overflow: auto;
  width: 360px;
  height: auto;
  max-width: 100%;
  z-index: 999;
  max-height: 100%;
  padding: 1.5em;
  background-color: var(--bg-default);
  border: 1px solid var(--border);
}

.modal__title {
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
}

.modal__msg {
  text-align: center;
  padding: 0.75em 0;
}

.modal__nav {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .modal {
    width: 100% !important;
    height: auto !important;
  }
}
/*
.fulltext--dd {position:relative;}
.fulltext--dd > a {min-width:40px;height:40px; cursor: pointer;text-decoration: none;text-align: center;display:flex;flex-flow:row;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;outline: none;}
.fulltext--dd > a:hover svg {fill:$c-primary-hover;}
.fulltext--dd > a:focus + .fulltext, .fulltext--dd > .fulltext:hover {display:block;}
.fulltext--dd svg {height:1.25em;fill:$c-primary;}

.fulltext {position:absolute; top: calc(100% + 5px); z-index: $zindex-dropdown; background: transparent; margin: 0; padding: 0; min-width:250px; list-style:none; display:none; border:1px solid #ddd;border-bottom: 1px solid #000;}
.fulltext--left {left:0;}
.fulltext--right {left:initial;right:0;}
.fulltext--center {left:50%;margin-left:-50px;}
//.fulltext {display: none;position: absolute;z-index: 9;top:0;right:0;padding:0;margin:0 auto;width:350px;max-width: 500px;overflow: hidden;}
.fulltext input.inp {width: calc(100% - 40px);height:38px;line-height:38px;padding:0 0.5em;font-size:1rem;color:#aaa;vertical-align:middle;border-radius:0;border:0;}
.fulltext button {width:40px;height:38px;line-height:38px;background-color:#fff;padding:0 0.5em;font-size:1.375rem;color:$c-link;cursor:pointer;border:none;overflow:hidden;vertical-align:middle;border-radius:0;}
.fulltext button:hover {color:$c-link-hover;}
.fulltext button span {display: none;}

@media screen and (max-width:$media-sm-max) {
.fulltext {;}
}
*/
.fulltext {
  display: none;
  background: var(--bg-section);
  padding: 0;
  margin: 0;
  width: 100%; /*position:absolute;top:0;right:0;z-index: 9999;*/
}

.fulltext-holder {
  max-width: 900px;
  padding: 1em;
  margin: auto;
}

.fulltext input.inp {
  width: 75%;
  height: 2.5em;
  line-height: 2.5em;
  padding: 0 1em;
  font-size: 1.25rem;
  color: #999;
  vertical-align: middle;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.fulltext button {
  width: 25%;
  height: 2.5em;
  line-height: 2.5em;
  background-color: var(--c-button);
  padding: 0 0.5em;
  font-size: 1.25rem;
  color: #fff;
  cursor: pointer;
  border: none;
  overflow: hidden;
  vertical-align: middle;
  border-radius: var(--frm-radius);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fulltext button:hover {
  background-color: var(--c-button-hover);
  color: #fff;
}

@media screen and (max-width: 767px) {
  .fulltext-holder {
    max-width: 90%;
    margin-left: auto;
  }
  .fulltext input.inp {
    width: 70%;
    font-size: 1.25rem;
  }
  .fulltext button {
    width: 30%;
    font-size: 1.25rem;
  }
  .fulltext button span {
    display: none;
  }
}
#results {
  margin: 0;
}

#results dt {
  font-size: 1.25rem;
  font-weight: var(--fw-bold);
  font-family: var(--ff-extra);
}

#results dd {
  margin: 0.2em 0 1.3em 0;
}

#results dt span {
  display: block;
  color: #888;
  font-weight: var(--fw-regular);
}

#results .exp {
  background: #dcdcdc;
  font-weight: var(--fw-bold);
}

.dd-nav--virtuals button {
  color: var(--c-default);
  text-transform: uppercase;
  font-weight: bold;
}

.dd-nav--virtuals button:hover, .dd-nav--virtuals button[aria-expanded=true] {
  color: var(--c-primary);
}

.dd-nav--virtuals ul {
  min-width: 100px;
  left: calc(50% - 50px);
  border: 1px solid var(--bg-default-hover);
}

.dd-nav--virtuals li {
  border-bottom: 1px solid var(--bg-default);
}

.dd-nav--virtuals li:last-child {
  border: 0;
}

.dd-nav--virtuals a {
  background-color: var(--bg-default);
  color: var(--c-default);
  font-size: 0.875rem;
  padding: 0.4em 1em;
  text-align: center;
}

.dd-nav--virtuals a:hover, .dd-nav--virtuals a:focus {
  background-color: var(--bg-default-hover);
}

/*
.virtuals-dd {position:relative;display: inline-block;}
.virtuals-dd > a {min-width:40px; height:40px; cursor: pointer;text-decoration: none;text-transform: uppercase;display:flex;flex-flow:row;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;outline: none;}
.virtuals-dd > a:focus + ul, .virtuals-dd > ul:hover {display:block;}
.virtuals {position:absolute; top: calc(100% + 5px); z-index: $zindex-dropdown; display: block; background: transparent; margin: 0; padding: 0; min-width:100px; list-style:none; padding-top:0px; display:none; background: #fff;border:1px solid #ddd;}
.virtuals li {padding: 0; margin: 0; list-style: none;}
.virtuals a {display: block; padding: .8em .8em; margin: 0;position: relative;color:$c-default;text-align: center;text-decoration:none;}
.virtuals a:hover {background:$c-lightgrey;color:$c-default;text-decoration:none;}
.virtuals--left {left:0;}
.virtuals--right {left:initial;right:0;}
.virtuals--center {left:50%;margin-left:-50px;}
*/
/*
//.virtuals {float:right;padding:0;margin:20px 20px 0 0;}
.virtuals {padding:0;margin:0;text-align: center;}
.virtuals li {display:inline-block;background-image:none;background-position:center left;background-repeat:no-repeat;padding:0 0.75em;border-left:1px solid #444;font-size:1.5rem;list-style-type:none;list-style-image:none;}
.virtuals li:first-child {border-left:0;margin-left:0;}
.virtuals li a {text-decoration: none;}
.virtuals li.active a {color:$c-default;}
.virtuals li.label {padding:6px 10px 0 0;}

@media screen and (max-width:$media-sm-max) {
//.virtuals {float:none;clear:both;text-align: center;margin:0px auto;padding:10px 0;}
.virtuals li {;}
}
*/
/*
.virtuals-dd {margin:0;}
.virtuals-dd dd, .virtuals-dd dt, .virtuals-dd ul {margin:0px;padding:0px;}
.virtuals-dd dd {position:relative;}
.virtuals-dd a {text-decoration:none; outline:none;}
.virtuals-dd a:hover {color:#444;}
.virtuals-dd dt a:hover, .virtuals-dd dt a:focus {color:#5d4617}
.virtuals-dd dt a {background-color:#fff;display:block;}
.virtuals-dd dt a span {cursor:pointer; display:block; padding:7px;text-transform:uppercase;}
.virtuals-dd dd ul {display:none;background-color:#f4f4f4; border:1px solid #d8d8d8; color:#444; padding:0px 0px; position:absolute; top:2px; left:0px; width:auto; min-width:130px; list-style:none;z-index:9999;}
.virtuals-dd dd ul li {list-style:none;}
.virtuals-dd dd ul li a {padding:7px;display:block;color:#888;}
.virtuals-dd dd ul li a:hover {background-color:#ddeff3;color:#444}
*/
.articles--fx {
  display: flex;
  flex-flow: row;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.articles--fx .article {
  width: 47%;
  border: 0;
}

@media screen and (max-width: 767px) {
  .articles--fx .article {
    width: 100%;
  }
}
.article {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.article:last-child {
  border-bottom: 0;
}

.article__image {
  margin-right: 25px;
  width: 100%;
  max-width: 175px;
  height: auto;
  float: left;
}

.article__content {
  display: table-cell;
}

.article__date {
  font-size: 0.875rem;
  padding: 0;
  margin: 0;
}

.article__title {
  margin: 0.25em 0;
  padding: 0;
  font-size: 1.25rem;
  font-weight: var(--fw-bold);
}

.article__perex p {
  margin-bottom: 0;
}

.article hr {
  margin: 20px 0;
}

/*
// article_bg
.article {border-bottom:0 dotted #ddd;margin-bottom:20px;padding-bottom:20px;}
.article:last-child {border-bottom:0;}
.article__bg {margin-right:25px;width:110px;height:110px;float:left;background-size: cover;}
.article__content {display:table-cell;}
.article__title {margin:0;padding:0;font-size:1.25rem;font-weight: var(--fw-bold);}
.article__date {font-size:0.875rem;padding:0;margin:0.2em 0;font-weight: var(--fw-bold);}
.article__author {;}
.article__category {;}
.article__perex p {margin-bottom:0;}
.article hr {margin:20px 0;}
*/
.article-top {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.article-top__image {
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}

.article-top__date {
  font-size: 0.875rem;
  padding: 0;
  margin: 0;
}

.article-top__title {
  margin: 0.25em 0;
  padding: 0;
  font-size: 1.75rem;
  font-weight: var(--fw-bold);
}

.article-top__perex p {
  margin-bottom: 0;
}

.articles-list {
  margin: 0;
  padding: 0;
}

.articles-list li {
  list-style-type: none;
  list-style-image: none;
  border-bottom: 1px dotted #ccc;
  padding: 15px 0;
}

.articles-list__date {
  font-size: 0.875rem;
  padding: 0;
  margin: 0;
  line-height: 1;
}

.articles-list__title {
  margin: 5px 0;
  padding: 0;
  font-size: 1.25rem;
  font-weight: var(--fw-bold);
  line-height: 1;
}

.articles-card {
  display: flex;
  flex-flow: row;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.article-card {
  width: 31%;
  border: 0px solid #ddd;
  margin-bottom: 2em;
  background: #fff;
}

.article-card__image {
  width: 100%;
  height: auto;
}

.article-card__content {
  padding: 1.5em;
}

.article-card__date {
  font-size: 0.875rem;
  padding: 0;
  margin: 0;
}

.article-card__title {
  margin: 3px 0 8px 0;
  padding: 0;
  font-size: 1.25rem;
  font-weight: var(--fw-bold);
  text-transform: uppercase;
}

.article-card__perex p {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .article-card {
    width: 100%;
  }
}
.article-detail__image {
  margin-right: 30px;
  width: 100%;
  max-width: 40%;
  height: auto;
  float: left;
}

.article-detail__content {
  display: table-cell;
}

.article-detail__date {
  color: #444;
  font-size: 1rem;
  padding: 0;
  margin: 0;
}

.article-detail__title {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 2rem;
  font-weight: var(--fw-bold);
}

.article-detail hr {
  margin: 30px 0;
}

.articles-slider {
  margin: 0;
  padding: 0;
}

.articles-slider li {
  list-style-type: none;
  list-style-image: none;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .article__image, .article-top__image, .article-detail__image {
    margin: 0 0 20px 0;
    width: 100%;
    max-width: 100%;
    float: none;
  }
}
.event {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.event:last-child {
  border-bottom: 0;
}

.event__image {
  margin-right: 25px;
  width: 100%;
  max-width: 175px;
  height: auto;
  float: left;
}

.event__content {
  display: table-cell;
}

.event__date {
  font-size: 0.875rem;
  padding: 0;
  margin: 0;
}

.event__title {
  margin: 0.25em 0;
  padding: 0;
  font-size: 1.25rem;
  font-weight: var(--fw-bold);
}

.event__perex p {
  margin-bottom: 0;
}

.event-top__date {
  font-size: 0.875rem;
}

.event-top__title {
  margin: 10px 0;
  padding: 0;
  font-size: 1.75rem;
  font-weight: var(--fw-bold);
}

.event-top__image {
  padding: 0 30px 0 0;
}

.events-list {
  margin: 0;
  padding: 0;
}

.events-list li {
  list-style-type: none;
  list-style-image: none;
  border-bottom: 1px dotted #ccc;
  padding: 15px 0;
}

.events-list__date {
  font-size: 0.875rem;
  padding: 0;
  margin: 0;
  line-height: 1;
}

.events-list__title {
  margin: 5px 0;
  padding: 0;
  font-size: 1.25rem;
  font-weight: var(--fw-bold);
  line-height: 1;
}

.events-card {
  display: flex;
  flex-flow: row;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.event-card {
  width: 31%;
  border: 0px solid #ddd;
  margin-bottom: 2em;
  background: #fff;
}

.event-card__image {
  width: 100%;
  height: auto;
}

.event-card__content {
  padding: 1.5em;
}

.event-card__date {
  font-size: 0.875rem;
  padding: 0;
  margin: 0;
}

.event-card__title {
  margin: 0.25em 0;
  padding: 0;
  font-size: 1.25rem;
  font-weight: var(--fw-bold);
  text-transform: uppercase;
}

.event-card__perex p {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .event-card {
    width: 100%;
  }
}
.event-detail__date {
  font-size: 1rem;
  padding: 0;
  margin: 0;
}

.event-detail__image {
  margin-right: 30px;
  width: 100%;
  max-width: 40%;
  float: left;
}

.event-detail__content {
  display: table-cell;
}

.event-detail__title {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 2rem;
  font-weight: var(--fw-bold);
}

.event-detail hr {
  margin: 30px 0;
}

#action-venue, #action-organizer {
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .event__image, .event-top__image, .event-detail__image {
    margin: 0 0 20px 0;
    width: 100%;
    max-width: 100%;
    float: none;
  }
}
.poll h3 {
  font-size: 0.875rem;
  margin-bottom: 10px;
  line-height: 1.4;
}

.poll p {
  margin-bottom: 0.3em;
  line-height: 1.4;
}

.poll p span {
  font-size: 0.75rem;
  padding-left: 5px;
  color: #666;
}

.poll-bar {
  display: inline-block;
  background: #ddd;
  height: 13px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.mail fieldset {
  padding: 10px;
}

.mail input.inp {
  width: 100%;
}

/*
input.mail-img {width:30px;height:18px;background:url(img/mail-img.png) no-repeat left top;padding:0;cursor:pointer;border:none;overflow:hidden;letter-spacing:100px;}
input.mail-img:hover {background-position:left bottom;}
*/
.cal .object-holder {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.cal-nav {
  font-size: 1.25rem;
  margin-bottom: 1em;
}

.cal-nav a {
  display: inline-block;
  border: 1px solid var(--c-grey-light);
  padding: 0;
  min-width: 1.75em;
  text-decoration: none;
}

.cal-nav a:hover {
  border: 1px solid var(--c-link-hover);
}

.cal table {
  margin: auto;
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
}

.cal th, .cal td {
  background: transparent;
  font-size: 100%;
  padding: 0;
  line-height: 30px;
  text-align: center;
}

.cal th {
  font-weight: var(--fw-bold);
}

.cal td {
  border: 0px solid #a4a4a4;
  color: #000;
  background: #f0f0f0;
}

.cal td.weekend {
  background: #e5e5e5;
}

.cal td.actual {
  background: #ddd;
  border: 1px solid #000;
}

.cal td a {
  display: block;
  background: #005d9d;
  color: #fff;
  font-weight: var(--fw-bold);
  text-decoration: none;
  padding: 0px;
}

.cal td a:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}

.cal-filter {
  background: #ddd;
  color: #000;
  padding: 15px;
  margin-bottom: 20px;
  font-size: 1rem;
}

.cal-filter .filter {
  width: 50%;
  float: left;
}

.cal-filter .month {
  width: 50%;
  float: right;
  text-align: right;
}

.cal-filter .month a {
  text-decoration: none;
}

.cal-detail {
  width: 100%;
  border: 1px solid #000;
}

.cal-detail th {
  padding: 5px;
  border: 1px solid #eee;
}

.cal-detail td {
  border: 1px solid #ddd;
  font-size: 91%;
  height: 120px;
}

.cal-detail th.day {
  width: 14%;
  background: #eee;
  color: #000;
  font-weight: normal;
}

.cal-detail th.day span {
  font-size: 150%;
  padding-right: 5px;
}

.cal-detail th.d-day {
  background: #777;
  color: #fff;
  padding: 5px;
}

.cal-detail td:hover {
  background: #eee;
}

.cal-detail td img {
  width: 100%;
}

.cal-detail td .pom img {
  border: 5px solid red !important;
}

.cal-detail td h3 {
  font-size: 100%;
  margin: 8px 0 0 0;
  padding: 0 7px;
}

.cal-detail td p {
  font-size: 100%;
  margin: 0;
  padding: 0 7px;
}

.cal-detail td p.time {
  color: #6b6e92;
  border-bottom: 0px dotted #ddd;
  padding-bottom: 20px;
}

.hide {
  display: none;
}

@media screen and (max-width: 767px) {
  .cal-filter .filter {
    width: 100%;
    float: none;
  }
  .cal-filter .filter select {
    width: 100%;
    margin-bottom: 1em;
  }
  .cal-filter .month {
    width: 100%;
    float: none;
    text-align: center;
  }
  .cal-detail th.day {
    font-size: 0;
  }
  .cal-detail th.day span {
    font-size: 16px;
  }
}
/*
#tiptip_holder{display:none; position:absolute; top:0; left:0; z-index:99999;}
#tiptip_holder.tip_top {padding-bottom:5px; }
#tiptip_holder.tip_bottom {padding-top:5px; }
#tiptip_holder.tip_right {padding-left:5px; }
#tiptip_holder.tip_left {padding-right:5px; }
#tiptip_content {font-size:11px;color:#000;padding:1em;border:1px solid rgba(255,255,255,0.25);background:var(--c-grey-light)}
#tiptip_content h3 {color:#000 !important;font-size:170%;margin:1em 0;}
#tiptip_content img  {width:100% !important;}

#tiptip_arrow,#tiptip_arrow_inner {position:absolute;border-color:transparent;border-style:solid;border-width:6px;height:0;width:0;}
#tiptip_holder.tip_top #tiptip_arrow {border-top-color:#fff;}
#tiptip_holder.tip_bottom #tiptip_arrow {border-bottom-color:#fff;}
#tiptip_holder.tip_right #tiptip_arrow {border-right-color:#fff;}
#tiptip_holder.tip_left #tiptip_arrow {border-left-color:#fff;}
#tiptip_holder.tip_top #tiptip_arrow_inner {margin-top:-7px;margin-left:-6px;border-top-color:var(--c-grey-light);}
#tiptip_holder.tip_bottom #tiptip_arrow_inner {margin-top:-5px;margin-left:-6px;border-bottom-color:var(--c-grey-light);}
#tiptip_holder.tip_right #tiptip_arrow_inner {margin-top:-6px;margin-left:-5px;border-right-color:var(--c-grey-light);}
#tiptip_holder.tip_left #tiptip_arrow_inner {margin-top:-6px;margin-left:-7px;border-left-color:var(--c-grey-light);}
*/
.my-cal {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.my-cal > div {
  width: 14.2857%;
  min-height: 100px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.my-cal__offset > div {
  opacity: 0.5;
}

.my-cal__day {
  padding: 0.5em;
  background: #fff;
  border-bottom: 0px dotted #ddd;
}

.my-cal__num {
  display: inline-block;
  width: 1.75em;
  height: 1.75em;
  line-height: 1.75em;
  font-size: 0.91rem;
  font-weight: normal;
  background: var(--c-grey-light);
  color: #000;
  text-align: center;
  border-radius: 50%;
}

.my-cal__today .my-cal__num {
  background: var(--c-primary);
  color: #fff;
}

.my-cal__name {
  font-size: 0.75rem;
  font-weight: normal;
  color: var(--c-grey);
  margin-left: 0.2em;
}

.my-cal__event {
  display: block;
  font-size: 0.75rem;
  background: var(--c-primary);
  color: #fff;
  padding: 0.4em;
  text-decoration: none;
  margin: 3px;
}

.my-cal__event:hover {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .my-cal > div {
    min-height: 50px;
  }
  .my-cal__event {
    min-height: 1em;
    margin-bottom: 7px;
  }
  .my-cal__name {
    display: none;
  }
  .my-cal__event span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
.my-cal--line {
  border-bottom: 1px solid #ccc;
}

.my-cal--line > div {
  width: 3.22%;
  min-height: 100px;
  border: 0;
  border-left: 1px solid #ccc;
}

.my-cal--line .my-cal__day {
  padding: 0.5em 0;
  text-align: center;
}

.my-cal--line .my-cal__offset, .my-cal--line .my-cal__name {
  display: none;
}

.login {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  min-height: 200px;
  margin-left: -200px;
  margin-top: -100px;
  z-index: 9999;
  border: 0px solid #d2d9dc;
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
  display: none;
  padding: 30px 0 0 0px;
  border-radius: 10px;
}

.close-box {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: #722ea5;
  border: 1px solid #722ea5;
  cursor: pointer;
  text-align: center;
  font-size: 130%;
  border-radius: 50%;
}

.auth fieldset {
  border-width: 0;
  margin: 0;
  padding: 20px;
  background: #ddd;
}

.auth p {
  clear: both;
  margin: 5px 0 0 0;
  padding: 0;
  line-height: 23px;
}

.auth span {
  clear: left;
  display: block;
  float: left;
  width: 33%;
  padding-top: 2px;
}

.auth input.inp {
  width: 60%;
}

@media screen and (max-width: 767px) {
  .login {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    min-height: 200px;
    margin-left: -50%;
    margin-top: 0;
  }
}
.gallery {
  display: flex;
  flex-flow: row;
  flex-direction: row;
  flex-wrap: wrap;
}

.gallery .card {
  background: #fff;
  padding: 0px;
  margin: 0;
  border-color: #e6e6e6;
  border-style: solid;
  display: flex;
  flex-flow: row;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.gallery .card:hover {
  border-color: #ccc;
  opacity: 0.8;
}

.gallery .photo-desc {
  margin: 0 7px 35px 0;
}

.gallery .photo-desc span {
  display: block;
  position: relative;
  top: 5px;
  font-size: 0.85rem;
  color: #666;
  line-height: 1;
}

.gallery a.photo-desc {
  text-decoration: none;
}

/* galler--5x */
.gallery--5x .card {
  width: 20% !important;
  height: auto !important;
  margin: 0 !important;
  border-color: transparent !important;
}

.gallery--5x .card img {
  width: 100% !important;
  height: auto !important;
  line-height: 1 !important;
}

.gallery--5x .card:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .gallery--5x .card {
    width: 33% !important;
  }
}
/* OLD
.card {width:120px;height:120px;line-height:118px;border-width:1px;margin-right:7px;margin-bottom:7px;} // CMS generator
.gallery .card {float:left;background:#fff;padding:0;text-align:center;border-color:#e6e6e6;border-style:solid;box-sizing:content-box !important;}
.gallery .card {line-height: 0 !important}
.gallery .card:hover {border-color:#bbb;}
.gallery img {vertical-align:middle;}
*/
/*
.player {display:block;cursor:pointer;margin:0px;background-position:top left;background-repeat:no-repeat;background-size:cover;}
.play {height:100%;position:relative;} //background:url(img/player/play2.png) center center no-repeat;
.player div.file-info {width:100%;background:rgba(100,100,100,0.9);position:absolute;bottom:0px;left:0;}
.player div.file-info p {margin:0;padding:10px 15px;color:#fff;display:block;font-weight:normal;line-height:1.6;}
*/
.flashContainer {
  position: relative;
  overflow: hidden;
}

.progressBar {
  display: none;
  position: absolute;
  width: auto;
  height: 8px;
  left: 20px;
  right: 105px;
  bottom: 20px;
  background-color: #141414;
  overflow: hidden;
  cursor: pointer;
}

.progressBar .elapsed {
  position: absolute;
  width: 0;
  height: 100%;
  background-color: #1fa2f6;
  border-right: 1px solid #49AFF0;
}

.controlDiv {
  background-image: url(img/youtube/youtube-controls.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 106px;
  height: 102px;
  cursor: pointer;
  top: 50%;
  left: 50%;
  margin: -53px 0 0 -51px;
}

.controlDiv.play {
  background-position: 0 0;
}

.controlDiv.pause {
  background-position: 0 -9999px;
}

.controlDiv.replay {
  background-position: 0 -204px;
}

.flashContainer:hover .controlDiv.pause {
  background-position: 0 -102px;
}

.flashContainer.playing:hover .progressBar {
  display: block;
}

.rss-brief {
  margin: 0;
  padding: 0;
}

.rss-brief li {
  list-style-type: none;
  list-style-image: none;
}

.rss-brief li span {
  padding: 0px 5px;
  background: #eee;
  margin-right: 10px;
}

.sitemap {
  margin: 0;
  padding: 0;
}

.sitemap li {
  margin: 1em 0;
  padding: 0;
  font-size: 1rem;
  list-style-type: none;
  list-style-image: none;
  font-weight: var(--fw-bold);
}

.sitemap li:before {
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  content: "";
  margin-right: 0.35em;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path d="M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z"/></svg>');
}

.sitemap ul li {
  font-size: 0.875rem;
  margin: 0.5em 0 0.5em 1em;
  padding: 0;
  font-weight: var(--fw-regular);
}

/* FA
.sitemap li:before {font-family: "FontAwesome";content:"\f114";color:#000;font-size:0.875rem;text-decoration:none;margin-right:10px;font-weight: var(--fw-regular);}
.sitemap ul li::before {content:"\f105";}
*/
.submit-cookies {
  position: fixed;
  bottom: 0;
  z-index: 1090;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  color: #333;
  border-top: 1px solid #eee;
  font-size: 0.825rem;
  padding: 1.5em;
  text-align: center;
}

.submit-cookies button {
  background: var(--c-button);
  color: #fff;
  border: 0;
  padding: 0.75em 1.5em;
  font-size: 1rem;
  font-weight: var(--fw-bold);
  cursor: pointer;
  margin-left: 1.5em;
  line-height: 1;
  border-radius: var(--frm-radius);
}

.submit-cookies button:hover {
  background: var(--c-button-hover);
}

.cancel-cookies {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 9998;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  color: #333;
  border-top: 1px solid #eee;
  padding: 3px 0;
  font-size: 0.8rem;
  text-align: center;
}

.cancel-cookies button {
  background: transparent;
  color: #333;
  border: 0;
  padding: 0;
  font-size: 0.8rem;
  cursor: pointer;
  margin-left: 0;
  text-decoration: underline;
  font-weight: var(--fw-regular);
}

.eu-cookies a {
  color: #000;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .submit-cookies {
    font-size: 0.812rem;
  }
  .submit-cookies button {
    display: block;
    margin: 20px auto 0;
  }
}
.skippy {
  background-color: #000;
}

.skippy:focus-within a {
  position: static;
  display: inline-block;
  width: auto;
  height: auto;
  color: #fff;
  padding: 0.5em 1em;
  margin: 0.5em;
  overflow: visible;
  clip: auto;
  white-space: normal;
  border: 1px solid transparent;
}

.skippy:focus-within a:focus {
  border: 1px solid #fff;
}

.top-bar {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}

.top-bar__item {
  background: #404652;
  color: #fff;
  margin: 0;
  padding: 0.25em 0.75em;
  font-size: 0.875rem;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-bar a {
  color: #fff;
  text-decoration: none;
}

.top-bar__short {
  display: none;
}

@media screen and (max-width: 767px) {
  .top-bar {
    width: 100%;
    background: #404652;
    justify-content: center;
  }
  .top-bar__short {
    display: inline;
  }
  .top-bar__long {
    display: none;
  }
}
.dark-mode-toggle { /*position: absolute; z-index: 100; top: 1em; right: 1em; */
  color: var(--foreground);
  border: 0;
  padding: 0px;
  background: transparent;
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.header-area {
  margin: 1.25em 0;
  display: flex;
  flex-flow: row;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
}

.header-area__logo {
  order: 1;
  flex: 0 0 auto;
  padding-right: 3em;
}

.header-area__nav {
  order: 2;
  flex: 1 1 auto;
}

.header-area__control {
  order: 3;
  flex: 0 0 auto;
}

@media screen and (max-width: 767px) {
  .header-area {
    margin: 1.25em 0;
    flex-wrap: wrap;
  }
  .header-area__logo {
    order: 1;
    flex: 1 0 auto;
    padding-right: 0;
  }
  .header-area__nav {
    order: 3;
    flex: 0 0 100%;
  }
  .header-area__control {
    order: 2;
    flex: 0 0 auto;
  }
}
.toptext {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.toptext__holder {
  max-width: 650px;
  padding: 0 2em;
  text-align: center;
}

.toptext__title {
  margin: 0;
  padding: 0;
  font-size: 3.5rem;
  color: #fff;
  font-weight: var(--fw-bold);
  line-height: 1;
  text-transform: uppercase;
}

.toptext__desc {
  margin: 1em 0;
  padding: 0;
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.4;
}

.toptext__button {
  margin: 0;
  padding: 0;
  line-height: 1.4;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .toptext__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .toptext__title {
    font-size: 1.5rem;
  }
  .toptext__desc {
    margin: 0.75em 0;
    font-size: 1rem;
  }
  .toptext__button .button--big {
    font-size: 1rem;
  }
}
.cblock {
  position: relative;
  clear: both;
  padding: var(--spacer) 0;
}

.cblock:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.cblock--alt {
  background-color: var(--bg-section);
}

@media screen and (max-width: 767px) {
  .cblock {
    padding: calc(var(--spacer) / 1.5) 0;
  }
}
.hot__item {
  background-color: var(--bg-box);
  text-decoration: none;
}

.hot__holder {
  padding: 1.5em 1em;
}

.hot__title {
  color: var(--c-title);
  font-size: 1.25rem;
  margin: 0 0 0.35em 0;
  padding: 0;
  text-align: center;
}

.hot__desc {
  margin: 0;
  padding: 0;
  text-align: center;
}

.hot__link {
  text-align: center;
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .hot .fx-item {
    width: 100%;
    margin-bottom: 1em;
  }
}
.editorial__title {
  color: #000;
  font-size: 1.3rem;
  margin: 5px 0 0 0;
  padding: 0;
  text-align: left;
}

.editorial__desc {
  color: #444;
  margin: 0;
  padding: 0;
}

.elinks__item {
  text-decoration: none;
  text-align: center;
}

.elinks__title {
  font-size: 0.875rem;
  margin: 0.5em 0 0 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .elinks .fx-item {
    margin-bottom: 1em;
  }
}
.my-footer {
  background: var(--bg-footer);
}

.my-footer__title {
  color: var(--c-title);
  font-size: 1.3rem;
  margin: 1em 0 0.5em 0;
  padding: 0;
}

.my-footer__desc {
  margin: 0;
  padding: 0;
}

.my-footer a {
  color: var(--c-link-alt);
}

.my-footer a:hover {
  color: var(--c-link-alt-hover);
}

@media screen and (max-width: 767px) {
  .my-footer .fx-item {
    margin-bottom: 2em;
  }
  .my-footer li {
    display: inline-block;
  }
  .my-footer a {
    display: inline-block;
    padding: 0.5em 1em;
  }
}
.copyright {
  padding: 2em 0;
}

.copyright a {
  color: var(--c-link-alt);
}

.copyright a:hover {
  color: var(--c-link-alt-hover);
}

.team {
  display: flex;
  flex-flow: row;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.team__photo {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}

.team__rank {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  color: #999;
  font-size: 1rem;
}

.team__name {
  margin: 0;
  padding: 0;
  color: #000;
  font-weight: var(--fw-bold);
  font-size: 1rem;
}

.team__contacts {
  margin: 0;
  padding: 0;
  color: #000;
}

.map-holder {
  background: #eee;
  line-height: 0;
}

#map, .map {
  width: 100%;
  height: 450px;
}

.smap img:not([src*=pin]) {
  filter: grayscale(80%);
}

.smap .card {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  overflow: visible;
}

.smap .card-body {
  background: transparent;
}

.map-card {
  background: #fff;
  color: #000;
  padding: 10px;
}

.smap .copyright {
  background: transparent;
}

@media screen and (max-width: 767px) {
  #map, .map {
    height: 280px;
  }
}
.icons-share {
  margin: 1.5em 0;
  padding: 0;
  text-align: left;
}

.icons-share li {
  display: inline-block;
  list-style-type: none;
  list-style-image: none;
  margin-right: 0.25em;
  padding: 0;
  background-image: none;
  vertical-align: middle;
  line-height: 1;
}

.icons-share a {
  width: 2.5em;
  height: 2.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
}

.icons-share a:hover {
  opacity: 0.8;
}

.icons-share svg {
  height: 1.25em;
}

.icons-share .i-facebook {
  color: var(--c-facebook);
  fill: var(--c-facebook);
  border-color: var(--c-facebook);
}

.icons-share .i-twitter {
  color: var(--c-twitter);
  fill: var(--c-twitter);
  border-color: var(--c-twitter);
}

.icons-share .i-instagram {
  color: var(--c-instagram);
  fill: var(--c-instagram);
  border-color: var(--c-instagram);
}

.icons-share .i-linkedin {
  color: var(--c-linkedin);
  fill: var(--c-linkedin);
  border-color: var(--c-linkedin);
}

.icons-promo {
  margin: 1.5em 0;
  padding: 0;
  text-align: center;
}

.icons-promo li {
  display: inline-block;
  list-style-type: none;
  list-style-image: none;
  margin-right: 0.25em;
  padding: 0;
  background-image: none;
  vertical-align: middle;
  line-height: 1;
}

.icons-promo a {
  width: 2.5em;
  height: 2.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  fill: #fff;
}

.icons-promo a:hover {
  opacity: 0.8;
}

.icons-promo svg {
  height: 1.25em;
}

.icons-promo .i-facebook {
  background-color: var(--c-facebook);
}

.icons-promo .i-twitter {
  background-color: var(--c-twitter);
}

.icons-promo .i-instagram {
  background-color: var(--c-instagram);
}

.icons-promo .i-youtube {
  background-color: var(--c-youtube);
}

.icons-promo .i-linkedin {
  background-color: var(--c-linkedin);
}

.icons-promo .i-rss {
  background-color: var(--c-rss);
}

.icons-promo span {
  display: none; /*display:table-cell;*/
  padding-left: 8px;
  vertical-align: middle;
}

.box {
  padding: 4em;
  background-color: var(--c-grey-light);
  background-position: center;
  background-repeat: no-repeat;
}

.box--lightgrey {
  background-color: var(--c-grey-light);
}

.box--grey {
  background-color: #c1c1c3;
}

.box--info {
  padding: 2.5em 1em;
}

.box > h2, .box > h3 {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .box {
    padding: 2em;
  }
}
.masonry {
  display: column;
  columns: 3;
  gap: 1.5em;
}

.masonry > * {
  break-inside: avoid;
  margin-bottom: 1em;
  border: 1px solid #ddd;
}

@supports (grid-template-rows: masonry) {
  .masonry {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: masonry;
    grid-auto-flow: dense;
  }
  .mansory > * {
    margin-bottom: 0;
  }
}
.masonry__featured {
  grid-column: span 2;
}

.masonry__flow > * + * {
  margin-top: 1em;
}

.masonry img {
  display: block;
  max-width: 100%;
}

.masonry__item {
  margin: 0 0 1.5em 0;
  padding: 0em;
  background: white;
}

.ag-gallery {
  display: flex;
  flex-wrap: wrap;
}

.ag-gallery__link {
  width: 33.3333%;
}

.ag-gallery__link:first-child, .ag-gallery__link:last-child {
  width: 66.6666%;
}

.ag-gallery__link:first-child .ag-1x1, .ag-gallery__link:last-child .ag-1x1 {
  padding-bottom: 50%;
}

.ag-1x1 {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  border: 1px solid var(--bg-default);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ag-object {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.ag-gallery a:hover .ag-object {
  background-color: rgba(0, 0, 0, 0.2);
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="white" d="M23.4,21.64l-5.48-5.48a.51.51,0,0,0-.38-.16h-.6a9.38,9.38,0,1,0-1,1v.59a.57.57,0,0,0,.16.39l5.49,5.48a.54.54,0,0,0,.76,0l1-1A.53.53,0,0,0,23.4,21.64ZM9.83,17.08a7.23,7.23,0,1,1,7.23-7.22A7.23,7.23,0,0,1,9.83,17.08Z"/></svg>');
}

/*
.gradient-text {background-image: linear-gradient(90deg, red, blue);background-clip: text;color:transparent;}
*/
/*
.text1 {display: block;color: #000;font-size: 60px;font-weight: 700;letter-spacing:0;margin:0px;background: #fff;position: relative;animation: text 3s 1;}
.text2 {display: block;font-size: 30px;color: #6ab04c;}
@keyframes text {
  0% {margin-bottom: -40px;}
  30% {letter-spacing: 25px;margin-bottom: -40px;}
  75% {letter-spacing: 8px;margin-bottom: -40px;}
}
*/
/* sprite - templates
.sprite {display:block;width:32px;height:32px;background-color:#ddd;background-image:url(img/icons/ico-buttons.png);background-repeat:no-repeat;cursor:pointer;}
.sprite span {display:none;}
.sprite--search {background-position:0 0;background-color:#f38b00;}
.sprite--search:hover {background-color:#f59d28;}
.sprite--rss {background-position:-32px 0;background-color:#faa33d;}
.sprite--rss:hover {background-color:#faaf57;}
*/
/* message - templates
.message {float:left;display:block;width:32px;height:32px;overflow:hidden;margin:5px 15px 5px 0;background-image:url(img/icons/messages.png);background-color:transparent;background-repeat:no-repeat;background-position:0 -1000px;}
.message--warning {background-position:0 0;}
.message--information {background-position:0 -50px;}
.message--tip {background-position:0 -100px;}
.message--help {background-position:0 -150px;}
.message--error {background-position:0 -200px;}
*/
.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  transition: all 0s;
}

.tns-slider > .tns-item {
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: 2333.3333333333%;
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: 1.4285714286%;
  height: 10px;
  float: left;
}

.customize-tools {
  position: relative;
}

/*
.thumbnails {margin: 20px 0;text-align: center;}
.thumbnails li {display: inline-block;cursor: pointer;border: 5px solid #fff;}
.thumbnails .tns-nav-active {background: none;border-color: #000;}
.thumbnails li { width: 50px; }
.thumbnails img { vertical-align: bottom; height: auto; max-height: 50px; }
*/
/*/ controls
.controls { text-align: center; }
.controls li {display: block;position: absolute;top: 50%;height: 60px;line-height: 60px;margin-top: -30px;padding: 0 15px;cursor: pointer;transition: background 0.3s;}
.controls li img { display: inline-block; vertical-align: middle; }
.controls .prev { left: 0; }
.controls .next { right: 0; }
.controls li:hover { background: #f2f2f2; }
*/
.tns-controls [aria-controls] {
  font-size: 1rem;
  margin: 0;
  padding: 0;
  height: 2.5em;
  color: #000;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  border: 0;
}

[data-action] {
  display: block;
  margin: 10px auto;
  font-size: 17px;
  min-width: 3em;
  text-align: center;
  background: transparent;
  border: 0;
}

.tns-controls [disabled] {
  color: #999999;
  background: #B3B3B3;
  cursor: not-allowed !important;
}

.tns-nav {
  text-align: center;
  margin: 0;
}

.tns-nav > [aria-controls] {
  width: 9px;
  height: 9px;
  padding: 0;
  margin: 0 6px;
  border-radius: 50%;
  background: #ddd;
  border: 0;
}

.tns-nav > .tns-nav-active {
  background: #999;
}

.tns-outer button:focus {
  outline: none;
}

.tns-outer {
  position: relative;
}

.tns-controls [data-controls] {
  position: absolute;
  top: 50%;
  z-index: 9;
  width: 3.5em;
  height: 3.5em;
  line-height: 3.5em;
  margin-top: -1.75em;
}

.tns-controls [data-controls=prev] {
  left: 0;
}

.tns-controls [data-controls=next] {
  right: 0;
}

.tns-controls button svg {
  vertical-align: middle;
  height: 2.5em;
  fill: #fff;
}

.tns-controls button:hover svg {
  fill: var(--c-primary);
}

.tns-nav {
  position: absolute;
  bottom: 1.5em;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  z-index: 9;
}

@media screen and (max-width: 767px) {
  .tns-nav {
    display: none;
  }
}
/*/ playbutton
.playbutton-wrapper { text-align: center;}
.playbutton-wrapper button { height: 34px; padding: 0 10px; font-size: 14px; background: #fff; border-radius: 3px; border: 1px solid  #ccc; cursor: pointer; }
.wrapper { padding: 0 5em; }
*/
/*/ titles
.suite-container .title,.suite-container .subtitle, .suite-container li { padding: 5px 10px; }
.suite-container li {font-size: 12px;line-height: 1.4;background: #f5f5f5;}
.suite-container .title { font-size: 14px; font-weight: bold; background: #8acac6; text-transform: capitalize; }
.suite-container .subtitle { font-size: 13px; font-weight: bold; background: #dedede; text-transform: capitalize; }
.suite-container .fail { background: #FFADE2; }
*/
/*[class*="vertical"] p { display: none; }*/
/*/ reset prism
pre[class*="language-"] { margin: 0; }
*/
/*/ test results
.test-results {line-height: 1.4;padding: 20px 10%;background-color: #f2f2f2;}
*/
/*/ go to
.goto-controls {margin-bottom: 10px;text-align: center;}
.goto-controls input,.goto-controls .button {display: inline-block;font-size: 14px;height: 2.6em;line-height: 2.6;padding: 0 1em;box-sizing: border-box;vertical-align: middle;}
.goto-controls input {border: 1px solid  #ccc;}
.goto-controls .button {min-width: 4em;border: none;color: #fff;background-color: #333;cursor: pointer;}
*/
/*/ rollOut
@keyframes rollOut {
  from {opacity: 1;}
  to {opacity: 0;transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);}
}

.rollOut {animation-name: rollOut;}
*/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: url(images/overlay.png) repeat 0 0;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -101px 0;
}

#cboxTopRight {
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -130px 0;
}

#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -101px -29px;
}

#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -130px -29px;
}

#cboxMiddleLeft {
  width: 21px;
  background: url(images/controls.png) left top repeat-y;
}

#cboxMiddleRight {
  width: 21px;
  background: url(images/controls.png) right top repeat-y;
}

#cboxTopCenter {
  height: 21px;
  background: url(images/border.png) 0 0 repeat-x;
}

#cboxBottomCenter {
  height: 21px;
  background: url(images/border.png) 0 -29px repeat-x;
}

#cboxContent {
  background: #fff;
  overflow: hidden;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 28px;
}

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

#cboxLoadingOverlay {
  background: url(images/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
  background: url(images/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(images/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: -75px -25px;
}

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(images/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: -50px -25px;
}

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(images/controls.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxClose:hover {
  background-position: -25px -25px;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/** Load mixins */
/* Responsive table mixin (flexbox) */
/************************************************************
* Reponsive table mixin (flexbox)
************************************************************/
/** Load components */
/* View */
/* Data view: target area for snippets */
[data-view] {
  position: relative;
}

/* View */
/* Data type: prebij vychozi inline ci block vlastnost */
[data-type=inline] {
  display: inline;
}

[data-type=block] {
  display: block;
}

/* Bar */
/* Default bar definition */
.bar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.6em;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  height: 3em;
  padding: 0 0.85rem 0 0.85rem;
  overflow: hidden;
}

/* Space */
/* Vyplni veskery volny prostor nadrazeneho elementu */
.space {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
  height: 100%;
  overflow: auto;
}

/* Desktop */
/* Desktop */
.desktop {
  background-color: #F1EBE5;
}

/* Set as top desktop*/
.desktop-top {
  z-index: 66666;
}

.desktop-bar {
  padding: 0;
  background-color: #F28536;
  color: white;
}

.desktop-bar-button, a:hover.desktop-bar-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 0;
  flex-shrink: 0;
  width: 3em;
  height: 3em;
  background-color: #515151;
  color: white;
  cursor: pointer;
}

.desktop-bar-switch {
  display: flex;
  gap: 0.6em;
  padding: 0;
  overflow-x: auto;
  overflow-y: hidden;
  align-items: center;
  width: 100%;
}

/* Layer */
/* Layers */
.layer {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 55555;
}

/* Splashscreen */
.splashscreen {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: red;
  top: 0;
  left: 0;
}

/* Sizes */
.max {
  width: 100% !important;
  height: 100% !important;
}

/* Window */
/* Window */
.window {
  background-color: #F1EBE5;
  border: solid 1px rgb(177, 160, 144);
}

/* table */
/* Základní styly pro tabulku */
.table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

/* Styly pro záhlaví tabulky */
.table th {
  background-color: #f2f2f2;
  font-weight: bold;
  padding: 10px;
  text-align: left;
}

/* Střídavé barvení řádků */
.table tr:nth-child(even) {
  background-color: #f9f9f9;
}

/* Styly pro buňky tabulky */
.table td {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

/* Hover efekt pro řádek */
.table tr:hover {
  background-color: #e0e0e0;
}

/* Styly pro mobilní zobrazení */
@media (max-width: 768px) {
  .table {
    width: 100%; /* Roztáhne tabulku na celou šířku stránky */
    display: block;
  }
  .table thead {
    display: none;
  }
  .table tr {
    margin-bottom: 10px;
    display: block; /* Zobrazí řádek jako blokový prvek */
  }
  .table td {
    border: none;
    display: block; /* Zobrazí buňku jako blokový prvek */
    width: 100%; /* Roztáhne buňku na celou šířku řádku */
  }
}
/* Window switcher */
/************************************************************
* Window switcher
************************************************************/
.desktop-bar-switch a {
  color: #515151;
}

.desktop-bar-switch a.active {
  color: white;
}

.desktop-bar-switch .icon {
  font-size: 2rem;
}

/** Load settings */
/* Default */
/************************************************************
* Default settings
************************************************************/
.icon {
  font-size: 1.5rem;
}

/** Load emersion platform styles */
/** Bars */
/************************************************************
* Responsive flexbox table
************************************************************/
/************************************************************
* Table
************************************************************/
.flex-table {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: solid 0.01em rgb(188, 188, 188);
}

/************************************************************
* Header
************************************************************/
.flex-table__header {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #747474;
  color: white;
}

/*******************
* Tablet and mobile 
********************/
@media (max-width: 991px) {
  .flex-table__header {
    display: none;
  }
}
/************************************************************
* Row
************************************************************/
.flex-table__row {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #FFFFFF;
}

.flex-table__row:nth-child(even) {
  background-color: #EFEFEF;
}

.flex-table__row:hover {
  background-color: #FEF8C1;
}

/*******************
* Tablet and mobile 
********************/
@media (max-width: 991px) {
  .flex-table__row {
    flex-wrap: wrap;
    height: auto;
    background-color: #FCE7D7 !important;
    border-bottom: none;
    margin-bottom: 1em;
    padding: 0.5em;
  }
}
/************************************************************
* Cell
************************************************************/
.flex-table__cell {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 3em;
}

/*******************
* Tablet and mobile 
********************/
@media (max-width: 991px) {
  .flex-table__cell {
    width: 100% !important;
  }
  .flex-table__cell:nth-child(odd) {
    background-color: #FFFFFF;
  }
  .flex-table__cell:nth-child(even) {
    background-color: #EFEFEF;
  }
}
/************************************************************
* Item (cell content): .cell-name, .cell-value
************************************************************/
.flex-table__cell-name {
  display: none;
}

.flex-table__cell-value {
  display: flex;
  align-items: center;
  padding: 0.5em 1em 0.5em 1em;
  width: 100%;
}

/*******************
* Tablet and mobile 
********************/
@media (max-width: 991px) {
  .flex-table__cell-name {
    display: flex;
    align-items: center;
    width: 13em;
    padding: 0.5em 1em 0.5em 1em;
    border-right: dotted 1px currentcolor;
  }
  .flex-table__cell-value {
    justify-content: center !important;
  }
}
/************************************************************
* Table items
************************************************************/
/*****************************
* Root buttons
******************************/
.flex-table__root-buttons {
  display: flex;
}

.flex-table__root-button {
  display: flex;
  align-items: center;
  color: #F28536;
  border-radius: 5%;
  padding: 0.4em 0.5em 0.4em 0.5em;
  text-decoration: none;
}

.flex-table__root-button:hover {
  color: #747474;
}

/*****************************
* Item buttons
******************************/
.flex-table__item-buttons-cell {
  width: 17em;
  justify-content: flex-end;
}

.flex-table__item-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5em;
}

.flex-table__item-buttons a {
  color: #747474;
  padding: 0.2em;
  cursor: pointer;
}

.flex-table__item-buttons a:hover {
  color: orange;
}

/*****************************
* Item checkbox
*****************************/
.flex-table__checkbox-button-cell {
  width: 4em;
  justify-content: center;
}

.flex-table__checkbox-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #AAAAAA;
  color: #fff;
  padding: 0.5em;
  text-decoration: none;
}

.flex-table__checkbox-button.active {
  background-color: orange;
}

.flex-table__checkbox-button:hover {
  background-color: orange;
  color: #fff;
}

/** Tablet and mobile */
@media (max-width: 991px) {
  .flex-table__checkbox-button {
    width: 100%;
    padding: 0.5em;
  }
}
/** Bars */
/* System bar - desktop switcher */
.system-bar {
  height: 2rem;
  background-color: #515151;
  color: white;
}

.system-bar a {
  color: white;
}

.system-bar a:hover {
  color: orange;
}

/* Top bar - logo, logout, system-bar toggler... */
.top-bar {
  background-color: #F28536;
  color: white;
}

/*/ --- UTILITIES --- */
.m-0 {
  margin: 0;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-3 {
  margin: 1rem;
}

.m-4 {
  margin: 1.5rem;
}

.m-5 {
  margin: 3rem;
}

.m-auto {
  margin: auto;
}

.mx-0 {
  margin-right: 0;
  margin-left: 0;
}

.mx-1 {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}

.mx-2 {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

.mx-3 {
  margin-right: 1rem;
  margin-left: 1rem;
}

.mx-4 {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}

.mx-5 {
  margin-right: 3rem;
  margin-left: 3rem;
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-4 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-5 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 1rem;
}

.mt-4 {
  margin-top: 1.5rem;
}

.mt-5 {
  margin-top: 3rem;
}

.mt-auto {
  margin-top: auto;
}

.mr-0 {
  margin-right: 0;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 1rem;
}

.mr-4 {
  margin-right: 1.5rem;
}

.mr-5 {
  margin-right: 3rem;
}

.mr-auto {
  margin-right: auto;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.mb-5 {
  margin-bottom: 3rem;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-0 {
  margin-left: 0;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 1rem;
}

.ml-4 {
  margin-left: 1.5rem;
}

.ml-5 {
  margin-left: 3rem;
}

.ml-auto {
  margin-left: auto;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 1rem;
}

.p-4 {
  padding: 1.5rem;
}

.p-5 {
  padding: 3rem;
}

.px-0 {
  padding-right: 0;
  padding-left: 0;
}

.px-1 {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}

.px-2 {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.px-3 {
  padding-right: 1rem;
  padding-left: 1rem;
}

.px-4 {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.px-5 {
  padding-right: 3rem;
  padding-left: 3rem;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-4 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.pt-0 {
  padding-top: 0;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 1rem;
}

.pt-4 {
  padding-top: 1.5rem;
}

.pt-5 {
  padding-top: 3rem;
}

.pr-0 {
  padding-right: 0;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-3 {
  padding-right: 1rem;
}

.pr-4 {
  padding-right: 1.5rem;
}

.pr-5 {
  padding-right: 3rem;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 1rem;
}

.pb-4 {
  padding-bottom: 1.5rem;
}

.pb-5 {
  padding-bottom: 3rem;
}

.pl-0 {
  padding-left: 0;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-3 {
  padding-left: 1rem;
}

.pl-4 {
  padding-left: 1.5rem;
}

.pl-5 {
  padding-left: 3rem;
}

.gap-0 {
  gap: 0;
}

.gap-1 {
  gap: 0.25em;
}

.gap-2 {
  gap: 0.5em;
}

.gap-3 {
  gap: 0.75em;
}

.gap-4 {
  gap: 1em;
}

.gap-5 {
  gap: 1.5em;
}

.gap-6 {
  gap: 2em;
}

.gap-7 {
  gap: 2.5em;
}

.gap-8 {
  gap: 3em;
}

.gap-9 {
  gap: 3.5em;
}

.gap-10 {
  gap: 4em;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .m-0-md {
    margin: 0;
  }
  .m-1-md {
    margin: 0.25rem;
  }
  .m-2-md {
    margin: 0.5rem;
  }
  .m-3-md {
    margin: 1rem;
  }
  .m-4-md {
    margin: 1.5rem;
  }
  .m-5-md {
    margin: 3rem;
  }
  .m-auto-md {
    margin: auto;
  }
  .mx-0-md {
    margin-right: 0;
    margin-left: 0;
  }
  .mx-1-md {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }
  .mx-2-md {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  .mx-3-md {
    margin-right: 1rem;
    margin-left: 1rem;
  }
  .mx-4-md {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
  .mx-5-md {
    margin-right: 3rem;
    margin-left: 3rem;
  }
  .mx-auto-md {
    margin-right: auto;
    margin-left: auto;
  }
  .my-0-md {
    margin-top: 0;
    margin-bottom: 0;
  }
  .my-1-md {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .my-2-md {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .my-3-md {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .my-4-md {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .my-5-md {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .my-auto-md {
    margin-top: auto;
    margin-bottom: auto;
  }
  .mt-0-md {
    margin-top: 0;
  }
  .mt-1-md {
    margin-top: 0.25rem;
  }
  .mt-2-md {
    margin-top: 0.5rem;
  }
  .mt-3-md {
    margin-top: 1rem;
  }
  .mt-4-md {
    margin-top: 1.5rem;
  }
  .mt-5-md {
    margin-top: 3rem;
  }
  .mt-auto-md {
    margin-top: auto;
  }
  .mr-0-md {
    margin-right: 0;
  }
  .mr-1-md {
    margin-right: 0.25rem;
  }
  .mr-2-md {
    margin-right: 0.5rem;
  }
  .mr-3-md {
    margin-right: 1rem;
  }
  .mr-4-md {
    margin-right: 1.5rem;
  }
  .mr-5-md {
    margin-right: 3rem;
  }
  .mr-auto-md {
    margin-right: auto;
  }
  .mb-0-md {
    margin-bottom: 0;
  }
  .mb-1-md {
    margin-bottom: 0.25rem;
  }
  .mb-2-md {
    margin-bottom: 0.5rem;
  }
  .mb-3-md {
    margin-bottom: 1rem;
  }
  .mb-4-md {
    margin-bottom: 1.5rem;
  }
  .mb-5-md {
    margin-bottom: 3rem;
  }
  .mb-auto-md {
    margin-bottom: auto;
  }
  .ml-0-md {
    margin-left: 0;
  }
  .ml-1-md {
    margin-left: 0.25rem;
  }
  .ml-2-md {
    margin-left: 0.5rem;
  }
  .ml-3-md {
    margin-left: 1rem;
  }
  .ml-4-md {
    margin-left: 1.5rem;
  }
  .ml-5-md {
    margin-left: 3rem;
  }
  .ml-auto-md {
    margin-left: auto;
  }
  .p-0-md {
    padding: 0;
  }
  .p-1-md {
    padding: 0.25rem;
  }
  .p-2-md {
    padding: 0.5rem;
  }
  .p-3-md {
    padding: 1rem;
  }
  .p-4-md {
    padding: 1.5rem;
  }
  .p-5-md {
    padding: 3rem;
  }
  .px-0-md {
    padding-right: 0;
    padding-left: 0;
  }
  .px-1-md {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
  .px-2-md {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .px-3-md {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .px-4-md {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .px-5-md {
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .py-0-md {
    padding-top: 0;
    padding-bottom: 0;
  }
  .py-1-md {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .py-2-md {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .py-3-md {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .py-4-md {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .py-5-md {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .pt-0-md {
    padding-top: 0;
  }
  .pt-1-md {
    padding-top: 0.25rem;
  }
  .pt-2-md {
    padding-top: 0.5rem;
  }
  .pt-3-md {
    padding-top: 1rem;
  }
  .pt-4-md {
    padding-top: 1.5rem;
  }
  .pt-5-md {
    padding-top: 3rem;
  }
  .pr-0-md {
    padding-right: 0;
  }
  .pr-1-md {
    padding-right: 0.25rem;
  }
  .pr-2-md {
    padding-right: 0.5rem;
  }
  .pr-3-md {
    padding-right: 1rem;
  }
  .pr-4-md {
    padding-right: 1.5rem;
  }
  .pr-5-md {
    padding-right: 3rem;
  }
  .pb-0-md {
    padding-bottom: 0;
  }
  .pb-1-md {
    padding-bottom: 0.25rem;
  }
  .pb-2-md {
    padding-bottom: 0.5rem;
  }
  .pb-3-md {
    padding-bottom: 1rem;
  }
  .pb-4-md {
    padding-bottom: 1.5rem;
  }
  .pb-5-md {
    padding-bottom: 3rem;
  }
  .pl-0-md {
    padding-left: 0;
  }
  .pl-1-md {
    padding-left: 0.25rem;
  }
  .pl-2-md {
    padding-left: 0.5rem;
  }
  .pl-3-md {
    padding-left: 1rem;
  }
  .pl-4-md {
    padding-left: 1.5rem;
  }
  .pl-5-md {
    padding-left: 3rem;
  }
  .gap-0-md {
    gap: 0;
  }
  .gap-1-md {
    gap: 0.25em;
  }
  .gap-2-md {
    gap: 0.5em;
  }
  .gap-3-md {
    gap: 0.75em;
  }
  .gap-4-md {
    gap: 1em;
  }
  .gap-5-md {
    gap: 1.5em;
  }
  .gap-6-md {
    gap: 2em;
  }
  .gap-7-md {
    gap: 2.5em;
  }
  .gap-8-md {
    gap: 3em;
  }
  .gap-9-md {
    gap: 3.5em;
  }
  .gap-10-md {
    gap: 4em;
  }
}
@media screen and (max-width: 767px) {
  .m-0-sm {
    margin: 0;
  }
  .m-1-sm {
    margin: 0.25rem;
  }
  .m-2-sm {
    margin: 0.5rem;
  }
  .m-3-sm {
    margin: 1rem;
  }
  .m-4-sm {
    margin: 1.5rem;
  }
  .m-5-sm {
    margin: 3rem;
  }
  .m-auto-sm {
    margin: auto;
  }
  .mx-0-sm {
    margin-right: 0;
    margin-left: 0;
  }
  .mx-1-sm {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }
  .mx-2-sm {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  .mx-3-sm {
    margin-right: 1rem;
    margin-left: 1rem;
  }
  .mx-4-sm {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
  .mx-5-sm {
    margin-right: 3rem;
    margin-left: 3rem;
  }
  .mx-auto-sm {
    margin-right: auto;
    margin-left: auto;
  }
  .my-0-sm {
    margin-top: 0;
    margin-bottom: 0;
  }
  .my-1-sm {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .my-2-sm {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .my-3-sm {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .my-4-sm {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .my-5-sm {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .my-auto-sm {
    margin-top: auto;
    margin-bottom: auto;
  }
  .mt-0-sm {
    margin-top: 0;
  }
  .mt-1-sm {
    margin-top: 0.25rem;
  }
  .mt-2-sm {
    margin-top: 0.5rem;
  }
  .mt-3-sm {
    margin-top: 1rem;
  }
  .mt-4-sm {
    margin-top: 1.5rem;
  }
  .mt-5-sm {
    margin-top: 3rem;
  }
  .mt-auto-sm {
    margin-top: auto;
  }
  .mr-0-sm {
    margin-right: 0;
  }
  .mr-1-sm {
    margin-right: 0.25rem;
  }
  .mr-2-sm {
    margin-right: 0.5rem;
  }
  .mr-3-sm {
    margin-right: 1rem;
  }
  .mr-4-sm {
    margin-right: 1.5rem;
  }
  .mr-5-sm {
    margin-right: 3rem;
  }
  .mr-auto-sm {
    margin-right: auto;
  }
  .mb-0-sm {
    margin-bottom: 0;
  }
  .mb-1-sm {
    margin-bottom: 0.25rem;
  }
  .mb-2-sm {
    margin-bottom: 0.5rem;
  }
  .mb-3-sm {
    margin-bottom: 1rem;
  }
  .mb-4-sm {
    margin-bottom: 1.5rem;
  }
  .mb-5-sm {
    margin-bottom: 3rem;
  }
  .mb-auto-sm {
    margin-bottom: auto;
  }
  .ml-0-sm {
    margin-left: 0;
  }
  .ml-1-sm {
    margin-left: 0.25rem;
  }
  .ml-2-sm {
    margin-left: 0.5rem;
  }
  .ml-3-sm {
    margin-left: 1rem;
  }
  .ml-4-sm {
    margin-left: 1.5rem;
  }
  .ml-5-sm {
    margin-left: 3rem;
  }
  .ml-auto-sm {
    margin-left: auto;
  }
  .p-0-sm {
    padding: 0;
  }
  .p-1-sm {
    padding: 0.25rem;
  }
  .p-2-sm {
    padding: 0.5rem;
  }
  .p-3-sm {
    padding: 1rem;
  }
  .p-4-sm {
    padding: 1.5rem;
  }
  .p-5-sm {
    padding: 3rem;
  }
  .px-0-sm {
    padding-right: 0;
    padding-left: 0;
  }
  .px-1-sm {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
  .px-2-sm {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .px-3-sm {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .px-4-sm {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .px-5-sm {
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .py-0-sm {
    padding-top: 0;
    padding-bottom: 0;
  }
  .py-1-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .py-2-sm {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .py-3-sm {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .py-4-sm {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .py-5-sm {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .pt-0-sm {
    padding-top: 0;
  }
  .pt-1-sm {
    padding-top: 0.25rem;
  }
  .pt-2-sm {
    padding-top: 0.5rem;
  }
  .pt-3-sm {
    padding-top: 1rem;
  }
  .pt-4-sm {
    padding-top: 1.5rem;
  }
  .pt-5-sm {
    padding-top: 3rem;
  }
  .pr-0-sm {
    padding-right: 0;
  }
  .pr-1-sm {
    padding-right: 0.25rem;
  }
  .pr-2-sm {
    padding-right: 0.5rem;
  }
  .pr-3-sm {
    padding-right: 1rem;
  }
  .pr-4-sm {
    padding-right: 1.5rem;
  }
  .pr-5-sm {
    padding-right: 3rem;
  }
  .pb-0-sm {
    padding-bottom: 0;
  }
  .pb-1-sm {
    padding-bottom: 0.25rem;
  }
  .pb-2-sm {
    padding-bottom: 0.5rem;
  }
  .pb-3-sm {
    padding-bottom: 1rem;
  }
  .pb-4-sm {
    padding-bottom: 1.5rem;
  }
  .pb-5-sm {
    padding-bottom: 3rem;
  }
  .pl-0-sm {
    padding-left: 0;
  }
  .pl-1-sm {
    padding-left: 0.25rem;
  }
  .pl-2-sm {
    padding-left: 0.5rem;
  }
  .pl-3-sm {
    padding-left: 1rem;
  }
  .pl-4-sm {
    padding-left: 1.5rem;
  }
  .pl-5-sm {
    padding-left: 3rem;
  }
  .gap-0-sm {
    gap: 0;
  }
  .gap-1-sm {
    gap: 0.25em;
  }
  .gap-2-sm {
    gap: 0.5em;
  }
  .gap-3-sm {
    gap: 0.75em;
  }
  .gap-4-sm {
    gap: 1em;
  }
  .gap-5-sm {
    gap: 1.5em;
  }
  .gap-6-sm {
    gap: 2em;
  }
  .gap-7-sm {
    gap: 2.5em;
  }
  .gap-8-sm {
    gap: 3em;
  }
  .gap-9-sm {
    gap: 3.5em;
  }
  .gap-10-sm {
    gap: 4em;
  }
}
.wl-sm {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1em;
}

.wl-md {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1em;
}

.wl-lg {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1em;
}

.wl-xl {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1em;
}

.wl-xxl {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1em;
}

.w1 {
  width: 1em;
}

.w2 {
  width: 2em;
}

.w3 {
  width: 4em;
}

.w4 {
  width: 8em;
}

.w5 {
  width: 16em;
}

.w-2b {
  width: 49%;
}

.w-3b {
  width: 32.3333%;
}

.w-4b {
  width: 24%;
}

.w-5b {
  width: 19%;
}

.w-6b {
  width: 15%;
}

.w-5 {
  width: 5%;
}

.w-10 {
  width: 10%;
}

.w-15 {
  width: 15%;
}

.w-20 {
  width: 20%;
}

.w-25 {
  width: 25%;
}

.w-30 {
  width: 30%;
}

.w-35 {
  width: 35%;
}

.w-33 {
  width: 33.33333%;
}

.w-40 {
  width: 40%;
}

.w-45 {
  width: 45%;
}

.w-50 {
  width: 50%;
}

.w-55 {
  width: 55%;
}

.w-60 {
  width: 60%;
}

.w-65 {
  width: 65%;
}

.w-66 {
  width: 66.66667%;
}

.w-70 {
  width: 70%;
}

.w-75 {
  width: 75%;
}

.w-80 {
  width: 80%;
}

.w-85 {
  width: 85%;
}

.w-90 {
  width: 90%;
}

.w-95 {
  width: 95%;
}

.w-100 {
  width: 100%;
}

.w-auto {
  width: auto;
}

.h1 {
  height: 1em;
}

.h2 {
  height: 2em;
}

.h3 {
  height: 4em;
}

.h4 {
  height: 8em;
}

.h5 {
  height: 16em;
}

.h-10 {
  height: 10%;
}

.h-15 {
  height: 15%;
}

.h-20 {
  height: 20%;
}

.h-25 {
  height: 25%;
}

.h-30 {
  height: 30%;
}

.h-35 {
  height: 35%;
}

.h-40 {
  height: 40%;
}

.h-45 {
  height: 45%;
}

.h-50 {
  height: 50%;
}

.h-55 {
  height: 55%;
}

.h-60 {
  height: 60%;
}

.h-65 {
  height: 65%;
}

.h-70 {
  height: 70%;
}

.h-75 {
  height: 75%;
}

.h-80 {
  height: 80%;
}

.h-85 {
  height: 85%;
}

.h-90 {
  height: 90%;
}

.h-95 {
  height: 95%;
}

.h-100 {
  height: 100%;
}

.min-h-100 {
  min-height: 100%;
}

.vh-25 {
  height: 25vh;
}

.vh-50 {
  height: 50vh;
}

.vh-75 {
  height: 75vh;
}

.vh-100 {
  height: 100vh;
}

.min-vh-100 {
  min-height: 100vh;
}

.h-auto {
  height: auto;
}

.h-inherit {
  height: inherit;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .w1-md {
    width: 1em;
  }
  .w2-md {
    width: 2em;
  }
  .w3-md {
    width: 4em;
  }
  .w4-md {
    width: 8em;
  }
  .w5-md {
    width: 16em;
  }
  .w-2b-md {
    width: 49%;
  }
  .w-3b-md {
    width: 32.3333%;
  }
  .w-4b-md {
    width: 24%;
  }
  .w-5b-md {
    width: 19%;
  }
  .w-6b-md {
    width: 15%;
  }
  .w-5-md {
    width: 5%;
  }
  .w-10-md {
    width: 10%;
  }
  .w-15-md {
    width: 15%;
  }
  .w-20-md {
    width: 20%;
  }
  .w-25-md {
    width: 25%;
  }
  .w-30-md {
    width: 30%;
  }
  .w-35-md {
    width: 35%;
  }
  .w-33-md {
    width: 33.33333%;
  }
  .w-40-md {
    width: 40%;
  }
  .w-45-md {
    width: 45%;
  }
  .w-50-md {
    width: 50%;
  }
  .w-55-md {
    width: 55%;
  }
  .w-60-md {
    width: 60%;
  }
  .w-65-md {
    width: 65%;
  }
  .w-66-md {
    width: 66.66667%;
  }
  .w-70-md {
    width: 70%;
  }
  .w-75-md {
    width: 75%;
  }
  .w-80-md {
    width: 80%;
  }
  .w-85-md {
    width: 85%;
  }
  .w-90-md {
    width: 90%;
  }
  .w-95-md {
    width: 95%;
  }
  .w-100-md {
    width: 100%;
  }
  .w-auto-md {
    width: auto;
  }
  .h1-md {
    height: 1em;
  }
  .h2-md {
    height: 2em;
  }
  .h3-md {
    height: 4em;
  }
  .h4-md {
    height: 8em;
  }
  .h5-md {
    height: 16em;
  }
  .h-10-md {
    height: 10%;
  }
  .h-15-md {
    height: 15%;
  }
  .h-20-md {
    height: 20%;
  }
  .h-25-md {
    height: 25%;
  }
  .h-30-md {
    height: 30%;
  }
  .h-35-md {
    height: 35%;
  }
  .h-40-md {
    height: 40%;
  }
  .h-45-md {
    height: 45%;
  }
  .h-50-md {
    height: 50%;
  }
  .h-55-md {
    height: 55%;
  }
  .h-60-md {
    height: 60%;
  }
  .h-65-md {
    height: 65%;
  }
  .h-70-md {
    height: 70%;
  }
  .h-75-md {
    height: 75%;
  }
  .h-80-md {
    height: 80%;
  }
  .h-85-md {
    height: 85%;
  }
  .h-90-md {
    height: 90%;
  }
  .h-95-md {
    height: 95%;
  }
  .h-100-md {
    height: 100%;
  }
  .min-h-100-md {
    min-height: 100%;
  }
  .vh-25-md {
    height: 25vh;
  }
  .vh-50-md {
    height: 50vh;
  }
  .vh-75-md {
    height: 75vh;
  }
  .vh-100-md {
    height: 100vh;
  }
  .min-vh-100-md {
    min-height: 100vh;
  }
  .h-auto-md {
    height: auto;
  }
  .h-inherit-md {
    height: inherit;
  }
}
@media screen and (max-width: 767px) {
  .w1-sm {
    width: 1em;
  }
  .w2-sm {
    width: 2em;
  }
  .w3-sm {
    width: 4em;
  }
  .w4-sm {
    width: 8em;
  }
  .w5-sm {
    width: 16em;
  }
  .w-2b-sm {
    width: 49%;
  }
  .w-3b-sm {
    width: 32.3333%;
  }
  .w-4b-sm {
    width: 24%;
  }
  .w-5b-sm {
    width: 19%;
  }
  .w-6b-sm {
    width: 15%;
  }
  .w-5-sm {
    width: 5%;
  }
  .w-10-sm {
    width: 10%;
  }
  .w-15-sm {
    width: 15%;
  }
  .w-20-sm {
    width: 20%;
  }
  .w-25-sm {
    width: 25%;
  }
  .w-30-sm {
    width: 30%;
  }
  .w-35-sm {
    width: 35%;
  }
  .w-33-sm {
    width: 33.33333%;
  }
  .w-40-sm {
    width: 40%;
  }
  .w-45-sm {
    width: 45%;
  }
  .w-50-sm {
    width: 50%;
  }
  .w-55-sm {
    width: 55%;
  }
  .w-60-sm {
    width: 60%;
  }
  .w-65-sm {
    width: 65%;
  }
  .w-66-sm {
    width: 66.66667%;
  }
  .w-70-sm {
    width: 70%;
  }
  .w-75-sm {
    width: 75%;
  }
  .w-80-sm {
    width: 80%;
  }
  .w-85-sm {
    width: 85%;
  }
  .w-90-sm {
    width: 90%;
  }
  .w-95-sm {
    width: 95%;
  }
  .w-100-sm {
    width: 100%;
  }
  .w-auto-sm {
    width: auto;
  }
  .h1-sm {
    height: 1em;
  }
  .h2-sm {
    height: 2em;
  }
  .h3-sm {
    height: 4em;
  }
  .h4-sm {
    height: 8em;
  }
  .h5-sm {
    height: 16em;
  }
  .h-10-sm {
    height: 10%;
  }
  .h-15-sm {
    height: 15%;
  }
  .h-20-sm {
    height: 20%;
  }
  .h-25-sm {
    height: 25%;
  }
  .h-30-sm {
    height: 30%;
  }
  .h-35-sm {
    height: 35%;
  }
  .h-40-sm {
    height: 40%;
  }
  .h-45-sm {
    height: 45%;
  }
  .h-50-sm {
    height: 50%;
  }
  .h-55-sm {
    height: 55%;
  }
  .h-60-sm {
    height: 60%;
  }
  .h-65-sm {
    height: 65%;
  }
  .h-70-sm {
    height: 70%;
  }
  .h-75-sm {
    height: 75%;
  }
  .h-80-sm {
    height: 80%;
  }
  .h-85-sm {
    height: 85%;
  }
  .h-90-sm {
    height: 90%;
  }
  .h-95-sm {
    height: 95%;
  }
  .h-100-sm {
    height: 100%;
  }
  .min-h-100-sm {
    min-height: 100%;
  }
  .vh-25-sm {
    height: 25vh;
  }
  .vh-50-sm {
    height: 50vh;
  }
  .vh-75-sm {
    height: 75vh;
  }
  .vh-100-sm {
    height: 100vh;
  }
  .min-vh-100-sm {
    min-height: 100vh;
  }
  .h-auto-sm {
    height: auto;
  }
  .h-inherit-sm {
    height: inherit;
  }
}
.fz-1 {
  font-size: 2rem !important;
}

.fz-2 {
  font-size: 1.75rem !important;
}

.fz-3 {
  font-size: 1.5rem !important;
}

.fz-4 {
  font-size: 1.25rem !important;
}

.fz-5 {
  font-size: 1rem !important;
}

.fz-6 {
  font-size: 0.875rem !important;
}

.fz-7 {
  font-size: 0.75rem !important;
}

.fs-i {
  font-style: italic !important;
}

.fs-n {
  font-style: normal !important;
}

.fw-l {
  font-weight: 300 !important;
}

.fw-lr {
  font-weight: lighter !important;
}

.fw-n {
  font-weight: normal !important;
}

.fw-b {
  font-weight: bold !important;
}

.fw-br {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-3 {
  line-height: 1.25 !important;
}

.lh-4 {
  line-height: 1.5 !important;
}

.lh-5 {
  line-height: 2 !important;
}

.tal-l {
  text-align: left !important;
}

.tal-r {
  text-align: right !important;
}

.tal-c {
  text-align: center !important;
}

.td-n {
  text-decoration: none !important;
}

.td-u {
  text-decoration: underline !important;
}

.td-l {
  text-decoration: line-through !important;
}

.tt-u {
  text-transform: uppercase !important;
}

.tt-l {
  text-transform: lowercase !important;
}

.tt-c {
  text-transform: capitalize !important;
}

.tt-n {
  text-transform: none !important;
}

.whs-nw {
  white-space: nowrap !important;
}

.d-n {
  display: none;
}

.d-i {
  display: inline;
}

.d-b {
  display: block;
}

.d-ib {
  display: inline-block;
}

.d-g {
  display: grid;
}

.d-t {
  display: table;
}

.d-it {
  display: inline-table;
}

.d-tc {
  display: table-cell;
}

.d-trow {
  display: table-row;
}

.d-tcol {
  display: table-column;
}

.d-f {
  display: flex;
}

.d-if {
  display: inline-flex;
}

.fx-auto {
  flex: 1 1 auto;
  min-width: 0;
}

.fx-n {
  flex: none;
}

.fxw-w {
  flex-wrap: wrap;
}

.fxw-nw {
  flex-wrap: nowrap;
}

.fxw-wr {
  flex-wrap: wrap-reverse;
}

.fxd-c {
  flex-direction: column;
}

.fxd-r {
  flex-direction: row;
}

.fxd-cr {
  flex-direction: column-reverse;
}

.fxd-rr {
  flex-direction: row-reverse;
}

.fxg-0 {
  flex-grow: 0;
}

.fxg-1 {
  flex-grow: 1;
}

.fxs-0 {
  flex-shrink: 0;
}

.fxs-1 {
  flex-shrink: 1;
}

.ai-fs {
  align-items: flex-start;
}

.ai-fe {
  align-items: flex-end;
}

.ai-c {
  align-items: center;
}

.ai-b {
  align-items: baseline;
}

.ai-s {
  align-items: stretch;
}

.as-fs {
  align-self: flex-start;
}

.as-fe {
  align-self: flex-end;
}

.as-c {
  align-self: center;
}

.as-b {
  align-self: baseline;
}

.as-s {
  align-self: stretch;
}

.jc-fs {
  justify-content: flex-start;
}

.jc-fe {
  justify-content: flex-end;
}

.jc-c {
  justify-content: center;
}

.jc-sb {
  justify-content: space-between;
}

.jc-sa {
  justify-content: space-around;
}

.ac-fs {
  align-content: flex-start;
}

.ac-fe {
  align-content: flex-end;
}

.ac-c {
  align-content: center;
}

.ac-sb {
  align-content: space-between;
}

.ac-sa {
  align-content: space-around;
}

.ac-s {
  align-content: stretch;
}

.ord-0 {
  order: 0;
}

.ord-1 {
  order: 1;
}

.ord-2 {
  order: 2;
}

.ord-3 {
  order: 3;
}

.ord-4 {
  order: 4;
}

.ord-5 {
  order: 5;
}

.ord-last {
  order: 99999;
}

.va-bl {
  vertical-align: baseline;
}

.va-t {
  vertical-align: top;
}

.va-m {
  vertical-align: middle;
}

.va-b {
  vertical-align: bottom;
}

.va-tb {
  vertical-align: text-bottom;
}

.va-tt {
  vertical-align: text-top;
}

.bg-n {
  background: none;
}

.bgi-n {
  background-image: none;
}

.bg-c {
  background-repeat: no-repeat;
  background-position: center center;
}

.bg-t {
  background-repeat: no-repeat;
  background-position: top center;
}

.bg-r {
  background-repeat: no-repeat;
  background-position: center right;
}

.bg-b {
  background-repeat: no-repeat;
  background-position: bottom center;
}

.bg-l {
  background-repeat: no-repeat;
  background-position: center left;
}

.bgsz-ct {
  background-size: contain;
}

.bgsz-cv {
  background-size: cover;
}

.b-a {
  border-style: solid;
  border-width: 1px;
  border-color: var(--c-border);
}

.b-t {
  border-top-style: solid;
  border-top-width: 1px;
  border-color: var(--c-border);
}

.b-r {
  border-right-style: solid;
  border-right-width: 1px;
  border-color: var(--c-border);
}

.b-b {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: var(--c-border);
}

.b-l {
  border-left-style: solid;
  border-left-width: 1px;
  border-color: var(--c-border);
}

.b-n {
  border-style: none;
  border-width: 0;
}

.br-0 {
  border-radius: 0;
}

.br-1 {
  border-radius: 0.125rem;
}

.br-2 {
  border-radius: 0.25rem;
}

.br-3 {
  border-radius: 0.5rem;
}

.br-4 {
  border-radius: 1rem;
}

.br-100 {
  border-radius: 100%;
}

.br-pill {
  border-radius: 9999px;
}

.br-t {
  border-top-left-radius: var(--radius);
  border-top-right-radius: var(--radius);
}

.br-r {
  border-top-right-radius: var(--radius);
  border-bottom-right-radius: var(--radius);
}

.br-b {
  border-bottom-left-radius: var(--radius);
  border-bottom-right-radius: var(--radius);
}

.br-l {
  border-top-left-radius: var(--radius);
  border-bottom-left-radius: var(--radius);
}

.bw-0 {
  border-width: 0;
}

.bw-1 {
  border-width: 0.125rem;
}

.bw-2 {
  border-width: 0.25rem;
}

.bw-3 {
  border-width: 0.5rem;
}

.bw-4 {
  border-width: 1rem;
}

.bw-5 {
  border-width: 2rem;
}

.btw-0 {
  border-top-width: 0;
}

.brw-0 {
  border-right-width: 0;
}

.bbw-0 {
  border-bottom-width: 0;
}

.blw-0 {
  border-left-width: 0;
}

.bs-dt {
  border-style: dotted;
}

.bs-ds {
  border-style: dashed;
}

.bs-s {
  border-style: solid;
}

.bs-n {
  border-style: none;
}

.fl-l {
  float: left;
}

.fl-r {
  float: right;
}

.fl-n {
  float: none;
}

.o-10 {
  opacity: 1;
}

.o-9 {
  opacity: 0.9;
}

.o-8 {
  opacity: 0.8;
}

.o-7 {
  opacity: 0.7;
}

.o-6 {
  opacity: 0.6;
}

.o-5 {
  opacity: 0.5;
}

.o-4 {
  opacity: 0.4;
}

.o-3 {
  opacity: 0.3;
}

.o-2 {
  opacity: 0.2;
}

.o-1 {
  opacity: 0.1;
}

.o-0 {
  opacity: 0;
}

.ov-v {
  overflow: visible;
}

.ov-h {
  overflow: hidden;
}

.ov-s {
  overflow: scroll;
}

.ov-a {
  overflow: auto;
}

.ovx-v {
  overflow-x: visible;
}

.ovx-h {
  overflow-x: hidden;
}

.ovx-s {
  overflow-x: scroll;
}

.ovx-a {
  overflow-x: auto;
}

.ovy-v {
  overflow-y: visible;
}

.ovy-h {
  overflow-y: hidden;
}

.ovy-s {
  overflow-y: scroll;
}

.ovy-a {
  overflow-y: auto;
}

.pos-s {
  position: static;
}

.pos-r {
  position: relative;
}

.pos-a {
  position: absolute;
}

.pos-f {
  position: fixed;
}

.top-0 {
  top: 0;
}

.top-50 {
  top: 50%;
}

.top-100 {
  top: 100%;
}

.bottom {
  bottom: 0;
}

.bottom-50 {
  bottom: 50%;
}

.bottom-100 {
  bottom: 100%;
}

.left-0 {
  left: 0;
}

.left-50 {
  left: 50%;
}

.left-100 {
  left: 100%;
}

.right-0 {
  right: 0;
}

.right-50 {
  right: 50%;
}

.right-100 {
  right: 100%;
}

.trf-m {
  transform: translate(-50%, -50%);
}

.trf-m-x {
  transform: translateX(-50%);
}

.trf-m-y {
  transform: translateY(-50%);
}

.pos-tl {
  top: 0;
  left: 0;
  transform: translate(0, 0);
}

.pos-tc {
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.pos-tr {
  top: 0;
  left: 100%;
  transform: translate(-100%, 0);
}

.pos-ml {
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.pos-mc {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pos-mr {
  top: 50%;
  left: 100%;
  transform: translate(-100%, -50%);
}

.pos-bl {
  top: 100%;
  left: 0;
  transform: translate(0, -100%);
}

.pos-bc {
  top: 100%;
  left: 50%;
  transform: translate(-50%, -100%);
}

.pos-br {
  top: 100%;
  left: 100%;
  transform: translate(-100%, -100%);
}

.ratio-1x1 {
  aspect-ratio: 1/1;
}

.ratio-4x3 {
  aspect-ratio: 4/3;
}

.ratio-3x4 {
  aspect-ratio: 3/4;
}

.ratio-3x2 {
  aspect-ratio: 3/2;
}

.ratio-2x3 {
  aspect-ratio: 2/3;
}

.ratio-16x9 {
  aspect-ratio: 16/9;
}

.ratio-9x16 {
  aspect-ratio: 9/16;
}

.ratio-21x9 {
  aspect-ratio: 21/9;
}

.rot-45 {
  transform: rotate(45deg);
}

.rot-90 {
  transform: rotate(90deg);
}

.rot-135 {
  transform: rotate(135deg);
}

.rot-180 {
  transform: rotate(180deg);
}

.rot-225 {
  transform: rotate(225deg);
}

.rot-270 {
  transform: rotate(270deg);
}

.rot-315 {
  transform: rotate(315deg);
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 100;
}

.z-2 {
  z-index: 200;
}

.z-3 {
  z-index: 300;
}

.z-4 {
  z-index: 400;
}

.z-5 {
  z-index: 500;
}

.z-999 {
  z-index: 999;
}

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

.z-max {
  z-index: 2147483647;
}

.shd-1 {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.shd-2 {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.shd-3 {
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}

.shd-n {
  box-shadow: none;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .fz-1-md {
    font-size: 2rem !important;
  }
  .fz-2-md {
    font-size: 1.75rem !important;
  }
  .fz-3-md {
    font-size: 1.5rem !important;
  }
  .fz-4-md {
    font-size: 1.25rem !important;
  }
  .fz-5-md {
    font-size: 1rem !important;
  }
  .fz-6-md {
    font-size: 0.875rem !important;
  }
  .fz-7-md {
    font-size: 0.75rem !important;
  }
  .fs-i-md {
    font-style: italic !important;
  }
  .fs-n-md {
    font-style: normal !important;
  }
  .fw-l-md {
    font-weight: 300 !important;
  }
  .fw-lr-md {
    font-weight: lighter !important;
  }
  .fw-n-md {
    font-weight: normal !important;
  }
  .fw-b-md {
    font-weight: bold !important;
  }
  .fw-br-md {
    font-weight: bolder !important;
  }
  .lh-1-md {
    line-height: 1 !important;
  }
  .lh-3-md {
    line-height: 1.25 !important;
  }
  .lh-4-md {
    line-height: 1.5 !important;
  }
  .lh-5-md {
    line-height: 2 !important;
  }
  .tal-l-md {
    text-align: left !important;
  }
  .tal-r-md {
    text-align: right !important;
  }
  .tal-c-md {
    text-align: center !important;
  }
  .td-n-md {
    text-decoration: none !important;
  }
  .td-u-md {
    text-decoration: underline !important;
  }
  .td-l-md {
    text-decoration: line-through !important;
  }
  .tt-u-md {
    text-transform: uppercase !important;
  }
  .tt-l-md {
    text-transform: lowercase !important;
  }
  .tt-c-md {
    text-transform: capitalize !important;
  }
  .tt-n-md {
    text-transform: none !important;
  }
  .whs-nw-md {
    white-space: nowrap !important;
  }
  .d-n-md {
    display: none;
  }
  .d-i-md {
    display: inline;
  }
  .d-b-md {
    display: block;
  }
  .d-ib-md {
    display: inline-block;
  }
  .d-g-md {
    display: grid;
  }
  .d-t-md {
    display: table;
  }
  .d-it-md {
    display: inline-table;
  }
  .d-tc-md {
    display: table-cell;
  }
  .d-trow-md {
    display: table-row;
  }
  .d-tcol-md {
    display: table-column;
  }
  .d-f-md {
    display: flex;
  }
  .d-if-md {
    display: inline-flex;
  }
  .fx-auto-md {
    flex: 1 1 auto;
    min-width: 0;
  }
  .fx-n-md {
    flex: none;
  }
  .fxw-w-md {
    flex-wrap: wrap;
  }
  .fxw-nw-md {
    flex-wrap: nowrap;
  }
  .fxw-wr-md {
    flex-wrap: wrap-reverse;
  }
  .fxd-c-md {
    flex-direction: column;
  }
  .fxd-r-md {
    flex-direction: row;
  }
  .fxd-cr-md {
    flex-direction: column-reverse;
  }
  .fxd-rr-md {
    flex-direction: row-reverse;
  }
  .fxg-0-md {
    flex-grow: 0;
  }
  .fxg-1-md {
    flex-grow: 1;
  }
  .fxs-0-md {
    flex-shrink: 0;
  }
  .fxs-1-md {
    flex-shrink: 1;
  }
  .ai-fs-md {
    align-items: flex-start;
  }
  .ai-fe-md {
    align-items: flex-end;
  }
  .ai-c-md {
    align-items: center;
  }
  .ai-b-md {
    align-items: baseline;
  }
  .ai-s-md {
    align-items: stretch;
  }
  .as-fs-md {
    align-self: flex-start;
  }
  .as-fe-md {
    align-self: flex-end;
  }
  .as-c-md {
    align-self: center;
  }
  .as-b-md {
    align-self: baseline;
  }
  .as-s-md {
    align-self: stretch;
  }
  .jc-fs-md {
    justify-content: flex-start;
  }
  .jc-fe-md {
    justify-content: flex-end;
  }
  .jc-c-md {
    justify-content: center;
  }
  .jc-sb-md {
    justify-content: space-between;
  }
  .jc-sa-md {
    justify-content: space-around;
  }
  .ac-fs-md {
    align-content: flex-start;
  }
  .ac-fe-md {
    align-content: flex-end;
  }
  .ac-c-md {
    align-content: center;
  }
  .ac-sb-md {
    align-content: space-between;
  }
  .ac-sa-md {
    align-content: space-around;
  }
  .ac-s-md {
    align-content: stretch;
  }
  .ord-0-md {
    order: 0;
  }
  .ord-1-md {
    order: 1;
  }
  .ord-2-md {
    order: 2;
  }
  .ord-3-md {
    order: 3;
  }
  .ord-4-md {
    order: 4;
  }
  .ord-5-md {
    order: 5;
  }
  .ord-last-md {
    order: 99999;
  }
  .va-bl-md {
    vertical-align: baseline;
  }
  .va-t-md {
    vertical-align: top;
  }
  .va-m-md {
    vertical-align: middle;
  }
  .va-b-md {
    vertical-align: bottom;
  }
  .va-tb-md {
    vertical-align: text-bottom;
  }
  .va-tt-md {
    vertical-align: text-top;
  }
  .bg-n-md {
    background: none;
  }
  .bgi-n-md {
    background-image: none;
  }
  .bg-c-md {
    background-repeat: no-repeat;
    background-position: center center;
  }
  .bg-t-md {
    background-repeat: no-repeat;
    background-position: top center;
  }
  .bg-r-md {
    background-repeat: no-repeat;
    background-position: center right;
  }
  .bg-b-md {
    background-repeat: no-repeat;
    background-position: bottom center;
  }
  .bg-l-md {
    background-repeat: no-repeat;
    background-position: center left;
  }
  .bgsz-ct-md {
    background-size: contain;
  }
  .bgsz-cv-md {
    background-size: cover;
  }
  .b-a-md {
    border-style: solid;
    border-width: 1px;
    border-color: var(--c-border);
  }
  .b-t-md {
    border-top-style: solid;
    border-top-width: 1px;
    border-color: var(--c-border);
  }
  .b-r-md {
    border-right-style: solid;
    border-right-width: 1px;
    border-color: var(--c-border);
  }
  .b-b-md {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: var(--c-border);
  }
  .b-l-md {
    border-left-style: solid;
    border-left-width: 1px;
    border-color: var(--c-border);
  }
  .b-n-md {
    border-style: none;
    border-width: 0;
  }
  .br-0-md {
    border-radius: 0;
  }
  .br-1-md {
    border-radius: 0.125rem;
  }
  .br-2-md {
    border-radius: 0.25rem;
  }
  .br-3-md {
    border-radius: 0.5rem;
  }
  .br-4-md {
    border-radius: 1rem;
  }
  .br-100-md {
    border-radius: 100%;
  }
  .br-pill-md {
    border-radius: 9999px;
  }
  .br-t-md {
    border-top-left-radius: var(--radius);
    border-top-right-radius: var(--radius);
  }
  .br-r-md {
    border-top-right-radius: var(--radius);
    border-bottom-right-radius: var(--radius);
  }
  .br-b-md {
    border-bottom-left-radius: var(--radius);
    border-bottom-right-radius: var(--radius);
  }
  .br-l-md {
    border-top-left-radius: var(--radius);
    border-bottom-left-radius: var(--radius);
  }
  .bw-0-md {
    border-width: 0;
  }
  .bw-1-md {
    border-width: 0.125rem;
  }
  .bw-2-md {
    border-width: 0.25rem;
  }
  .bw-3-md {
    border-width: 0.5rem;
  }
  .bw-4-md {
    border-width: 1rem;
  }
  .bw-5-md {
    border-width: 2rem;
  }
  .btw-0-md {
    border-top-width: 0;
  }
  .brw-0-md {
    border-right-width: 0;
  }
  .bbw-0-md {
    border-bottom-width: 0;
  }
  .blw-0-md {
    border-left-width: 0;
  }
  .bs-dt-md {
    border-style: dotted;
  }
  .bs-ds-md {
    border-style: dashed;
  }
  .bs-s-md {
    border-style: solid;
  }
  .bs-n-md {
    border-style: none;
  }
  .fl-l-md {
    float: left;
  }
  .fl-r-md {
    float: right;
  }
  .fl-n-md {
    float: none;
  }
  .o-10-md {
    opacity: 1;
  }
  .o-9-md {
    opacity: 0.9;
  }
  .o-8-md {
    opacity: 0.8;
  }
  .o-7-md {
    opacity: 0.7;
  }
  .o-6-md {
    opacity: 0.6;
  }
  .o-5-md {
    opacity: 0.5;
  }
  .o-4-md {
    opacity: 0.4;
  }
  .o-3-md {
    opacity: 0.3;
  }
  .o-2-md {
    opacity: 0.2;
  }
  .o-1-md {
    opacity: 0.1;
  }
  .o-0-md {
    opacity: 0;
  }
  .ov-v-md {
    overflow: visible;
  }
  .ov-h-md {
    overflow: hidden;
  }
  .ov-s-md {
    overflow: scroll;
  }
  .ov-a-md {
    overflow: auto;
  }
  .ovx-v-md {
    overflow-x: visible;
  }
  .ovx-h-md {
    overflow-x: hidden;
  }
  .ovx-s-md {
    overflow-x: scroll;
  }
  .ovx-a-md {
    overflow-x: auto;
  }
  .ovy-v-md {
    overflow-y: visible;
  }
  .ovy-h-md {
    overflow-y: hidden;
  }
  .ovy-s-md {
    overflow-y: scroll;
  }
  .ovy-a-md {
    overflow-y: auto;
  }
  .pos-s-md {
    position: static;
  }
  .pos-r-md {
    position: relative;
  }
  .pos-a-md {
    position: absolute;
  }
  .pos-f-md {
    position: fixed;
  }
  .top-0-md {
    top: 0;
  }
  .top-50-md {
    top: 50%;
  }
  .top-100-md {
    top: 100%;
  }
  .bottom-md {
    bottom: 0;
  }
  .bottom-50-md {
    bottom: 50%;
  }
  .bottom-100-md {
    bottom: 100%;
  }
  .left-0-md {
    left: 0;
  }
  .left-50-md {
    left: 50%;
  }
  .left-100-md {
    left: 100%;
  }
  .right-0-md {
    right: 0;
  }
  .right-50-md {
    right: 50%;
  }
  .right-100-md {
    right: 100%;
  }
  .trf-m-md {
    transform: translate(-50%, -50%);
  }
  .trf-m-x-md {
    transform: translateX(-50%);
  }
  .trf-m-y-md {
    transform: translateY(-50%);
  }
  .pos-tl-md {
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
  .pos-tc-md {
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .pos-tr-md {
    top: 0;
    left: 100%;
    transform: translate(-100%, 0);
  }
  .pos-ml-md {
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
  }
  .pos-mc-md {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .pos-mr-md {
    top: 50%;
    left: 100%;
    transform: translate(-100%, -50%);
  }
  .pos-bl-md {
    top: 100%;
    left: 0;
    transform: translate(0, -100%);
  }
  .pos-bc-md {
    top: 100%;
    left: 50%;
    transform: translate(-50%, -100%);
  }
  .pos-br-md {
    top: 100%;
    left: 100%;
    transform: translate(-100%, -100%);
  }
  .ratio-1x1-md {
    aspect-ratio: 1/1;
  }
  .ratio-4x3-md {
    aspect-ratio: 4/3;
  }
  .ratio-3x4-md {
    aspect-ratio: 3/4;
  }
  .ratio-3x2-md {
    aspect-ratio: 3/2;
  }
  .ratio-2x3-md {
    aspect-ratio: 2/3;
  }
  .ratio-16x9-md {
    aspect-ratio: 16/9;
  }
  .ratio-9x16-md {
    aspect-ratio: 9/16;
  }
  .ratio-21x9-md {
    aspect-ratio: 21/9;
  }
  .rot-45-md {
    transform: rotate(45deg);
  }
  .rot-90-md {
    transform: rotate(90deg);
  }
  .rot-135-md {
    transform: rotate(135deg);
  }
  .rot-180-md {
    transform: rotate(180deg);
  }
  .rot-225-md {
    transform: rotate(225deg);
  }
  .rot-270-md {
    transform: rotate(270deg);
  }
  .rot-315-md {
    transform: rotate(315deg);
  }
  .visible-md {
    visibility: visible;
  }
  .invisible-md {
    visibility: hidden;
  }
  .z-0-md {
    z-index: 0;
  }
  .z-1-md {
    z-index: 100;
  }
  .z-2-md {
    z-index: 200;
  }
  .z-3-md {
    z-index: 300;
  }
  .z-4-md {
    z-index: 400;
  }
  .z-5-md {
    z-index: 500;
  }
  .z-999-md {
    z-index: 999;
  }
  .z-9999-md {
    z-index: 9999;
  }
  .z-max-md {
    z-index: 2147483647;
  }
  .shd-1-md {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .shd-2-md {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  }
  .shd-3-md {
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
  }
  .shd-n-md {
    box-shadow: none;
  }
}
@media screen and (max-width: 767px) {
  .fz-1-sm {
    font-size: 2rem !important;
  }
  .fz-2-sm {
    font-size: 1.75rem !important;
  }
  .fz-3-sm {
    font-size: 1.5rem !important;
  }
  .fz-4-sm {
    font-size: 1.25rem !important;
  }
  .fz-5-sm {
    font-size: 1rem !important;
  }
  .fz-6-sm {
    font-size: 0.875rem !important;
  }
  .fz-7-sm {
    font-size: 0.75rem !important;
  }
  .fs-i-sm {
    font-style: italic !important;
  }
  .fs-n-sm {
    font-style: normal !important;
  }
  .fw-l-sm {
    font-weight: 300 !important;
  }
  .fw-lr-sm {
    font-weight: lighter !important;
  }
  .fw-n-sm {
    font-weight: normal !important;
  }
  .fw-b-sm {
    font-weight: bold !important;
  }
  .fw-br-sm {
    font-weight: bolder !important;
  }
  .lh-1-sm {
    line-height: 1 !important;
  }
  .lh-3-sm {
    line-height: 1.25 !important;
  }
  .lh-4-sm {
    line-height: 1.5 !important;
  }
  .lh-5-sm {
    line-height: 2 !important;
  }
  .tal-l-sm {
    text-align: left !important;
  }
  .tal-r-sm {
    text-align: right !important;
  }
  .tal-c-sm {
    text-align: center !important;
  }
  .td-n-sm {
    text-decoration: none !important;
  }
  .td-u-sm {
    text-decoration: underline !important;
  }
  .td-l-sm {
    text-decoration: line-through !important;
  }
  .tt-u-sm {
    text-transform: uppercase !important;
  }
  .tt-l-sm {
    text-transform: lowercase !important;
  }
  .tt-c-sm {
    text-transform: capitalize !important;
  }
  .tt-n-sm {
    text-transform: none !important;
  }
  .whs-nw-sm {
    white-space: nowrap !important;
  }
  .d-n-sm {
    display: none;
  }
  .d-i-sm {
    display: inline;
  }
  .d-b-sm {
    display: block;
  }
  .d-ib-sm {
    display: inline-block;
  }
  .d-g-sm {
    display: grid;
  }
  .d-t-sm {
    display: table;
  }
  .d-it-sm {
    display: inline-table;
  }
  .d-tc-sm {
    display: table-cell;
  }
  .d-trow-sm {
    display: table-row;
  }
  .d-tcol-sm {
    display: table-column;
  }
  .d-f-sm {
    display: flex;
  }
  .d-if-sm {
    display: inline-flex;
  }
  .fx-auto-sm {
    flex: 1 1 auto;
    min-width: 0;
  }
  .fx-n-sm {
    flex: none;
  }
  .fxw-w-sm {
    flex-wrap: wrap;
  }
  .fxw-nw-sm {
    flex-wrap: nowrap;
  }
  .fxw-wr-sm {
    flex-wrap: wrap-reverse;
  }
  .fxd-c-sm {
    flex-direction: column;
  }
  .fxd-r-sm {
    flex-direction: row;
  }
  .fxd-cr-sm {
    flex-direction: column-reverse;
  }
  .fxd-rr-sm {
    flex-direction: row-reverse;
  }
  .fxg-0-sm {
    flex-grow: 0;
  }
  .fxg-1-sm {
    flex-grow: 1;
  }
  .fxs-0-sm {
    flex-shrink: 0;
  }
  .fxs-1-sm {
    flex-shrink: 1;
  }
  .ai-fs-sm {
    align-items: flex-start;
  }
  .ai-fe-sm {
    align-items: flex-end;
  }
  .ai-c-sm {
    align-items: center;
  }
  .ai-b-sm {
    align-items: baseline;
  }
  .ai-s-sm {
    align-items: stretch;
  }
  .as-fs-sm {
    align-self: flex-start;
  }
  .as-fe-sm {
    align-self: flex-end;
  }
  .as-c-sm {
    align-self: center;
  }
  .as-b-sm {
    align-self: baseline;
  }
  .as-s-sm {
    align-self: stretch;
  }
  .jc-fs-sm {
    justify-content: flex-start;
  }
  .jc-fe-sm {
    justify-content: flex-end;
  }
  .jc-c-sm {
    justify-content: center;
  }
  .jc-sb-sm {
    justify-content: space-between;
  }
  .jc-sa-sm {
    justify-content: space-around;
  }
  .ac-fs-sm {
    align-content: flex-start;
  }
  .ac-fe-sm {
    align-content: flex-end;
  }
  .ac-c-sm {
    align-content: center;
  }
  .ac-sb-sm {
    align-content: space-between;
  }
  .ac-sa-sm {
    align-content: space-around;
  }
  .ac-s-sm {
    align-content: stretch;
  }
  .ord-0-sm {
    order: 0;
  }
  .ord-1-sm {
    order: 1;
  }
  .ord-2-sm {
    order: 2;
  }
  .ord-3-sm {
    order: 3;
  }
  .ord-4-sm {
    order: 4;
  }
  .ord-5-sm {
    order: 5;
  }
  .ord-last-sm {
    order: 99999;
  }
  .va-bl-sm {
    vertical-align: baseline;
  }
  .va-t-sm {
    vertical-align: top;
  }
  .va-m-sm {
    vertical-align: middle;
  }
  .va-b-sm {
    vertical-align: bottom;
  }
  .va-tb-sm {
    vertical-align: text-bottom;
  }
  .va-tt-sm {
    vertical-align: text-top;
  }
  .bg-n-sm {
    background: none;
  }
  .bgi-n-sm {
    background-image: none;
  }
  .bg-c-sm {
    background-repeat: no-repeat;
    background-position: center center;
  }
  .bg-t-sm {
    background-repeat: no-repeat;
    background-position: top center;
  }
  .bg-r-sm {
    background-repeat: no-repeat;
    background-position: center right;
  }
  .bg-b-sm {
    background-repeat: no-repeat;
    background-position: bottom center;
  }
  .bg-l-sm {
    background-repeat: no-repeat;
    background-position: center left;
  }
  .bgsz-ct-sm {
    background-size: contain;
  }
  .bgsz-cv-sm {
    background-size: cover;
  }
  .b-a-sm {
    border-style: solid;
    border-width: 1px;
    border-color: var(--c-border);
  }
  .b-t-sm {
    border-top-style: solid;
    border-top-width: 1px;
    border-color: var(--c-border);
  }
  .b-r-sm {
    border-right-style: solid;
    border-right-width: 1px;
    border-color: var(--c-border);
  }
  .b-b-sm {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: var(--c-border);
  }
  .b-l-sm {
    border-left-style: solid;
    border-left-width: 1px;
    border-color: var(--c-border);
  }
  .b-n-sm {
    border-style: none;
    border-width: 0;
  }
  .br-0-sm {
    border-radius: 0;
  }
  .br-1-sm {
    border-radius: 0.125rem;
  }
  .br-2-sm {
    border-radius: 0.25rem;
  }
  .br-3-sm {
    border-radius: 0.5rem;
  }
  .br-4-sm {
    border-radius: 1rem;
  }
  .br-100-sm {
    border-radius: 100%;
  }
  .br-pill-sm {
    border-radius: 9999px;
  }
  .br-t-sm {
    border-top-left-radius: var(--radius);
    border-top-right-radius: var(--radius);
  }
  .br-r-sm {
    border-top-right-radius: var(--radius);
    border-bottom-right-radius: var(--radius);
  }
  .br-b-sm {
    border-bottom-left-radius: var(--radius);
    border-bottom-right-radius: var(--radius);
  }
  .br-l-sm {
    border-top-left-radius: var(--radius);
    border-bottom-left-radius: var(--radius);
  }
  .bw-0-sm {
    border-width: 0;
  }
  .bw-1-sm {
    border-width: 0.125rem;
  }
  .bw-2-sm {
    border-width: 0.25rem;
  }
  .bw-3-sm {
    border-width: 0.5rem;
  }
  .bw-4-sm {
    border-width: 1rem;
  }
  .bw-5-sm {
    border-width: 2rem;
  }
  .btw-0-sm {
    border-top-width: 0;
  }
  .brw-0-sm {
    border-right-width: 0;
  }
  .bbw-0-sm {
    border-bottom-width: 0;
  }
  .blw-0-sm {
    border-left-width: 0;
  }
  .bs-dt-sm {
    border-style: dotted;
  }
  .bs-ds-sm {
    border-style: dashed;
  }
  .bs-s-sm {
    border-style: solid;
  }
  .bs-n-sm {
    border-style: none;
  }
  .fl-l-sm {
    float: left;
  }
  .fl-r-sm {
    float: right;
  }
  .fl-n-sm {
    float: none;
  }
  .o-10-sm {
    opacity: 1;
  }
  .o-9-sm {
    opacity: 0.9;
  }
  .o-8-sm {
    opacity: 0.8;
  }
  .o-7-sm {
    opacity: 0.7;
  }
  .o-6-sm {
    opacity: 0.6;
  }
  .o-5-sm {
    opacity: 0.5;
  }
  .o-4-sm {
    opacity: 0.4;
  }
  .o-3-sm {
    opacity: 0.3;
  }
  .o-2-sm {
    opacity: 0.2;
  }
  .o-1-sm {
    opacity: 0.1;
  }
  .o-0-sm {
    opacity: 0;
  }
  .ov-v-sm {
    overflow: visible;
  }
  .ov-h-sm {
    overflow: hidden;
  }
  .ov-s-sm {
    overflow: scroll;
  }
  .ov-a-sm {
    overflow: auto;
  }
  .ovx-v-sm {
    overflow-x: visible;
  }
  .ovx-h-sm {
    overflow-x: hidden;
  }
  .ovx-s-sm {
    overflow-x: scroll;
  }
  .ovx-a-sm {
    overflow-x: auto;
  }
  .ovy-v-sm {
    overflow-y: visible;
  }
  .ovy-h-sm {
    overflow-y: hidden;
  }
  .ovy-s-sm {
    overflow-y: scroll;
  }
  .ovy-a-sm {
    overflow-y: auto;
  }
  .pos-s-sm {
    position: static;
  }
  .pos-r-sm {
    position: relative;
  }
  .pos-a-sm {
    position: absolute;
  }
  .pos-f-sm {
    position: fixed;
  }
  .top-0-sm {
    top: 0;
  }
  .top-50-sm {
    top: 50%;
  }
  .top-100-sm {
    top: 100%;
  }
  .bottom-sm {
    bottom: 0;
  }
  .bottom-50-sm {
    bottom: 50%;
  }
  .bottom-100-sm {
    bottom: 100%;
  }
  .left-0-sm {
    left: 0;
  }
  .left-50-sm {
    left: 50%;
  }
  .left-100-sm {
    left: 100%;
  }
  .right-0-sm {
    right: 0;
  }
  .right-50-sm {
    right: 50%;
  }
  .right-100-sm {
    right: 100%;
  }
  .trf-m-sm {
    transform: translate(-50%, -50%);
  }
  .trf-m-x-sm {
    transform: translateX(-50%);
  }
  .trf-m-y-sm {
    transform: translateY(-50%);
  }
  .pos-tl-sm {
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
  .pos-tc-sm {
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .pos-tr-sm {
    top: 0;
    left: 100%;
    transform: translate(-100%, 0);
  }
  .pos-ml-sm {
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
  }
  .pos-mc-sm {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .pos-mr-sm {
    top: 50%;
    left: 100%;
    transform: translate(-100%, -50%);
  }
  .pos-bl-sm {
    top: 100%;
    left: 0;
    transform: translate(0, -100%);
  }
  .pos-bc-sm {
    top: 100%;
    left: 50%;
    transform: translate(-50%, -100%);
  }
  .pos-br-sm {
    top: 100%;
    left: 100%;
    transform: translate(-100%, -100%);
  }
  .ratio-1x1-sm {
    aspect-ratio: 1/1;
  }
  .ratio-4x3-sm {
    aspect-ratio: 4/3;
  }
  .ratio-3x4-sm {
    aspect-ratio: 3/4;
  }
  .ratio-3x2-sm {
    aspect-ratio: 3/2;
  }
  .ratio-2x3-sm {
    aspect-ratio: 2/3;
  }
  .ratio-16x9-sm {
    aspect-ratio: 16/9;
  }
  .ratio-9x16-sm {
    aspect-ratio: 9/16;
  }
  .ratio-21x9-sm {
    aspect-ratio: 21/9;
  }
  .rot-45-sm {
    transform: rotate(45deg);
  }
  .rot-90-sm {
    transform: rotate(90deg);
  }
  .rot-135-sm {
    transform: rotate(135deg);
  }
  .rot-180-sm {
    transform: rotate(180deg);
  }
  .rot-225-sm {
    transform: rotate(225deg);
  }
  .rot-270-sm {
    transform: rotate(270deg);
  }
  .rot-315-sm {
    transform: rotate(315deg);
  }
  .visible-sm {
    visibility: visible;
  }
  .invisible-sm {
    visibility: hidden;
  }
  .z-0-sm {
    z-index: 0;
  }
  .z-1-sm {
    z-index: 100;
  }
  .z-2-sm {
    z-index: 200;
  }
  .z-3-sm {
    z-index: 300;
  }
  .z-4-sm {
    z-index: 400;
  }
  .z-5-sm {
    z-index: 500;
  }
  .z-999-sm {
    z-index: 999;
  }
  .z-9999-sm {
    z-index: 9999;
  }
  .z-max-sm {
    z-index: 2147483647;
  }
  .shd-1-sm {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .shd-2-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  }
  .shd-3-sm {
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
  }
  .shd-n-sm {
    box-shadow: none;
  }
}
.cf::after {
  display: block;
  content: "";
  clear: both;
}

.dim {
  opacity: 1;
  transition: opacity 0.15s ease-in;
}

.dim:hover, .dim:focus {
  opacity: 0.75;
  transition: opacity 0.15s ease-in;
}

.dim:active {
  opacity: 0.8;
  transition: opacity 0.15s ease-out;
}

.grow {
  -moz-osx-font-smoothing: grayscale;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: transform 0.25s ease-out;
}

.grow:hover, .grow:focus {
  transform: scale(1.1);
}

.grow:active {
  transform: scale(0.9);
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1010;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
}

.sticky {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.invisible {
  position: absolute;
  top: -1000px;
  left: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.hidden-focus:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.str-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.str-link:hover::after {
  opacity: 0.25;
  background: #fff;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: var(--c-default);
}

.split {
  display: flex; /*flex-direction: row;*/
  justify-content: space-between;
}

.debug {
  background: yellow !important;
  color: #000 !important;
  border: 1px solid red !important;
}

@media print {
  /*
  PRINT.SCSS
  */
  @page {
    margin-top: 0.4cm;
    margin: 0.5cm;
  }
  html {
    font-size: 16px;
  }
  body {
    background: #fff;
    color: #000;
    font-size: 12pt;
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 1.4;
  }
  /* section {page-break-before: always;} */
  p a, code, pre {
    word-wrap: break-word;
  }
  /* .main p a:after {content:" ("attr(href)") ";font-size:9pt;} */
  img {
    border: 0; /*display:none;*/
  }
  a {
    color: #06c !important;
    text-decoration: underline;
    font-weight: normal;
  }
  table th, table td {
    background: #fff;
    color: #000;
    border: 1px solid #000 !important;
  }
  table th {
    font-weight: bold;
  }
  .frm th, .frm td {
    background: #fff;
    color: #000;
  }
  .logo {
    margin-bottom: 20px;
  }
  .logo a {
    -webkit-print-color-adjust: exact;
  }
  .main {
    display: block;
    width: 100%;
    clear: both;
  }
  .cblock {
    clear: both;
  }
  .nav-top-holder,
  .langs,
  .setting,
  .fulltext,
  .motive,
  .slider,
  .left,
  .right,
  .footer,
  .page-top,
  .eu-cookies,
  .no-print {
    display: none !important;
  }
}