.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.form-wrapper {
  width: 100%;
  max-width: 480px;
  margin: 30px auto;
  scroll-margin-top: 200px;
}

html,
body {
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

body {
  position: relative;
  background: #fff;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
.dre-variables {
  --dre-navigation__offset: 0px;
  --dre-navigation__height-adaptive: 0px;
  --dre-navigation__transition-duration: 0.5s;
  --dre-navigation__transition-timing-function: ease;
}
.dre-variables {
  --dre-text-scaler-factor: 1;
}
@font-face {
  font-family: Publik;
  src: url("/fonts/DRPublikUIVF-b49db5333dbc736c65cec4e56338975e.woff2")
    format("woff2");
  font-weight: 300 700;
  font-stretch: 50% 100%;
}
:root {
  --dr-font-publik-ascender: 0.91667;
  --dr-font-publik-cap-height: 0.69;
  --dr-font-publik-x-height: 0.5;
  --dr-font-publik-descender: 0.22667;
  --dr-font-publik-line-gap: 0;
  --dr-font-publik-font-variation-settings-italic: "ital" 1;
  --dr-font-publik-font-style-italic: normal;
}
.dre-heading__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.dre-breakpoint {
  display: none;
  flex: 1 1 auto;
  min-width: 0;
}
@media (min-width: 60rem) and (max-width: 74.999rem) {
  .dre-breakpoint--md {
    display: var(--dre-breakpoint-display, initial);
  }
}
@media (min-width: 75rem) and (max-width: 89.999rem) {
  .dre-breakpoint--lg {
    display: var(--dre-breakpoint-display, initial);
  }
}
@media (min-width: 90rem) {
  .dre-breakpoint--xl {
    display: var(--dre-breakpoint-display, initial);
  }
}
.dre-label-text {
  font-family: Publik, Gibson, gibsonRegular, Arial, sans-serif;
  max-width: inherit;
  display: flex;
  align-items: baseline;
  height: 0.5rem;
  font-size: 14px;
  line-height: 0.4375rem;
}
@media (min-width: 0) {
  .dre-label-text--xxs-x-small {
    height: 0.5rem;
    font-size: calc(8 / var(--dre-font-cap-height, 1) / 16 * 1rem);
    line-height: 0.4375rem;
  }
}
@media (min-width: 45rem) {
  .dre-label-text--sm-large {
    height: 0.6875rem;
    font-size: calc(11 / var(--dre-font-cap-height, 1) / 16 * 1rem);
    line-height: 0.625rem;
  }
}
@media (min-width: 60rem) {
  .dre-label-text--md-x-large {
    height: 0.75rem;
    font-size: calc(12 / var(--dre-font-cap-height, 1) / 16 * 1rem);
    line-height: 0.6875rem;
  }
}
.dre-label-text:after {
  content: "";
  visibility: hidden;
  font-size: 0;
  height: 100%;
  width: 0;
  display: grid;
  align-items: end;
}
.dre-label-text__text {
  max-width: inherit;
}
.dre-threshold-trigger {
  pointer-events: none;
}
.dre-threshold-trigger--left,
.dre-threshold-trigger--right {
  position: absolute;
  min-width: 1px;
  min-height: 1px;
}
.dre-threshold-trigger--right {
  right: 0;
}
.dre-threshold-trigger--left {
  left: 0;
}
.dre-button {
  padding: 0;
  margin: 0;
  border: 0;
  background-color: initial;
  --dre-font-ascender: var(--dr-font-publik-ascender, 1);
  --dre-font-cap-height: var(--dr-font-publik-cap-height, 0.69);
  --dre-font-x-height: var(--dr-font-publik-x-height, 0.5);
  --dre-font-descender: var(--dr-font-publik-descender, 0.2);
  --dre-font-line-height-normal: calc(
    var(--dre-font-ascender) + var(--dre-font-descender)
  );
  font-family: Publik, Gibson, gibsonRegular, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  --dre-font__stem-width: 0.091;
  --dre-font__left-bearing: 0.075;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}
.dre-button:disabled {
  --dre-button__main__text-color: #676767;
  --dre-button__main__background-color: #cccccc;
}
.dre-button--tertiary:disabled {
  --dre-button__main__text-color: #b2b2b2;
  --dre-button__main__background-color: transparent;
}
.dre-button__touch-area {
  display: flex;
}
.dre-button__main {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--dre-button__main__text-color, #fff);
  background-color: var(--dre-button__main__background-color, #ff001e);
  transition: background-color 0.3s ease-out, border-color 0.1s ease-out;
  flex-grow: 1;
  padding-left: var(--dre-button__main__left-padding);
  padding-right: var(--dre-button__main__right-padding);
}
.dre-button__main--small {
  height: 1.75rem;
  --dre-button__main__left-padding: 0.5rem;
  --dre-button__main__right-padding: 1rem;
}
.dre-button__main--tertiary {
  color: var(--dre-button__main__text-color, #c90219);
  border: 0.0625rem solid transparent;
}
.dre-button__main--tertiary {
  padding-left: calc(var(--dre-button__main__left-padding, 0rem) - 0.0625rem);
  padding-right: calc(var(--dre-button__main__right-padding, 0rem) - 0.0625rem);
  background-color: var(--dre-button__main__background-color, transparent);
}
.dre-button__text--small:not(:first-child) {
  margin-left: 0.25rem;
}
@media (hover: hover) {
  .dre-button:hover:not(:disabled) {
    text-decoration: none;
    --dre-button__main__background-color: #c90219;
  }
  .dre-button--tertiary:hover:not(:disabled) {
    --dre-button__main__text-color: #ff001e;
    --dre-button__main__background-color: transparent;
  }
}
@-moz-document url-prefix() {
  .dre-button:hover:not(:disabled) {
    text-decoration: none;
    --dre-button__main__background-color: #c90219;
  }
  .dre-button--quaternary:hover:not(:disabled) {
    --dre-button__main__text-color: #ff001e;
    --dre-button__main__background-color: transparent;
  }
  .dre-button--quaternary-on-dark:hover:not(:disabled) {
    --dre-button__main__text-color: #c90219;
    --dre-button__main__background-color: transparent;
  }
  .dre-button--tertiary:hover:not(:disabled) {
    --dre-button__main__text-color: #ff001e;
    --dre-button__main__background-color: transparent;
  }
  .dre-button--tertiary-on-dark:hover:not(:disabled) {
    --dre-button__main__text-color: #c90219;
    --dre-button__main__background-color: transparent;
  }
  .dre-button--secondary:hover:not(:disabled) {
    --dre-button__main__background-color: #e5e5e5;
  }
  .dre-button--secondary-on-dark:hover:not(:disabled) {
    --dre-button__main__background-color: #333333;
  }
}

.dre-icon-wrapper {
  display: inline-flex;
  vertical-align: top;
  text-align: left;
  position: relative;
  width: 1.875rem;
  height: 1.875rem;
}
.dre-icon-wrapper__wrapper {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
}
.dre-icon-wrapper__wrapper > svg {
  fill: currentColor;
  vertical-align: top;
}
.dre-icon-wrapper--boxed {
  padding: 0.25rem;
}
@media (min-width: 0) {
  .dre-icon-wrapper--xxs-xx-small {
    width: 1.25rem;
    height: 1.25rem;
  }
  .dre-icon-wrapper--xxs-medium {
    width: 2rem;
    height: 2rem;
  }
  .dre-icon-wrapper--xxs-medium-boxed {
    padding: 0.25rem;
  }
}
.dre-container__content {
  position: relative;
  box-sizing: initial;
  padding-left: 1rem;
  padding-right: 1rem;
  --dre-container__offset: 1rem;
}
.dre-container__content:after,
.dre-container__content:before {
  content: " ";
  display: table;
}
.dre-container__content:after {
  clear: both;
}
@media (min-width: 45rem) {
  .dre-container__content {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    --dre-container__offset: 2.5rem;
  }
}
@media (min-width: 75rem) {
  .dre-container__content {
    padding-left: 4rem;
    padding-right: 4rem;
    --dre-container__offset: 4rem;
  }
}
.dre-container__content {
  margin-left: auto;
  margin-right: auto;
}
.dre-container__content--small {
  max-width: 35rem;
}
@media (min-width: 45rem) {
  .dre-container__content--small {
    max-width: 38.75rem;
  }
}
@media (min-width: 60rem) {
  .dre-container__content--small {
    max-width: 764px;
  }
}
.dre-container__content--large {
  max-width: 75rem;
}

@supports (-webkit-touch-callout: none) {
}

.dre-title-text {
  --dre-font-ascender: var(--dr-font-publik-ascender, 1);
  --dre-font-cap-height: var(--dr-font-publik-cap-height, 0.69);
  --dre-font-x-height: var(--dr-font-publik-x-height, 0.5);
  --dre-font-descender: var(--dr-font-publik-descender, 0.2);
  --dre-font-line-height-normal: calc(
    var(--dre-font-ascender) + var(--dre-font-descender)
  );
  font-family: Publik, Gibson, gibsonRegular, Arial, sans-serif;
  font-style: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  --dre-font__stem-width: 0.134;
  --dre-font__left-bearing: 0.064;
  -webkit-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-limit-before: 4;
  -webkit-hyphenate-limit-after: 4;
  hyphenate-limit-chars: 4 4;
  hyphenate-limit-last: none;
  display: block;
  max-height: 99999rem;
}
.dre-title-text:after {
  content: " ";
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.dre-title-text {
  font-weight: 600;
}
:root {
  --super-grid-layout--gap-default_gg: 1rem;
  --super-grid-layout--gap-small_gg: 1rem;
  --super-grid-layout_gg: var(--super-grid-layout--gap-default_gg);
}
@media (min-width: 45rem) {
  :root {
    --super-grid-layout--gap-default_gg: 1.5rem;
  }
}
@media (min-width: 60rem) {
  :root {
    --super-grid-layout--gap-default_gg: 2.5rem;
    --super-grid-layout--gap-small_gg: 1.5rem;
  }
}
.dre-glossary-tool {
  text-transform: none;
  display: inline-block;
  --dre-font-ascender: var(--dr-font-publik-ascender, 1);
  --dre-font-cap-height: var(--dr-font-publik-cap-height, 0.69);
  --dre-font-x-height: var(--dr-font-publik-x-height, 0.5);
  --dre-font-descender: var(--dr-font-publik-descender, 0.2);
  --dre-font-line-height-normal: calc(
    var(--dre-font-ascender) + var(--dre-font-descender)
  );
  font-family: Publik, Gibson, gibsonRegular, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  --dre-font__stem-width: 0.091;
  --dre-font__left-bearing: 0.075;
  position: relative;
}
.dre-glossary-tool__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.dre-page {
  position: relative;
  min-height: 12.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 60rem) {
  .dre-page {
    padding-bottom: 2.5rem;
  }
}
.dre-main-skip-to-main-link {
  --dre-font-ascender: var(--dr-font-publik-ascender, 1);
  --dre-font-cap-height: var(--dr-font-publik-cap-height, 0.69);
  --dre-font-x-height: var(--dr-font-publik-x-height, 0.5);
  --dre-font-descender: var(--dr-font-publik-descender, 0.2);
  --dre-font-line-height-normal: calc(
    var(--dre-font-ascender) + var(--dre-font-descender)
  );
  font-family: Publik, Gibson, gibsonRegular, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  --dre-font__stem-width: 0.134;
  --dre-font__left-bearing: 0.064;
  font-size: 0.875rem;
  --dre-line-height: 1.2857142857;
  line-height: 1.2857142857em;
  display: block;
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 9999;
  background-color: #fff;
  color: #000;
  padding: 0.5rem 1rem;
  border: 0.0625rem solid #ccc;
  text-transform: uppercase;
  text-decoration: none;
}
.dre-main-skip-to-main-link:not(:focus):not(:active) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  top: -1000px;
  left: -1000px;
  z-index: -1;
}
.dre-logo {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100%;
  background-size: 100% 100%;
}
.dre-logo:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.dre-logo--slug-dr-nyheder_primary {
  background-image: url(/img/dr-nyheder_primary.581a5b9c.svg);
}
.dre-byline {
  --dre-font-ascender: var(--dr-font-publik-ascender, 1);
  --dre-font-cap-height: var(--dr-font-publik-cap-height, 0.69);
  --dre-font-x-height: var(--dr-font-publik-x-height, 0.5);
  --dre-font-descender: var(--dr-font-publik-descender, 0.2);
  --dre-font-line-height-normal: calc(
    var(--dre-font-ascender) + var(--dre-font-descender)
  );
  font-family: Publik, Gibson, gibsonRegular, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  --dre-font__stem-width: 0.091;
  --dre-font__left-bearing: 0.075;
  font-size: 0.6875rem;
  --dre-line-height: 1.2727272727;
  line-height: 1.2727272727em;
}
@media (min-width: 45rem) {
  .dre-byline {
    font-size: 0.75rem;
    --dre-line-height: 1.3333333333;
    line-height: 1.3333333333em;
    display: flex;
  }
}
.dre-byline__prefix {
  --dre-font-char-height: var(--dre-font-cap-height);
  margin-bottom: 0.5rem;
  color: rgba(0, 0, 0, 0.6);
  flex: 1 1;
  white-space: pre-line;
}
.dre-byline__prefix:before {
  --dre-font-leading-top: calc(
    1em *
      (
        ((var(--dre-line-height) - var(--dre-font-line-height-normal)) / 2) +
          var(--dre-font-ascender) -
          var(--dre-font-char-height, var(--dre-font-cap-height))
      )
  );
  content: "";
  display: table;
  margin-bottom: calc(var(--dre-font-leading-top, 0) * -1);
}
.dre-byline__prefix:after {
  --dre-font-leading-bottom: calc(
    1em *
      (
        ((var(--dre-line-height) - var(--dre-font-line-height-normal)) / 2) +
          var(--dre-font-descender)
      )
  );
  content: "";
  display: table;
  margin-top: calc(var(--dre-font-leading-bottom, 0) * -1);
}
.dre-byline__contribution-details {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
}
.dre-byline__contribution-name {
  display: block;
  color: #000;
  text-transform: none;
  --dre-font-ascender: var(--dr-font-publik-ascender, 1);
  --dre-font-cap-height: var(--dr-font-publik-cap-height, 0.69);
  --dre-font-x-height: var(--dr-font-publik-x-height, 0.5);
  --dre-font-descender: var(--dr-font-publik-descender, 0.2);
  --dre-font-line-height-normal: calc(
    var(--dre-font-ascender) + var(--dre-font-descender)
  );
  font-family: Publik, Gibson, gibsonRegular, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  --dre-font__stem-width: 0.134;
  --dre-font__left-bearing: 0.064;
  font-size: 0.875rem;

  --dre-font-char-height: var(--dre-font-cap-height);
  margin-bottom: 0.5rem;
}
.dre-byline__contribution-name:before {
  --dre-font-leading-top: calc(
    1em *
      (
        ((var(--dre-line-height) - var(--dre-font-line-height-normal)) / 2) +
          var(--dre-font-ascender) -
          var(--dre-font-char-height, var(--dre-font-cap-height))
      )
  );
  content: "";
  display: table;
  margin-bottom: calc(var(--dre-font-leading-top, 0) * -1);
}
.dre-byline__contribution-name:after {
  --dre-font-leading-bottom: calc(
    1em *
      (
        ((var(--dre-line-height) - var(--dre-font-line-height-normal)) / 2) +
          var(--dre-font-descender)
      )
  );
  content: "";
  display: table;
  margin-top: calc(var(--dre-font-leading-bottom, 0) * -1);
}
.dre-byline__contribution-name--link {
  text-decoration: none;
}
.dre-byline__contribution-name--link:hover {
  text-decoration: underline;
}
@media (hover: none) {
  .dre-byline__contribution-name--link:hover {
    text-decoration: none;
  }
}
.dre-byline__contribution-name--last {
  margin-bottom: 0;
}
.dre-byline__dates {
  margin-top: 1.5rem;
  line-height: 0.5175rem;
  color: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 45rem) {
  .dre-byline__dates {
    margin-top: 0;
    line-height: 0.560625rem;
    flex: 1 1;
    justify-content: flex-end;
  }
  .dre-byline__dates--role-normal {
    align-items: baseline;
  }
  .dre-byline__dates--role-normal:after {
    content: "";
    visibility: hidden;
    font-size: 0;
    height: 100%;
    width: 0;
    display: grid;
    align-items: end;
  }
}
.dre-byline__date--with-spacer.dre-byline__date--role-normal:after {
  content: "";
  margin-left: 0.5rem;
  display: inline-block;
}
.dre-article-body-paragraph {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 1.25rem;

  font-family: Publik, Gibson, gibsonRegular, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  font-size: 18px;
  line-height: 180%;
  color: #333;
}
.dre-article-body-paragraph a {
  color: #000;
}

.dre-article-body-paragraph i {
  font-variation-settings: var(
    --dr-font-publik-font-variation-settings-italic,
    none
  );
  font-style: var(--dr-font-publik-font-style-italic, italic);
}

.dre-article-body-sub-heading {
  font-family: Publik, Gibson, gibsonRegular, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  overflow-wrap: break-word;
  word-break: break-word;
  line-height: 125%;
  font-size: 32px;
  margin-bottom: 16px;
  margin-top: 16px;
  overflow-x: hidden;
}

.dre-article-body {
  overflow: hidden;
}
.dre-article-byline {
  margin-bottom: 1rem;
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.1);
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.1);
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 45rem) {
  .dre-article-byline {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.dre-article-title {
  margin-bottom: -1rem;
  position: relative;
}
.dre-article-title__label {
  display: inline-flex;
  vertical-align: top;
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  margin-bottom: 1.5rem;
}
@media (min-width: 45rem) {
  .dre-article-title__label {
    margin-bottom: 2rem;
  }
}
.dre-article-title__section-label {
  max-width: 100%;
}
.dre-article-title__heading {
  --dre-font-ascender: var(--dr-font-publik-ascender, 1);
  --dre-font-cap-height: var(--dr-font-publik-cap-height, 0.69);
  --dre-font-x-height: var(--dr-font-publik-x-height, 0.5);
  --dre-font-descender: var(--dr-font-publik-descender, 0.2);
  --dre-font-line-height-normal: calc(
    var(--dre-font-ascender) + var(--dre-font-descender)
  );
  font-family: Publik, Gibson, gibsonRegular, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  word-break: break-word;
  --dre-font__stem-width: 0.134;
  --dre-font__left-bearing: 0.064;
  --dre-font-char-height: var(--dre-font-cap-height);
  margin-bottom: 16px;
  margin-top: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-size: 40px;
  line-height: 100%;
}
.dre-article-title__heading:before {
  --dre-font-leading-top: calc(
    1em *
      (
        ((var(--dre-line-height) - var(--dre-font-line-height-normal)) / 2) +
          var(--dre-font-ascender) -
          var(--dre-font-char-height, var(--dre-font-cap-height))
      )
  );
  content: "";
  display: table;
  margin-bottom: calc(var(--dre-font-leading-top, 0) * -1);
}
.dre-article-title__heading:after {
  --dre-font-leading-bottom: calc(
    1em *
      (
        ((var(--dre-line-height) - var(--dre-font-line-height-normal)) / 2) +
          var(--dre-font-descender)
      )
  );
  content: "";
  display: table;
  margin-top: calc(var(--dre-font-leading-bottom, 0) * -1);
}

.dre-article-title__summary {
  margin: 0.625rem 0 1.25rem;
  font-family: Publik, Gibson, gibsonRegular, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  font-size: 24px;
  line-height: 120%;
  color: #333;
}
@media (min-width: 45rem) {
  .dre-article-title__summary {
    font-size: 1.5rem;
    --dre-line-height: 1.25;
    line-height: 1.25em;
    font-size: calc(1.5rem * var(--dre-text-scaler-factor, 1));
  }
}
.dre-article-title-section-label {
  --dre-font-ascender: var(--dr-font-publik-ascender, 1);
  --dre-font-cap-height: var(--dr-font-publik-cap-height, 0.69);
  --dre-font-x-height: var(--dr-font-publik-x-height, 0.5);
  --dre-font-descender: var(--dr-font-publik-descender, 0.2);
  --dre-font-line-height-normal: calc(
    var(--dre-font-ascender) + var(--dre-font-descender)
  );
  font-family: Publik, Gibson, gibsonRegular, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  --dre-font__stem-width: 0.091;
  --dre-font__left-bearing: 0.075;
  display: flex;
  color: #c90219;
}
.dre-article-title-section-label > * {
  max-width: 100%;
}
.dre-article-title-section-label__title {
  text-decoration: none;
  color: inherit;
  position: relative;
  z-index: 2;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0.3125rem 0;
  margin: -0.3125rem 0;
  font-weight: 600;
  display: block;
}
.dre-article-title-section-label__title--link:hover {
  text-decoration: underline;
}
@media (hover: none) {
  .dre-article-title-section-label__title--link:hover {
    text-decoration: none;
  }
}
.dre-article-accessibility-tools {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
}
.dre-article-accessibility-tools__button {
  margin-right: 0.25rem;
}
.dre-article-accessibility-tools__button--last {
  margin-right: 0;
}
.dre-text-scaling-tool {
  display: none;
}
@supports (--css: variables) {
  .dre-text-scaling-tool {
    display: inline-block;
    --dre-font-ascender: var(--dr-font-publik-ascender, 1);
    --dre-font-cap-height: var(--dr-font-publik-cap-height, 0.69);
    --dre-font-x-height: var(--dr-font-publik-x-height, 0.5);
    --dre-font-descender: var(--dr-font-publik-descender, 0.2);
    --dre-font-line-height-normal: calc(
      var(--dre-font-ascender) + var(--dre-font-descender)
    );
    font-family: Publik, Gibson, gibsonRegular, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    --dre-font__stem-width: 0.091;
    --dre-font__left-bearing: 0.075;
    position: relative;
    font-size: 0.875rem;
    --dre-line-height: 1.4285714286;
    line-height: 1.4285714286em;
  }
  .dre-text-scaling-tool__decrease-button:hover:not(:disabled),
  .dre-text-scaling-tool__increase-button:hover:not(:disabled) {
    color: #ff001e;
  }
  .dre-text-scaling-tool__decrease-button--dark:hover:not(:disabled),
  .dre-text-scaling-tool__increase-button--dark:hover:not(:disabled) {
    color: #c90219;
  }
}
@-moz-document url-prefix() {
}
.dre-footer {
  background: #fff;
  position: relative;
  --dre-font-ascender: var(--dr-font-publik-ascender, 1);
  --dre-font-cap-height: var(--dr-font-publik-cap-height, 0.69);
  --dre-font-x-height: var(--dr-font-publik-x-height, 0.5);
  --dre-font-descender: var(--dr-font-publik-descender, 0.2);
  --dre-font-line-height-normal: calc(
    var(--dre-font-ascender) + var(--dre-font-descender)
  );
  font-family: Publik, Gibson, gibsonRegular, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  --dre-font__stem-width: 0.091;
  --dre-font__left-bearing: 0.075;
  font-size: 0.875rem;
  --dre-line-height: 1;
  line-height: 1em;
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.1);
}
.dre-footer__inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.dre-footer__menu-link {
  padding: 0.625rem;
  display: inline-block;
  margin: -0.625rem 0 -0.625rem -0.625rem;
  text-decoration: none;
  font-weight: inherit;
}
.dre-footer__menu-link,
.dre-footer__menu-link:link,
.dre-footer__menu-link:visited {
  color: inherit;
}
.dre-footer__menu-link:hover {
  text-decoration: underline;
}
@media (hover: none) {
  .dre-footer__menu-link:hover {
    text-decoration: none;
  }
}
.dre-footer__logo {
  height: 1.5rem;
  width: 5rem;
  margin-left: 1rem;
  margin-top: 1rem;
  float: left;
  background: url(/img/dr.6aec8f73.svg#data-uri) 0 0/100% 100%;
}
@media (min-width: 60rem) {
  .dre-footer__logo {
    margin-top: 1.5rem;
    margin-left: 2.5rem;
  }
}
.dre-footer__logo-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.dre-footer__pressenaevn-logo-container {
  text-align: center;
}
.dre-footer__pressenaevn-logo {
  width: 10.625rem;
  height: 7.8125rem;
  background: url(/img/logo_pressenaevnet.6d3b2539.svg) no-repeat;
  background-position-y: center;
  background-position-x: center;
  background-size: 100%;
  text-indent: 100%;
  color: transparent;
  font-size: 0;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  display: inline-block;
  z-index: 1;
}
@media (min-width: 60rem) {
  .dre-footer__pressenaevn-logo {
    position: absolute;
    display: inline;
    right: 1.5625rem;
    bottom: 1.5625rem;
  }
}
.dre-footer__section-menu-list {
  padding: 0;
  margin: 2rem 2.5rem 0;
}
@media (min-width: 45rem) {
  .dre-footer__section-menu-list {
    margin-right: 5rem;
    margin-bottom: 0;
    margin-left: 5rem;
  }
}
@media (min-width: 60rem) {
  .dre-footer__section-menu-list {
    max-width: 73.75rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.dre-footer__section-menu-list:first-child {
  padding-left: 0;
}
.dre-footer__section-menu,
.dre-footer__section-menu-items {
  list-style: none;
  margin: 0;
  text-align: left;
}
.dre-footer__section-menu {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0 0 3rem;
  margin: 0;
}
.dre-footer__section-menu:last-child {
  margin-top: -1rem;
  padding: 0 0 1rem;
  width: 100%;
}
@media (min-width: 45rem) {
  .dre-footer__section-menu:last-child {
    margin-top: 0;
    width: inherit;
  }
}
@media (min-width: 22.8125rem) {
  .dre-footer__section-menu {
    width: 50%;
  }
}
@media (min-width: 45rem) {
  .dre-footer__section-menu {
    width: 25%;
  }
}
@media (min-width: 60rem) {
  .dre-footer__section-menu {
    width: 16.6666666667%;
  }
}
.dre-footer__section-menu-items:first-child {
  padding-left: 0;
}
.dre-footer__section-menu-item {
  text-transform: uppercase;
  padding: 0;
  margin-right: 0.3125rem;
}
@media (min-width: 45rem) {
  .dre-footer__section-menu-item {
    margin-right: 0.625rem;
  }
}
.dre-footer__section-menu-item:not(:last-child) {
  margin-bottom: 1.25rem;
}
.dre-footer__section-menu-item--heading {
  --dre-font-ascender: var(--dr-font-publik-ascender, 1);
  --dre-font-cap-height: var(--dr-font-publik-cap-height, 0.69);
  --dre-font-x-height: var(--dr-font-publik-x-height, 0.5);
  --dre-font-descender: var(--dr-font-publik-descender, 0.2);
  --dre-font-line-height-normal: calc(
    var(--dre-font-ascender) + var(--dre-font-descender)
  );
  font-family: Publik, Gibson, gibsonRegular, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  --dre-font__stem-width: 0.134;
  --dre-font__left-bearing: 0.064;
  letter-spacing: 0.01875rem;
}
@media (max-width: 30rem) {
  .dre-footer__section-menu-item--heading {
    width: 80%;
  }
}
.dre-footer__contact-container {
  text-align: center;
  padding: 0 1rem;
}
@media (min-width: 45rem) {
  .dre-footer__contact-container {
    padding: 0 2.5rem 1.25rem;
  }
}
@media (min-width: 60rem) {
  .dre-footer__contact-container {
    min-height: 4.5rem;
    line-height: 1.5625rem;
  }
}
.dre-footer__contact-inner {
  position: relative;
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.1);
}
.dre-footer__contact-link {
  padding-bottom: 1rem;
  padding-top: 0.5rem;
}
@media (min-width: 60rem) {
  .dre-footer__contact-link {
    padding: 1.5rem 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.dre-footer__address {
  margin-top: 1rem;
  font-style: normal;
  padding: 1rem 0;
}
@media (min-width: 60rem) {
  .dre-footer__address {
    margin-top: 0;
    padding: 1.5rem 0;
  }
}
.dre-footer__link {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}
.dre-footer__link:active,
.dre-footer__link:focus,
.dre-footer__link:hover,
.dre-footer__link:link,
.dre-footer__link:visited {
  color: #000;
}
.dre-footer__link:hover {
  text-decoration: underline;
}
@media (hover: none) {
  .dre-footer__link:hover {
    text-decoration: none;
  }
}
.dre-footer__address-item,
.dre-footer__phone-item {
  display: block;
  white-space: nowrap;
  padding-bottom: 0.5rem;
}
@media (min-width: 60rem) {
  .dre-footer__address-item,
  .dre-footer__phone-item {
    padding-bottom: 0;
    display: inline;
    white-space: nowrap;
  }
  .dre-footer__address-item:not(:first-child):before,
  .dre-footer__phone-item:not(:first-child):before {
    content: "|";
    padding: 0 0.625rem;
  }
}
.dre-navigation-bottom-links__menu {
  padding: 1.25rem 0;
}
.dre-navigation-bottom-links__contact-link,
.dre-navigation-bottom-links__privacy-link {
  display: flex;
  align-items: center;
  --dre-font-ascender: var(--dr-font-publik-ascender, 1);
  --dre-font-cap-height: var(--dr-font-publik-cap-height, 0.69);
  --dre-font-x-height: var(--dr-font-publik-x-height, 0.5);
  --dre-font-descender: var(--dr-font-publik-descender, 0.2);
  --dre-font-line-height-normal: calc(
    var(--dre-font-ascender) + var(--dre-font-descender)
  );
  font-family: Publik, Gibson, gibsonRegular, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  --dre-font__stem-width: 0.091;
  --dre-font__left-bearing: 0.075;
  font-size: 0.875rem;
  --dre-line-height: 1;
  line-height: 1em;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  padding: 0.625rem 1rem;
}
@media (min-width: 45rem) {
  .dre-navigation-bottom-links__contact-link,
  .dre-navigation-bottom-links__privacy-link {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.dre-navigation-bottom-links__contact-link:hover,
.dre-navigation-bottom-links__privacy-link:hover {
  text-decoration: underline;
}
@media (hover: none) {
  .dre-navigation-bottom-links__contact-link:hover,
  .dre-navigation-bottom-links__privacy-link:hover {
    text-decoration: none;
  }
}
.dre-navigation-bottom-links__contact-icon,
.dre-navigation-bottom-links__privacy-icon {
  padding-right: 0.5rem;
}
.dre-navigation-login-menuitem__item {
  align-items: center;
  display: flex;
  padding: 1rem;
  overflow: hidden;
}
@media (min-width: 45rem) {
  .dre-navigation-login-menuitem__item {
    padding: 1rem 2.5rem;
  }
}
@media (min-width: 60rem) {
  .dre-navigation-login-menuitem__item {
    display: none;
  }
}
.dre-navigation-login-menuitem__item--border {
  border-bottom: 0.0625rem solid #e5e5e5;
}
.dre-navigation-login-menuitem__login-action {
  height: 1.75rem;
  padding: 0 1rem;
  margin: 0;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff001e;
  transition: background-color 0.3s cubic-bezier(0.2, 0, 0.2, 1);
  color: #fff;
  --dre-font-ascender: var(--dr-font-publik-ascender, 1);
  --dre-font-cap-height: var(--dr-font-publik-cap-height, 0.69);
  --dre-font-x-height: var(--dr-font-publik-x-height, 0.5);
  --dre-font-descender: var(--dr-font-publik-descender, 0.2);
  --dre-font-line-height-normal: calc(
    var(--dre-font-ascender) + var(--dre-font-descender)
  );
  font-family: Publik, Gibson, gibsonRegular, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  --dre-font__stem-width: 0.091;
  --dre-font__left-bearing: 0.075;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}
.dre-navigation-login-menuitem__login-action:hover {
  background-color: #c90219;
  text-decoration: underline;
}
.dre-navigation-login-menuitem__login-action:visited {
  color: #fff;
}
.dre-navigation-login {
  display: grid;
  --dre-font-ascender: var(--dr-font-publik-ascender, 1);
  --dre-font-cap-height: var(--dr-font-publik-cap-height, 0.69);
  --dre-font-x-height: var(--dr-font-publik-x-height, 0.5);
  --dre-font-descender: var(--dr-font-publik-descender, 0.2);
  --dre-font-line-height-normal: calc(
    var(--dre-font-ascender) + var(--dre-font-descender)
  );
  font-family: Publik, Gibson, gibsonRegular, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  --dre-font__stem-width: 0.134;
  --dre-font__left-bearing: 0.064;
  height: 1.75rem;
  width: 5rem;
  text-transform: uppercase;
  color: #fff;
}
.dre-navigation-login__avatar {
  grid-column: 1/2;
  grid-row: 1;
  font: inherit;
  font-size: 0.9057971014rem;
  --dre-line-height: 0.621;
  line-height: 0.621em;
  border: 0;
  background-color: #ff001e;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0 0 0.4375rem;
  margin: 0.125rem 0.125rem 0.125rem auto;
  border-radius: 50%;
  transition: transform 0.2s cubic-bezier(0.2, 0, 0.2, 1);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.dre-navigation-login__avatar:after {
  content: "";
  visibility: hidden;
  font-size: 0;
  height: 100%;
  width: 0;
  display: grid;
  align-items: end;
}
.dre-navigation-login__avatar:hover {
  transform: scale(1.15);
}
.dre-navigation-login__avatar--static:empty {
  pointer-events: none;
  opacity: 0;
}

.dre-navigation-login__login-action {
  grid-column: 1/2;
  grid-row: 1;
  height: 1.75rem;
  width: 5rem;
  padding: 0 1rem;
  margin: 0;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  pointer-events: auto;
  text-decoration: none;
  transition: background-color 0.3s cubic-bezier(0.2, 0, 0.2, 1);
}
.dre-navigation-login__login-action:hover {
  background-color: #c90219;
  text-decoration: underline;
}
.dre-navigation-login__login-action:visited {
  color: inherit;
}
.dre-navigation-login__transition {
  grid-column: 1/2;
  grid-row: 1;
  background-color: #ff001e;
  width: 5rem;
  height: 1.75rem;
  clip-path: inset(0 round 0);
  z-index: -1;
  pointer-events: none;
}
.dre-standard-article ::selection {
  background-color: rgba(0, 0, 0, 0.2);
  color: #000;
}
.dre-standard-article__top {
  position: relative;
  padding-top: 1.25rem;
}
@media (min-width: 45rem) {
  .dre-standard-article__top {
    padding-top: 2.5rem;
  }
}
@media (min-width: 60rem) {
  .dre-standard-article__top {
    padding-top: 3.75rem;
  }
}
.dre-standard-article__tools {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 45rem) {
  .dre-standard-article__tools {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.dre-standard-article__asset-overflow-container {
  overflow: hidden;
}
.dre-standard-article__asset {
  position: relative;
  margin: 1rem auto 0;
}
@media (min-width: 45rem) {
  .dre-standard-article__asset {
    margin-top: 1.5rem;
  }
}
@media (min-width: 60rem) {
  .dre-standard-article__asset {
    max-width: 53.125rem;
  }
}
.dre-navigation-menu {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: auto;
  overflow-y: auto;
  overflow-x: hidden;
}
.dre-navigation-menu__inner {
  position: relative;
}
.dre-navigation-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 45rem) {
  .dre-navigation-menu__list {
    margin-right: var(--dre-animation-menu__scrollbar-width, 0);
  }
}
@-moz-document url-prefix() {
}
.dre-navigation-menu-icon {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
}
.dre-navigation-menu-icon__line {
  background-color: currentColor;
  position: absolute;
  height: 0.125rem;
  width: 1.375rem;
  left: 50%;
  top: 50%;
  margin-left: -0.6875rem;
  margin-top: -0.0625rem;
  will-change: transform;
  transition: transform 0.3s ease-in-out;
  transform-origin: center center;
}
.dre-navigation-menu-icon__line:first-child {
  transform: translateY(-0.4375rem);
}
.dre-navigation-menu-icon__line:last-child {
  transform: translateY(0.4375rem);
}
.dre-navigation-menu-toggle-button {
  display: flex;
  align-items: center;
  margin-right: -0.625rem;
  border: none;
  background: 0 0;
  color: inherit;
  cursor: pointer;
  padding: 0;
  height: 2.5rem;
}
.dre-navigation-menu-toggle-button:focus,
.dre-navigation-menu-toggle-button:hover {
  background-color: initial;
}
.dre-navigation-search {
  display: flex;
  align-items: center;
  padding: 0.3125rem;
  color: #000;
  background-color: initial;
  border: none;
  cursor: pointer;
}
.dre-article {
  position: relative;
}
.dre-navigation-sidebar {
  z-index: 998;
  position: absolute;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
  will-change: transform;
  transform: translateY(0);
}
@media (min-width: 60rem) {
  .dre-navigation-sidebar {
    margin-top: 0;
  }
}
.dre-navigation-sidebar--collapsed {
  transform: translateY(-10000px);
}
.dre-navigation-sidebar__modal {
  background-color: #fff;
  position: absolute;
  right: 0;
  width: 100%;
  max-width: 23.4375rem;
  height: 100%;
  will-change: transform;
  transition: transform 0.3s ease-in-out;
  transform: translateX(100%);
}
.dre-navigation-sidebar__dimmer {
  will-change: opacity;
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
}
.dre-navigation-sidebar__content {
  height: calc(
    var(--dre-navigation-sidebar__window-height, 100vh) -
      var(--dre-navigation__height, 0px) +
      var(--dre-navigation__mobile-children-height, 0px)
  );
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}
.dre-navigation-sidebar__content--collapsed {
  display: none;
}
.dre-navigation-main__content {
  position: relative;
  display: flex;
  height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #fff;
  box-shadow: 0 0.0625rem 0 rgba(0, 0, 0, 0.1);
  z-index: 2;
}
@media (min-width: 45rem) {
  .dre-navigation-main__content {
    height: 4rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 75rem) {
  .dre-navigation-main__content {
    height: 4.5rem;
  }
}
.dre-navigation-main__logo-wrapper {
  display: flex;
  align-items: center;
  width: auto;
  margin-right: 0.5rem;
}
@media (min-width: 45rem) {
  .dre-navigation-main__logo-wrapper {
    flex: 0 0 auto;
    height: 4rem;
    margin-right: 1.875rem;
  }
}
@media (min-width: 75rem) {
  .dre-navigation-main__logo-wrapper {
    height: 4.5rem;
    margin-right: 2.5rem;
  }
}
.dre-navigation-main__logo-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.dre-navigation-main__logo-slug {
  width: 3.5rem;
  margin-top: -2.5rem;
}
@media (min-width: 45rem) {
  .dre-navigation-main__logo-slug {
    width: 4rem;
    margin-top: -3rem;
  }
}
.dre-navigation-main__group-right {
  flex: 1 1 auto;
  justify-content: flex-end;
  display: flex;
  align-items: center;
}
.dre-navigation-main__login {
  display: none;
  white-space: nowrap;
}
@media (min-width: 60rem) {
  .dre-navigation-main__login {
    display: initial;
    margin-left: 1.5rem;
    flex: 0 0 auto;
  }
}
@media (min-width: 45rem) {
  .dre-navigation-main__search {
    margin-left: 1.4375rem;
  }
}
@media (min-width: 75rem) {
  .dre-navigation-main__search {
    margin-left: 1.9375rem;
  }
}
.dre-navigation-main__menu-toggle {
  margin-left: 0.375rem;
}
@media (min-width: 45rem) {
  .dre-navigation-main__menu-toggle {
    margin-left: 0.875rem;
  }
}
@media (min-width: 75rem) {
  .dre-navigation-main__menu-toggle {
    margin-left: 1.375rem;
  }
}
.dre-navigation-main__desktop-only {
  display: none;
}
@media (min-width: 60rem) {
  .dre-navigation-main__desktop-only {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
  }
}
@-moz-document url-prefix() {
}
.dre-navigation-menu-bar {
  height: 3rem;
  overflow: hidden;
  position: relative;
}
@media (min-width: 60rem) {
  .dre-navigation-menu-bar {
    height: 4rem;
    border-top: none;
  }
}
@media (min-width: 75rem) {
  .dre-navigation-menu-bar {
    height: 4.5rem;
  }
}
@media (max-width: 59.999rem) {
  .dre-navigation-menu-bar:after {
    right: 0;
    width: 3.125rem;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #fff);
  }
  .dre-navigation-menu-bar:after,
  .dre-navigation-menu-bar:before {
    content: "";
    position: absolute;
    top: 0.25rem;
    height: 2.5rem;
    pointer-events: none;
  }
  .dre-navigation-menu-bar:before {
    left: 0;
    width: 1rem;
    background: transparent
      linear-gradient(270deg, rgba(255, 255, 255, 0.25) 0, #fff);
    z-index: 3;
  }
}
.dre-navigation-menu-bar__links {
  display: flex;
  list-style: none;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  box-sizing: initial !important;
  height: 3rem;
  padding: 0.0625rem 0 2rem 1rem;
  margin: 0 0 -2rem;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  scrollbar-width: none;
}
.dre-navigation-menu-bar__links::-webkit-scrollbar {
  display: none;
}
@media (min-width: 45rem) {
  .dre-navigation-menu-bar__links {
    padding-left: 2.5rem;
  }
}
@media (min-width: 60rem) {
  .dre-navigation-menu-bar__links {
    padding-left: 0;
    overflow: hidden;
    flex-wrap: wrap;
    height: unset;
  }
}
.dre-navigation-menu-bar__links:after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 0.0625rem;
  flex: 0 0 auto;
  pointer-events: none;
}
.dre-navigation-menu-bar__item {
  display: flex;
  position: relative;
  margin-left: 1rem;
}
@media (min-width: 45rem) {
  .dre-navigation-menu-bar__item {
    margin-left: 1.5rem;
  }
}
@media (min-width: 75rem) {
  .dre-navigation-menu-bar__item {
    margin-left: 2.5rem;
  }
}
.dre-navigation-menu-bar__item:first-child {
  margin-left: 0;
}
.dre-navigation-menu-bar__item-link {
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  --dre-font-ascender: var(--dr-font-publik-ascender, 1);
  --dre-font-cap-height: var(--dr-font-publik-cap-height, 0.69);
  --dre-font-x-height: var(--dr-font-publik-x-height, 0.5);
  --dre-font-descender: var(--dr-font-publik-descender, 0.2);
  --dre-font-line-height-normal: calc(
    var(--dre-font-ascender) + var(--dre-font-descender)
  );
  font-weight: 400;
  --dre-font__stem-width: 0.091;
  --dre-font__left-bearing: 0.075;
  outline-offset: -0.125rem;
  display: flex;
  align-items: center;
  letter-spacing: 0.03125rem;
}
.dre-navigation-menu-bar__item-link {
  font-family: Publik, Gibson, gibsonRegular, Arial, sans-serif;
  font-style: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}
@media (min-width: 60rem) {
  .dre-navigation-menu-bar__item-link {
    height: 4rem;
  }
}
@media (min-width: 75rem) {
  .dre-navigation-menu-bar__item-link {
    height: 4.5rem;
  }
}
.dre-navigation-menu-bar__item-link:hover {
  text-decoration: underline;
}
@media (hover: none) {
  .dre-navigation-menu-bar__item-link:hover {
    text-decoration: none;
  }
}
.dre-navigation-auto-hide-container {
  z-index: 998;
  position: relative;
}
.dre-navigation-auto-hide-container__fixer {
  position: relative;
  transform: translateY(0);
  transition: none;
  will-change: transform;
  top: 0;
  left: 0;
  width: 100%;
}
.dre-navigation-topbar {
  background: #fff;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.dre-navigation-topbar--indent {
  margin-left: 4.5rem;
}
@media (min-width: 30rem) {
  .dre-navigation-topbar--indent {
    padding-right: 4.5rem;
  }
}
@media (min-width: 45rem) {
  .dre-navigation-topbar--indent {
    margin-left: 6rem;
    padding-right: 6rem;
  }
}
@media (min-width: 75rem) {
  .dre-navigation-topbar--indent {
    margin-left: 6.5rem;
    padding-right: 6.5rem;
  }
}
.dre-navigation-topbar:after {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  left: 1rem;
  right: 1rem;
  height: 0.0625rem;
}
@media (min-width: 45rem) {
  .dre-navigation-topbar:after {
    left: 2.5rem;
    right: 2.5rem;
  }
}
.dre-navigation-topbar__item {
  text-decoration: none;
  color: #000;
  --dre-font-ascender: var(--dr-font-publik-ascender, 1);
  --dre-font-cap-height: var(--dr-font-publik-cap-height, 0.69);
  --dre-font-x-height: var(--dr-font-publik-x-height, 0.5);
  --dre-font-descender: var(--dr-font-publik-descender, 0.2);
  --dre-font-line-height-normal: calc(
    var(--dre-font-ascender) + var(--dre-font-descender)
  );
  font-family: Publik, Gibson, gibsonRegular, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  --dre-font__stem-width: 0.091;
  --dre-font__left-bearing: 0.075;
  font-size: 0.875rem;
  --dre-line-height: 2.8571428571;
  line-height: 2.8571428571em;
  --dre-font-char-height: var(--dre-font-cap-height);
  letter-spacing: 0.03125rem;
  margin: 0 0.625rem;
  white-space: nowrap;
}
.dre-navigation-topbar__item:before {
  --dre-font-leading-top: calc(
    1em *
      (
        ((var(--dre-line-height) - var(--dre-font-line-height-normal)) / 2) +
          var(--dre-font-ascender) -
          var(--dre-font-char-height, var(--dre-font-cap-height))
      )
  );
  content: "";
  display: table;
  margin-bottom: calc(var(--dre-font-leading-top, 0) * -1);
}
.dre-navigation-topbar__item:after {
  --dre-font-leading-bottom: calc(
    1em *
      (
        ((var(--dre-line-height) - var(--dre-font-line-height-normal)) / 2) +
          var(--dre-font-descender)
      )
  );
  content: "";
  display: table;
  margin-top: calc(var(--dre-font-leading-bottom, 0) * -1);
}
@media (min-width: 45rem) {
  .dre-navigation-topbar__item {
    margin: 0 1.25rem;
  }
}
.dre-navigation-topbar__item--active {
  --dre-font-ascender: var(--dr-font-publik-ascender, 1);
  --dre-font-cap-height: var(--dr-font-publik-cap-height, 0.69);
  --dre-font-x-height: var(--dr-font-publik-x-height, 0.5);
  --dre-font-descender: var(--dr-font-publik-descender, 0.2);
  --dre-font-line-height-normal: calc(
    var(--dre-font-ascender) + var(--dre-font-descender)
  );
  font-family: Publik, Gibson, gibsonRegular, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  --dre-font__stem-width: 0.169;
  --dre-font__left-bearing: 0.055;
}
.dre-navigation-topbar__item:hover {
  text-decoration: underline;
}
@media (hover: none) {
  .dre-navigation-topbar__item:hover {
    text-decoration: none;
  }
}
.dre-navigation-topbar__wrapper {
  background: #fff;
}
.dre-navigation {
  z-index: 998;
  position: relative;
  width: 100%;
}
.dre-navigation,
.dre-navigation * {
  box-sizing: border-box;
}
.dre-navigation--sticky {
  padding-right: var(--dre-navigation__scrollbar-width, 0);
}
:root {
  font-size: 100%;
}
.hydra-marketing-banner {
  overflow: hidden;
}
.hydra-marketing-banner:empty {
  background-color: #f8f5ee;
}
.hydra-marketing-banner--contained {
  position: relative;
  margin-left: calc(var(--dre-container__offset, 0px) * -1);
  margin-right: calc(var(--dre-container__offset, 0px) * -1);
}
.hydra-marketing-banner--contained:after,
.hydra-marketing-banner--contained:before {
  content: " ";
  display: table;
}
.hydra-marketing-banner--contained:after {
  clear: both;
}
@media (min-width: 75rem) {
  .hydra-marketing-banner--contained {
    margin-left: 0;
    margin-right: 0;
  }
}
.hydra-marketing-banner:after {
  content: "";
  display: block;
  padding-bottom: var(--hydra-marketing-banner__height, 0);
}
@media print {
  .hydra-marketing-banner {
    display: none;
  }
}

#header-animation {
  position: fixed;
  width: 100%;
  transition: transform 0.3s ease;
}

#progress-bar {
  /* position: fixed; */
  top: 0;
  left: 0;
  height: 4px; /* Толщина полосы */
  background-color: red;
  width: 0%;
  transition: width 0.2s ease-out; /* Плавный переход */
  z-index: 1000;
}
.image-full-main {
  width: 110%;
  max-width: 828px;
  display: flex;
  justify-self: center;
}
.text-red {
  color: rgba(201, 2, 25, 1);
}
.text-black {
  color: rgba(0, 0, 0, 1);
  font-weight: 600;
}
a.text-red-bold {
  color: #d3423e;
  font-weight: 600;
}

.rg-root {
  --rg-primary: rgba(201, 2, 25, 1);
  --rg-primary-dark: rgba(201, 2, 25, 1);
  --rg-ink: #121212;
  --rg-muted: #666666;
  --rg-beige: rgba(248, 245, 239, 1);
  --rg-stroke: #e7e1d8;
  --rg-card: #ffffff;
  --rg-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
}

.rg-root {
  font-family: Publik, Gibson, gibsonRegular, Arial, sans-serif;
  color: var(--rg-ink);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 24px;

  width: 110%;
  max-width: 828px;
  display: flex;
  justify-self: center;
}
.rg-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 32px;
}

.rg-title {
  font-size: 32px;
  margin: 16px 0 32px;
  font-weight: 600;
  line-height: 125%;
}
.rg-intro {
  color: #333;
  line-height: 180%;
  margin: 0 0 32px;
  font-size: 18px;
}
.rg-intro b {
  font-weight: 800;
}

/* ====== Steps ====== */
.rg-steps {
  display: grid;
  gap: 8px;
  margin: 0 0 32px;
}
.rg-step {
  background: var(--rg-beige);
  padding: 16px;
}
.rg-step__label {
  color: var(--rg-primary);
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 100%;
}
.rg-step__text {
  color: rgba(51, 51, 51, 1);
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
}
.rg-step__text b {
  font-weight: 800;
}

/* ====== OBS / Deadline card ====== */
.rg-deadline {
  margin-bottom: 32px;
  padding: 24px 16px;
  background: #fff;
  border: 1px solid var(--rg-primary);
  text-align: center;
}

.rg-deadline__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 6px;
  line-height: 125%;
}
.rg-deadline__sub {
  margin: 0 0 16px;
  color: rgba(51, 51, 51, 1);
  font-size: 18px;
  line-height: 180%;
}
.rg-deadline__sub b {
  color: var(--rg-primary);
}

/* ====== Timer ====== */
.rg-timer {
  display: flex;
  gap: 18px;
  justify-content: center;
  align-items: flex-start;
  margin: 2px 0 16px;
}
.rg-timer__separator {
  font-size: 32px;
  line-height: 1;
  color: rgba(0, 0, 0, 1);
  margin-top: 8px;
  font-weight: 600;
}
.rg-timer__cell {
  display: grid;
  grid-template-rows: auto auto;
  gap: 8px;
  justify-items: center;
  min-width: 66px;
}
.rg-timer__value {
  display: flex;
  gap: 2px;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.04em;
}
.rg-timer__digit {
  background: rgba(248, 245, 239, 1);
  min-width: 36px;
  padding: 8px 9.5px;
  text-align: center;
  font-size: 32px;
  font-weight: 800;
  line-height: 120%;
  color: rgba(201, 2, 25, 1);
}
.rg-timer__label {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.63);
  text-transform: uppercase;
  font-weight: 400;
}

.rg-deadline__note {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  color: rgba(201, 2, 25, 1);
  line-height: 180%;
}

/* ====== Form ====== */

/* ====== Responsive ====== */
@media (max-width: 1000px) {
  .dre-title-text {
    font-size: 32px;
    line-height: 100%;
  }
  .dre-article-title__summary {
    font-size: 22px;
    margin: 16px 0 18px 0;
  }
  img.image-full-main {
    width: 100%;
    max-height: 204px;
    object-fit: cover;
  }
  .dre-container__content--small img.image-full-main {
    width: 110%;
  }
  .dre-label-text--xxs-x-small {
    font-size: 12px;
  }

  .dre-byline.dre-byline--role-normal {
    display: flex;
    gap: 20px;
    justify-content: space-between;
  }
  .dre-byline__contributions {
    line-height: normal;
  }
  .dre-byline__contribution-name {
    line-height: 120%;
  }
  time.dre-byline__date.dre-byline__date--with-spacer.dre-byline__date--changed.dre-byline__date--role-normal {
    line-height: normal;
  }

  .dre-article-body-sub-heading {
    font-size: 24px;
  }

  .rg-root {
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  .rg-title {
    font-size: 24px;
    margin: 16px 0 24px;
  }
  .rg-wrap {
    padding: 24px;
  }

  .rg-timer {
    gap: 4px;
  }
  .rg-timer__digit {
    font-size: 20px;
    padding: 5px 6px;
    max-width: 26px;
    min-width: 26px;
  }

  .rg-timer__separator {
    font-size: 20px;
    margin-top: 6px;
  }
  .rg-timer__label {
    font-size: 9px;
  }
}

.brand-name-image2 {
  font-weight: bold;
  position: absolute;
  font-size: 20px;
  max-width: 31%;
  width: 100%;
  text-align: center;
  line-height: initial !important;
  right: 1%;
  top: 50%;
  color: black;
  user-select: none;
  transform: translate(0, -50%);
  padding: 0;
}

@media (max-width: 800px) {
  .brand-name-image2 {
    font-size: 16px;
  }
}

@media (max-width: 500px) {
  .brand-name-image2 {
    font-size: 14px;
  }
}

@media (max-width: 450px) {
  .brand-name-image2 {
    font-size: 12px;
  }
}

@media (max-width: 400px) {
  .brand-name-image2 {
    font-size: 10px;
  }
}
.facebook-comments-block {
  width: 100%;
  background-color: #fff;
  padding: 20px;
  border: 1px solid rgba(45, 57, 76, 0.1);
  box-sizing: border-box;
  margin-top: 12px;
  margin-bottom: 32px;
  font-family: Publik, Gibson, gibsonRegular, Arial, sans-serif;
}

.comments-actions-header {
  display: flex;
  justify-content: space-around;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f0f2f5;
  flex-wrap: wrap;
  gap: 10px;
}

.action-button {
  text-decoration: none;
  color: #65676b;
  font-size: 14px;
  font-weight: 400;
  line-height: 110%;
  display: flex;
  align-items: center;
  transition: color 0.3s ease;
}
.action-button:first-child {
  color: rgb(18, 155, 247);
}

.action-button:hover {
  color: #050505;
}

.action-button i {
  margin-right: 5px;
  font-size: 1.1em;
}

.comments-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85em;
  color: #65676b;
  margin-bottom: 20px;
}

.comment-sort .sort-link {
  text-decoration: none;
  color: #65676b;
  margin-left: 5px;
}
.comment-sort .sort-link:hover {
  text-decoration: underline;
}

.comment-input-area {
  display: flex;
  margin-bottom: 20px;
  align-items: flex-start;
}
.user-avatar-placeholder img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-right: 10px;
  object-fit: cover;
}

.comment-input-wrapper {
  flex-grow: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(45, 57, 76, 0.1);
  background: rgb(245, 246, 247);
}

.comment-textarea {
  width: 100%;
  min-height: 71px;
  max-height: 300px;
  padding: 10px;

  box-sizing: border-box;
  resize: vertical;
  font-size: 16px;
  font-weight: 400;
  line-height: 110%;
  color: #050505;
  outline: none;
  border: none;
  border-bottom: 1px solid #ced0d4;
}

.comment-submit-button {
  border: none;
  cursor: pointer;
  background: rgb(71, 119, 222);
  transition: 0.3s ease;
  width: max-content;
  align-self: end;

  color: rgb(255, 255, 255);
  font-size: 12px;
  font-weight: 700;
  line-height: 110%;
  border-radius: 2px;

  padding: 5px 8px;
  opacity: 1;
  margin: 20px;
}
.comment-item.reply .reply-button {
  display: none !important;
}

.comment-submit-button:disabled {
  color: #ced0d4;
  cursor: not-allowed;
  background: rgb(161, 179, 213);
}

/* Список комментариев */
.comments-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.comment-item {
  display: flex;
  margin-bottom: 15px;
  position: relative;
}

.comment-item.reply {
  margin-left: 46px;
  /* border-left: 1px dotted rgba(144, 148, 156, 0.3); */
  padding-left: 8px;
  position: relative;
}
.comment-item.reply::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 0px;
  height: 70%;
  border: 1px dashed rgba(144, 148, 156, 0.3);
}
.comment-item .user-avatar img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 8px;
  object-fit: cover;
  width: 32px;
  min-width: 32px;
}

.comment-content {
  flex-grow: 1;
}

.comment-bubble {
  background-color: #f0f2f5;
  border-radius: 18px;
  padding: 16px;
  margin-bottom: 5px;
  display: inline-block;
  max-width: 100%;
  word-wrap: break-word;
}

.comment-bubble .user-name {
  display: block;
  text-decoration: none;
  margin-right: 5px;
  color: rgb(56, 88, 152);
  font-size: 12px;
  font-weight: 700;
  line-height: 110%;
}
.comment-bubble .user-name:hover {
  text-decoration: underline;
}

.comment-bubble .comment-text {
  color: rgb(0, 0, 0);
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
  display: inline-block;
  margin-top: 8px;
}

.comment-actions {
  font-size: 0.75em;
  color: #65676b;
  margin-left: 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.comment-actions .action-link,
.comment-actions .time {
  text-decoration: none;
  color: #65676b;
  margin-right: 5px;
  cursor: pointer;
}
/*, .comment-actions .reply-button*/
.comment-actions .action-link:hover {
  text-decoration: underline;
}
.comment-actions span {
  margin-right: 5px;
  display: flex;
  align-items: center;
}

.comment-reactions-summary {
  display: flex;
  align-items: center;
  margin-left: auto;
  font-weight: 500;
  color: #65676b;
  font-size: 0.9em;
}

.comment-reactions-summary .count {
  margin-right: 5px;
  color: #65676b;
}

.comment-reactions-summary .reaction-icons img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin-left: -4px;
  border: 1px solid #fff;
  box-sizing: content-box;
  vertical-align: middle;
}

.comment-reactions-summary .reaction-icons img:first-child {
  margin-left: 0;
}

.view-more-button {
  display: block;
  padding: 16px;
  border-radius: 2px;
  background: rgb(71, 119, 222);
  color: #050505;
  text-align: center;

  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 700;
  line-height: 110%;
  transition: 0.3s ease;
  margin-top: 10px;
  box-sizing: border-box;
}
/* Если нет отступов у комментариев */

.view-more-button:hover {
  opacity: 0.9;
}

/* Футер атрибуции */
.facebook-attribution {
  font-size: 0.7em;
  color: rgb(56, 88, 152);

  margin-top: 20px;
}
.facebook-attribution i {
  margin-right: 3px;
}
.facebook-attribution a {
  color: rgb(56, 88, 152);
  text-decoration: none;
}
.facebook-attribution a:hover {
  text-decoration: underline;
}

/* --- Адаптивность --- */
@media (max-width: 640px) {
  .facebook-comments-block {
    padding: 15px;
    border-radius: 0;
    box-shadow: none;
  }

  .comments-actions-header {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .action-button {
    font-size: 0.8em;
  }
  .action-button i {
    margin-right: 3px;
  }

  .comments-meta {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 15px;
  }
  .comment-sort {
    margin-top: 5px;
  }

  .comment-item {
    margin-bottom: 10px;
  }
  .comment-item.reply {
    margin-left: 30px;
  }

  .comment-item .user-avatar img {
    width: 28px;
    height: 28px;
    margin-right: 6px;
    min-width: 28px;
  }
  .user-avatar-placeholder img {
    font-size: 28px;
    width: 28px;
    height: 28px;
    margin-right: 6px;
  }

  .comment-bubble {
    padding: 6px 10px;
    border-radius: 16px;
  }
  .comment-bubble .user-name,
  .comment-bubble .comment-text {
    font-size: 0.85em;
  }

  .comment-actions {
    font-size: 0.65em;
    margin-left: 8px;
  }
  .comment-actions span {
    margin-right: 3px;
  }
  .comment-reactions-summary {
    font-size: 0.8em;
  }
  .comment-reactions-summary .reaction-icons img {
    width: 16px;
    height: 16px;
  }

  .view-more-button {
    width: calc(100% - 30px);
    margin-left: 30px;
    font-size: 0.8em;
  }

  .facebook-attribution {
    text-align: center;
    margin-top: 15px;
  }
}
:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header {
  display: block;
}

ul,
li {
  list-style: none;
}

button,
textarea {
  font-family: inherit;
}

textarea {
  -webkit-appearance: none !important;
  border-radius: 0;
}

button {
  cursor: pointer;
}

button {
  background: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited,
a:hover {
  text-decoration: none;
}
@media print {
  body {
    display: none !important;
  }
}
:root {
  --ruler: 16px;
  --color-bg: #ebecf0;
  --color-shadow: #babecc;
  --color-white: #fff;
  --mainColor: #515152;
  --text: #fff;
  --input-color: #000;
  --valid-input-color: #000;
}
:root {
  --iti-hover-color: rgba(0, 0, 0, 0.05);
  --iti-text-gray: #999;
  --iti-border-gray: #ccc;
  --iti-spacer-horizontal: 8px;
  --iti-flag-height: 15px;
  --iti-flag-width: 20px;
  --iti-border-width: 1px;
  --iti-arrow-height: 4px;
  --iti-arrow-width: 6px;
  --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
  --iti-arrow-padding: 6px;
  --iti-arrow-color: #555;
  --iti-input-padding: 6px;
  --iti-right-hand-selected-country-padding: calc(
    var(--iti-spacer-horizontal) + var(--iti-spacer-horizontal) +
      var(--iti-flag-width)
  );
  --iti-selected-country-arrow-padding: calc(
    var(--iti-arrow-padding) + var(--iti-arrow-padding) + var(--iti-flag-width) +
      var(--iti-spacer-horizontal) + var(--iti-arrow-width) +
      var(--iti-input-padding)
  );
  --iti-path-flags-1x: url("/img/flags.png?1");
  --iti-path-flags-2x: url("/img/flags@2x.png?1");
  --iti-path-globe-1x: url("/img/globe.png");
  --iti-path-globe-2x: url("/img/globe@2x.png");
  --iti-flag-sprite-width: 5762px;
  --iti-flag-sprite-height: 15px;
  --iti-mobile-popup-margin: 30px;
}
.iti--allow-dropdown
  .iti__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  ):hover,
.iti--allow-dropdown
  .iti__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  ):hover
  button {
  cursor: pointer;
}
.iti--allow-dropdown
  .iti__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  )
  .iti__selected-country-primary:hover,
.iti--allow-dropdown
  .iti__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  )
  .iti__selected-country:has(+ .iti__dropdown-content:hover)
  .iti__selected-country-primary {
  background-color: var(--iti-hover-color);
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 32px;
  background-color: #0000005b;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
.modal-inner {
  max-width: 450px;
  width: 100%;
  border-radius: 16px;
  padding: 20px;
  background-color: #fff;
  position: relative;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.personal-consultation-button {
  display: flex;
  justify-content: center;
  background-color: #d3423e;
  border: none;
  border-radius: 50px;
  width: 100%;
  color: white !important;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s ease;
  scroll-margin-top: 200px;
}
