/*!*******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/less-loader/dist/cjs.js!./Project/Assets/Frontend/less/main.less ***!
  \*******************************************************************************************************************************************************************************************************/
/* montserrat-300 - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url(../../../Project/Frontend/fonts/montserrat-v31-latin_latin-ext-300.785c6800.woff2) format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url(../../../Project/Frontend/fonts/montserrat-v31-latin_latin-ext-300.a2f685ff.ttf) format('truetype');
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* montserrat-regular - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(../../../Project/Frontend/fonts/montserrat-v31-latin_latin-ext-regular.32307fc0.woff2) format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url(../../../Project/Frontend/fonts/montserrat-v31-latin_latin-ext-regular.d68cbd7f.ttf) format('truetype');
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* montserrat-700 - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url(../../../Project/Frontend/fonts/montserrat-v31-latin_latin-ext-700.4c2c9877.woff2) format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url(../../../Project/Frontend/fonts/montserrat-v31-latin_latin-ext-700.9e6bfef9.ttf) format('truetype');
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}
/* Prevent font size inflation */
html {
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}
/* Remove default margin in favour of better control in authored CSS */
body,
h1,
h2,
h3,
h4,
h5,
p,
figure,
blockquote,
dl,
dd,
ul,
ol {
  margin: 0;
}
/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
  list-style: none;
  padding-left: 0;
}
/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}
/* Set shorter line heights on headings and interactive elements */
h1,
h2,
h3,
h4,
h5,
button,
input,
label {
  line-height: 1.1;
}
/* Balance text wrapping on headings */
h1,
h2,
h3,
h4,
h5 {
  text-wrap: balance;
}
/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentcolor;
}
/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}
/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}
/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
  background: #ffffff;
  color: #2c2c2c;
}
@media (min-width: 576px) {
  body {
    font-size: 16px;
  }
}
h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 991px) {
  h1 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 28px;
  }
}
h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 991px) {
  h2 {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 24px;
  }
}
h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 991px) {
  h3 {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  h3 {
    font-size: 21px;
  }
}
h4 {
  font-size: 26px;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 991px) {
  h4 {
    font-size: 19px;
  }
}
@media (max-width: 575px) {
  h4 {
    font-size: 18px;
  }
}
h5 {
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 991px) {
  h5 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  h5 {
    font-size: 17px;
  }
}
h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 575px) {
  h6 {
    font-size: 15px;
  }
}
a {
  color: inherit;
  border-radius: 0;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-style: dotted;
  transition: 250ms color;
}
a:has(img) {
  display: inline-block;
}
a:focus,
a:focus-visible {
  color: inherit;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-style: dotted;
  outline-offset: 2px;
  outline-offset: var(--outline-offset, 2px);
}
a:hover {
  color: #0059a0;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-style: solid;
}
a:focus-visible,
input:focus-visible,
button:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid rgba(0, 89, 160, 0.5);
  outline: 2px solid var(--outline-color, rgba(0, 89, 160, 0.5));
  outline-offset: 2px;
  outline-offset: var(--outline-offset, 2px);
}
svg:has(use) {
  flex-shrink: 0;
}
table {
  border-collapse: collapse;
  width: 100%;
}
hr {
  border: none;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  width: 100%;
  height: 1px;
  background: #4d4d4d;
}
img,
video {
  border-radius: 0;
  font-size: 0.85rem;
}
img[loading="lazy"],
video[loading="lazy"] {
  color: #4d4d4d;
}
video {
  max-width: 100%;
  display: block;
}
.page-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 108px;
}
@media (max-width: 991px) {
  .page-wrapper {
    transition: transform 0.3s ease;
  }
}
@media (max-width: 575px) {
  .page-wrapper {
    padding-top: 60px;
  }
}
.page-nav,
.page-breadcrumb,
.page-header,
.page-content,
.page-footer {
  width: 100%;
  flex-shrink: 0;
}
.page-content {
  flex-grow: 1;
}
.page-breadcrumb,
.page-header,
.page-content,
.page-footer {
  background: #e6e6e6;
}
@media (max-width: 991px) {
  .page-breadcrumb,
  .page-header,
  .page-content,
  .page-footer {
    transition: filter 0.3s ease;
  }
}
.flex-row {
  display: flex;
  flex-direction: row;
  gap: 24px;
  gap: var(--flex-gap, 24px);
}
.flex-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
  gap: var(--flex-gap, 24px);
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-grow {
  flex-grow: 1;
}
.flex-align-center {
  align-items: center;
}
.flex-justify-center {
  justify-content: center;
}
.flex-gap-0 {
  --flex-gap: 0;
}
.flex-gap-1 {
  --flex-gap: 4px;
}
.flex-gap-2 {
  --flex-gap: 8px;
}
.flex-gap-3 {
  --flex-gap: 16px;
}
.flex-gap-4 {
  --flex-gap: 24px;
}
.flex-gap-5 {
  --flex-gap: 48px;
}
.flow > * + * {
  margin-top: 24px;
  margin-top: var(--flow-space, 24px);
}
.flow-space-0 {
  --flow-space: 0;
}
.flow-space-1 {
  --flow-space: 4px;
}
.flow-space-2 {
  --flow-space: 8px;
}
.flow-space-3 {
  --flow-space: 16px;
}
.flow-space-4 {
  --flow-space: 24px;
}
.flow-space-5 {
  --flow-space: 48px;
}
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-template-columns: repeat(var(--grid-fit, auto-fill), minmax(var(--grid-column-min, 300px), var(--grid-column-max, 1fr)));
  grid-gap: 24px 24px;
  grid-gap: var(--grid-row-gap, 24px) var(--grid-column-gap, 24px);
  gap: 24px 24px;
  gap: var(--grid-row-gap, 24px) var(--grid-column-gap, 24px);
}
.grid-auto-fit {
  --grid-fit: auto-fit;
}
.grid-auto-fill {
  --grid-fit: auto-fill;
}
.grid-gap-0 {
  --grid-column-gap: 0;
  --grid-row-gap: 0;
}
.grid-gap-1 {
  --grid-column-gap: 4px;
  --grid-row-gap: 4px;
}
.grid-gap-2 {
  --grid-column-gap: 8px;
  --grid-row-gap: 8px;
}
.grid-gap-3 {
  --grid-column-gap: 16px;
  --grid-row-gap: 16px;
}
.grid-gap-4 {
  --grid-column-gap: 24px;
  --grid-row-gap: 24px;
}
.grid-gap-5 {
  --grid-column-gap: 48px;
  --grid-row-gap: 48px;
}
.pull-start {
  width: -moz-max-content;
  width: max-content;
  margin-right: auto;
}
.pull-center {
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
.pull-end {
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
}
.layout-wrap {
  width: 100%;
  max-width: 1726px;
  margin-left: auto;
  margin-right: auto;
}
.container {
  width: 100%;
  max-width: calc(24px + 1362px + 24px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
.container::before,
.container::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.section {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-top: var(--section-padding-top, 24px);
  padding-bottom: var(--section-padding-bottom, 24px);
}
@media only screen and (min-width: 768px) {
  .section {
    padding-top: 48px;
    padding-bottom: 48px;
    padding-top: var(--section-padding-top, 48px);
    padding-bottom: var(--section-padding-bottom, 48px);
  }
}
.section-default:not(:has(.area-text-content, .area-module-content)) {
  padding-top: 0;
  padding-bottom: 0;
}
.page-content .section:first-child {
  padding-top: 0;
}
.visually-hidden {
  border: 0;
  clip-path: rect(0 0 0 0);
  height: auto;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}
.hidden,
[hidden] {
  display: none;
}
.under-construction {
  background: repeating-linear-gradient(-55deg, #E9E9E9, #E9E9E9 24px, #FAFAFA 24px, #FAFAFA 48px) !important;
  background-repeat: no-repeat !important;
}
a[href="#0"],
button[href="#0"] {
  background: repeating-linear-gradient(-55deg, #E9E9E9, #E9E9E9 24px, #FAFAFA 24px, #FAFAFA 48px) !important;
  background-repeat: no-repeat !important;
  color: black !important;
}
.background-white {
  background: #ffffff;
}
.background-black {
  background: #000000;
}
.background-text {
  background: #2c2c2c;
}
.background-accent {
  background: #0059a0;
}
.background-success {
  background: #28B446;
}
.background-warning {
  background: #ffc107;
}
.background-danger {
  background: #FF3F3F;
}
.color-white {
  color: #ffffff;
}
.color-black {
  color: #000000;
}
.color-text {
  color: #2c2c2c;
}
.color-accent {
  color: #0059a0;
}
.color-success {
  color: #28B446;
}
.color-warning {
  color: #ffc107;
}
.color-danger {
  color: #FF3F3F;
}
.text-h1 {
  font-size: 48px;
  line-height: 120%;
}
@media (max-width: 991px) {
  .text-h1 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .text-h1 {
    font-size: 28px;
  }
}
.text-h2 {
  font-size: 38px;
  line-height: 120%;
}
@media (max-width: 991px) {
  .text-h2 {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .text-h2 {
    font-size: 24px;
  }
}
.text-h3 {
  font-size: 32px;
  line-height: 120%;
}
@media (max-width: 991px) {
  .text-h3 {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .text-h3 {
    font-size: 21px;
  }
}
.text-h4 {
  font-size: 26px;
  line-height: 120%;
}
@media (max-width: 991px) {
  .text-h4 {
    font-size: 19px;
  }
}
@media (max-width: 575px) {
  .text-h4 {
    font-size: 18px;
  }
}
.text-h5 {
  font-size: 22px;
  line-height: 120%;
}
@media (max-width: 991px) {
  .text-h5 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .text-h5 {
    font-size: 17px;
  }
}
.text-h6 {
  font-size: 16px;
  line-height: 120%;
}
@media (max-width: 575px) {
  .text-h6 {
    font-size: 15px;
  }
}
.text-lg {
  font-size: 18px;
  line-height: 150%;
}
.text {
  font-size: 16px;
  line-height: 150%;
}
.text-sm {
  font-size: 14px;
  line-height: 150%;
}
.text-start {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-end {
  text-align: right;
}
.text-light {
  font-weight: 300;
}
.text-regular {
  font-weight: 400;
}
.text-bold {
  font-weight: 700;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-underline {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.text-nowrap {
  white-space: nowrap;
}
.text-area {
  max-width: 860px;
}
.text-area ul,
.text-area ol,
.text-area li {
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.text-area p:not(:last-child),
.text-area ul:not(:last-child),
.text-area ol:not(:last-child) {
  margin-bottom: 1em;
}
.text-area ul:not([role="list"]) {
  list-style-type: square;
}
.text-area ol:not([role="list"]),
.text-area ul:not([role="list"]) {
  padding-left: 1.5em;
}
.text-area li:not(:last-child) {
  margin-bottom: 0.5em;
}
.text-area h1:not(:first-child),
.text-area h2:not(:first-child),
.text-area h3:not(:first-child),
.text-area h4:not(:first-child),
.text-area h5:not(:first-child),
.text-area h6:not(:first-child) {
  margin-top: 1em;
}
.text-area h1:not(:last-child),
.text-area h2:not(:last-child),
.text-area h3:not(:last-child),
.text-area h4:not(:last-child),
.text-area h5:not(:last-child),
.text-area h6:not(:last-child) {
  margin-bottom: 0.5em;
}
.text-area blockquote {
  border: 4px solid #0059a0;
  background-color: #e6eef6;
  padding: 2em 0 2em 2em;
}
.text-area blockquote:not(:first-child) {
  margin-top: 1.5em;
}
.text-area blockquote:not(:last-child) {
  margin-bottom: 1.5em;
}
.text-area table {
  border: none;
  width: 100%;
}
.text-area table:not(:first-child) {
  margin-top: 1.5em;
}
.text-area table:not(:last-child) {
  margin-bottom: 1.5em;
}
.text-area table th,
.text-area table td {
  border: none;
  padding: 1em;
}
.text-area table th {
  font-weight: 300;
  border-bottom: 2px solid #0059a0;
}
.text-area table td {
  border-bottom: 1px solid rgba(44, 44, 44, 0.2);
}
.text-area img {
  display: inline-block;
}
.text-area .fancybox {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.text-area .htmlContent-inline iframe {
  display: block;
}
.text-area:has(table) {
  overflow-x: auto;
  padding-left: 4px;
  padding-right: 4px;
  margin-left: -4px;
  margin-right: -4px;
}
.link {
  display: inline-block;
  border-radius: 0;
  text-decoration: none;
  -webkit-text-decoration: var(--link-decoration, none);
          text-decoration: var(--link-decoration, none);
  text-decoration-style: dotted;
  transition: 250ms color;
}
.link svg {
  height: 1.25em;
  width: auto;
  transition: 250ms color;
  vertical-align: top;
}
.link svg:not(:first-child) {
  margin-left: 0.25em;
}
.link svg:not(:last-child) {
  margin-right: 0.25em;
}
button.link {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}
.link:focus,
.link:focus-visible {
  text-decoration: none;
  -webkit-text-decoration: var(--link-decoration, none);
          text-decoration: var(--link-decoration, none);
  text-decoration-style: dotted;
}
.link:hover {
  color: #0059a0;
  color: var(--link-hover-color, #0059a0);
  text-decoration: underline;
  -webkit-text-decoration: var(--link-hover-decoration, underline);
          text-decoration: var(--link-hover-decoration, underline);
  text-decoration-style: solid;
}
.link:disabled {
  pointer-events: none;
  opacity: 0.5;
}
.button {
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  padding: calc(8px + 4px) 24px;
  padding: var(--button-padding, calc(8px + 4px) 24px);
  background-color: #0059a0;
  background-color: var(--button-background-color, #0059a0);
  color: #ffffff;
  color: var(--button-color, #ffffff);
  border: 2px solid #0059a0;
  border: 2px solid var(--button-border-color, #0059a0);
  border-radius: 0;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  transition: 250ms color, 250ms background-color, 250ms border-color;
  cursor: pointer;
}
.button svg {
  height: 1.5em;
  width: auto;
  flex: none;
  transition: 250ms color;
}
.button:focus,
.button:focus-visible {
  color: #ffffff;
  color: var(--button-color, #ffffff);
  -webkit-text-decoration: none;
  text-decoration: none;
}
.button:hover {
  background-color: #d9e6f1;
  background-color: var(--button-hover-background-color, #d9e6f1);
  border-color: #0059a0;
  border-color: var(--button-hover-border-color, #0059a0);
  color: #0059a0;
  color: var(--button-hover-color, #0059a0);
  -webkit-text-decoration: none;
  text-decoration: none;
}
.button[data-color="success"] {
  --button-border-color: #28B446;
  --button-background-color: #28B446;
  --button-hover-border-color: #28B446;
  --button-hover-background-color: #dff4e3;
  --button-hover-color: #28B446;
}
.button[data-color="warning"] {
  --button-border-color: #ffc107;
  --button-background-color: #ffc107;
  --button-hover-border-color: #ffc107;
  --button-hover-background-color: #fff6da;
  --button-hover-color: #ffc107;
}
.button[data-color="danger"] {
  --button-border-color: #FF3F3F;
  --button-background-color: #FF3F3F;
  --button-hover-border-color: #FF3F3F;
  --button-hover-background-color: #ffe2e2;
  --button-hover-color: #FF3F3F;
}
.button:disabled {
  pointer-events: none;
  opacity: 0.5;
}
.page-nav {
  position: absolute;
  z-index: 90;
  top: 0;
  left: 0;
  height: 60px;
  width: 100%;
  border-bottom: 2px solid #0059a0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent), url(../../../Project/Frontend/images/nav-bg.28a4240b.jpg) no-repeat;
  background-size: cover;
}
@media (min-width: 576px) {
  .page-nav {
    height: 108px;
  }
}
@media (min-width: 992px) {
  .page-nav {
    --outline-color: rgba(255, 255, 255, 0.5);
  }
}
.page-nav .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-nav .logo {
  display: flex;
  flex-shrink: 0;
  margin-right: auto;
}
.page-nav .logo a {
  transition: opacity 0.15s ease;
}
.page-nav .logo a:hover {
  opacity: 0.8;
}
@media (max-width: 575px) {
  .page-nav .logo img {
    height: 40px;
    width: auto;
  }
}
.page-nav .menu-toggle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 30px;
  height: 30px;
  margin: 0 0 0 35px;
  padding: 4px 0;
}
@media (min-width: 992px) {
  .page-nav .menu-toggle {
    display: none;
  }
}
.page-nav .menu-toggle .line {
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  transition: transform 0.15s ease, opacity 0.15s ease;
}
.page-nav .menu-toggle .line:nth-child(2),
.page-nav .menu-toggle .line:nth-child(3) {
  transform-origin: 100% 50%;
}
.page-nav .menu-toggle:hover .line:nth-child(2) {
  transform: scaleX(0.6);
}
.page-nav .menu-toggle:hover .line:nth-child(3) {
  transform: scaleX(0.8);
}
.page-nav .menu-toggle .areaFiller {
  display: none;
  width: 100vw;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
}
.page-nav .languages {
  --outline-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: 2.5em;
}
@media (max-width: 1199px) {
  .page-nav .languages {
    margin-left: 1em;
  }
}
.page-nav .languages button {
  height: 100%;
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  position: relative;
  transition: opacity 0.15s ease;
}
.page-nav .languages button::after {
  content: '';
  display: block;
  margin: 0 0 0 0.75em;
  width: 6px;
  height: 6px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: translate3d(0, -50%, 0) rotate(135deg);
}
.page-nav .languages button:hover {
  opacity: 0.8;
}
.page-nav .languages button:focus-visible {
  outline: 2px solid rgba(0, 89, 160, 0.5);
  outline: 2px solid var(--outline-color, rgba(0, 89, 160, 0.5));
}
.page-nav .languages button::before {
  display: block;
  content: '';
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
}
.page-nav .languages .dropdown-menu {
  left: auto;
  right: 0;
  float: none;
  width: 114px;
  min-width: 0;
  border: 0;
  background: #ffffff;
  border-radius: 0;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.6);
}
.page-nav .languages .dropdown-menu li {
  padding: 0;
  margin: 0;
}
.page-nav .languages .dropdown-menu li a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.875em 0.75em;
  font-weight: 400;
  transition: opacity 0.15s ease;
}
.page-nav .languages .dropdown-menu li a svg {
  margin-right: 0.5em;
}
.page-nav .languages .dropdown-menu li a:hover {
  opacity: 0.8;
}
.page-nav .page-nav-menu {
  --link-hover-color: #ffffff;
  --link-hover-decoration: none;
  height: 100%;
  font-weight: 300;
  color: #ffffff;
  font-size: 0.9375em;
}
@media (max-width: 1199px) {
  .page-nav .page-nav-menu {
    font-size: 0.875em;
  }
}
@media (max-width: 991px) {
  .page-nav .page-nav-menu {
    --link-hover-color: #2c2c2c;
    position: fixed;
    width: 320px;
    height: 100vh;
    top: 0;
    left: 100%;
    z-index: 100;
    background: #ffffff;
    color: #2c2c2c;
    font-weight: 700;
    padding: 3em 0 3em 2em;
    overflow-x: hidden;
  }
  .page-nav .page-nav-menu::before {
    content: 'Menu';
    display: block;
    text-transform: uppercase;
    font-size: 10em;
    font-weight: 700;
    color: #2c2c2c;
    line-height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    opacity: 0.1;
    transform-origin: 0% 0%;
    transform: rotate(90deg);
    touch-action: none;
    pointer-events: none;
  }
}
@media (max-width: 575px) {
  .page-nav .page-nav-menu {
    width: 260px;
  }
}
.page-nav .page-nav-menu ul {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 991px) {
  .page-nav .page-nav-menu ul {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.page-nav .page-nav-menu ul li {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  margin: 0 0 0 2.5em;
  line-height: 100%;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  transition: border-bottom-color 0.15s ease;
}
@media (max-width: 1199px) {
  .page-nav .page-nav-menu ul li {
    margin: 0 0 0 1em;
  }
}
@media (max-width: 991px) {
  .page-nav .page-nav-menu ul li {
    display: block;
    height: auto;
    margin: 0;
    font-size: 1.75em;
    padding: 2vh 0;
    border: 0;
  }
}
.page-nav .page-nav-menu ul li.has-children::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: translate3d(0, -50%, 0) rotate(135deg);
}
.page-nav .page-nav-menu ul li a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 1em;
}
@media (max-width: 991px) {
  .page-nav .page-nav-menu ul li a {
    height: auto;
    padding: 0;
  }
}
.page-nav .page-nav-menu ul li ul {
  display: block;
  margin: 0;
  width: 300px;
  height: auto;
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  background: rgba(0, 61, 109, 0.9);
  padding: 1em;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: visibility 0.2s ease, opacity 0.2s ease;
}
@media (max-width: 991px) {
  .page-nav .page-nav-menu ul li ul {
    position: static;
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
    padding: 0;
    margin: 0;
    background: none;
  }
}
.page-nav .page-nav-menu ul li ul li {
  margin: 2em 0;
  padding: 0;
  border: 0;
  text-transform: none;
}
@media (max-width: 991px) {
  .page-nav .page-nav-menu ul li ul li {
    margin: 1em 0 0;
    font-size: 0.75em;
    display: flex;
  }
}
@media (max-width: 575px) {
  .page-nav .page-nav-menu ul li ul li {
    font-size: 0.685em;
  }
}
.page-nav .page-nav-menu ul li ul li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: translate3d(0, -0.025em, 0) rotate(45deg);
  margin-right: 1em;
}
@media (max-width: 991px) {
  .page-nav .page-nav-menu ul li ul li::before {
    border-top-color: #2c2c2c;
    border-right-color: #2c2c2c;
  }
}
.page-nav .page-nav-menu ul li ul li a {
  padding: 0;
  transition: transform 0.15s ease;
}
@media (max-width: 991px) {
  .page-nav .page-nav-menu ul li ul li a {
    font-weight: 300;
  }
}
.page-nav .page-nav-menu ul li ul li a:hover {
  transform: translate3d(5px, 0, 0);
}
.page-nav .page-nav-menu ul li:has(a:hover),
.page-nav .page-nav-menu ul li.active {
  border-bottom-color: #0059a0;
}
.page-nav .page-nav-menu ul li:hover ul,
.page-nav .page-nav-menu ul li:focus-within ul {
  visibility: visible;
  opacity: 1;
  pointer-events: inherit;
}
#menu-state {
  display: none;
}
@media (max-width: 991px) {
  #menu-state:checked + .page-wrapper {
    transform: translate3d(-320px, 0, 0);
  }
}
@media (max-width: 575px) {
  #menu-state:checked + .page-wrapper {
    transform: translate3d(-260px, 0, 0);
  }
}
@media (max-width: 991px) {
  #menu-state:checked + .page-wrapper .page-header,
  #menu-state:checked + .page-wrapper .page-breadcrumb,
  #menu-state:checked + .page-wrapper .page-content,
  #menu-state:checked + .page-wrapper .page-footer {
    filter: brightness(40%);
  }
}
#menu-state:checked + .page-wrapper .page-nav .menu-toggle .line:nth-child(1) {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
#menu-state:checked + .page-wrapper .page-nav .menu-toggle .line:nth-child(2) {
  transform: scaleX(0);
  opacity: 0;
}
#menu-state:checked + .page-wrapper .page-nav .menu-toggle .line:nth-child(3) {
  transform: translate3d(-4px, -21px, 0) rotate(-45deg);
}
@media (max-width: 991px) {
  #menu-state:checked + .page-wrapper .page-nav .areaFiller {
    display: block;
  }
}
.page-breadcrumb {
  padding-top: 1.5em;
  padding-bottom: 0.5em;
}
.page-breadcrumb ol {
  display: flex;
}
@media (max-width: 767px) {
  .page-breadcrumb ol {
    display: none;
  }
}
.page-breadcrumb ol > li {
  display: flex;
  font-size: 0.875em;
}
.page-breadcrumb ol > li:not(:first-child)::before {
  content: ">";
  display: block;
  font-weight: 300;
  padding-left: 4px;
  padding-right: 4px;
}
.page-breadcrumb ol > li:last-child {
  color: #737373;
}
.page-breadcrumb .level-up {
  font-weight: 300;
  font-size: 0.875em;
}
@media (min-width: 768px) {
  .page-breadcrumb .level-up {
    display: none;
  }
}
.page-header {
  margin: 0;
  border: none;
}
.page-header h1 {
  margin-bottom: 1em;
  line-height: 100%;
}
.page-footer {
  --link-hover-decoration: none;
  --link-hover-color: #000000;
  height: 108px;
  border-top: 2px solid #2c2c2c;
}
.page-footer .container {
  height: 100%;
  justify-content: center;
}
@media (min-width: 992px) {
  .page-footer .container {
    justify-content: space-between;
  }
}
.page-footer .container .copys {
  font-size: 0.75em;
  line-height: 100%;
}
@media (max-width: 991px) {
  .page-footer .container .page-nav-menu {
    display: none;
  }
}
.page-footer .container .page-nav-menu ul {
  display: flex;
  align-items: center;
  justify-content: end;
  text-transform: uppercase;
  font-size: 0.75em;
}
@media (min-width: 1200px) {
  .page-footer .container .page-nav-menu ul {
    font-size: 0.9375em;
  }
}
.page-footer .container .page-nav-menu ul li {
  display: block;
  margin-left: 2em;
}
.page-footer .container .page-nav-menu ul li ul {
  display: none;
}
.content-area {
  --flow-space: 24px;
}
@media only screen and (min-width: 768px) {
  .content-area {
    --flow-space: 48px;
  }
}
.content-area .area-text-content,
.content-area [data-datatypeid="2"] .x_content {
  max-width: 860px;
}
.content-area .area-text-content ul,
.content-area [data-datatypeid="2"] .x_content ul,
.content-area .area-text-content ol,
.content-area [data-datatypeid="2"] .x_content ol,
.content-area .area-text-content li,
.content-area [data-datatypeid="2"] .x_content li {
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.content-area .area-text-content p:not(:last-child),
.content-area [data-datatypeid="2"] .x_content p:not(:last-child),
.content-area .area-text-content ul:not(:last-child),
.content-area [data-datatypeid="2"] .x_content ul:not(:last-child),
.content-area .area-text-content ol:not(:last-child),
.content-area [data-datatypeid="2"] .x_content ol:not(:last-child) {
  margin-bottom: 1em;
}
.content-area .area-text-content ul:not([role="list"]),
.content-area [data-datatypeid="2"] .x_content ul:not([role="list"]) {
  list-style-type: square;
}
.content-area .area-text-content ol:not([role="list"]),
.content-area [data-datatypeid="2"] .x_content ol:not([role="list"]),
.content-area .area-text-content ul:not([role="list"]),
.content-area [data-datatypeid="2"] .x_content ul:not([role="list"]) {
  padding-left: 1.5em;
}
.content-area .area-text-content li:not(:last-child),
.content-area [data-datatypeid="2"] .x_content li:not(:last-child) {
  margin-bottom: 0.5em;
}
.content-area .area-text-content h1:not(:first-child),
.content-area [data-datatypeid="2"] .x_content h1:not(:first-child),
.content-area .area-text-content h2:not(:first-child),
.content-area [data-datatypeid="2"] .x_content h2:not(:first-child),
.content-area .area-text-content h3:not(:first-child),
.content-area [data-datatypeid="2"] .x_content h3:not(:first-child),
.content-area .area-text-content h4:not(:first-child),
.content-area [data-datatypeid="2"] .x_content h4:not(:first-child),
.content-area .area-text-content h5:not(:first-child),
.content-area [data-datatypeid="2"] .x_content h5:not(:first-child),
.content-area .area-text-content h6:not(:first-child),
.content-area [data-datatypeid="2"] .x_content h6:not(:first-child) {
  margin-top: 1em;
}
.content-area .area-text-content h1:not(:last-child),
.content-area [data-datatypeid="2"] .x_content h1:not(:last-child),
.content-area .area-text-content h2:not(:last-child),
.content-area [data-datatypeid="2"] .x_content h2:not(:last-child),
.content-area .area-text-content h3:not(:last-child),
.content-area [data-datatypeid="2"] .x_content h3:not(:last-child),
.content-area .area-text-content h4:not(:last-child),
.content-area [data-datatypeid="2"] .x_content h4:not(:last-child),
.content-area .area-text-content h5:not(:last-child),
.content-area [data-datatypeid="2"] .x_content h5:not(:last-child),
.content-area .area-text-content h6:not(:last-child),
.content-area [data-datatypeid="2"] .x_content h6:not(:last-child) {
  margin-bottom: 0.5em;
}
.content-area .area-text-content blockquote,
.content-area [data-datatypeid="2"] .x_content blockquote {
  border: 4px solid #0059a0;
  background-color: #e6eef6;
  padding: 2em 0 2em 2em;
}
.content-area .area-text-content blockquote:not(:first-child),
.content-area [data-datatypeid="2"] .x_content blockquote:not(:first-child) {
  margin-top: 1.5em;
}
.content-area .area-text-content blockquote:not(:last-child),
.content-area [data-datatypeid="2"] .x_content blockquote:not(:last-child) {
  margin-bottom: 1.5em;
}
.content-area .area-text-content table,
.content-area [data-datatypeid="2"] .x_content table {
  border: none;
  width: 100%;
}
.content-area .area-text-content table:not(:first-child),
.content-area [data-datatypeid="2"] .x_content table:not(:first-child) {
  margin-top: 1.5em;
}
.content-area .area-text-content table:not(:last-child),
.content-area [data-datatypeid="2"] .x_content table:not(:last-child) {
  margin-bottom: 1.5em;
}
.content-area .area-text-content table th,
.content-area [data-datatypeid="2"] .x_content table th,
.content-area .area-text-content table td,
.content-area [data-datatypeid="2"] .x_content table td {
  border: none;
  padding: 1em;
}
.content-area .area-text-content table th,
.content-area [data-datatypeid="2"] .x_content table th {
  font-weight: 300;
  border-bottom: 2px solid #0059a0;
}
.content-area .area-text-content table td,
.content-area [data-datatypeid="2"] .x_content table td {
  border-bottom: 1px solid rgba(44, 44, 44, 0.2);
}
.content-area .area-text-content img,
.content-area [data-datatypeid="2"] .x_content img {
  display: inline-block;
}
.content-area .area-text-content .fancybox,
.content-area [data-datatypeid="2"] .x_content .fancybox {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.content-area .area-text-content .htmlContent-inline iframe,
.content-area [data-datatypeid="2"] .x_content .htmlContent-inline iframe {
  display: block;
}
.content-area .area-text-content:has(table),
.content-area [data-datatypeid="2"] .x_content:has(table) {
  overflow-x: auto;
  padding-left: 4px;
  padding-right: 4px;
  margin-left: -4px;
  margin-right: -4px;
}
.services {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2.5em;
}
.services .service {
  --outline-color: rgba(255, 255, 255, 0.5);
  --outline-offset: -4px;
  width: calc((100% - 45px) / 4);
  height: 300px;
  padding: 1.75em;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background-color: #0059a0;
  margin-bottom: 15px;
  box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.84);
}
@media (max-width: 991px) {
  .services .service {
    width: calc((100% - 15px) / 2);
    height: 220px;
  }
}
@media (max-width: 575px) {
  .services .service {
    width: 100%;
  }
}
.services .service .service-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.3;
  filter: brightness(100%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1.05);
  transition: opacity 0.2s ease, filter 0.2s ease, transform 0.2s ease;
}
.services .service.laser .service-bg {
  background-image: url(../../../Project/Frontend/images/sluzby/laser.0dad131e.jpg);
}
.services .service.vodni-paprsek .service-bg {
  background-image: url(../../../Project/Frontend/images/sluzby/vodni-paprsek.1f998f7b.jpg);
}
.services .service.cnc .service-bg {
  background-image: url(../../../Project/Frontend/images/sluzby/cnc.8f9b742d.jpg);
}
.services .service.trubkovy-laser .service-bg {
  background-image: url(../../../Project/Frontend/images/sluzby/trubkovy-laser.6e33fcde.jpg);
}
.services .service.autogen .service-bg {
  background-image: url(../../../Project/Frontend/images/sluzby/autogen.6b74dd9b.jpg);
}
.services .service.tisk .service-bg {
  background-image: url(../../../Project/Frontend/images/sluzby/3d-tisk.6086d0f9.jpg);
}
.services .service.ohranovaci-stroj .service-bg {
  background-image: url(../../../Project/Frontend/images/sluzby/ohranovaci-stroj.d62662ae.jpg);
}
.services .service.recyklace .service-bg {
  background-image: url(../../../Project/Frontend/images/sluzby/recyklace.a358fffc.jpg);
}
.services .service::before {
  content: "";
  display: block;
  top: 1.75em;
  left: 1.75em;
  right: 1.75em;
  height: 2px;
  background: #ffffff;
  position: absolute;
  z-index: 2;
  opacity: 0.25;
  transition: opacity 0.2s ease;
}
.services .service .service-label {
  font-size: 1.375em;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0.5em 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .services .service .service-label {
    font-size: 1.25em;
  }
}
@media (max-width: 991px) {
  .services .service .service-label {
    font-size: 1.125em;
    margin: 0.25em 0;
  }
}
.services .service::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  position: absolute;
  bottom: 1.75em;
  left: 1.75em;
  z-index: 2;
  transform: rotate(45deg);
}
.services .service a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-image: none;
}
.services .service a:hover,
.services .service a:focus {
  background-image: none;
}
.services .service:hover .service-bg {
  transform: scale(1);
  opacity: 1;
  filter: brightness(60%);
}
.services .service:hover::before {
  opacity: 0.8;
}
.loader {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
@media (max-width: 991px) {
  .loader {
    display: none;
  }
}
.loader .stripe {
  width: 25%;
  height: 100%;
  background: #000000;
  transition: transform 0.8s ease;
  transition-delay: 0.825s;
}
.loader .stripe:nth-child(2) {
  transition-delay: 0.95s;
}
.loader .stripe:nth-child(3) {
  transition-delay: 1.075s;
}
.loader .stripe:nth-child(4) {
  transition-delay: 1.125s;
}
.loader .loader-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 2;
  opacity: 0.3;
  transition: opacity 1s ease;
}
.loader .loader-icon .loader-icon-out {
  width: 48px;
  height: 48px;
  border: 6px solid #ffffff;
  animation: loader-out 1.2s ease infinite;
}
.loader .loader-icon .loader-icon-mid {
  width: 32px;
  height: 32px;
  border: 5px solid #ffffff;
  animation: loader-mid 1.2s ease infinite;
}
.loader .loader-icon .loader-icon-in {
  width: 18px;
  height: 18px;
  border: 4px solid #ffffff;
  animation: loader-in 1.2s ease infinite;
}
.loader .loader-icon .loader-icon-out,
.loader .loader-icon .loader-icon-mid,
.loader .loader-icon .loader-icon-in {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform-origin: 50% 50%;
  border-top-color: transparent;
}
.loader.reloading {
  background-color: #000000;
  transition: background-color 0.2s ease;
}
.loader.loaded .stripe {
  transform: translate3d(0, 100%, 0);
}
.loader.loaded .loader-icon {
  opacity: 0;
}
@keyframes loader-out {
  from {
    transform: translate3d(-50%, -50%, 0) rotate(135deg);
  }
  to {
    transform: translate3d(-50%, -50%, 0) rotate(1215deg);
  }
}
@keyframes loader-mid {
  from {
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
  }
  to {
    transform: translate3d(-50%, -50%, 0) rotate(755deg);
  }
}
@keyframes loader-in {
  from {
    transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  }
  to {
    transform: translate3d(-50%, -50%, 0) rotate(315deg);
  }
}
.locations {
  background: #000000;
}
.locations .locations-inner {
  height: 80vh;
  max-height: 767px;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
@media (max-width: 767px) {
  .locations .locations-inner {
    display: block;
    height: auto;
    max-height: none;
  }
}
.locations .location {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.8);
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.6);
  background-blend-mode: multiply;
  transition: background-color 0.2s ease;
}
@media (max-width: 767px) {
  .locations .location {
    height: 240px;
  }
}
.locations .location:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.locations .location.liberec {
  background-image: url(../../../Project/Frontend/images/lokace/liberec.58da2567.jpg);
}
.locations .location.jicin {
  background-image: url(../../../Project/Frontend/images/lokace/liberec.58da2567.jpg);
}
.locations .location.chomutov {
  background-image: url(../../../Project/Frontend/images/lokace/liberec.58da2567.jpg);
}
.locations .location a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background: none;
}
.eu-certificates {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 3em 15px;
}
.eu-certificates h2 {
  width: 100%;
  text-align: center;
  font-size: 1em;
  margin: 0;
}
.eu-certificates a {
  display: block;
  margin: 25px 25px 0;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.3);
}
.eu-certificates img {
  display: block;
  max-width: 160px;
  height: auto;
}
.cookies .cookies_header h2 {
  margin-bottom: 0.5em;
}
.cookies .cookies_type {
  border-top-color: #b3b3b3;
}
.cookies .cookies_type_info {
  margin-top: 1em;
  margin-bottom: 2em;
}
.cookies .cookies_type_switch .switch_el {
  background-color: #b3b3b3;
}
.cookies .cookies_type_switch .switch_el::after {
  border-color: #b3b3b3;
}
.cookies .cookies_actions {
  justify-content: flex-start;
}
.cookies.cookies-popup {
  font-size: 14px;
  line-height: 150%;
  position: fixed;
  left: 16px;
  bottom: 16px;
  z-index: 2000;
  width: calc(100% - 16px - 16px);
  max-width: 480px;
  padding: 16px;
  overflow: auto;
  border-radius: 0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3), 0 1px 3px 1px rgba(0, 0, 0, 0.15);
  top: auto;
  top: initial;
  height: auto;
  height: initial;
  background-color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .cookies.cookies-popup {
    padding: 24px;
  }
}
.cookies.cookies-popup .cookies_footer {
  --link-decoration: underline;
}
.career-detail .career-create-head h2 {
  margin: 0;
}
.career-detail .career-detail-head {
  position: relative;
  margin-top: -2.75em;
}
@media (max-width: 991px) {
  .career-detail .career-detail-head {
    margin-top: 0;
  }
}
.career-detail .career-detail-head h2 {
  margin-top: 0;
}
.career-detail .career-detail-head .dot {
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #2c2c2c;
}
@media (max-width: 991px) {
  .career-detail .career-detail-head .dot {
    width: 100%;
    height: auto;
    background: none;
    display: block;
  }
}
@media (max-width: 991px) {
  .career-detail .career-detail-head .location {
    font-size: 0.75em;
  }
}
.career-detail .career-detail-blocks {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 3em;
}
@media (max-width: 991px) {
  .career-detail .career-detail-blocks {
    display: block;
  }
}
.career-detail .career-detail-blocks .career-detail-block {
  flex: 1;
  max-width: calc(100% / 3);
  padding: 0 2.5em;
}
@media (max-width: 991px) {
  .career-detail .career-detail-blocks .career-detail-block {
    flex: none;
    width: 100%;
    padding: 0;
    max-width: none;
  }
}
.career-detail .career-detail-blocks .career-detail-block > h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.75em;
  margin: 1.5em 0;
}
@media (max-width: 991px) {
  .career-detail .career-detail-blocks .career-detail-block > h3 {
    margin: 1em 0;
  }
}
.career-detail .career-detail-blocks .career-detail-block:nth-child(1) {
  padding-left: 0;
}
.career-detail .career-detail-blocks .career-detail-block:nth-child(2) {
  border-left: 2px solid rgba(44, 44, 44, 0.4);
  border-right: 2px solid rgba(44, 44, 44, 0.4);
}
@media (max-width: 991px) {
  .career-detail .career-detail-blocks .career-detail-block:nth-child(2) {
    border: 0;
    margin: 3em 0;
  }
}
.career-detail .career-detail-blocks .career-detail-block:nth-child(3) {
  padding-right: 0;
}
.career-detail .career-detail-blocks .career-detail-block .block-icon {
  width: 80px;
  height: 80px;
  opacity: 0.2;
}
@media (max-width: 991px) {
  .career-detail .career-detail-blocks .career-detail-block .block-icon {
    width: 64px;
    height: 64px;
  }
}
.career-list {
  display: flex;
  align-self: flex-start;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .career-list {
    display: block;
  }
}
.career-list .career-list-block {
  flex: 1;
  max-width: calc((100% - 5em) / 3);
  background: #e6e6e6;
  padding: 3em 2em;
  box-shadow: 0px 5px 48px -10px rgba(0, 0, 0, 0.6);
}
@media (max-width: 991px) {
  .career-list .career-list-block {
    flex: none;
    width: 100%;
    max-width: none;
  }
}
.career-list .career-list-block:nth-child(2) {
  margin: 0 2.5em;
}
@media (max-width: 1199px) {
  .career-list .career-list-block:nth-child(2) {
    margin: 0 1.5em;
  }
}
@media (max-width: 991px) {
  .career-list .career-list-block:nth-child(2) {
    margin: 2em 0;
  }
}
.career-list .career-list-block ul {
  --link-hover-decoration: none;
  border-top: 1px solid #2c2c2c;
}
.career-list .career-list-block ul li {
  display: block;
  position: relative;
  border-bottom: 1px solid #2c2c2c;
  text-transform: uppercase;
  margin: 0;
  padding: 1.5em 1.5em 1.5em 0;
  line-height: 100%;
}
.career-list .career-list-block ul li:has(a)::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 50%;
  right: 0;
  margin-right: 0;
  border-top: 2px solid #6c6c6c;
  border-right: 2px solid #6c6c6c;
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.grid-gallery {
  margin: 2em 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
  grid-auto-flow: dense;
}
@media (max-width: 991px) {
  .grid-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .grid-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid-gallery .gallery-item {
  margin: 0;
  width: 100%;
  grid-column: span 1;
  height: 180px;
  border: 0;
  padding: 0;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  background-color: rgba(0, 89, 160, 0.2);
}
@media (max-width: 767px) {
  .grid-gallery .gallery-item {
    height: 160px;
  }
}
@media (max-width: 575px) {
  .grid-gallery .gallery-item {
    height: 140px;
  }
}
.grid-gallery .gallery-item:nth-child(3),
.grid-gallery .gallery-item:nth-child(5n) {
  grid-column: span 2;
}
@media (max-width: 991px) {
  .grid-gallery .gallery-item:nth-child(3),
  .grid-gallery .gallery-item:nth-child(5n) {
    grid-column: span 1;
  }
}
.grid-gallery .gallery-item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  filter: brightness(80%);
  transform: scale(1.05);
  transition: filter 0.2s ease, transform 0.2s ease;
}
.grid-gallery .gallery-item a {
  display: flex;
  width: 100%;
  height: 100%;
}
.grid-gallery .gallery-item a:hover img,
.grid-gallery .gallery-item a:focus img {
  transform: scale(1);
  filter: brightness(60%);
}
.mailForm form {
  background: url(../../../Project/Frontend/images/lokace/liberec.58da2567.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #ffffff;
  padding: 3em 2em;
  position: relative;
  max-width: 767px;
}
.mailForm form::after,
.mailForm form::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00203a;
  mix-blend-mode: color;
  z-index: 1;
}
.mailForm form::before {
  mix-blend-mode: initial;
  background: rgba(0, 61, 109, 0.6);
  z-index: 2;
}
.mailForm form > * {
  position: relative;
  z-index: 3;
}
.mailForm form .form-group {
  margin: 0;
}
.mailForm form .form-group label {
  line-height: 120%;
  font-size: 0.875em;
  font-weight: 700;
  margin: 1.5em 0 0.5em;
  padding: 0;
  color: #ffffff;
}
.mailForm form .form-group textarea {
  padding-top: 1em;
  resize: vertical;
  min-height: 140px;
}
.mailForm form .form-group input:not([type="submit"]),
.mailForm form .form-group textarea {
  width: 100%;
  height: 42px;
  border: 1px solid #ffffff;
  border-radius: 0;
  box-shadow: none;
  padding: 0 1.5em;
  color: #ffffff;
  line-height: 100%;
  margin: 0;
  background: transparent;
  transition: background-color 0.15s ease;
}
.mailForm form .form-group input:not([type="submit"]):focus,
.mailForm form .form-group textarea:focus {
  border: 1px solid #2c2c2c;
  outline: 0;
  box-shadow: none;
  background: rgba(0, 0, 0, 0.6);
}
.mailForm form .form-group input[type='submit'] {
  --button-color: #2c2c2c;
  --button-border-color: #ffffff;
  --button-background-color: #ffffff;
  --button-hover-color: #2c2c2c;
  --button-hover-border-color: #ffffff;
  --button-hover-background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  margin-top: 1.5em;
}
.mailForm form .gdpr {
  --link-decoration: underline;
  --link-hover-decoration: none;
  --link-hover-color: #ffffff;
  margin: 1em 0 0;
}
.mailForm.bubbleErrors .form-group {
  position: relative;
}
.mailForm.bubbleErrors .form-group .help-block {
  position: absolute;
  top: 1.5em;
  right: 0;
  margin: 0;
  color: #ffffff;
  background: #0059a0;
  font-size: 0.875em;
  font-weight: 400;
  padding: 0.25em;
  line-height: 120%;
  border-radius: 0;
  max-width: none;
  max-width: initial;
  min-height: 0;
  min-height: initial;
  transform: none;
}
.mailForm.bubbleErrors .form-group .help-block::before {
  display: none;
}
.mailForm.bubbleErrors .form-group.has-error .help-block {
  background-color: #c02020;
}
.body-contact .maincontacts > h2 {
  text-transform: uppercase;
  margin-bottom: 0.75em;
}
.body-contact .maincontacts > h2::after {
  content: '';
  display: block;
  width: 120px;
  height: 2px;
  background: #2c2c2c;
  margin-top: 0.75em;
}
.body-contact .maincontacts .maincontact {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .body-contact .maincontacts .maincontact {
    display: block;
  }
}
.body-contact .maincontacts .maincontact .content-area:first-child {
  width: 290px;
  flex-grow: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .body-contact .maincontacts .maincontact .content-area:first-child {
    width: 100%;
  }
}
.body-contact .maincontacts .maincontact .content-area:last-child {
  flex: 1;
}
@media (max-width: 991px) {
  .body-contact .maincontacts .maincontact .content-area:last-child {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .body-contact .maincontacts .maincontact .content-area .area-text-content table tr,
  .body-contact .maincontacts .maincontact .content-area .area-text-content table td {
    display: block;
    width: 100%;
  }
}
.body-contact .maincontacts .maincontact .content-area .area-text-content table th,
.body-contact .maincontacts .maincontact .content-area .area-text-content table td {
  vertical-align: top;
}
@media (max-width: 575px) {
  .body-contact .maincontacts .maincontact .content-area .area-text-content table th,
  .body-contact .maincontacts .maincontact .content-area .area-text-content table td {
    padding-left: 0;
    padding-right: 0;
  }
}
.body-contact .subcontacts .subcontact {
  min-width: 275px;
  flex-grow: 0;
  flex-shrink: 0;
}
.body-contact .subcontacts .subcontact > h2 {
  text-transform: uppercase;
  margin-bottom: 0.75em;
}
.body-contact .subcontacts .subcontact > h2::after {
  content: '';
  display: block;
  width: 120px;
  height: 2px;
  background: #2c2c2c;
  margin-top: 0.75em;
}
.body-locations .centres {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .body-locations .centres {
    display: block;
  }
}
.body-locations .centres .centre {
  flex: 1;
  background: #e6e6e6;
  padding: 2em 2em 0;
  box-shadow: 0px 5px 48px -10px rgba(0, 0, 0, 0.6);
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 4em;
}
@media (max-width: 991px) {
  .body-locations .centres .centre {
    width: 100%;
  }
}
.body-locations .centres .centre > div {
  width: 100%;
}
.body-locations .centres .centre > div:first-child {
  flex: 1;
}
.body-locations .centres .centre:nth-child(2) {
  margin: 0 2.5em;
}
@media (max-width: 1199px) {
  .body-locations .centres .centre:nth-child(2) {
    margin: 0 1.5em;
  }
}
@media (max-width: 991px) {
  .body-locations .centres .centre:nth-child(2) {
    margin: 2em 0;
  }
}
.body-locations .centres .centre .area-text-content h2,
.body-locations .centres .centre [data-datatypeid="2"] .x_content h2,
.body-locations .centres .centre .area-text-content h3,
.body-locations .centres .centre [data-datatypeid="2"] .x_content h3,
.body-locations .centres .centre .area-text-content h4,
.body-locations .centres .centre [data-datatypeid="2"] .x_content h4 {
  text-transform: uppercase;
}
.body-locations .centres .centre .area-text-content ul,
.body-locations .centres .centre [data-datatypeid="2"] .x_content ul {
  border-top: 1px solid #2c2c2c;
  padding: 0;
}
.body-locations .centres .centre .area-text-content ul li,
.body-locations .centres .centre [data-datatypeid="2"] .x_content ul li {
  display: block;
  position: relative;
  border-bottom: 1px solid #2c2c2c;
  text-transform: uppercase;
  margin: 0;
  padding: 1.5em 1.5em 1.5em 0;
  line-height: 100%;
}
.body-locations .centres .centre .area-text-content ul li::before,
.body-locations .centres .centre [data-datatypeid="2"] .x_content ul li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 50%;
  right: 0;
  margin-right: 0;
  border-top: 2px solid #6c6c6c;
  border-right: 2px solid #6c6c6c;
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.body-locations .centres .centre .map {
  width: calc(100% + 4em);
  height: 280px;
  position: relative;
  left: -2em;
  background: #2c2c2c;
}
.body-locations .centres .centre .map img {
  max-width: none;
}
.body-locations .centres .centre .map a {
  background: none;
}
.body-locations .centres .centre .map a:hover,
.body-locations .centres .centre .map a:focus {
  background: none;
}
.body-service-detail {
  background: url(../../../Project/Frontend/images/hp/hero.eb95d644.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: fixed;
}
@media (max-width: 1199px) {
  .body-service-detail {
    background-image: url(../../../Project/Frontend/images/hp/hero-mid.7a3542e8.jpg);
  }
}
@media (max-width: 480px) {
  .body-service-detail {
    background-image: url(../../../Project/Frontend/images/hp/hero-sm.921f7c54.jpg);
  }
}
.body-service-detail .page-nav {
  background: none;
}
.body-service-detail .page-content {
  background: none;
}
.body-service-detail .page-breadcrumb {
  --outline-color: rgba(255, 255, 255, 0.5);
  background: none;
  color: #ffffff;
}
.body-service-detail .page-breadcrumb ol > li:last-child {
  color: #d9d9d9;
}
.body-service-detail .service-detail-grid {
  display: flex;
  align-self: flex-start;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .body-service-detail .service-detail-grid {
    display: block;
  }
}
.body-service-detail .service-detail-grid .detail-info {
  flex-grow: 0;
  flex-shrink: 0;
}
.body-service-detail .service-detail-grid .detail-info .service {
  width: 320px;
  height: 300px;
  padding: 1.75em;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background-color: #0059a0;
  margin-bottom: 15px;
  box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.84);
}
@media (max-width: 1199px) {
  .body-service-detail .service-detail-grid .detail-info .service {
    width: 240px;
    height: 220px;
  }
}
@media (max-width: 991px) {
  .body-service-detail .service-detail-grid .detail-info .service {
    width: 100%;
    height: 120px;
  }
}
.body-service-detail .service-detail-grid .detail-info .service .service-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.3;
  filter: brightness(100%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1.05);
}
.body-service-detail .service-detail-grid .detail-info .service.serv-rezani-laserem .service-bg {
  background-image: url(../../../Project/Frontend/images/sluzby/laser.0dad131e.jpg);
}
.body-service-detail .service-detail-grid .detail-info .service.serv-rezani-vodnim-paprskem .service-bg {
  background-image: url(../../../Project/Frontend/images/sluzby/vodni-paprsek.1f998f7b.jpg);
}
.body-service-detail .service-detail-grid .detail-info .service.serv-cnc .service-bg {
  background-image: url(../../../Project/Frontend/images/sluzby/cnc.8f9b742d.jpg);
}
.body-service-detail .service-detail-grid .detail-info .service.serv-rezani-trubkovym-laserem .service-bg {
  background-image: url(../../../Project/Frontend/images/sluzby/trubkovy-laser.6e33fcde.jpg);
}
.body-service-detail .service-detail-grid .detail-info .service.serv-ohranovaci-stroj .service-bg {
  background-image: url(../../../Project/Frontend/images/sluzby/ohranovaci-stroj.d62662ae.jpg);
}
.body-service-detail .service-detail-grid .detail-info .service.serv-rezani-autogenem .service-bg {
  background-image: url(../../../Project/Frontend/images/sluzby/autogen.6b74dd9b.jpg);
}
.body-service-detail .service-detail-grid .detail-info .service.serv-3d-tisk .service-bg {
  background-image: url(../../../Project/Frontend/images/sluzby/3d-tisk.6086d0f9.jpg);
}
.body-service-detail .service-detail-grid .detail-info .service.serv-recyklace .service-bg {
  background-image: url(../../../Project/Frontend/images/sluzby/recyklace.a358fffc.jpg);
}
.body-service-detail .service-detail-grid .detail-info .service::before {
  content: '';
  display: block;
  top: 1.75em;
  left: 1.75em;
  right: 1.75em;
  height: 2px;
  background: #ffffff;
  position: absolute;
  z-index: 2;
  opacity: 0.25;
}
.body-service-detail .service-detail-grid .detail-info .service .service-label {
  font-size: 1.375em;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0.5em 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .body-service-detail .service-detail-grid .detail-info .service .service-label {
    font-size: 1.25em;
  }
}
@media (max-width: 991px) {
  .body-service-detail .service-detail-grid .detail-info .service .service-label {
    font-size: 1.125em;
    margin: 0.25em 0;
  }
}
.body-service-detail .service-detail-grid .detail-content {
  flex: 1;
  background: #e6e6e6;
  padding: 2em;
  margin-left: 2em;
  margin-bottom: 3em;
  box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.64);
}
@media (max-width: 991px) {
  .body-service-detail .service-detail-grid .detail-content {
    margin-left: 0;
  }
}
.body-homepage .page-wrapper {
  padding-top: 0;
}
.body-homepage .page-nav {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent);
}
.body-homepage .page-header {
  margin: 0;
  display: flex;
  align-items: flex-end;
  min-height: 100vh;
  padding-top: 160px;
  padding-bottom: 40px;
  background: url(../../../Project/Frontend/images/hp/hero.eb95d644.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  position: relative;
  box-shadow: inset 0px 0px 500px 0px #000000;
}
@media (max-width: 1199px) {
  .body-homepage .page-header {
    background: url(../../../Project/Frontend/images/hp/hero-mid.7a3542e8.jpg);
  }
}
@media (min-height: 940px) {
  .body-homepage .page-header {
    min-height: 0;
    height: 940px;
  }
}
@media (max-width: 1199px) {
  .body-homepage .page-header {
    padding-top: 248px;
  }
}
@media (max-width: 991px) {
  .body-homepage .page-header {
    padding-top: 180px;
  }
}
@media (max-width: 575px) {
  .body-homepage .page-header {
    padding-top: 100px;
    background: url(../../../Project/Frontend/images/hp/hero-mid-xs.8ad87d13.jpg);
  }
}
.body-homepage .page-header::after {
  content: '';
  display: block;
  width: 100%;
  height: 30vh;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent);
}
.body-homepage .page-header .container {
  position: relative;
  z-index: 2;
}
.body-homepage .services {
  margin: 0;
}
@media (min-width: 991px) {
  .body-homepage .services .service {
    transform: translate3d(0, 50px, 0);
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.4s ease;
  }
}
@media (min-width: 991px) {
  .body-homepage .page-wrapper.loaded .services .service {
    transform: translate3d(0, 0px, 0);
    opacity: 1;
  }
  .body-homepage .page-wrapper.loaded .services .service:nth-child(2) {
    transition-delay: 0.15s;
  }
  .body-homepage .page-wrapper.loaded .services .service:nth-child(3) {
    transition-delay: 0.3s;
  }
  .body-homepage .page-wrapper.loaded .services .service:nth-child(4) {
    transition-delay: 0.45s;
  }
  .body-homepage .page-wrapper.loaded .services .service:nth-child(5) {
    transition-delay: 0.6s;
  }
  .body-homepage .page-wrapper.loaded .services .service:nth-child(6) {
    transition-delay: 0.75s;
  }
  .body-homepage .page-wrapper.loaded .services .service:nth-child(7) {
    transition-delay: 0.9s;
  }
  .body-homepage .page-wrapper.loaded .services .service:nth-child(8) {
    transition-delay: 1.05s;
  }
}
.body-error .page-wrapper {
  padding-top: 0;
}
.body-error .page-nav {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent);
}
.body-error .page-content {
  --outline-color: rgba(255, 255, 255, 0.5);
  background: url(../../../Project/Frontend/images/404/bg-big.47fbf5ff.jpg), linear-gradient(to right bottom, rgba(0, 0, 0, 0.6), transparent);
  background-blend-mode: multiply;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3em 0;
  opacity: 1;
}
@media (max-width: 1199px) {
  .body-error .page-content {
    background: url(../../../Project/Frontend/images/404/bg-med.b816922c.jpg), linear-gradient(to right bottom, rgba(0, 0, 0, 0.6), transparent);
  }
}
@media (max-width: 767px) {
  .body-error .page-content {
    background: url(../../../Project/Frontend/images/404/bg-sm.f23f509c.jpg), linear-gradient(to right bottom, rgba(0, 0, 0, 0.6), transparent);
  }
}
@media (max-width: 575px) {
  .body-error .page-content {
    background: url(../../../Project/Frontend/images/404/bg-xs.3d6c127c.jpg), linear-gradient(to right bottom, rgba(0, 0, 0, 0.6), transparent);
  }
}
.body-error .page-content h1 {
  position: absolute;
  font-size: 42em;
  font-weight: 700;
  color: #ffffff;
  opacity: 0.1;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  margin: 0;
}
@media (max-width: 991px) {
  .body-error .page-content h1 {
    font-size: 32em;
  }
}
@media (max-width: 767px) {
  .body-error .page-content h1 {
    font-size: 24em;
  }
}
@media (max-width: 575px) {
  .body-error .page-content h1 {
    font-size: 16em;
  }
}
.body-error .page-content .container {
  position: relative;
  z-index: 2;
}
.body-error .page-content p {
  font-size: 1.5em;
  font-weight: 700;
  text-align: left;
  text-shadow: 0 0 14px rgba(0, 0, 0, 0.4);
}
@media (max-width: 991px) {
  .body-error .page-content p {
    font-size: 1.25em;
  }
}
@media (max-width: 575px) {
  .body-error .page-content p {
    text-align: center;
    font-size: 1em;
  }
}
.body-error .page-content .buttons {
  text-align: left;
}
@media (max-width: 575px) {
  .body-error .page-content .buttons {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.body-error .page-content .buttons a {
  -webkit-text-decoration: none;
  text-decoration: none;
  display: inline-block;
  padding: 1em 1.75em;
  background: #0059a0;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 1em 1em 0;
  transition: background-color 0.15s ease;
  box-shadow: 0 4px 18px -2px rgba(0, 0, 0, 0.6);
}
@media (max-width: 575px) {
  .body-error .page-content .buttons a {
    margin: 0 0.5em 1em;
    white-space: nowrap;
    flex: 1;
  }
}
.body-error .page-content .buttons a:hover,
.body-error .page-content .buttons a:focus {
  background-color: #003d6d;
}
.body-error .page-content .buttons a:active {
  background-color: #002e54;
  transition: none;
}

