*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 50%;
}

body {
  margin: 0;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
}

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

a {
  background-color: transparent;
}

:focus-visible {
  outline: none;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

h1 {
  margin: 10px 0;
  font-size: 2em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  height: 0;
  box-sizing: content-box;
}

button,
textarea {
  margin: 0;
  color: inherit;
  font: inherit;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

textarea {
  overflow: auto;
}

/* stylelint-disable selector-disallowed-list */
* {
  box-sizing: border-box;
}

html {
  background-color: #f6f6f6;
}

@media screen and (min-width: 600px) {
  html {
    overflow-y: scroll;
  }
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  position: relative;
  font-family: 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 16px;
  line-height: 1.3;
}

h1,
h2,
h3 {
  margin-top: 0;
  /* font-family: StagSans, "Arial", "Helvetica Neue", "Helvetica", sans-serif; */
  font-style: normal;
  font-weight: normal;
  line-height: 1.3;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.75em;
}

figure,
picture {
  display: block;
  margin: 0;
}

figure a {
  display: block;
}

figure img,
picture img {
  display: block;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

a {
  text-decoration: underline;
  color: #00f;
  transition: 0.3s ease-out color;
}

a:focus,
a:hover {
  color: #d10a10;
  cursor: pointer;
  /* text-decoration: underline; */
}

a:active {
  text-decoration: none;
}

/* stylelint-enable selector-disallowed-list */

.article__header {
  padding-right: 15px;
  padding-left: 15px;
}

@media screen and (min-width: 600px) {
  .article__header {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media screen and (min-width: 768px) {
  .article__header {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (min-width: 906px) {
  .article__header {
    padding-right: 0px;
    padding-left: 0px;
  }
}

/* @font-face bundle was removed here; active rules live in main.css (swap, no Black/900, Flama bold unified). */

.container {
  position: relative;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
}

.container:before,
.container:after {
  display: table;
  content: ' ';
}

.container:after {
  clear: both;
}

.page-content .container {
  background-color: #fff;
}

.page-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 890;
}

@media screen and (max-width: 599px) {
  .page-header {
    position: fixed;
  }
}

.page-header__section--secondary {
  display: none;
  /* height: 35px; */
  overflow: hidden;
}

@media screen and (min-width: 600px) {
  .page-header__section--secondary {
    display: block;
    background-color: #fff;
  }
}

.page-content {
  margin-bottom: 10px;
}

.page-main-content {
  padding-top: 75px;
}

@media screen and (min-width: 600px) {
  .page-main-content {
    padding-top: 131px;
  }
}

.article {
  margin-bottom: 10px;
  background-color: #fff;
}

@media screen and (min-width: 600px) {
  .article {
    margin-right: 0px;
    margin-left: 0px;
  }
}

.article__paragraph {
  overflow-wrap: break-word;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 26px;
}

.article__header {
  position: relative;
}

.identity {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  margin: 0;
  overflow: hidden;
  transition: 0.1s ease-out transform;
}

@media screen and (max-width: 599px) {
  .identity {
    background-color: #00f;
    text-align: left;
  }
}

@media screen and (min-width: 600px) {
  .identity {
    position: absolute;
    top: -10px;
    left: 15px;
    width: 96px;
    height: 96px;
    box-shadow: 0 0 0 1px #fff;
  }
}

@media screen and (min-width: 600px) {
  .page-header .identity {
    top: -21px;
    z-index: 891;
  }
}

.identity .identity__link {
  display: inline-block;
  height: 100%;
  width: 100%;
  text-decoration: none;
}

.identity__image {
  display: inline-block;
  width: 50px;
  height: 50px;
  float: left;
  color: #fff;
}

@media screen and (min-width: 600px) {
  .identity__image {
    width: 100%;
    height: 100%;
  }
}

.identity__image .desktop {
  width: 100%;
  height: 100%;
}

.identity__image.is-desktop {
  display: none;
}

@media screen and (min-width: 600px) {
  .identity__image.is-desktop {
    display: flex;
  }
}

.identity__image.is-mobile {
  display: none;
  margin-left: 10px;
}

@media screen and (max-width: 599px) {
  .identity__image.is-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.identity__image .has-color-on-default,
.identity__image .has-color-on-reversed,
.identity__image .has-white-on-default,
.identity__image .has-white-on-reversed {
  transition: 0.3s ease-out fill;
}

.identity__image .brand-logo {
  width: 100%;
  height: 100%;
}

.identity__image .mobile {
  width: inherit;
  height: inherit;
}

.header__mobile-logo {
  display: flex;
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 599px) {
  .page-header:has(.mobile-nav__trigger:checked) .mobile-nav {
    transform: translateX(-100%);
  }

  .page-header:has(.mobile-nav__trigger:checked) .icon-close {
    display: inline;
  }

  .page-header:has(.mobile-nav__trigger:checked) .icon-menu {
    display: none;
  }
}

.primary-nav__wrapper {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 599px) {
  .primary-nav__wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 0 54px 0 0;
  }
}

@media screen and (min-width: 600px) {
  .primary-nav__wrapper {
    position: relative;
    margin-left: 107px;
  }
}

@media screen and (min-width: 768px) {
  .primary-nav__wrapper {
    margin-left: 107px;
  }
}

@media screen and (min-width: 906px) {
  .primary-nav__wrapper {
    margin-left: 107px;
  }
}

.primary-nav {
  position: relative;
  background-color: #00f;
  z-index: 890;
}

.primary-nav__sectionlink {
  text-decoration: none;
  color: #fff;
  flex: auto;
  margin: 0 10px;
  font-family: StagSans, 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 1em;
  line-height: 1;
  text-decoration: none;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
}

.primary-nav__sectionlink:visited {
  color: #fff;
}

.primary-nav__sectionlink:focus,
.primary-nav__sectionlink:hover {
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 600px) {
  .primary-nav__sectionlink {
    display: none;
  }
}

/* stylelint-disable selector-disallowed-list */

/* stylelint-enable selector-disallowed-list */

.regions-search__results:hover li:first-child:not(:hover) {
  background-color: #fff;
}

.a11y-bar__skip-link:not(:focus) {
  display: block;
  height: 1px;
  left: -500vw;
  overflow: hidden;
  position: absolute;
  top: -500vh;
  width: 1px;
  z-index: -1;
}

/* set min-height for OORTJE position to prevent CLS */

html {
  background-color: #f5f5f5;
}

@media screen and (max-width: 599px) {
  .identity {
    background-color: #d10a10;
  }
}

@media screen and (min-width: 768px) {
  .identity {
    border-radius: 0px;
  }
}

.identity__image {
  border-radius: 8px;
}

.identity__image.is-mobile {
  margin-left: 0;
}

.identity__image .header__mobile-logo {
  padding: 8px;
}

.identity__image .header__mobile-logo .has-white-on-reversed {
  fill: #fff;
}

.identity__image .header__mobile-logo .has-color-on-reversed {
  fill: #d10a10;
}

.primary-nav {
  background-color: #d10a10;
}

.primary-nav .primary-nav__sectionlink {
  margin: 0 10px 0 4px;
  font-family:
    RamaGothicE_SemiBold, 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 20px;
}

.mychannels .pe__container__player ::cue {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 1.5;
}

@media screen and (max-width: 576px) {
  .mychannels .pe__container__player ::cue {
    font-size: calc(17px + 6 * (100vw - 576px) / 680);
  }
}

:root {
  --brand-padding-top-default: 96px;
  --brand-padding-top-default-tablet: 152px;
  --brand-padding-top-with-header-second-row: 192px;
}

.header-client_search-button-text__Mm7ly {
  display: inline;
}

@media (min-width: 768px) {
  .header-client_search-button-text__Mm7ly {
    display: none;
  }
}

.header-client_search-button-icon__Fpp7o {
  display: none;
}

@media (min-width: 768px) {
  .header-client_search-button-icon__Fpp7o {
    display: inline;
  }
}

@font-face {
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src:
    url(../fonts/RobotoSlab-Regular.woff2) format('woff2'),
    url(../fonts/RobotoSlab-Regular.woff) format('woff');
  font-family: Roboto Slab;
}

@font-face {
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src:
    url(../fonts/RobotoSlab-Bold.woff2) format('woff2'),
    url(../fonts/RobotoSlab-Bold.woff) format('woff');
  font-family: Roboto Slab;
}

@font-face {
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src:
    url(../fonts/RamaGothicE-SemiBold.woff2) format('woff2'),
    url(../fonts/RamaGothicE-SemiBold.woff) format('woff');
  font-family: Rama Gothic E;
}

@font-face {
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src:
    url(../fonts/FlamaProSemicond-Basic.woff2) format('woff2'),
    url(../fonts/FlamaProSemicond-Basic.woff) format('woff');
  font-family: Flama Semicondensed;
}

@font-face {
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src:
    url(../fonts/FlamaProSemicond-Medium.woff2) format('woff2'),
    url(../fonts/FlamaProSemicond-Medium.woff) format('woff');
  font-family: Flama Semicondensed;
}

@font-face {
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src:
    url(../fonts/FlamaProSemicond-Bold.woff2) format('woff2'),
    url(../fonts/FlamaProSemicond-Bold.woff) format('woff');
  font-family: Flama Semicondensed;
}

@font-face {
  font-family: 'FlamaProSemicond-Bold';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src:
    url(../fonts/FlamaProSemicond-Bold.woff2) format('woff2'),
    url(../fonts/FlamaProSemicond-Bold.woff) format('woff');
}

@font-face {
  font-family: 'FlamaSemicondensed-Bold';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src:
    url(../fonts/FlamaProSemicond-Bold.woff2) format('woff2'),
    url(../fonts/FlamaProSemicond-Bold.woff) format('woff');
}

._7bxunp3 {
  width: 16px;
  height: 16px;
}

._7bxunp4 {
  width: 20px;
  height: 20px;
}

._7bxunp5 {
  width: 24px;
  height: 24px;
}

._7bxunp7 {
  width: 40px;
  height: 40px;
}

._yvvwf24 {
  margin: 0;
  display: block;
  max-width: 100%;
  overflow-wrap: break-word;
}

._yvvwf25 {
  text-align: left;
}

._yvvwf29 {
  color: #18191a;
  font-size: 1.5rem;
  line-height: 1.3;
}

._yvvwf2c {
  color: #18191a;
  font-size: 1.625rem;
  line-height: 1.2;
}

._yvvwf2f {
  color: #18191a;
  font-size: 1.25rem;
  line-height: 1.5;
}

._yvvwf2g {
  color: #18191a;
  font-size: 1rem;
  line-height: 1.5;
}

._yvvwf2p {
  --_yvvwf20: underline;
  --_yvvwf21: #0000ff;
  --_yvvwf22: #d10a10;
  --_yvvwf23: #e40000;
  font-family:
    Flama Semicondensed,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-weight: bold;
}

._yvvwf2y {
  --_yvvwf20: underline;
  --_yvvwf21: #0000ff;
  --_yvvwf22: #d10a10;
  --_yvvwf23: #e40000;
  font-family:
    Flama Semicondensed,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-weight: bold;
}

._yvvwf217 {
  --_yvvwf20: underline;
  --_yvvwf21: #0000ff;
  --_yvvwf22: #d10a10;
  --_yvvwf23: #e40000;
  font-family: Arial, sans-serif;
  font-weight: bold;
}

._yvvwf21a {
  --_yvvwf20: underline;
  --_yvvwf21: #0000ff;
  --_yvvwf22: #d10a10;
  --_yvvwf23: #e40000;
  font-family: Arial, sans-serif;
  font-weight: normal;
}

@media only screen and (width>=460px) {
  ._yvvwf29 {
    font-size: 1.5rem;
  }

  ._yvvwf2c {
    font-size: 1.625rem;
  }

  ._yvvwf2f {
    font-size: 1.25rem;
  }

  ._yvvwf2g {
    font-size: 1rem;
  }
}

@media only screen and (width>=600px) {
  ._yvvwf29 {
    font-size: 1.5rem;
  }

  ._yvvwf2c {
    font-size: 2.5rem;
  }

  ._yvvwf2f {
    font-size: 1.25rem;
  }

  ._yvvwf2g {
    font-size: 1rem;
  }
}

@media only screen and (width>=768px) {
  ._yvvwf29 {
    font-size: 1.5rem;
  }

  ._yvvwf2c {
    font-size: 2.5rem;
  }

  ._yvvwf2f {
    font-size: 1.25rem;
  }

  ._yvvwf2g {
    font-size: 1rem;
  }
}

@media only screen and (width>=1024px) {
  ._yvvwf29 {
    font-size: 1.5rem;
  }

  ._yvvwf2c {
    font-size: 2.5rem;
  }

  ._yvvwf2f {
    font-size: 1.25rem;
  }

  ._yvvwf2g {
    font-size: 1rem;
  }
}

._1y0u4b00 {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

._1y0u4b01 {
  display: flex;
  height: 40px;
}

._5m6r250 {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
}

._5m6r251 + ._5m6r252 > ._5m6r254:first-of-type {
  margin-top: 32px;
}

._5m6r254 + ._5m6r254 {
  margin-top: 32px;
}

._5m6r254:is([data-content-type='LABEL'], [data-content-type='SUBHEADER'])
  + ._5m6r254 {
  margin-top: 4px;
}

@media only screen and (width>=460px) {
  ._5m6r254 {
    padding: 0 0px;
  }
}

@media only screen and (width>=600px) {
  ._5m6r254 {
    padding: 0 0px;
  }
}

@media only screen and (width>=768px) {
  ._5m6r254 {
    padding: 0 16px;
  }
}

@media only screen and (width>=1024px) {
  ._5m6r254 {
    padding: 0 32px;
  }
}

._1kwz7pu0 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

._cq1fw30 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
}

._ud2dso7 {
  width: 48px;
  height: 48px;
}

._1ogi4o50 {
  max-inline-size: 100%;
  max-block-size: 100%;
  position: relative;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  height: auto;
}

._f0jdrf0 {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

._f0jdrf0:not(:has(img)) {
  aspect-ratio: 4 / 3;
}

._f0jdrf1 {
  position: absolute;
  background-color: #e8e8e8;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
}

._1o6hfjg0 {
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  /*width: calc(100% + (2 * 16px));*/
  /*margin-left: calc(16px * -1);*/
}

._1o6hfjg0 > * {
  width: 100%;
}

@media only screen and (width>=460px) {
  ._1o6hfjg0 {
    width: calc(100% + (2 * 16px));
    margin-left: calc(16px * -1);
  }
}

@media only screen and (width>=768px) {
  ._1o6hfjg0 {
    width: 100%;
    margin-left: 0;
  }
}

._ku7s490 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  opacity: 1;
}

._ku7s493 {
  position: relative;
  text-decoration: none;
  cursor: pointer;
  border-radius: 4px;
  font-weight: bold;
  text-transform: none;
  font-family:
    Flama Semicondensed,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  display: flex;
  gap: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-width: 0;
  /* border-style: solid;
    color: #ffffff;
    border-color: #ffffff;
    border-width: 1px;
    border-radius: 4px;
    font-weight: bold;
    font-family: Flama Semicondensed, Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: .875rem;
    text-transform: uppercase;
    padding: 8px 12px;
    line-height: 1;
    text-decoration: none; */
}

._ku7s495 {
  color: #ffffff;
  background-color: #d10a10;
  border-color: #d10a10;
}

._ku7s495:hover {
  color: #ffffff;
  background-color: #c50000;
  border-color: #c50000;
}

._ku7s495:active {
  color: #ffffff;
  background-color: #e40000;
  border-color: #e40000;
}

._ku7s496 {
  border-width: 1px;
  border-style: solid;
  color: #d10a10;
  background-color: rgba(0, 0, 0, 0);
  border-color: #d10a10;
}

._ku7s496:hover {
  color: #a1070c;
  background-color: rgba(0, 0, 0, 0);
  border-color: #a1070c;
  border-width: 1px;
}

._ku7s496:active {
  color: #e40000;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e40000;
  border-width: 1px;
}

._ku7s499 {
  /* padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: .875rem;
    line-height: 1.15 */
  border-style: solid;
  color: #ffffff;
  border-color: #ffffff;
  border-width: 1px;
  border-radius: 4px;
  font-weight: bold;
  font-family:
    Flama Semicondensed,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  padding: 8px 12px;
  line-height: 1;
  text-decoration: none;
}

._ku7s49a {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 1rem;
  line-height: 1.25;
}

._ku7s49c {
  width: 100%;
  display: flex;
}

._ku7s49d {
  width: auto;
  display: inline-flex;
}

._ku7s49k {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #ffffff;
}

._ku7s49k:hover {
  color: #cfcfcf;
  background-color: rgba(0, 0, 0, 0);
  border-color: #cfcfcf;
  border-width: 1px;
}

._ku7s49k:active {
  color: #e8e8e8;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e8e8e8;
  border-width: 1px;
}

._tgwpyx0 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

._1p3tcnr0 {
  position: relative;
  text-decoration: none;
  cursor: pointer;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-width: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
}

._1p3tcnr2 {
  color: #ffffff;
  background-color: #25d366;
  border-color: #25d366;
}

._1p3tcnr2:hover {
  color: #ffffff;
  background-color: #1da34f;
  border-color: #1da34f;
}

._1p3tcnr2:active {
  color: #ffffff;
  background-color: #21bd5b;
  border-color: #21bd5b;
}

._1p3tcnr3 {
  color: #ffffff;
  background-color: #18191a;
  border-color: #18191a;
}

._1p3tcnr3:hover {
  color: #ffffff;
  background-color: #3a3b3d;
  border-color: #3a3b3d;
}

._1p3tcnr3:active {
  color: #ffffff;
  background-color: #232426;
  border-color: #232426;
}

._1p3tcnr4 {
  color: #ffffff;
  background-color: #0866ff;
  border-color: #0866ff;
}

._1p3tcnr4:hover {
  color: #ffffff;
  background-color: #064fc6;
  border-color: #064fc6;
}

._1p3tcnr4:active {
  color: #ffffff;
  background-color: #075be4;
  border-color: #075be4;
}

._1ohn0ic0,
._1ohn0ic1 {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 16px;
}

._iprlip0 {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 1px;
  background-color: #e8e8e8;
}

._iprlip1 {
  background-color: #e8e8e8;
}

._1vi8lxd {
  flex: 100%;
  color: #d10a10;
  font-family: Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.3;
}

._1vi8lxe {
  color: #b3b3b3;
}

._1i78f9m1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  gap: 12px;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  background-color: #ffffff;
  padding: 12px 12px;
}

._1i78f9m2 {
  --_1i78f9m0: #b3b3b3;
  background-color: #ffffff;
  border-color: #e8e8e8;
  color: #b3b3b3;
}

._1i78f9m6 {
  border: 0;
  background: unset;
  padding: 0;
  resize: none;
  width: 100%;
  color: #18191a;
  font-family: Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.25;
}

._1i78f9m6:focus {
  outline: none;
}

._1i78f9m7 {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
  gap: 12px;
}

._18yqchc0,
._18yqchc1 {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 16px;
}

._18yqchc2 {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

._18yqchc3 {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

._18yqchc4 {
  font-size: 1rem;
  font-family: Arial, sans-serif;
  font-weight: bold;
  line-height: 1.5;
  color: #18191a;
}

._18yqchc5 {
  font-size: 0.875rem;
  font-family: Arial, sans-serif;
  font-weight: normal;
  line-height: 1;
  color: #666666;
}

._1odbhbs2 {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  text-decoration: none;
}

._1odbhbs5 {
  display: flex;
}

._xkg6e50 {
  flex-direction: column;
  width: 100%;
  display: flex;
  gap: 12px;
  content-visibility: auto;
}

._xkg6e58 {
  position: relative;
  flex: 0 0 118px;
  width: 118px;
  height: 88px;
}

._xkg6e5j {
  display: flex;
  flex-direction: column;
}

._xkg6e517 {
  display: flex;
  flex: 1 1 100%;
  flex-direction: column;
  justify-content: space-between;
  max-height: 100%;
  overflow: hidden;
}

._xkg6e518 {
  margin: 0;
  transition: color 0.25s ease-in-out;
  hyphens: manual;
  text-transform: none;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 1rem;
  line-height: 1.25;
}

._xkg6e52 ._xkg6e518 {
  color: #18191a;
}

._xkg6e52 ._xkg6e518:hover {
  /* color: #D10A10 */
}

._xkg6e52 ._xkg6e518:active {
  color: #e40000;
}

._xkg6e51d {
  font-family:
    Stag Sans,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-weight: normal;
}

._xkg6e51e {
  font-family:
    Stag,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-weight: normal;
}

@media only screen and (width<=265px) {
  ._xkg6e50 {
    contain-intrinsic-size: auto 100%;
  }

  ._xkg6e58 {
    width: 100%;
    height: 100%;
  }

  ._xkg6e518 {
    font-size: 1.125rem;
    line-height: 1.2;
  }
}

@media only screen and (width>=320px) {
  ._xkg6e50 {
    flex-direction: row;
    contain-intrinsic-size: auto 88px;
  }
}

@media only screen and (width>=460px) {
  ._xkg6e50 {
    contain-intrinsic-size: auto 88px;
  }

  ._xkg6e58 {
    flex: 0 0 118px;
    width: 118px;
    height: 88px;
  }

  ._xkg6e518 {
    font-size: 1rem;
    line-height: 1.25;
  }
}

@media only screen and (width>=600px) {
  ._xkg6e50 {
    contain-intrinsic-size: auto 150px;
  }

  ._xkg6e58 {
    flex: 0 0 200px;
    width: 200px;
    height: 150px;
  }

  ._xkg6e518 {
    font-size: 1.125rem;
    line-height: 1.3;
  }
}

@media only screen and (width>=768px) {
  ._xkg6e50 {
    contain-intrinsic-size: auto 88px;
  }

  ._xkg6e5b {
    flex: 0 0 118px;
    width: 118px;
    height: 88px;
  }

  ._xkg6e51b {
    font-size: 0.875rem;
    line-height: 1.3;
  }
}

@media only screen and (width>=1024px) {
  ._xkg6e50 {
    contain-intrinsic-size: auto 88px;
  }

  ._xkg6e5c {
    flex: 0 0 118px;
    width: 118px;
    height: 88px;
  }

  ._xkg6e51c {
    font-size: 0.875rem;
    line-height: 1.3;
  }
}

._piezot0 {
  width: 100%;
  display: flex;
  flex-direction: column;
  content-visibility: auto;
  gap: 12px;
}

._piezot1 {
  display: flex;
  align-items: center;
  text-wrap: nowrap;
  gap: 4px;
}

._piezot2 {
  color: #666666;
  font-size: 0.875rem;
  line-height: 1.15;
  font-family: Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
}

._piezot3 {
  display: block;
  position: relative;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  background-color: #666666;
  top: 4px;
}

._piezot4 {
  position: absolute;
  height: 100%;
  left: 3px;
  width: 1px;
  background-color: #e8e8e8;
}

._piezot5 {
  display: flex;
  flex: 1 1 100%;
  flex-direction: column;
  max-height: 100%;
  overflow: hidden;
  gap: 4px;
}

._piezotb {
  margin: 0;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  max-width: 100%;
  line-height: 1.3;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: color 0.25s ease-in-out;
  hyphens: manual;
  color: #18191a;
  font-family:
    Flama Semicondensed,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-weight: bold;
  font-size: 1rem;
  text-transform: none;
  /* margin: 0;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    max-width: 100%;
    line-height: 1.3;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: color .25s ease-in-out;
    hyphens: manual;
    color: #0000FF;
    font-family: Stag Sans, Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 1rem;
    text-transform: none */
}

._piezotb:hover {
  color: #d10a10;
}

._piezotb:active {
  color: #e40000;
}

@media only screen and (width>=320px) {
  ._piezot0 {
    flex-direction: row;
  }
}

@media only screen and (width<=265px) {
  ._piezot3,
  ._piezot4 {
    display: none;
  }

  ._piezotb {
    font-size: 1.125rem;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    max-width: 100%;
    line-height: 1.2;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

@media only screen and (width>=460px) {
  ._piezotb {
    font-size: 1rem;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    max-width: 100%;
    line-height: 1.3;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

@media only screen and (width>=600px) {
  ._piezotb {
    font-size: 1.125rem;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    max-width: 100%;
    line-height: 1.4;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

@media only screen and (width>=768px) {
  ._piezotb {
    font-size: 0.875rem;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    max-width: 100%;
    line-height: 1.3;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

@media only screen and (width>=1024px) {
  ._piezotb {
    font-size: 0.875rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    max-width: 100%;
    line-height: 1.3;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

._u3pruy0 {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 10;
  font-family: inherit;
  font-size: 1rem;
}

._u3pruy1 {
  width: 100%;
  margin: 0 auto;
  max-width: 1024px;
}

._u3pruy2 {
  width: 100%;
  background-color: #d10a10;
  padding: 16px;
}

._u3pruy3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}

._u3pruy4,
._u3pruy5 {
  display: none;
  margin: 0;
}

._u3pruy6 {
  background-color: #f6f6f6;
  padding: 0 16px;
}

._u3pruy7 {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 24px 0;
}

._u3pruy8 {
  margin: 0;
  color: #d10a10;
}

._u3pruya {
  margin: 0 0 8px;
  font-weight: bold;
  font-size: 1.75rem;
  font-family:
    Flama Semicondensed,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  /* margin: 0 0 8px;
    font-weight: normal;
    font-size: 1.75rem;
    font-family: Stag, Arial, Helvetica Neue, Helvetica, sans-serif */
}

._u3pruyb {
  /* display: flex;
    align-items: center;
    text-decoration: none;
    color: #0000FF;
    gap: 8px */
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #d10a10;
  gap: 8px;
}

._u3pruyb:hover {
  color: #d10a10;
}

._u3pruyb:active {
  color: #e40000;
}

._u3pruyc {
  display: flex;
  flex: auto;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px;
  padding: 16px 0;
  border-top: 1px solid #e8e8e8;
  text-align: center;
}

._u3pruyd {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

._u3pruyf,
._u3pruyg {
  display: flex;
  flex-direction: column;
  flex: 0;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}

._u3pruyk {
  display: flex;
  flex: 100%;
  flex-direction: column;
  align-items: center;
  background-color: #f6f6f6;
  padding: 24px 16px;
  font-size: 0.875rem;
  color: #cfcfcf;
}

._u3pruyl {
  margin: 0 0 24px;
}

._u3pruym {
  text-align: center;
  color: #666;
}

._u3pruyn {
  text-decoration: none;
  color: #18191a;
}

._u3pruyn:hover {
  color: #d10a10;
}

._u3pruyn:active {
  color: #e40000;
}

._u3pruyp {
  margin: 0;
  font-family:
    Flama Semicondensed,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-weight: bold;
  font-size: 1.125rem;
  color: #18191a;
  line-height: 1;
  text-align: center;
}

._u3pruyq {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

._u3pruyr {
  padding: 0;
  margin: 0;
}

._u3pruyr::marker {
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #18191a;
}

@media only screen and (width>=600px) {
  ._u3pruy4 {
    display: block;
  }
}

@media only screen and (width>=768px) {
  ._u3pruy5 {
    display: block;
  }

  ._u3pruy7 {
    align-items: center;
  }

  ._u3pruyc {
    flex-direction: row;
    text-align: left;
  }

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

  ._u3pruyg {
    display: none;
  }

  ._u3pruyp {
    text-align: left;
  }

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

._c0is160 {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 12px;
}

._c0is161 {
  display: flex;
  text-decoration: none;
  color: #18191a;
}

._c0is161:active {
  color: #e40000;
}

._c0is161:hover {
  color: #c50000;
}

@media only screen and (width>=768px) {
  ._c0is161 {
    color: #ffffff;
  }
}

._12b7brl0 {
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  gap: 48px;
  padding: 16px 16px 16px;
  max-width: 1024px;
  background-color: #fff;
}

._12b7brl2 {
  padding: 0 16px 16px;
}

._12b7brl4 {
  display: flex;
  flex-direction: column;
  flex: 100%;
  width: 100%;
  gap: 16px;
  min-width: 0;
}

._12b7brl5 {
  display: flex;
  flex-direction: column;
  flex: 100%;
  width: 100%;
  gap: 32px;
}

._12b7brl6 {
  display: contents;
}

@media only screen and (width>=460px) {
  ._12b7brl0 {
    gap: 48px;
    padding: 16px 16px 16px;
  }

  ._12b7brl2 {
    padding: 0 16px 16px;
  }
}

@media only screen and (width>=600px) {
  ._12b7brl0 {
    gap: 16px;
    padding: 16px 16px 16px;
  }

  ._12b7brl2 {
    padding: 0 16px 16px;
  }
}

@media only screen and (width>=768px) {
  ._12b7brl0 {
    flex-direction: row;
    gap: 16px;
    padding: 16px 16px;
  }

  ._12b7brl2 {
    padding: 16px 16px 16px;
  }

  ._12b7brl4 {
    flex: auto;
    width: auto;
  }

  ._12b7brl5 {
    flex: 0 0 300px;
    width: 300px;
  }
}

@media only screen and (width>=1024px) {
  ._12b7brl0 {
    flex-direction: row;
    gap: 16px;
    padding: 16px 16px;
  }

  ._12b7brl4 {
    flex: auto;
    width: auto;
  }

  ._12b7brl5 {
    flex: 0 0 300px;
    width: 300px;
  }
}

._tdc0nb5 {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
}

._tdc0nb6 {
  gap: 16px;
}

._tdc0nb7 {
  gap: 16px;
}

._tdc0nb8 {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  font-family:
    Flama Semicondensed,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  height: 48px;
  gap: 8px;
}

._tdc0nb9 {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 100%;
  overflow: hidden;
  margin-left: initial;
  padding: initial;
  justify-content: normal;
}

._tdc0nba {
  display: flex;
  align-items: center;
  gap: 8px;
  height: auto;
  overflow: visible;
  margin-left: 1.25rem;
  padding: 0 8px;
  justify-content: space-between;
}

._xou6jb0 {
  display: flex;
  align-items: center;
}

._xou6jb1 {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  flex-direction: row;
  flex-wrap: nowrap;
  transition: 0.3s ease-out color;
}

._xou6jb2 {
  text-wrap: nowrap;
}

._xou6jb3 {
  height: 40px;
  gap: 8px;
  transition: 0.3s ease-out color;
}

._xou6jb7 {
  color: #18191a;
}

._xou6jb7:hover {
  color: #d10a10;
}

._xou6jbc {
  color: #d10a10;
}

._xou6jbh {
  color: #18191a;
}

._xou6jbm {
  text-transform: uppercase;
  height: 48px;
  color: #ffffff;
}

._xou6jbn {
  color: #ffffff;
}

._xou6jbs {
  color: #d10a10;
}

._xou6jbt {
  gap: 4px;
}

._xou6jbt:hover {
  color: #d10a10;
}

._xou6jbx {
  transition: 0.3s ease-out background-color;
  padding: 6px 8px;
  border-radius: 4px;
  color: #ffffff;
}

._xou6jb10 {
  color: #ffffff;
}

._xou6jb10:hover {
  background-color: #c50000;
  color: #ffffff;
}

._xou6jb15 {
  background-color: #a1070c;
  color: #ffffff;
  border-radius: 4px;
}

._xou6jb1a {
  /* background-color: #D10A10; */
  color: #ffffff;
}

._xou6jb1a:hover {
  background-color: #a1070c;
}

._xou6jb1l {
  gap: 8px;
}

@media only screen and (width>=768px) {
  ._xou6jb3 {
    padding-right: 16px;
  }
}

._1nso91n1 {
  display: flex;
  position: relative;
  overflow: hidden;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  max-width: 1024px;
}

._1nso91n2 {
  display: flex;
  row-gap: 136px;
  justify-content: space-between;
  width: 100%;
  padding: 0 16px 0 132px;
  height: 40px;
  font-family: inherit;
  font-size: 0.875rem;
  gap: 4px;
}

._1t1imjw0 {
  position: relative;
  transition: top 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}

._1t1imjw1 {
  top: 0;
}

._1t1imjw3 {
  top: 0;
  z-index: 0;
  transition: top 0.3s ease-out 0.1s;
  background-color: #ffffff;
}

._1t1imjw4 {
  display: flex;
  padding: 0 0 0 124px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1024px;
}

._1t1imjw5 {
  overflow: hidden;
  z-index: 0;
  transition: 0.3s ease height;
}

._1t1imjw8 {
  height: 40px;
}

._1t1imjw9 {
  margin: 0;
  padding: 0 0 0 8px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 700;
}

._1t1imjwa {
  display: flex;
  position: relative;
  top: 0;
  transition: top 0.3s ease-out 0.1s;
}

._chq07r0 {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

._chq07r1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  background-color: #d10a10;
  height: 56px;
  padding: 0 16px;
}

._chq07r7 {
  display: flex;
  justify-content: space-between;
  max-width: 1024px;
}

._chq07r8 {
  display: flex;
}

._chq07r9 {
  display: flex;
  align-items: center;
  gap: 8px;
}

._chq07rb {
  display: flex;
  align-items: center;
  height: 100%;
  overflow: hidden;
  gap: 8px;
}

._chq07rd {
  background: unset;
  border: unset;
  padding: unset;
  text-align: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #fff;
}

._chq07re {
  display: flex;
  z-index: 0;
  transition: top 0.2s ease-in-out;
  background-color: #ffffff;
  min-width: 100%;
  position: relative;
}

._chq07rf {
  top: 0;
}

._chq07rh {
  margin: 0;
  padding: 0 16px;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  flex-basis: 100vw;
  height: 40px;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  gap: 16px;
  font-family: Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: none;
  color: #18191a;
}

._chq07rj {
  display: flex;
  align-items: center;
  transition: 0.3s ease-out color;
  gap: 4px;
}

._chq07rm {
  color: #18191a;
}

._chq07rm:hover {
  color: #d10a10;
}

._chq07rr {
  color: #d10a10;
}

._chq07rw {
  color: #18191a;
}

._chq07r11 {
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 12px 0;
  border-radius: 4px;
}

@media only screen and (width>=768px) {
  ._chq07r0 {
    display: none;
  }

  ._chq07rj {
    gap: 16px;
  }

  ._chq07r11 {
    height: 40px;
    padding: 6px 0;
  }
}

@media only screen and (width<=265px) {
  ._chq07ra {
    display: none;
  }
}

@media only screen and (width>=1024px) {
  ._chq07r11 {
    height: 40px;
    padding: 6px 0;
  }
}

._1xf9fxt0 {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  gap: 12px;
}

._1xf9fxt1 {
  width: auto;
  display: block;
  margin-left: 12px;
}

@media only screen and (width<=265px) {
  ._1xf9fxt1 {
    margin-left: 0;
  }
}

html {
  font-family: Arial, sans-serif;
  line-height: 1.2;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

a {
  color: inherit;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

strong {
  font-weight: bolder;
}

button,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.2;
  margin: 0;
}

button {
  -webkit-appearance: button;
}

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

@media screen and (max-width: 767px) {
  .page-header {
    display: none !important;
  }
}

@media only screen and (width >=460px) {
  .article__paragraph {
    padding: 0 0px;
  }
}

@media only screen and (width >=768px) {
  .article__paragraph {
    padding: 0 16px;
  }
}

@media only screen and (width >=1024px) {
  .article__paragraph {
    padding: 0 32px;
  }
}

._1gtjszu1 {
  flex: 0;
  color: #d10a10;
}

._1gtjszu2 {
  color: #18191a;
  font-family: Arial, sans-serif;
  font-weight: bold;
  line-height: 1.25;
  font-size: 0.875rem;
}

@media only screen and (width >=460px) {
  ._1gtjszu2 {
    font-size: 0.875rem;
  }
}

._eb7t3m2 {
  width: 12px;
  height: 12px;
}

._1gtjszu0 {
  padding: 0 16px;
}

._1gtjszu0 {
  display: flex;
  gap: 4px;
}

._1gtjszu3 {
  color: #666666;
  font-family: Arial, sans-serif;
  font-weight: normal;
  line-height: 1.25;
  font-size: 0.875rem;
}

@media only screen and (width >=460px) {
  ._1gtjszu3 {
    font-size: 0.875rem;
  }
}

@media only screen and (width >=600px) {
  ._1gtjszu3 {
    font-size: 0.875rem;
  }
}

._8ag4zc9 {
  width: 96px;
  height: 96px;
}

._1fifdsxg {
  background-color: #f6f6f6;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding: 24px 16px;
}

._1fifdsx1 {
  width: 100%;
  margin: 0 auto;
  max-width: 1024px;
}

._1fifdsxh {
  display: flex;
  flex: 100%;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

._1fifdsxi {
  display: flex;
}

._8ag4zc6 {
  width: 36px;
  height: 36px;
}

._eb7t3m8 {
  width: 64px;
  height: 64px;
}

._8ag4zc7 {
  width: 48px;
  height: 48px;
}

/*============== FEEDBACK ==============*/
.feedback {
  margin-bottom: 20px;
  padding: 5px 0 12px;
}

.feedback__header,
.feedback__body {
  border-bottom: 1px solid #989898;
}

.feedback__header {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}

.feedback__photo {
  flex-shrink: 0;
  width: 130px;
  height: 130px;
  margin-right: 20px;
  border-radius: 50%;
  overflow: hidden;
}

.feedback__photo img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
}

.feedback .feedback__name {
  margin: 0;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 1.6rem;
}

.feedback .feedback__position {
  margin: 0;
  font-size: 1.2rem;
  color: #787878;
}

.feedback__body {
  padding: 16px 0;
}

.feedback__body p {
  margin: 0;
  font-family: var(--article--fonts-tertiary);
  font-size: 1.375rem;
  line-height: 1.5;
}

@media (max-width: 660px) {
  .feedback {
    padding: 5px 0 12px;
  }

  .feedback__header {
    flex-direction: column;
    text-align: center;
    padding: 0 16px 20px;
  }

  .feedback__photo {
    margin-right: 0;
  }
}

.button-link {
  display: block;
  text-align: center;
  background-color: #e11229;
  color: #fff !important;
  text-decoration: none !important;
  padding: 15px;
  border-radius: 10px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  transition: 0.3s ease;
  animation: blink 4s linear infinite;
}

@keyframes blink {
  0%,
  50% {
    box-shadow: 0 0 10px #e11229;
  }

  25%,
  75% {
    box-shadow: none;
  }

  100% {
    box-shadow: 0 0 10px #e11229;
  }
}

.button-link:hover {
  background-color: #007fff;
}

.screen-block {
  display: flex;
  flex-direction: column;
}

._chq07rh {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

._chq07rh::-webkit-scrollbar {
  display: none;
}

._chq07re {
  border-bottom: 1px solid #e8e8e8;
}

section.reg {
  margin: 32px 0;
  padding: 24px;
  background: #f6f6f6;
  border-left: 4px solid #d10a10;
}

section.reg .container {
  padding: 0;
}

section.reg h3 {
  font-family: 'FlamaSemicondensed-Bold', 'Arial', sans-serif;
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 20px 0;
  color: #18191a;
}

section.reg .reg__steps {
  list-style: none;
  padding: 0;
  margin: 0;
}

section.reg .reg__steps li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 14px;
  font-family: 'Arial', 'Helvetica Neue', sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #18191a;
}

section.reg .reg__steps li:last-child {
  margin-bottom: 0;
}

section.reg .reg__num {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background: #d10a10;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  margin-right: 12px;
  margin-top: 1px;
}

section.reg .reg__text {
  flex: 1;
}

section.reg .reg__steps a {
  color: #d10a10;
  text-decoration: underline;
  font-weight: 700;
}

section.reg .reg__steps b {
  color: #18191a;
}

section.reg .reg__belangrijk {
  margin-top: 24px !important;
  padding-top: 16px;
  border-top: 1px solid #e0e0e0;
  font-size: 18px;
  line-height: 26px;
}

section.reg .reg__belangrijk strong {
  color: #d10a10 !important;
}

._1ohn0ic0.comment-form {
  margin-top: 16px;
}

@media only screen and (max-width: 767px) {
  ._12b7brl4,
  ._5m6r250,
  ._5m6r251,
  ._5m6r252 {
    overflow: visible !important;
  }

  section.reg {
    padding: 16px;
    margin: 24px 0;
  }

  ._12b7brl5.grid__sidebar {
    display: none !important;
  }

  .author-date {
    font-size: 11px !important;
  }
}

.pexi-tm-56501__tm-call2action {
  display: inline-block;
  height: 30px;
  padding: 0 10px;
  border: 0;
  border-radius: 5px;
  font-family:
    RamaGothicE_SemiBold,
    RamaGothicE,
    Rama Gothic E,
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 17px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

@media screen and (min-width: 600px) {
  .pexi-tm-56501__tm-call2action {
    font-size: 19px;
  }
}

.pexi-tm-56501__tm-call2action:hover {
  background-color: #fff;
}

.pexi-tm-56501__tm-call2action:focus {
  outline-color: #fff;
  outline-style: dotted;
  outline-width: thin;
}

.pexi-tm-56501__tm-call2action:active {
  background-color: #fff;
}

.pexi-tm-56501__tm-call2action,
.pexi-tm-56501__tm-call2action:visited {
  background-color: #fff;
  color: #000;
}

.pexi-tm-56501__tm-call2action[href] {
  text-decoration: none;
}

.pexi-tm-56501__tm-call2action[href]:focus {
  text-decoration: underline;
}

.pexi-tm-56501__tm-call2action {
  display: inline-block;
  max-width: 296px;
  height: 30px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 10px;
  border: 0;
  border-radius: 5px;
  font-family:
    'FlamaProSemicond-Bold', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

@media screen and (min-width: 600px) {
  .pexi-tm-56501__tm-call2action {
    font-size: 14px;
  }
}

.pexi-tm-56501__tm-call2action:hover {
  background-color: #fff;
}

.pexi-tm-56501__tm-call2action:focus {
  outline-color: #fff;
  outline-style: dotted;
  outline-width: thin;
}

.pexi-tm-56501__tm-call2action:active {
  background-color: #fff;
}

.pexi-tm-56501__tm-call2action,
.pexi-tm-56501__tm-call2action:visited {
  background-color: #f1be3b;
  color: #570003;
}

.pexi-tm-56501__tm-call2action[href] {
  text-decoration: none;
}

.pexi-tm-56501__tm-call2action[href]:focus {
  text-decoration: underline;
}

.pexi-tm-43066,
.pexi-tm-43066 * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pexi-tm-43066 {
  margin: 0px;
  padding: 0px;
  font-family:
    'FlamaProSemicond-Bold', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
}

.pexi-tm-43066__container {
  text-align: center;
  margin: auto;
  background-color: #f5f5f5;
  padding: 20px 5px;
}

#pexi-tm-43066__button,
#pexi-tm-43066__button:hover,
#pexi-tm-43066__button:visited,
#pexi-tm-43066__button:focus,
#pexi-tm-43066__button:active {
  font-family:
    'FlamaProSemicond-Bold', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-style: normal;
  font-weight: 750;
  text-transform: uppercase;
  padding: 6px 20px;
  background-color: #d10a10;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 5px;
  width: fit-content;
  height: 32px;
  text-decoration: none;
  position: relative;
  margin: auto;
  margin-top: 10px;
}

#pexi-tm-43066__line1 {
  margin-top: 20px;
  color: #292929;
  line-height: 22.92px;
  font-size: 18px;
  font-weight: 750;
}

#pexi-tm-43066__line2 {
  color: #292929;
  margin-top: 10px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 19.6px;
  font-size: 14px;
  font-weight: 400;
}

#pexi-tm-43066__line3 {
  color: #292929;
  margin-top: 10px;
  display: inline-block;
  margin-bottom: 14px;
}

#pexi-tm-43066__line3 svg {
  vertical-align: bottom;
}

#pexi-tm-43066__copy3 {
  display: inline-block;
  padding-left: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 15px;
  vertical-align: bottom;
}

#pexi-tm-43066__link {
  width: 100%;
  text-decoration: inherit;
  color: inherit;
  cursor: pointer;
}

@media (max-width: 600px) {
  .pexi-tm-43066__container {
    margin: 0px 10px;
    width: calc(100% - 20px);
  }
}

@media (max-width: 320px) {
  .pexi-tm-43066__container {
    margin: 0px 0px;
    width: 100%;
  }
}

.answer_comment {
  padding-left: 2rem;
}

.secondary-nav {
  transition: transform 0.3s ease;
  will-change: transform;
}

.un-image {
  margin-bottom: 1rem;
}

.article__paragraph a {
  color: #d32f2f;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}

.article__paragraph a:hover {
  color: #b71c1c;
}

.article__paragraph a:active {
  color: #7f0000;
}

.article__paragraph a:visited {
  color: #c62828;
}

.modal {
  display: none;
  position: fixed;
  inset: 0;
  padding: 32px;
  background-color: #0000005b;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
.modal-inner {
  max-width: 450px;
  width: 100%;
  position: relative;
}
#close {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}

@media (width < 768px) {
  .modal {
    padding: 16px;
  }
}
