/* Zotonic scss main file, setting our preferences. */
/* -------begin customization-------- */
/* ------tufte css settings-------- */
/* -------Bootstrap customization-------- */
/* -------Grid break points-------- */
/* -------Include bootstrap basic settings-------- */
/*! 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;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/* -------Extra site definitions-------- */
/* -------end customization-------- */
/* finally, import Bootstrap to set the changes! */
table {
  background-color: transparent;
}
table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 21px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fffffc;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 21px;
  font-size: 22.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 15px;
  line-height: 1.428571429;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #b0b0b0;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 35px;
  }
  input[type=date].input-sm, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm input[type=month] {
    line-height: 31px;
  }
  input[type=date].input-lg, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg input[type=month] {
    line-height: 48px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 21px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px \9 ;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.form-control-static {
  min-height: 36px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg, .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

.input-sm {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0;
}

select.input-sm {
  height: 31px;
  line-height: 31px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0;
}
.form-group-sm select.form-control {
  height: 31px;
  line-height: 31px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 31px;
  min-height: 34px;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 1.5;
}

.input-lg {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 0;
}

select.input-lg {
  height: 48px;
  line-height: 48px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 0;
}
.form-group-lg select.form-control {
  height: 48px;
  line-height: 48px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 48px;
  min-height: 40px;
  padding: 11px 16px;
  font-size: 19px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 43.75px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 48px;
  height: 48px;
  line-height: 48px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 31px;
  height: 31px;
  line-height: 31px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 26px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #515151;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 28px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 19px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 13px;
  }
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/* -------begin customization-------- */
/* create new custom classes from existing classes */
/* -------end customization-------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --primaryColor: #1C9DD4;
  --typographyColor: #202123;
  --fontFamily: "Roboto", arial, sans-serif;
  --mainMargin: 3rem;
}
@media only screen and (min-width: 800px) {
  :root {
    --mainMargin: 5rem;
  }
}

html {
  font-size: 10px;
}

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

.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}
.visually-hidden:hover, .visually-hidden:active, .visually-hidden:focus, .visually-hidden:focus:active {
  position: fixed !important;
  width: 100% !important;
  clip: auto;
  overflow: visible;
  height: auto;
  z-index: 2000;
}

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

.sr-only-focusable:focus,
.sr-only-focusable:active {
  clip: auto !important;
  -webkit-clip-path: none !important;
  clip-path: none !important;
  height: auto !important;
  margin: auto !important;
  overflow: visible !important;
  width: auto !important;
  white-space: normal !important;
}

.skip-link {
  display: block;
  position: relative;
  z-index: 1002;
  background-color: white;
  font-size: 2rem;
  line-height: 2.6rem;
  color: var(--primaryColor);
  text-align: center;
}

body {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: white;
  color: var(--typographyColor);
  line-height: 1.7;
  font-family: var(--fontFamily);
  font-size: 1.6rem;
  font-weight: 300;
  font-display: swap;
}
body main {
  flex: 1 0 auto;
  min-height: 60rem;
}
body .c-footer {
  flex-shrink: 0;
}

#top {
  position: absolute;
  top: 0;
  left: 0;
}

audio {
  width: 100%;
}

body {
  color: var(--typographyColor);
  line-height: 1.6;
  font-family: var(--fontFamily);
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 1024px) {
  body {
    font-size: 1.8rem;
  }
}

a {
  color: currentColor;
  text-decoration: none;
}
a:hover, a:active, a:focus, a:focus:active {
  color: currentColor;
  text-decoration: underline;
}

a[href*=youtube],
a[href*=google],
a[href*=vimeo] {
  word-break: break-all;
}

b, strong {
  font-weight: bold;
}

img {
  max-width: 100%;
  border-radius: 0;
}

h1, h2, h3, h4, p, ol, ul, table {
  margin: 0 0 1em 0;
  font-feature-settings: "lnum";
  font-family: var(--fontFamily);
}

h1, h2, h3 {
  font-weight: 400;
  line-height: 1.2;
}

.h1,
h1 {
  font-size: 3rem;
  margin-bottom: 0.5em;
  font-weight: 400;
  color: var(--primaryColor);
}
@media only screen and (min-width: 800px) {
  .h1,
  h1 {
    font-size: 4rem;
  }
}

.h2,
h2 {
  font-size: 2rem;
  margin-bottom: 0.8em;
  font-weight: 400;
  color: var(--primaryColor);
}
@media only screen and (min-width: 800px) {
  .h2,
  h2 {
    font-size: 2.8rem;
  }
}

.h3,
h3 {
  font-size: 1.8rem;
  margin-bottom: 0.8em;
}
@media only screen and (min-width: 800px) {
  .h3,
  h3 {
    font-size: 2.1rem;
  }
}

.h4,
h4 {
  font-size: 1.8rem;
  margin-bottom: 0.5em;
  font-weight: 300;
  line-height: 1.2;
}

.title-card {
  margin: 0;
  font-size: 2rem;
  color: var(--primaryColor);
  font-weight: 400;
}

.subtitle-card {
  font-size: 1.7rem;
  font-weight: 400;
}

.summary:not(h1, h2, h3) {
  font-size: 1.1em;
  line-height: 1.4;
}
@media only screen and (min-width: 800px) {
  .summary:not(h1, h2, h3) {
    font-size: 1.3em;
  }
}

.summary-small {
  font-size: 1.8rem;
  line-height: 1.6;
}

.color-primary {
  color: var(--primaryColor);
}

.small-title {
  color: var(--primaryColor);
  font-size: 1.3em;
}

.body-text h2 + h3 {
  margin-top: -1em;
  font-weight: 300;
}
.body-text a:not(.c-btn) {
  color: var(--primaryColor);
  text-decoration: underline;
}
.body-text a:not(.c-btn):hover, .body-text a:not(.c-btn):active, .body-text a:not(.c-btn):focus, .body-text a:not(.c-btn):focus:active {
  text-decoration: none;
}
.body-text ul, .body-text ol {
  padding-left: 1em;
  margin-left: 0;
}

blockquote {
  padding: 0;
  margin: 2em 0;
  border: none;
  font-size: 1.1em;
  line-height: 1.5;
  color: var(--primaryColor);
  font-style: italic;
}
blockquote p {
  display: inline;
}
blockquote:before, blockquote:after {
  content: '"';
}
@media only screen and (min-width: 800px) {
  blockquote {
    font-size: 1.3em;
  }
}

@media only screen and (min-width: 800px) {
  .o-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 2.5rem;
  }
  .o-grid.-grid-small-gap {
    grid-gap: 4px;
  }
}

.o-grid.-grid-three .c-card {
  grid-column: span 4;
}
.o-grid.-grid-three .c-card__image {
  aspect-ratio: 2/1;
}

.o-grid.-grid-two .c-card {
  grid-column: span 6;
}
.o-grid.-grid-two .c-card__image {
  aspect-ratio: 2/1;
}

.o-main-container {
  width: 100%;
  max-width: 188rem;
  margin: 0 auto;
}

.o-min-container {
  width: 95%;
  max-width: 188rem;
  margin: 0 auto;
}

.o-max-container {
  width: 95%;
  margin: 0 auto;
}
@media only screen and (min-width: 800px) {
  .o-max-container {
    width: calc(100% - 5rem);
  }
}

.o-page-content {
  margin-top: var(--mainMargin);
}
@media only screen and (min-width: 800px) {
  .o-page-content {
    grid-column: span 12;
    max-width: 80ch;
  }
}
@media only screen and (min-width: 1024px) {
  .o-page-content {
    grid-column: 3/11;
  }
}

@media only screen and (min-width: 800px) {
  .o-project-list .c-card-simple {
    grid-column: span 6;
  }
}
@media only screen and (min-width: 1024px) {
  .o-project-list .c-card-simple {
    grid-column: span 3;
  }
  .o-project-list .c-card-simple:nth-child(1), .o-project-list .c-card-simple:nth-child(6), .o-project-list .c-card-simple:nth-child(11), .o-project-list .c-card-simple:nth-child(16) {
    grid-column: span 6;
  }
  .o-project-list .c-card-simple:nth-child(1) .c-card__image, .o-project-list .c-card-simple:nth-child(6) .c-card__image, .o-project-list .c-card-simple:nth-child(11) .c-card__image, .o-project-list .c-card-simple:nth-child(16) .c-card__image {
    aspect-ratio: 2/0.995;
  }
}

.o-profile {
  margin-top: var(--mainMargin);
}

.o-profile__img {
  width: 100%;
  height: auto;
  margin: 0 0 1em;
}
@media only screen and (min-width: 800px) {
  .o-profile__img {
    grid-column: span 5;
  }
}

.o-profile__content {
  width: 95%;
  margin: 0 auto;
  align-items: start;
}
.o-profile__content h1 {
  margin-bottom: 0.3em;
}
.o-profile__content h2 {
  margin: 0 0 0.2em;
  color: currentColor;
}
.o-profile__content time {
  font-style: italic;
  font-size: 0.9em;
}
@media only screen and (min-width: 800px) {
  .o-profile__content {
    grid-column: 7/12;
    margin: 0;
  }
}

.c-btn {
  display: inline-flex;
  align-items: center;
  min-height: 5rem;
  padding: 0 1.3em;
  background: none;
  border: 1px solid currentColor;
  color: var(--primaryColor);
  text-decoration: none;
  font-weight: 400;
  font-size: 1.6rem;
  transition: color 0.2s, border-color 0.2s;
  border-radius: 25px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.c-btn.-full {
  width: 100%;
  justify-content: center;
}
.c-btn:hover, .c-btn:active, .c-btn:focus, .c-btn:focus:active {
  text-decoration: none;
  color: var(--typographyColor);
}

.c-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
  font-size: 2rem;
}

.c-btn-download svg {
  width: auto;
  height: auto;
}

.body-text .c-btn-primary:before {
  content: "";
  width: 2rem;
  height: 1.4rem;
  background: url("/lib/images/arrow-right.svg") no-repeat;
  background-size: contain;
}

.c-btn-text {
  display: inline-flex;
  align-items: center;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}
.c-btn-text svg {
  margin-right: 1.5rem;
}
.c-btn-text.-icon-after svg {
  margin-right: 0;
  margin-left: 0.7rem;
}
.c-btn-text.-rotate-arrow svg {
  transform: rotate(-180deg);
}

.c-btn-arrow {
  display: inline-flex;
  align-items: center;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}
.c-btn-arrow:before {
  content: "";
  width: 2rem;
  height: 1.3rem;
  margin-right: 1.5rem;
  background: url("/lib/images/arrow-right.svg");
}

.c-btn-admin-edit {
  padding: 1rem 2rem;
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  z-index: 900;
  background: #FFBF00;
}

.c-btn-social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid var(--typographyColor);
  border-radius: 50%;
  opacity: 0.7;
}
.c-btn-social svg {
  height: 60%;
}
.c-btn-social:hover, .c-btn-social:active, .c-btn-social:focus, .c-btn-social:focus:active {
  opacity: 1;
}

.c-btn-cover:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  background: transparent;
}
.c-btn-cover:hover, .c-btn-cover:active, .c-btn-cover:focus, .c-btn-cover:focus:active {
  text-decoration: none;
}

.c-btn-tag-remove {
  display: flex;
  align-items: center;
  padding: 0.2em 2.5em 0.2em 1.2em;
  position: relative;
  border-radius: 25px;
  color: var(--primaryColor);
  border: 1px solid var(--primaryColor);
  font-size: 0.9em;
  text-decoration: none;
  white-space: nowrap;
}
.c-btn-tag-remove span {
  font-size: 2.2em;
  transform: rotate(45deg);
  font-weight: 300;
  position: absolute;
  right: 12px;
}
.c-btn-tag-remove:hover, .c-btn-tag-remove:active, .c-btn-tag-remove:focus, .c-btn-tag-remove:focus:active {
  color: var(--typographyColor);
  border-color: var(--typographyColor);
  text-decoration: none;
}

.c-block {
  --video-width: 150%;
  --video-height: 150%;
  padding: var(--mainMargin) 0;
}
.c-block.-margin-small {
  padding: 2px 0;
}
.c-block.-margin-medium {
  padding: calc(var(--mainMargin) / 4) 0;
}
.c-block img {
  height: auto;
}
.c-block .body-text .c-btn {
  margin-top: 1em;
}
.c-block .subtitle {
  margin-bottom: var(--mainMargin);
}
.c-block.-centered {
  display: flex;
  justify-content: center;
}

.c-block-title {
  margin-top: var(--mainMargin);
}

.c-block-media img {
  display: block;
  height: auto;
}
.c-block-media .c-block__image-container.-video {
  aspect-ratio: 2/1;
}
@media only screen and (min-width: 800px) {
  .c-block-media {
    align-items: stretch;
  }
  .c-block-media.-height-70 .c-block__media a {
    height: 70vh;
  }
  .c-block-media.-height-100 .c-block__media a {
    height: auto;
  }
  .c-block-media.-height-100 .c-block__media img {
    width: 100%;
    height: auto;
    object-fit: fill;
  }
  .c-block-media .c-block__media {
    position: relative;
    grid-column: span 12;
  }
  .c-block-media .c-block__media a {
    display: block;
    height: 60vh;
    overflow: hidden;
  }
  .c-block-media .c-block__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .c-block-media.-double .c-block__media {
    grid-column: span 6;
  }
}

.c-block__media + .c-block__media {
  margin-top: 4px;
}
@media only screen and (min-width: 800px) {
  .c-block__media + .c-block__media {
    margin-top: 0;
  }
}

.embed-responsive {
  position: relative;
}
.embed-responsive iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-block-text .c-block__column {
  position: relative;
  margin-bottom: var(--mainMargin);
}
.c-block-text .body-text {
  width: 90%;
}
.c-block-text .c-block__image-container {
  display: block;
  aspect-ratio: 2/1;
}
.c-block-text .c-block__image-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.c-block-text .c-block__media {
  flex-shrink: 0;
  margin-bottom: var(--mainMargin);
  overflow: hidden;
}
@media only screen and (min-width: 800px) {
  .c-block-text.-align-center {
    align-items: center;
  }
  .c-block-text.-align-bottom {
    align-items: end;
  }
  .c-block-text .c-block__column {
    grid-column: span 8;
    margin-bottom: 0;
  }
  .c-block-text.-double .c-block__column {
    grid-column: span 6;
    display: flex;
    flex-flow: column nowrap;
  }
  .c-block-text.-double .c-block__column .body-text {
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
  }
  .c-block-text.-double .c-block__column p:has(a.c-btn) {
    margin-top: auto;
  }
}

.c-block__downloads .c-btn {
  margin: 1em 1em 0 0;
}

.c-block__text {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 800px) {
  .c-block__text {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.c-block-text-media .c-block__media {
  margin-bottom: var(--mainMargin);
}
.c-block-text-media .c-block__media a {
  display: block;
}
.c-block-text-media .c-block__text {
  margin-bottom: var(--mainMargin);
}
.c-block-text-media .c-block__text h1 a,
.c-block-text-media .c-block__text h2 a {
  text-decoration: none;
}
.c-block-text-media .c-block__image-container {
  aspect-ratio: 2/1;
}
@media only screen and (min-width: 800px) {
  .c-block-text-media {
    align-items: center;
    justify-content: space-between;
  }
  .c-block-text-media .c-block__media {
    grid-column: span 7;
    margin-bottom: 0;
  }
  .c-block-text-media .c-block__text {
    grid-column: 9/12;
    margin-bottom: 0;
  }
  .c-block-text-media.-align-right .c-block__media {
    grid-column: span 7;
    grid-column-end: 13;
    grid-row: 1;
    margin-bottom: 0;
  }
  .c-block-text-media.-align-right .c-block__text {
    grid-column: 2/5;
    grid-row: 1;
  }
}

.c-block-gallery__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  padding: 0;
  margin: 0;
  list-style: none;
  margin: 3rem auto 0;
}
.c-block-gallery__list li {
  grid-column: span 2;
}
.c-block-gallery__list a {
  position: relative;
}
.c-block-gallery__list img {
  display: block;
}
@media only screen and (min-width: 800px) {
  .c-block-gallery__list {
    grid-template-columns: repeat(12, 1fr);
  }
}

.c-block-gallery_more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 7rem;
  height: 7rem;
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(0, 0, 0, 0.3);
  font-weight: bold;
  font-size: 2em;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.c-block-collection h2 {
  margin-bottom: var(--mainMargin);
}

.c-block-collection__read-more {
  display: flex;
  justify-content: center;
}

.c-card {
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
  font-weight: 400;
  font-size: 1.6rem;
}
.c-card .subtitle-card {
  margin-top: 0.5rem;
}
.c-card a {
  text-decoration: none;
  color: currentColor;
}
.c-card time {
  display: block;
  margin-top: 1em;
  font-style: italic;
  font-size: 0.8em;
}
.c-card .c-btn-text {
  margin-top: auto;
}
.c-card:hover img, .c-card:active img, .c-card:focus img, .c-card:focus:active img {
  transform: scale(1.1);
}
.c-card:hover .c-btn-text, .c-card:active .c-btn-text, .c-card:focus .c-btn-text, .c-card:focus:active .c-btn-text {
  color: var(--primaryColor);
}
@media only screen and (min-width: 800px) {
  .c-card {
    grid-column: span 3;
    display: flex;
    flex-flow: column nowrap;
  }
}

.c-card__content {
  padding: 2rem 3rem 2rem 0;
}
@media only screen and (min-width: 800px) {
  .c-card__content {
    flex-grow: 1;
    display: flex;
    flex-flow: column nowrap;
  }
}

.c-card__image {
  display: flex;
  width: 100%;
  height: 30vh;
  align-items: center;
  justify-content: center;
  background: #f0f0f0;
  overflow: hidden;
  color: var(--primaryColor);
}
.c-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.3s;
}
@media only screen and (min-width: 800px) {
  .c-card__image {
    aspect-ratio: 1/1;
    height: auto;
  }
}

.c-card__cat {
  display: block;
  margin-bottom: 1rem;
  color: var(--primaryColor);
}

.c-card__text {
  margin: 1em 0;
}

.c-card-simple {
  position: relative;
}
.c-card-simple:hover img, .c-card-simple:active img, .c-card-simple:focus img, .c-card-simple:focus:active img {
  transform: scale(1.1);
}
.c-card-simple .subtitle-card {
  margin-top: 0.5em;
}

.c-card-search {
  margin-bottom: var(--mainMargin);
  position: relative;
}
.c-card-search .c-card__image {
  aspect-ratio: 2/0.995;
}
@media only screen and (min-width: 800px) {
  .c-card-search {
    display: flex;
    gap: var(--mainMargin);
  }
  .c-card-search .c-card__image {
    flex-shrink: 0;
    width: 40rem;
  }
}

.c-card.-person .c-btn-text {
  margin-top: 1rem;
}
.c-card.-person .c-card__image {
  height: auto;
}

.c-card-featured {
  align-items: start;
}
.c-card-featured a {
  text-decoration: none;
}
.c-card-featured h1, .c-card-featured h2 {
  margin-bottom: 2rem;
}
.c-card-featured time {
  display: block;
  margin-bottom: 4rem;
}

.c-card-featured__media img {
  height: auto;
}
@media only screen and (min-width: 800px) {
  .c-card-featured__media {
    grid-column: span 7;
    grid-column-end: 13;
    grid-row: 1;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 800px) {
  .c-card-featured__text {
    grid-column: 1/5;
    grid-row: 1;
  }
}

.c-cta {
  display: flex;
  flex-flow: column wrap;
  justify-content: end;
  min-height: 25vh;
  position: relative;
  background-size: cover;
  background-position: center center;
  color: #fff;
}
.c-cta h2 {
  padding-left: 3.3rem;
  position: relative;
  z-index: 20;
  color: currentcolor;
  font-size: 1.3em;
}
.c-cta svg {
  margin-right: 1.5rem;
}
.c-cta a {
  text-underline-offset: 0.1em;
  text-decoration: underline;
}
.c-cta a:hover, .c-cta a:active, .c-cta a:focus, .c-cta a:focus:active {
  text-decoration: none;
}
.c-cta ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  z-index: 20;
}
.c-cta li {
  margin-bottom: 1rem;
}
.c-cta:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 1024px) {
  .c-cta {
    min-height: 40vh;
  }
}

.c-dropdown {
  display: flex;
  align-items: center;
  position: relative;
}
.c-dropdown.-is-open ul {
  display: block;
}
.c-dropdown button {
  display: inline-block;
  width: 3rem;
  background: none;
  border: 1px solid transparent;
}

.c-dropdown__foldout {
  padding: 0;
  margin: 0;
  list-style: none;
  padding: 1.3rem 3rem;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  background: #fff;
  font-size: 0.9em;
}
.c-dropdown__foldout li {
  margin-bottom: 0.8rem;
}
.c-dropdown__foldout a {
  display: block;
  white-space: nowrap;
}
.c-dropdown__foldout a.-is-active {
  color: var(--primaryColor);
  text-decoration: none;
}

:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75;
}

.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
}

.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  animation: f-spinner-rotate 2s linear infinite;
}

.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none;
}

.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1);
}

.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  animation: f-spinner-dash 2s ease-in-out infinite;
}

@keyframes f-spinner-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.f-throwOutUp {
  animation: 0.175s ease-out both f-throwOutUp;
}

.f-throwOutDown {
  animation: 0.175s ease-out both f-throwOutDown;
}

@keyframes f-throwOutUp {
  to {
    transform: translate3d(0, -150px, 0);
    opacity: 0;
  }
}
@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, 150px, 0);
    opacity: 0;
  }
}
.f-zoomInUp {
  animation: var(--f-transition-duration, 0.2s) ease-out 0.1s both f-zoomInUp;
}

.f-zoomOutDown {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-zoomOutDown;
}

@keyframes f-zoomInUp {
  from {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-zoomOutDown {
  to {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
.f-fadeIn {
  animation: var(--f-transition-duration, 0.2s) ease both f-fadeIn;
  z-index: 2;
}

.f-fadeOut {
  animation: var(--f-transition-duration, 0.2s) ease both f-fadeOut;
  z-index: 1;
}

@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}
.f-fadeSlowIn {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2;
}

.f-fadeSlowOut {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1;
}

@keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}
.f-fadeFastIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2;
}

.f-fadeFastOut {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastOut;
  z-index: 2;
}

@keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}
.f-crossfadeIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2;
}

.f-crossfadeOut {
  animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
  z-index: 1;
}

@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}
.f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
}

.f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
}

.f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
}

.f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
}

@keyframes f-slideInPrev {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideInNext {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideOutNext {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes f-slideOutPrev {
  100% {
    transform: translateX(100%);
  }
}
.f-classicIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  z-index: 2;
}

.f-classicIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  z-index: 2;
}

.f-classicOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  z-index: 1;
}

.f-classicOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  z-index: 1;
}

@keyframes f-classicInNext {
  0% {
    transform: translateX(-75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicInPrev {
  0% {
    transform: translateX(75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicOutNext {
  100% {
    transform: translateX(-75px);
    opacity: 0;
  }
}
@keyframes f-classicOutPrev {
  100% {
    transform: translateX(75px);
    opacity: 0;
  }
}
:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65;
}

.f-button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  transition: var(--f-button-transition);
}

@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg);
  }
}
.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg);
}

.f-button:focus:not(:focus-visible) {
  outline: none;
}

.f-button:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
}

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity 0.15s ease;
  transform: var(--f-button-transform);
  filter: var(--f-button-svg-filter);
  pointer-events: none;
}

.f-button[disabled] {
  cursor: default;
}

.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}

.f-carousel__nav .f-button.is-prev, .f-carousel__nav .f-button.is-next, .fancybox__nav .f-button.is-prev, .fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1;
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  transform: translateY(-50%);
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos);
}

.is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev, .is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next, .is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev svg, .is-vertical .f-carousel__nav .f-button.is-next svg, .is-vertical .fancybox__nav .f-button.is-prev svg, .is-vertical .fancybox__nav .f-button.is-next svg {
  transform: rotate(90deg);
}

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}

html.with-fancybox body {
  touch-action: none;
}

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: visible;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain;
}

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

.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity;
}

.fancybox__carousel {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}

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

.fancybox__track {
  display: flex;
  margin: 0 auto;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px;
}

.fancybox__slide.has-iframe, .fancybox__slide.has-video, .fancybox__slide.has-html5video {
  overflow: hidden;
}

.fancybox__slide.has-image {
  overflow: hidden;
}

.fancybox__slide.has-image.is-animating, .fancybox__slide.has-image.is-selected {
  overflow: visible;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

.fancybox__content {
  align-self: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20;
}

.is-loading .fancybox__content {
  opacity: 0;
}

.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__content [data-selectable], .fancybox__content [contenteditable] {
  cursor: auto;
}

.fancybox__slide.has-image > .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: none;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__slide.has-image > .fancybox__content > picture > img {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content, .is-zooming-out .fancybox__slide:not(.is-selected) .fancybox__content {
  visibility: hidden;
}

.is-animating .fancybox__content, .is-dragging .fancybox__content {
  filter: blur(0px);
  will-change: transform, width, height;
}

.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  user-select: none;
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  flex-shrink: 0;
  margin: 0;
  padding: 14px 0 4px 0;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible;
}

.is-loading .fancybox__caption, .is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden;
}

.is-compact .fancybox__caption {
  padding-bottom: 0;
}

.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40;
}

.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: -38px;
  right: 0;
  opacity: 0.75;
}

.is-loading .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1;
}

.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative;
}

.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity, 1);
  transition: all 0.25s ease;
}

.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, 0.5);
}

.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px;
}

.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px;
}

.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1;
}

.is-idle .fancybox__nav {
  animation: 0.15s ease-out both f-fadeOut;
}

.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__slide > .f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer;
}

.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  user-select: none;
}

.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  z-index: 40;
  user-select: none;
  pointer-events: none;
}

.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none;
}

.fancybox__container:not([aria-hidden]) {
  opacity: 0;
}

.fancybox__container.is-animated[aria-hidden=false] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=false] .fancybox__slide > *:not(.fancybox__content) {
  animation: 0.25s ease 0.1s backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
  animation: 0.35s ease backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=true] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=true] .fancybox__slide > *:not(.fancybox__content) {
  animation: 0.15s ease forwards f-fadeOut;
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
  animation: 0.35s ease forwards f-fadeOut;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content {
  width: 100%;
  height: 100%;
}

.fancybox__container:not(.is-compact) .has-iframe .fancybox__content, .fancybox__container:not(.is-compact) .has-map .fancybox__content, .fancybox__container:not(.is-compact) .has-pdf .fancybox__content {
  width: calc(100% - 120px);
  height: 90%;
}

.has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0;
}

.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
}

.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 20px;
  --f-thumb-clip-width: 46px;
}

.f-thumbs {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
  perspective: 1000px;
  transform: translateZ(0);
}

.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1;
}

.f-thumbs .f-spinner svg {
  display: none;
}

.f-thumbs.is-vertical {
  height: 100%;
}

.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.f-thumbs__track {
  display: flex;
  will-change: transform;
}

.f-thumbs__slide {
  position: relative;
  flex: 0 0 auto;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  min-width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer;
}

.f-thumbs__slide.is-loading img {
  opacity: 0;
}

.is-classic .f-thumbs__viewport {
  height: 100%;
}

.is-modern .f-thumbs__track {
  width: max-content;
}

.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(var(--left, 0) * 1px);
  width: calc(100% - var(--width, 0) * 1px);
  cursor: pointer;
}

.is-modern .f-thumbs__slide {
  --clip-path: inset( 0 calc( (var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0)) * 0.5 * (1 - var(--progress, 0)) ) round var(--f-thumb-border-radius, 0) );
  transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  transition: none;
  pointer-events: none;
}

.is-modern .f-thumbs__slide:focus-within:not(.is-selected) {
  filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
}

.is-modern .f-thumbs__slide > * {
  clip-path: var(--clip-path);
}

.is-modern.in-touch .f-thumbs__slide {
  filter: none;
}

.is-modern.is-resting .f-thumbs__slide {
  transition: all 0.33s ease;
}

.is-modern.is-resting .f-thumbs__slide > * {
  transition: all 0.33s ease;
}

.f-thumbs__slide__button {
  appearance: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  transition: opacity 0.2s ease;
}

.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity);
}

.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none;
}

.f-thumbs__slide__button:focus-visible {
  outline: none;
  opacity: var(--f-thumb-selected-opacity);
}

.is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity);
}

.is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  animation: f-fadeIn 0.2s ease-out;
  z-index: 10;
}

.f-thumbs__slide__img {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: var(--f-thumb-offset);
  box-sizing: border-box;
  pointer-events: none;
  object-fit: cover;
}

.f-thumbs.is-horizontal .f-thumbs__track {
  margin: 0 auto;
  padding: 8px 0 12px 0;
}

.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0;
}

.f-thumbs.is-vertical .f-thumbs__track {
  flex-wrap: wrap;
  margin: auto 0;
  padding: 0 8px;
}

.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0;
}

.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-classic .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 20px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-modern .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap);
}

.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0;
}

.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px;
}

.fancybox__thumbs.is-masked {
  max-height: 0px !important;
}

.is-closing .fancybox__thumbs {
  transition: none !important;
}

.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
  pointer-events: none;
  z-index: 20;
}

.fancybox__toolbar :focus-visible {
  z-index: 1;
}

.fancybox__toolbar.is-absolute, .is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.is-idle .fancybox__toolbar {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__toolbar__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}

.fancybox__toolbar__column.is-left, .fancybox__toolbar__column.is-right {
  flex-grow: 1;
  flex-basis: 0;
}

.fancybox__toolbar__column.is-right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

.fancybox__infobar {
  padding: 0 5px;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  user-select: none;
}

.fancybox__infobar span {
  padding: 0 5px;
}

.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg);
}

[data-fancybox-toggle-slideshow] {
  position: relative;
}

[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: 0.3;
}

[data-fancybox-toggle-slideshow] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex;
}

.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  user-select: none;
  pointer-events: none;
}

.fancybox__container {
  --fancybox-color: var(--typographyColor);
  --fancybox-hover-color: var(--typographyColor);
  --fancybox-bg: #fff;
  --f-button-shadow: none;
}

.fancybox__toolbar {
  --f-progress-color: rgba(#36b4ee, 0.94);
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--primaryColor);
  --f-button-hover-color: var(--typographyColor);
  --f-button-bg: rgba(#36b4ee, 0.65);
  --f-button-hover-bg: darken(#36b4ee, 10%);
  --f-button-active-bg: darken(#36b4ee, 10%);
  --f-button-border-radius: 0;
  --f-button-svg-width: 4rem;
  --f-button-svg-height: 4rem;
  --f-button-svg-stroke-width: 2;
  --f-button-svg-filter: none;
  --f-button-svg-fill: var(--primaryColor);
  text-shadow: none;
  font-family: var(--fontFamily);
}

.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--primaryColor);
  --f-button-hover-color: darken(#36b4ee, 10%);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-svg-filter: none;
}

.fancybox__infobar {
  font-size: 1.4rem;
}

.fancybox__caption {
  max-width: 100ch;
}

.is-compact .fancybox__footer {
  background: #fff;
}

.c-footer {
  padding: 3rem 0;
}

.c-footer__logo {
  display: inline-block;
  margin-bottom: 2rem;
  grid-column: 1/4;
  grid-row: 1;
}
.c-footer__logo img {
  display: block;
  width: 10rem;
  height: auto;
  margin: 0 auto;
}

.c-footer__nav {
  grid-column: 3/9;
  grid-row: 1;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 2rem;
  columns: 2;
  column-width: 12rem;
  column-gap: 2rem;
  font-size: 0.9em;
}
.c-footer__nav li {
  margin-bottom: 0.8rem;
}
@media only screen and (min-width: 800px) {
  .c-footer__nav {
    margin-left: 10rem;
  }
}

.c-footer__social {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 1rem;
  grid-column: 9/13;
}
@media only screen and (min-width: 800px) {
  .c-footer__social {
    margin-left: auto;
  }
}

.c-header {
  --video-width: 100vw;
  --video-height: 100vh;
  margin-bottom: var(--mainMargin);
}
@media (min-aspect-ratio: 16/9) {
  .c-header {
    --video-height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .c-header {
    --video-width: 177.78vh;
  }
}

.c-header__media {
  width: 100%;
  height: 30vh;
  margin-bottom: calc(var(--mainMargin) * 1.8);
  background-size: cover;
  background-position: center center;
}
.c-header__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media only screen and (min-width: 800px) {
  .c-header__media {
    height: calc(80vh - 165px);
  }
}

@media only screen and (min-width: 800px) {
  .c-header__media + .c-header__content .small-title {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-150%);
  }
}

@media only screen and (min-width: 800px) {
  .page-page_home .c-header__media {
    height: calc(100vh - 165px);
  }
}

.bg-video {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.bg-video__iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--video-width);
  height: var(--video-height);
  transform: translate(-50%, -50%);
}

.c-header__media + .c-header__content {
  margin-top: 0;
}
@media only screen and (min-width: 800px) {
  .c-header__media + .c-header__content .c-header__cat {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-150%);
  }
}

.c-header:has(.c-header__cat) .c-header__cat {
  grid-column: span 12;
  grid-row: 1;
}
@media only screen and (min-width: 1024px) {
  .c-header:has(.c-header__cat) .c-header__titles {
    grid-row: 2;
  }
  .c-header:has(.c-header__cat) .c-header__text {
    grid-row: 2;
  }
}

.c-header__cat {
  display: inline-block;
  font-weight: 400;
}
@media only screen and (min-width: 800px) {
  .c-header__cat {
    margin-bottom: 2rem;
    font-size: 2.1rem;
  }
}

.c-header__titles {
  position: relative;
}
.c-header__titles h2 {
  color: var(--typographyColor);
}
.c-header__titles time {
  font-style: italic;
}
@media only screen and (min-width: 1024px) {
  .c-header__titles {
    grid-column: span 5;
  }
}

.c-header__content {
  margin-top: var(--mainMargin);
}

.c-header__text {
  grid-column: 1/12;
}
.c-header__text a:not(.c-btn) {
  color: var(--primaryColor);
  text-decoration: underline;
}
.c-header__text a:not(.c-btn):hover, .c-header__text a:not(.c-btn):active, .c-header__text a:not(.c-btn):focus, .c-header__text a:not(.c-btn):focus:active {
  text-decoration: none;
}
@media only screen and (min-width: 1024px) {
  .c-header__text {
    grid-column: 7/13;
  }
}

.c-header__menu {
  grid-column: span 12;
  position: relative;
  z-index: 100;
  font-size: 0.825em;
}
.c-header__menu > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.c-header__menu > ul > li {
  margin: 0 0 1rem 0;
}
.c-header__menu > ul > li > a {
  color: var(--typographyColor);
  text-decoration: none;
}
.c-header__menu > ul > li > a.-is-active {
  color: var(--primaryColor);
  text-decoration: none;
}
.c-header__menu > ul > li > a:hover, .c-header__menu > ul > li > a:active, .c-header__menu > ul > li > a:focus, .c-header__menu > ul > li > a:focus:active {
  color: var(--primaryColor);
}
.c-header__menu .c-btn-tag-remove {
  margin-left: 1rem;
  color: var(--primaryColor);
}
.c-header__menu .c-btn-tag-remove:hover, .c-header__menu .c-btn-tag-remove:active, .c-header__menu .c-btn-tag-remove:focus, .c-header__menu .c-btn-tag-remove:focus:active {
  color: var(--typographyColor);
  border-color: var(--typographyColor);
}
@media only screen and (min-width: 800px) {
  .c-header__menu > ul {
    display: flex;
    flex-flow: row wrap;
  }
  .c-header__menu > li {
    margin: 0 2rem 1rem 0;
  }
  .c-header__menu ul {
    gap: 4rem;
  }
  .c-header__menu ul > li {
    margin: 0;
    position: relative;
  }
  .c-header__menu .c-btn-tag-remove {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(115%);
  }
}
@media only screen and (min-width: 1024px) {
  .c-header__menu {
    grid-column: 7/13;
    margin-top: calc(var(--mainMargin) / 2);
  }
}

.c-header-home span {
  display: block;
}
.c-header-home span:after {
  content: ".";
  color: var(--primaryColor);
}
@media only screen and (min-width: 800px) {
  .c-header-home {
    position: relative;
    margin-bottom: calc(var(--mainMargin) * 1.8);
  }
  .c-header-home:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .c-header-home .c-header__content {
    position: absolute;
    bottom: var(--mainMargin);
    left: 50%;
    z-index: 20;
    color: #FFF;
    transform: translateX(-50%);
  }
  .c-header-home .c-header__media {
    margin: 0;
  }
  .c-header-home h1 {
    max-width: 70rem;
    margin-bottom: var(--mainMargin);
    color: currentColor;
  }
}

@media only screen and (min-width: 800px) {
  .c-header__links {
    display: flex;
    gap: 4rem;
  }
}

.c-header__link {
  margin-bottom: 1em;
}
.c-header__link h2 {
  margin-bottom: 0rem;
  font-size: 1.6rem;
  color: currentColor;
}
.c-header__link svg {
  margin-right: 0.8em;
}
@media only screen and (min-width: 800px) {
  .c-header__link h2 {
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }
}

.c-header.-query {
  margin-bottom: var(--mainMargin);
}

.c-header.-query_projects .c-header__text,
.c-header.-query .c-header__text {
  grid-column: span 12;
}
@media only screen and (min-width: 1024px) {
  .c-header.-query_projects .c-header__text,
  .c-header.-query .c-header__text {
    grid-column: 7/13;
  }
}

.t-text .c-header__titles h2 {
  color: var(--primaryColor);
}

body.-is-menu-open {
  height: 100dvh;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  body.-is-menu-open {
    height: auto;
    overflow: visible;
  }
}

.c-main-nav {
  padding: 1.3rem 0 2rem 0;
  position: relative;
  z-index: 120;
}

.c-main-nav.-is-active .c-main-nav__menu {
  transform: translateY(0);
}

.c-main-nav > .o-max-container {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.c-main-nav__toggle {
  width: 3.5rem;
  height: 4.5rem;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 30;
  border: 1px solid transparent;
  background: none;
}
.c-main-nav__toggle:before, .c-main-nav__toggle:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 10%;
  background: var(--primaryColor);
  border-radius: 1px;
  transition: transform 0.3s;
}
.c-main-nav__toggle:before {
  top: 10px;
}
.c-main-nav__toggle:after {
  bottom: 10px;
}
.c-main-nav__toggle i {
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  top: calc(50% - 2px);
  left: 10%;
  background: var(--primaryColor);
  border-radius: 1px;
  transition: all 0.3s;
}
.c-main-nav__toggle.-is-active i {
  width: 0;
  left: 50%;
}
.c-main-nav__toggle.-is-active:before {
  top: 20px;
  transform: rotate(-45deg);
}
.c-main-nav__toggle.-is-active:after {
  bottom: 20px;
  transform: rotate(45deg);
}

.c-main-nav__search {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.5rem;
  height: 4.5rem;
  margin: 0 1rem 0 auto;
}
.c-main-nav__search .icon {
  display: block;
  width: 50%;
  height: 50%;
}
.c-main-nav__search svg {
  object-fit: contain;
}

.c-main-nav__logo {
  display: inline-block;
  color: var(--primaryColor);
  line-height: 1.2;
  font-size: 1.6rem;
}
.c-main-nav__logo span {
  display: block;
  font-size: 1.1em;
}
.c-main-nav__logo img {
  display: block;
  margin-bottom: 2rem;
}
.c-main-nav__logo:hover, .c-main-nav__logo:active, .c-main-nav__logo:focus, .c-main-nav__logo:focus:active {
  text-decoration: none;
  color: var(--primaryColor);
}
@media only screen and (min-width: 800px) {
  .c-main-nav__logo {
    margin-top: 1.2rem;
  }
}

.c-main-nav__language {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  text-transform: uppercase;
  line-height: 1;
  font-size: 0.9em;
}
.c-main-nav__language li:first-child {
  position: relative;
  padding-right: 5px;
  margin-right: 5px;
}
.c-main-nav__language li:first-child:after {
  content: "";
  width: 1px;
  height: 1em;
  background: var(--typographyColor);
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(10deg);
}
.c-main-nav__language a.is-active {
  color: var(--primaryColor);
}

.c-main-nav__menu {
  width: 100%;
  height: calc(100dvh - 3.3rem);
  padding: 1.2rem 0 2rem 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  background: #fff;
  transform: translateY(-100%);
  transition: transform 0.3s;
  font-size: 1.5rem;
}
.c-main-nav__menu li a {
  color: var(--typographyColor);
  text-decoration: none;
}
.c-main-nav__menu li a:hover, .c-main-nav__menu li a:active, .c-main-nav__menu li a:focus, .c-main-nav__menu li a:focus:active {
  text-decoration: underline;
}
.c-main-nav__menu .c-main-nav__logo {
  margin-left: 2.5%;
}
.c-main-nav__menu .c-main-nav__logo img {
  height: 3.5rem;
}
.c-main-nav__menu .c-main-nav__logo span {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .c-main-nav__menu {
    height: auto;
    padding-bottom: 5rem;
  }
  .c-main-nav__menu .c-main-nav__logo {
    position: absolute;
  }
  .c-main-nav__menu .c-main-nav__logo img {
    height: auto;
  }
  .c-main-nav__menu .c-main-nav__logo span {
    display: block;
  }
}

.c-main-nav__list {
  padding: 0;
  margin: 0;
  list-style: none;
  height: calc(100dvh - 100px);
  margin-top: 2rem;
  overflow-y: auto;
  font-weight: bold;
}
.c-main-nav__list ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 3rem;
  font-weight: normal;
  font-size: 1.7rem;
}
.c-main-nav__list > li {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1024px) {
  .c-main-nav__list {
    display: flex;
    align-items: flex-start;
    gap: 8rem;
    height: auto;
    margin-top: 15rem;
    margin-left: 10%;
    overflow: visible;
  }
  .c-main-nav__list ul {
    margin-top: 2.5rem;
  }
  .c-main-nav__list li {
    margin-bottom: 0.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .c-main-nav__list {
    margin-left: 20%;
  }
}

.dropdown {
  color: var(--primaryColor);
  font-weight: 400;
}

.c-pagination {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  margin: var(--mainMargin) 0;
  font-size: 1.8rem;
  font-weight: 400;
}
.c-pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
}
.c-pagination a:hover, .c-pagination a:active, .c-pagination a:focus, .c-pagination a:focus:active {
  text-decoration: none;
}
.c-pagination li {
  margin-right: 1rem;
}
.c-pagination li:first-child {
  margin-right: 2rem;
}
.c-pagination li:first-child a {
  transform: scale(-1, 1);
}
.c-pagination li:last-child {
  margin-left: 1rem;
}
.c-pagination .active a {
  color: var(--primaryColor);
  border-bottom: 3px solid currentColor;
}

.c-search-form {
  padding: var(--mainMargin) 0;
  margin-bottom: var(--mainMargin);
}
.c-search-form label {
  display: block;
  margin-bottom: var(--mainMargin);
}

.c-search-form__fields {
  display: flex;
  max-width: 50rem;
}
.c-search-form__fields input[type=search] {
  height: 5rem;
  padding: 0;
  box-shadow: none;
  font-size: 1.8rem;
  border: 1px solid transparent;
  border-right: none;
  border-bottom: 1px solid var(--primaryColor);
}
.c-search-form__fields input[type=search]::placeholder {
  color: var(--typographyColor);
}
.c-search-form__fields button {
  flex-shrink: 0;
  display: block;
  width: 5rem;
  height: 4.8rem;
  padding: 0;
  background: none;
  border: 1px solid transparent;
  border-left: none;
  border-bottom: 1px solid var(--primaryColor);
}
/*  Growl notices stylesheet
----------------------------------------------------------

@package:	Zotonic 2009	
@Author: 	Tim Benniks <tim@timbenniks.nl>

Copyright 2009 Tim Benniks

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
 
http://www.apache.org/licenses/LICENSE-2.0
 
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

---------------------------------------------------------- */

.notice-wrap {
	position: fixed;
	top: 20px;
	right: 20px;
	width: 250px;
	z-index: 9999;
}

* html .notice-wrap {
	position: absolute;		
}
 
.notice-item {
	height: auto;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 6px 6px 0 6px;
	display: block;
	position: relative;
	margin: 0 0 12px 0;
	font-size: 11px;
}

.notice-item-close {
	position: absolute;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	right: 6px;
	top: 0;
	cursor: pointer;
}