* {
  box-sizing: border-box;
}

.registration-form__title {
  width: 100%;
  font-size: 32px;
  font-weight: 700;
  background-color: #d03d12;
  color: #fff;
  text-align: center;
  padding: 15px;
  margin: 0;
  text-transform: uppercase;
}

a {
  cursor: pointer;
}

.hidden {
  display: none !important;
}

.RichText p > a {
  color: red !important;
}

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-smallest-viewport-height: 100vh;
}

@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;
}

html:not(.is-logged-in) [data-not-logged-in-hidden] {
  display: none;
}

a > svg:first-of-type:last-of-type {
  pointer-events: none;
}

@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;
}

html:not(.no-header).is-headerbar-collapsed [data-headerbar-height] {
  --polygon-headerbar-height: 48px;
}

@media (max-width: 719px) {
  html:not(.no-header) [data-headerbar-height],
  html:not(.no-header).is-headerbar-collapsed [data-headerbar-height] {
    --polygon-headerbar-height: 48px;
    --polygon-max-headerbar-height: 48px;
  }
}

*,
: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:        
;
}

/*! tailwindcss v3.4.16 | MIT License | https://tailwindcss.com*/
*,
: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: 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,
h4 {
  font-size: inherit;
  font-weight: inherit;
}

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

strong {
  font-weight: bolder;
}

button {
  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,
h4,
hr,
p {
  margin: 0;
}

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

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

: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;
}

.stroke-current {
  stroke: currentColor;
}

.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 a {
  border-bottom-width: 1px;
  border-color: var(--border-color-with-opacity, #eec2b5);
  color: var(--color-dm-tertiary-base, #e64415);
  display: inline;
  font-weight: 400;
}

.RichText a:hover {
  border-color: var(--color-dm-tertiary-base, #e64415);
}

.RichText a:focus {
  border-color: transparent;
  color: var(--color-dm-tertiary-base, #811d00);
}

.RichText h2,
.RichText h3,
.RichText h4 {
  color: #000;
  font-family:
    SpiegelSansUI,
    system-ui,
    BlinkMacSystemFont,
    -apple-system,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  font-weight: 700;
}

.RichText ol,
.RichText ul {
  line-height: 1.5;
  margin-top: 2rem;
  padding-left: 1.25rem;
}

.RichText ul {
  list-style-type: disc;
}

.RichText ol {
  list-style-type: decimal;
  padding-left: 1.5rem;
}

.RichText ol li,
.RichText ul li {
  margin-bottom: 1rem;
}

@media (min-width: 1020px) {
  .RichText p {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }

  .RichText h2,
  .RichText h3,
  .RichText h4 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }

  .RichText ol,
  .RichText ul {
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
  }

  .RichText ul li {
    padding-left: 0.25rem;
  }

  .RichText ol li {
    padding-left: 1rem;
  }
}

@media (min-width: 720px) and (max-width: 1019px) {
  .RichText p {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }

  .RichText h2,
  .RichText h3,
  .RichText h4 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    margin-top: 3rem;
  }

  .RichText ol,
  .RichText ul {
    font-size: 1.25rem;
    margin-bottom: 2rem;
  }

  .RichText ul li {
    padding-left: 0.25rem;
  }

  .RichText ol li {
    padding-left: 1rem;
  }
}

@media (max-width: 719px) {
  .RichText p {
    font-size: 1.125rem;
    margin-bottom: 1rem;
  }

  .RichText h2,
  .RichText h3,
  .RichText h4 {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }

  .RichText ol,
  .RichText ul {
    font-size: 1.125rem;
    margin-bottom: 2rem;
  }

  .RichText ul li {
    padding-left: 0;
  }

  .RichText ol li {
    padding-left: 1.125rem;
  }
}

body .RichText--highlight.RichText--magletter > ul > li::marker,
body .RichText--magletter > ul > li::marker {
  color: var(--color-dm-tertiary-base, #e64415);
}

body .RichText--lastPmb0 p:last-of-type {
  margin-bottom: 0;
}

body .RichText--lastInline p:last-of-type {
  display: inline;
}

@media (prefers-color-scheme: dark) {
  .RichText a {
    border-color: var(--border-color-dm-with-opacity, #bbb9b7);
    color: var(--color-tertiary-base, "white");
  }

  .RichText a:hover {
    border-color: var(--color-tertiary-base, "white");
  }

  .RichText a:focus {
    border-color: transparent;
    color: var(--color-tertiary-base, "white");
  }

  .RichText h2,
  .RichText h3,
  .RichText h4 {
    color: #f1efed;
  }

  body .RichText--highlight.RichText--magletter > ul > li::marker,
  body .RichText--magletter > ul > li::marker {
    color: var(--color-tertiary-base, #d03d12);
  }
}

.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;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.bottom-0 {
  bottom: 0;
}

.bottom-negative {
  bottom: -1px;
}

.bottom-px {
  bottom: 1px;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.top-0 {
  top: 0;
}

.top-8 {
  top: 0.5rem;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-max {
  z-index: 50;
}

.z-overlay {
  z-index: 6000001;
}

.clear-both {
  clear: both;
}

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

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

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

.-mb-px {
  margin-bottom: -1px;
}

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

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

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

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

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

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

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

.ml-6 {
  margin-left: 0.375rem;
}

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

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

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

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

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

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

.mt-px {
  margin-top: 1px;
}

.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-88 {
  height: 5.5rem;
}

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.min-h-full {
  min-height: 100%;
}

.w-24 {
  width: 1.5rem;
}

.w-40 {
  width: 2.5rem;
}

.w-48 {
  width: 3rem;
}

.w-56 {
  width: 3.5rem;
}

.w-88 {
  width: 5.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;
}

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.items-stretch {
  align-items: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.self-end {
  align-self: flex-end;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.break-words {
  overflow-wrap: break-word;
}

.rounded {
  border-radius: 1.5px;
}

.rounded-circle {
  border-radius: 50%;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0;
}

.border-b {
  border-bottom-width: 1px;
}

.border-inherit {
  border-color: inherit;
}

.border-shade-light {
  border-color: #bbb9b7;
}

.border-shade-lighter {
  border-color: #dddbd9;
}

.border-transparent {
  border-color: transparent;
}

.bg-attention {
  --tw-bg-opacity: 1;
  background-color: rgb(255 230 70 / var(--tw-bg-opacity, 1));
}

.bg-primary-base {
  --tw-bg-opacity: 1;
  background-color: rgb(230 68 21 / var(--tw-bg-opacity, 1));
}

.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-tertiary-base {
  background-color: var(--color-tertiary-base, #e9f1f5);
}

.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));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-black {
  --tw-gradient-from: #000 var(--tw-gradient-from-position);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-base {
  --tw-gradient-from: #e64415 var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(230, 68, 21, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-shade-darkest {
  --tw-gradient-from: #2f2d2b var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(47, 45, 43, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white {
  --tw-gradient-from: #fff 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);
}

.fill-current {
  fill: currentColor;
}

.stroke-current {
  stroke: currentColor;
}

.object-none {
  -o-object-fit: none;
  object-fit: none;
}

.p-0 {
  padding: 0;
}

.p-8 {
  padding: 0.5rem;
}

.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-18 {
  padding-bottom: 1.125rem;
  padding-top: 1.125rem;
}

.py-20 {
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
}

.py-6 {
  padding-bottom: 0.375rem;
  padding-top: 0.375rem;
}

.pb-16 {
  padding-bottom: 1rem;
}

.pb-px {
  padding-bottom: 1px;
}

.pl-16 {
  padding-left: 1rem;
}

.pl-4 {
  padding-left: 0.25rem;
}

.pl-8 {
  padding-left: 0.5rem;
}

.pr-120 {
  padding-right: 7.5rem;
}

.pr-16 {
  padding-right: 1rem;
}

.pr-8 {
  padding-right: 0.5rem;
}

.pr-px {
  padding-right: 1px;
}

.pt-24 {
  padding-top: 1.5rem;
}

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

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

.text-center {
  text-align: center;
}

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

.align-middle {
  vertical-align: middle;
}

.font-brandUI {
  font-family:
    SpiegelSlabCdUI,
    Constantia,
    Lucida Bright,
    Lucidabright,
    Lucida Serif,
    Lucida,
    DejaVu Serif,
    Bitstream Vera Serif,
    Liberation Serif,
    Georgia,
    serif;
}

.font-sans {
  font-family: SpiegelSans, sans-serif;
}

.font-sansUI {
  font-family:
    SpiegelSansUI,
    system-ui,
    BlinkMacSystemFont,
    -apple-system,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
}

.text-base {
  font-size: 1rem;
}

.text-l {
  font-size: 1.125rem;
}

.text-s {
  font-size: 0.875rem;
}

.text-xs {
  font-size: 0.75rem;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-normal {
  font-weight: 400;
}

.uppercase {
  text-transform: uppercase;
}

.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-none {
  line-height: 0;
}

.leading-normal {
  line-height: 1.26;
}

.leading-tight {
  line-height: 1.08;
}

.tracking-wider {
  letter-spacing: 0.02em;
}

.text-black {
  color: #000;
}

.text-primary-base {
  color: #e64415;
}

.text-primary-darker {
  color: #811d00;
}

.text-shade-dark {
  color: #807e7c;
}

.text-shade-light {
  color: #bbb9b7;
}

.text-white {
  color: #fff;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-none {
  opacity: 0;
}

.shadow {
  --tw-shadow: 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-t {
  background: linear-gradient(90deg, #807e7c 25%, #807e7c00 0) 0 0 /4px 1px
    repeat-x;
  image-rendering: pixelated;
}

.border-separator-b {
  background: linear-gradient(90deg, #807e7c 25%, #807e7c00 0) 0 100% /4px 1px
    repeat-x;
  image-rendering: pixelated;
}

.border-separator-r {
  background: linear-gradient(#807e7c 25%, #807e7c00 0) 100% /1px 4px repeat-y;
  image-rendering: pixelated;
}

.border-separator-light {
  background: linear-gradient(90deg, #807e7c 25%, #807e7c00 0) bottom / 4px 1px
    repeat-x;
  image-rendering: pixelated;
}


.RichText p {
  line-height: 1.5;
}

.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\:border-white:hover {
  border-color: #fff;
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.hover\:text-primary-dark:hover {
  color: #c12b00;
}

.hover\:text-shade-lighter:hover {
  color: #dddbd9;
}

.hover\:text-shade-lightest:hover {
  color: #f1efed;
}

.hover\:opacity-distinct:hover {
  opacity: 0.7;
}

.focus\:pointer-events-auto:focus {
  pointer-events: auto;
}

.focus\:h-auto:focus {
  height: auto;
}

.focus\:w-auto:focus {
  width: auto;
}

.focus\:overflow-auto:focus {
  overflow: auto;
}

.focus\:border-black:focus {
  border-color: #000;
}

.focus\:border-transparent:focus {
  border-color: transparent;
}

.focus\:bg-shade-lightest:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(241 239 237 / var(--tw-bg-opacity, 1));
}

.focus\:px-12:focus {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.focus\:py-8:focus {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.focus\:text-primary-darker:focus {
  color: #811d00;
}

.focus\:text-shade-base:focus {
  color: #989694;
}

.focus\:text-white:focus {
  color: #fff;
}

.focus\:opacity-full:focus {
  opacity: 1;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.active\:border-black:active {
  border-color: #000;
}

.active\:bg-shade-lightest:active {
  --tw-bg-opacity: 1;
  background-color: rgb(241 239 237 / var(--tw-bg-opacity, 1));
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.disabled\:border-shade-lighter:disabled {
  border-color: #dddbd9;
}

.disabled\:bg-white:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.disabled\:text-shade-base:disabled {
  color: #989694;
}

.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-16 {
    margin-bottom: 1rem;
  }

  .sm\:mb-24 {
    margin-bottom: 1.5rem;
  }

  .sm\:mb-4 {
    margin-bottom: 0.25rem;
  }

  .sm\:mb-8 {
    margin-bottom: 0.5rem;
  }

  .sm\:mr-16 {
    margin-right: 1rem;
  }

  .sm\:mr-24 {
    margin-right: 1.5rem;
  }

  .sm\:mr-8 {
    margin-right: 0.5rem;
  }

  .sm\:mt-16 {
    margin-top: 1rem;
  }

  .sm\:mt-24 {
    margin-top: 1.5rem;
  }

  .sm\:mt-8 {
    margin-top: 0.5rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-4 {
    height: 0.25rem;
  }

  .sm\:h-40 {
    height: 2.5rem;
  }

  .sm\:h-48 {
    height: 3rem;
  }

  .sm\:h-8 {
    height: 0.5rem;
  }

  .sm\:w-16 {
    width: 1rem;
  }

  .sm\:max-w-sm {
    max-width: 520px;
  }

  .sm\:flex-col {
    flex-direction: column;
  }

  .sm\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .sm\:flex-wrap {
    flex-wrap: wrap;
  }

  .sm\:justify-start {
    justify-content: flex-start;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:overflow-hidden {
    overflow: hidden;
  }

  .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;
  }

  .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-24 {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }

  .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-16 {
    padding-bottom: 1rem;
  }

  .sm\:pb-18 {
    padding-bottom: 1.125rem;
  }

  .sm\:pb-24 {
    padding-bottom: 1.5rem;
  }

  .sm\:pb-32 {
    padding-bottom: 2rem;
  }

  .sm\:pb-4 {
    padding-bottom: 0.25rem;
  }

  .sm\:pb-8 {
    padding-bottom: 0.5rem;
  }

  .sm\:pl-16 {
    padding-left: 1rem;
  }

  .sm\:pr-12 {
    padding-right: 0.75rem;
  }

  .sm\:pr-16 {
    padding-right: 1rem;
  }

  .sm\:pr-24 {
    padding-right: 1.5rem;
  }

  .sm\:pt-12 {
    padding-top: 0.75rem;
  }

  .sm\:pt-18 {
    padding-top: 1.125rem;
  }

  .sm\:pt-24 {
    padding-top: 1.5rem;
  }

  .sm\:pt-32 {
    padding-top: 2rem;
  }

  .sm\:pt-4 {
    padding-top: 0.25rem;
  }

  .sm\:text-4xl {
    font-size: 2rem;
  }

  .sm\:text-l {
    font-size: 1.125rem;
  }

  .sm\:text-s {
    font-size: 0.875rem;
  }
}

@media (min-width: 720px) and (max-width: 1019px) {
  .md\:pointer-events-none {
    pointer-events: none;
  }

  .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-24 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

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

  .md\:-ml-4 {
    margin-left: -0.25rem;
  }

  .md\:mb-16 {
    margin-bottom: 1rem;
  }

  .md\:mb-24 {
    margin-bottom: 1.5rem;
  }

  .md\:mb-32 {
    margin-bottom: 2rem;
  }

  .md\:mb-4 {
    margin-bottom: 0.25rem;
  }

  .md\:mb-40 {
    margin-bottom: 2.5rem;
  }

  .md\:ml-8 {
    margin-left: 0.5rem;
  }

  .md\:mr-24 {
    margin-right: 1.5rem;
  }

  .md\:mt-12 {
    margin-top: 0.75rem;
  }

  .md\:mt-2 {
    margin-top: 0.125rem;
  }

  .md\:mt-24 {
    margin-top: 1.5rem;
  }

  .md\:mt-32 {
    margin-top: 2rem;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-16 {
    height: 1rem;
  }

  .md\:h-48 {
    height: 3rem;
  }

  .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\:w-24 {
    width: 1.5rem;
  }

  .md\:w-4\/12 {
    width: 33.333333333333336%;
  }

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:max-w-md {
    max-width: 920px;
  }

  .md\:translate-x-40 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:translate-x-40 {
    --tw-translate-x: 2.5rem;
  }

  .md\:scale-70 {
    --tw-scale-x: 0.7;
    --tw-scale-y: 0.7;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .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\:p-24 {
    padding: 1.5rem;
  }

  .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-32 {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }

  .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\:pl-8 {
    padding-left: 0.5rem;
  }

  .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: 1rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
  }

  .md\:opacity-none {
    opacity: 0;
  }

  .md\:shadow {
    --tw-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 1px 4px 0 var(--tw-shadow-color);
    box-shadow:
      var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
      var(--tw-shadow);
  }
}

@media (min-width: 1020px) {
  .lg\:pointer-events-none {
    pointer-events: none;
  }

  .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-24 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

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

  .lg\:-ml-4 {
    margin-left: -0.25rem;
  }

  .lg\:mb-16 {
    margin-bottom: 1rem;
  }

  .lg\:mb-24 {
    margin-bottom: 1.5rem;
  }

  .lg\:mb-32 {
    margin-bottom: 2rem;
  }

  .lg\:mb-40 {
    margin-bottom: 2.5rem;
  }

  .lg\:mb-56 {
    margin-bottom: 3.5rem;
  }

  .lg\:ml-8 {
    margin-left: 0.5rem;
  }

  .lg\:mr-24 {
    margin-right: 1.5rem;
  }

  .lg\:mt-12 {
    margin-top: 0.75rem;
  }

  .lg\:mt-2 {
    margin-top: 0.125rem;
  }

  .lg\:mt-24 {
    margin-top: 1.5rem;
  }

  .lg\:mt-32 {
    margin-top: 2rem;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-16 {
    height: 1rem;
  }

  .lg\:h-48 {
    height: 3rem;
  }

  .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-24 {
    width: 1.5rem;
  }

  .lg\:w-4\/12 {
    width: 33.333333333333336%;
  }

  .lg\:w-6\/12 {
    width: 50%;
  }

  .lg\:w-8\/12 {
    width: 66.66666666666667%;
  }

  .lg\:max-w-lg {
    max-width: 1020px;
  }

  .lg\:translate-x-40 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-x-40 {
    --tw-translate-x: 2.5rem;
  }

  .lg\:scale-70 {
    --tw-scale-x: 0.7;
    --tw-scale-y: 0.7;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .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\:p-24 {
    padding: 1.5rem;
  }

  .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-32 {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }

  .lg\:py-40 {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }

  .lg\:pb-32 {
    padding-bottom: 2rem;
  }

  .lg\:pb-40 {
    padding-bottom: 2.5rem;
  }

  .lg\:pb-48 {
    padding-bottom: 3rem;
  }

  .lg\:pl-12 {
    padding-left: 0.75rem;
  }

  .lg\:pl-8 {
    padding-left: 0.5rem;
  }

  .lg\:pr-16 {
    padding-right: 1rem;
  }

  .lg\:pr-8 {
    padding-right: 0.5rem;
  }

  .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: 1rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
  }

  .lg\:opacity-none {
    opacity: 0;
  }

  .lg\:shadow {
    --tw-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 1px 4px 0 var(--tw-shadow-color);
    box-shadow:
      var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
      var(--tw-shadow);
  }
}

@media (prefers-color-scheme: dark) {
  .dark\:border-black {
    border-color: #000;
  }

  .dark\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-dm-primary-base {
    --tw-bg-opacity: 1;
    background-color: rgb(208 61 18 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-dm-shade-darkest {
    --tw-bg-opacity: 1;
    background-color: rgb(31 30 28 / var(--tw-bg-opacity, 1));
  }

  .dark\:from-dm-primary-base {
    --tw-gradient-from: #d03d12 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(208, 61, 18, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .dark\:from-dm-shade-darkest {
    --tw-gradient-from: #1f1e1c var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(31, 30, 28, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .dark\:text-dm-primary-base {
    color: #d03d12;
  }

  .dark\:text-shade-dark {
    color: #807e7c;
  }

  .dark\:text-shade-light {
    color: #bbb9b7;
  }

  .dark\:text-shade-lightest {
    color: #f1efed;
  }

  .dark\:hover\:border-white:hover {
    border-color: #fff;
  }

  .dark\:focus\:border-white:focus {
    border-color: #fff;
  }

  .dark\:focus\:bg-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  }

  .dark\:active\:border-white:active {
    border-color: #fff;
  }

  .dark\:active\:bg-black:active {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  }

  .dark\:disabled\:bg-dm-shade-darkest:disabled {
    --tw-bg-opacity: 1;
    background-color: rgb(31 30 28 / var(--tw-bg-opacity, 1));
  }
}

@media (max-width: 719px) {
  @media (prefers-color-scheme: dark) {
    .sm\:dark\:bg-black {
      --tw-bg-opacity: 1;
      background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
    }
  }
}

@media (min-width: 720px) and (max-width: 1019px) {
  @media (prefers-color-scheme: dark) {
    .md\:dark\:bg-black {
      --tw-bg-opacity: 1;
      background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
    }
  }
}

@media (min-width: 1020px) {
  @media (prefers-color-scheme: dark) {
    .lg\:dark\:bg-black {
      --tw-bg-opacity: 1;
      background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
    }
  }
}

.RichText a {
  text-decoration: none !important;
  border-bottom-width: 0;
}

.btn-orange {
  background-color: #e64415;
  color: #ffffff !important;
  padding: 12px 28px;
  min-width: 400px;
  width: fit-content;
  text-align: center;
  display: block !important;
  border: none;
  border-radius: 4px;
  margin: 30px auto;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
}

.block-bordered {
  border-left: 3px solid #ff7300;
  border-radius: 5px;
  padding: 20px;
  margin: 30px 0;
}

.news-block {
  margin: 0 auto;
  border-radius: 6px;
}

.content-wrapper {
  display: flex;
  padding: 24px 20px;
  gap: 24px;
  align-items: flex-start;
}

.image-container {
  flex: 0 0 340px;
}

.image-container img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.text-container {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 12px 0 !important;
}

.description {
  font-size: 16px !important;
  line-height: 1.5;
  margin: 0 0 16px 0 !important;
}

.meta {
  margin-top: auto;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.bookmark-icon {
  opacity: 0.6;
  cursor: pointer;
}

.divider {
  border-bottom: 1px solid #333333;
  margin: 0 20px;
  height: 1px;
}

.text-content p {
  margin-top: 10px;
  margin-bottom: 5px;
}

.text-content h2 {
  margin-bottom: 0;
}

.text-content a {
  color: #d03d12;
  font-weight: bolder;
}

.steps-list {
  counter-reset: step-counter;
  list-style: none !important;
  padding: 0 !important;
  margin: 20px 0;
}

.steps-list li {
  counter-increment: step-counter;
  position: relative;
  padding: 15px 15px 15px 60px !important;
  margin-bottom: 15px;
  background: #f8f9fa;
  border-radius: 8px;
}

.steps-list li::before {
  content: counter(step-counter);
  position: absolute;
  left: 20px;
  top: 15px;
  background: rgb(230 68 21);
  color: white;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
}

/* Темна тема */
@media (prefers-color-scheme: dark) {
  .steps-list li {
    background: rgb(47 45 43);
  }
}

.post__inner {
  max-width: 600px;
  width: 100%;
  margin-inline: auto;
  border-radius: 8px;
  box-shadow: 0px 0px 16px 0px rgba(255, 98, 0, 0.1);
}

.comments__wrapper {
  width: 100%;
}

.post__bottom {
  padding: 15px 20px;
  border-top: 1px solid rgba(101, 103, 107, 0.2);
}

.post__suptitle {
  cursor: pointer;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}

.comments {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.comments__item {
  display: flex;
  justify-content: space-between;
  gap: 5px;
}

.comments__avatar {
  display: block;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.comments__avatar img {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  overflow: hidden;
  object-fit: cover;
}

.comments__content {
  border-radius: 15px;
  padding: 10px;
  margin-bottom: 5px;
  background-color: #a4a4a421;
}

.comments__name h4 {
  font-size: 13px !important;
  margin: 0 !important;
}

.comments__name {
  display: block;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 5px;
}

.comments__text {
  font-size: 15px !important;
  margin: 0 !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.comments__bottom {
  display: flex;
  align-items: center;
  gap: 15px;
}

.comments__date {
  font-size: 13px !important;
  margin: 0 !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.comments__btn {
  display: block;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  color: #333 !important;
  line-height: normal;
}

.comments__btn.like {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
  line-height: 1;
}

@media (prefers-color-scheme: dark) {
  .comments__btn {
    color: #c5c5c5 !important;
  }

  .comments__content {
    border-radius: 15px;
    padding: 10px;
    margin-bottom: 5px;
    background-color: #000;
  }
}

@media (max-width: 450px) {
  .post__bottom {
    padding-inline: 16px;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
}