.zoom-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  justify-content: center;
  align-items: center;
  cursor: zoom-out;
  isolation: isolate;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: opacity;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}
.zoom-image {
  max-width: 95%;
  max-height: 95%;
  object-fit: contain;
  cursor: default;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: opacity, transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: opacity 0.2s ease;
}
.zoom-close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
  cursor: pointer;
  z-index: 100;
  transition: color 0.3s ease;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-tap-highlight-color: transparent;
}
.zoom-close:hover {
  color: #e11229;
}
[data-zoomable] {
  position: relative;
  display: block;
  cursor: zoom-in;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
[data-zoomable] img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  image-rendering: -webkit-optimize-contrast;
}
[data-zoomable]::after {
  content: "";
  position: absolute;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  z-index: 2;
  width: 48px;
  height: 48px;
  color: #e11229;
  background-image: url("/img/lupa.svg");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.5;
  pointer-events: none;
  user-select: none;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .zoom-overlay {
      isolation: isolate;
    }
    .zoom-image {
      image-rendering: auto;
    }
  }
}
.fb-comment__text-input {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.comment-block-input__input {
  border: none;
  outline: none;
  background-color: inherit;
  flex: 0 1 70%;
}
.comment-block-input__button {
  border: none;
  font-weight: 500;
  float: right;
  cursor: pointer;
  color: #365899;
  padding: 10px;
}
.fb-post {
  width: 100%;
  padding: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  font: 400 14px/20px var(--body-font);
  background: transparent;
}
.fb-comment__sort {
  color: #365899;
  cursor: pointer;
  margin: 10px 0;
}
.fb-comment__sort:hover {
  text-decoration: underline;
}
.fb-comment__sort span {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-position: -408px -270px;
  background-repeat: no-repeat;
}
.fb-comment__avatar {
  height: 32px;
  min-width: 32px;
  margin-right: 8px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 0 !important;
}
.fb-comment__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  margin: 15px 0;
}
.fb-comment__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.fb-comment__text {
  width: 100%;
  margin: 0;
  padding: 8px 10px;
  color: #1d2129;
  background-color: #f2f3f5;
  border-radius: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.fb-comment__author {
  font-weight: 600;
  color: #365899;
  text-decoration: none;
}
.fb-comment__react {
  text-decoration: none;
  color: #365899;
}
.fb-comment__react:after {
  content: "·";
  color: #606770;
  padding: 3px;
}
.fb-comment__posted {
  color: #bbb9b7;
  padding-right: 50px;
  white-space: nowrap;
}
.fb-comment__like {
  position: absolute;
  bottom: 5;
  right: 0;
  height: 20px;
  width: 44px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  color: #8d949e;
  font-size: 11px;
  font-weight: normal;
  padding: 2px 1px 2px 2px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.fb-comment__like img {
  height: 18px;
  width: 18px;
  display: inline-block;
  margin-right: 3px;
  padding: 0 !important;
}
@media screen and (max-width: 600px) {
  .fb-post {
    width: 100%;
    margin: 0;
    padding: 10px;
  }
  .fb-comment__text {
    max-width: 100%;
  }
}
img {
  padding: 0 !important;
}
.btn_comm {
  width: 100%;
}
@media (max-width: 575px) {
  .comment-block-input__input {
    flex: 0 1 100%;
  }
  .fb-comment__like {
    bottom: -16px;
  }
}
* {
  box-sizing: border-box;
}
html {
  --polygon-app-collapsible-header-height: 0px;
  --polygon-app-bottombar-height: 0px;
  --polygon-audioplayer-height: 0px;
  --polygon-featurebar-height: 0px;
  --polygon-headerbar-height: 0px;
  --polygon-max-headerbar-height: 0px;
  --polygon-navigation-height: 0px;
  --polygon-breakingnews-height: 0px;
  --polygon-block-title-height: 0px;
  --polygon-ad-sticky-offset: 0px;
  --polygon-zoneheader-height: 0px;
  --polygon-smallest-viewport-height: 100vh;
  scroll-behavior: smooth;
  scroll-padding-top: calc(50% - 200px);
}
@supports (height: 100svh) {
  html {
    --polygon-smallest-viewport-height: 100svh;
  }
}
html:not(.is-app) [data-featurebar-height] {
  --polygon-featurebar-height: 60px;
}
html:not(.is-app) {
  --polygon-navigation-height: 56px;
}
@media (max-width: 719px) {
  html:not(.is-app) [data-featurebar-height] {
    --polygon-featurebar-height: 53px;
  }
  html:not(.is-app) {
    --polygon-navigation-height: 88px;
  }
}
@media (min-width: 720px) and (max-width: 1019px) {
  html:not(.is-app) {
    --polygon-navigation-height: 112px;
  }
}
html:not(.no-header) [data-headerbar-height] {
  --polygon-headerbar-height: 80px;
  --polygon-max-headerbar-height: 80px;
}
@media (max-width: 719px) {
  html:not(.no-header) [data-headerbar-height] {
    --polygon-headerbar-height: 48px;
    --polygon-max-headerbar-height: 48px;
  }
}
@font-face {
  font-family: "SpiegelSlabCdUI";
  font-weight: 800;
  font-display: swap;
  src: url("/fonts/SpiegelSlab4UICd-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "SpiegelSerifUI";
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/SpiegelSerifTextUI-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "SpiegelSerifUI";
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/SpiegelSerifTextUI-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "SpiegelSansUI";
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/SpiegelSans4UI-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "SpiegelSansUI";
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/SpiegelSans4UI-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "SpiegelSans";
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/SpiegelSans4-6SemiBold.woff2") format("woff2");
}
*,
:after,
:before {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
*,
:after,
:before {
  border: 0 solid #dddbd9;
  box-sizing: border-box;
}
:after,
:before {
  --tw-content: "";
}
:host,
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  font-family: var(--font-family-sans, SpiegelSans, sans-serif);
  font-feature-settings: normal;
  font-variation-settings: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
}
body {
  line-height: inherit;
  margin: 0;
}
hr {
  border-top-width: 1px;
  color: inherit;
  height: 0;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1,
h2,
h3 {
  font-size: inherit;
  font-weight: inherit;
}
button,
input {
  color: inherit;
  font-family: inherit;
  font-feature-settings: inherit;
  font-size: 100%;
  font-variation-settings: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}
button {
  text-transform: none;
}
button,
input:where([type="button"]),
input:where([type="reset"]),
input:where([type="submit"]) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
figure,
h1,
h2,
h3,
hr,
p {
  margin: 0;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
input::-moz-placeholder {
  color: #9ca3af;
  opacity: 1;
}
:disabled {
  cursor: default;
}
img,
svg {
  display: block;
  vertical-align: middle;
}
img {
  height: auto;
  max-width: 100%;
}
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
h1 {
  font-size: 2em;
}
h1,
h2 {
  font-weight: 700;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.17em;
  font-weight: 700;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
}
svg {
  display: inline;
  vertical-align: baseline;
}
.outline-focus:focus {
  outline: none;
}
.keyboard-control .outline-focus:focus-visible,
.outline-focus:focus-visible {
  outline: initial;
}
.RichText {
  --border-color-with-opacity: rgb(
    from var(--color-dm-tertiary-base) r g b/0.5
  );
  --border-color-dm-with-opacity: rgb(
    from var(--color-tertiary-base) r g b/0.5
  );
  font-family:
    SpiegelSerifUI,
    Constantia,
    Lucida Bright,
    Lucidabright,
    Lucida Serif,
    Lucida,
    DejaVu Serif,
    Bitstream Vera Serif,
    Liberation Serif,
    Georgia,
    serif;
}
.RichText p:before {
  content: "";
  display: block;
  overflow: hidden;
  width: 33.333333333333336%;
}
.RichText h3 {
  color: #000;
  font-family: var(
    --font-family-sansUI,
    SpiegelSansUI,
    system-ui,
    BlinkMacSystemFont,
    -apple-system,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif
  );
  font-weight: 700;
}
@media (min-width: 1020px) {
  .RichText p {
    font-size: var(--richtext-font-size-xl, var(--font-size-xl, 1.25rem));
    margin-bottom: 1.5rem;
  }
  .RichText h3 {
    font-size: var(--font-size-2xl, 1.5rem);
    margin-bottom: 2rem;
    margin-top: 3rem;
  }
}
@media (min-width: 720px) and (max-width: 1019px) {
  .RichText p {
    font-size: var(--richtext-font-size-xl, var(--font-size-xl, 1.25rem));
    margin-bottom: 1.5rem;
  }
  .RichText h3 {
    font-size: var(--font-size-2xl, 1.5rem);
    margin-bottom: 2rem;
    margin-top: 3rem;
  }
}
@media (max-width: 719px) {
  .RichText p {
    font-size: 1.125rem;
    margin-bottom: 1rem;
  }
  .RichText h3 {
    font-size: var(--richtext-font-size-xl, var(--font-size-xl, 1.25rem));
    margin-bottom: 1.5rem;
    margin-top: 2.5rem;
  }
}
body .RichText--highlight.RichText--magletter > ul > li::marker,
body .RichText--magletter > ul > li::marker {
  color: var(--color-dm-tertiary-base, var(--color-primary-base, #e64415));
}
.RichTextCaption p:last-of-type {
  display: inline;
}
.sr-only {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border-width: 0;
  white-space: nowrap;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.static {
  position: static;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.bottom-0 {
  bottom: 0;
}
.bottom-negative {
  bottom: -1px;
}
.bottom-px {
  bottom: 1px;
}
.left-0 {
  left: 0;
}
.right-0 {
  right: 0;
}
.top-0 {
  top: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-max {
  z-index: 50;
}
.clear-both {
  clear: both;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.-mb-px {
  margin-bottom: -1px;
}
.mb-16 {
  margin-bottom: 1rem;
}
.ml-24 {
  margin-left: 1.5rem;
}
.ml-4 {
  margin-left: 0.25rem;
}
.ml-6 {
  margin-left: 0.375rem;
}
.ml-8 {
  margin-left: 0.5rem;
}
.mr-auto {
  margin-right: auto;
}
.mt-2 {
  margin-top: 0.125rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.hidden {
  display: none;
}
.h-40 {
  height: 2.5rem;
}
.h-80 {
  height: 5rem;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.min-h-44 {
  min-height: 2.75rem;
}
.w-24 {
  width: 1.5rem;
}
.w-56 {
  width: 3.5rem;
}
.w-full {
  width: 100%;
}
.w-px {
  width: 1px;
}
.min-w-sm {
  min-width: 320px;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-none {
  flex: none;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.origin-left-center {
  transform-origin: left center;
}
.flex-row {
  flex-direction: row;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.gap-8 {
  gap: 0.5rem;
}
.gap-x-16 {
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.gap-x-8 {
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}
.gap-y-8 {
  row-gap: 0.5rem;
}
.overflow-hidden {
  overflow: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.break-words {
  overflow-wrap: break-word;
}
.rounded {
  border-radius: var(--border-radius-default, 1.5px);
}
.border-0 {
  border-width: 0;
}
.border-b {
  border-bottom-width: 1px;
}
.border-inherit {
  border-color: inherit;
}
.border-shade-darker {
  border-color: #5c5a58;
}
.border-shade-lighter {
  border-color: #dddbd9;
}
.border-transparent {
  border-color: transparent;
}
.bg-primary-base {
  background-color: var(--color-primary-base, #e64415);
}
.bg-shade-darkest {
  --tw-bg-opacity: 1;
  background-color: rgb(47 45 43 / var(--tw-bg-opacity, 1));
}
.bg-shade-lightest {
  --tw-bg-opacity: 1;
  background-color: rgb(241 239 237 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.from-primary-base {
  --tw-gradient-from: var(--color-primary-base, #e64415)
    var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.stroke-current {
  stroke: currentColor;
}
.px-12 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-16 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-4 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.py-12 {
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
}
.py-32 {
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.pb-px {
  padding-bottom: 1px;
}
.pl-16 {
  padding-left: 1rem;
}
.pl-4 {
  padding-left: 0.25rem;
}
.pr-16 {
  padding-right: 1rem;
}
.pt-16 {
  padding-top: 1rem;
}
.pt-8 {
  padding-top: 0.5rem;
}
.align-middle {
  vertical-align: middle;
}
.font-brandUI {
  font-family: var(
    --font-family-brandUI,
    SpiegelSlabCdUI,
    Constantia,
    Lucida Bright,
    Lucidabright,
    Lucida Serif,
    Lucida,
    DejaVu Serif,
    Bitstream Vera Serif,
    Liberation Serif,
    Georgia,
    serif
  );
}
.font-sans {
  font-family: var(--font-family-sans, SpiegelSans, sans-serif);
}
.font-sansUI {
  font-family: var(
    --font-family-sansUI,
    SpiegelSansUI,
    system-ui,
    BlinkMacSystemFont,
    -apple-system,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif
  );
}
.text-3xl {
  font-size: var(--font-size-3xl, 1.75rem);
}
.text-l {
  font-size: 1.125rem;
}
.text-s {
  font-size: 0.875rem;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-normal {
  font-weight: 400;
}
.lining-nums {
  --tw-numeric-figure: lining-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero)
    var(--tw-numeric-figure) var(--tw-numeric-spacing)
    var(--tw-numeric-fraction);
}
.leading-18 {
  line-height: 1.125rem;
}
.leading-loose {
  line-height: 1.38;
}
.leading-none {
  line-height: 0;
}
.leading-normal {
  line-height: 1.26;
}
.leading-tight {
  line-height: var(--line-height-tight, 1.08);
}
.tracking-wide {
  letter-spacing: 0.01em;
}
.text-black {
  color: #000;
}
.text-primary-base {
  color: var(--color-primary-base, #e64415);
}
.text-shade-darker {
  color: #5c5a58;
}
.text-white {
  color: #fff;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.shadow {
  --tw-shadow: var(--boxShadow-default, 0 1px 4px 0 rgba(0, 0, 0, 0.1));
  --tw-shadow-colored: 0 1px 4px 0 var(--tw-shadow-color);
}
.shadow {
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.transition-fade {
  transition-property: opacity visibility;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.transition-height {
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.duration-200 {
  transition-duration: 0.2s;
}
.duration-300 {
  transition-duration: 0.3s;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-linear {
  transition-timing-function: linear;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.word-wrap {
  word-wrap: break-word;
}
.border-separator-secondary-t {
  border-top: 1px solid;
  border-top-color: var(--color-border-separator-secondary, #dddbd9);
}
.border-separator-secondary-b {
  border-bottom: 1px solid;
  border-bottom-color: var(--color-border-separator-secondary, #dddbd9);
}
.border-separator-secondary-r {
  border-right: 1px solid;
  border-right-color: var(--color-border-separator-secondary, #dddbd9);
}
.RichText p {
  line-height: 1.5;
}
body .RichText--sans {
  font-family: var(
    --font-family-sansUI,
    SpiegelSansUI,
    system-ui,
    BlinkMacSystemFont,
    -apple-system,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif
  );
}
.autofill\:transition-colors:autofill {
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.autofill\:duration-max:autofill {
  transition-duration: 5000s;
}
.hover\:border-black:hover {
  border-color: #000;
}
.hover\:border-shade-light:hover {
  border-color: #bbb9b7;
}
.hover\:text-primary-dark:hover {
  color: var(--color-primary-dark, #c12b00);
}
.focus\:border-black:focus {
  border-color: #000;
}
.focus\:border-transparent:focus {
  border-color: transparent;
}
.focus\:text-primary-darker:focus {
  color: var(--color-primary-darker, #811d00);
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:opacity-slight:disabled {
  opacity: 0.3;
}
@media (max-width: 719px) {
  .sm\:left-16 {
    left: 1rem;
  }
  .sm\:right-16 {
    right: 1rem;
  }
  .sm\:mx-16 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .sm\:mb-24 {
    margin-bottom: 1.5rem;
  }
  .sm\:mb-8 {
    margin-bottom: 0.5rem;
  }
  .sm\:ml-4 {
    margin-left: 0.25rem;
  }
  .sm\:mr-24 {
    margin-right: 1.5rem;
  }
  .sm\:mt-16 {
    margin-top: 1rem;
  }
  .sm\:mt-24 {
    margin-top: 1.5rem;
  }
  .sm\:hidden {
    display: none;
  }
  .sm\:h-4 {
    height: 0.25rem;
  }
  .sm\:h-40 {
    height: 2.5rem;
  }
  .sm\:h-48 {
    height: 3rem;
  }
  .sm\:max-w-sm {
    max-width: 520px;
  }
  .sm\:overflow-x-auto {
    overflow-x: auto;
  }
  .sm\:bg-shade-lightest {
    --tw-bg-opacity: 1;
    background-color: rgb(241 239 237 / var(--tw-bg-opacity, 1));
  }
  .sm\:p-8 {
    padding: 0.5rem;
  }
  .comment,
  .sm\:px-16 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sm\:px-4 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .sm\:py-12 {
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
  }
  .sm\:py-32 {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
  .sm\:py-8 {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }
  .sm\:pb-12 {
    padding-bottom: 0.75rem;
  }
  .sm\:pb-32 {
    padding-bottom: 2rem;
  }
  .sm\:pb-4 {
    padding-bottom: 0.25rem;
  }
  .sm\:pl-16 {
    padding-left: 1rem;
  }
  .sm\:pr-12 {
    padding-right: 0.75rem;
  }
  .sm\:pt-12 {
    padding-top: 0.75rem;
  }
  .sm\:pt-4 {
    padding-top: 0.25rem;
  }
  .sm\:text-4xl {
    font-size: var(--font-size-4xl, 2rem);
  }
  .sm\:text-l {
    font-size: 1.125rem;
  }
  .sm\:text-s {
    font-size: 0.875rem;
  }
  .sm\:leading-normal {
    line-height: 1.26;
  }
  .sm\:advertisement-filled\:overflow-hidden[data-advertisement~="filled"] {
    overflow: hidden;
  }
}
@media (min-width: 720px) and (max-width: 1019px) {
  .md\:invisible {
    visibility: hidden;
  }
  .md\:absolute {
    position: absolute;
  }
  .md\:left-24 {
    left: 1.5rem;
  }
  .md\:right-24 {
    right: 1.5rem;
  }
  .md\:top-0 {
    top: 0;
  }
  .md\:order-1 {
    order: 1;
  }
  .md\:order-2 {
    order: 2;
  }
  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .md\:-ml-4 {
    margin-left: -0.25rem;
  }
  .md\:mb-16 {
    margin-bottom: 1rem;
  }
  .md\:mb-32 {
    margin-bottom: 2rem;
  }
  .md\:mt-20 {
    margin-top: 1.25rem;
  }
  .md\:mt-24 {
    margin-top: 1.5rem;
  }
  .md\:mt-32 {
    margin-top: 2rem;
  }
  .md\:hidden {
    display: none;
  }
  .md\:h-56 {
    height: 3.5rem;
  }
  .md\:h-8 {
    height: 0.5rem;
  }
  .md\:h-full {
    height: 100%;
  }
  .md\:w-10\/12 {
    width: 83.33333333333334%;
  }
  .md\:max-w-md {
    max-width: 920px;
  }
  .md\:overflow-hidden {
    overflow: hidden;
  }
  .md\:bg-shade-lightest {
    --tw-bg-opacity: 1;
    background-color: rgb(241 239 237 / var(--tw-bg-opacity, 1));
  }
  .md\:p-12 {
    padding: 0.75rem;
  }
  .md\:px-12 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .md\:px-24 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:py-16 {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .md\:py-20 {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
  }
  .md\:py-40 {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }
  .md\:pb-32 {
    padding-bottom: 2rem;
  }
  .md\:pb-48 {
    padding-bottom: 3rem;
  }
  .md\:pl-4 {
    padding-left: 0.25rem;
  }
  .md\:pr-8 {
    padding-right: 0.5rem;
  }
  .md\:pt-32 {
    padding-top: 2rem;
  }
  .md\:pt-8 {
    padding-top: 0.5rem;
  }
  .md\:text-center {
    text-align: center;
  }
  .md\:text-5xl {
    font-size: 2.25rem;
  }
  .md\:text-base {
    font-size: var(--font-size-base, 1rem);
  }
  .md\:text-xl {
    font-size: var(--font-size-xl, 1.25rem);
  }
  .md\:opacity-none {
    opacity: 0;
  }
  .md\:advertisement-filled\:overflow-hidden[data-advertisement~="filled"] {
    overflow: hidden;
  }
}
@media (min-width: 1020px) {
  .lg\:invisible {
    visibility: hidden;
  }
  .lg\:absolute {
    position: absolute;
  }
  .lg\:left-24 {
    left: 1.5rem;
  }
  .lg\:right-24 {
    right: 1.5rem;
  }
  .lg\:top-0 {
    top: 0;
  }
  .lg\:order-1 {
    order: 1;
  }
  .lg\:order-2 {
    order: 2;
  }
  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:-ml-4 {
    margin-left: -0.25rem;
  }
  .lg\:mb-16 {
    margin-bottom: 1rem;
  }
  .lg\:mb-32 {
    margin-bottom: 2rem;
  }
  .lg\:mt-20 {
    margin-top: 1.25rem;
  }
  .lg\:mt-24 {
    margin-top: 1.5rem;
  }
  .lg\:mt-32 {
    margin-top: 2rem;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:h-56 {
    height: 3.5rem;
  }
  .lg\:h-8 {
    height: 0.5rem;
  }
  .lg\:h-full {
    height: 100%;
  }
  .lg\:w-10\/12 {
    width: 83.33333333333334%;
  }
  .lg\:w-8\/12 {
    width: 66.66666666666667%;
  }
  .lg\:max-w-lg {
    max-width: 1020px;
  }
  .lg\:overflow-hidden {
    overflow: hidden;
  }
  .lg\:overflow-x-hidden {
    overflow-x: hidden;
  }
  .lg\:overflow-y-scroll {
    overflow-y: scroll;
  }
  .lg\:bg-shade-lightest {
    --tw-bg-opacity: 1;
    background-color: rgb(241 239 237 / var(--tw-bg-opacity, 1));
  }
  .lg\:px-12 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .lg\:px-24 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:px-32 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:px-6 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
  .lg\:py-16 {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .lg\:py-20 {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
  }
  .lg\:py-40 {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }
  .lg\:pb-32 {
    padding-bottom: 2rem;
  }
  .lg\:pb-48 {
    padding-bottom: 3rem;
  }
  .lg\:pl-12 {
    padding-left: 0.75rem;
  }
  .lg\:pr-16 {
    padding-right: 1rem;
  }
  .lg\:pt-40 {
    padding-top: 2.5rem;
  }
  .lg\:pt-8 {
    padding-top: 0.5rem;
  }
  .lg\:text-center {
    text-align: center;
  }
  .lg\:text-7xl {
    font-size: 2.75rem;
  }
  .lg\:text-base {
    font-size: var(--font-size-base, 1rem);
  }
  .lg\:text-xl {
    font-size: var(--font-size-xl, 1.25rem);
  }
  .lg\:opacity-none {
    opacity: 0;
  }
}
@media print {
  .print\:absolute {
    position: absolute;
  }
  .print\:mt-80 {
    margin-top: 5rem;
  }
  .print\:hidden {
    display: none;
  }
  .print\:w-full {
    width: 100%;
  }
  .print\:max-w-full {
    max-width: 100%;
  }
  .print\:text-xs {
    font-size: 0.75rem;
  }
}
.uuGzxIHKVC {
  position: relative;
  width: 1090px;
}
.uuGzxIHKVC:empty {
  display: none;
  visibility: hidden;
}
#jFkzdwN {
  width: 2px;
  right: -2px;
  height: 100%;
  position: absolute;
}
#jFkzdwN:empty {
  display: none;
  visibility: hidden;
}
.WlrnzQrX {
  position: relative;
}
@media print {
  .uuGzxIHKVC,
  .WlrnzQrX,
  #jFkzdwN {
    display: none;
  }
}
.RichText figure {
  margin-bottom: 1.5rem;
}
.RichText p a {
  color: #e64415;
  font-weight: inherit;
  border-bottom: 1px solid #e64415;
  text-decoration: none;
}
.RichText p a:hover {
  color: #5c5a58;
  border-bottom: 1px solid #5c5a58;
}
ul.list {
  padding-left: 20px;
  margin-bottom: 1.5rem;
  list-style-type: disc;
}
ul.list li {
  line-height: 1.5;
  font-size: 18px;
  margin-bottom: 0.5rem;
}
.feedback {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 1.5rem;
}
.feedback__header {
  display: flex;
  gap: 34px;
  align-items: center;
}
.feedback__ava {
  width: 150px;
}
.feedback__ava img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.feedback__name {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}
.feedback__prof {
  font-size: 16px;
  color: #7f7f7f;
}
.feedback__main {
  border-top: 1px solid #7f7f7f;
  border-bottom: 1px solid #7f7f7f;
  padding: 20px 0;
}
.feedback__text {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .feedback__name {
    font-size: 30px;
  }
  .feedback__header-text {
    padding-bottom: 10px;
  }
  .feedback__prof {
    font-size: 16px;
  }
}
@media (max-width: 540px) {
  .feedback__header {
    gap: 25px;
    flex-direction: column;
  }
  .feedback__name {
    font-size: 24px;
    text-align: center;
    text-wrap: balance;
  }
  .feedback__header-text {
    padding-bottom: 5px;
  }
  .feedback__prof {
    font-size: 14px;
    text-align: center;
    text-wrap: balance;
  }
}
@media (max-width: 375px) {
  .feedback__header {
    align-items: center;
  }
  .feedback__header-text {
    padding-bottom: 0;
  }
}
.button-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e11229;
  border-radius: 6px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  width: 100%;
  padding: 15px;
  margin: auto;
  max-width: max-content;
  text-decoration: none;
  margin-bottom: 30px;
  text-align: center;
}
.button-link:hover {
  background-color: #007fff;
}
.RichText ol li::marker {
  font-size: 20px;
  font-family: Tahoma, Verdana, sans-serif;
}
.comment {
  width: 66.66666666666667%;
  margin: 30px auto;
  padding: 0 1.5rem;
}
.fb-comment__text a {
  color: #e64415;
}
.fb-comment__text a:hover {
  color: #5c5a58;
}
@media (min-width: 720px) and (max-width: 1019px) {
  .comment {
    width: 83.33333333333334%;
  }
}
@media screen and (max-width: 720px) {
  .comment {
    width: 100%;
  }
}
.polygon-swiper-slide span {
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .polygon-swiper {
    overflow: auto;
  }
  .polygon-swiper-slide {
    pointer-events: auto;
  }
}
@media (max-width: 719px) {
  .comment {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.social {
  pointer-events: none;
}
.popup-modal__button:focus-visible,
.popup-modal__close:focus-visible {
  outline: 2px solid rgba(144, 116, 255, 0.55);
  outline-offset: 2px;
}
.popup-modal__form :where(.field, .form-group, .input-group) {
  margin: 0;
}
.popup-modal__form :where(label, legend) {
  display: block;
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.4;
  color: var(--popup-text-muted);
}
.popup-modal__form
  :where(
    input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(
        [type="button"]
      ),
    select,
    textarea
  ) {
  width: 100%;
  min-height: 60px;
  padding: 18px;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-radius: 16px;
  background: var(--popup-field);
  color: var(--popup-text);
  font: 600 16px/1.2 inherit;
}
.popup-modal__form
  :where(
    input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(
        [type="button"]
      ),
    select,
    textarea
  )::placeholder {
  color: rgba(34, 34, 34, 0.3);
}
.popup-modal__form
  :where(
    input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(
        [type="button"]
      ),
    select,
    textarea
  ):focus {
  outline: none;
  border-color: var(--popup-field-border);
  background: #fff;
}
.popup-modal__form
  :where(
    button:not(.iti-aio__selected-country),
    input[type="submit"],
    input[type="button"]
  ) {
  width: 100% !important;
  min-height: 67px !important;
  padding: 18px !important;
  border: 0;
  border-radius: 16px !important;
  background: linear-gradient(
    90deg,
    var(--popup-accent-start) 0%,
    var(--popup-accent-end) 100%
  ) !important;
  color: var(--popup-text) !important;
  font: 600 16px/1.2 inherit !important;
  cursor: pointer;
  text-transform: unset !important;
  box-shadow: none !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  font-family: inherit !important;
  margin: 0 !important;
}
.popup-modal__form :where(.iti, .iti--allow-dropdown) {
  width: 100%;
}
.reg-form-wrapp {
  width: 100%;
  max-width: 500px;
  margin: 40px auto;
}
