/*!********************************************************************************************************************************************************************************************************!*\
  !*** 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/print.less ***!
  \********************************************************************************************************************************************************************************************************/
/* 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,
h6,
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;
}
/* poppins-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: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url(../../../Project/Frontend/fonts/poppins-v24-latin_latin-ext-regular.b8edd6df.woff2) format("woff2"), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url(../../../Project/Frontend/fonts/poppins-v24-latin_latin-ext-regular.001e1be2.ttf) format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* poppins-600 - 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: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url(../../../Project/Frontend/fonts/poppins-v24-latin_latin-ext-600.47188f92.woff2) format("woff2"), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url(../../../Project/Frontend/fonts/poppins-v24-latin_latin-ext-600.a682bdbc.ttf) format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* poppins-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: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url(../../../Project/Frontend/fonts/poppins-v24-latin_latin-ext-700.757f98d1.woff2) format("woff2"), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url(../../../Project/Frontend/fonts/poppins-v24-latin_latin-ext-700.41b0e36a.ttf) format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
@font-face {
  font-family: "Poppins-fallback";
  size-adjust: 112.5%;
  ascent-override: 110%;
  src: local("Arial");
}
:root {
  --white: #fff;
  --white-rgb: 255, 255, 255;
  --black: #000;
  --black-rgb: 0, 0, 0;
  --grey-400: #3c3c3c;
  --grey-300: #585858;
  --grey-200: #d6d6d6;
  --grey-100: #f4f4f4;
  --yellow-700: #63490f;
  --yellow-600: #946e17;
  --yellow-500: #c6921e;
  --yellow-400: #f7b726;
  --yellow-300: #f9c551;
  --yellow-200: #fad47d;
  --yellow-100: #fce2a8;
  --teal-700: #0e3440;
  --teal-600: #164f5f;
  --teal-500: #1d697f;
  --teal-400: #24839f;
  --teal-300: #509cb2;
  --teal-200: #7cb5c5;
  --teal-100: #a7cdd9;
  --red-700: #601519;
  --red-600: #8f1f26;
  --red-500: #bf2a32;
  --red-400: #ef343f;
  --red-300: #f25d65;
  --red-200: #f5858c;
  --red-100: #f9aeb2;
  --red-400-rgb: 239, 52, 63;
  --blue-100: #f1f7f9;
  --pink-400: #e14592;
  --danger-700: #660000;
  --danger-600: #990000;
  --danger-500: #cc0000;
  --danger-400: #ff0000;
  --danger-300: #ff3333;
  --danger-200: #ff6666;
  --danger-100: #ff9999;
  --warning-700: #665500;
  --warning-600: #998000;
  --warning-500: #ccaa00;
  --warning-400: #ffd500;
  --warning-300: #ffdd33;
  --warning-200: #ffe666;
  --warning-100: #ffee99;
  --info-700: #001466;
  --info-600: #001f99;
  --info-500: #0029cc;
  --info-400: #0033ff;
  --info-300: #335cff;
  --info-200: #6685ff;
  --info-100: #99adff;
  --success-700: #005c2e;
  --success-600: #008945;
  --success-500: #00b75c;
  --success-400: #00e573;
  --success-300: #33ea8f;
  --success-200: #66efab;
  --success-100: #99f5c7;
  --font-family: 'Poppins', "Poppins-fallback", Arial, sans-serif;
  --font-weight-400: 400;
  --font-weight-600: 600;
  --font-weight-700: 700;
  --line-height-xs: 100%;
  --line-height-sm: 120%;
  --line-height-md: 150%;
  --line-height-lg: 180%;
  --font-size: 14px;
  font-size: 14px;
}
@media (min-width: 768px) {
  :root {
    --font-size: 16px;
    font-size: 16px;
  }
}
@media (min-width: 2000px) {
  :root {
    --font-size: 18px;
    font-size: 18px;
  }
}
@media (min-width: 2500px) {
  :root {
    --font-size: 20px;
    font-size: 20px;
  }
}
@media (min-width: 3000px) {
  :root {
    --font-size: 22px;
    font-size: 22px;
  }
}
@media (min-width: 3500px) {
  :root {
    --font-size: 26px;
    font-size: 26px;
  }
}
@media (min-width: 4000px) {
  :root {
    --font-size: 30px;
    font-size: 30px;
  }
}
@media (min-width: 5000px) {
  :root {
    --font-size: 38px;
    font-size: 38px;
  }
}
*:target {
  scroll-margin-block-start: 4rem;
}
@media (min-width: 768px) {
  *:target {
    scroll-margin-block-start: 6rem;
  }
}
@media (min-width: 1200px) {
  *:target {
    scroll-margin-block-start: 8rem;
  }
}
@media (min-width: 1600px) {
  *:target {
    scroll-margin-block-start: 10rem;
  }
}
html,
body {
  width: 100%;
  height: 100%;
  overscroll-behavior: none;
  -webkit-overflow-scrolling: touch;
}
@media (prefers-reduced-motion: no-preference) {
  html,
  body {
    scroll-behavior: smooth;
  }
}
.p-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background: #fff;
  background: var(--white);
  width: 100%;
  min-height: 100%;
  font-family: 'Poppins', "Poppins-fallback", Arial, sans-serif;
  font-family: var(--font-family);
  font-size: 14px;
  font-size: var(--font-size);
  font-weight: 400;
  font-weight: var(--font-weight-400);
  color: #3c3c3c;
  color: var(--grey-400);
  line-height: 120%;
  line-height: var(--line-height-sm);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}
.p-wrap .content-wrap {
  flex-grow: 1;
}
.p-wrap .container {
  width: 100%;
  max-width: calc(1400px + 8rem);
  padding: 0 1rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-wrap .container {
    padding: 0 2rem;
  }
}
@media (min-width: 1280px) {
  .p-wrap .container {
    padding: 0 4rem;
  }
}
@media (min-width: 2000px) {
  .p-wrap .container {
    max-width: calc(1600px + 8rem);
  }
}
@media (min-width: 2500px) {
  .p-wrap .container {
    max-width: calc(1800px + 8rem);
  }
}
@media (min-width: 3000px) {
  .p-wrap .container {
    max-width: calc(2000px + 8rem);
  }
}
@media (min-width: 3500px) {
  .p-wrap .container {
    max-width: calc(2500px + 8rem);
  }
}
@media (min-width: 4000px) {
  .p-wrap .container {
    max-width: calc(3000px + 8rem);
  }
}
@media (min-width: 5000px) {
  .p-wrap .container {
    max-width: calc(4000px + 8rem);
  }
}
.p-wrap .container .container {
  padding: 0;
  max-width: none;
}
.sr-only.sr-only-focusable:hover,
.sr-only.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  clip: auto;
}
.embedWrapper,
.embedWrapperYoutube {
  display: block;
  max-width: 100%;
  position: relative;
  overflow: auto;
}
.embedWrapper iframe,
.embedWrapperYoutube iframe {
  max-width: 100%;
}
img,
svg {
  max-width: 100%;
  height: auto;
}
.smap img {
  max-width: none;
}
.alert-warning[data-notify="container"],
.alert-danger[data-notify="container"],
.alert-info[data-notify="container"],
.alert-success[data-notify="container"] {
  z-index: 104980000 !important;
}
.fancybox-enabled body {
  height: auto;
}
.lazyload-wrapper {
  display: block;
  overflow: hidden;
  background: #f4f4f4;
  background: var(--grey-100);
}
.lazyload-wrapper .lazyload-img {
  opacity: 0.5;
}
.maps-lazyload {
  background: #f4f4f4;
  background: var(--grey-100);
}
.modal .clear,
.p-wrap .clear,
.modal .cleaner,
.p-wrap .cleaner {
  clear: both;
}
.modal .panel,
.p-wrap .panel {
  background: #fff;
  background: var(--white);
  border: 1px solid #d6d6d6;
  border: 1px solid var(--grey-200);
  border-radius: 0;
  box-shadow: none;
}
.modal .panel > .panel-heading,
.p-wrap .panel > .panel-heading {
  background: #f4f4f4;
  background: var(--grey-100);
  border-color: #d6d6d6;
  border-color: var(--grey-200);
  border-radius: 0;
  padding: 1rem;
}
.modal .panel .panel-body,
.p-wrap .panel .panel-body {
  padding: 1rem;
}
.modal .well,
.p-wrap .well {
  padding: 1rem;
  background: #f4f4f4;
  background: var(--grey-100);
  border: 1px solid #d6d6d6;
  border: 1px solid var(--grey-200);
  border-radius: 0;
  margin-bottom: 1rem;
  box-shadow: none;
}
.gdpr {
  margin-top: 1.5rem;
}
.modal .h1,
.p-wrap .h1,
.modal h1,
.p-wrap h1 {
  font-size: 1.75rem;
}
@media (min-width: 480px) {
  .modal .h1,
  .p-wrap .h1,
  .modal h1,
  .p-wrap h1 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .modal .h1,
  .p-wrap .h1,
  .modal h1,
  .p-wrap h1 {
    font-size: 2.375rem;
  }
}
@media (min-width: 960px) {
  .modal .h1,
  .p-wrap .h1,
  .modal h1,
  .p-wrap h1 {
    font-size: 2.75rem;
  }
}
.modal .h2,
.p-wrap .h2,
.modal h2,
.p-wrap h2 {
  font-size: 1.5rem;
}
@media (min-width: 480px) {
  .modal .h2,
  .p-wrap .h2,
  .modal h2,
  .p-wrap h2 {
    font-size: 1.625rem;
  }
}
@media (min-width: 768px) {
  .modal .h2,
  .p-wrap .h2,
  .modal h2,
  .p-wrap h2 {
    font-size: 1.75rem;
  }
}
.modal .h3,
.p-wrap .h3,
.modal h3,
.p-wrap h3 {
  font-size: 1.25rem;
}
.modal .h4,
.p-wrap .h4,
.modal h4,
.p-wrap h4 {
  font-size: 1.125rem;
}
.modal .h5,
.p-wrap .h5,
.modal h5,
.p-wrap h5 {
  font-size: 1rem;
}
.modal .h6,
.p-wrap .h6,
.modal h6,
.p-wrap h6 {
  font-size: 1rem;
}
.modal .h1,
.p-wrap .h1,
.modal h1,
.p-wrap h1,
.modal .h2,
.p-wrap .h2,
.modal h2,
.p-wrap h2,
.modal .h3,
.p-wrap .h3,
.modal h3,
.p-wrap h3,
.modal .h4,
.p-wrap .h4,
.modal h4,
.p-wrap h4,
.modal .h5,
.p-wrap .h5,
.modal h5,
.p-wrap h5,
.modal .h6,
.p-wrap .h6,
.modal h6,
.p-wrap h6 {
  margin: 1.5em 0;
  line-height: 120%;
  line-height: var(--line-height-sm);
}
.modal .h1,
.p-wrap .h1,
.modal h1,
.p-wrap h1,
.modal .h2,
.p-wrap .h2,
.modal h2,
.p-wrap h2 {
  font-weight: 700;
  font-weight: var(--font-weight-700);
}
.modal .h3,
.p-wrap .h3,
.modal h3,
.p-wrap h3,
.modal .h4,
.p-wrap .h4,
.modal h4,
.p-wrap h4,
.modal .h5,
.p-wrap .h5,
.modal h5,
.p-wrap h5,
.modal .h6,
.p-wrap .h6,
.modal h6,
.p-wrap h6 {
  font-weight: 600;
  font-weight: var(--font-weight-600);
}
.modal p,
.p-wrap p {
  font-size: 1rem;
  line-height: 180%;
  line-height: var(--line-height-lg);
  margin: 1.5em 0;
}
.modal a,
.p-wrap a {
  color: #ef343f;
  color: var(--red-400);
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.modal a:hover,
.p-wrap a:hover,
.modal a:focus,
.p-wrap a:focus {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #bf2a32;
  color: var(--red-500);
}
.modal a:active,
.p-wrap a:active {
  color: #8f1f26;
  color: var(--red-600);
}
.modal ol,
.p-wrap ol,
.modal ul,
.p-wrap ul {
  font-size: 1rem;
  line-height: 150%;
  line-height: var(--line-height-md);
  margin: 1.5em 0;
  padding: 0 0 0 1ch;
}
.modal ol li,
.p-wrap ol li,
.modal ul li,
.p-wrap ul li {
  padding-left: 0.5em;
}
.modal ol li + li,
.p-wrap ol li + li,
.modal ul li + li,
.p-wrap ul li + li {
  margin-top: 0.5em;
}
.modal ul,
.p-wrap ul {
  list-style: none;
}
.modal ul ::marker,
.p-wrap ul ::marker {
  content: '>';
}
.modal ol ::marker,
.p-wrap ol ::marker {
  color: #ef343f;
  color: var(--red-400);
  font-weight: 700;
  font-weight: var(--font-weight-700);
}
.modal blockquote,
.p-wrap blockquote {
  display: block;
  font-size: 1rem;
  line-height: 150%;
  line-height: var(--line-height-md);
  font-style: italic;
  padding: 0 2ch;
  position: relative;
  margin: 1.5em 0;
  border: 0;
}
.modal blockquote::before,
.p-wrap blockquote::before,
.modal blockquote::after,
.p-wrap blockquote::after {
  position: absolute;
  font-weight: 700;
  font-weight: var(--font-weight-700);
  color: #ef343f;
  color: var(--red-400);
  font-size: 1.5em;
  font-style: normal;
}
.modal blockquote::before,
.p-wrap blockquote::before {
  content: '„';
  top: 0;
  left: 0;
}
.modal blockquote::after,
.p-wrap blockquote::after {
  content: '“';
  right: 0;
  bottom: 0;
}
.modal hr,
.p-wrap hr {
  display: block;
  width: 100%;
  height: 0;
  margin: 1.5em 0;
  bottom: 0;
  border-top: 1px dashed #d6d6d6;
  border-top: 1px dashed var(--grey-200);
}
.modal .table-wrap,
.p-wrap .table-wrap {
  max-width: 100%;
  overflow: auto;
  margin: 1.5rem 0;
}
.modal .table-wrap table,
.p-wrap .table-wrap table {
  margin: 0;
}
.modal table,
.p-wrap table {
  font-size: 1rem;
  line-height: 120%;
  line-height: var(--line-height-sm);
  margin: 1.5em 0;
  border-collapse: collapse;
}
.modal table th,
.p-wrap table th,
.modal table td,
.p-wrap table td {
  padding: 0.5em;
  border: 0;
}
.modal table th,
.p-wrap table th {
  background: #24839f;
  background: var(--teal-400);
  color: #fff;
  color: var(--white);
}
.modal table th + th,
.p-wrap table th + th {
  border-left: 1px dashed #1d697f;
  border-left: 1px dashed var(--teal-500);
}
.modal table td,
.p-wrap table td {
  background: #fff;
  background: var(--white);
}
.modal table td + td,
.p-wrap table td + td {
  border-left: 1px dashed #d6d6d6;
  border-left: 1px dashed var(--grey-200);
}
.modal table tr:hover td,
.p-wrap table tr:hover td {
  background: #f4f4f4;
  background: var(--grey-100);
}
.modal table.unstyled th,
.p-wrap table.unstyled th {
  background: none;
  color: #3c3c3c;
  color: var(--grey-400);
}
.modal table.unstyled th + th,
.p-wrap table.unstyled th + th {
  border-left: 0;
}
.modal table.unstyled td,
.p-wrap table.unstyled td {
  background: none;
}
.modal table.unstyled td + td,
.p-wrap table.unstyled td + td {
  border-left: 0;
}
.modal table.unstyled tr:hover td,
.p-wrap table.unstyled tr:hover td {
  background: none;
}
.modal .x_content img,
.p-wrap .x_content img {
  display: inline-block;
}
.modal .cke_editable table th,
.p-wrap .cke_editable table th,
.modal .cke_editable table td,
.p-wrap .cke_editable table td {
  border: 1px solid #f4f4f4;
  border: 1px solid var(--grey-100);
}
.modal .text-success,
.p-wrap .text-success {
  color: #00e573;
  color: var(--success-400);
}
.modal .text-info,
.p-wrap .text-info {
  color: #0033ff;
  color: var(--info-400);
}
.modal .text-warning,
.p-wrap .text-warning {
  color: #ffd500;
  color: var(--warning-400);
}
.modal .text-danger,
.p-wrap .text-danger {
  color: #ff0000;
  color: var(--danger-400);
}
.modal .link,
.p-wrap .link {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
}
.modal .link.disabled,
.p-wrap .link.disabled,
.modal .link:disabled,
.p-wrap .link:disabled {
  opacity: 0.3;
  pointer-events: none;
}
.modal .link i,
.p-wrap .link i,
.modal .link svg,
.p-wrap .link svg {
  display: block;
  flex: none;
  width: 1.5em;
  height: 1.5em;
}
.modal .link i:first-child,
.p-wrap .link i:first-child,
.modal .link svg:first-child,
.p-wrap .link svg:first-child {
  margin-right: 0.5em;
}
.modal .link.link-action,
.p-wrap .link.link-action {
  color: #3c3c3c;
  color: var(--grey-400);
  -webkit-text-decoration: none;
  text-decoration: none;
}
.modal .link.link-action:hover,
.p-wrap .link.link-action:hover,
.modal .link.link-action:focus,
.p-wrap .link.link-action:focus {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  color: #3c3c3c;
  color: var(--grey-400);
}
.modal .link.link-action:hover svg,
.p-wrap .link.link-action:hover svg,
.modal .link.link-action:focus svg,
.p-wrap .link.link-action:focus svg {
  color: #1d697f;
  color: var(--teal-500);
}
.modal .link.link-action:active,
.p-wrap .link.link-action:active {
  color: #3c3c3c;
  color: var(--grey-400);
}
.modal .link.link-action:active svg,
.p-wrap .link.link-action:active svg {
  color: #164f5f;
  color: var(--teal-600);
}
.modal .link.link-action svg,
.p-wrap .link.link-action svg {
  color: #24839f;
  color: var(--teal-400);
}
.modal .link.link-more,
.p-wrap .link.link-more {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #3c3c3c;
  color: var(--grey-400);
  font-weight: 600;
  font-weight: var(--font-weight-600);
}
.modal .link.link-more:hover,
.p-wrap .link.link-more:hover,
.modal .link.link-more:focus,
.p-wrap .link.link-more:focus {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.modal .link.link-more:hover svg,
.p-wrap .link.link-more:hover svg,
.modal .link.link-more:focus svg,
.p-wrap .link.link-more:focus svg {
  transform: translateX(0.5rem);
  color: #bf2a32;
  color: var(--red-500);
}
.modal .link.link-more svg,
.p-wrap .link.link-more svg {
  margin-left: 0.5em;
  margin-right: 0;
  width: 1.25em;
  height: 1.25em;
  color: #ef343f;
  color: var(--red-400);
}
.modal .link.link-revert,
.p-wrap .link.link-revert {
  flex-direction: row-reverse;
}
.modal .link.link-revert.link-action svg,
.p-wrap .link.link-revert.link-action svg {
  margin-right: 0;
  margin-left: 0.5em;
}
.modal .link.link-revert.link-more:hover svg,
.p-wrap .link.link-revert.link-more:hover svg,
.modal .link.link-revert.link-more:focus svg,
.p-wrap .link.link-revert.link-more:focus svg {
  transform: rotate(180deg) translateX(0.5rem);
}
.modal .link.link-revert.link-more svg,
.p-wrap .link.link-revert.link-more svg {
  margin-left: 0;
  margin-right: 0.5em;
  transform: rotate(180deg);
}
.modal [data-notify],
.p-wrap [data-notify],
.modal .alert,
.p-wrap .alert {
  display: block;
  font-size: 1rem;
  line-height: 120%;
  line-height: var(--line-height-sm);
  font-weight: 400;
  font-weight: var(--font-weight-400);
  color: #3c3c3c;
  color: var(--grey-400);
  background: #f4f4f4;
  background: var(--grey-100);
  border: 0;
  border-left: 4px solid #585858;
  border-left: 4px solid var(--grey-300);
  border-radius: 0;
  padding: 1em;
  margin: 0;
}
.modal [data-notify] + .alert,
.p-wrap [data-notify] + .alert,
.modal .alert + .alert,
.p-wrap .alert + .alert {
  margin-top: 1rem;
}
.modal [data-notify] *:first-child,
.p-wrap [data-notify] *:first-child,
.modal .alert *:first-child,
.p-wrap .alert *:first-child {
  margin-top: 0;
}
.modal [data-notify] *:last-child,
.p-wrap [data-notify] *:last-child,
.modal .alert *:last-child,
.p-wrap .alert *:last-child {
  margin-bottom: 0;
}
.modal [data-notify].alert-sm,
.p-wrap [data-notify].alert-sm,
.modal .alert.alert-sm,
.p-wrap .alert.alert-sm {
  font-size: 0.875rem;
}
.modal [data-notify].alert-red,
.p-wrap [data-notify].alert-red,
.modal .alert.alert-red,
.p-wrap .alert.alert-red {
  color: #601519;
  color: var(--red-700);
  background: #f9aeb2;
  background: var(--red-100);
  border-color: #ef343f;
  border-color: var(--red-400);
}
.modal [data-notify].alert-teal,
.p-wrap [data-notify].alert-teal,
.modal .alert.alert-teal,
.p-wrap .alert.alert-teal {
  color: #0e3440;
  color: var(--teal-700);
  background: #a7cdd9;
  background: var(--teal-100);
  border-color: #24839f;
  border-color: var(--teal-400);
}
.modal [data-notify].alert-yellow,
.p-wrap [data-notify].alert-yellow,
.modal .alert.alert-yellow,
.p-wrap .alert.alert-yellow {
  color: #63490f;
  color: var(--yellow-700);
  background: #fce2a8;
  background: var(--yellow-100);
  border-color: #f7b726;
  border-color: var(--yellow-400);
}
.modal [data-notify].alert-danger,
.p-wrap [data-notify].alert-danger,
.modal .alert.alert-danger,
.p-wrap .alert.alert-danger {
  color: #660000;
  color: var(--danger-700);
  background: #ff9999;
  background: var(--danger-100);
  border-color: #ff0000;
  border-color: var(--danger-400);
}
.modal [data-notify].alert-warning,
.p-wrap [data-notify].alert-warning,
.modal .alert.alert-warning,
.p-wrap .alert.alert-warning {
  color: #665500;
  color: var(--warning-700);
  background: #ffee99;
  background: var(--warning-100);
  border-color: #ffd500;
  border-color: var(--warning-400);
}
.modal [data-notify].alert-info,
.p-wrap [data-notify].alert-info,
.modal .alert.alert-info,
.p-wrap .alert.alert-info {
  color: #001466;
  color: var(--info-700);
  background: #99adff;
  background: var(--info-100);
  border-color: #0033ff;
  border-color: var(--info-400);
}
.modal [data-notify].alert-success,
.p-wrap [data-notify].alert-success,
.modal .alert.alert-success,
.p-wrap .alert.alert-success {
  color: #005c2e;
  color: var(--success-700);
  background: #99f5c7;
  background: var(--success-100);
  border-color: #00e573;
  border-color: var(--success-400);
}
.modal .tag,
.p-wrap .tag {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  background: #3c3c3c;
  background: var(--grey-400);
  color: #fff;
  color: var(--white);
  padding: 0.5em;
  font-weight: 700;
  font-weight: var(--font-weight-700);
}
.modal .tag img,
.p-wrap .tag img,
.modal .tag svg,
.p-wrap .tag svg {
  display: block;
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.5em;
}
.modal .tag img path,
.p-wrap .tag img path,
.modal .tag svg path,
.p-wrap .tag svg path {
  fill: currentColor;
}
.modal .tag.tag-grey,
.p-wrap .tag.tag-grey {
  color: #3c3c3c;
  color: var(--grey-400);
  background: #f4f4f4;
  background: var(--grey-100);
}
.modal .tag.tag-red,
.p-wrap .tag.tag-red {
  background: #ef343f;
  background: var(--red-400);
}
.modal .tag.tag-teal,
.p-wrap .tag.tag-teal {
  background: #24839f;
  background: var(--teal-400);
}
.modal .tag.tag-yellow,
.p-wrap .tag.tag-yellow {
  background: #f7b726;
  background: var(--yellow-400);
}
.modal .tag.tag-success,
.p-wrap .tag.tag-success {
  background: #00e573;
  background: var(--success-400);
}
.modal .tag.tag-info,
.p-wrap .tag.tag-info {
  background: #0033ff;
  background: var(--info-400);
}
.modal .tag.tag-warning,
.p-wrap .tag.tag-warning {
  background: #ffd500;
  background: var(--warning-400);
}
.modal .tag.tag-danger,
.p-wrap .tag.tag-danger {
  background: #ff0000;
  background: var(--danger-400);
}
.p-wrap {
  font-family: Arial, sans-serif;
}
.p-wrap .cookies,
.p-wrap .info-alert-wrap,
.p-wrap .sr-only,
.p-wrap .nav-wrap,
.p-wrap .subnavigation-wrap,
.p-wrap .aside-wrap,
.p-wrap .bubbles-wrap,
.p-wrap .newsletter-register-wrap,
.p-wrap .contact-logos-wrap,
.p-wrap .footer-wrap {
  display: none;
}
.p-wrap .link-more svg {
  display: none;
}
.p-wrap .news-list-wrap .link-more {
  display: none;
}
.p-wrap .news-detail-wrap .item-action svg,
.p-wrap .news-detail-wrap .news-detail-actions,
.p-wrap .news-detail-wrap .link-more,
.p-wrap .news-detail-wrap .news-list-wrap {
  display: none;
}

