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

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

img,
video {
  max-width: 100%;
  height: auto;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .content__secondary {
    display: none;
  }
}

.blockContainer a {
  color: #36393d;
}

.google-adposition:has(iframe) {
  background-image: none !important;
}

html,
body {
  background-color: #fff;
  padding: 0;
  margin: 0;
  font-family:
    -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu',
    'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  scrollbar-gutter: stable;
}

.blockContainer.svelte-b4f4kz {
  display: flex;
}

.flex-column.svelte-b4f4kz {
  flex-flow: column;
}

.flex-grow0.svelte-b4f4kz {
  flex-grow: 0;
  width: calc(100%-10px);
}

.blockContainer {
  height: 100%;
}

.blockContainer:last-child {
  border-right: none;
}

@media screen and (max-width: 500px) {
  .blockContainer {
    border-right: none;
  }
}

.menu.svelte-937ibe.svelte-937ibe.svelte-937ibe {
  user-select: none;
  width: 100%;
  display: none;
  flex-direction: column;
  border-bottom: 2px solid var(--contextColor);
  overflow: hidden;
  background-color: #fff;
  z-index: 4;
  position: fixed;
  left: 0px;
  top: 0px;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.menu.svelte-937ibe .headContainer.svelte-937ibe.svelte-937ibe {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 5px;
  border-bottom: 1px solid #eee;
  background-color: #fff;
  box-shadow: 1px -8px 11px -11px rgba(0, 0, 0, 0.35) inset;
}

.menu.svelte-937ibe .headContainer .head.svelte-937ibe.svelte-937ibe {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: -5px auto 5px auto;
  max-width: 1250px;
  position: relative;
}

.menu.svelte-937ibe .headContainer .head a.l.svelte-937ibe.svelte-937ibe {
  display: block;
  height: 30px;
  width: calc(30px * var(--ratio));
}

.menu.svelte-937ibe .headContainer .head a.l img.svelte-937ibe.svelte-937ibe {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.menu.svelte-937ibe .headContainer .head .date.svelte-937ibe.svelte-937ibe {
  font-size: 11px;
  font-weight: bold;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 20px;
  top: 0px;
  color: #435762;
}

.menu.svelte-937ibe .headContainer .head form.svelte-937ibe.svelte-937ibe {
  position: absolute;
  right: 20px;
  top: 0px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu.svelte-937ibe
  .headContainer
  .head
  form.svelte-937ibe
  input.svelte-937ibe {
  width: 250px;
  height: 30px;
  outline-width: 0;
  font-size: 14px;
  padding: 5px;
  border: 1px solid #ddd;
}

.menu.svelte-937ibe .headContainer .head form.svelte-937ibe img.svelte-937ibe {
  margin-left: 10px;
  cursor: pointer;
}

.menu.svelte-937ibe .container.svelte-937ibe.svelte-937ibe {
  width: 100%;
  margin: auto;
  max-width: 1250px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: hidden;
  align-items: center;
  margin-bottom: 5px;
}

.menu.svelte-937ibe .container .menuButton.svelte-937ibe.svelte-937ibe {
  letter-spacing: 3px;
  margin-right: 5px;
  margin-left: 5px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  min-width: 24px;
  min-height: 24px;
  display: flex;
  align-items: center;
  cursor: pointer;
  opacity: 0.9;
  user-select: none;
}

.menu.svelte-937ibe .container .menuButton .svelte-937ibe.svelte-937ibe:hover {
  opacity: 1;
}

.menu.svelte-937ibe .container .menuButton img.svelte-937ibe.svelte-937ibe {
  margin-left: auto;
}

.menu.svelte-937ibe .container .menuButtonSearch.svelte-937ibe.svelte-937ibe {
  display: none;
}

.menu.svelte-937ibe .container .items.svelte-937ibe.svelte-937ibe {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  overflow: hidden;
  justify-items: center;
  align-items: center;
  width: 100%;
  height: 40px;
}

.menu.svelte-937ibe .container .items a.svelte-937ibe.svelte-937ibe {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #312f2f;
  padding: 0 5px 0 5px;
  transition: all 350ms;
  flex-shrink: 0;
  flex-basis: fit-content;
  height: 40px;
}

.menu.svelte-937ibe .container .items a .arrowDown.svelte-937ibe.svelte-937ibe {
  border: solid #5a5b64;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 5px;
}

@media (hover: none) {
  .menu.svelte-937ibe
    .container
    .items
    a
    .arrowDown.svelte-937ibe.svelte-937ibe {
    display: none;
  }
}

.menu.svelte-937ibe .container .items a.svelte-937ibe.svelte-937ibe:hover {
  color: var(--color);
}

.menu.svelte-937ibe
  .container
  .items
  a.svelte-937ibe.svelte-937ibe:first-child {
  margin-left: 15px;
}

@media screen and (max-width: 1024px) {
  .menu.svelte-937ibe .head .date.svelte-937ibe.svelte-937ibe {
    visibility: hidden;
  }

  .menu.svelte-937ibe .head form.svelte-937ibe.svelte-937ibe {
    visibility: hidden;
  }

  .menu.svelte-937ibe .container .items.svelte-937ibe.svelte-937ibe {
    padding-left: 16px;
  }
}

@media screen and (min-width: 500px) {
  .menu.svelte-937ibe
    .headContainer
    .head
    .menuButton.svelte-937ibe.svelte-937ibe {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .menu.svelte-937ibe.svelte-937ibe.svelte-937ibe {
    background-color: #f5f5f5;
    border-bottom-width: 1px !important;
  }

  .menu.svelte-937ibe .container.svelte-937ibe.svelte-937ibe {
    display: none;
  }

  .menu.svelte-937ibe .headContainer.svelte-937ibe.svelte-937ibe {
    border-bottom: none !important;
    margin-bottom: 0;
  }

  .menu.svelte-937ibe .headContainer .head a.l.svelte-937ibe.svelte-937ibe {
    height: 25px !important;
    width: calc(25px * var(--ratio)) !important;
  }

  .menu.svelte-937ibe
    .headContainer
    .head
    .menuButtonMenu.svelte-937ibe.svelte-937ibe {
    position: absolute;
    right: 10px;
    top: 5px;
  }

  .menu.svelte-937ibe
    .headContainer
    .head
    .menuButtonSearch.svelte-937ibe.svelte-937ibe {
    display: block;
    position: absolute;
    left: 10px;
    top: 5px;
  }
}

.overall.svelte-1eecks7.svelte-1eecks7 {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  background-color: var(--contextColorFaded);
  border-bottom: 1px solid #dfdfdf;
  display: flex;
  justify-content: center;
  align-items: center;
}

.overall.svelte-1eecks7 .container.svelte-1eecks7 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-flow: row wrap;
  padding: 5px;
  margin: 0px auto 5px auto;
  width: calc(100% - 10px);
  height: 25px;
  overflow: hidden;
}

.overall.svelte-1eecks7 .container a.svelte-1eecks7 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  white-space: nowrap;
  color: var(--color);
  font-size: 14px;
  margin-right: 15px;
  padding: 2px 10px 2px 2px;
  border-right: 1px solid #dfdfdf;
  background-color: var(--backgroundColor);
  font-weight: var(--fontWeight);
}

.overall.svelte-1eecks7 .container a.svelte-1eecks7:last-child {
  border-right: none;
}

.overall.svelte-1eecks7 .container a.svelte-1eecks7:hover {
  color: #0b4281;
  transition: all 0.15s ease-in-out;
}

@media (max-width: 500px) {
  .container.svelte-1eecks7.svelte-1eecks7 {
    justify-content: flex-start;
  }

  .container.svelte-1eecks7 a.svelte-1eecks7 {
    font-size: 16px;
  }
}

.container.svelte-1h5vdfy:last-child {
  border: none;
}

.container.svelte-1h5vdfy:hover .title {
  color: #12384f;
  transition: color 0.2s ease-in-out;
}

.container.svelte-1h5vdfy {
  flex-grow: 1;
  padding: 5px;
  margin: 0px;
  width: calc(100% / var(--parentColumns) - 10px);
  min-width: 140px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  font-size: 16px;
  border-bottom: 1px solid #dfdfdf;
  --sideSpace: 10px;
}

.container.svelte-1h5vdfy .row {
  margin-bottom: 10px;
  width: calc(100% - 5px);
}

.container.svelte-1h5vdfy .title,
.container.svelte-1h5vdfy .summary {
  --maxLines: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  line-clamp: var(--maxLines);
  -webkit-line-clamp: var(--maxLines);
  line-height: 1.25em;
}

@media only screen and (max-width: 500px) {
  .row {
    margin-bottom: 15px !important;
  }

  .container.svelte-1h5vdfy {
    padding-top: 10px;
  }
}

@media only screen and (max-width: 600px) {
  .container.svelte-1h5vdfy {
    border-bottom: 1px solid #dfdfdf !important;
    width: calc(100% - 10px);
  }
}

.meta.svelte-o4m35i.svelte-o4m35i {
  margin-bottom: 0px !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 500px) {
  .meta.svelte-o4m35i.svelte-o4m35i {
    margin-bottom: 10px !important;
  }
}

.comments-count.svelte-4dr2hm.svelte-4dr2hm {
  --color: var(--contextColor);
  user-select: none;
  visibility: hidden;
  position: relative;
  top: 0px;
  height: 1.5em;
  width: 3em;
  display: inline-block;
  text-align: center;
  line-height: 1.5em;
  font-weight: normal;
  font-size: 11px;
  padding: 2px 3px 2px 4px;
  color: #fff;
  margin-left: 5px;
  background-color: var(--color);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-shadow: 0px 1px 1px rgba(1, 1, 1, 0.4);
}

.comments-count.svelte-4dr2hm.svelte-4dr2hm:after {
  --color: var(--contextColor);
  content: '';
  position: absolute;
  bottom: -4px;
  left: 5px;
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--color);
}

@media screen and (max-width: 767px) {
  .comments-count.svelte-4dr2hm.svelte-4dr2hm {
    margin-right: auto;
    padding: 2px;
    width: 2em;
    color: #111;
    text-shadow: none;
    --color: #dfdfdf;
  }

  .comments-count.svelte-4dr2hm.svelte-4dr2hm:after {
    --color: #ccc;
  }
}

.row.svelte-4dr2hm.svelte-4dr2hm {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

@media only screen and (max-width: 700px) {
  .row.svelte-4dr2hm .comments-count.svelte-4dr2hm {
    display: none;
  }
}

.row.svelte-4dr2hm .title.svelte-4dr2hm {
  position: relative;
  width: 100%;
  color: #000;
  position: relative;
  line-height: 1.25em;
}

.row.svelte-4dr2hm .small.svelte-4dr2hm {
  font-size: 17px;
  font-weight: 600;
}

@media only screen and (max-width: 500px) {
  .row.svelte-4dr2hm .small.svelte-4dr2hm {
    font-size: 18px;
    font-weight: 600;
  }
}

a.row.svelte-1mo6hi5 {
  color: #132f54;
}

.small.svelte-1mo6hi5 {
  font-size: 14px;
}

@media only screen and (max-width: 500px) {
  .small.svelte-1mo6hi5 {
    font-size: 17px;
  }
}

.row.svelte-7ep0p0.svelte-7ep0p0 {
  background-position: center center;
  background-size: 100px;
  background-repeat: no-repeat;
  background-color: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: var(--aspectRatio, auto);
  overflow: hidden;
}

picture.svelte-h45upf.svelte-h45upf,
img.svelte-h45upf.svelte-h45upf {
  object-fit: contain;
  max-width: 100%;
  height: auto;
}

.cover.svelte-h45upf img.svelte-h45upf {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

picture.cover.svelte-h45upf.svelte-h45upf {
  object-fit: cover;
}

.comments-count.svelte-itueop.svelte-itueop {
  --color: var(--contextColor);
  user-select: none;
  visibility: hidden;
  position: relative;
  top: 0px;
  height: 1.5em;
  width: 3em;
  display: inline-block;
  text-align: center;
  line-height: 1.5em;
  font-weight: normal;
  font-size: 11px;
  padding: 2px 3px 2px 4px;
  color: #fff;
  margin-left: 5px;
  background-color: var(--color);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-shadow: 0px 1px 1px rgba(1, 1, 1, 0.4);
}

.comments-count.svelte-itueop.svelte-itueop:after {
  --color: var(--contextColor);
  content: '';
  position: absolute;
  bottom: -4px;
  left: 5px;
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--color);
}

@media screen and (max-width: 767px) {
  .comments-count.svelte-itueop.svelte-itueop {
    margin-right: auto;
    padding: 2px;
    width: 2em;
    color: #111;
    text-shadow: none;
    --color: #dfdfdf;
  }

  .comments-count.svelte-itueop.svelte-itueop:after {
    --color: #ccc;
  }
}

.category.svelte-itueop.svelte-itueop {
  justify-content: space-between;
  display: flex;
}

.category.svelte-itueop .source.svelte-itueop {
  color: #5e5f63;
  font-size: 12px;
  border-left: 4px solid var(--contextColor);
  padding: 2px 2px 2px 3px;
  text-transform: uppercase;
}

.category.svelte-itueop .date.svelte-itueop {
  color: #5e5f63;
  font-size: 12px;
  padding: 5px;
}

@media only screen and (min-width: 700px) {
  .comments-count.svelte-itueop.svelte-itueop {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .category.svelte-itueop .source.svelte-itueop {
    padding: 5px;
  }
}

footer.svelte-1wb4m60.svelte-1wb4m60 {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  border-top: 1px solid #ccc;
  background-color: #fff;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 100px;
  color: black;
}

footer.svelte-1wb4m60 ul.network.svelte-1wb4m60 {
  list-style: none;
  padding: 10px 10px 0 10px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

footer.svelte-1wb4m60 ul.network li.svelte-1wb4m60:first-child {
  background-color: inherit;
  font-style: italic;
}

footer.svelte-1wb4m60 ul.network li.svelte-1wb4m60 {
  display: block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 2px;
  background-color: #f4f4f4;
}

footer.svelte-1wb4m60 #ot-sdk-btn.svelte-1wb4m60 {
  border: none;
  padding: 2px;
  border-radius: 5px;
  cursor: pointer;
  background-color: #f4f4f4;
}

footer.svelte-1wb4m60 .subcontainer.svelte-1wb4m60 {
  width: calc(100% - 20px);
  max-width: 1000px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  flex-direction: column;
}

footer.svelte-1wb4m60 .legal.svelte-1wb4m60 {
  padding-top: 15px;
  width: calc(100% - 20px);
  text-align: center;
  margin-bottom: 10px;
}

footer.svelte-1wb4m60 .legal a.svelte-1wb4m60 {
  font-size: 0.85em;
  margin-right: 10px;
}

footer.svelte-1wb4m60 .other.svelte-1wb4m60 {
  width: calc(100% - 20px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}

footer.svelte-1wb4m60 .copyright.svelte-1wb4m60 {
  font-size: 0.75em;
  width: calc(100% - 20px);
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

footer.svelte-1wb4m60 .reperio.svelte-1wb4m60 {
  width: calc(100% - 20px);
  text-align: center;
  padding: 10px;
  opacity: 0.5;
}

footer.svelte-1wb4m60 .logo img.svelte-1wb4m60 {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}

@media only screen and (max-width: 700px) {
  footer.svelte-1wb4m60 .subcontainer .logo.svelte-1wb4m60 {
    width: 100px;
    height: 55px;
  }
}

.menu.svelte-937ibe.svelte-937ibe.svelte-937ibe {
  user-select: none;
  width: 100%;
  display: none;
  flex-direction: column;
  border-bottom: 2px solid var(--contextColor);
  overflow: hidden;
  background-color: #fff;
  z-index: 4;
  position: relative;
  left: 0px;
  top: 0px;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.menu.svelte-937ibe .headContainer.svelte-937ibe.svelte-937ibe {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 5px;
  border-bottom: 1px solid #eee;
  background-color: #fff;
  box-shadow: 1px -8px 11px -11px rgba(0, 0, 0, 0.35) inset;
}

.menu.svelte-937ibe .headContainer .head.svelte-937ibe.svelte-937ibe {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: -5px auto 5px auto;
  max-width: 1250px;
  position: relative;
}

.menu.svelte-937ibe .headContainer .head a.l.svelte-937ibe.svelte-937ibe {
  display: block;
  height: 30px;
  width: calc(30px * var(--ratio));
}

.menu.svelte-937ibe .headContainer .head a.l img.svelte-937ibe.svelte-937ibe {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.menu.svelte-937ibe .headContainer .head .date.svelte-937ibe.svelte-937ibe {
  font-size: 11px;
  font-weight: bold;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 20px;
  top: 0px;
  color: #435762;
}

.menu.svelte-937ibe .headContainer .head form.svelte-937ibe.svelte-937ibe {
  position: absolute;
  right: 20px;
  top: 0px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu.svelte-937ibe
  .headContainer
  .head
  form.svelte-937ibe
  input.svelte-937ibe {
  width: 250px;
  height: 30px;
  outline-width: 0;
  font-size: 14px;
  padding: 5px;
  border: 1px solid #ddd;
}

.menu.svelte-937ibe .headContainer .head form.svelte-937ibe img.svelte-937ibe {
  margin-left: 10px;
  cursor: pointer;
}

.menu.svelte-937ibe .container.svelte-937ibe.svelte-937ibe {
  width: 100%;
  margin: auto;
  max-width: 1250px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: hidden;
  align-items: center;
  margin-bottom: 5px;
}

.menu.svelte-937ibe .container .menuButton.svelte-937ibe.svelte-937ibe {
  letter-spacing: 3px;
  margin-right: 5px;
  margin-left: 5px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  min-width: 24px;
  min-height: 24px;
  display: flex;
  align-items: center;
  cursor: pointer;
  opacity: 0.9;
  user-select: none;
}

.menu.svelte-937ibe .container .menuButton .svelte-937ibe.svelte-937ibe:hover {
  opacity: 1;
}

.menu.svelte-937ibe .container .menuButton img.svelte-937ibe.svelte-937ibe {
  margin-left: auto;
}

.menu.svelte-937ibe .container .menuButtonSearch.svelte-937ibe.svelte-937ibe {
  display: none;
}

.menu.svelte-937ibe .container .items.svelte-937ibe.svelte-937ibe {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  overflow: hidden;
  justify-items: center;
  align-items: center;
  width: 100%;
  height: 40px;
}

.menu.svelte-937ibe .container .items a.svelte-937ibe.svelte-937ibe {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #312f2f;
  padding: 0 5px 0 5px;
  transition: all 350ms;
  flex-shrink: 0;
  flex-basis: fit-content;
  height: 40px;
}

.menu.svelte-937ibe .container .items a .arrowDown.svelte-937ibe.svelte-937ibe {
  border: solid #5a5b64;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 5px;
}

@media (hover: none) {
  .menu.svelte-937ibe
    .container
    .items
    a
    .arrowDown.svelte-937ibe.svelte-937ibe {
    display: none;
  }
}

.menu.svelte-937ibe .container .items a.svelte-937ibe.svelte-937ibe:hover {
  color: var(--color);
}

.menu.svelte-937ibe
  .container
  .items
  a.svelte-937ibe.svelte-937ibe:first-child {
  margin-left: 15px;
}

@media screen and (max-width: 1024px) {
  .menu.svelte-937ibe .head .date.svelte-937ibe.svelte-937ibe {
    visibility: hidden;
  }

  .menu.svelte-937ibe .head form.svelte-937ibe.svelte-937ibe {
    visibility: hidden;
  }

  .menu.svelte-937ibe .container .items.svelte-937ibe.svelte-937ibe {
    padding-left: 16px;
  }
}

@media screen and (min-width: 500px) {
  .menu.svelte-937ibe
    .headContainer
    .head
    .menuButton.svelte-937ibe.svelte-937ibe {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .menu.svelte-937ibe.svelte-937ibe.svelte-937ibe {
    background-color: #f5f5f5;
    border-bottom-width: 1px !important;
  }

  .menu.svelte-937ibe .container.svelte-937ibe.svelte-937ibe {
    display: none;
  }

  .menu.svelte-937ibe .headContainer.svelte-937ibe.svelte-937ibe {
    border-bottom: none !important;
    margin-bottom: 0;
  }

  .menu.svelte-937ibe .headContainer .head a.l.svelte-937ibe.svelte-937ibe {
    height: 25px !important;
    width: calc(25px * var(--ratio)) !important;
  }

  .menu.svelte-937ibe
    .headContainer
    .head
    .menuButtonMenu.svelte-937ibe.svelte-937ibe {
    position: absolute;
    right: 10px;
    top: 5px;
  }

  .menu.svelte-937ibe
    .headContainer
    .head
    .menuButtonSearch.svelte-937ibe.svelte-937ibe {
    display: block;
    position: absolute;
    left: 10px;
    top: 5px;
  }
}

.overall.svelte-1eecks7.svelte-1eecks7 {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  background-color: var(--contextColorFaded);
  border-bottom: 1px solid #dfdfdf;
  display: flex;
  justify-content: center;
  align-items: center;
}

.overall.svelte-1eecks7 .container.svelte-1eecks7 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-flow: row wrap;
  padding: 5px;
  margin: 0px auto 5px auto;
  width: calc(100% - 10px);
  height: 25px;
  overflow: hidden;
}

.overall.svelte-1eecks7 .container a.svelte-1eecks7 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  white-space: nowrap;
  color: var(--color);
  font-size: 14px;
  margin-right: 15px;
  padding: 9px 10px 10px 2px;
  border-right: 1px solid #dfdfdf;
  background-color: var(--backgroundColor);
  font-weight: var(--fontWeight);
}

.overall.svelte-1eecks7 .container a.svelte-1eecks7:last-child {
  border-right: none;
}

.overall.svelte-1eecks7 .container a.svelte-1eecks7:hover {
  color: #0b4281;
  transition: all 0.15s ease-in-out;
}

@media (max-width: 500px) {
  .container.svelte-1eecks7.svelte-1eecks7 {
    justify-content: flex-start;
  }

  .container.svelte-1eecks7 a.svelte-1eecks7 {
    font-size: 16px;
  }
}

#onetrust-pc-sdk [type='checkbox']:not(:checked) {
  pointer-events: initial;
}

.category-vendors-list-handler + a:focus-visible {
  outline: 2px solid #000;
}

_:-ms-fullscreen .matariki-panel_col {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 1312px) {
  _:-ms-fullscreen .matariki-panel_col {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

_:-ms-fullscreen .matariki-panel_grid {
  display: block;
}

@media (min-width: 1312px) {
  _:-ms-fullscreen .matariki-panel_grid {
    display: -ms-grid;
    display: grid;
  }
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1000px) {
  .container {
    max-width: 1000px;
  }
}

@media (min-width: 1100px) {
  .container {
    max-width: 1161px;
  }
}

@media (min-width: 1312px) {
  .container {
    max-width: 1312px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}

.block {
  display: block;
}

.c-story-header__meta:after,
.article__body:after,
.content__primary:after {
  content: '';
  display: table;
  clear: both;
}
.c-story-header__meta:after,
.article__body:after,
.content__primary:after {
  content: '';
  display: table;
  clear: both;
}
.row:before,
.row:after {
  content: ' ';
  display: table;
}
.row:after {
  clear: both;
}
.row {
  zoom: 1;
} /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
aside,
footer,
header,
main,
nav {
  display: block;
}
video {
  display: inline-block;
  vertical-align: baseline;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
b {
  font-weight: bold;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
img {
  border: 0;
}
input {
  color: inherit;
  font: inherit;
  margin: 0;
}
html input[disabled] {
  cursor: default;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type='search'] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
html,
body,
div,
span,
h1,
h2,
p,
a,
img,
b,
i,
ol,
ul,
li,
form,
aside,
footer,
header,
main,
nav,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
h1,
h2 {
  clear: both;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
}
a:focus:active {
  outline: none;
}
aside,
footer,
header,
main,
nav {
  display: block;
}
video {
  display: inline-block;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
html,
body {
  height: 100%;
}
body {
  overflow-x: hidden;
  background-color: #fff;
}
.wrapper {
  max-width: 82rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
}
.wrapper:after {
  content: ' ';
  display: block;
  clear: both;
}
@media only screen and (min-width: 768px) {
  .wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.content {
  clear: both;
}
.content__primary {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.content__secondary {
  padding-bottom: 1.5em;
}
.single-story--standard .content__secondary {
  padding-top: 1.5em;
}
.article__body {
  padding-bottom: 1.5em;
}
@media (min-width: 1000px) {
  .wrapper {
    max-width: 82rem;
    margin-left: auto;
    margin-right: auto;
  }
  .wrapper:after {
    content: ' ';
    display: block;
    clear: both;
  }
  .content:after {
    content: '';
    display: table;
    clear: both;
  }
  .content__primary {
    padding-top: 2.25em;
    padding-bottom: 2.25em;
  }
  .content__secondary {
    padding-bottom: 2.25em;
  }
  .single-story--standard .content__primary {
    width: 57.1428571429%;
    float: left;
    margin-right: 2.8571428571%;
  }
  .single-story--standard .content__secondary {
    padding-top: 2.25em;
    width: 31.4285714286%;
    float: right;
    margin-right: 0;
  }
  .single-story--standard .content {
    position: relative;
  }
  .single-story--standard .content:before {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #ebeae6;
    position: absolute;
    top: 0;
    left: 65.7142857143%;
  }
}
@media (min-width: 1312px) {
  .wrapper {
    max-width: 82rem;
    margin-left: auto;
    margin-right: auto;
  }
  .wrapper:after {
    content: ' ';
    display: block;
    clear: both;
  }
  .single-story--standard .content:before {
    left: 74.2857142857%;
  }
  .single-story--standard .content__primary {
    width: 65.7142857143%;
    float: left;
    margin-right: 2.8571428571%;
  }
  .single-story--standard .content__secondary {
    width: 22.8571428571%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 1600px) {
  .wrapper {
    max-width: 82rem;
    margin-left: auto;
    margin-right: auto;
  }
  .wrapper:after {
    content: ' ';
    display: block;
    clear: both;
  }
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family:
    'Sohne',
    “Noto Sans SC”,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    'Helvetica Neue',
    Arial,
    'Noto Sans',
    sans-serif,
    'Apple Color Emoji',
    'Segoe UI Emoji',
    'Segoe UI Symbol',
    'Noto Color Emoji';
  letter-spacing: 0.005em;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #404441;
}
h1 {
  line-height: 1.2;
}
h1,
h2 {
  font-weight: 800;
  letter-spacing: -0.008em;
}
h2 {
  font-size: 24px;
  line-height: 1.25;
}
.article__body p,
.article__body ol {
  font-family:
    'Tiempos Text',
    “Noto Serif SC”,
    Georgia,
    ui-serif,
    Georgia,
    Cambria,
    'Times New Roman',
    Times,
    serif;
  font-style: normal;
  font-weight: 400;
}
.article__body p,
.article__body ol > li {
  font-size: 17px;
}
p {
  margin-top: 0.75em;
}
h1,
h2,
p {
  margin-bottom: 0.75em;
}
h1:first-child,
h2:first-child {
  margin-top: 0;
}
p {
  line-height: 1.5;
}
b {
  font-weight: 600;
}
.article__body b {
  font-weight: 600;
}
p b {
  letter-spacing: 0.01em;
}
i {
  font-style: italic;
}
.article__body ol {
  line-height: 1.5;
  margin-top: 1em;
  margin-bottom: 1em;
}
.article__body li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.article__body li:first-child {
  margin-top: 0;
}
.article__body li:last-child {
  margin-bottom: 0;
}
@media (min-width: 1000px) {
  h2 {
    font-size: 30px;
  }
}
@media (min-width: 1270px) {
  h2 {
    font-size: 36px;
  }
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  color: #2146ad;
  -webkit-transition: 'color .15s ease 0s, background-color .15s ease 0s, border-color .15s ease 0s';
  -moz-transition: 'color .15s ease 0s, background-color .15s ease 0s, border-color .15s ease 0s';
  -o-transition: 'color .15s ease 0s, background-color .15s ease 0s, border-color .15s ease 0s';
  transition: 'color .15s ease 0s, background-color .15s ease 0s, border-color .15s ease 0s';
}
.article__body p a {
  text-decoration: none;
  text-decoration: underline\9;
  background-image: linear-gradient(
    to bottom,
    rgba(64, 68, 65, 0) 50%,
    rgba(64, 68, 65, 0.8) 50%
  );
  background-repeat: repeat-x;
  background-size: 2px 0.1em;
  background-position: 0 1.125em;
  text-shadow:
    3px 0 #fff,
    2px 0 #fff,
    1px 0 #fff,
    -1px 0 #fff,
    -2px 0 #fff,
    -3px 0 #fff;
}
.article__body p a:hover {
  background-image: linear-gradient(
    to bottom,
    rgba(64, 68, 65, 0.25) 50%,
    #404441 50%
  );
}
.article__body p a:visited,
.article__body p a:visited:hover {
  background-image: linear-gradient(
    to bottom,
    rgba(113, 121, 115, 0) 50%,
    rgba(113, 121, 115, 0.8) 50%
  );
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi) {
  .article__body p a {
    background-image: linear-gradient(
      to bottom,
      rgba(64, 68, 65, 0.8) 25%,
      rgba(64, 68, 65, 0) 25%
    );
  }
  .article__body p a:hover {
    background-image: linear-gradient(
      to bottom,
      #404441 25%,
      rgba(64, 68, 65, 0.25) 25%
    );
  }
  .article__body p a:visited,
  .article__body p a:visited:hover {
    background-image: linear-gradient(
      to bottom,
      rgba(113, 121, 115, 0.8) 25%,
      rgba(113, 121, 115, 0) 25%
    );
  }
}
.article__body p a::selection {
  background-color: #f6f6f4;
  color: #d24141;
  text-shadow: none;
}
.article__body p a::-moz-selection {
  background-color: #f6f6f4;
  color: #d24141;
  text-shadow: none;
}
.article__body p a:visited {
  color: #2146ad;
}
a:hover {
  color: #343734;
}
a:focus,
a:active {
  color: #1e2722;
}
input {
  -webkit-appearance: none;
  appearance: none;
}
input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 0.5625em 0.625em;
  vertical-align: middle;
  min-height: 32px;
  background-image: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
input:focus {
  outline: none;
}
input[type='search'] {
  min-width: 3em;
  width: 100%;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  font-size: 15px;
  line-height: 1.2;
  padding: 0.6em;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 36px;
}
input[type='search']:focus {
  border-color: #2082aa;
}
.logo {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
.logo img[src$='.svg'] {
  display: block;
  height: auto;
}

.logo {
  font-size: 16px;
  position: relative;
  margin: 6px 0;
}
@media only screen and (min-width: 768px) {
  .logo {
    margin-right: 0.75em;
  }
}
@media (min-width: 1000px) {
  .logo {
    margin-right: 0.875em;
  }
}
.photo-captioned {
  max-width: 100%;
}
.photo-captioned-full {
  clear: both;
}

.deprecated .o-feature-set--station.nat .u-blocklink .faux-link:not(:visited) {
  color: #1e2722;
}
.deprecated .o-feature-set--station.con .u-blocklink .faux-link:not(:visited) {
  color: #1e2722;
}
.deprecated .o-feature-set--station.int .u-blocklink .faux-link:not(:visited) {
  color: #1e2722;
}
.deprecated .o-feature-set--station.rnz .u-blocklink .faux-link:not(:visited) {
  color: #1e2722;
}
.deprecated .o-feature-set--station.pod .u-blocklink .faux-link:not(:visited) {
  color: #1e2722;
}
.c-story-header {
  padding-bottom: 1em;
}
.c-story-header__headline {
  font-size: 30px;
  margin-bottom: 0.4em;
}
.c-story-header .updated {
  font-size: 15px;
  line-height: 1.2;
  color: #6d7570;
}
.c-story-header .c-dateblock {
  float: left;
}
.c-story-header .c-dateblock .updated {
  position: relative;
  top: -1px;
}
.c-story-header .c-dateblock:after,
.c-story-header .c-dateblock .updated {
  display: inline-block;
  vertical-align: middle;
}
.c-story-header .c-dateblock:after {
  content: '';
  line-height: 36px;
  height: 36px;
}
@media only screen and (min-width: 640px) {
  .c-story-header__headline {
    font-size: 48px;
  }
}
@media (min-width: 1000px) {
  .c-story-header {
    padding-bottom: 1.5em;
  }
  .c-story-header .c-dateblock:after {
    line-height: 36px;
    height: 36px;
  }
}
@media (min-width: 1270px) {
  .c-story-header__headline {
    font-size: 54px;
    margin-bottom: 0.2962962962963em;
  }
}
@media (min-width: 1312px) {
  .c-story-header {
    position: relative;
  }
}
@media only screen and (max-width: 639px) {
  .c-story-header .c-dateblock {
    float: none;
  }
}
@media only screen and (max-width: 999px) {
  .u-divider-bottom\@until-medium {
    border-bottom: 2px solid #ebeae6;
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
  }
  .u-divider-bottom\@until-medium + .content__secondary {
    padding-top: 0;
  }
}
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  body {
    overflow: visible !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: ' (' attr(href) ')';
  }
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2 {
    orphans: 3;
    widows: 3;
  }
  h2 {
    page-break-after: avoid;
  }
  .logo,
  nav,
  .content__secondary {
    display: none;
  }
}

:root {
  --mainColor: #121534;
  --text: #fff;
  --input-color: #000;
  --valid-input-color: #000;
}
@media print {
  body {
    display: none !important;
  }
}
#formSimple {
  border: 2px solid var(--mainColor);
  border-radius: 16px;
  max-width: 560px;
  margin: 0 auto;
  font-family: Arial;
  box-shadow: 3px 3px 6px #00000030;
  background-color: white;
}

.formTitle {
  text-align: center;
  padding: 30px 15px;
  font-size: 30px;
  background: var(--mainColor);
  color: var(--text);
  text-transform: uppercase;
  margin: 30px 0;
  line-height: 1.2;
  letter-spacing: 2px;
  border-radius: 12px 12px 0 0;
}
@media (max-width: 767px) {
  .formTitle {
    font-size: 24px;
  }
}

:root {
  --base-multiplier: 0.625;
}
.overall.svelte-1eecks7 .container a.svelte-1eecks7:last-child {
  border-right: none;
}
.article__body a {
  font-weight: bolder;
}
