.matariki-focus {
  color: #FFF
}

.matariki-focus:hover {
  color: #FFF;
  text-decoration-line: underline
}

.matariki-focus:focus,
.matariki-focus:active {
  color: #FFF;
  text-decoration-line: underline;
  outline-color: #ED615A
}

.matariki-focus:focus img,
.matariki-focus:active img {
  opacity: 0.5
}

.matariki-panel_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 38px
}

@media (min-width: 768px) {
  .matariki-panel_grid {
    -ms-grid-columns: minmax(0, 1fr) [2];
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
}

@media (min-width: 1312px) {
  .matariki-panel_grid {
    -ms-grid-columns: minmax(0, 1fr) [4];
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }
}

.matariki-panel_karakia {
  -ms-grid-column-span: 1;
  grid-column: span 1 / span 1
}

@media (min-width: 768px) {
  .matariki-panel_karakia {
    align-self: flex-end
  }
}

@media (min-width: 1312px) {
  .matariki-panel_karakia {
    -ms-grid-column-span: 2;
    grid-column: span 2 / span 2;
    align-self: flex-start
  }
}

.matariki-panel_karakia p {
  font-size: 1.25rem;
  line-height: 1.75rem
}

@media (min-width: 1400px) {
  .matariki-panel_karakia p {
    font-size: 1.875rem;
    line-height: 2.25rem
  }
}

.matariki-panel_col {
  -ms-grid-column-span: 1;
  grid-column: span 1 / span 1;
  -ms-grid-row-span: 1;
  grid-row: span 1 / span 1
}

@media (min-width: 1312px) {
  .matariki-panel_col.one {
    -ms-grid-column: 3;
    grid-column-start: 3
  }

  .matariki-panel_col.two {
    -ms-grid-column: 4;
    grid-column-start: 4
  }
}

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

@media (min-width: 1312px) {

  _:-ms-fullscreen .matariki-panel_col,
  :root .matariki-panel_col {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 1.25rem;
    padding-right: 1.25rem
  }
}

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

@media (min-width: 1312px) {

  _:-ms-fullscreen .matariki-panel_grid,
  :root .matariki-panel_grid {
    display: -ms-grid;
    display: grid
  }
}

.matariki-panel_actions {
  display: flex;
  flex-direction: row;
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1em
}

.matariki-panel_actions>* {
  -ms-grid-row-align: center;
  align-self: center
}

.matariki-panel_actions p {
  position: relative;
  top: -3px;
  margin: 0px;
  margin-left: 0.75rem;
  padding: 0px;
  font-size: 0.75rem;
  line-height: 1rem
}

.matariki-panel[data-lang="mi"] .matariki-en {
  display: none
}

.matariki-panel[data-lang="mi"] .matariki-lang-toggle .mi {
  background-color: #FFF;
  color: #1e2722
}

.matariki-panel[data-lang="en"] .matariki-mi {
  display: none
}

.matariki-panel[data-lang="en"] .matariki-lang-toggle .en {
  background-color: #FFF;
  color: #1e2722
}

.matariki-lang-toggle {
  appearance: none;
  border-width: 0px;
  background-image: none;
  padding: 0px;
  font-weight: 400;
  background: none
}

.matariki-lang-toggle span {
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  border-color: #FFF;
  padding: 0.25rem
}

.matariki-lang-toggle span:hover {
  color: #FFF;
  text-decoration-line: underline
}

[lang="zh"]:not(.font-ch-serif) {
  font-family: Sohne, Noto Sans SC, Sohne, sans-serif
}

.community-header {
  position: relative;
  overflow: hidden;
  padding-top: 32px;
  font-family: Sohne, Helvetica, Noto Sans SC, sans-serif;
  margin-left: -1rem;
  margin-right: -1rem;
  padding-left: 1rem;
  padding-right: 1rem
}

@media (min-width: 768px) {
  .community-header {
    margin-left: -2rem;
    margin-right: -2rem;
    padding-left: 2rem;
    padding-right: 2rem
  }
}

@media (min-width: 1312px) {
  .community-header {
    margin-left: calc(((100vw - (82rem - 4rem)) / 2) * -1);
    margin-right: calc(((100vw - (82rem - 4rem)) / 2) * -1);
    padding-left: calc(((100vw - (82rem - 4rem)) / 2));
    padding-right: calc(((100vw - (82rem - 4rem)) / 2))
  }
}

.community-header.is-ch {
  background-color: #FFC9BD;
  color: #1e2722
}

.community-header.is-ch .community-header-illustration {
  margin-top: 32px;
  margin-bottom: 8px;
  margin-left: -32px;
  width: 300vw;
  overflow: hidden
}

@media (min-width: 1312px) {
  .community-header.is-ch .community-header-illustration {
    margin-left: -25vw
  }
}

.community-header.is-ch .community-header-illustration img {
  height: 128px
}

.community-header.is-in {
  min-height: 250px;
  overflow: hidden;
  background-color: #ABDCFF;
  color: #1e2722
}

@media (min-width: 1600px) {
  .community-header.is-in {
    max-height: 350px
  }
}

.community-header.is-in .community-header-illustration {
  margin-left: -100vw;
  margin-right: -100vw;
  margin-bottom: -15vw;
  width: 300vw;
  overflow: visible
}

@media (min-width: 768px) {
  .community-header.is-in .community-header-illustration {
    margin-left: -50vw;
    margin-right: -50vw;
    width: 200vw
  }
}

@media (min-width: 1000px) {
  .community-header.is-in .community-header-illustration {
    margin-left: -25vw;
    margin-right: -25vw;
    margin-top: -1vw;
    width: 150vw
  }
}

.community-header.is-in .community-header-illustration img {
  margin-top: -10vw;
  display: block;
  width: 100%
}

@media (min-width: 1312px) {
  .community-header.is-in .community-header-illustration img {
    margin-top: -8vw
  }
}

.community-header.is-mi {
  max-height: 300px;
  min-height: 250px;
  overflow: hidden;
  background-color: #1e2722;
  color: #FFF
}

.community-header.is-mi .community-header-illustration {
  z-index: 0;
  margin-top: 24px;
  margin-left: -2vw;
  width: 102vw
}

@media (min-width: 768px) {
  .community-header.is-mi .community-header-illustration {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin-top: 0px
  }

  .community-header.is-mi .community-header-illustration img {
    margin-left: -10vw
  }
}

.community-header .community-header-internal {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 8px
}

@media (min-width: 768px) {
  .community-header .community-header-internal {
    flex-direction: row
  }
}

.community-header .community-header-illustration {
  display: block;
  width: 100%
}

.community-header h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px
}

.community-header p {
  margin-top: 0px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1.4em
}

@media (min-width: 1312px) {
  .community-header p {
    max-width: 400px
  }

  .community-header {
    min-height: 200px
  }
}

.community-sidebar {
  margin-bottom: 48px;
  border-radius: 0.375rem;
  border-width: 3px;
  border-style: solid;
  padding-top: 16px
}

.community-sidebar h3 {
  margin-top: 0px;
  font-size: 1.875rem;
  line-height: 2.25rem
}

.community-sidebar.is-ch {
  border-color: #FFC9BD
}

.community-sidebar.is-in {
  border-color: #ABDCFF
}

.community-sidebar>*:not(img):not(.pijf-logo) {
  margin-left: 16px;
  margin-right: 16px
}

.community-sidebar a:not(.pijf-logo) {
  text-decoration-line: underline;
  text-decoration-color: #CCC;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px
}

.community-sidebar a:not(.pijf-logo):hover {
  text-decoration-color: #DA2128
}

.community-sidebar a:not(.pijf-logo) {
  color: inherit
}

.community-sidebar p {
  line-height: 1.3333em
}

.community-sidebar .pijf-logo {
  display: block;
  max-width: 200px
}

.community-sidebar .pijf-logo img {
  display: block;
  width: 100%
}

.article__body[lang="zh"],
.article__body[lang="zh"] p {
  font-family: Sohne, Noto Sans SC, Sohne, sans-serif !important
}

.el23-panel a.el23-logo {
  display: block;
  max-width: 160px
}

@media (min-width: 1000px) {
  .el23-panel a.el23-logo {
    max-width: 240px
  }
}

.el23-panel a:not(.el23-logo) {
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 1.5em;
  color: #1e2722
}

@media (min-width: 1400px) {
  .el23-panel a:not(.el23-logo) {
    padding-top: 20px;
    padding-bottom: 20px
  }
}

.el23-panel a:not(.el23-logo) svg {
  -ms-grid-row-align: center;
  align-self: center
}

.el23-panel a.has-icon:not(.el23-logo) {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding-top: 12px;
  padding-bottom: 12px
}

@media (min-width: 1400px) {
  .el23-panel a.has-icon:not(.el23-logo) {
    padding-top: 16px;
    padding-bottom: 16px
  }
}

.el23-panel a[href]:not(.el23-logo):hover {
  color: #800A93;
  text-decoration-line: underline
}

.el23-panel a:not(.el23-logo) {
  margin-left: 16px;
  margin-right: 16px;
  border-bottom-width: 2px;
  border-style: solid;
  border-color: #DAF3F3
}

.el23-panel a[href]:not(.el23-logo):hover {
  border-color: #A70EBF
}

@media (min-width: 1000px) {
  .el23-panel a:not(.el23-logo) {
    margin-left: 0px;
    margin-right: 0px
  }

  .el23-panel a.has-icon:not(.el23-logo),
  .el23-panel a:not(.el23-logo):nth-child(4),
  .el23-panel a:not(.el23-logo):nth-child(5),
  .el23-panel a:not(.el23-logo):nth-child(6) {
    border-width: 0px
  }

  .el23-panel a:not(.el23-logo):nth-child(3),
  .el23-panel a:not(.el23-logo):nth-child(6) {
    margin-right: 38px
  }
}

path.live-dot {
  animation: pulse 2s infinite
}

@keyframes pulse {
  0% {
    opacity: 0
  }

  70% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@media (min-width: 1000px) {
  .el23-three-links a:not(.el23-logo) {
    border-width: 0px
  }
}

.el23-count {
  display: inline-block;
  border-radius: 0.125rem;
  background-color: #800A93;
  padding: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1;
  color: #FFF
}

button.el23-nav-item {
  appearance: none;
  border-width: 0px;
  padding: 0px
}

button.el23-nav-item,
a.el23-nav-item {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-self: flex-start;
  border-bottom-width: 2px;
  border-top-width: 2px;
  border-style: solid;
  border-bottom-color: #9CCCCC;
  border-top-color: #FFF;
  background-color: #FFF;
  padding: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1;
  color: #1e2722
}

button.el23-nav-item>svg,
a.el23-nav-item>svg {
  position: relative;
  top: -6px;
  margin-bottom: -14px;
  height: 32px;
  width: 32px
}

button.el23-nav-item:hover,
a.el23-nav-item:hover {
  border-bottom-color: #A70EBF;
  text-decoration-line: underline;
  text-decoration-color: #9CCCCC
}

button.el23-nav-item.is-active:hover,
button.el23-nav-item.is-active,
a.el23-nav-item.is-active:hover,
a.el23-nav-item.is-active {
  cursor: default;
  border-bottom-color: #DAF3F3;
  border-top-color: #9ccccc;
  background-color: #DAF3F3;
  text-decoration-line: none
}

@media (min-width: 768px) {

  button.el23-nav-item,
  a.el23-nav-item {
    padding: 0.75rem;
    font-size: 1.125rem
  }
}

.el23-dot {
  margin-top: 2px;
  margin-bottom: 2px;
  box-sizing: border-box;
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 9999px;
  border-style: solid;
  border-color: #A70EBF
}

.el23-dot.is-projected {
  border-width: 4px;
  opacity: 0.7
}

.el23-dot.is-won {
  border-width: 7px
}

.el23-dot.is-big {
  height: 16px;
  width: 16px
}

.el23-dot.no-pad {
  margin: 0px
}

.el23-dot.is-empty {
  border-width: 2px
}

.election-coverage.c-section {
  padding-top: 0px !important;
  padding-bottom: 0px !important
}

.el23-change {
  border-radius: 0.5rem;
  background-color: #EEFCFC;
  padding: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #1e2722
}

.el23-change.is-same {
  background-color: #F3F3F3
}

.el23-change.is-increase {
  background-color: #EAF6EC
}

.el23-change.is-decrease {
  background-color: #FEEAEC
}

.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: 1100px
  }
}

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

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

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

.station_btn {
  margin: 0.25rem;
  display: inline-block;
  border-style: solid;
  padding-bottom: 8px
}

@media (min-width: 1000px) {
  .station_btn {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0.5rem;
    margin-right: 0.5rem
  }
}

@media (min-width: 1312px) {
  .station_btn {
    margin-left: 0.75rem;
    margin-right: 0.75rem
  }
}

.station_btn img {
  display: block;
  height: 40px
}

@media (min-width: 1000px) {
  .station_btn img {
    height: 50px
  }
}

@media (min-width: 1312px) {
  .station_btn img {
    height: 60px
  }
}

.station_btn:hover {
  border-bottom-width: 4px;
  border-color: #ED615A;
  padding-bottom: 4px
}

.station_btn:focus {
  border-bottom-width: 4px;
  border-color: #ED615A;
  padding-bottom: 4px;
  outline-style: dashed;
  outline-width: 2px;
  outline-offset: 4px;
  outline-color: #ED615A
}

.station_btn:active {
  border-bottom-width: 0px;
  padding-bottom: 8px;
  opacity: 0.5
}

.station_btn.national img {
  width: 172px
}

@media (min-width: 1000px) {
  .station_btn.national img {
    width: 215px
  }
}

@media (min-width: 1312px) {
  .station_btn.national img {
    width: 258px
  }
}

.station_btn.concert img {
  width: 166px
}

@media (min-width: 1000px) {
  .station_btn.concert img {
    width: 207px
  }
}

@media (min-width: 1312px) {
  .station_btn.concert img {
    width: 249px
  }
}

.station_btn.pacific img {
  width: 135px
}

@media (min-width: 1000px) {
  .station_btn.pacific img {
    width: 168px
  }
}

@media (min-width: 1312px) {
  .station_btn.pacific img {
    width: 202px
  }
}

.station_header {
  position: relative;
  background-color: #ED615A;
  padding: 2rem;
  color: #FFF
}

@media (min-width: 1312px) {
  .station_header {
    padding-top: 50px;
    padding-bottom: 50px
  }
}

.station_header {
  margin-left: -1rem;
  margin-right: -1rem;
  padding-left: 1rem;
  padding-right: 1rem
}

@media (min-width: 768px) {
  .station_header {
    margin-left: -2rem;
    margin-right: -2rem;
    padding-left: 2rem;
    padding-right: 2rem
  }
}

@media (min-width: 1312px) {
  .station_header {
    margin-left: calc(((100vw - (82rem - 4rem)) / 2) * -1);
    margin-right: calc(((100vw - (82rem - 4rem)) / 2) * -1);
    padding-left: calc(((100vw - (82rem - 4rem)) / 2));
    padding-right: calc(((100vw - (82rem - 4rem)) / 2))
  }
}

.station_header .social_link {
  margin-bottom: 0.5rem;
  color: #FFF;
  text-decoration-line: underline
}

.station_header .social_link:hover {
  text-decoration-line: none
}

@media (min-width: 1000px) {
  .station_header .social_link {
    margin-bottom: 0px;
    margin-right: 0.75rem
  }
}

@media (min-width: 1312px) {
  .station_header .social_link {
    margin-right: 1rem
  }
}

.station_header.national {
  background-image: linear-gradient(1.75deg, #1D1059 -5.62%, #221262 -3.37%, #291569 -1.12%, #31186E 1.13%, #3A1C70 3.37%, #422072 5.62%, #4B2572 7.87%, #542B72 10.11%, #5D3172 12.36%, #643772 14.61%, #6B3D73 16.85%, #714475 19.1%, #764B78 21.35%, #79527C 23.6%, #7B5980 25.84%, #7C6086 28.09%, #7C678C 30.34%, #7B6D92 32.58%, #797399 34.83%, #7779A1 37.08%, #747FA8 39.32%, #7084AF 41.57%, #6D89B5 43.82%, #6A8DBB 46.07%, #6791C0 48.31%, #6494C5 50.56%, #6196C9 52.81%, #5F98CB 55.05%, #5C99CD 57.3%, #5A99CD 59.55%, #5997CD 61.79%, #5795CB 64.04%, #5591C9 66.29%, #538CC5 68.54%, #5086C0 70.78%, #4E7FBB 73.03%, #4C76B4 75.28%, #4A6DAC 77.52%, #4762A3 79.77%, #455799 82.02%, #434C8F 84.26%, #424083 86.51%, #403577 88.76%, #3E2A6B 91.01%, #3C205D 93.25%, #381750 95.5%, #321043 97.75%, #280937 99.99%, #18052D 102.24%, #010326 104.49%)
}

@media (min-width: 768px) {
  .station_header.national {
    background-image: linear-gradient(87.91deg, #1D1059 0%, #221262 2.21%, #291569 4.41%, #31186E 6.62%, #3A1C70 8.83%, #422072 11.04%, #4B2572 13.24%, #542B72 15.45%, #5D3172 17.66%, #643772 19.87%, #6B3D73 22.07%, #714475 24.28%, #764B78 26.49%, #79527C 28.7%, #7B5980 30.9%, #7C6086 33.11%, #7C678C 35.32%, #7B6D92 37.53%, #797399 39.73%, #7779A1 41.94%, #747FA8 44.15%, #7084AF 46.36%, #6D89B5 48.56%, #6A8DBB 50.77%, #6791C0 52.98%, #6494C5 55.19%, #6196C9 57.39%, #5F98CB 59.6%, #5C99CD 61.81%, #5A99CD 64.02%, #5997CD 66.22%, #5795CB 68.43%, #5591C9 70.64%, #538CC5 72.84%, #5086C0 75.05%, #4E7FBB 77.26%, #4C76B4 79.47%, #4A6DAC 81.67%, #4762A3 83.88%, #455799 86.09%, #434C8F 88.3%, #424083 90.5%, #403577 92.71%, #3E2A6B 94.92%, #3C205D 97.13%, #381750 99.33%, #321043 101.54%, #280937 103.75%, #18052D 105.96%, #010326 108.16%)
  }
}

.station_header.concert {
  background-color: #070A35
}

.station_header.concert:before {
  content: '';
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: block;
  height: 100%;
  width: 100%;
  background-image: url("");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 30%
}

@media (min-width: 768px) {
  .station_header.concert:before {
    width: 50%;
    background-image: url("");
    background-position: initial
  }
}

.station_header.concert>* {
  position: relative
}

.station_header.pacific {
  background-color: #FACA4F;
  color: #1e2722
}

.station_header.pacific:before {
  content: '';
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: block;
  height: 100%;
  width: 100%;
  background-image: url("");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80rem
}

@media (min-width: 768px) {
  .station_header.pacific:before {
    width: 50%;
    background-size: 200%;
    background-position: 0 50%
  }
}

@media (min-width: 1000px) {
  .station_header.pacific:before {
    background-size: 155%;
    background-position: 0 20%
  }
}

.station_header.pacific>* {
  position: relative
}

.station_header.pacific .social_link {
  color: #1e2722
}

.station_header.pacific .social_link:hover {
  color: #ED615A
}

.audio_card {
  position: relative;
  display: block;
  display: flex;
  background-color: #FFF;
  text-decoration-line: none
}

.audio_card .label {
  color: #ED615A
}

.audio_card .other {
  margin-top: 0.75rem;
  display: block;
  color: #b3b3ac
}

.audio_card .content {
  flex-grow: 1;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem
}

@media (min-width: 768px) {
  .audio_card .content {
    min-width: 300px
  }
}

.audio_card h4 {
  margin: 0px;
  padding: 0px;
  font-family: Sohne, Helvetica, Noto Sans SC, sans-serif;
  font-weight: 600;
  line-height: 1.25em
}

.audio_card.dark {
  background-color: #1e2722;
  color: #FFF
}

.audio_card.dark h4 {
  color: #FFF
}

.audio_card:hover {
  background-color: #ED615A;
  color: #1e2722
}

.audio_card.dark:hover h4 {
  color: #1e2722
}

.audio_card:hover .label,
.audio_card:hover .other {
  color: #FFF
}

.social_link {
  display: inline-block;
  display: flex;
  flex-direction: row;
  align-items: center
}

.social_link>svg {
  position: relative;
  display: block;
  width: 24px
}

.social_link>span {
  margin-left: 8px;
  display: inline-block
}

.social_link.twitter>svg {
  top: 1px
}

.matariki-panel {
  padding: 2rem;
  color: #FFF
}

@media (min-width: 1312px) {
  .matariki-panel {
    padding-top: 50px;
    padding-bottom: 50px
  }
}

.matariki-panel {
  margin-left: -5vw;
  margin-right: -5vw;
  margin-bottom: 2.25em;
  box-sizing: border-box;
  padding-left: 5vw;
  padding-right: 5vw
}

@media (min-width: 1400px) {
  .matariki-panel {
    margin-left: -6vw;
    margin-right: -6vw;
    padding-left: 6vw;
    padding-right: 6vw
  }
}

@media (min-width: 1600px) {
  .matariki-panel {
    margin-left: -10vw;
    margin-right: -10vw;
    padding-left: 10vw;
    padding-right: 10vw
  }
}

.matariki-panel_header {
  align-items: flex-start
}

@media (min-width: 1312px) {
  .matariki-panel_header {
    display: flex;
    flex-direction: row
  }
}

.matariki-panel_header h2 {
  margin-bottom: 0.75em;
  display: block;
  line-height: 1em;
  color: #FFF
}

@media (min-width: 1312px) {
  .matariki-panel_header h2 {
    width: 50%
  }
}

.matariki-panel_header img {
  margin-bottom: 40px;
  display: none;
  width: 100%;
  max-width: 300px;
  flex-grow: 1
}

@media (min-width: 1312px) {
  .matariki-panel_header img {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    display: block;
    width: 50%;
    max-width: 400px
  }
}

.matariki-panel_heading {
  display: block !important
}

@media (min-width: 1312px) {
  .matariki-panel_heading {
    margin-top: 50px !important
  }
}

@media (min-width: 1600px) {
  .matariki-panel_heading {
    margin-top: 90px !important
  }
}

a.matariki-panel_link {
  display: block;
  border-bottom-width: 1px;
  border-style: solid;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #FFF;
  border-color: rgba(255, 255, 255, 0.2)
}

a.matariki-panel_link>span {
  margin-bottom: 0.25rem;
  display: block;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.1em
}

a.matariki-panel_link:hover {
  border-color: #ED615A;
  color: #FFF
}

a.matariki-panel_link:hover>span {
  text-decoration-line: underline
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0
}

.pointer-events-none {
  pointer-events: none
}

.visible {
  visibility: visible
}

.invisible {
  visibility: hidden
}

.static {
  position: static
}

.absolute {
  position: absolute
}

.relative {
  position: relative
}

.sticky {
  position: sticky
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px
}

.top-\[-1px\] {
  top: -1px
}

.left-0 {
  left: 0px
}

.right-0 {
  right: 0px
}

.top-0 {
  top: 0px
}

.top-\[-2vw\] {
  top: -2vw
}

.left-\[-2vw\] {
  left: -2vw
}

.top-\[1px\] {
  top: 1px
}

.top-\[-2px\] {
  top: -2px
}

.top-\[-10px\] {
  top: -10px
}

.left-\[-40px\] {
  left: -40px
}

.right-\[-140px\] {
  right: -140px
}

.left-\[6vw\] {
  left: 6vw
}

.bottom-0 {
  bottom: 0px
}

.z-0 {
  z-index: 0
}

.z-10 {
  z-index: 10
}

.col-span-4 {
  -ms-grid-column-span: 4;
  grid-column: span 4 / span 4
}

.col-span-1 {
  -ms-grid-column-span: 1;
  grid-column: span 1 / span 1
}

.m-0 {
  margin: 0px
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem
}

.-mx-\[4vw\] {
  margin-left: -4vw;
  margin-right: -4vw
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem
}

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

.my-\[32px\] {
  margin-top: 32px;
  margin-bottom: 32px
}

.mx-\[16px\] {
  margin-left: 16px;
  margin-right: 16px
}

.-my-\[10px\] {
  margin-top: -10px;
  margin-bottom: -10px
}

.mt-1 {
  margin-top: 0.25rem
}

.mt-4 {
  margin-top: 1rem
}

.mr-1 {
  margin-right: 0.25rem
}

.mb-4 {
  margin-bottom: 1rem
}

.mb-3 {
  margin-bottom: 0.75rem
}

.mb-0 {
  margin-bottom: 0px
}

.ml-auto {
  margin-left: auto
}

.mt-3 {
  margin-top: 0.75rem
}

.mt-\[16px\] {
  margin-top: 16px
}

.-mb-\[20vw\] {
  margin-bottom: -20vw
}

.mb-\[16px\] {
  margin-bottom: 16px
}

.mt-6 {
  margin-top: 1.5rem
}

.mr-6 {
  margin-right: 1.5rem
}

.mb-2 {
  margin-bottom: 0.5rem
}



.inline-block {
  display: inline-block
}

.inline {
  display: inline
}

.flex {
  display: flex
}

.table {
  display: table
}

.grid {
  display: -ms-grid;
  display: grid
}

.list-item {
  display: list-item
}

.hidden {
  display: none
}

.aspect-video {
  aspect-ratio: 16 / 9
}

.h-\[50\%\] {
  height: 50%
}

.h-\[92px\] {
  height: 92px
}

.h-full {
  height: 100%
}

.h-\[50px\] {
  height: 50px
}

.w-\[40px\] {
  width: 40px
}

.w-full {
  width: 100%
}

.w-\[180px\] {
  width: 180px
}

.w-\[92px\] {
  width: 92px
}

.w-\[35\%\] {
  width: 35%
}

.max-w-\[180px\] {
  max-width: 180px
}

.max-w-\[600px\] {
  max-width: 600px
}

.flex-shrink-0 {
  flex-shrink: 0
}

.flex-grow {
  flex-grow: 1
}

.flex-grow-0 {
  flex-grow: 0
}

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

.grid-cols-4 {
  -ms-grid-columns: minmax(0, 1fr) [4];
  grid-template-columns: repeat(4, minmax(0, 1fr))
}

.grid-cols-1 {
  -ms-grid-columns: minmax(0, 1fr) [1];
  grid-template-columns: repeat(1, minmax(0, 1fr))
}

.flex-row {
  flex-direction: row
}

.flex-col {
  flex-direction: column
}

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

.items-end {
  align-items: flex-end
}

.items-center {
  align-items: center
}

.items-baseline {
  align-items: baseline
}

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

.justify-center {
  justify-content: center
}

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

.gap-3 {
  gap: 0.75rem
}

.gap-1 {
  gap: 0.25rem
}

.gap-2 {
  gap: 0.5rem
}

.gap-x-\[38px\] {
  column-gap: 38px
}

.gap-x-2 {
  column-gap: 0.5rem
}

.gap-x-\[0px\] {
  column-gap: 0px
}

.self-start {
  align-self: flex-start
}

.overflow-hidden {
  overflow: hidden
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.rounded-md {
  border-radius: 0.375rem
}

.border {
  border-width: 1px
}

.border-y-\[2px\] {
  border-top-width: 2px;
  border-bottom-width: 2px
}

.border-b-2 {
  border-bottom-width: 2px
}

.border-b-\[2px\] {
  border-bottom-width: 2px
}

.border-b-\[3px\] {
  border-bottom-width: 3px
}

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

.border-t-\[2px\] {
  border-top-width: 2px
}

.border-solid {
  border-style: solid
}

.border-dashed {
  border-style: dashed
}

.border-el23-purple {
  border-color: #A70EBF
}

.border-el23-teal-deep {
  border-color: #DAF3F3
}

.border-black {
  border-color: #1e2722
}

.border-white {
  border-color: #FFF
}

.bg-el23-teal-deep {
  background-color: #DAF3F3
}

.bg-el23-teal {
  background-color: #EEFCFC
}

.bg-black {
  background-color: #1e2722
}

.bg-beige {
  background-color: #f6f6f4
}

.fill-el23-purple {
  fill: #A70EBF
}

.fill-current {
  fill: currentColor
}

.stroke-current {
  stroke: currentColor
}

.stroke-el23-purple {
  stroke: #A70EBF
}

.object-center {
  object-position: center
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem
}

.px-\[4vw\] {
  padding-left: 4vw;
  padding-right: 4vw
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem
}

.py-\[60px\] {
  padding-top: 60px;
  padding-bottom: 60px
}

.py-\[38px\] {
  padding-top: 38px;
  padding-bottom: 38px
}

.pb-5 {
  padding-bottom: 1.25rem
}

.pb-4 {
  padding-bottom: 1rem
}

.pt-0 {
  padding-top: 0px
}

.pt-2 {
  padding-top: 0.5rem
}

.pb-3 {
  padding-bottom: 0.75rem
}

.pl-\[16px\] {
  padding-left: 16px
}

.text-right {
  text-align: right
}

.font-ch-sans {
  font-family: Sohne, Noto Sans SC, Sohne, sans-serif
}

.font-ch-serif {
  font-family: Tiempos Text, Noto Serif SC, Tiempos Text, serif
}

.font-sans {
  font-family: Sohne, Helvetica, Noto Sans SC, sans-serif
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem
}

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

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem
}

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

.text-\[7vw\] {
  font-size: 7vw
}

.text-\[16px\] {
  font-size: 16px
}

.font-normal {
  font-weight: 400
}

.font-semibold {
  font-weight: 600
}

.font-bold {
  font-weight: 700
}

.font-black {
  font-weight: 900
}

.uppercase {
  text-transform: uppercase
}

.capitalize {
  text-transform: capitalize
}

.normal-case {
  text-transform: none
}

.leading-\[1\.24em\] {
  line-height: 1.24em
}

.leading-\[1em\] {
  line-height: 1em
}

.text-black {
  color: #1e2722
}

.text-el23-purple-deep {
  color: #800A93
}

.text-el23-purple {
  color: #A70EBF
}

.text-white {
  color: #FFF
}

.underline {
  text-decoration-line: underline
}

.no-underline {
  text-decoration-line: none
}

.opacity-25 {
  opacity: 0.25
}

.opacity-75 {
  opacity: 0.75
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.\_small_caps {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em
}

.\[audio_link_plain\:23451\] {
  audio_link_plain: 23451
}

.hover\:text-el23-purple-deep:hover {
  color: #800A93
}

.hover\:text-ping:hover {
  color: #ED615A
}

.hover\:underline:hover {
  text-decoration-line: underline
}

.hover\:decoration-el23-purple:hover {
  text-decoration-color: #A70EBF
}

.hover\:decoration-black:hover {
  text-decoration-color: #1e2722
}

.group:hover .group-hover\:no-underline {
  text-decoration-line: none
}

.group:hover .group-hover\:opacity-75 {
  opacity: 0.75
}

@media (min-width: 640px) {
  .xs\:hidden {
    display: none
  }

  .xs\:grid-cols-2 {
    -ms-grid-columns: minmax(0, 1fr) [2];
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
}

@media (min-width: 768px) {
  .sm\:order-2 {
    order: 2
  }

  .sm\:order-1 {
    order: 1
  }

  .sm\:col-span-5 {
    -ms-grid-column-span: 5;
    grid-column: span 5 / span 5
  }

  .sm\:col-span-3 {
    -ms-grid-column-span: 3;
    grid-column: span 3 / span 3
  }

  .sm\:col-span-2 {
    -ms-grid-column-span: 2;
    grid-column: span 2 / span 2
  }

  .sm\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px
  }

  .sm\:ml-0 {
    margin-left: 0px
  }

  .sm\:mr-0 {
    margin-right: 0px
  }

  .sm\:mt-0 {
    margin-top: 0px
  }

  .sm\:block {
    display: block
  }

  .sm\:inline-block {
    display: inline-block
  }

  .sm\:flex {
    display: flex
  }

  .sm\:hidden {
    display: none
  }

  .sm\:w-auto {
    width: auto
  }

  .sm\:w-1\/2 {
    width: 50%
  }

  .sm\:max-w-\[120px\] {
    max-width: 120px
  }

  .sm\:grid-cols-8 {
    -ms-grid-columns: minmax(0, 1fr) [8];
    grid-template-columns: repeat(8, minmax(0, 1fr))
  }

  .sm\:grid-cols-4 {
    -ms-grid-columns: minmax(0, 1fr) [4];
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }

  .sm\:grid-cols-2 {
    -ms-grid-columns: minmax(0, 1fr) [2];
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .sm\:flex-row {
    flex-direction: row
  }

  .sm\:justify-end {
    justify-content: flex-end
  }

  .sm\:gap-3 {
    gap: 0.75rem
  }

  .sm\:self-end {
    align-self: flex-end
  }

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem
  }

  .sm\:text-\[5vw\] {
    font-size: 5vw
  }
}

@media (min-width: 1000px) {
  .md\:absolute {
    position: absolute
  }

  .md\:top-\[-10vw\] {
    top: -10vw
  }

  .md\:left-0 {
    left: 0px
  }

  .md\:right-0 {
    right: 0px
  }

  .md\:col-span-8 {
    -ms-grid-column-span: 8;
    grid-column: span 8 / span 8
  }

  .md\:col-span-4 {
    -ms-grid-column-span: 4;
    grid-column: span 4 / span 4
  }

  .md\:col-span-1 {
    -ms-grid-column-span: 1;
    grid-column: span 1 / span 1
  }

  .md\:col-span-3 {
    -ms-grid-column-span: 3;
    grid-column: span 3 / span 3
  }

  .md\:mr-\[38px\] {
    margin-right: 38px
  }

  .md\:ml-0 {
    margin-left: 0px
  }

  .md\:mb-0 {
    margin-bottom: 0px
  }

  .md\:mr-3 {
    margin-right: 0.75rem
  }

  .md\:mt-0 {
    margin-top: 0px
  }

  .md\:block {
    display: block
  }

  .md\:hidden {
    display: none
  }

  .md\:h-full {
    height: 100%
  }

  .md\:w-\[100vw\] {
    width: 100vw
  }

  .md\:w-\[40\%\] {
    width: 40%
  }

  .md\:w-\[35\%\] {
    width: 35%
  }

  .md\:max-w-\[140px\] {
    max-width: 140px
  }

  .md\:grid-cols-12 {
    -ms-grid-columns: minmax(0, 1fr) [12];
    grid-template-columns: repeat(12, minmax(0, 1fr))
  }

  .md\:grid-cols-6 {
    -ms-grid-columns: minmax(0, 1fr) [6];
    grid-template-columns: repeat(6, minmax(0, 1fr))
  }

  .md\:grid-cols-4 {
    -ms-grid-columns: minmax(0, 1fr) [4];
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }

  .md\:grid-cols-1 {
    -ms-grid-columns: minmax(0, 1fr) [1];
    grid-template-columns: repeat(1, minmax(0, 1fr))
  }

  .md\:grid-cols-3 {
    -ms-grid-columns: minmax(0, 1fr) [3];
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .md\:flex-row {
    flex-direction: row
  }

  .md\:flex-nowrap {
    flex-wrap: nowrap
  }

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

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

  .md\:gap-3 {
    gap: 0.75rem
  }

  .md\:gap-x-\[38px\] {
    column-gap: 38px
  }

  .md\:self-center {
    -ms-grid-row-align: center;
    align-self: center
  }

  .md\:object-cover {
    object-fit: cover
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
  }

  .md\:pl-\[38px\] {
    padding-left: 38px
  }

  .md\:text-\[3vw\] {
    font-size: 3vw
  }
}

@media (min-width: 1312px) {
  .lg\:mr-4 {
    margin-right: 1rem
  }

  .lg\:block {
    display: block
  }

  .lg\:inline-block {
    display: inline-block
  }

  .lg\:inline {
    display: inline
  }

  .lg\:hidden {
    display: none
  }
}

@media (min-width: 1400px) {
  .xl\:-mx-\[6vw\] {
    margin-left: -6vw;
    margin-right: -6vw
  }

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

  .xl\:block {
    display: block
  }

  .xl\:w-\[30\%\] {
    width: 30%
  }

  .xl\:w-\[40\%\] {
    width: 40%
  }

  .xl\:px-\[6vw\] {
    padding-left: 6vw;
    padding-right: 6vw
  }
}

@media (min-width: 1600px) {
  .xxl\:-mx-\[10vw\] {
    margin-left: -10vw;
    margin-right: -10vw
  }

  .xxl\:px-\[10vw\] {
    padding-left: 10vw;
    padding-right: 10vw
  }
}