@font-face { font-family: "Inter"; font-style: normal; font-weight: 400; font-display: swap; src: url("/asset/font/inter/Inter-Regular.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: italic; font-weight: 400; font-display: swap; src: url("/asset/font/inter/Inter-Italic.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 600; font-display: swap; src: url("/asset/font/inter/Inter-SemiBold.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: italic; font-weight: 600; font-display: swap; src: url("/asset/font/inter/Inter-SemiBoldItalic.woff2") format("woff2"); }

@font-face { font-family: "Space Grotesk"; font-style: normal; font-weight: 500; font-display: swap; src: url("/asset/font/space-grotesk/SpaceGrotesk-Medium.woff2") format("woff2"); }
@font-face { font-family: "Space Grotesk"; font-style: normal; font-weight: 700; font-display: swap; src: url("/asset/font/space-grotesk/SpaceGrotesk-Bold.woff2") format("woff2"); }

body {
  background-color: rgb(240, 242, 241);
  font-family: "Inter", sans-serif;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button,
input,
optgroup,
select,
textarea {
  -moz-appearance: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

a,
.mailcheck_populate {
  color: rgb(0, 0, 238);
  cursor: pointer;
  text-decoration: underline;
}

a:visited {
  color: rgb(85, 26, 139);
}

header {
  background-color: rgb(255, 255, 255);
  padding: 20px;
}

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

header .flex .flex-gap {
  flex-grow: 1;
}

header .logo {
  display: block;
  height: 16px;
}

main {
  background-color: rgb(255, 255, 255);
  padding: 20px;
}

main section .row:not(:last-child) {
  margin-bottom: 20px;
}

main section .row_heading > *:not(:last-child) {
  margin-bottom: 10px;
}

main section .row_heading .row_heading-description {
  line-height: 1.4;
  margin-top: -5px;
}

main section .row_heading .article_meta {
  display: flex;
  list-style: none;
}

main section .row_heading .article_meta li {
  color: #888;
  line-height: 1.4;
}

main section .row fieldset {
  border: 0;
  border-top: 1px solid rgb(211, 217, 212);
  margin: 40px 0;
  text-align: center;
}

main section .row fieldset legend {
  color: rgba(0, 0, 0, 0.5);
  font-size: 90%;
  letter-spacing: 2px;
  line-height: 1.4;
  padding: 0 10px;
  text-transform: uppercase;
}

footer {
  background-color: rgb(70, 72, 71);
  color: rgb(245, 245, 245);
  padding: 20px;
}

footer a,
footer a:visited {
    color: rgb(255, 255, 255);
}

footer .row:not(:last-child) {
    margin-bottom: 20px;
}

footer .navigation-main {
  display: inline-flex;
  font-family: "Space Grotesk";
  font-size: 1.14em;
  gap: 15px;
  letter-spacing: -0.5px;
  line-height: 1.4;
}

footer .navigation-main a {
  text-decoration: none;
}

footer .divider {
    border-top: 1px solid rgba(245, 245, 245, 0.2);
}

/* Aria
=============== */

.aria_item {
  position: relative;
}

.aria_link {
  cursor: pointer;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* Articles
=============== */

.article_grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  list-style: none;
}

.article_grid .article_grid-title {
  display: inline-block;
  font-size: 120%;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 5px;
}

.article_grid .article_grid-created,
.article_grid .article_grid-description {
  line-height: 1.4;
}

.article_grid .article_grid-created {
  color: #888;
}

/* Breadcrumbs
=============== */

.breadcrumbs {
  color: rgba(0, 0, 0, 0.3);
  font-size: 90%;
  margin: 0;
  padding: 0;
}

.breadcrumbs li {
  display: inline;
  line-height: 1.4;
}

.breadcrumbs li:not(:last-child):after {
  content: ">";
  padding-left: 5px;
  padding-right: 3px;
}

.breadcrumbs a,
.breadcrumbs a:visited,
.breadcrumbs span {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

/* Button
=============== */

.btn,
.btn:visited {
  position: relative;
  z-index: 1;
  overflow: visible;
  display: inline-block;
  padding: 8px;
  border: 1px solid rgb(153, 153, 153);
  border-bottom-color: rgb(136, 136, 136);
  border-radius: 3px;
  font-size: inherit;
  font-family: inherit;
  line-height: 1 !important;
  margin: 0;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  color: rgb(51, 51, 51);
  background-color: rgb(238, 238, 238);
  background-image: linear-gradient(#f5f6f6, #e4e4e3);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 rgb(255, 255, 255);
}

.btn[disabled],
.btn:disabled,
.btn.disabled {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}

.form_newsletter .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.form_group:not(:last-child) {
  margin-bottom: 10px;
}

.form_group_button {
  margin-top: 20px;
}

.form_label {
  display: block;
  line-height: 1.4;
  margin-bottom: 5px;
}

.form_input {
  border: 1px solid rgb(211, 217, 212);
  border-radius: 3px;
  box-sizing: border-box;
  font-family: inherit;
  line-height: 1.2;
  padding: 8px;
  width: 100%;
}

.form_newsletter .form_input {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.form_input-hint {
  color: #65717d;
  font-size: 90%;
  line-height: 1.4;
  margin-top: 5px;
}

.has_error .form_input,
.form_input.is-error,
.has_error .form_select,
.form_select.is-error {
  background-color: #FEF6F6;
  border-color: rgb(247, 132, 131);
}

.has_error .form_input-hint,
.is-error + .form_input-hint {
    color: rgb(228, 16, 14);
}

/* Headings
=============== */

h1,
h2,
h3,
h4,
h5 {
  font-family: "Space Grotesk";
  font-weight: 700;
  line-height: 0.9;
}

h1,
.text-size-h1 {
  font-size: 1.8em;
  letter-spacing: -1px;
}

h2,
.text-size-h2 {
  font-size: 1.6em;
}

h3,
.text-size-h3 {
  font-size: 1.21em;
  letter-spacing: -0.5px;
}

h4,
.text-size-h4 {
  font-size: 1.14em;
}

h5,
.text-size-h5 {
  font-size: 1.07em;
}

/* Wrap
=============== */

#wrap {
  margin-right: auto;
  margin-left: auto;
  max-width: 860px;
}

/* Markdown
============ */

.markdown > *:not(:last-child) {
  margin-bottom: 15px;
}

.markdown.page h3:not(:first-child) {
  margin-top: 30px;
}

.markdown p,
.markdown li {
  line-height: 1.4;
}

.markdown .markdown-intro {
  font-size: 110%;
}

.markdown strong {
  font-weight: 600;
}

.markdown ul,
.markdown ol {
  margin: 0 0 0 18px;
  padding: 0;
}

.markdown ul ul,
.markdown ul ol,
.markdown ol ul,
.markdown ol ol {
  margin: 5px 0 0 18px;
}

.markdown li:not(:last-child) {
  margin-bottom: 5px;
}

.markdown small {
  color: #888;
  font-size: 90%;
  line-height: 1.4;
}

.markdown small a {
  color: #666;
}

/* Media Grid
=============== */

.media_grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  list-style: none;
  margin-left: 0 !important;
}

.media_grid img {
  display: block;
  width: 100%;
}

/* Newsletter
=============== */

.newsletter {
  margin-right: auto;
  margin-left: auto;
  max-width: 500px;
}

.newsletter > *:not(:last-child) {
  margin-bottom: 15px;
}

.newsletter .newsletter_icon {
  background: linear-gradient(to left, #E9E4F0, #D3CCE3);
  border-radius: 3px;
  display: block;
  height: 80px;
  margin-bottom: 30px;
  width: 80px;
}

.newsletter .newsletter_competition {
  background-color: #fafafa;
  border: 1px solid #9544ed;
  border-radius: 2px;
  padding: 15px;
}

.newsletter .newsletter_competition > *:not(:last-child) {
  margin-bottom: 10px;
}

.newsletter .newsletter_intro {
  font-size: 120%;
}

.newsletter p {
  line-height: 1.4;
}

.newsletter strong {
  font-weight: 600;
}

.newsletter_flex {
  display: flex;
}

/* Page
============ */

.page {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

/* Poll
============ */

.poll_wrap {
  border: 1px solid rgb(211, 217, 212);
  border-radius: 2px;
  padding: 20px;
}

.poll_meta {
  border-top: 1px solid rgb(211, 217, 212);
  display: flex;
  font-size: 90%;
  gap: 10px;
  list-style: none;
  margin-top: 15px;
  padding-top: 10px;
}

.poll_meta li {
  opacity: 0.75;
}

.poll_meta li:not(:last-child):after {
  content: "•";
  padding-left: 10px;
}

.votes {
  list-style: none;
  margin: 0;
  padding: 0;
}

.votes li {
  position: relative;
}

.votes li:not(:last-child) {
  margin-bottom: 10px;
}

.votes .votes-background {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: 0;
}

.votes .votes-background-fill {
  background-color: pink;
  border-radius: 3px;
  height: 100%;
}

.votes .votes-text {
  display: flex;
  padding: 5px;
  position: relative;
  z-index: 1;
}

.votes .votes-text-option {
  flex-grow: 1;
}

/* Sitemap
============ */

.sitemap > *:not(:last-child) {
  margin-bottom: 20px;
}

.sitemap .sitemap-group h3 {
  margin-bottom: 10px;
}

.sitemap .sitemap-group ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sitemap .sitemap-group ul li {
  line-height: 1.6;
}

/* Slider Controls
=============== */

.slider_controls {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  padding-top: 15px;
}

.slider_controls button {
  background: none;
  border: 0;
  display: inline-block;
  height: 24px;
  padding: 0;
  text-indent: -5000px;
  width: 24px;
}

.slider_controls .next {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxwYXRoIGQ9Ik01IDEyaDEzTTEyIDVsNyA3LTcgNyIvPjwvc3ZnPg==");
}

.slider_controls .prev {
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxwYXRoIGQ9Ik0xOSAxMkg2TTEyIDVsLTcgNyA3IDciLz48L3N2Zz4=");
}

.slider_controls .slick-disabled {
  opacity: 0.25;
}

/* Support Blocks & Services
=============== */

.support_services {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 450px) {

  .support_services {
    grid-template-columns: repeat(2, 1fr);
  }

}

.support_services > li {
  border: 1px solid rgb(211, 217, 212);
  border-radius: 3px;
  padding: 15px;
}

.support_services-content h4 {
  margin-bottom: 10px;
}

.support_services-content p {
  line-height: 1.4;
}

.support_services-meta {
  line-height: 1.4;
  list-style: none;
  margin: 0;
  margin-top: 5px;
  padding: 0;
}

/* Toast
=============== */

.toast {
  background-color: #fafafa;
  border: 1px solid #ccd0d3;
  border-radius: 2px;
  display: grid;
  grid-template-columns: 50px 1fr;
}

.toast:before {
  background-color: #ccd0d3;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIxMCI+PC9jaXJjbGU+PHBvbHlsaW5lIHBvaW50cz0iMTIgNiAxMiAxMiAxNiAxNCI+PC9wb2x5bGluZT48L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: center 18px;
  background-size: 20px;
  content: "";
  width: 50px;
}

.toast .toast-content {
  padding: 15px;
}

.toast .toast-content > *:not(:last-child) {
  margin-bottom: 5px;
}

.toast .toast-content p {
  line-height: 1.4;
}

.toast .toast-content strong {
  color: #344151;
  font-weight: 600;
  line-height: 1.4;
}

.toast.toast-success {
  /* background-color: #e7f7e8; */
  background-color: #f3fbf4;
  border: 1px solid #36a940;
}

.toast.toast-success:before {
  background-color: #36a940;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cGF0aCBkPSJNMjIgMTEuMDhWMTJhMTAgMTAgMCAxIDEtNS45My05LjE0Ij48L3BhdGg+PHBvbHlsaW5lIHBvaW50cz0iMjIgNCAxMiAxNC4wMSA5IDExLjAxIj48L3BvbHlsaW5lPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: center 18px;
  background-size: 20px;
  content: "";
  width: 50px;
}

.toast.toast-success .toast-content strong {
  color: #26772c;
}

.toast.toast-error {
  /* background-color: #fde4e3; */
  background-color: #fef2f1;
  border: 1px solid #e4100f;
}

.toast.toast-error:before {
  background-color: #e4100f;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIxMCI+PC9jaXJjbGU+PGxpbmUgeDE9IjEyIiB5MT0iOCIgeDI9IjEyIiB5Mj0iMTIiPjwvbGluZT48bGluZSB4MT0iMTIiIHkxPSIxNiIgeDI9IjEyLjAxIiB5Mj0iMTYiPjwvbGluZT48L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: center 18px;
  background-size: 20px;
  content: "";
  width: 50px;
}

.toast.toast-error .toast-content strong {
  color: #a40c0b;
}


@media screen and (max-width: 768px) {

  header {
    border-bottom: 1px solid rgb(211, 217, 212);
  }

  footer .navigation-main {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  footer .navigation-second {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

}

@media screen and (min-width: 769px) {

  header {
    padding: 40px;
    padding-bottom: 0;
  }

  header .row {
    border-bottom: 1px solid rgb(211, 217, 212);
    padding-bottom: 20px;
  }

  header .flex {
    justify-content: center;
  }

  main {
    padding: 40px;
  }

  footer {
    padding: 40px;
  }

  footer .navigation-main {
    gap: 15px;
  }

  footer .navigation-second {
    display: inline-flex;
    gap: 15px;
  }

  /* Media Grid
  =============== */

  .media_grid-2 {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  /* Page
  ============ */

  .page {
    grid-template-columns: repeat(3, 1fr);
  }

  .page_2_column {
    grid-column: span 2;
  }

  /* Sitemap
  ============ */

  .article_grid {
    grid-template-columns: repeat(3, 1fr);
  }

  /* Sitemap
  ============ */

  .sitemap {
    columns: 3;
    gap: 20px;
  }

  .sitemap .sitemap-group {
    break-inside: avoid;
  }

  /* Support Blocks & Services
  =============== */

  .support_services {
    grid-template-columns: repeat(3, 1fr);
  }

}
