@charset "UTF-8";
/*!
Theme Name: Waag Platforms
Description:
Version: 1.0
Author: Alain Otjens | Waag
*/
:root {
  --font-family-default: "Maax", Arial, Helvetica, sans-serif;
  --font-family-headers: "Maax", Arial, Helvetica, sans-serif;
  --font-weight-default: 400;
  --font-weight-headers: 500;
  --color-bg: #E6E6E6;
  --color-bg-pane: #FFF;
  --color-bg-pane-on-pane: #ebebeb;
  --color-text: #000;
  --color-text-pane: #000;
  --color-primary: #2fb6bc;
  --color-text-on-primary: #FFF;
  --color-header: #FFF;
  --color-text-on-header: #000;
  --color-link: #000;
  --color-form: #522e90;
  --color-false: #FF1B22;
}

/* @link https://utopia.fyi/space/calculator?c=340,16,1.2,1120,48,1.25,5,2,&s=0.75,1.5|2|3,s-l&g=s,l,xl,12 */
:root {
  --space-xs: clamp(0.75rem, 0.0962rem + 3.0769vw, 2.25rem);
  --space-s: clamp(1rem, 0.1282rem + 4.1026vw, 3rem);
  --space-m: clamp(1.5rem, 0.1923rem + 6.1538vw, 4.5rem);
  --space-l: clamp(2rem, 0.2564rem + 8.2051vw, 6rem);
  --space-xl: clamp(3rem, 0.3846rem + 12.3077vw, 9rem);
  /* One-up pairs */
  --space-xs-s: clamp(0.75rem, -0.2308rem + 4.6154vw, 3rem);
  --space-s-m: clamp(1rem, -0.5256rem + 7.1795vw, 4.5rem);
  --space-m-l: clamp(1.5rem, -0.4615rem + 9.2308vw, 6rem);
  --space-l-xl: clamp(2rem, -1.0513rem + 14.359vw, 9rem);
  /* Custom pairs */
  --space-s-l: clamp(1rem, -1.1795rem + 10.2564vw, 6rem);
}

html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  -webkit-text-size-adjust: none;
}

iframe {
  max-width: 100%;
  border: none;
}

figure {
  margin: 0;
  max-width: 100%;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  outline: none;
  border: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

table {
  border-collapse: collapse;
}

* {
  box-sizing: border-box;
}

:focus {
  outline: 0;
}

.box:after {
  content: "";
  display: block;
  clear: both;
}

.no-wrap {
  white-space: nowrap;
}

@view-transition {
  navigation: auto;
}
.animate {
  position: relative;
  opacity: 0;
  transition: opacity 200ms ease, transform 100ms ease-in-out;
}
.animate.animate-from-left {
  transform: translate3d(-1rem, 0px, 0px);
}
.animate.animate-from-right {
  transform: translate3d(1rem, 0px, 0px);
}
.animate.animate-from-top {
  transform: translate3d(0px, -1rem, 0px);
}
.animate.animate-from-bottom {
  transform: translate3d(0px, 1rem, 0px);
}
.animated .animate {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

@media all and (-ms-high-contrast: none) {
  .animate {
    opacity: 1;
    transform: none !important;
  }
}
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("fonts/fa/fontawesome-webfont.eot?v=4.6.3");
  src: url("fonts/fa/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("fonts/fa/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("fonts/fa/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("fonts/fa/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("fonts/fa/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

@font-face {
  font-family: "Maax";
  font-weight: 400;
  font-style: normal;
  src: url(fonts/maax/maax-400.eot);
  src: url(fonts/maax/maax-400.eot#iefix) format("embedded-opentype"), url(fonts/maax/maax-400.otf) format("opentype"), url(fonts/maax/maax-400.woff) format("woff");
}
@font-face {
  font-family: "Maax";
  font-weight: 400;
  font-style: italic;
  src: url(fonts/maax/maax-400-italic.eot);
  src: url(fonts/maax/maax-400-italic.eot#iefix) format("embedded-opentype"), url(fonts/maax/maax-400-italic.otf) format("opentype"), url(fonts/maax/maax-400-italic.woff) format("woff");
}
@font-face {
  font-family: "Maax";
  font-weight: 500;
  font-style: normal;
  src: url(fonts/maax/maax-500.eot);
  src: url(fonts/maax/maax-500.eot#iefix) format("embedded-opentype"), url(fonts/maax/maax-500.otf) format("opentype"), url(fonts/maax/maax-500.woff) format("woff");
}
@font-face {
  font-family: "Maax";
  font-weight: 500;
  font-style: italic;
  src: url(fonts/maax/maax-500-italic.eot);
  src: url(fonts/maax/maax-500-italic.eot#iefix) format("embedded-opentype"), url(fonts/maax/maax-500-italic.otf) format("opentype"), url(fonts/maax/maax-500-italic.woff) format("woff");
}
@font-face {
  font-family: "Waax";
  font-weight: 500;
  font-style: normal;
  src: url(fonts/waax/waax-500.eot);
  src: url(fonts/waax/waax-500.eot#iefix) format("embedded-opentype"), url(fonts/waax/waax-500.otf) format("opentype"), url(fonts/waax/waax-500.woff) format("woff");
}
@font-face {
  font-family: "Maax";
  font-weight: 700;
  font-style: normal;
  src: url(fonts/maax/maax-700.eot);
  src: url(fonts/maax/maax-700.eot#iefix) format("embedded-opentype"), url(fonts/maax/maax-700.otf) format("opentype"), url(fonts/maax/maax-700.woff) format("woff");
}
html {
  font-size: 18px;
}

@media screen and (max-width: 579px) {
  html {
    font-size: 16px;
  }
}
body {
  color: var(--color-text);
  font-family: var(--font-family-default);
  font-weight: var(--font-weight-default);
}

::-moz-selection {
  background: var(--color-text);
  color: var(--color-bg);
}

::selection {
  background: var(--color-text);
  color: var(--color-bg);
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: var(--font-family-headers);
  font-weight: var(--font-weight-headers);
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: var(--color-text);
  text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  text-decoration: underline;
}
h1.title-bg, h2.title-bg, h3.title-bg, h4.title-bg, h5.title-bg, h6.title-bg {
  max-width: 730px;
  margin: 0 auto;
}
h1.title-bg span, h2.title-bg span, h3.title-bg span, h4.title-bg span, h5.title-bg span, h6.title-bg span {
  display: inline;
  padding: 0.15em 0;
  line-height: 1.5em;
  background-color: var(--color-primary) !important;
  box-shadow: 0.15em 0 0 0 var(--color-primary), -0.15em 0 0 0 var(--color-primary);
  color: var(--color-text-on-primary);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

@media screen and (min-width: 1080px) {
  section:has(.column-width-xl-8) .titles h1, section:has(.column-width-xl-8) .titles h2, section:has(.column-width-xl-8) .titles h3, section:has(.column-width-xl-8) .titles h4 {
    max-width: 67%;
    margin-inline: auto;
  }
}
@media screen and (min-width: 860px) {
  section:has(.column-width-l-8) .titles h1, section:has(.column-width-l-8) .titles h2, section:has(.column-width-l-8) .titles h3, section:has(.column-width-l-8) .titles h4 {
    max-width: 67%;
    margin-inline: auto;
  }
}
h1 {
  font-size: 2.5rem;
  line-height: 1em;
  margin-bottom: 0.75em;
  text-wrap: balance;
}

h2 {
  font-size: 1.944rem;
  line-height: 1.1em;
  margin-bottom: 1em;
}
h1 + h2 {
  margin-top: -0.5em;
  font-weight: var(--font-weight-default);
}

h3 {
  font-size: 1.278rem;
  line-height: 1.15em;
  margin-bottom: 0.5em;
}
h1 + h3 {
  margin-top: -1.5em;
  margin-bottom: 1.5em;
  font-weight: var(--font-weight-default);
}

h4 {
  font-size: 1.167rem;
  margin-bottom: 0.25em;
  line-height: 1.15em;
}

h5 {
  margin: 0;
  font-size: 1em;
  line-height: 1.65rem;
}

h6 {
  margin: 0;
  font-size: 0.778rem;
  font-weight: var(--font-weight-default);
  line-height: 1.65em;
}

p {
  margin: 0 0 1.65em 0;
  line-height: 1.65em;
}
p:last-child {
  margin-bottom: 0;
}
p small {
  display: block;
  font-size: 0.8em;
  line-height: 1.65em;
}
p small + br {
  display: none;
}

p.introduction {
  font-size: 1.278rem;
  line-height: 1.35em;
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child {
  margin-bottom: 0;
}

b,
strong {
  font-weight: var(--font-weight-headers);
}

sub, sup {
  font-size: 0.75em;
  line-height: 1;
}

pre {
  font-size: 0.8rem;
  line-height: 1.5em;
  white-space: pre-wrap;
  margin: 0 0 1.65em 0;
}

pre:has(code) {
  background-color: black;
  color: wheat;
  padding: 0.75em;
}

p + pre {
  margin-top: -1.5em;
}

blockquote {
  font-style: italic;
}

.center {
  text-align: center;
}

.caption,
.wp-caption-text {
  font-size: 0.889rem;
  font-style: italic;
}

.single-item .column .caption {
  margin-top: 0.5rem;
}

.content li {
  line-height: 1.65rem;
}
.content > ul li,
.content > ol li {
  margin-bottom: 0.4125em;
}
.content ul,
.content ol {
  margin-top: 0.4125em;
  margin-bottom: 1.65rem;
  padding-left: 1.5rem;
}
.content ul ul, .content ul ol,
.content ol ul,
.content ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
.content ul ul {
  padding-left: 1.15rem;
}
.content ul li {
  list-style: disc;
}
.content ul li li {
  list-style: circle;
}
.content p + ul {
  margin-top: -0.85rem;
}
.content ol {
  list-style-type: none;
  counter-reset: item;
}
.content ol > li {
  display: table;
  counter-increment: item;
}
.content ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  width: 1.5em;
}
.content ol > li ol > li:before {
  content: counters(item, ".") " ";
  width: 2.25em;
}
.content ol > li ol > li ol > li:before {
  width: 3em;
}

table {
  margin-bottom: 2rem;
}
table thead th {
  text-align: left;
}
table tbody th {
  text-align: right;
}
table.info {
  font-size: 0.8rem;
}
table.info th, table.info td {
  line-height: 1.4em;
  vertical-align: top;
  padding: 0.5rem;
}
table.info tr:nth-child(odd) td {
  background-color: rgba(0, 0, 0, 0.04);
}

td, th {
  vertical-align: top;
  padding-left: 2rem;
  line-height: 1.65em;
}
td:first-child, th:first-child {
  padding-left: 0;
}

[id] {
  scroll-margin-top: 6rem;
}

a {
  color: var(--color-link);
  text-decoration: underline;
  transition: all 100ms ease;
}
a:hover {
  text-decoration: none;
  transition: all 150ms ease;
}
a h1, a h2, a h3, a h4, a h5, a h6, a p {
  color: var(--color-text);
}

.more {
  position: relative;
  display: inline-block;
  margin-right: 2.3rem;
  padding-left: 0.8rem;
  line-height: 1.35em;
  text-decoration: none;
  color: var(--color-text);
}
.more:before, .more:after {
  position: absolute;
  top: -0.05rem;
  left: 0;
  content: "\f105";
  font-family: "FontAwesome";
  transition: all 100ms ease;
}
.more:after {
  color: transparent;
}
.more:hover {
  padding-left: 1.1rem;
  margin-right: 2rem;
}
.more:hover:before {
  left: 0.1rem;
}
.more:hover:after {
  left: 0.4rem;
  color: var(--color-text);
}

.back {
  position: relative;
  display: inline-block;
  margin-right: 2.3rem;
  padding-left: 0.8rem;
  line-height: 1.35em;
  text-decoration: none;
  color: var(--color-text);
}
.back:before, .back:after {
  position: absolute;
  top: -0.05rem;
  left: 0;
  content: "\f104";
  font-family: "FontAwesome";
  transition: all 100ms ease;
}
.back:after {
  color: transparent;
}
.back:hover {
  padding-left: 0.7rem;
  margin-right: 2.4rem;
}
.back:hover:before {
  left: -0.1rem;
}
.back:hover:after {
  left: -0.4rem;
  color: var(--color-text);
}

.top {
  position: relative;
  display: inline-block;
  margin-right: 2.3rem;
  padding-left: 0.8rem;
  line-height: 1.35em;
  text-decoration: none;
  color: var(--color-text);
}
.top:before, .top:after {
  position: absolute;
  top: -0.05rem;
  left: 0;
  content: "\f106";
  font-family: "FontAwesome";
  transition: all 100ms ease;
}
.top:after {
  color: transparent;
}
.top:hover:before {
  top: 0.1rem;
}
.top:hover:after {
  top: -0.25rem;
  color: var(--color-text);
}

a.icon {
  display: inline-block;
  text-decoration: none;
  margin-right: 2rem;
}
a.icon:before {
  display: inline-block;
  margin-right: 0.25rem;
  content: "\f0c1";
  font-family: "FontAwesome";
  transition: all 100ms ease;
  transform: rotate(0deg);
}
a.icon:hover:before {
  transform: rotate(15deg);
}
a.icon[href^="mailto:"]:before {
  content: "\f0e0";
}
a.icon[href^="mailto:"]:hover:before {
  content: "\f2b6";
  position: relative;
  top: -0.1em;
  transform: rotate(0deg);
}
a.icon[href^="tel:"]:before {
  content: "\f095";
}
a.icon[href^="tel:"]:hover:before {
  transform: rotate(15deg);
}

a.with-icon {
  display: inline-block;
}
a.with-icon .icon {
  float: left;
  margin: 0 0.35em 0.35em 0;
}

a.button, a.button-l, a.button-xl, button, input[type=submit], input[type=button] {
  position: relative;
  display: inline-block;
  margin: 0 0.25em 0.25em 0;
  padding: 0.6em 0.75em 0.5em;
  font-family: inherit;
  font-size: 0.941em;
  font-weight: var(--font-weight-default);
  text-decoration: none;
  line-height: 1.25em;
  background-color: var(--color-primary);
  color: var(--color-text-on-primary);
  border: none;
  border-radius: 2px;
  box-shadow: 0 0 0.5em 0 rgba(0, 0, 0, 0.05);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
a.button:after, a.button-l:after, a.button-xl:after, button:after, input[type=submit]:after, input[type=button]:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  border-radius: 0 0 2px 2px;
  background-color: rgba(0, 0, 0, 0.25);
  transition: all 0ms ease;
}
.bg-color-site a.button, .bg-color-site a.button-l, .bg-color-site a.button-xl, .bg-color-site button, .bg-color-site input[type=submit], .bg-color-site input[type=button] {
  background-color: var(--color-bg-pane) !important;
  color: var(--color-text);
}
.bg-color-site a.button:after, .bg-color-site a.button-l:after, .bg-color-site a.button-xl:after, .bg-color-site button:after, .bg-color-site input[type=submit]:after, .bg-color-site input[type=button]:after {
  background-color: rgba(0, 0, 0, 0.1);
}
a.button .icon, a.button-l .icon, a.button-xl .icon, button .icon, input[type=submit] .icon, input[type=button] .icon {
  float: left;
  margin: 0.05em 0.5em 0 0;
}
a.button:disabled, a.button-l:disabled, a.button-xl:disabled, button:disabled, input[type=submit]:disabled, input[type=button]:disabled {
  background-color: #666 !important;
  color: #ddd;
  cursor: not-allowed;
}
a.button:hover, a.button-l:hover, a.button-xl:hover, button:hover, input[type=submit]:hover, input[type=button]:hover {
  box-shadow: 0 0 0.5em 0 rgba(0, 0, 0, 0.25);
}
a.button:hover:after, a.button-l:hover:after, a.button-xl:hover:after, button:hover:after, input[type=submit]:hover:after, input[type=button]:hover:after {
  width: 100%;
  transition: all 200ms ease;
}

a.button-l {
  font-size: 1.125em;
}

a.button-xl {
  font-size: 1.125em;
}

ul.menu {
  margin: 0 0 2em;
  padding-left: 0;
}
ul.menu li {
  list-style: none;
  margin-bottom: 0.25rem;
  font-weight: var(--font-weight-headers);
}
ul.menu li ul {
  padding-top: 0.25rem;
  padding-left: 0.75rem;
}
ul.menu li ul li {
  list-style: none;
  font-weight: var(--font-weight-default);
}
ul.menu li a {
  text-decoration: none;
  text-transform: lowercase;
  color: var(--color-text);
}
ul.menu li a:hover {
  text-decoration: underline;
  padding-left: 0.1em;
}
ul.menu.primary {
  font-weight: var(--font-weight-headers);
}
ul.menu.row {
  display: flex;
  flex-direction: row;
}
ul.menu.row > li {
  margin-right: 1rem;
}
ul.menu.row a:hover {
  padding-left: 0;
}
ul.menu.row li.icon a:hover i {
  transform: scale(1.1);
  transition: all 100ms ease;
}

a:has(> sup) {
  text-decoration: none;
}

a > sup {
  text-decoration: underline;
  display: inline-block;
  padding: 0 0 0 0.1em;
}

div.hash-link {
  display: inline-block;
}

.alignleft, .alignright, .aligncenter {
  display: block;
}

@media all and (min-width: 400px) {
  .alignleft {
    float: left;
    margin: 0.35em 0.75em 0.75em 0;
  }
  .alignright {
    float: right;
    margin: 0.35em 0 0.75em 0.75em;
  }
}
.aligncenter {
  margin: 0 auto;
}

.embed, .videowrapper {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 1.65em;
}
.embed iframe, .embed video, .videowrapper iframe, .videowrapper video {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}
.embed iframe.nhvideo, .embed video.nhvideo, .videowrapper iframe.nhvideo, .videowrapper video.nhvideo {
  margin: 0 0 1rem -8px;
  height: calc(100% + 16px) !important;
}

.image-cover,
.image-cover img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.image-contain,
.image-contain img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}

.wp-caption-text {
  margin: 0.5rem 0 0 0;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  margin: -0.5rem -1rem;
}
.gallery:not(:first-child) {
  margin-top: 2rem;
}
.gallery .gallery-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0.75rem;
}
.gallery .gallery-item:has(> figcaption) {
  justify-content: start;
}
.gallery .gallery-item img {
  width: 100%;
  margin-bottom: 0;
}
.gallery a.gallery-item {
  text-decoration: none;
  color: var(--color-text);
}
.gallery a.gallery-item img {
  display: block;
  transition: all 75ms ease;
}
.gallery a.gallery-item:hover img {
  max-width: 103%;
  max-height: 103%;
}
.gallery.gallery-columns-1 .gallery-item {
  width: calc(100% - 1.5rem);
}
.gallery.gallery-columns-2 .gallery-item {
  width: calc(50% - 1.5rem);
}
.gallery.gallery-columns-3 .gallery-item {
  width: calc(33.33% - 1.5rem);
}
.gallery.gallery-columns-4 .gallery-item {
  width: calc(25% - 1.5rem);
}
.gallery.gallery-columns-5 .gallery-item {
  width: calc(20% - 1.5rem);
}
.gallery.images .gallery-item {
  margin: 0.25rem;
}

@media all and (max-width: 880px) {
  .gallery.gallery-columns-3 .gallery-item {
    width: calc(50% - 2rem);
  }
  .gallery.gallery-columns-4 .gallery-item {
    width: calc(33.33% - 2rem);
  }
  .gallery.gallery-columns-5 .gallery-item {
    width: calc(33.33% - 2rem);
  }
}
@media all and (max-width: 560px) {
  .gallery.gallery-columns-2 .gallery-item {
    width: calc(100% - 2rem);
  }
  .gallery.gallery-columns-3 .gallery-item {
    width: calc(100% - 2rem);
  }
  .gallery.gallery-columns-4 .gallery-item {
    width: calc(50% - 2rem);
  }
  .gallery.gallery-columns-5 .gallery-item {
    width: calc(50% - 2rem);
  }
}
.logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin: 0 -1rem;
  font-size: 1rem;
}
@media all and (max-width: 640px) {
  .logos {
    font-size: 0.85rem;
  }
}
.logos .logo {
  padding: 2rem 1rem;
}
.logos .logo img {
  max-width: 14em;
  max-height: 7em;
}

.content img,
.content figure {
  margin-bottom: 1rem;
}
.content figure img {
  margin-bottom: 0;
}

.wp-video-shortcode button {
  background-color: transparent !important;
}

.article-image {
  position: relative;
  width: 40%;
  height: auto;
}
@media all and (max-width: 860px) {
  .article-image {
    left: 0 !important;
    right: 0 !important;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media all and (max-width: 560px) {
  .article-image {
    float: none !important;
    width: 80%;
    height: auto;
    margin: 1rem auto !important;
  }
}
.article-image.alignright {
  left: 20%;
  margin-left: -18%;
}
.article-image.alignleft {
  right: 20%;
  margin-right: -18%;
}

.single-item > .column > a img {
  width: 100%;
}

.mejs-video {
  width: 100% !important;
  height: auto !important;
  padding-top: 56.25%;
}

.mejs-time-current {
  background-color: var(--color-primary);
}

.mejs-container * {
  font-family: var(--font-family-default) !important;
}

.mejs-overlay, .mejs-poster {
  width: 100% !important;
  height: 100% !important;
}

.mejs-mediaelement video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}

.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
  background-color: #000 !important;
}

.mejs-controls {
  bottom: -1px !important;
}

.mejs-overlay-button {
  display: none;
}

.mejs-captions-layer {
  font-size: 22px !important;
  line-height: 1.5 !important;
}

.mejs-captions-position {
  bottom: 35px !important;
}

.mejs-captions-position-hover {
  bottom: 55px !important;
}

button#pause-play {
  position: absolute;
  right: 0.1rem;
  bottom: 0.1rem;
  background-color: rgba(0, 0, 0, 0.75) !important;
  width: 1.5rem;
  height: 1.5rem;
  z-index: 1;
  padding: 0;
  border-radius: 50%;
  opacity: 0.75;
}
button#pause-play::before, button#pause-play::after {
  content: "";
  position: absolute;
  display: block;
  width: 0.125rem;
  height: 0.5rem;
  border: solid 1px white;
  border-radius: 1px;
  background-color: white;
  top: calc(50% - 0.25rem);
}
button#pause-play::after {
  right: calc(50% - 0.3rem);
  left: auto;
  bottom: auto;
}
button#pause-play::before {
  left: calc(50% - 0.3rem);
}
button#pause-play.paused::before {
  background: transparent;
  border: none;
  width: 0;
  height: 0;
  border-top: 0.35rem solid transparent;
  border-bottom: 0.35rem solid transparent;
  border-left: 0.35rem solid white;
  left: calc(50% - 0.15rem);
  top: calc(50% - 0.3rem);
}
button#pause-play.paused::after {
  display: none;
}

.block-iframe_block iframe {
  display: block;
  margin: 0 auto;
}

.newsletter-subscribe-form {
  position: relative;
  width: 100%;
  max-width: 220px;
  background-color: var(--color-bg-pane);
}
.newsletter-subscribe-form input[type=text] {
  width: calc(100% - 1.6rem);
  padding-right: 0;
}
.newsletter-subscribe-form input[type=submit] {
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  width: 1rem;
  height: 1rem;
  margin: 0;
  padding: 0;
  font-family: "FontAwesome";
  color: var(--color-text);
  background-color: transparent;
  border-radius: 50%;
}
.newsletter-subscribe-form input[type=submit]:hover {
  padding-left: 0.1rem;
}
p + .newsletter-subscribe-form {
  margin-top: -1rem;
}

input[type=url],
input[type=text],
input[type=email],
input[type=number],
textarea {
  display: block;
  font-family: inherit;
  width: 100%;
  margin: 0;
  padding: 0.7em 0.6em 0.6em;
  border: none;
  border-bottom: 2px solid #ccc;
  font-size: 1rem;
  border-radius: 2px;
  box-shadow: 0 0 0.5em 0 rgba(0, 0, 0, 0.05);
  transition: all 150ms ease;
}
.bg-color-white input[type=url],
.bg-color-white input[type=text],
.bg-color-white input[type=email],
.bg-color-white input[type=number],
.bg-color-white textarea {
  background-color: var(--color-bg-pane-on-pane);
  box-shadow: none;
}

textarea {
  height: 12em;
  resize: vertical;
}

textarea[maxlength="1014"] {
  height: 12em;
  resize: vertical;
}

textarea[maxlength="512"] {
  height: 6em;
  resize: vertical;
}

select {
  font-family: inherit;
  font-size: 1rem;
  height: 2rem;
  line-height: 2rem;
}

div.wpcf7 {
  accent-color: var(--color-form);
}

div.wpcf7 p {
  margin: 0 0 1.6rem 0;
}

.wpcf7-form-control-wrap {
  display: block;
  position: relative;
  font-size: 0;
}
.wpcf7-form-control-wrap:focus {
  background-color: #000;
}
label .wpcf7-form-control-wrap {
  margin: 0.5rem 0;
}

div.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

span.wpcf7-not-valid-tip {
  position: absolute;
  top: 101%;
  right: 0.5em;
  margin: 0.3em 0 1em 0;
  padding: 0.15em 0.5em 0em;
  font-size: 0.8rem;
  line-height: 1.65em;
  background: var(--color-false);
  color: #FFF;
  border-radius: 2px;
  z-index: 2;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
span.wpcf7-not-valid-tip:before {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 0.5em;
  width: 0;
  height: 0;
  border: solid 0.2em transparent;
  border-top-width: 0;
  border-bottom-color: var(--color-false);
}

span.wpcf7-list-item {
  display: block;
  margin: 0 0 0 1em;
}

span.wpcf7-list-item-label {
  font-size: 1rem;
}
span.wpcf7-list-item-label::before, span.wpcf7-list-item-label::after {
  content: " ";
}

.wpcf7-display-none {
  display: none;
}

div.wpcf7 .ajax-loader,
div.wpcf7 .ajax-loader:before,
div.wpcf7 .ajax-loader:after {
  position: relative;
  top: -2em;
  display: inline-block;
  border-radius: 50%;
  width: 0.8em;
  height: 0.8em;
  animation-fill-mode: both;
  animation: load7 1s infinite ease-in-out;
}

div.wpcf7 .ajax-loader {
  color: #aaa;
  font-size: 5px;
  margin-left: 5em;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
  visibility: hidden;
}

div.wpcf7 .ajax-loader:before,
div.wpcf7 .ajax-loader:after {
  content: "";
  position: absolute;
  top: 0;
}

div.wpcf7 .ajax-loader:before {
  left: -2.5em;
  animation-delay: -0.32s;
}

div.wpcf7 .ajax-loader:after {
  left: 2.5em;
}
@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2em 0 0.5em;
  }
  40% {
    box-shadow: 0 2em 0 0;
  }
}
div.wpcf7 .ajax-loader.is-active {
  visibility: visible;
}

div.wpcf7 div.ajax-error {
  display: none;
}

div.wpcf7-response-output {
  display: grid;
  grid-template-columns: max-content 1fr;
  justify-items: start;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
  line-height: 1.25;
}
div.wpcf7-response-output::before {
  content: "";
  width: 1.5rem;
  color: white;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  border-radius: 50%;
}
form.invalid div.wpcf7-response-output::before {
  content: "𐄂";
  background-color: var(--color-false);
}
form.sent div.wpcf7-response-output::before {
  content: "✓";
  background-color: var(--color-form);
}

.ask-info label {
  display: block;
  margin-bottom: 0.5rem;
}
.ask-info select {
  margin-left: 1.5rem;
}
.ask-info .radio-option {
  margin-bottom: 0.25rem;
  cursor: pointer;
}
.ask-info .radio-option input {
  cursor: pointer;
  margin-right: 0.5rem;
  vertical-align: middle;
}

.ask-info-content .insert-info {
  background-color: yellow;
}

form label.error {
  color: var(--color-false);
}

input[type=submit], input[type=button] {
  background-color: var(--color-form) !important;
}

input[type=url]:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus,
textarea:focus {
  border-bottom-color: var(--color-form);
}

input[type=file] {
  font-family: inherit;
  width: 100%;
  color: #444;
  font-size: 1rem;
  padding: 0.4em 0.175em 0.4em 0.6em;
  background: #fff;
  border-radius: 2px;
  border-bottom: 2px solid #ccc;
  box-shadow: 0 0 0.5em 0 rgba(0, 0, 0, 0.05);
  line-height: 2em;
}
input[type=file]:focus {
  border-bottom: 2px solid var(--color-form);
}

input[type=file]::file-selector-button {
  float: inline-end;
  margin-inline-start: 1rem;
  border: none;
  background: var(--color-form);
  padding: 0.35em 0.65em;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}

input[type=file]::file-selector-button:hover {
  box-shadow: 0 0 0.5em 0 rgba(0, 0, 0, 0.25);
}

:root {
  --site-header-height: 5.556rem;
}

.hash-link {
  height: var(--site-header-height);
  margin-top: calc(var(--site-header-height) * -1);
  visibility: hidden;
}

body {
  padding-top: var(--site-header-height);
}
body.small-site-header, body.scrolled {
  --site-header-height: 3.35rem;
}

#body {
  position: relative;
  overflow: visible;
  margin-top: 0 !important;
  min-height: 50vh;
}

header#site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 200;
  height: var(--site-header-height);
  background-color: var(--color-header);
  transition: all 100ms ease;
  transform-style: preserve-3d;
}
header#site-header a {
  color: var(--color-text-on-header);
}
.small-site-header header#site-header, .scrolled header#site-header {
  box-shadow: 0 0 0.5em 0 rgba(0, 0, 0, 0.1);
}
header#site-header .wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
}

#site-logo {
  height: var(--site-header-height);
  line-height: var(--site-header-height);
  transition: all 100ms ease;
  text-decoration: none;
  font-family: var(--font-family-headers);
  font-weight: var(--font-weight-headers);
  font-size: 1.2rem;
}
#site-logo img {
  height: 100%;
  width: auto;
  margin-left: -0.75rem;
  -webkit-transform: translateZ(0);
}
.nav-wide #site-logo img {
  max-width: 280px;
}
#site-logo:hover img {
  transform: scale(1.015);
}

.nav-toggle {
  display: none;
  padding: 0 0.5rem 0 0;
  margin-top: calc(var(--site-header-height) * 0.365);
  line-height: calc(var(--site-header-height) * 0.635);
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 200ms ease;
  white-space: nowrap;
}
.nav-toggle:after {
  display: inline-block;
  margin-left: 0.5rem;
  font-family: "FontAwesome";
  font-weight: normal;
  content: "\f0c9";
  transition: transform 200ms ease;
}
.nav-active .nav-toggle:after {
  transform: rotate(90deg);
}
.nav-toggle:hover, .nav-toggle:active {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.small-site-header .nav-toggle, .scrolled .nav-toggle {
  line-height: var(--site-header-height);
  margin-top: 0;
}

.touch header#site-header nav > ul > li a:active {
  color: var(--color-text);
}

#navigation {
  text-transform: lowercase;
}
#navigation ul.primary a {
  font-family: var(--font-family-headers);
  font-weight: var(--font-weight-headers);
}

.nav-wide #navigation {
  position: absolute;
  top: 0;
  right: 0.25rem;
  width: calc(100% - 280px);
  height: var(--site-header-height);
  transition: all 100ms ease;
  z-index: 200;
  display: flex;
  flex-direction: column-reverse;
  pointer-events: none;
}
.nav-wide #navigation > ul {
  display: flex;
  justify-content: flex-end;
  padding-top: 0.25rem;
  margin-right: 0.5rem;
  line-height: 2.5rem;
  pointer-events: all;
}
.nav-wide #navigation > ul li {
  position: relative;
}
.nav-wide #navigation > ul li .sub-menu {
  display: none;
  position: absolute;
  left: 1em;
  min-width: calc(100% - 2em);
  background-color: #FFF;
  box-shadow: inset 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
}
.nav-wide #navigation > ul li .sub-menu a {
  margin: 0;
  padding: 0 0.75em;
}
.nav-wide #navigation > ul li .sub-menu a:hover,
.nav-wide #navigation > ul li .sub-menu .current-menu-item > a:not([href*="#"]) {
  background-color: var(--color-bg-pane-on-pane);
}
.nav-wide #navigation > ul li .sub-menu a:hover:after,
.nav-wide #navigation > ul li .sub-menu .current-menu-item > a:not([href*="#"]):after {
  width: 0;
}
.nav-wide #navigation > ul li:hover > .sub-menu {
  display: block;
}
.nav-wide #navigation > ul li:last-child .sub-menu {
  left: auto;
  right: 1em;
}
.nav-wide #navigation > ul a,
.nav-wide #navigation > ul span {
  display: block;
  margin: 0 1em;
  color: var(--color-text-on-header);
  text-decoration: none;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.nav-wide #navigation > ul .icon a {
  margin: 0 0.5em;
}
.nav-wide #navigation > ul.primary a {
  position: relative;
}
.nav-wide #navigation > ul.primary a:after {
  content: " ";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  height: 0.2rem;
  width: 0;
  background-color: var(--color-primary);
  transition: width 0ms ease;
}
.nav-wide #navigation > ul.primary a:hover:after,
.nav-wide #navigation > ul.primary .current-menu-item > a:not([href*="#"]):after,
.nav-wide #navigation > ul.primary .current-page-ancestor > a:not([href*="#"]):after {
  width: 100%;
  transition: all 150ms ease;
}
.nav-wide #navigation > ul.primary .icon a:hover:after {
  content: none;
}
.nav-wide #navigation > ul.secondary a:hover {
  text-decoration: underline;
}
.nav-wide #navigation .languages {
  margin: 0 0.75rem;
}
.nav-wide #navigation .languages .icon {
  position: relative;
  top: 0.15em;
  font-size: 0.9em;
}
.nav-wide #navigation .languages a,
.nav-wide #navigation .languages span {
  position: relative;
  display: inline-block;
  margin: 0 0.25rem;
}
.nav-wide #navigation .languages a:hover,
.nav-wide #navigation .languages span:hover {
  text-decoration: none !important;
}
.nav-wide #navigation .languages .lang {
  position: relative;
}
.nav-wide #navigation .languages .lang.current {
  font-weight: var(--font-weight-headers);
}
.nav-wide #navigation .languages .lang:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.6em;
  width: 0;
  height: 2px;
  background-color: var(--color-text-on-header);
  transition: width 150ms ease;
}
.nav-wide #navigation .languages .lang:hover:after, .nav-wide #navigation .languages .lang.current:after {
  width: 100%;
}
.nav-wide.small-site-header #navigation ul, .nav-wide.scrolled #navigation ul {
  padding-top: 0;
}
.nav-wide.small-site-header #navigation ul.secondary, .nav-wide.scrolled #navigation ul.secondary {
  display: none;
}

.nav-narrow .nav-toggle {
  display: block;
  color: var(--color-text-on-header);
}
.nav-narrow #navigation {
  flex-direction: row;
  position: fixed;
  z-index: 100;
  top: var(--site-header-height);
  right: 1rem;
  width: calc(100% - 3rem);
  max-width: 400px;
  max-height: calc(100vh - var(--site-header-height));
  overflow-y: auto;
  background-color: var(--color-bg-pane-on-pane);
  color: #000;
  box-shadow: inset 0px 10px 10px 0px rgba(0, 0, 0, 0.05), -0.5em 0.5em 1rem 0 rgba(0, 0, 0, 0.1);
  transition: all 100ms ease;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, -1.5em, 0);
}
.nav-narrow #navigation.nav-active {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.nav-narrow #navigation a {
  display: block;
  padding: 0.2em 0.8em;
  line-height: 1.6em !important;
  text-decoration: none;
  color: var(--color-text);
}
.nav-narrow #navigation a:hover {
  text-decoration: underline;
}
.nav-narrow #navigation ul {
  margin-block: 0.5rem;
}
.nav-narrow #navigation .sub-menu {
  padding-left: 1em;
  margin-block: 0;
}
.nav-narrow #navigation .languages {
  padding: 0.3em 0.8em;
}
.nav-narrow #navigation .languages .icon {
  margin-right: 0.5em;
}
.nav-narrow #navigation .languages a,
.nav-narrow #navigation .languages span {
  display: inline-block;
}
.nav-narrow #navigation .languages span {
  font-weight: var(--font-weight-headers);
}

header#page-header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  background-color: #666;
  min-height: 34vh;
}
header#page-header .image {
  position: relative;
  min-height: 34vh;
}
header#page-header .image img {
  position: absolute;
}
header#page-header .page-title {
  position: absolute;
  width: 100%;
  z-index: 101;
  color: #FFF;
}
header#page-header .page-title .wrapper {
  padding-top: 4rem;
  padding-right: 2rem;
}
header#page-header .page-title h1, header#page-header .page-title h2 {
  margin-bottom: 0;
  max-width: 780px;
}
header#page-header .page-title h2 {
  margin-top: 0.35em;
  font-weight: var(--font-weight-default);
  font-size: 1.412em;
}
#home header#page-header {
  min-height: 40vh;
}
#home header#page-header .image {
  min-height: 40vh;
}

.page-intro {
  font-size: 1.118em;
  text-align: center;
  background-color: var(--color-bg);
}
.page-intro .wrapper {
  padding: 3.5rem 1rem;
  max-width: 680px;
}

@media screen and (max-width: 780px) {
  header#page-header .page-title h1 {
    font-size: 2.235em;
  }
}
@media screen and (max-width: 640px) {
  header#page-header .page-title {
    position: static;
    background-color: var(--color-bg);
    color: var(--color-text);
    text-align: center;
  }
  header#page-header .page-title .wrapper {
    padding: 3rem 1rem;
  }
  header#page-header .page-title h1 {
    font-size: 1.941em;
  }
  header#page-header .page-title h2 {
    margin-top: 0.7em;
  }
  .page-intro .wrapper {
    padding-top: 0;
  }
}
@media screen and (max-width: 480px) {
  header#page-header .page-title h1 {
    font-size: 1.765em;
  }
  .page-intro {
    font-size: 1.059em;
  }
}
@media screen and (min-width: 821px) {
  header#page-header,
  header#page-header .image {
    min-height: 51vh;
  }
  #home header#page-header,
  #home header#page-header .image {
    min-height: 60vh;
  }
}
@media screen and (min-width: 821px) and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  header#page-header,
  header#page-header .image {
    height: 60vh;
  }
}
footer {
  margin-top: 6rem;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--color-bg);
}
body.no-scroll {
  position: fixed;
  overflow: auto;
  width: 100%;
}

.wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--space-s);
}

.blocks-wrapper {
  width: 1000px;
  max-width: calc(100% - 2rem);
  margin: 2rem auto;
  background-color: #FFF;
  padding-bottom: 2rem;
}

@media screen and (max-width: 640px) {
  .blocks-wrapper {
    max-width: 100%;
    margin: 0 auto;
  }
}
section {
  margin-top: 4rem;
  overflow: hidden;
}
section:first-of-type {
  margin-top: 0;
}
section:first-of-type.bg-none {
  padding-top: 4rem;
}
section.block-popup + section {
  margin-top: 0;
}
section:empty {
  display: none;
}

div.right {
  display: flex;
  justify-content: flex-end;
}

.bg-color-white + .bg-color-white, .bg-color-site + .bg-color-white, .bg-imagery + .bg-color-white,
.bg-color-white + .bg-color-site,
.bg-color-site + .bg-color-site,
.bg-imagery + .bg-color-site,
.bg-color-white + .bg-imagery,
.bg-color-site + .bg-imagery,
.bg-imagery + .bg-imagery {
  margin-top: 0;
}

.bg-none + .bg-none {
  margin-top: 1rem;
}

.bg-color-white {
  padding: 2rem 0;
  background-color: var(--color-bg-pane);
}
.bg-color-white + .bg-color-white {
  padding-top: 0;
}

.bg-color-site {
  background-color: var(--color-primary);
  color: var(--color-text-on-primary);
  padding: 2rem 0;
}
.bg-color-site a {
  color: var(--color-text-on-primary);
}
.bg-color-site a:hover:before, .bg-color-site a:hover:after {
  color: var(--color-text-on-primary);
}

.bg-imagery {
  position: relative;
  padding-top: 0 !important;
}
.bg-imagery .imagery {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.bg-imagery .imagery img,
.bg-imagery .imagery video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.bg-imagery .wrapper {
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.bg-imagery .wrapper .titles + * {
  pointer-events: all;
}
.bg-imagery.bg-video .imagery:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.bg-imagery .caption {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.7rem;
  line-height: 1.5em;
  padding: 0 0.4em;
  background-color: var(--color-bg-pane);
  opacity: 0.5;
  z-index: 2;
}
.bg-imagery .caption:hover {
  opacity: 1;
  transition: opacity 200ms ease;
}

.titles {
  padding-top: 1rem;
}
.bg-imagery .titles {
  padding-bottom: 1rem;
  min-height: 40vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.block-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin-top: 0;
  z-index: 500;
  text-align: center;
  overflow: auto;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.55);
}
.block-popup.popped-up {
  display: block;
}
.block-popup:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.block-popup .popup-content {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background-color: var(--color-bg-pane);
  width: 740px;
  max-width: 96%;
  padding: 1rem;
  border-radius: 2px;
  box-shadow: 0 0 0.5em 0 rgba(0, 0, 0, 0.05);
  text-align: left;
}
.block-popup .popup-content .the-button {
  display: block;
  margin: 3rem auto 1.5rem;
}
.block-popup .popup-content .the-other-button {
  display: block;
  margin: 1rem auto 0;
  color: #cdcdcd;
  font-size: 0.8em;
  text-align: center;
  cursor: pointer;
}
.block-popup .popup-content .the-other-button:hover {
  text-decoration: underline;
}

.toggle-container {
  margin-bottom: 1.65em;
}
.toggle-container:first-of-type {
  margin-top: 2rem;
}
.toggle-container .toggle-title {
  position: relative;
  padding-right: 1.5rem;
  cursor: pointer;
  transition: all 100ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.toggle-container .toggle-title:hover {
  color: var(--color-primary);
}
.toggle-container .toggle-title:after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  right: 0;
  transition: all 200ms ease;
}
.toggle-container .toggle-content {
  display: none;
}
.toggle-container.active .toggle-title:after {
  transform: rotate(180deg);
}

.tooltip {
  display: inline-block;
  position: relative;
  border-bottom: 1px dashed currentColor;
  cursor: pointer;
}
li .tooltip {
  display: inline;
}
.tooltip .tooltip-content {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  transform: translate(0, -6px);
  width: 320px;
  padding: 0.35em 0.5em;
  background-color: #FFF;
  box-shadow: 0 0 0.5em 0 rgba(0, 0, 0, 0.25);
  font-size: 0.9em;
  line-height: 1.55em;
  z-index: 999;
}
.tooltip .tooltip-content:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background: transparent;
  height: 20px;
}
.tooltip .tooltip-content:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 1em;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #FFF;
}
.tooltip:hover .tooltip-content {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0px);
  transition: all 100ms ease;
}

.columns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-evenly;
  margin: 0 calc(var(--space-s) * -1);
  padding: 2rem 0 0;
}
.columns.column-count-1 {
  padding-top: 1rem;
}
.columns .column {
  margin-bottom: 1.65rem;
  padding: 0 var(--space-xs);
  flex-shrink: 0;
}
.columns .column:last-child {
  margin-bottom: 0rem;
}
.columns .column h1:not(:first-child), .columns .column h2:not(:first-child), .columns .column h3:first-of-type {
  margin-top: 1.65rem;
}
.columns .column h3:first-child {
  margin-top: 0;
}

.visible-s {
  display: block;
}

.invisible-s {
  display: none;
}

.column-width-s-1 {
  position: relative;
  width: 8.3333333333%;
}

.column-width-s-2 {
  position: relative;
  width: 16.6666666667%;
}

.column-width-s-3 {
  position: relative;
  width: 25%;
}

.column-width-s-4 {
  position: relative;
  width: 33.3333333333%;
}

.column-width-s-5 {
  position: relative;
  width: 41.6666666667%;
}

.column-width-s-6 {
  position: relative;
  width: 50%;
}

.column-width-s-7 {
  position: relative;
  width: 58.3333333333%;
}

.column-width-s-8 {
  position: relative;
  width: 66.6666666667%;
}

.column-width-s-9 {
  position: relative;
  width: 75%;
}

.column-width-s-10 {
  position: relative;
  width: 83.3333333333%;
}

.column-width-s-11 {
  position: relative;
  width: 91.6666666667%;
}

.column-width-s-12 {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 580px) {
  .visible-m {
    display: block;
  }
  .invisible-m {
    display: none;
  }
  .column-width-m-1 {
    position: relative;
    width: 8.3333333333%;
  }
  .column-width-m-2 {
    position: relative;
    width: 16.6666666667%;
  }
  .column-width-m-3 {
    position: relative;
    width: 25%;
  }
  .column-width-m-4 {
    position: relative;
    width: 33.3333333333%;
  }
  .column-width-m-5 {
    position: relative;
    width: 41.6666666667%;
  }
  .column-width-m-6 {
    position: relative;
    width: 50%;
  }
  .column-width-m-7 {
    position: relative;
    width: 58.3333333333%;
  }
  .column-width-m-8 {
    position: relative;
    width: 66.6666666667%;
  }
  .column-width-m-9 {
    position: relative;
    width: 75%;
  }
  .column-width-m-10 {
    position: relative;
    width: 83.3333333333%;
  }
  .column-width-m-11 {
    position: relative;
    width: 91.6666666667%;
  }
  .column-width-m-12 {
    position: relative;
    width: 100%;
  }
}
@media screen and (min-width: 860px) {
  .visible-l {
    display: block;
  }
  .invisible-l {
    display: none;
  }
  .column-width-l-1 {
    position: relative;
    width: 8.3333333333%;
  }
  .column-width-l-2 {
    position: relative;
    width: 16.6666666667%;
  }
  .column-width-l-3 {
    position: relative;
    width: 25%;
  }
  .column-width-l-4 {
    position: relative;
    width: 33.3333333333%;
  }
  .column-width-l-5 {
    position: relative;
    width: 41.6666666667%;
  }
  .column-width-l-6 {
    position: relative;
    width: 50%;
  }
  .column-width-l-7 {
    position: relative;
    width: 58.3333333333%;
  }
  .column-width-l-8 {
    position: relative;
    width: 66.6666666667%;
  }
  .column-width-l-9 {
    position: relative;
    width: 75%;
  }
  .column-width-l-10 {
    position: relative;
    width: 83.3333333333%;
  }
  .column-width-l-11 {
    position: relative;
    width: 91.6666666667%;
  }
  .column-width-l-12 {
    position: relative;
    width: 100%;
  }
}
@media screen and (min-width: 1080px) {
  .visible-xl {
    display: block;
  }
  .invisible-xl {
    display: none;
  }
  .column-width-xl-1 {
    position: relative;
    width: 8.3333333333%;
  }
  .column-width-xl-2 {
    position: relative;
    width: 16.6666666667%;
  }
  .column-width-xl-3 {
    position: relative;
    width: 25%;
  }
  .column-width-xl-4 {
    position: relative;
    width: 33.3333333333%;
  }
  .column-width-xl-5 {
    position: relative;
    width: 41.6666666667%;
  }
  .column-width-xl-6 {
    position: relative;
    width: 50%;
  }
  .column-width-xl-7 {
    position: relative;
    width: 58.3333333333%;
  }
  .column-width-xl-8 {
    position: relative;
    width: 66.6666666667%;
  }
  .column-width-xl-9 {
    position: relative;
    width: 75%;
  }
  .column-width-xl-10 {
    position: relative;
    width: 83.3333333333%;
  }
  .column-width-xl-11 {
    position: relative;
    width: 91.6666666667%;
  }
  .column-width-xl-12 {
    position: relative;
    width: 100%;
  }
}
@media screen and (max-width: 859px) {
  div[class*="-12"] h1, div[class*="-12"] h2, div[class*="-12"] h3:first-of-type {
    text-align: center;
  }
}
@media screen and (max-width: 579px) {
  .columns {
    margin: 0 -1rem;
  }
}
.item-header {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 100%;
  padding: 0.35em 0.25em 0;
  font-size: 0.85em;
  line-height: 1.15em;
  background-color: var(--color-primary);
  color: var(--color-text-on-primary);
  z-index: 3;
  text-transform: lowercase;
}
.items-columns.item-image-circle .item-header {
  top: 2rem;
  right: 2rem;
}
.items-list.item-image-circle .item-header {
  top: auto;
  right: auto;
  bottom: 1rem;
  left: 1rem;
}

.item-text-group {
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem;
  display: grid;
  grid-template-rows: max-content 1fr max-content;
  grid-template-columns: min-content 1fr;
}
.item-text-group:has(> :nth-child(4):last-child.item-links) {
  grid-template-rows: max-content max-content 1fr max-content;
}
.item-text-group:has(> :nth-child(5):last-child.item-links) {
  grid-template-rows: max-content max-content max-content 1fr max-content;
}
.item-text-group:has(> :nth-child(6):last-child.item-links) {
  grid-template-rows: max-content max-content max-content max-content 1fr max-content;
}
.item-text-group:has(> :nth-child(7):last-child.item-links) {
  grid-template-rows: max-content max-content max-content max-content max-content 1fr max-content;
}
.item-text-group:has(> :nth-child(8):last-child.item-links) {
  grid-template-rows: max-content max-content max-content max-content max-content max-content 1fr max-content;
}
.item-text-group:has(> :nth-child(9):last-child.item-links) {
  grid-template-rows: max-content max-content max-content max-content max-content max-content max-content 1fr max-content;
}
.item-text-group:has(> :nth-child(10):last-child.item-links) {
  grid-template-rows: max-content max-content max-content max-content max-content max-content max-content max-content 1fr max-content;
}
.item-text-group > * {
  grid-column: 1/3;
}
.item-text-group:first-child {
  padding-top: 1.5rem;
}
.item-text-group + .item-text-group {
  padding-top: 0;
}
.item-text-group .item-text:not(.item-title) {
  line-height: 1.45em;
  margin-bottom: 1em;
}
.item-text-group .item-text:not(.item-title):last-child {
  margin-bottom: 0;
}
.item-text-group .item-term {
  font-size: 0.9em;
  font-style: italic;
}
.item-text-group .item-term:has(+ .item-term):has(.label), .item-text-group .item-term + .item-term:has(.label) {
  display: grid;
  grid-template-columns: subgrid;
}
.item-text-group .item-term:has(+ .item-title) {
  margin-bottom: 0;
}
.item-text-group .item-term + .item-term {
  margin-top: -0.5em;
}
.item-text-group .item-title {
  margin-bottom: 0.25em;
}
.item-text-group h3.item-title {
  padding: 0rem 0 0.75rem;
}
.item-text-group h2.item-title {
  padding: 0.5rem 0 1rem;
}
.item-text-group .item-term + h2,
.item-text-group .item-term + h3 {
  padding-top: 0;
}

.item-term .label {
  display: inline-block;
  margin-inline-end: 0.5em;
}

.item-links {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  flex-grow: 0;
  align-items: center;
  -moz-column-gap: 1em;
       column-gap: 1em;
  row-gap: 0.5em;
  margin-top: 0.5em;
}
.item-links a {
  font-size: 0.85em;
  margin: 0.5em 0 0 0.5em;
}
.item-links a:nth-child(1) {
  order: 5;
}
.item-links a:nth-child(2) {
  order: 4;
}
.item-links a:nth-child(3) {
  order: 3;
}
.item-links a:nth-child(4) {
  order: 2;
}
.item-links a:nth-child(5) {
  order: 1;
}

.item-image-cover .item-excerpt {
  text-align: left;
}

.items-no-boxes .item-body .item-text:first-child {
  padding-top: 0rem;
}

.items-boxes .item-body .item-text:first-child {
  padding-top: 1rem;
}

a.item {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.text::before {
  background-color: var(--color-primary);
}

.items-full .item {
  display: block;
}
.items-full .item .image {
  position: relative;
  overflow: hidden;
}
.items-full .item .image img {
  display: block;
  width: 100%;
  max-height: 60vh;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  -o-object-position: 50% 40%;
     object-position: 50% 40%;
}
.items-full .item .text {
  background-color: var(--color-bg-pane);
}
.items-full a.item {
  text-decoration: none;
}

@media screen and (max-width: 879px) {
  .items-full .item {
    position: relative;
    margin-bottom: 2rem;
  }
  .items-full .item:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    z-index: 2;
    background-color: var(--color-primary);
  }
}
@media screen and (min-width: 880px) {
  .items-full .item {
    margin-bottom: 0;
  }
  .items-full .item .text {
    position: absolute;
    width: 460px;
    max-width: calc(50% - 2rem);
    text-align: left;
    color: var(--color-text);
  }
  .items-full .item .text:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    z-index: 2;
    background-color: var(--color-primary);
  }
  .items-full .item:nth-child(odd) .image img {
    transform-origin: left center;
  }
  .items-full .item:nth-child(odd) .text {
    bottom: 2rem;
    left: 2rem;
  }
  .items-full .item:nth-child(even) .image img {
    transform-origin: right center;
  }
  .items-full .item:nth-child(even) .text {
    bottom: 2rem;
    right: 2rem;
    text-align: right;
  }
  .items-full a.item .image img {
    transition: transform 100ms ease;
  }
  .items-full a.item:hover .image img {
    transform: scale(1.025);
    transition: transform 100ms ease;
  }
}
.items-list .items,
.items-columns .items {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem -1rem;
}
.items-list.items-boxes .items,
.items-columns.items-boxes .items {
  justify-content: flex-start;
}
.items-list.items-no-boxes .items,
.items-columns.items-no-boxes .items {
  justify-content: space-evenly;
}
.items-list .item,
.items-columns .item {
  display: flex;
  position: relative;
  margin: 1rem;
  overflow: hidden;
}
.items-list .item.hidden,
.items-columns .item.hidden {
  display: none;
}
.items-list .item-image,
.items-columns .item-image {
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  transform: translateZ(0);
}
.items-list .item-image img,
.items-columns .item-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.items-list.item-image-circle .item-image,
.items-columns.item-image-circle .item-image {
  padding: 0.5rem;
}
.items-list a.item,
.items-columns a.item {
  color: var(--color-text);
  text-decoration: none;
  transition: all 0ms linear;
}
.items-list a.item img,
.items-columns a.item img {
  transition: all 0ms linear;
}
.items-list a.item:hover,
.items-columns a.item:hover {
  transition: all 100ms cubic-bezier(0.25, 0.85, 0.55, 1);
}
.items-list a.item:hover .item-image img,
.items-columns a.item:hover .item-image img {
  transform: scale(1.02);
  transition: all 100ms cubic-bezier(0.25, 0.85, 0.55, 1);
}
.items-list.item-columns-1 .item,
.items-columns.item-columns-1 .item {
  width: calc(100% - 2rem);
}
.items-list.item-columns-2 .item,
.items-columns.item-columns-2 .item {
  width: calc(50% - 2rem);
}
.items-list.item-columns-3 .item,
.items-columns.item-columns-3 .item {
  width: calc(33.33% - 2rem);
}
.items-list.item-columns-4 .item,
.items-columns.item-columns-4 .item {
  width: calc(25% - 2rem);
}
.items-list.item-columns-5 .item,
.items-columns.item-columns-5 .item {
  width: calc(20% - 2rem);
}

.bg-imagery .items-columns.items-boxes.items-1 .items {
  justify-content: flex-end;
}

.items-columns .item {
  flex-direction: column;
}

@media all and (max-width: 880px) {
  .items-columns.item-columns-3 .item {
    width: calc(50% - 2rem);
  }
  .items-columns.item-columns-4 .item {
    width: calc(33.33% - 2rem);
  }
  .items-columns.item-columns-5 .item {
    width: calc(33.33% - 2rem);
  }
  .items-columns.items-1 .item {
    width: calc(100% - 2rem);
  }
  .items-columns.items-3.item-columns-3 .item {
    width: calc(100% - 2rem);
  }
  .items-columns.items-4.item-columns-4 .item {
    width: calc(50% - 2rem);
  }
}
@media all and (max-width: 560px) {
  .items-columns.item-columns-2 .item {
    width: calc(100% - 2rem);
  }
  .items-columns.item-columns-3 .item {
    width: calc(100% - 2rem);
  }
  .items-columns.item-columns-4 .item {
    width: calc(50% - 2rem);
  }
  .items-columns.item-columns-5 .item {
    width: calc(50% - 2rem);
  }
}
.items-list .item {
  flex-direction: row;
}
.items-list .item > .image-contain {
  margin: 0.5rem !important;
}
.items-list .item.item-has-header .item-text-group {
  padding-top: 1.5rem;
}
.items-list .item.item-has-header > .image-circle, .items-list .item.item-has-header > .image-contain {
  margin-top: 1.5rem !important;
}
.items-list.item-image-circle .item {
  align-items: start;
}

@media all and (max-width: 1280px) {
  .items-list.item-columns-3 .item {
    width: calc(50% - 2rem);
  }
  .items-list.item-columns-4 .item {
    width: calc(33.33% - 2rem);
  }
  .items-list.item-columns-5 .item {
    width: calc(33.33% - 2rem);
  }
  .items-list.items-3.item-columns-3 .item {
    width: calc(100% - 2rem);
  }
  .items-list.items-4.item-columns-4 .item {
    width: calc(50% - 2rem);
  }
}
@media all and (max-width: 960px) {
  .items-list.item-columns-2 .item {
    width: calc(100% - 2rem);
  }
  .items-list.item-columns-3 .item {
    width: calc(100% - 2rem);
  }
  .items-list.item-columns-4 .item {
    width: calc(50% - 2rem);
  }
  .items-list.item-columns-5 .item {
    width: calc(50% - 2rem);
  }
}
.bg-none .items-boxes .item, .bg-color-site .items-boxes .item, .bg-imagery .items-boxes .item {
  background-color: var(--color-bg-pane);
  box-shadow: 0 0 0.5em 0 rgba(0, 0, 0, 0.05);
}
.bg-none .items-boxes a.item:hover, .bg-color-site .items-boxes a.item:hover, .bg-imagery .items-boxes a.item:hover {
  box-shadow: 0 0 0.5em 0 rgba(0, 0, 0, 0.25);
}

.bg-color-white .items-boxes .item {
  background-color: var(--color-bg-pane-on-pane);
}
.bg-color-white .items-boxes a.item:hover {
  box-shadow: 0 0 0.5em 0 rgba(0, 0, 0, 0.15);
}

.bg-none .items-columns.items-boxes .item:before, .bg-color-white .items-columns.items-boxes .item:before, .bg-imagery .items-columns.items-boxes .item:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  z-index: 2;
  background-color: var(--color-primary);
}
.bg-none .items-list.items-boxes .item:before, .bg-color-white .items-list.items-boxes .item:before, .bg-imagery .items-list.items-boxes .item:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  z-index: 2;
  background-color: var(--color-primary);
}

.image-circle .image-wrapper {
  position: relative;
  width: 80%;
  height: 0;
  padding-bottom: 80%;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  background-color: #FFF;
}
.bg-none .image-circle .image-wrapper {
  box-shadow: 0 0 0.5em 0 rgba(0, 0, 0, 0.1);
}
.image-circle .image-wrapper img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.items-columns.item-image-cover .image-wrapper,
.items-columns.item-image-contain .image-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 67%;
  overflow: hidden;
}

.items-columns.item-image-cover img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.items-columns.item-image-contain img {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

.items-list .image-cover {
  max-width: 40%;
}

.items-list .image-circle {
  max-width: 40%;
}

.items-list.item-image-circle .item-image {
  min-height: auto !important;
}

#filters {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.25rem;
  margin: 2rem 0;
}
#filters ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.5rem;
}
#filters li {
  list-style: none;
  background: #FFF;
  line-height: 1.35em;
  padding: 0.15em 0.35em 0;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 0 0.5em 0 rgba(0, 0, 0, 0.05);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#filters li:hover {
  box-shadow: 0 0 0.5em 0 rgba(0, 0, 0, 0.25);
}
#filters li.active {
  background: var(--color-form);
  color: #FFF;
}

.block-steps {
  overflow: initial;
}
.block-steps .intro, .block-steps .step {
  position: relative;
  display: grid;
  padding: var(--space-m) 0;
  place-items: center;
  scroll-margin-top: var(--site-header-height);
}
.block-steps .intro {
  background-color: var(--color-primary);
  color: var(--color-text-on-primary, #fff);
  min-height: calc(100vh - 2 * var(--site-header-height));
  z-index: 2;
}
.block-steps .intro .wrapper {
  max-width: 680px;
}
.block-steps .intro a {
  color: var(--color-text-on-primary, #fff);
}
.block-steps .intro h1 {
  font-size: 2.5rem;
}
.block-steps .intro p {
  font-size: 1.15rem;
}
.block-steps .step {
  min-height: calc(100vh - var(--site-header-height));
}
.block-steps .step .wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2rem;
  align-items: flex-start;
  padding-top: 4rem;
}
.block-steps .step .wrapper .title, .block-steps .step .wrapper .content {
  padding: 1.5rem;
  flex-grow: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.block-steps .step .wrapper .title {
  position: relative;
  flex-basis: 30%;
  min-width: min(300px, 100% - 6rem);
  margin-top: 2rem;
  background-color: var(--color-primary);
  color: var(--color-text-on-primary, #fff);
  text-wrap: balance;
}
.block-steps .step .wrapper .title .number {
  position: absolute;
  top: 0;
  left: 0;
  translate: -60% -40%;
  font-size: 1.25rem;
  background-color: var(--color-primary);
  color: var(--color-text-on-primary, #fff);
  border-radius: 50%;
  width: 1.75em;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-steps .step .wrapper .title h2 {
  margin-bottom: 0.25em;
}
.block-steps .step .wrapper .title .subtitle {
  font-size: 1.15rem;
  line-height: 1.5;
}
.block-steps .step .wrapper .content {
  flex-basis: calc(70% - 6rem);
  min-width: min(400px, 100% - 6rem);
  background-color: #fff;
}
.block-steps .step:nth-child(odd) .wrapper {
  flex-direction: row-reverse;
}
.block-steps .step:nth-child(odd) .wrapper .title .number {
  left: 100%;
}
.block-steps .step-link {
  margin-block-start: 2rem;
}
.block-steps .step-links {
  --step-link-height: 2em;
  position: sticky;
  top: var(--site-header-height);
  margin: 0 auto 6rem;
  padding-inline: 1rem;
  display: flex;
  gap: 0.5rem;
  z-index: 1;
  align-items: start;
  justify-content: center;
}
.block-steps .step-links > a {
  background-color: #F5F5F5;
  width: 1.6em;
  padding-block: var(--step-link-height) 0.25em;
  margin-block-end: 0.5em;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 0 0.5em 0 rgba(0, 0, 0, 0.2);
}
.block-steps .step-links > a:hover, .block-steps .step-links > a.active {
  padding-block-start: calc(var(--step-link-height) + 0.5em);
  margin-block-end: 0;
  transition: all 100ms ease;
}
.block-steps .step-links > a.active {
  background-color: color-mix(in srgb, var(--color-primary, #000), #000 15%);
  color: var(--color-text-on-primary, #fff);
}

.single-item {
  position: relative;
  background-color: var(--color-bg-pane);
}
.single-item.columns {
  padding: 2rem var(--space-s);
}
.single-item:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  z-index: 2;
}

.downloads,
.links {
  margin-top: 2rem;
}
.downloads .button,
.links .button {
  margin-top: 1em;
  margin-bottom: 1em;
}
.downloads .link,
.links .link {
  display: inline-block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.downloads .link .icon,
.links .link .icon {
  margin-right: 0.5em;
  transition: all 100ms ease;
}
.downloads .link:hover .icon,
.links .link:hover .icon {
  margin-left: 0.1em;
  margin-right: 0.4em;
}

.post-date {
  display: block;
  font-style: italic;
  font-size: 0.9em;
}
.template-boxed .post-date {
  position: absolute;
  top: 0;
  left: 1rem;
}
.template-full-width .post-date {
  margin: -2rem 0 4rem;
  text-align: right;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: fixed;
  left: 0;
  top: 50% !important;
  transform: translateY(-50%);
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox a {
  text-decoration: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-nav a.lb-prev, .lb-nav a.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
  transition: opacity 0.6s;
}

.lb-nav a:after {
  position: absolute;
  top: 100%;
  font-size: 1em;
  line-height: 2rem;
  color: #000;
  font-family: "FontAwesome";
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
}

.lb-nav a.lb-prev:after {
  right: 7.75rem;
  content: "\f104";
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
}

.lb-nav a.lb-next:after {
  right: 6.75rem;
  content: "\f105";
}

.lb-dataContainer {
  background-color: var(--color-bg-pane);
  margin: 0 auto;
  *zoom: 1;
  width: 100%;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-dataContainer .lb-data {
  display: flex;
  align-items: center;
}

.lb-dataContainer .lb-data .lb-details {
  display: flex;
  justify-content: space-between;
  flex: 0rem 1 1;
  padding-left: 0.5em;
}

.lb-dataContainer .lb-data .lb-details .lb-caption {
  display: flex !important;
  align-items: center;
  font-size: 0.813em;
  text-align: left;
}

.lb-dataContainer .lb-data .lb-details .lb-number {
  flex-grow: 0;
  padding-left: 4em;
  font-size: 0.813em;
  line-height: 2rem;
  text-align: center;
  white-space: nowrap;
}

.lb-dataContainer .lb-data .lb-closeContainer {
  flex: 2rem 0 0;
  height: 2rem;
  text-align: center;
}

.lb-dataContainer .lb-data .lb-closeContainer .lb-close {
  position: relative;
  display: block;
  width: 0.6rem;
  margin: 0 auto;
  color: #000;
  outline: none;
}
.lb-dataContainer .lb-data .lb-closeContainer .lb-close:before, .lb-dataContainer .lb-data .lb-closeContainer .lb-close:after {
  position: absolute;
  top: 0;
  line-height: 2rem;
  font-family: "FontAwesome";
}
.lb-dataContainer .lb-data .lb-closeContainer .lb-close:before {
  left: 0;
  content: "\f105";
}
.lb-dataContainer .lb-data .lb-closeContainer .lb-close:after {
  right: 0;
  content: "\f104";
}
.lb-dataContainer .lb-data .lb-closeContainer .lb-close:hover {
  cursor: pointer;
}/*# sourceMappingURL=style.css.map */