/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Azeret+Mono:wght@300;400&family=Nunito:wght@400;600;700&display=swap");
@import '../lib/choices/styles/choices.min.css';
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:root {
  --root-font-size: 22px;
  --gutters: calc(5.4545454545rem);
  --header-height: calc(8.3636363636rem);
  --site-top-padding: calc(4.5454545455rem);
  --container-s: calc(70vw + calc(var(--gutters) * 2));
  --container-m: calc(54.5454545455rem + calc(var(--gutters) * 2));
  --container-ml: calc(66.3636363636rem + calc(var(--gutters) * 2));
  --container-l: calc(68.1818181818rem + calc(var(--gutters) * 2));
  --container-xl: calc(76.3636363636rem + calc(var(--gutters) * 2));
  --block-vertical-margin: calc(6.8181818182rem);
  --block-vertical-padding: calc(7.7272727273rem);
  --column-gap: calc(6.3636363636rem);
  --row-gap: calc(6.3636363636rem);
}

@media only screen and (max-width: 2000px) {
  :root {
    --root-font-size: 18px;
  }
}
@media only screen and (max-width: 1430px) {
  :root {
    --gutters: 70px;
    --container-l: 100%;
    --container-m: calc(100% - (2 * var(--gutters)));
  }
}
@media only screen and (max-width: 1000px) {
  :root {
    --gutters: 50px;
    --container-s: 100%;
    --container-m: 100%;
  }
}
@media only screen and (max-width: 700px) {
  :root {
    --gutters: 20px;
    --header-height: 83px;
  }
}
.module--singular-dairnet_project > *:first-child, .module--singular-dairnet_event > *:first-child, .module--singular-content > *:first-child {
  margin-top: 0;
}
.module--singular-dairnet_project > *:last-child, .module--singular-dairnet_event > *:last-child, .module--singular-content > *:last-child {
  margin-bottom: 0;
}
.module--singular-dairnet_project > *, .module--singular-dairnet_event > *, .module--singular-content > * {
  width: 100%;
  max-width: calc(54.5454545455rem + calc(calc(5.4545454545rem) * 2));
  max-width: var(--container-m);
  padding-left: calc(5.4545454545rem);
  padding-right: calc(5.4545454545rem);
  padding-left: var(--gutters);
  padding-right: var(--gutters);
  margin-left: auto;
  margin-right: auto;
}
.module--singular-dairnet_project > h1, .module--singular-dairnet_event > h1, .module--singular-content > h1 {
  font-family: "Azeret Mono", sans-serif;
  font-size: 2.2727272727rem;
  font-weight: 300;
  line-height: 1.2;
}
@media only screen and (max-width: 1430px) {
  .module--singular-dairnet_project > h1, .module--singular-dairnet_event > h1, .module--singular-content > h1 {
    font-size: 30px;
  }
}
.module--singular-dairnet_project > h1:first-of-type, .module--singular-dairnet_event > h1:first-of-type, .module--singular-content > h1:first-of-type {
  width: 100%;
  max-width: calc(68.1818181818rem + calc(calc(5.4545454545rem) * 2));
  max-width: var(--container-l);
  padding-left: calc(5.4545454545rem);
  padding-right: calc(5.4545454545rem);
  padding-left: var(--gutters);
  padding-right: var(--gutters);
  margin-left: auto;
  margin-right: auto;
  padding-right: calc(27.2727272727rem + calc(5.4545454545rem));
  padding-right: calc(27.2727272727rem + var(--gutters));
  margin-bottom: 1.2em;
}
.module--singular-dairnet_project h2, .module--singular-dairnet_event h2, .module--singular-content h2 {
  font-family: "Azeret Mono", sans-serif;
  font-size: 1.8181818182rem;
  font-weight: 300;
  line-height: 1.2;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 1430px) {
  .module--singular-dairnet_project h2, .module--singular-dairnet_event h2, .module--singular-content h2 {
    font-size: clamp(23px, 2.3vw, 1.8181818182rem);
  }
}
.module--singular-dairnet_project p, .module--singular-dairnet_event p, .module--singular-content p {
  margin-top: 2em;
  margin-bottom: 2em;
}
.module--singular-dairnet_project ul, .module--singular-dairnet_event ul, .module--singular-content ul {
  list-style: none;
}
.module--singular-dairnet_project ul li, .module--singular-dairnet_event ul li, .module--singular-content ul li {
  position: relative;
  padding-left: 2.5em;
  padding-top: 1.1363636364rem;
  padding-bottom: 1.1363636364rem;
}
.module--singular-dairnet_project ul li:before, .module--singular-dairnet_event ul li:before, .module--singular-content ul li:before {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  display: block;
  background: var(--wp--preset--color--purple);
  flex-shrink: 0;
  padding: 0.1818181818rem;
  background-clip: content-box;
  border: 1px solid var(--wp--preset--color--purple);
  content: "";
  position: absolute;
  top: 0.1em;
  left: 0;
}
.module--singular-dairnet_project ul li:before, .module--singular-dairnet_event ul li:before, .module--singular-content ul li:before {
  top: 1.3181818182rem;
}
.module--singular-dairnet_project ul li + li, .module--singular-dairnet_event ul li + li, .module--singular-content ul li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.module--singular-dairnet_project .alignwide, .module--singular-dairnet_event .alignwide, .module--singular-content .alignwide {
  width: 100%;
  max-width: calc(68.1818181818rem + calc(calc(5.4545454545rem) * 2));
  max-width: var(--container-l);
  padding-left: calc(5.4545454545rem);
  padding-right: calc(5.4545454545rem);
  padding-left: var(--gutters);
  padding-right: var(--gutters);
  margin-left: auto;
  margin-right: auto;
}
.module--singular-dairnet_project .has-text-align-center, .module--singular-dairnet_event .has-text-align-center, .module--singular-content .has-text-align-center {
  text-align: center;
}
.module--singular-dairnet_project > .wp-block-columns, .module--singular-dairnet_event > .wp-block-columns, .module--singular-content > .wp-block-columns {
  margin-top: 3.6363636364rem;
  margin-bottom: 3.6363636364rem;
}
.module--singular-dairnet_project > .meta, .module--singular-dairnet_event > .meta, .module--singular-content > .meta {
  width: 100%;
  max-width: calc(68.1818181818rem + calc(calc(5.4545454545rem) * 2));
  max-width: var(--container-l);
  padding-left: calc(5.4545454545rem);
  padding-right: calc(5.4545454545rem);
  padding-left: var(--gutters);
  padding-right: var(--gutters);
  margin-left: auto;
  margin-right: auto;
  color: white;
  margin-bottom: 2.2727272727rem;
}
.module--singular-dairnet_project > .meta > div, .module--singular-dairnet_event > .meta > div, .module--singular-content > .meta > div {
  background: rgba(99, 78, 226, 0.06) 0% 0% no-repeat padding-box;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 1.4545454545rem 1.6363636364rem;
  grid-column-gap: 2.2727272727rem;
  -moz-column-gap: 2.2727272727rem;
       column-gap: 2.2727272727rem;
  grid-row-gap: 0.9090909091rem;
  row-gap: 0.9090909091rem;
}
.module--singular-dairnet_project > .meta > div:before, .module--singular-dairnet_event > .meta > div:before, .module--singular-content > .meta > div:before {
  background: #634ee2 0% 0% no-repeat padding-box;
  filter: blur(33.3333333333%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0.3;
  pointer-events: none;
  display: block;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  content: "";
  filter: blur(2.2727272727rem);
}
@-moz-document url-prefix() {
  .module--singular-dairnet_project > .meta > div:before, .module--singular-dairnet_event > .meta > div:before, .module--singular-content > .meta > div:before {
    opacity: 0.15;
  }
}
.module--singular-dairnet_project > .meta .details, .module--singular-dairnet_event > .meta .details, .module--singular-content > .meta .details {
  display: flex;
  flex-wrap: wrap;
}
.module--singular-dairnet_project > .meta .details > *, .module--singular-dairnet_event > .meta .details > *, .module--singular-content > .meta .details > * {
  display: flex;
}
.module--singular-dairnet_project > .meta .details > * + *:before, .module--singular-dairnet_event > .meta .details > * + *:before, .module--singular-content > .meta .details > * + *:before {
  width: 0.5454545455rem;
  height: 0.5454545455rem;
  border-radius: 50%;
  display: block;
  background: var(--wp--preset--color--aqua);
  flex-shrink: 0;
  box-shadow: 0 0 0.4545454545rem var(--wp--preset--color--aqua);
  content: "";
  margin: 0.5em 1em 0 1em;
}
.module--singular-dairnet_project > .meta .details strong, .module--singular-dairnet_event > .meta .details strong, .module--singular-content > .meta .details strong {
  margin-right: 0.5em;
}
.module--singular-dairnet_project > .meta .buttons, .module--singular-dairnet_event > .meta .buttons, .module--singular-content > .meta .buttons {
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 1.2727272727rem;
  -moz-column-gap: 1.2727272727rem;
       column-gap: 1.2727272727rem;
  grid-row-gap: 17px;
  row-gap: 17px;
}
.module--singular-dairnet_project > .meta .buttons > *, .module--singular-dairnet_event > .meta .buttons > *, .module--singular-content > .meta .buttons > * {
  border: none;
  background: none;
  outline: 0;
  cursor: pointer;
  border-radius: 0;
  padding: 0;
  color: inherit;
  letter-spacing: 0.03em;
  font-family: "Azeret Mono", sans-serif;
  padding: 0 1.8181818182rem;
  display: flex;
  align-items: center;
  font-size: 0.8181818182rem;
  font-weight: normal;
  min-height: 2.7272727273rem;
  color: white;
  transition: 0.2s;
  text-decoration: none;
  background: transparent;
  border: 1px solid transparent;
  flex-shrink: 0;
  text-transform: lowercase;
  text-align: center;
  border-color: white;
}
.module--singular-dairnet_project > .meta .buttons > *:hover, .module--singular-dairnet_event > .meta .buttons > *:hover, .module--singular-content > .meta .buttons > *:hover {
  background-color: white;
  color: var(--wp--preset--color--off-black);
}
.module--singular-dairnet_project > .meta .buttons > *:first-child, .module--singular-dairnet_event > .meta .buttons > *:first-child, .module--singular-content > .meta .buttons > *:first-child {
  border: none;
  background: none;
  outline: 0;
  cursor: pointer;
  border-radius: 0;
  padding: 0;
  color: inherit;
  letter-spacing: 0.03em;
  font-family: "Azeret Mono", sans-serif;
  padding: 0 1.8181818182rem;
  display: flex;
  align-items: center;
  font-size: 0.8181818182rem;
  font-weight: normal;
  min-height: 2.7272727273rem;
  color: white;
  transition: 0.2s;
  text-decoration: none;
  background: var(--wp--preset--color--purple);
  border: 1px solid var(--wp--preset--color--purple);
  flex-shrink: 0;
  text-transform: lowercase;
  text-align: center;
}
.module--singular-dairnet_project > .meta .buttons > *:first-child:hover, .module--singular-dairnet_event > .meta .buttons > *:first-child:hover, .module--singular-content > .meta .buttons > *:first-child:hover {
  background-color: var(--wp--preset--color--aqua);
  border-color: var(--wp--preset--color--aqua);
  color: var(--wp--preset--color--off-black);
}
@media only screen and (max-width: 1000px) {
  .module--singular-dairnet_project > h1:first-child, .module--singular-dairnet_event > h1:first-child, .module--singular-content > h1:first-child {
    padding-right: calc(5.4545454545rem);
    padding-right: var(--gutters);
  }
  .module--singular-dairnet_project > .wp-block-columns, .module--singular-dairnet_event > .wp-block-columns, .module--singular-content > .wp-block-columns {
    grid-gap: 2.7272727273rem;
    gap: 2.7272727273rem;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 700px) {
  .module--singular-dairnet_project > .meta .details, .module--singular-dairnet_event > .meta .details, .module--singular-content > .meta .details {
    flex-direction: column;
  }
  .module--singular-dairnet_project > .meta .details > * + *:before, .module--singular-dairnet_event > .meta .details > * + *:before, .module--singular-content > .meta .details > * + *:before {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .module--singular-dairnet_project > .meta > div, .module--singular-dairnet_event > .meta > div, .module--singular-content > .meta > div {
    padding-left: calc(5.4545454545rem);
    padding-right: calc(5.4545454545rem);
    padding-left: var(--gutters);
    padding-right: var(--gutters);
  }
  .module--singular-dairnet_project > .meta .buttons > *, .module--singular-dairnet_event > .meta .buttons > *, .module--singular-content > .meta .buttons > * {
    width: 100%;
  }
}

.module--posts-listing.is-style-tile-grid:not(.is-style-slider), .module--posts-listing.is-style-slider {
  grid-row-gap: 2.2727272727rem;
  row-gap: 2.2727272727rem;
}
.module--posts-listing.is-style-tile-grid:not(.is-style-slider) .module--posts-listing-item, .module--posts-listing.is-style-slider .module--posts-listing-item {
  color: var(--wp--preset--color--off-black);
}
.module--posts-listing.is-style-tile-grid:not(.is-style-slider) .module--posts-listing-item > a, .module--posts-listing.is-style-slider .module--posts-listing-item > a {
  background: white;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.module--posts-listing.is-style-tile-grid:not(.is-style-slider) .module--posts-listing-item .feature-image, .module--posts-listing.is-style-slider .module--posts-listing-item .feature-image {
  margin-bottom: 0;
}
.module--posts-listing.is-style-tile-grid:not(.is-style-slider) .module--posts-listing-item .meta, .module--posts-listing.is-style-slider .module--posts-listing-item .meta {
  color: var(--wp--preset--color--purple);
  margin-bottom: 0;
}
.module--posts-listing.is-style-tile-grid:not(.is-style-slider) .module--posts-listing-item .category:before, .module--posts-listing.is-style-slider .module--posts-listing-item .category:before {
  color: var(--wp--preset--color--off-black);
}
.module--posts-listing.is-style-tile-grid:not(.is-style-slider) .module--posts-listing-item h4, .module--posts-listing.is-style-slider .module--posts-listing-item h4 {
  font-family: "Azeret Mono", sans-serif;
  font-size: 1.1363636364rem;
}
@media only screen and (max-width: 1430px) {
  .module--posts-listing.is-style-tile-grid:not(.is-style-slider) .module--posts-listing-item h4, .module--posts-listing.is-style-slider .module--posts-listing-item h4 {
    font-size: clamp(16px, 1.3vw, 1.1363636364rem);
  }
}
.module--posts-listing.is-style-tile-grid:not(.is-style-slider) .module--posts-listing-item .continuing, .module--posts-listing.is-style-slider .module--posts-listing-item .continuing {
  color: var(--wp--preset--color--blue);
}
.module--posts-listing.is-style-tile-grid:not(.is-style-slider) .module--posts-listing-item .continuing:before, .module--posts-listing.is-style-slider .module--posts-listing-item .continuing:before {
  background-color: var(--wp--preset--color--blue);
  box-shadow: none;
}
.module--posts-listing.is-style-tile-grid:not(.is-style-slider) .module--posts-listing-item .content, .module--posts-listing.is-style-slider .module--posts-listing-item .content {
  padding: 1.8181818182rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.module--posts-listing.is-style-tile-grid:not(.is-style-slider) .module--posts-listing-item .location, .module--posts-listing.is-style-slider .module--posts-listing-item .location,
.module--posts-listing.is-style-tile-grid:not(.is-style-slider) .module--posts-listing-item .author,
.module--posts-listing.is-style-slider .module--posts-listing-item .author {
  margin-top: auto;
}

/**
 * Swiper 8.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 26, 2022
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
[dir="ltr"] .swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child{
  margin-left: var(--swiper-centered-offset-before);
}
[dir="rtl"] .swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child{
  margin-right: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-top: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

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

:root {
  box-sizing: border-box;
}

html {
  font-size: 22px;
  font-size: var(--root-font-size);
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  font-family: "Nunito", sans-serif;
  line-height: 1.5;
  background-color: var(--wp--preset--color--off-black);
  color: var(--wp--preset--color--white);
  min-height: 100%;
  padding-top: calc(calc(8.3636363636rem) + calc(4.5454545455rem));
  padding-top: calc(var(--header-height) + var(--site-top-padding));
  overflow-x: hidden;
}
@media only screen and (max-width: 1000px) {
  body {
    font-size: clamp(15px, 1.5vw, 18px);
  }
}

figure {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
figure img {
  display: block;
}

img {
  height: auto;
}

a {
  color: inherit;
}

::-webkit-input-placeholder {
  color: white;
  opacity: 1;
}

::-moz-placeholder {
  color: white;
  opacity: 1;
}

:-ms-input-placeholder {
  color: white;
  opacity: 1;
}

:-moz-placeholder {
  color: white;
  opacity: 1;
}

/* Ninja Forms */
body .nf-form-cont .nf-before-form-content,
body .nf-form-cont .nf-form-title {
  display: none;
}
body .nf-form-cont .nf-field-container {
  margin-bottom: 1.8181818182rem;
}
body .nf-form-cont .nf-field-element input:not([type=button]):not([type=password]):not([type=submit]):not([type=checkbox]),
body .nf-form-cont .nf-field-element select,
body .nf-form-cont .nf-field-element textarea {
  background: transparent;
  font-family: "Azeret Mono", sans-serif;
  color: white;
  font-size: 0.8181818182rem;
}
body .nf-form-cont .nf-field-element input:not([type=button]):not([type=password]):not([type=submit]):not([type=checkbox]) {
  letter-spacing: 0.03em;
  border: none;
  border-bottom: 1px solid white;
  outline: none;
  padding-bottom: 0.9090909091rem;
}
body .nf-form-cont .nf-field-element select {
  border: none;
  border-bottom: 1px solid white;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 0 0.9090909091rem 0;
}
body .nf-form-cont .nf-field-element textarea {
  resize: none;
  border-color: white;
  height: 9.0909090909rem;
  min-height: 9.0909090909rem;
  max-height: 9.0909090909rem;
  padding: 0.9090909091rem;
  overflow: auto;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Nunito", sans-serif;
}
body .nf-form-cont .label-above .nf-field-label {
  margin-bottom: 0.9090909091rem;
}
body .nf-form-cont .nf-field-label label {
  letter-spacing: 0.03em;
  font-family: "Azeret Mono", sans-serif;
  font-size: 0.8181818182rem;
  font-weight: normal;
}
body .nf-form-cont .nf-input-limit {
  margin-top: 0.2272727273rem;
}
body .nf-form-cont .ninja-forms-req-symbol {
  color: var(--wp--preset--color--purple);
}
body .nf-form-cont .nf-error-msg {
  color: var(--wp--preset--color--purple);
  font-size: 0.6363636364rem;
}
body .nf-form-cont .textarea-wrap .nf-field-element {
  position: relative;
}
body .nf-form-cont .textarea-wrap .nf-field-element:before {
  background: #634ee2 0% 0% no-repeat padding-box;
  filter: blur(33.3333333333%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0.3;
  pointer-events: none;
  display: block;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  content: "";
  filter: blur(1.8181818182rem);
  opacity: 0.15;
}
@-moz-document url-prefix() {
  body .nf-form-cont .textarea-wrap .nf-field-element:before {
    opacity: 0.15;
  }
}
body .nf-form-cont .choices[data-type*=select-one] .choices__inner {
  min-height: auto;
  padding-bottom: 0.9090909091rem;
}
body .nf-form-cont .choices__list--dropdown .choices__list .choices__item:nth-child(1) {
  display: none;
}
body .nf-form-cont .submit-wrap input {
  border: none;
  background: none;
  outline: 0;
  cursor: pointer;
  border-radius: 0;
  padding: 0;
  color: inherit;
  letter-spacing: 0.03em;
  font-family: "Azeret Mono", sans-serif;
  padding: 0 1.8181818182rem;
  display: flex;
  align-items: center;
  font-size: 0.8181818182rem;
  font-weight: normal;
  min-height: 2.7272727273rem;
  color: white;
  transition: 0.2s;
  text-decoration: none;
  background: var(--wp--preset--color--purple);
  border: 1px solid var(--wp--preset--color--purple);
  flex-shrink: 0;
  text-transform: lowercase;
  text-align: center;
}
body .nf-form-cont .submit-wrap input:hover {
  background-color: var(--wp--preset--color--aqua);
  border-color: var(--wp--preset--color--aqua);
  color: var(--wp--preset--color--off-black);
}
body .nf-form-cont .list-select-wrap div div {
  display: block;
}
@media only screen and (max-width: 700px) {
  body .nf-form-cont .one-half {
    width: 100%;
    margin-left: 0;
  }
}

/* Choices */
body .choices {
  margin-bottom: 0;
}
body .choices[data-type*=select-one]:after {
  -webkit-mask: url("../images/icons/caret-down.svg") no-repeat 50% 50%;
          mask: url("../images/icons/caret-down.svg") no-repeat 50% 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: white;
  width: 1.0454545455rem;
  height: 0.5454545455rem;
  margin-top: 0 !important;
  border: none !important;
  top: 0.5em;
  right: 0;
}
body .choices[data-type*=select-one] .choices__inner {
  padding: 0;
}
body .choices[data-type*=select-one] .choices__input {
  display: none;
}
body .choices__inner {
  background: transparent;
  padding: 0;
  border: none;
  border-bottom: 1px solid white;
  height: 2.7272727273rem;
  border-radius: 0;
}
body .choices__inner .choices__list .choices__item {
  color: white;
}
body .choices__item {
  letter-spacing: 0.03em;
  font-family: "Azeret Mono", sans-serif;
  color: white;
  font-size: 0.8181818182rem;
  line-height: 1;
}
body .choices__list--single {
  padding: 0 1.8181818182rem 0 0;
}
body .choices__list--dropdown input {
  display: none;
}
body .choices__list--dropdown .choices__list {
  padding: 0;
}
body .choices__list--dropdown .choices__list .choices__item {
  color: var(--wp--preset--color--off-black);
  word-break: break-word;
}
body .choices__list--dropdown .choices__list .choices__item--selectable::after {
  display: none;
}
body .choices__placeholder {
  opacity: 1;
}
@media only screen and (max-width: 700px) {
  body .choices__inner {
    min-height: 40px;
  }
}

/* Modules */
.module--header {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  font-family: "Azeret Mono", sans-serif;
  font-size: 2.2727272727rem;
  font-weight: 300;
  line-height: 1.2;
  font-size: clamp(25px, 2vw, 2.2727272727rem);
  padding: 3.1818181818rem calc(5.4545454545rem);
  padding: 3.1818181818rem var(--gutters);
  text-transform: lowercase;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  line-height: 1;
  transition: 0.2s;
}
@media only screen and (max-width: 1430px) {
  .module--header {
    font-size: 30px;
  }
}
.sticky-header .module--header {
  background: black;
  padding-top: 1.8181818182rem;
  padding-bottom: 1.8181818182rem;
}
.module--header .logo {
  font-size: 0;
  display: inline-block;
  width: 13.2727272727rem;
}
.module--header .logo svg {
  width: 100%;
  height: auto;
  display: block;
}
.module--header .logo path {
  transition: 0.3s;
}
@media only screen and (min-width: 1001px) {
  .menu--active .module--header .logo path {
    fill: var(--wp--preset--color--white);
  }
}
@media only screen and (max-width: 1000px) {
  .menu--active .module--header .logo path.solid {
    fill: var(--wp--preset--color--blue);
  }
}
.module--header .menu-toggle {
  border: none;
  background: none;
  outline: 0;
  cursor: pointer;
  border-radius: 0;
  padding: 0;
  color: inherit;
  position: relative;
  width: 2rem;
  cursor: pointer;
  z-index: 0;
}
.module--header .menu-toggle:before {
  background: #634ee2 0% 0% no-repeat padding-box;
  filter: blur(calc(8.5909090909rem / 3));
  width: 8.5909090909rem;
  height: 8.5909090909rem;
  border-radius: 50%;
  opacity: 0.3;
  pointer-events: none;
  display: block;
  z-index: -1;
  content: "";
  display: block;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: 0.3s;
}
@-moz-document url-prefix() {
  .module--header .menu-toggle:before {
    opacity: 0.15;
  }
}
.module--header .menu-toggle:hover:before {
  visibility: visible;
  opacity: 0.3;
}
.module--header .menu-toggle span {
  display: block;
  width: 100%;
  height: 0.1363636364rem;
  background: var(--wp--preset--color--white);
  transition: all 0.3s;
  position: relative;
  left: 0;
}
.module--header .menu-toggle span + span {
  margin-top: 0.3636363636rem;
}
.menu--active .module--header .menu-toggle:before {
  content: none;
}
.menu--active .module--header .menu-toggle span {
  background-color: var(--wp--preset--color--off-black);
}
.menu--active .module--header .menu-toggle span:nth-child(1) {
  -webkit-animation: ease 0.7s menu-toggle-top forwards;
          animation: ease 0.7s menu-toggle-top forwards;
}
.menu--active .module--header .menu-toggle span:nth-child(2) {
  -webkit-animation: ease 0.7s menu-toggle-scaled forwards;
          animation: ease 0.7s menu-toggle-scaled forwards;
}
.menu--active .module--header .menu-toggle span:nth-child(3) {
  -webkit-animation: ease 0.7s menu-toggle-bottom forwards;
          animation: ease 0.7s menu-toggle-bottom forwards;
}
.menu--inactive .module--header .menu-toggle span:nth-child(1) {
  -webkit-animation: ease 0.7s menu-toggle-top-2 forwards;
          animation: ease 0.7s menu-toggle-top-2 forwards;
  width: 1.5909090909rem;
  left: 0.2272727273rem;
}
.menu--inactive .module--header .menu-toggle span:nth-child(2) {
  -webkit-animation: ease 0.7s menu-toggle-scaled-2 forwards;
          animation: ease 0.7s menu-toggle-scaled-2 forwards;
  width: 1.4090909091rem;
  left: 0.6818181818rem;
}
.menu--inactive .module--header .menu-toggle span:nth-child(3) {
  -webkit-animation: ease 0.7s menu-toggle-bottom-2 forwards;
          animation: ease 0.7s menu-toggle-bottom-2 forwards;
  width: 1.7272727273rem;
  left: -0.2272727273rem;
}
.module--header .menu-wrapper {
  background-color: var(--wp--preset--color--off-black);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  display: flex;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: visibility 0.3s, opacity 0.3s;
  overflow: hidden;
}
.menu--active .module--header .menu-wrapper {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.module--header .image {
  width: 40%;
  position: relative;
}
.module--header .image figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 1s;
  transition-delay: 0.1s;
}
.module--header .image figure.active {
  visibility: visible;
  opacity: 0.7;
}
.module--header .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.module--header nav {
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  overflow-y: auto;
  overflow-x: hidden;
  flex: 1;
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--off-black);
  position: relative;
}
.module--header nav > div {
  padding: 0 clamp(50px, 5vw, 6.8181818182rem);
  overflow: hidden;
  display: grid;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  align-items: center;
  min-height: 100%;
}
.module--header nav > div > ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: calc(calc(8.3636363636rem) + 2.2727272727rem);
  padding-bottom: calc(calc(8.3636363636rem) + 2.2727272727rem);
  padding-top: calc(var(--header-height) + 2.2727272727rem);
  padding-bottom: calc(var(--header-height) + 2.2727272727rem);
}
.module--header nav > div > ul > li {
  transform: translateX(5em);
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  z-index: 2;
}
.module--header nav > div > ul > li:nth-of-type(1) {
  transition-delay: 75ms;
}
.module--header nav > div > ul > li:nth-of-type(2) {
  transition-delay: 150ms;
}
.module--header nav > div > ul > li:nth-of-type(3) {
  transition-delay: 225ms;
}
.module--header nav > div > ul > li:nth-of-type(4) {
  transition-delay: 300ms;
}
.module--header nav > div > ul > li:nth-of-type(5) {
  transition-delay: 375ms;
}
.module--header nav > div > ul > li:nth-of-type(6) {
  transition-delay: 450ms;
}
.module--header nav > div > ul > li:nth-of-type(7) {
  transition-delay: 525ms;
}
.module--header nav > div > ul > li:nth-of-type(8) {
  transition-delay: 600ms;
}
.module--header nav > div > ul > li:nth-of-type(9) {
  transition-delay: 675ms;
}
.module--header nav > div > ul > li:nth-of-type(10) {
  transition-delay: 750ms;
}
.module--header nav > div > ul > li:nth-of-type(11) {
  transition-delay: 825ms;
}
.module--header nav > div > ul > li:nth-of-type(12) {
  transition-delay: 900ms;
}
.module--header nav > div > ul > li:nth-of-type(13) {
  transition-delay: 975ms;
}
.module--header nav > div > ul > li:nth-of-type(14) {
  transition-delay: 1050ms;
}
.module--header nav > div > ul > li:nth-of-type(15) {
  transition-delay: 1125ms;
}
.module--header nav > div > ul > li:nth-of-type(16) {
  transition-delay: 1200ms;
}
.module--header nav > div > ul > li:nth-of-type(17) {
  transition-delay: 1275ms;
}
.module--header nav > div > ul > li:nth-of-type(18) {
  transition-delay: 1350ms;
}
.module--header nav > div > ul > li:nth-of-type(19) {
  transition-delay: 1425ms;
}
.module--header nav > div > ul > li:nth-of-type(20) {
  transition-delay: 1500ms;
}
.module--header nav > div > ul > li:nth-of-type(21) {
  transition-delay: 1575ms;
}
.module--header nav > div > ul > li:nth-of-type(22) {
  transition-delay: 1650ms;
}
.module--header nav > div > ul > li:nth-of-type(23) {
  transition-delay: 1725ms;
}
.module--header nav > div > ul > li:nth-of-type(24) {
  transition-delay: 1800ms;
}
.module--header nav > div > ul > li:nth-of-type(25) {
  transition-delay: 1875ms;
}
.module--header nav > div > ul > li:nth-of-type(26) {
  transition-delay: 1950ms;
}
.module--header nav > div > ul > li:nth-of-type(27) {
  transition-delay: 2025ms;
}
.module--header nav > div > ul > li:nth-of-type(28) {
  transition-delay: 2100ms;
}
.module--header nav > div > ul > li:nth-of-type(29) {
  transition-delay: 2175ms;
}
.module--header nav > div > ul > li:nth-of-type(30) {
  transition-delay: 2250ms;
}
.module--header nav > div > ul > li:nth-of-type(31) {
  transition-delay: 2325ms;
}
.module--header nav > div > ul > li:nth-of-type(32) {
  transition-delay: 2400ms;
}
.module--header nav > div > ul > li:nth-of-type(33) {
  transition-delay: 2475ms;
}
.module--header nav > div > ul > li:nth-of-type(34) {
  transition-delay: 2550ms;
}
.module--header nav > div > ul > li:nth-of-type(35) {
  transition-delay: 2625ms;
}
.module--header nav > div > ul > li:nth-of-type(36) {
  transition-delay: 2700ms;
}
.module--header nav > div > ul > li:nth-of-type(37) {
  transition-delay: 2775ms;
}
.module--header nav > div > ul > li:nth-of-type(38) {
  transition-delay: 2850ms;
}
.module--header nav > div > ul > li:nth-of-type(39) {
  transition-delay: 2925ms;
}
.module--header nav > div > ul > li:nth-of-type(40) {
  transition-delay: 3000ms;
}
.module--header nav > div > ul > li:nth-of-type(41) {
  transition-delay: 3075ms;
}
.module--header nav > div > ul > li:nth-of-type(42) {
  transition-delay: 3150ms;
}
.module--header nav > div > ul > li:nth-of-type(43) {
  transition-delay: 3225ms;
}
.module--header nav > div > ul > li:nth-of-type(44) {
  transition-delay: 3300ms;
}
.module--header nav > div > ul > li:nth-of-type(45) {
  transition-delay: 3375ms;
}
.module--header nav > div > ul > li:nth-of-type(46) {
  transition-delay: 3450ms;
}
.module--header nav > div > ul > li:nth-of-type(47) {
  transition-delay: 3525ms;
}
.module--header nav > div > ul > li:nth-of-type(48) {
  transition-delay: 3600ms;
}
.module--header nav > div > ul > li:nth-of-type(49) {
  transition-delay: 3675ms;
}
.module--header nav > div > ul > li:nth-of-type(50) {
  transition-delay: 3750ms;
}
.module--header nav > div > ul > li:nth-of-type(51) {
  transition-delay: 3825ms;
}
.module--header nav > div > ul > li:nth-of-type(52) {
  transition-delay: 3900ms;
}
.module--header nav > div > ul > li:nth-of-type(53) {
  transition-delay: 3975ms;
}
.module--header nav > div > ul > li:nth-of-type(54) {
  transition-delay: 4050ms;
}
.module--header nav > div > ul > li:nth-of-type(55) {
  transition-delay: 4125ms;
}
.module--header nav > div > ul > li:nth-of-type(56) {
  transition-delay: 4200ms;
}
.module--header nav > div > ul > li:nth-of-type(57) {
  transition-delay: 4275ms;
}
.module--header nav > div > ul > li:nth-of-type(58) {
  transition-delay: 4350ms;
}
.module--header nav > div > ul > li:nth-of-type(59) {
  transition-delay: 4425ms;
}
.module--header nav > div > ul > li:nth-of-type(60) {
  transition-delay: 4500ms;
}
.module--header nav > div > ul > li:nth-of-type(61) {
  transition-delay: 4575ms;
}
.module--header nav > div > ul > li:nth-of-type(62) {
  transition-delay: 4650ms;
}
.module--header nav > div > ul > li:nth-of-type(63) {
  transition-delay: 4725ms;
}
.module--header nav > div > ul > li:nth-of-type(64) {
  transition-delay: 4800ms;
}
.module--header nav > div > ul > li:nth-of-type(65) {
  transition-delay: 4875ms;
}
.module--header nav > div > ul > li:nth-of-type(66) {
  transition-delay: 4950ms;
}
.module--header nav > div > ul > li:nth-of-type(67) {
  transition-delay: 5025ms;
}
.module--header nav > div > ul > li:nth-of-type(68) {
  transition-delay: 5100ms;
}
.module--header nav > div > ul > li:nth-of-type(69) {
  transition-delay: 5175ms;
}
.module--header nav > div > ul > li:nth-of-type(70) {
  transition-delay: 5250ms;
}
.module--header nav > div > ul > li:nth-of-type(71) {
  transition-delay: 5325ms;
}
.module--header nav > div > ul > li:nth-of-type(72) {
  transition-delay: 5400ms;
}
.module--header nav > div > ul > li:nth-of-type(73) {
  transition-delay: 5475ms;
}
.module--header nav > div > ul > li:nth-of-type(74) {
  transition-delay: 5550ms;
}
.module--header nav > div > ul > li:nth-of-type(75) {
  transition-delay: 5625ms;
}
.module--header nav > div > ul > li:nth-of-type(76) {
  transition-delay: 5700ms;
}
.module--header nav > div > ul > li:nth-of-type(77) {
  transition-delay: 5775ms;
}
.module--header nav > div > ul > li:nth-of-type(78) {
  transition-delay: 5850ms;
}
.module--header nav > div > ul > li:nth-of-type(79) {
  transition-delay: 5925ms;
}
.module--header nav > div > ul > li:nth-of-type(80) {
  transition-delay: 6000ms;
}
.module--header nav > div > ul > li:nth-of-type(81) {
  transition-delay: 6075ms;
}
.module--header nav > div > ul > li:nth-of-type(82) {
  transition-delay: 6150ms;
}
.module--header nav > div > ul > li:nth-of-type(83) {
  transition-delay: 6225ms;
}
.module--header nav > div > ul > li:nth-of-type(84) {
  transition-delay: 6300ms;
}
.module--header nav > div > ul > li:nth-of-type(85) {
  transition-delay: 6375ms;
}
.module--header nav > div > ul > li:nth-of-type(86) {
  transition-delay: 6450ms;
}
.module--header nav > div > ul > li:nth-of-type(87) {
  transition-delay: 6525ms;
}
.module--header nav > div > ul > li:nth-of-type(88) {
  transition-delay: 6600ms;
}
.module--header nav > div > ul > li:nth-of-type(89) {
  transition-delay: 6675ms;
}
.module--header nav > div > ul > li:nth-of-type(90) {
  transition-delay: 6750ms;
}
.module--header nav > div > ul > li:nth-of-type(91) {
  transition-delay: 6825ms;
}
.module--header nav > div > ul > li:nth-of-type(92) {
  transition-delay: 6900ms;
}
.module--header nav > div > ul > li:nth-of-type(93) {
  transition-delay: 6975ms;
}
.module--header nav > div > ul > li:nth-of-type(94) {
  transition-delay: 7050ms;
}
.module--header nav > div > ul > li:nth-of-type(95) {
  transition-delay: 7125ms;
}
.module--header nav > div > ul > li:nth-of-type(96) {
  transition-delay: 7200ms;
}
.module--header nav > div > ul > li:nth-of-type(97) {
  transition-delay: 7275ms;
}
.module--header nav > div > ul > li:nth-of-type(98) {
  transition-delay: 7350ms;
}
.module--header nav > div > ul > li:nth-of-type(99) {
  transition-delay: 7425ms;
}
@media only screen and (min-width: 1001px) {
  .module--header nav > div > ul > li {
    position: relative;
  }
}
.menu--active .module--header nav > div > ul > li {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 1001px) {
  .module--header nav > div > ul > li.item-has-children > a {
    pointer-events: none;
  }
  .module--header nav > div > ul > li.item-has-children:hover {
    z-index: 1;
  }
  .module--header nav > div > ul > li.item-has-children:hover:after {
    content: "";
    display: block;
    height: 9999em;
    width: 9999em;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
  }
  .module--header nav > div > ul > li.item-has-children:hover > a:before {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
  }
  .module--header nav > div > ul > li.item-has-children:hover > ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}
.module--header nav > div > ul > li > a {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1001px) {
  .module--header nav > div > ul > li > a:hover:before {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
  }
  .module--header nav > div > ul > li > a:before {
    content: "";
    height: 2px;
    width: 100%;
    background-color: var(--wp--preset--color--blue);
    position: absolute;
    bottom: -0.2em;
    transform: scale(0.2);
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
  }
}
.module--header nav > div > ul > li > ul {
  font-size: 0.5em;
  width: 30vw;
  max-width: 18.1818181818rem;
  position: absolute;
  top: 0;
  left: calc(100% + 2.2727272727rem);
  transform: translateY(2.2727272727rem);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
@media only screen and (min-width: 1001px) {
  .module--header nav > div > ul > li > ul a:hover {
    text-decoration: underline;
  }
}
.module--header nav .back {
  display: none;
}
.module--header nav .back a:before {
  -webkit-mask: url("../images/icons/arrow-left.svg") no-repeat 50% 50%;
          mask: url("../images/icons/arrow-left.svg") no-repeat 50% 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--wp--preset--color--blue);
  content: "";
  display: block;
  width: 1.45em;
  height: 0.85em;
}
.module--header nav a {
  display: inline-block;
}
.module--header .social-media {
  display: flex;
  align-items: flex-end;
  grid-gap: 0.6363636364rem;
  gap: 0.6363636364rem;
  font-size: 0;
  position: absolute;
  right: calc(5.4545454545rem);
  right: var(--gutters);
  bottom: clamp(50px, 5vw, 6.8181818182rem);
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
  transform: translateY(0.9090909091rem);
}
.menu--active .module--header .social-media {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.8s;
}
.module--header .social-media svg {
  width: 2.0909090909rem;
  height: 2.0909090909rem;
}
.module--header ul {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.module--header ul li {
  padding: 0;
}
.module--header ul li + li {
  border: none;
}
.module--header ul li + li {
  margin-top: 1em;
}
.module--header a {
  text-decoration: none;
}
@media only screen and (max-width: 1000px) {
  .module--header {
    text-align: center;
  }
  .module--header .image {
    display: none;
  }
  .module--header nav > div {
    padding: 0;
  }
  .module--header nav > div > ul {
    align-items: center;
    position: relative;
    display: block;
    transition: 0.3s;
  }
  .submenu--open .module--header nav > div > ul {
    transform: translateX(-100vw);
  }
  .module--header nav > div > ul > li.active > ul {
    display: block;
  }
  .menu--active .module--header nav > div > ul > li {
    transform: none;
  }
  .module--header nav > div > ul > li > ul {
    top: 0;
    left: 0;
    max-width: 100vw;
    transform: translateX(100vw);
    visibility: visible;
    opacity: 1;
    font-size: inherit;
    display: none;
  }
  .module--header nav .back {
    display: block;
  }
  .module--header .social-media {
    width: 100%;
    right: 0;
    justify-content: center;
  }
  .module--header ul {
    width: 100vw !important;
    padding-top: calc(calc(8.3636363636rem) + 2.2727272727rem);
    padding-bottom: calc(calc(8.3636363636rem) + 2.2727272727rem);
    padding-top: calc(var(--header-height) + 2.2727272727rem);
    padding-bottom: calc(var(--header-height) + 2.2727272727rem);
  }
  .module--header ul li + li {
    margin-top: 1.5em;
  }
}
@media only screen and (max-width: 700px) {
  .module--header {
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .module--header .logo {
    width: 151px;
  }
}

@-webkit-keyframes menu-toggle-top {
  0% {
    top: 0;
    transform: rotate(0);
  }
  50% {
    top: 0.5rem;
    transform: rotate(0);
  }
  100% {
    top: 0.5rem;
    transform: rotate(45deg);
  }
}

@keyframes menu-toggle-top {
  0% {
    top: 0;
    transform: rotate(0);
  }
  50% {
    top: 0.5rem;
    transform: rotate(0);
  }
  100% {
    top: 0.5rem;
    transform: rotate(45deg);
  }
}
@-webkit-keyframes menu-toggle-top-2 {
  0% {
    top: 0.5rem;
    transform: rotate(45deg);
  }
  50% {
    top: 0.5rem;
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    transform: rotate(0deg);
  }
}
@keyframes menu-toggle-top-2 {
  0% {
    top: 0.5rem;
    transform: rotate(45deg);
  }
  50% {
    top: 0.5rem;
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    transform: rotate(0deg);
  }
}
@-webkit-keyframes menu-toggle-bottom {
  0% {
    bottom: 0;
    transform: rotate(0);
  }
  50% {
    bottom: 0.5rem;
    transform: rotate(0);
  }
  100% {
    bottom: 0.5rem;
    transform: rotate(135deg);
  }
}
@keyframes menu-toggle-bottom {
  0% {
    bottom: 0;
    transform: rotate(0);
  }
  50% {
    bottom: 0.5rem;
    transform: rotate(0);
  }
  100% {
    bottom: 0.5rem;
    transform: rotate(135deg);
  }
}
@-webkit-keyframes menu-toggle-bottom-2 {
  0% {
    bottom: 0.5rem;
    transform: rotate(135deg);
  }
  50% {
    bottom: 0.5rem;
    transform: rotate(0);
  }
  100% {
    bottom: 0;
    transform: rotate(0);
  }
}
@keyframes menu-toggle-bottom-2 {
  0% {
    bottom: 0.5rem;
    transform: rotate(135deg);
  }
  50% {
    bottom: 0.5rem;
    transform: rotate(0);
  }
  100% {
    bottom: 0;
    transform: rotate(0);
  }
}
@-webkit-keyframes menu-toggle-scaled {
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes menu-toggle-scaled {
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}
@-webkit-keyframes menu-toggle-scaled-2 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes menu-toggle-scaled-2 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.module--footer {
  width: 100%;
  max-width: calc(68.1818181818rem + calc(calc(5.4545454545rem) * 2));
  max-width: var(--container-l);
  padding-left: calc(5.4545454545rem);
  padding-right: calc(5.4545454545rem);
  padding-left: var(--gutters);
  padding-right: var(--gutters);
  margin-left: auto;
  margin-right: auto;
  margin-top: calc(6.8181818182rem);
  margin-bottom: calc(6.8181818182rem);
  margin-top: var(--block-vertical-margin);
  margin-bottom: var(--block-vertical-margin);
  margin-bottom: 0 !important;
  padding-bottom: 4.5454545455rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  --max-mobile-width: 400px;
}
@media only screen and (max-width: 700px) {
  .module--footer {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
.module--footer > div:nth-child(1) {
  width: 50%;
  flex-shrink: 0;
}
.module--footer > div:nth-child(2) {
  flex-basis: 26.6363636364rem;
  margin-left: 2.2727272727rem;
  font-family: "Azeret Mono", sans-serif;
}
.module--footer .logo {
  font-size: 0;
  display: inline-block;
  width: clamp(98px, 11vw, 8.9545454545rem);
  margin-bottom: min(2.2727272727rem, 2.3vw);
  grid-area: logo;
}
.module--footer .logo svg {
  width: 100%;
  height: auto;
  display: block;
}
.module--footer .partners {
  grid-area: partners;
}
.module--footer .partners h3 {
  text-transform: uppercase;
  font-size: min(0.7727272727rem, 1.2vw);
  margin: 0 0 min(0.6818181818rem, 0.7vw) 0;
}
.module--footer .partners > div {
  display: flex;
  grid-gap: min(1.8181818182rem, 10%);
  gap: min(1.8181818182rem, 10%);
}
.module--footer .partners figure {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-basis: 24%;
  max-height: 4.5454545455rem;
}
.module--footer .partners img {
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
}
.module--footer .social-media {
  margin-bottom: min(0.6818181818rem, 0.2vw);
  display: flex;
  align-items: flex-end;
  grid-gap: 0.6363636364rem;
  gap: 0.6363636364rem;
}
.module--footer .social-media path {
  fill: var(--wp--preset--color--white);
  transition: fill 0.3s;
}
.module--footer .social-media .linkedin svg {
  width: 1.0909090909rem;
  height: 1.0909090909rem;
}
.module--footer .social-media .linkedin:hover path {
  fill: var(--wp--preset--color--blue);
}
.module--footer .social-media .twitter svg {
  width: 1.1818181818rem;
  height: 0.9545454545rem;
}
.module--footer .social-media .twitter:hover path {
  fill: var(--wp--preset--color--magenta);
}
.module--footer .subscribe {
  margin-bottom: min(1.5909090909rem, 0.7vw);
}
.module--footer .subscribe div {
  display: flex;
  border: 1px solid var(--wp--preset--color--white);
  height: clamp(34px, 4.5vw, 2.7272727273rem);
}
.module--footer .subscribe fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.module--footer .subscribe legend {
  font-size: min(0.8181818182rem, 1.2vw);
  margin: 0 0 1em 0;
}
.module--footer .subscribe input {
  flex: 1;
  width: 100%;
  background: transparent;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  color: inherit;
  font-size: clamp(9px, 0.8181818182rem, 1.2vw);
  padding: 0 0.4545454545rem;
}
.module--footer .subscribe button {
  border: none;
  background: none;
  outline: 0;
  cursor: pointer;
  border-radius: 0;
  padding: 0;
  color: inherit;
  background: var(--wp--preset--color--white);
  color: var(--wp--preset--color--off-black);
  font-size: clamp(9px, 0.8181818182rem, 1.2vw);
  flex-basis: clamp(95px, 7.5rem, 12vw);
}
.module--footer .menu {
  font-size: min(0.7272727273rem, 1.15vw);
  display: flex;
  justify-content: space-between;
}
.module--footer .lines {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  opacity: 0.25;
  z-index: -1;
}
.module--footer .lines > div {
  width: 100%;
  max-width: calc(54.5454545455rem + calc(calc(5.4545454545rem) * 2));
  max-width: var(--container-m);
  padding-left: calc(5.4545454545rem);
  padding-right: calc(5.4545454545rem);
  padding-left: var(--gutters);
  padding-right: var(--gutters);
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  position: relative;
}
.module--footer .lines span {
  width: 4px;
  position: absolute;
  top: -30vh;
  bottom: 0;
  z-index: 0;
}
.module--footer .lines span:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle at 2px, at 2px, white 2px, transparent 0);
  background-image: radial-gradient(circle at 2px 2px, white 2px, transparent 0);
  background-size: 4px 42vh;
  z-index: -1;
}
.module--footer .lines span:after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--wp--preset--color--white);
  opacity: 0.12;
  position: absolute;
  left: 1px;
  top: 0;
  opacity: 0.1;
}
.module--footer .lines span:nth-child(1) {
  left: calc(calc(5.4545454545rem) - 2px);
  left: calc(var(--gutters) - 2px);
}
.module--footer .lines span:nth-child(2) {
  left: calc(50% - 1px);
}
.module--footer .lines span:nth-child(3) {
  right: calc(calc(5.4545454545rem) - 2px);
  right: calc(var(--gutters) - 2px);
}
.module--footer a {
  text-decoration: none;
}
@media only screen and (max-width: 1430px) {
  .module--footer {
    max-width: 100%;
  }
  .module--footer .lines > div {
    max-width: calc(100% - 2 * calc(5.4545454545rem));
    max-width: calc(100% - 2 * var(--gutters));
  }
}
@media only screen and (max-width: 1000px) {
  .module--footer .lines {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  .module--footer {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 70px;
  }
  .module--footer > div {
    display: contents;
  }
  .module--footer > div:nth-child(1) {
    width: 100%;
  }
  .module--footer > div:nth-child(2) {
    margin: 0;
    width: min(var(--max-mobile-width), 100%);
  }
  .module--footer .logo {
    order: 1;
    margin-bottom: 30px;
  }
  .module--footer .partners {
    width: min(var(--max-mobile-width), 100%);
    margin-top: 30px;
    margin-bottom: 10px;
    order: 4;
  }
  .module--footer .partners h3 {
    font-size: min(9px, 2.4vw);
    margin: 0;
  }
  .module--footer .social-media {
    order: 2;
  }
  .module--footer .subscribe {
    width: min(var(--max-mobile-width), 100%);
    margin-bottom: min(20px, 6.7vw);
    order: 3;
  }
  .module--footer .subscribe legend {
    font-size: min(12px, 3.3vw);
  }
  .module--footer .menu {
    width: min(var(--max-mobile-width), 100%);
    grid-gap: 7%;
    gap: 7%;
    font-size: min(11px, 2.5vw);
    order: 5;
  }
}

/* Singular */
.module--singular-dairnet_project .meta .continuing {
  font-weight: bold;
  color: var(--wp--preset--color--aqua);
  display: flex;
  align-items: center;
}
.module--singular-dairnet_project .meta .continuing:before {
  width: 0.5454545455rem;
  height: 0.5454545455rem;
  border-radius: 50%;
  display: block;
  background: var(--wp--preset--color--aqua);
  flex-shrink: 0;
  box-shadow: 0 0 0.4545454545rem var(--wp--preset--color--aqua);
  content: "";
  margin-right: 0.5em;
}

.module--breadcrumbs {
  width: 100%;
  max-width: calc(68.1818181818rem + calc(calc(5.4545454545rem) * 2));
  max-width: var(--container-l);
  padding-left: calc(5.4545454545rem);
  padding-right: calc(5.4545454545rem);
  padding-left: var(--gutters);
  padding-right: var(--gutters);
  margin-left: auto;
  margin-right: auto;
  font-family: "Azeret Mono", sans-serif;
  margin-bottom: 1.8181818182rem;
}
.module--breadcrumbs ul {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
.module--breadcrumbs ul li {
  padding: 0;
}
.module--breadcrumbs ul li + li {
  border: none;
}
.module--breadcrumbs ul li {
  font-size: 0.9090909091rem;
  flex-shrink: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}
.module--breadcrumbs ul li a {
  border: none;
  background: none;
  outline: 0;
  cursor: pointer;
  border-radius: 0;
  padding: 0;
  color: inherit;
  letter-spacing: 0.03em;
  font-family: "Azeret Mono", sans-serif;
  font-size: 0.9090909091rem;
  text-decoration: none;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  transition: 0.3s;
  position: relative;
  flex-shrink: 0;
  line-height: 1;
  text-transform: lowercase;
}
.module--breadcrumbs ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  background-color: var(--wp--preset--color--blue);
  height: 1px;
  width: 100%;
}
.module--breadcrumbs ul li a:hover:after {
  -webkit-animation: ease 0.4s button-style-01-hover forwards;
          animation: ease 0.4s button-style-01-hover forwards;
}
@media only screen and (max-width: 1430px) {
  .module--breadcrumbs ul li a {
    font-size: clamp(14px, 1.2vw, 0.9090909091rem);
  }
}
@-webkit-keyframes button-style-01-hover {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes button-style-01-hover {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.module--breadcrumbs ul li a:after {
  width: 0;
}
.module--breadcrumbs ul li a:hover:after {
  width: 100%;
}
.module--breadcrumbs ul li:after {
  content: "//";
  padding-right: 0.65em;
}
.module--breadcrumbs ul li:last-child {
  flex-shrink: 1;
  max-width: 500px;
}
.module--breadcrumbs ul li:last-child a {
  pointer-events: none;
  text-decoration: none;
}
.module--breadcrumbs ul li:last-child:after {
  content: none;
}

/* Listing */
.module--posts-listing-item > a {
  display: block;
  position: relative;
  height: 100%;
}
.module--posts-listing-item > a:hover .read-more:after {
  -webkit-animation: ease 0.4s button-style-01-hover forwards;
          animation: ease 0.4s button-style-01-hover forwards;
}
.module--posts-listing-item .feature-image {
  position: relative;
  margin-bottom: 1.8181818182rem;
}
.module--posts-listing-item .feature-image:before {
  content: "";
  display: block;
  padding-bottom: 60%;
  width: 100%;
}
.module--posts-listing-item .feature-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.module--posts-listing-item .meta {
  font-family: "Azeret Mono", sans-serif;
  font-size: 0.8636363636rem;
  letter-spacing: 0.03em;
  font-family: "Nunito", sans-serif;
  color: var(--wp--preset--color--blue);
  text-transform: lowercase;
  margin-bottom: 0.4545454545rem;
  display: flex;
}
@media only screen and (max-width: 1430px) {
  .module--posts-listing-item .meta {
    font-size: clamp(12px, 1.1vw, 0.8636363636rem);
  }
}
.module--posts-listing-item .category:before {
  content: "/ /";
  margin-left: 0.7em;
  margin-right: 0.7em;
  color: white;
}
.module--posts-listing-item h4 {
  letter-spacing: 0.03em;
  margin: 0 0 2em 0;
  font-family: "Azeret Mono", sans-serif;
  font-size: 0.9090909091rem;
  font-weight: normal;
}
.module--posts-listing-item .read-more {
  border: none;
  background: none;
  outline: 0;
  cursor: pointer;
  border-radius: 0;
  padding: 0;
  color: inherit;
  letter-spacing: 0.03em;
  font-family: "Azeret Mono", sans-serif;
  font-size: 0.9090909091rem;
  text-decoration: none;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  transition: 0.3s;
  position: relative;
  flex-shrink: 0;
  line-height: 1;
}
.module--posts-listing-item .read-more:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  background-color: var(--wp--preset--color--blue);
  height: 1px;
  width: 100%;
}
.module--posts-listing-item .read-more:hover:after {
  -webkit-animation: ease 0.4s button-style-01-hover forwards;
          animation: ease 0.4s button-style-01-hover forwards;
}
@media only screen and (max-width: 1430px) {
  .module--posts-listing-item .read-more {
    font-size: clamp(14px, 1.2vw, 0.9090909091rem);
  }
}
@keyframes button-style-01-hover {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.module--posts-listing-item a {
  text-decoration: none;
}

.is-type-dairnet_event {
  color: var(--wp--preset--color--off-black);
}
.is-type-dairnet_event > a {
  background: white;
}
.is-type-dairnet_event .meta time {
  letter-spacing: 0.03em;
  color: var(--wp--preset--color--purple);
}
.is-type-dairnet_event .location {
  letter-spacing: 0.03em;
  display: flex;
  align-items: center;
  font-size: 0.9090909091rem;
  color: var(--wp--preset--color--light-grey);
}
.is-type-dairnet_event .location:before {
  -webkit-mask: url("../images/icons/pin.svg") no-repeat 50% 50%;
          mask: url("../images/icons/pin.svg") no-repeat 50% 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--wp--preset--color--light-grey);
  content: "";
  display: block;
  width: 0.9em;
  height: 1.4em;
  margin-right: 0.5em;
}
.is-type-dairnet_event * {
  color: inherit;
}

.is-type-dairnet_project .continuing {
  color: var(--wp--preset--color--aqua);
  display: flex;
  margin-top: -0.4545454545rem;
  margin-bottom: 0.9090909091rem;
}
.is-type-dairnet_project .continuing:before {
  width: 0.5454545455rem;
  height: 0.5454545455rem;
  border-radius: 50%;
  display: block;
  background: var(--wp--preset--color--aqua);
  flex-shrink: 0;
  box-shadow: 0 0 0.4545454545rem var(--wp--preset--color--aqua);
  content: "";
  margin: 0.5em 0.5em 0 0;
}

.is-type-dairnet_publication .author {
  letter-spacing: 0.03em;
  font-size: 0.9090909091rem;
  color: var(--wp--preset--color--light-grey);
}

/* Blocks */
.module--banner {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  font-family: "Azeret Mono", sans-serif;
}
.module--banner .banner-image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.module--banner .banner-image:before {
  content: "";
  display: block;
  width: 100%;
  height: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, var(--wp--preset--color--off-black) 100%);
}
.module--banner .banner-image img {
  -o-object-fit: "contain";
     object-fit: "contain";
  -o-object-fit: var(--banner-background-size, "contain");
     object-fit: var(--banner-background-size, "contain");
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: var(--banner-overlay-opacity);
}
.module--banner .banner-text {
  width: 100%;
  max-width: calc(68.1818181818rem + calc(calc(5.4545454545rem) * 2));
  max-width: var(--container-l);
  padding-left: calc(5.4545454545rem);
  padding-right: calc(5.4545454545rem);
  padding-left: var(--gutters);
  padding-right: var(--gutters);
  margin-left: auto;
  margin-right: auto;
  padding-top: calc( calc(8.3636363636rem) + 2.2727272727rem );
  padding-bottom: calc( calc(8.3636363636rem) + 2.2727272727rem );
  padding-top: calc( var(--header-height) + 2.2727272727rem );
  padding-bottom: calc( var(--header-height) + 2.2727272727rem );
  color: var(--banner-text-color);
  position: relative;
  margin: auto;
  width: 100%;
}
.module--banner .banner-text * {
  color: inherit;
}
.module--banner .banner-text:before, .module--banner .banner-text:after {
  content: "";
  position: absolute;
  bottom: 0;
}
.module--banner .banner-text:before {
  background: #634ee2 0% 0% no-repeat padding-box;
  filter: blur(calc(41.1363636364rem / 3));
  width: 41.1363636364rem;
  height: 41.1363636364rem;
  border-radius: 50%;
  opacity: 0.3;
  pointer-events: none;
  display: block;
  z-index: -1;
  left: 0;
  transform: translate3d(-50%, 20%, 0);
}
@-moz-document url-prefix() {
  .module--banner .banner-text:before {
    opacity: 0.15;
  }
}
.module--banner .banner-text:after {
  background: #634ee2 0% 0% no-repeat padding-box;
  filter: blur(calc(23.8181818182rem / 3));
  width: 23.8181818182rem;
  height: 23.8181818182rem;
  border-radius: 50%;
  opacity: 0.3;
  pointer-events: none;
  display: block;
  z-index: -1;
  right: 0;
  transform: translate3d(50%, 30%, 0);
}
@-moz-document url-prefix() {
  .module--banner .banner-text:after {
    opacity: 0.15;
  }
}
.module--banner h2 {
  font-family: "Azeret Mono", sans-serif;
  font-size: 3.4090909091rem;
  font-weight: 300;
  line-height: 1.14;
}
@media only screen and (max-width: 1430px) {
  .module--banner h2 {
    font-size: clamp(40px, 4.3vw, 3.4090909091rem);
  }
}
.module--banner .scroll {
  border: none;
  background: none;
  outline: 0;
  cursor: pointer;
  border-radius: 0;
  padding: 0;
  color: inherit;
  position: absolute;
  bottom: 2.2727272727rem;
  left: 50%;
  transform: translateX(-50%);
}
.module--banner .scroll:hover span:nth-child(2) {
  background-color: var(--wp--preset--color--blue);
}
.module--banner .scroll span {
  display: block;
}
.module--banner .scroll span:nth-child(1) {
  text-transform: uppercase;
  font-size: 0.6363636364rem;
  margin-bottom: 0.9090909091rem;
}
.module--banner .scroll span:nth-child(2) {
  width: 4.0909090909rem;
  height: 4.0909090909rem;
  border-radius: 50%;
  background-color: var(--wp--preset--color--grey);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
}
.module--banner .scroll span:nth-child(2):after {
  -webkit-mask: url("../images/icons/arrow-down.svg") no-repeat 50% 50%;
          mask: url("../images/icons/arrow-down.svg") no-repeat 50% 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--wp--preset--color--white);
  content: "";
  width: 0.9545454545rem;
  height: 1.6363636364rem;
  display: block;
  transition: 0.2s;
}
@media only screen and (max-width: 700px) {
  .module--banner {
    align-items: flex-start;
  }
  .module--banner .banner-text {
    margin: 0;
  }
  .module--banner .scroll {
    bottom: 70px;
  }
  .module--banner .scroll span:nth-child(2) {
    width: 56px;
    height: 56px;
  }
  .module--banner .scroll span:nth-child(2)::after {
    width: 13px;
    height: 22px;
  }
}

.module--singular-content > .module--banner:first-child {
  margin-top: calc((calc(8.3636363636rem) + calc(4.5454545455rem)) * -1);
  margin-top: calc((var(--header-height) + var(--site-top-padding)) * -1);
}

@-webkit-keyframes scroll-button-hover {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0.2272727273rem);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes scroll-button-hover {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0.2272727273rem);
  }
  100% {
    transform: translateY(0);
  }
}
.module--box {
  margin-top: calc(6.8181818182rem);
  margin-bottom: calc(6.8181818182rem);
  margin-top: var(--block-vertical-margin);
  margin-bottom: var(--block-vertical-margin);
  color: var(--wp--preset--color--white);
  position: relative;
}
@media only screen and (max-width: 700px) {
  .module--box {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
.module--box .box-content {
  background: rgba(99, 78, 226, 0.06) 0% 0% no-repeat padding-box;
  padding: 5.4545454545rem calc(calc(5.4545454545rem) + 1.3636363636rem);
  padding: 5.4545454545rem calc(var(--gutters) + 1.3636363636rem);
  position: relative;
  overflow: hidden;
}
.module--box .box-content > *:first-child {
  margin-top: 0;
}
.module--box .box-content > *:last-child {
  margin-bottom: 0;
}
.module--box .box-content:before {
  background: #634ee2 0% 0% no-repeat padding-box;
  filter: blur(calc(22.7272727273rem / 3));
  width: 22.7272727273rem;
  height: 22.7272727273rem;
  border-radius: 50%;
  opacity: 0.3;
  pointer-events: none;
  display: block;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  content: "";
}
@-moz-document url-prefix() {
  .module--box .box-content:before {
    opacity: 0.15;
  }
}
@media only screen and (max-width: 1430px) {
  .module--box .box-content {
    padding: 80px calc(5.4545454545rem);
    padding: 80px var(--gutters);
  }
}
@media only screen and (max-width: 1000px) {
  .module--box .box-content {
    padding: 50px calc(5.4545454545rem);
    padding: 50px var(--gutters);
  }
}
.module--box ul {
  padding-left: 0;
}
@media only screen and (max-width: 1430px) {
  .module--box {
    max-width: 100%;
  }
}

.module--image-with-form {
  width: 100%;
  max-width: calc(68.1818181818rem + calc(calc(5.4545454545rem) * 2));
  max-width: var(--container-l);
  padding-left: calc(5.4545454545rem);
  padding-right: calc(5.4545454545rem);
  padding-left: var(--gutters);
  padding-right: var(--gutters);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  grid-gap: 6.3636363636rem;
  gap: 6.3636363636rem;
  position: relative;
}
.module--image-with-form:before {
  background: #634ee2 0% 0% no-repeat padding-box;
  filter: blur(calc(29.7272727273rem / 3));
  width: 29.7272727273rem;
  height: 26.7727272727rem;
  border-radius: 50%;
  opacity: 0.3;
  pointer-events: none;
  display: block;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  content: "";
  top: 0;
}
@-moz-document url-prefix() {
  .module--image-with-form:before {
    opacity: 0.15;
  }
}
.module--image-with-form > * {
  flex-shrink: 0;
  flex-grow: 0;
}
.module--image-with-form .image-box {
  width: calc(35% - 3.1818181818rem);
}
.module--image-with-form .image-box img {
  max-width: 100%;
  height: auto;
}
.module--image-with-form .form-box {
  width: calc(65% - 3.1818181818rem);
}
@media only screen and (max-width: 1000px) {
  .module--image-with-form .image-box {
    display: none;
  }
  .module--image-with-form .form-box {
    width: 100%;
  }
}

.module--image-with-text-box {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-top: calc(6.8181818182rem);
  margin-bottom: calc(6.8181818182rem);
  margin-top: var(--block-vertical-margin);
  margin-bottom: var(--block-vertical-margin);
  font-family: "Azeret Mono", sans-serif;
  color: var(--wp--preset--color--off-black);
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 100vh;
  max-height: 49.0909090909rem;
}
@media only screen and (max-width: 700px) {
  .module--image-with-text-box {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
.module--image-with-text-box .image {
  background-image: var(--block-background-image);
  background-position: var(--block-background-position);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
}
.module--image-with-text-box .text {
  width: 100%;
  max-width: calc(68.1818181818rem + calc(calc(5.4545454545rem) * 2));
  max-width: var(--container-l);
  padding-left: calc(5.4545454545rem);
  padding-right: calc(5.4545454545rem);
  padding-left: var(--gutters);
  padding-right: var(--gutters);
  margin-left: auto;
  margin-right: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(5.4545454545rem);
  padding-right: calc(5.4545454545rem);
  padding-left: var(--gutters);
  padding-right: var(--gutters);
  position: relative;
  width: 100%;
  z-index: 1;
}
.module--image-with-text-box .text-box {
  background: white;
  padding: 2.7272727273rem 3.6363636364rem;
  width: 100%;
  max-width: 50%;
}
.module--image-with-text-box .text-box > *:first-child {
  margin-top: 0;
}
.module--image-with-text-box .text-box > *:last-child {
  margin-bottom: 0;
}
.module--image-with-text-box p {
  color: var(--wp--preset--color--off-black);
  font-size: clamp(14px, 1.3vw, 1rem);
}
.module--image-with-text-box.text-box-align-right .text-box {
  margin-left: auto;
}
@media only screen and (max-width: 1000px) {
  .module--image-with-text-box {
    height: 70vh;
  }
  .module--image-with-text-box .text {
    padding: 0;
  }
  .module--image-with-text-box .text-box {
    padding: calc(5.4545454545rem);
    padding: var(--gutters);
  }
}
@media only screen and (max-width: 700px) {
  .module--image-with-text-box {
    min-height: auto;
    flex-direction: column;
    height: auto;
  }
  .module--image-with-text-box .image {
    position: relative;
    position: relative;
  }
  .module--image-with-text-box .image:before {
    content: "";
    display: block;
    padding-bottom: 60%;
    width: 100%;
  }
  .module--image-with-text-box .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .module--image-with-text-box .text-box {
    max-width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

.module--text-tiles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: minmax(18.1818181818rem, 1fr) minmax(18.1818181818rem, 1fr);
  grid-column-gap: 1.3636363636rem;
  -moz-column-gap: 1.3636363636rem;
       column-gap: 1.3636363636rem;
  grid-row-gap: 3.8181818182rem;
  row-gap: 3.8181818182rem;
}
@media only screen and (max-width: 1000px) {
  .module--text-tiles {
    grid-row-gap: 1.3636363636rem;
    row-gap: 1.3636363636rem;
  }
}
@media only screen and (max-width: 700px) {
  .module--text-tiles {
    grid-template-columns: 1fr;
  }
}

.module--text-tile-item {
  background: rgba(99, 78, 226, 0.06) 0% 0% no-repeat padding-box;
  padding: 5rem 2.4545454545rem;
  position: relative;
  overflow: hidden;
}
.module--text-tile-item > *:first-child {
  margin-top: 0;
}
.module--text-tile-item > *:last-child {
  margin-bottom: 0;
}
.module--text-tile-item:before {
  background: #634ee2 0% 0% no-repeat padding-box;
  filter: blur(calc(23.1818181818rem / 3));
  width: 23.1818181818rem;
  height: 25.4545454545rem;
  border-radius: 50%;
  opacity: 0.3;
  pointer-events: none;
  display: block;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  content: "";
}
@-moz-document url-prefix() {
  .module--text-tile-item:before {
    opacity: 0.15;
  }
}
.module--text-tile-item .icon {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: "Azeret Mono", sans-serif;
  font-size: 0.9090909091rem;
  margin-bottom: 1.5909090909rem;
}
.module--text-tile-item .icon figure {
  width: 3.1818181818rem;
  height: 3.1818181818rem;
  position: relative;
  margin: 0 0 0.9090909091rem 0;
}
.module--text-tile-item .icon figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 700px) {
  .module--text-tile-item {
    padding: 50px calc(5.4545454545rem);
    padding: 50px var(--gutters);
  }
}

h2 + .module--text-tiles {
  margin-top: 7.7272727273rem;
}
@media only screen and (max-width: 1000px) {
  h2 + .module--text-tiles {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 700px) {
  h2 + .module--text-tiles {
    margin-top: 50px;
  }
}

.module--key-points {
  width: 100%;
  max-width: calc(54.5454545455rem + calc(calc(5.4545454545rem) * 2));
  max-width: var(--container-m);
  padding-left: calc(5.4545454545rem);
  padding-right: calc(5.4545454545rem);
  padding-left: var(--gutters);
  padding-right: var(--gutters);
  margin-left: auto;
  margin-right: auto;
  margin-top: calc(6.8181818182rem);
  margin-bottom: calc(6.8181818182rem);
  margin-top: var(--block-vertical-margin);
  margin-bottom: var(--block-vertical-margin);
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 700px) {
  .module--key-points {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
.module--key-points:before {
  background: #634ee2 0% 0% no-repeat padding-box;
  filter: blur(calc(29.7272727273rem / 3));
  width: 29.7272727273rem;
  height: 26.7727272727rem;
  border-radius: 50%;
  opacity: 0.3;
  pointer-events: none;
  display: block;
  z-index: -1;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
@-moz-document url-prefix() {
  .module--key-points:before {
    opacity: 0.15;
  }
}
.module--key-points h3 {
  font-family: "Azeret Mono", sans-serif;
  font-size: 1.8181818182rem;
  font-weight: 300;
  line-height: 1.2;
  text-transform: lowercase;
}
@media only screen and (max-width: 1430px) {
  .module--key-points h3 {
    font-size: clamp(23px, 2.3vw, 1.8181818182rem);
  }
}
.module--key-points p {
  max-width: 30.4545454545rem;
  margin-left: auto;
  margin-right: auto;
}
.module--key-points ul {
  font-family: "Azeret Mono", sans-serif;
  font-size: 0.8636363636rem;
  letter-spacing: 0.03em;
  display: grid;
  grid-gap: 4.5454545455rem;
  gap: 4.5454545455rem;
  text-align: left;
  margin-top: 4.5454545455rem;
  margin-bottom: 0;
  padding-bottom: 4.5454545455rem;
  padding-left: 0;
}
@media only screen and (max-width: 1430px) {
  .module--key-points ul {
    font-size: clamp(12px, 1.1vw, 0.8636363636rem);
  }
}
.module--key-points ul li {
  padding-top: 0;
  padding-bottom: 0;
}
.module--key-points ul li:before {
  top: 0.1em;
}
.module--key-points ul li + li {
  border: none;
}
.module--key-points ul.has-2-columns {
  grid-template-columns: 1fr 1fr;
}
.module--key-points ul.has-3-columns {
  grid-template-columns: 1fr 1fr 1fr;
}
.module--key-points li {
  position: relative;
  padding-left: 2.5em;
}
.module--key-points li:before {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  display: block;
  background: var(--wp--preset--color--purple);
  flex-shrink: 0;
  padding: 0.1818181818rem;
  background-clip: content-box;
  border: 1px solid var(--wp--preset--color--purple);
  content: "";
  position: absolute;
  top: 0.1em;
  left: 0;
}
@media only screen and (max-width: 1430px) {
  .module--key-points {
    width: 100%;
    max-width: calc(70vw + calc(calc(5.4545454545rem) * 2));
    max-width: var(--container-s);
    padding-left: calc(5.4545454545rem);
    padding-right: calc(5.4545454545rem);
    padding-left: var(--gutters);
    padding-right: var(--gutters);
    margin-left: auto;
    margin-right: auto;
  }
  .module--key-points ul {
    grid-gap: 4vw;
    gap: 4vw;
  }
}
@media only screen and (max-width: 800px) {
  .module--key-points ul {
    margin-top: 50px;
    padding: 0;
  }
  .module--key-points ul.has-3-columns {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 500px) {
  .module--key-points ul.has-2-columns, .module--key-points ul.has-3-columns {
    grid-template-columns: 1fr;
  }
}

.module--page-intro {
  width: 100%;
  max-width: calc(68.1818181818rem + calc(calc(5.4545454545rem) * 2));
  max-width: var(--container-l);
  padding-left: calc(5.4545454545rem);
  padding-right: calc(5.4545454545rem);
  padding-left: var(--gutters);
  padding-right: var(--gutters);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  grid-gap: 2.7272727273rem;
  gap: 2.7272727273rem;
  position: relative;
}
.module--page-intro:before {
  background: #634ee2 0% 0% no-repeat padding-box;
  filter: blur(calc(29.7272727273rem / 3));
  width: 29.7272727273rem;
  height: 26.7727272727rem;
  border-radius: 50%;
  opacity: 0.3;
  pointer-events: none;
  display: block;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  content: "";
  top: -20%;
}
@-moz-document url-prefix() {
  .module--page-intro:before {
    opacity: 0.15;
  }
}
.module--page-intro .page-intro-left {
  font-family: "Azeret Mono", sans-serif;
  font-size: 1.1363636364rem;
  flex-basis: 30.9090909091rem;
}
@media only screen and (max-width: 1430px) {
  .module--page-intro .page-intro-left {
    font-size: clamp(16px, 1.3vw, 1.1363636364rem);
  }
}
.module--page-intro .page-intro-right {
  flex-basis: 22.2727272727rem;
  margin-top: 2.5rem;
}
@media only screen and (max-width: 700px) {
  .module--page-intro {
    flex-direction: column;
    grid-gap: 20px;
    gap: 20px;
  }
  .module--page-intro .page-intro-left,
.module--page-intro .page-intro-right {
    flex-basis: 0;
    margin: 0;
  }
}

.wp-block-columns {
  display: flex;
  grid-gap: 6.8181818182rem;
  gap: 6.8181818182rem;
}
.wp-block-columns .wp-block-column {
  flex: 1;
}
.wp-block-columns .wp-block-column > *:first-child {
  margin-top: 0;
}
.wp-block-columns .wp-block-column > *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1000px) {
  .wp-block-columns {
    flex-direction: column;
    grid-gap: 100px;
    gap: 100px;
  }
}

.wp-block-buttons {
  margin-top: 1.5909090909rem;
  margin-bottom: 1.5909090909rem;
}

.wp-block-button__link {
  border: none;
  background: none;
  outline: 0;
  cursor: pointer;
  border-radius: 0;
  padding: 0;
  color: inherit;
  letter-spacing: 0.03em;
  font-family: "Azeret Mono", sans-serif;
  font-size: 0.9090909091rem;
  text-decoration: none;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  transition: 0.3s;
  position: relative;
  flex-shrink: 0;
  line-height: 1;
}
.wp-block-button__link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  background-color: var(--wp--preset--color--blue);
  height: 1px;
  width: 100%;
}
.wp-block-button__link:hover:after {
  -webkit-animation: ease 0.4s button-style-01-hover forwards;
          animation: ease 0.4s button-style-01-hover forwards;
}
@media only screen and (max-width: 1430px) {
  .wp-block-button__link {
    font-size: clamp(14px, 1.2vw, 0.9090909091rem);
  }
}
@keyframes button-style-01-hover {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.wp-block-image img {
  max-width: 100%;
  height: auto;
}
.wp-block-image figcaption {
  font-size: max(0.7272727273rem, 14px);
  padding: 10px;
  text-align: center;
}
.wp-block-image .aligncenter img {
  margin-left: auto;
  margin-right: auto;
}

.module--singular-content > .wp-block-image {
  margin-top: calc(6.8181818182rem);
  margin-bottom: calc(6.8181818182rem);
  margin-top: var(--block-vertical-margin);
  margin-bottom: var(--block-vertical-margin);
}
@media only screen and (max-width: 700px) {
  .module--singular-content > .wp-block-image {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}

.wp-block-post-featured-image > * {
  max-width: 100%;
  height: auto;
}

.module--icons {
  font-family: "Azeret Mono", sans-serif;
  font-size: 0.8636363636rem;
  display: grid;
  grid-template-columns: repeat(var(--icon-grid-columns), 1fr);
  grid-column-gap: 3.1818181818rem;
  -moz-column-gap: 3.1818181818rem;
       column-gap: 3.1818181818rem;
  grid-row-gap: 3.1818181818rem;
  row-gap: 3.1818181818rem;
}
@media only screen and (max-width: 1430px) {
  .module--icons {
    font-size: clamp(12px, 1.1vw, 0.8636363636rem);
  }
}

.module--icons-item > *:first-child {
  margin-top: 0;
}
.module--icons-item > *:last-child {
  margin-bottom: 0;
}
.module--icons-item .icon {
  width: 3.1818181818rem;
  height: 3.1818181818rem;
  position: relative;
}
.module--icons-item .icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.module--icons-item p {
  max-width: 11em;
}

.module--stats {
  width: 100%;
  max-width: calc(54.5454545455rem + calc(calc(5.4545454545rem) * 2));
  max-width: var(--container-m);
  padding-left: calc(5.4545454545rem);
  padding-right: calc(5.4545454545rem);
  padding-left: var(--gutters);
  padding-right: var(--gutters);
  margin-left: auto;
  margin-right: auto;
  margin-top: calc(6.8181818182rem);
  margin-bottom: calc(6.8181818182rem);
  margin-top: var(--block-vertical-margin);
  margin-bottom: var(--block-vertical-margin);
  display: grid;
  grid-template-columns: repeat(var(--icon-grid-columns), 1fr);
  grid-column-gap: 3.1818181818rem;
  -moz-column-gap: 3.1818181818rem;
       column-gap: 3.1818181818rem;
  grid-row-gap: 3.1818181818rem;
  row-gap: 3.1818181818rem;
}
@media only screen and (max-width: 700px) {
  .module--stats {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 1430px) {
  .module--stats {
    width: 100%;
    max-width: calc(70vw + calc(calc(5.4545454545rem) * 2));
    max-width: var(--container-s);
    padding-left: calc(5.4545454545rem);
    padding-right: calc(5.4545454545rem);
    padding-left: var(--gutters);
    padding-right: var(--gutters);
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 500px) {
  .module--stats {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

.module--stats-item {
  text-align: center;
}
.module--stats-item span {
  display: inline-block;
  font-size: 4.5454545455rem;
  line-height: 1.1;
}
.module--stats-item p {
  font-family: "Azeret Mono", sans-serif;
  font-size: 0.8636363636rem;
  margin: 0;
  text-transform: lowercase;
}
@media only screen and (max-width: 1430px) {
  .module--stats-item p {
    font-size: clamp(12px, 1.1vw, 0.8636363636rem);
  }
}
@media only screen and (max-width: 1430px) {
  .module--stats-item span {
    font-size: clamp(50px, 6.1vw, 4.5454545455rem);
  }
}

.module--posts-listing {
  width: 100%;
  max-width: calc(68.1818181818rem + calc(calc(5.4545454545rem) * 2));
  max-width: var(--container-l);
  padding-left: calc(5.4545454545rem);
  padding-right: calc(5.4545454545rem);
  padding-left: var(--gutters);
  padding-right: var(--gutters);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.module--posts-listing .module--filters.is-type-post {
  letter-spacing: 0.03em;
  font-family: "Azeret Mono", sans-serif;
  font-size: 0.9090909091rem;
  text-transform: lowercase;
  width: 100%;
  margin-bottom: 0.9090909091rem;
}
.module--posts-listing .module--filters.is-type-post form {
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 0.8181818182rem;
  -moz-column-gap: 0.8181818182rem;
       column-gap: 0.8181818182rem;
  grid-row-gap: 0.4545454545rem;
  row-gap: 0.4545454545rem;
}
.module--posts-listing .module--filters.is-type-post label {
  display: flex;
}
.module--posts-listing .module--filters.is-type-post label input {
  position: absolute;
  visibility: hidden;
}
.module--posts-listing .module--filters.is-type-post label input:checked + span {
  background: var(--wp--preset--color--aqua);
  color: var(--wp--preset--color--off-black);
}
.module--posts-listing .module--filters.is-type-post label span {
  cursor: pointer;
  padding: 0.2272727273rem 0.4545454545rem;
}
.module--posts-listing .module--filters.is-type-post .choices,
.module--posts-listing .module--filters.is-type-post select {
  display: none;
  width: 100%;
}
@media only screen and (max-width: 700px) {
  .module--posts-listing .module--filters.is-type-post label {
    display: none;
  }
  .module--posts-listing .module--filters.is-type-post .choices {
    display: block;
  }
}
.module--posts-listing .module--filters.is-type-projects {
  position: relative;
  margin-bottom: 1.3636363636rem;
}
.module--posts-listing .module--filters.is-type-projects:before {
  background: #634ee2 0% 0% no-repeat padding-box;
  filter: blur(calc(4.5454545455rem / 3));
  width: 4.5454545455rem;
  height: 4.5454545455rem;
  border-radius: 50%;
  opacity: 0.3;
  pointer-events: none;
  display: block;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
@-moz-document url-prefix() {
  .module--posts-listing .module--filters.is-type-projects:before {
    opacity: 0.15;
  }
}
.module--posts-listing .module--filters.is-type-projects .filter-bar {
  position: relative;
  padding: 1.3636363636rem min(calc(5.4545454545rem), 3.1818181818rem);
  padding: 1.3636363636rem min(var(--gutters), 3.1818181818rem);
  margin-bottom: 2.2727272727rem;
  overflow: visible;
  background: rgba(255, 255, 255, 0.04);
  display: flex;
  justify-content: space-between;
}
.module--posts-listing .module--filters.is-type-projects .filter-bar .category-filters {
  max-width: 20.9090909091rem;
  width: 100%;
}
.module--posts-listing .module--filters.is-type-projects .filter-bar .choices__inner {
  border: 1px solid white;
  padding: 0.9090909091rem;
}
.module--posts-listing .module--filters.is-type-projects .filter-bar .choices__item {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.module--posts-listing .module--filters.is-type-projects .filter-bar .choices[data-type*=select-one]::after {
  top: 1.0909090909rem;
  right: 0.9090909091rem;
}
.module--posts-listing .module--filters.is-type-projects .filter-bar button {
  border: none;
  background: none;
  outline: 0;
  cursor: pointer;
  border-radius: 0;
  padding: 0;
  color: inherit;
  letter-spacing: 0.03em;
  font-family: "Azeret Mono", sans-serif;
  padding: 0 1.8181818182rem;
  display: flex;
  align-items: center;
  font-size: 0.8181818182rem;
  font-weight: normal;
  min-height: 2.7272727273rem;
  color: white;
  transition: 0.2s;
  text-decoration: none;
  background: var(--wp--preset--color--purple);
  border: 1px solid var(--wp--preset--color--purple);
  flex-shrink: 0;
  text-transform: lowercase;
  text-align: center;
  margin-left: 20px;
}
.module--posts-listing .module--filters.is-type-projects .filter-bar button:hover {
  background-color: var(--wp--preset--color--aqua);
  border-color: var(--wp--preset--color--aqua);
  color: var(--wp--preset--color--off-black);
}
.module--posts-listing .module--filters.is-type-projects label {
  display: block;
  margin-top: 1.8181818182rem;
}
.module--posts-listing .module--filters.is-type-projects label.checkbox {
  display: flex;
  align-items: center;
}
.module--posts-listing .module--filters.is-type-projects label.checkbox span {
  display: flex;
  align-items: center;
  padding-left: 1.7272727273rem;
  position: relative;
}
.module--posts-listing .module--filters.is-type-projects label.checkbox span:before {
  content: "";
  display: flex;
  width: 1.2727272727rem;
  height: 1.2727272727rem;
  border: 1px solid var(--wp--preset--color--white);
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
}
.module--posts-listing .module--filters.is-type-projects label.checkbox input[type=checkbox] {
  visibility: hidden;
  width: 0;
  height: 0;
}
.module--posts-listing .module--filters.is-type-projects label.checkbox input[type=checkbox]:checked + span:before {
  content: "x";
}
.module--posts-listing .module--filters.is-type-projects .module--search {
  position: absolute;
  bottom: calc(100% + 2.7272727273rem);
  right: 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid currentColor;
  height: 2.2727272727rem;
  line-height: 2.2727272727rem;
  width: 100%;
  max-width: 22.2727272727rem;
}
.module--posts-listing .module--filters.is-type-projects .module--search input {
  background: transparent;
  border: none;
  color: white;
  outline: none;
  order: 2;
  margin: 0;
  padding: 0 0 0 0.6818181818rem;
  height: 2.2727272727rem;
  flex: 1;
  font-size: 0.7727272727rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.module--posts-listing .module--filters.is-type-projects .module--search button {
  border: none;
  background: none;
  outline: 0;
  cursor: pointer;
  border-radius: 0;
  padding: 0;
  color: inherit;
  -webkit-mask: url("../images/icons/search.svg") no-repeat 50% 50%;
          mask: url("../images/icons/search.svg") no-repeat 50% 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: white;
  width: 1em;
  height: 1em;
  order: 1;
}
.module--posts-listing .module--filters.is-type-projects .category-description {
  max-width: 30rem;
}
.module--posts-listing .module--filters.is-type-projects .category-description h3 {
  font-family: "Azeret Mono", sans-serif;
  font-size: 1.3636363636rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.9090909091rem;
}
@media only screen and (max-width: 1430px) {
  .module--posts-listing .module--filters.is-type-projects .category-description h3 {
    font-size: clamp(20px, 2.1vw, 1.3636363636rem);
  }
}
.module--posts-listing .module--filters.is-type-projects .category-description p {
  margin: 0.9090909091rem 0;
}
@media only screen and (max-width: 1430px) {
  .module--posts-listing .module--filters.is-type-projects .module--search {
    bottom: calc(100% + 40px);
  }
}
@media only screen and (max-width: 1000px) {
  .module--posts-listing .module--filters.is-type-projects .module--search {
    position: static;
    margin-bottom: 30px;
    margin-left: auto;
  }
}
@media only screen and (max-width: 700px) {
  .module--posts-listing .module--filters.is-type-projects .filter-bar button {
    display: none;
  }
  .module--posts-listing .module--filters.is-type-projects .category-description {
    display: none;
  }
}
.module--posts-listing.is-style-slider .module--posts-listing-item {
  max-width: 21.1363636364rem;
}
.module--posts-listing.is-style-slider .swiper-slide {
  height: auto;
}
.module--posts-listing.is-style-slider .read-more {
  display: none;
}
.module--posts-listing.is-style-slider .listing-buttons {
  margin-top: 4.3181818182rem;
}
.module--posts-listing.is-style-slider .listing-buttons .see-all {
  border: none;
  background: none;
  outline: 0;
  cursor: pointer;
  border-radius: 0;
  padding: 0;
  color: inherit;
  letter-spacing: 0.03em;
  font-family: "Azeret Mono", sans-serif;
  font-size: 0.9090909091rem;
  text-decoration: none;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  transition: 0.3s;
  position: relative;
  flex-shrink: 0;
  line-height: 1;
}
.module--posts-listing.is-style-slider .listing-buttons .see-all:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  background-color: var(--wp--preset--color--blue);
  height: 1px;
  width: 100%;
}
.module--posts-listing.is-style-slider .listing-buttons .see-all:hover:after {
  -webkit-animation: ease 0.4s button-style-01-hover forwards;
          animation: ease 0.4s button-style-01-hover forwards;
}
@media only screen and (max-width: 1430px) {
  .module--posts-listing.is-style-slider .listing-buttons .see-all {
    font-size: clamp(14px, 1.2vw, 0.9090909091rem);
  }
}
@keyframes button-style-01-hover {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.module--posts-listing:not(.is-style-slider):before {
  background: #634ee2 0% 0% no-repeat padding-box;
  filter: blur(calc(29.7272727273rem / 3));
  width: 29.7272727273rem;
  height: 26.7727272727rem;
  border-radius: 50%;
  opacity: 0.3;
  pointer-events: none;
  display: block;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
}
@-moz-document url-prefix() {
  .module--posts-listing:not(.is-style-slider):before {
    opacity: 0.15;
  }
}
.page--research-projects .module--posts-listing:not(.is-style-slider):before {
  top: 13.6363636364rem;
}
.module--posts-listing:not(.is-style-slider).is--loading .listing-buttons .load-more:after {
  width: 98%;
  transition: width 3s ease;
}
.module--posts-listing:not(.is-style-slider) .listing-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2.2727272727rem;
  gap: 2.2727272727rem;
}
.module--posts-listing:not(.is-style-slider) .listing-items > * {
  margin-bottom: 2.2727272727rem;
}
.module--posts-listing:not(.is-style-slider) .listing-buttons {
  display: flex;
  justify-content: center;
  margin-top: 4.5454545455rem;
}
.module--posts-listing:not(.is-style-slider) .listing-buttons .load-more,
.module--posts-listing:not(.is-style-slider) .listing-buttons .see-all {
  border: none;
  background: none;
  outline: 0;
  cursor: pointer;
  border-radius: 0;
  padding: 0;
  color: inherit;
  letter-spacing: 0.03em;
  font-family: "Azeret Mono", sans-serif;
  padding: 0 1.8181818182rem;
  display: flex;
  align-items: center;
  font-size: 0.8181818182rem;
  font-weight: normal;
  min-height: 2.7272727273rem;
  color: white;
  transition: 0.2s;
  text-decoration: none;
  background: transparent;
  border: 1px solid transparent;
  flex-shrink: 0;
  text-transform: lowercase;
  text-align: center;
  border-color: white;
  z-index: 0;
  position: relative;
  border-color: var(--wp--preset--color--purple);
}
.module--posts-listing:not(.is-style-slider) .listing-buttons .load-more:hover,
.module--posts-listing:not(.is-style-slider) .listing-buttons .see-all:hover {
  background-color: white;
  color: var(--wp--preset--color--off-black);
}
.module--posts-listing:not(.is-style-slider) .listing-buttons .load-more:hover,
.module--posts-listing:not(.is-style-slider) .listing-buttons .see-all:hover {
  background: transparent;
  color: white;
}
.module--posts-listing:not(.is-style-slider) .listing-buttons .load-more:after,
.module--posts-listing:not(.is-style-slider) .listing-buttons .see-all:after {
  content: "";
  display: block;
  background: linear-gradient(to right, var(--wp--preset--color--blue) 0%, var(--wp--preset--color--purple) 100%);
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
  z-index: -1;
}
.module--posts-listing:not(.is-style-slider) .listing-buttons .see-all:hover {
  background: var(--wp--preset--color--purple);
}
@media only screen and (max-width: 1430px) {
  .module--posts-listing:not(.is-style-slider) .listing-items {
    grid-gap: 1.3636363636rem;
    gap: 1.3636363636rem;
  }
}
@media only screen and (max-width: 1000px) {
  .module--posts-listing:not(.is-style-slider) .listing-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 500px) {
  .module--posts-listing:not(.is-style-slider) .listing-items {
    grid-template-columns: 1fr;
  }
}
.module--posts-listing.has-side-bar:not(.is-style-slider) {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 1.3636363636rem;
  gap: 1.3636363636rem;
}
.module--posts-listing.has-side-bar:not(.is-style-slider) .module--filters.is-type-post {
  grid-column: 1/span 2;
}
.module--posts-listing.has-side-bar:not(.is-style-slider) .listing-items {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 700px) {
  .module--posts-listing.has-side-bar:not(.is-style-slider) .listing-items > *:first-child {
    grid-column: 1/span 2;
    margin: 0;
  }
  .module--posts-listing.has-side-bar:not(.is-style-slider) .listing-items > *:first-child > a {
    display: flex;
    position: relative;
  }
  .module--posts-listing.has-side-bar:not(.is-style-slider) .listing-items > *:first-child > a:before {
    content: "";
    display: block;
    padding-bottom: 55%;
    float: left;
    height: 0;
  }
  .module--posts-listing.has-side-bar:not(.is-style-slider) .listing-items > *:first-child .feature-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 0;
    z-index: -1;
  }
  .module--posts-listing.has-side-bar:not(.is-style-slider) .listing-items > *:first-child .feature-image:after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  }
  .module--posts-listing.has-side-bar:not(.is-style-slider) .listing-items > *:first-child .content {
    margin-top: auto;
    padding: 2.2727272727rem;
  }
}
.module--posts-listing.has-side-bar:not(.is-style-slider) .sidebar > * {
  margin-bottom: 2.2727272727rem;
}
@media only screen and (max-width: 1430px) {
  .module--posts-listing.has-side-bar:not(.is-style-slider) .sidebar > * {
    margin-bottom: 1.3636363636rem;
  }
}
@media only screen and (max-width: 1000px) {
  .module--posts-listing.has-side-bar:not(.is-style-slider) {
    grid-template-columns: 1fr;
  }
  .module--posts-listing.has-side-bar:not(.is-style-slider) .module--filters.is-type-post {
    grid-column: auto;
  }
  .module--posts-listing.has-side-bar:not(.is-style-slider) .listing-buttons {
    margin-top: 50px;
  }
  .module--posts-listing.has-side-bar:not(.is-style-slider) .listing-buttons .load-more {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 500px) {
  .module--posts-listing.has-side-bar:not(.is-style-slider) .listing-items {
    grid-template-columns: 1fr;
  }
}
.module--posts-listing.is-style-tile-grid:not(.is-style-slider) .listing-items > * {
  min-height: clamp(300px, 37.5vw, 29.0909090909rem);
  margin: 0;
}
.module--related .module--posts-listing[data-post-count="0"] {
  display: none;
}

.module--current-opportunities {
  width: 100%;
  max-width: calc(68.1818181818rem + calc(calc(5.4545454545rem) * 2));
  max-width: var(--container-l);
  padding-left: calc(5.4545454545rem);
  padding-right: calc(5.4545454545rem);
  padding-left: var(--gutters);
  padding-right: var(--gutters);
  margin-left: auto;
  margin-right: auto;
}
.module--current-opportunities > div {
  background: rgba(99, 78, 226, 0.06) 0% 0% no-repeat padding-box;
  padding: 5.4545454545rem calc(calc(5.4545454545rem) + 1.3636363636rem);
  padding: 5.4545454545rem calc(var(--gutters) + 1.3636363636rem);
  position: relative;
  overflow: hidden;
}
.module--current-opportunities > div > *:first-child {
  margin-top: 0;
}
.module--current-opportunities > div > *:last-child {
  margin-bottom: 0;
}
.module--current-opportunities > div:before {
  background: #634ee2 0% 0% no-repeat padding-box;
  filter: blur(calc(22.7272727273rem / 3));
  width: 22.7272727273rem;
  height: 22.7272727273rem;
  border-radius: 50%;
  opacity: 0.3;
  pointer-events: none;
  display: block;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  content: "";
}
@-moz-document url-prefix() {
  .module--current-opportunities > div:before {
    opacity: 0.15;
  }
}
@media only screen and (max-width: 1430px) {
  .module--current-opportunities > div {
    padding: 80px calc(5.4545454545rem);
    padding: 80px var(--gutters);
  }
}
@media only screen and (max-width: 1000px) {
  .module--current-opportunities > div {
    padding: 50px calc(5.4545454545rem);
    padding: 50px var(--gutters);
  }
}
.module--current-opportunities .opportunity {
  display: flex;
  grid-gap: 2.2727272727rem;
  gap: 2.2727272727rem;
}
.module--current-opportunities .opportunity + .opportunity {
  margin-top: 2.7272727273rem;
  padding-top: 2.7272727273rem;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.module--current-opportunities .title {
  flex-basis: 40%;
}
.module--current-opportunities .title h4 {
  font-family: "Azeret Mono", sans-serif;
  font-size: 1.3636363636rem;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
  padding-left: 2.5em;
  padding-left: 2em;
  margin: 0;
  text-transform: lowercase;
}
@media only screen and (max-width: 1430px) {
  .module--current-opportunities .title h4 {
    font-size: clamp(20px, 2.1vw, 1.3636363636rem);
  }
}
.module--current-opportunities .title h4:before {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  display: block;
  background: var(--wp--preset--color--purple);
  flex-shrink: 0;
  padding: 0.1818181818rem;
  background-clip: content-box;
  border: 1px solid var(--wp--preset--color--purple);
  content: "";
  position: absolute;
  top: 0.1em;
  left: 0;
}
.module--current-opportunities .title h4:before {
  top: 0.25em;
}
.module--current-opportunities .details {
  flex: 1;
}
.module--current-opportunities .details .feature strong {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.module--current-opportunities .details .docs-list {
  padding-left: 0;
}
.module--current-opportunities .details .docs-list li {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.module--current-opportunities .details .docs a {
  border: none;
  background: none;
  outline: 0;
  cursor: pointer;
  border-radius: 0;
  padding: 0;
  color: inherit;
  letter-spacing: 0.03em;
  font-family: "Azeret Mono", sans-serif;
  padding: 0 1.8181818182rem;
  display: flex;
  align-items: center;
  font-size: 0.8181818182rem;
  font-weight: normal;
  min-height: 2.7272727273rem;
  color: white;
  transition: 0.2s;
  text-decoration: none;
  background: white;
  border: 1px solid white;
  flex-shrink: 0;
  text-transform: lowercase;
  text-align: center;
  color: var(--wp--preset--color--off-black);
}
.module--current-opportunities .meta > * {
  flex-shrink: 0;
  display: flex;
}
.module--current-opportunities .meta > *:before {
  width: 0.4090909091rem;
  height: 0.4090909091rem;
  border-radius: 50%;
  display: block;
  background: white;
  flex-shrink: 0;
  content: "";
  margin: 0.55em 0.7em 0 0.7em;
}
.module--current-opportunities .register-container {
  display: flex;
}
.module--current-opportunities .register-container .register {
  margin-bottom: 2.5rem;
  margin-right: 20px;
}
.module--current-opportunities .register-container .register a {
  border: none;
  background: none;
  outline: 0;
  cursor: pointer;
  border-radius: 0;
  padding: 0;
  color: inherit;
  letter-spacing: 0.03em;
  font-family: "Azeret Mono", sans-serif;
  padding: 0 1.8181818182rem;
  display: flex;
  align-items: center;
  font-size: 0.8181818182rem;
  font-weight: normal;
  min-height: 2.7272727273rem;
  color: white;
  transition: 0.2s;
  text-decoration: none;
  background: var(--wp--preset--color--purple);
  border: 1px solid var(--wp--preset--color--purple);
  flex-shrink: 0;
  text-transform: lowercase;
  text-align: center;
}
.module--current-opportunities .register-container .register a:hover {
  background-color: var(--wp--preset--color--aqua);
  border-color: var(--wp--preset--color--aqua);
  color: var(--wp--preset--color--off-black);
}
.module--current-opportunities .supporters {
  max-width: 30.4545454545rem;
}
.module--current-opportunities .supporters > div {
  display: flex;
  grid-gap: min(1.8181818182rem, 10%);
  gap: min(1.8181818182rem, 10%);
}
.module--current-opportunities .supporters p {
  font-weight: 600;
  margin: 0 0 1em 0;
}
.module--current-opportunities .supporters .supporter {
  max-height: 3.5454545455rem;
  max-width: calc(33.33% - min(1.8181818182rem, 10%));
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100px;
}
.module--current-opportunities .supporters img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 1000px) {
  .module--current-opportunities .opportunity {
    flex-direction: column;
  }
  .module--current-opportunities .title {
    width: 100%;
  }
}

.module--team-gallery {
  --section-details-padding: calc( 2.2727272727rem );
  --section-details-purple-dot-offset: calc( 0.9090909091rem );
}
.module--team-gallery > .module--team-gallery-section + .module--team-gallery-section {
  margin-top: 2.2727272727rem;
}
.module--team-gallery > .module--team-gallery-section + .module--team-gallery-section .section-details {
  margin-top: calc(8.6363636364rem + var(--section-details-padding));
}
.module--team-gallery > .module--team-gallery-section + .module--team-gallery-section .section-details:before {
  top: calc(var(--section-details-padding) + var(--section-details-purple-dot-offset));
}
.module--team-gallery > .module--team-gallery-section + .module--team-gallery-section .section-details .dot:before {
  content: "";
  display: block;
  width: 0.1818181818rem;
  height: calc(8.6363636364rem + var(--section-details-purple-dot-offset));
  position: absolute;
  background: var(--wp--preset--color--purple);
  bottom: var(--section-details-padding);
}
.module--team-gallery > .module--team-gallery-section:nth-child(1):before {
  background: #634ee2 0% 0% no-repeat padding-box;
  filter: blur(calc(29.7272727273rem / 3));
  width: 29.7272727273rem;
  height: 26.7727272727rem;
  border-radius: 50%;
  opacity: 0.3;
  pointer-events: none;
  display: block;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
}
@-moz-document url-prefix() {
  .module--team-gallery > .module--team-gallery-section:nth-child(1):before {
    opacity: 0.15;
  }
}
.module--team-gallery > .module--team-gallery-section:nth-child(2):before {
  background: #634ee2 0% 0% no-repeat padding-box;
  filter: blur(calc(29.7272727273rem / 3));
  width: 29.7272727273rem;
  height: 26.7727272727rem;
  border-radius: 50%;
  opacity: 0.3;
  pointer-events: none;
  display: block;
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
}
@-moz-document url-prefix() {
  .module--team-gallery > .module--team-gallery-section:nth-child(2):before {
    opacity: 0.15;
  }
}
.module--team-gallery > .module--team-gallery-section:nth-child(3):before {
  background: #634ee2 0% 0% no-repeat padding-box;
  filter: blur(calc(21.8181818182rem / 3));
  width: 21.8181818182rem;
  height: 21.8181818182rem;
  border-radius: 50%;
  opacity: 0.3;
  pointer-events: none;
  display: block;
  z-index: -1;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateX(-130%);
}
@-moz-document url-prefix() {
  .module--team-gallery > .module--team-gallery-section:nth-child(3):before {
    opacity: 0.15;
  }
}
@media only screen and (max-width: 1000px) {
  .module--team-gallery {
    --section-details-purple-dot-offset: .9em;
  }
}

.module--team-gallery-section {
  display: flex;
  flex-direction: column;
  position: relative;
}
.module--team-gallery-section.has-text-on-left {
  align-items: flex-start;
}
.module--team-gallery-section.has-text-on-left .section-details {
  text-align: right;
  padding-right: var(--section-details-padding);
}
.module--team-gallery-section.has-text-on-left .section-details:before, .module--team-gallery-section.has-text-on-left .section-details:after {
  right: 0;
  transform: translateX(50%);
}
.module--team-gallery-section.has-text-on-left .section-details .dot {
  right: 0;
}
.module--team-gallery-section.has-text-on-right {
  align-items: flex-end;
}
.module--team-gallery-section.has-text-on-right .section-details {
  text-align: left;
  padding-left: var(--section-details-padding);
}
.module--team-gallery-section.has-text-on-right .section-details:before, .module--team-gallery-section.has-text-on-right .section-details:after {
  left: 0;
  transform: translateX(-50%);
}
.module--team-gallery-section.has-text-on-right .section-details .dot {
  left: 0;
}
@media only screen and (max-width: 500px) {
  .module--team-gallery-section.has-text-on-right .module--team-gallery-posts,
.module--team-gallery-section.has-text-on-right .module--team-gallery-icons {
    direction: rtl;
  }
}
.module--team-gallery-section .section-details {
  width: 50%;
  padding-bottom: 2.9090909091rem;
  position: relative;
  min-height: calc(8.6363636364rem + var(--section-details-purple-dot-offset));
}
.module--team-gallery-section .section-details:after {
  content: "";
  display: block;
  width: 0.1818181818rem;
  position: absolute;
  background: var(--wp--preset--color--purple);
  top: calc(var(--section-details-padding) + var(--section-details-purple-dot-offset));
  bottom: -3.6363636364rem;
}
.module--team-gallery-section .section-details .dot {
  position: absolute;
  top: var(--section-details-purple-dot-offset);
  height: 0;
  width: 0;
}
.module--team-gallery-section .section-details .dot:before {
  transform: translateX(-50%);
}
.module--team-gallery-section .section-details .dot span {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  display: block;
  background: var(--wp--preset--color--purple);
  flex-shrink: 0;
  padding: 0.1818181818rem;
  background-clip: content-box;
  border: 1px solid var(--wp--preset--color--purple);
  transform: translate3d(-50%, -50%, 0);
}
.module--team-gallery-section .section-details h5 {
  font-family: "Azeret Mono", sans-serif;
  font-size: 1.3636363636rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.03em;
  margin: 0 0 calc(var(--section-details-padding) - var(--section-details-purple-dot-offset)) 0;
  position: relative;
}
@media only screen and (max-width: 1430px) {
  .module--team-gallery-section .section-details h5 {
    font-size: clamp(20px, 2.1vw, 1.3636363636rem);
  }
}
.module--team-gallery-section .section-details p {
  margin: 0;
}
@media only screen and (max-width: 500px) {
  .module--team-gallery-section .section-details {
    width: 100%;
  }
}
.module--team-gallery-section .team-member-posts {
  letter-spacing: 0.03em;
  width: 100%;
  text-transform: lowercase;
}
.module--team-gallery-section .team-member-posts .feature-image {
  position: relative;
  margin-bottom: 1.3636363636rem;
}
.module--team-gallery-section .team-member-posts .feature-image:before {
  content: "";
  display: block;
  padding-bottom: 150%;
  width: 100%;
}
.module--team-gallery-section .team-member-posts .feature-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.module--team-gallery-section .team-member-posts h5 {
  font-family: "Azeret Mono", sans-serif;
  font-size: 1.1363636364rem;
  font-weight: normal;
  margin: 0;
}
@media only screen and (max-width: 1430px) {
  .module--team-gallery-section .team-member-posts h5 {
    font-size: clamp(16px, 1.3vw, 1.1363636364rem);
  }
}
.module--team-gallery-section .team-member-posts p {
  font-family: "Azeret Mono", sans-serif;
  font-size: 0.8636363636rem;
  font-family: "Nunito", sans-serif;
  margin: 0;
  color: var(--wp--preset--color--blue);
}
@media only screen and (max-width: 1430px) {
  .module--team-gallery-section .team-member-posts p {
    font-size: clamp(12px, 1.1vw, 0.8636363636rem);
  }
}
.module--team-gallery-section .module--team-gallery-posts,
.module--team-gallery-section .module--team-gallery-icons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2.2727272727rem;
  gap: 2.2727272727rem;
  padding-bottom: 5.9090909091rem;
}
@media only screen and (min-width: 1001px) {
  .module--team-gallery-section .module--team-gallery-posts > *:nth-child(3n+2),
.module--team-gallery-section .module--team-gallery-icons > *:nth-child(3n+2) {
    transform: translateY(5.9090909091rem);
  }
}
@media only screen and (max-width: 1000px) {
  .module--team-gallery-section .module--team-gallery-posts,
.module--team-gallery-section .module--team-gallery-icons {
    grid-template-columns: repeat(2, 1fr);
  }
  .module--team-gallery-section .module--team-gallery-posts > *:nth-child(even),
.module--team-gallery-section .module--team-gallery-icons > *:nth-child(even) {
    transform: translateY(5.9090909091rem);
  }
}
@media only screen and (max-width: 500px) {
  .module--team-gallery-section .module--team-gallery-posts,
.module--team-gallery-section .module--team-gallery-icons {
    grid-gap: calc(5.4545454545rem);
    gap: calc(5.4545454545rem);
    grid-gap: var(--gutters);
    gap: var(--gutters);
  }
}
@media only screen and (max-width: 1000px) {
  .module--team-gallery-section .module--team-gallery-posts {
    padding-bottom: 0;
  }
}
.module--team-gallery-section .module--team-gallery-icons {
  grid-row-gap: 6.3636363636rem;
  row-gap: 6.3636363636rem;
}
@media only screen and (max-width: 1000px) {
  .module--team-gallery-section .module--team-gallery-icons {
    grid-row-gap: 4.5454545455rem;
    row-gap: 4.5454545455rem;
  }
}
@media only screen and (max-width: 700px) {
  .module--team-gallery-section .module--team-gallery-icons {
    grid-row-gap: 50px;
    row-gap: 50px;
  }
}

.module--team-gallery-icons-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
}
.module--team-gallery-icons-item .icon {
  max-height: 6.8181818182rem;
  max-width: 9.0909090909rem;
}
.module--team-gallery-icons-item img {
  max-width: 100%;
  height: auto;
}

.module--presenter-info {
  margin-top: calc(6.8181818182rem);
  margin-bottom: calc(6.8181818182rem);
  margin-top: var(--block-vertical-margin);
  margin-bottom: var(--block-vertical-margin);
}
@media only screen and (max-width: 700px) {
  .module--presenter-info {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}

.module--thumbnail-text-box {
  background: rgba(99, 78, 226, 0.06) 0% 0% no-repeat padding-box;
  padding: 5.4545454545rem calc(calc(5.4545454545rem) + 1.3636363636rem);
  padding: 5.4545454545rem calc(var(--gutters) + 1.3636363636rem);
  position: relative;
  overflow: hidden;
  padding: 2.2727272727rem;
  display: flex;
  align-items: flex-start;
  grid-gap: 2.2727272727rem;
  gap: 2.2727272727rem;
}
.module--thumbnail-text-box > *:first-child {
  margin-top: 0;
}
.module--thumbnail-text-box > *:last-child {
  margin-bottom: 0;
}
.module--thumbnail-text-box:before {
  background: #634ee2 0% 0% no-repeat padding-box;
  filter: blur(calc(22.7272727273rem / 3));
  width: 22.7272727273rem;
  height: 22.7272727273rem;
  border-radius: 50%;
  opacity: 0.3;
  pointer-events: none;
  display: block;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  content: "";
}
@-moz-document url-prefix() {
  .module--thumbnail-text-box:before {
    opacity: 0.15;
  }
}
@media only screen and (max-width: 1430px) {
  .module--thumbnail-text-box {
    padding: 80px calc(5.4545454545rem);
    padding: 80px var(--gutters);
  }
}
@media only screen and (max-width: 1000px) {
  .module--thumbnail-text-box {
    padding: 50px calc(5.4545454545rem);
    padding: 50px var(--gutters);
  }
}
.module--thumbnail-text-box + .module--thumbnail-text-box {
  margin-top: 2.2727272727rem;
}
.module--thumbnail-text-box .thumbnail {
  position: relative;
  width: 14.0909090909rem;
  flex-shrink: 0;
}
.module--thumbnail-text-box .thumbnail:before {
  content: "";
  display: block;
  padding-bottom: 100%;
  width: 100%;
}
.module--thumbnail-text-box .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.module--thumbnail-text-box h4 {
  font-size: 1.0909090909rem;
  font-family: "Azeret Mono", sans-serif;
  font-weight: normal;
  margin: 0.9090909091rem 0 0 0;
}
.module--thumbnail-text-box .subtitle {
  margin: 0;
  color: var(--wp--preset--color--blue);
  font-size: 0.9090909091rem;
}
.module--thumbnail-text-box .text {
  margin-top: 1.3636363636rem;
}
.module--thumbnail-text-box .text > *:first-child {
  margin-top: 0;
}
.module--thumbnail-text-box .text > *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .module--thumbnail-text-box .thumbnail {
    width: 180px;
  }
}
@media only screen and (max-width: 700px) {
  .module--thumbnail-text-box {
    flex-direction: column;
    grid-gap: 18px;
    gap: 18px;
  }
  .module--thumbnail-text-box h4 {
    margin-top: 0;
  }
  .module--thumbnail-text-box .text {
    margin-top: 14px;
  }
}
@media only screen and (max-width: 500px) {
  .module--thumbnail-text-box .thumbnail {
    width: 100%;
  }
}

.module--related {
  margin-top: calc(6.8181818182rem);
  margin-bottom: calc(6.8181818182rem);
  margin-top: var(--block-vertical-margin);
  margin-bottom: var(--block-vertical-margin);
}
@media only screen and (max-width: 700px) {
  .module--related {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
.module--related h2 {
  text-transform: lowercase;
}
.module--related .module--posts-listing {
  padding: 0;
}

.module--publications-list {
  margin-top: calc(6.8181818182rem);
  margin-bottom: calc(6.8181818182rem);
  margin-top: var(--block-vertical-margin);
  margin-bottom: var(--block-vertical-margin);
}
@media only screen and (max-width: 700px) {
  .module--publications-list {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
.module--publications-list h2 {
  text-align: center;
}
.module--publications-list .publications {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 1.1818181818rem;
  -moz-column-gap: 1.1818181818rem;
       column-gap: 1.1818181818rem;
  grid-row-gap: 0.8181818182rem;
  row-gap: 0.8181818182rem;
}
.module--publications-list .publication {
  background: rgba(99, 78, 226, 0.06) 0% 0% no-repeat padding-box;
  padding: 2.2727272727rem 2.0454545455rem 2.2727272727rem 2.5rem;
  position: relative;
  overflow: hidden;
}
.module--publications-list .publication:hover .read-more:after {
  -webkit-animation: ease 0.4s button-style-01-hover forwards;
          animation: ease 0.4s button-style-01-hover forwards;
}
.module--publications-list .publication:before {
  background: #634ee2 0% 0% no-repeat padding-box;
  filter: blur(calc(22.7272727273rem / 3));
  width: 22.7272727273rem;
  height: 11.3636363636rem;
  border-radius: 50%;
  opacity: 0.3;
  pointer-events: none;
  display: block;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  content: "";
  opacity: 0.57;
}
@-moz-document url-prefix() {
  .module--publications-list .publication:before {
    opacity: 0.15;
  }
}
.module--publications-list .publication-details {
  padding-bottom: 2.2727272727rem;
  font-size: 0.8636363636rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.module--publications-list time {
  font-family: "Azeret Mono", sans-serif;
  font-size: 0.8636363636rem;
  letter-spacing: 0.03em;
  font-family: "Nunito", sans-serif;
  color: var(--wp--preset--color--blue);
  text-transform: lowercase;
  margin-bottom: 0.4em;
}
@media only screen and (max-width: 1430px) {
  .module--publications-list time {
    font-size: clamp(12px, 1.1vw, 0.8636363636rem);
  }
}
.module--publications-list p {
  letter-spacing: 0.03em;
  font-family: "Azeret Mono", sans-serif;
  margin: 0 0 1.1363636364rem 0;
}
.module--publications-list .author {
  margin-bottom: -2.2727272727rem;
  padding-right: 6.8181818182rem;
  display: block;
  font-size: 0.9090909091rem;
  margin-top: auto;
}
.module--publications-list .read-more {
  border: none;
  background: none;
  outline: 0;
  cursor: pointer;
  border-radius: 0;
  padding: 0;
  color: inherit;
  letter-spacing: 0.03em;
  font-family: "Azeret Mono", sans-serif;
  font-size: 0.9090909091rem;
  text-decoration: none;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  transition: 0.3s;
  position: relative;
  flex-shrink: 0;
  line-height: 1;
  position: absolute;
  bottom: 2.2727272727rem;
  right: 2.0454545455rem;
}
.module--publications-list .read-more:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  background-color: var(--wp--preset--color--blue);
  height: 1px;
  width: 100%;
}
.module--publications-list .read-more:hover:after {
  -webkit-animation: ease 0.4s button-style-01-hover forwards;
          animation: ease 0.4s button-style-01-hover forwards;
}
@media only screen and (max-width: 1430px) {
  .module--publications-list .read-more {
    font-size: clamp(14px, 1.2vw, 0.9090909091rem);
  }
}
@keyframes button-style-01-hover {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.module--publications-list a {
  text-decoration: none;
}

.module--events-widget {
  position: relative;
  background: rgba(99, 78, 226, 0.06) 0% 0% no-repeat padding-box;
  padding: 2.7272727273rem 1.3636363636rem;
  overflow: hidden;
}
.module--events-widget:before {
  content: "";
  background: #634ee2 0% 0% no-repeat padding-box;
  filter: blur(calc(23.1818181818rem / 3));
  width: 23.1818181818rem;
  height: 27.7272727273rem;
  border-radius: 50%;
  opacity: 0.3;
  pointer-events: none;
  display: block;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
@-moz-document url-prefix() {
  .module--events-widget:before {
    opacity: 0.15;
  }
}
.module--events-widget h3 {
  font-family: "Azeret Mono", sans-serif;
  font-size: 1.3636363636rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}
@media only screen and (max-width: 1430px) {
  .module--events-widget h3 {
    font-size: clamp(20px, 2.1vw, 1.3636363636rem);
  }
}
.module--events-widget a {
  text-decoration: none;
}
.module--events-widget .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 1.3636363636rem;
  padding-right: 1.3636363636rem;
}
.module--events-widget .header a {
  border: none;
  background: none;
  outline: 0;
  cursor: pointer;
  border-radius: 0;
  padding: 0;
  color: inherit;
  letter-spacing: 0.03em;
  font-family: "Azeret Mono", sans-serif;
  font-size: 0.9090909091rem;
  text-decoration: none;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  transition: 0.3s;
  position: relative;
  flex-shrink: 0;
  line-height: 1;
}
.module--events-widget .header a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  background-color: var(--wp--preset--color--blue);
  height: 1px;
  width: 100%;
}
.module--events-widget .header a:hover:after {
  -webkit-animation: ease 0.4s button-style-01-hover forwards;
          animation: ease 0.4s button-style-01-hover forwards;
}
@media only screen and (max-width: 1430px) {
  .module--events-widget .header a {
    font-size: clamp(14px, 1.2vw, 0.9090909091rem);
  }
}
@keyframes button-style-01-hover {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.module--events-widget .events {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.module--events-widget .events li {
  padding: 0;
}
.module--events-widget .events li + li {
  border: none;
}
.module--events-widget .events .event {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  padding: 1.8181818182rem 0;
}
.module--events-widget .events .event:last-child {
  border: none;
  padding-bottom: 0;
}
.module--events-widget .events .event > a {
  display: flex;
  align-items: center;
}
.module--events-widget .events time {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  width: 5.4545454545rem;
}
.module--events-widget .events time > span {
  display: inline-block;
}
.module--events-widget .events time .day {
  border-bottom: 2px solid var(--wp--preset--color--blue);
  font-size: 1.8181818182rem;
  line-height: 1;
}
.module--events-widget .events time .month {
  font-size: 1rem;
}
.module--events-widget .events .event-dates {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7.2727272727rem;
}
.module--events-widget .events .event-dates.is-date-range > span {
  padding: 0 0.4545454545rem;
}
.module--events-widget .events .event-dates.is-date-range time {
  width: 1.8181818182rem;
}
.module--events-widget .events .event-dates.is-date-range time .day {
  font-size: 1.4090909091rem;
}
.module--events-widget .events .event-dates.is-date-range time .month {
  font-size: 0.7727272727rem;
}
.module--events-widget .events .event-details {
  width: calc(100% - 7.2727272727rem);
}
.module--events-widget .events .event-details .title {
  font-size: 0.9090909091rem;
  margin-bottom: 0.4545454545rem;
}
.module--events-widget .events .event-details .location {
  display: flex;
  align-items: flex-start;
  font-size: 0.8181818182rem;
}
.module--events-widget .events .event-details .location:before {
  content: "";
  -webkit-mask: url("../images/icons/pin.svg") no-repeat 50% 50%;
          mask: url("../images/icons/pin.svg") no-repeat 50% 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--wp--preset--color--blue);
  display: inline-block;
  width: 0.9090909091rem;
  height: 1.1363636364rem;
  margin-right: 0.2272727273rem;
}

.module--twitter-feed {
  width: 100%;
  position: relative;
  background: rgba(99, 78, 226, 0.06) 0% 0% no-repeat padding-box;
  padding: 2.7272727273rem 1.3636363636rem;
  overflow: hidden;
}
.module--twitter-feed:before {
  content: "";
  background: #634ee2 0% 0% no-repeat padding-box;
  filter: blur(calc(23.1818181818rem / 3));
  width: 23.1818181818rem;
  height: 27.7272727273rem;
  border-radius: 50%;
  opacity: 0.3;
  pointer-events: none;
  display: block;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  margin: auto;
}
@-moz-document url-prefix() {
  .module--twitter-feed:before {
    opacity: 0.15;
  }
}
.module--twitter-feed h3 {
  font-family: "Azeret Mono", sans-serif;
  font-size: 1.3636363636rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}
@media only screen and (max-width: 1430px) {
  .module--twitter-feed h3 {
    font-size: clamp(20px, 2.1vw, 1.3636363636rem);
  }
}
.module--twitter-feed .header {
  padding-left: 1.3636363636rem;
  padding-right: 1.3636363636rem;
}
.module--twitter-feed #ctf {
  padding-left: 1.3636363636rem;
  padding-right: 1.3636363636rem;
  width: 100%;
}
.module--twitter-feed #ctf .ctf-item {
  padding: 1.1363636364rem 0 1.1363636364rem 2.9545454545rem;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
.module--twitter-feed #ctf .ctf-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.module--twitter-feed #ctf .ctf-item .ctf-context {
  padding-left: 0;
  margin-left: 0;
  color: var(--wp--preset--color--blue);
  font-size: 0.5454545455rem;
  position: absolute;
  top: 1.1363636364rem;
}
.module--twitter-feed #ctf .ctf-item .ctf-context .ctf-retweet-text {
  color: inherit !important;
}
.module--twitter-feed #ctf .ctf-item .ctf-author-box {
  margin-left: 0;
}
.module--twitter-feed #ctf .ctf-item .ctf-author-box .ctf-author-box-link {
  display: flex;
  align-items: baseline;
}
.module--twitter-feed #ctf .ctf-item .ctf-author-avatar {
  width: 2.1363636364rem;
  height: 2.1363636364rem;
  border-radius: 50%;
  float: none;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 1.1363636364rem;
  left: 0;
}
.module--twitter-feed #ctf .ctf-item .ctf-author-name {
  font-size: 0.8181818182rem;
  text-decoration: none;
  margin: 0 0.4545454545rem 0 0;
}
.module--twitter-feed #ctf .ctf-item .ctf-author-screenname, .module--twitter-feed #ctf .ctf-item .ctf-screename-sep {
  display: none;
}
.module--twitter-feed #ctf .ctf-item .ctf-tweet-meta {
  opacity: 22%;
  margin-left: 0;
}
.module--twitter-feed #ctf .ctf-item .ctf-tweet-date {
  font-size: 0.6363636364rem;
  text-decoration: none;
}
.module--twitter-feed #ctf .ctf-item .ctf-corner-logo {
  display: none;
}
.module--twitter-feed #ctf .ctf-item .ctf-tweet-content {
  margin-left: 0;
}
.module--twitter-feed #ctf .ctf-item .ctf-tweet-text {
  font-size: 0.8181818182rem;
}
.module--twitter-feed #ctf .ctf-item .ctf-tweet-text a {
  color: var(--wp--preset--color--blue);
}
.module--twitter-feed #ctf .ctf-item .ctf-twitterlink {
  display: none;
}
.module--twitter-feed #ctf .ctf-item .ctf-tweet-actions {
  display: none;
}
.module--twitter-feed #ctf .ctf-item .ctf-quoted-tweet {
  margin: 0;
  width: 100%;
  font-size: 0.8181818182rem;
  border: 0;
  padding: 0.9090909091rem;
}
.module--twitter-feed #ctf .ctf-item .ctf-quoted-tweet .ctf-quoted-author-name {
  margin-right: 10px;
}
.module--twitter-feed #ctf .ctf-item .ctf-quoted-tweet .ctf-quoted-verified {
  color: var(--wp--preset--color--blue);
  vertical-align: middle;
}
.module--twitter-feed #ctf .ctf-item .ctf-quoted-tweet .ctf-quoted-author-screenname {
  display: block;
  opacity: 22%;
  font-size: 0.6363636364rem;
}
.module--twitter-feed #ctf .ctf-item .ctf-quoted-tweet .ctf-quoted-tweet-text a {
  color: var(--wp--preset--color--blue);
}
.module--twitter-feed #ctf .ctf-item.ctf-retweet {
  padding-top: 2.0454545455rem;
}
.module--twitter-feed #ctf .ctf-item.ctf-retweet .ctf-author-avatar {
  top: 2.0454545455rem;
}
/*# sourceMappingURL=frontend.css.map */
