*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Nunito Sans, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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.
*/

::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.z-10 {
  z-index: 10;
}

.z-50 {
  z-index: 50;
}

.float-right {
  float: right;
}

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

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

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

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

.mb-6 {
  margin-bottom: 1.5rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

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

.block {
  display: block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.hidden {
  display: none;
}

.h-4 {
  height: 1rem;
}

.h-6 {
  height: 1.5rem;
}

.h-9 {
  height: 2.25rem;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-4 {
  width: 1rem;
}

.w-40 {
  width: 10rem;
}

.w-48 {
  width: 12rem;
}

.w-6 {
  width: 1.5rem;
}

.w-72 {
  width: 18rem;
}

.w-9 {
  width: 2.25rem;
}

.w-full {
  width: 100%;
}

.max-w-60 {
  max-width: 15rem;
}

.shrink {
  flex-shrink: 1;
}

.grow {
  flex-grow: 1;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

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

.gap-1 {
  gap: 0.25rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

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

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.p-16 {
  padding: 4rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

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

.pt-3 {
  padding-top: 0.75rem;
}

.text-center {
  text-align: center;
}

.align-middle {
  vertical-align: middle;
}

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

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

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

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-bold {
  font-weight: 700;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-inset {
  --tw-ring-inset: inset;
}

.ring-gray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1));
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.duration-300 {
  transition-duration: 300ms;
}

/* Links 
------------------------------------------------------ */

a {
  --tw-text-opacity: 1;
  color: rgb(0 159 227 / var(--tw-text-opacity, 1));
}

a:hover {
  text-decoration-line: underline;
}

/* Header 
------------------------------------------------------ */

header {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

body.v2 header .socials svg {
  height: 3rem;
  width: 3rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
}

header .logo-side {
  max-height: 5rem;
}

/* Navigation 
------------------------------------------------------ */

nav.navigation {
  display: none;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 768px) {
  nav.navigation {
    display: block;
  }
}

body.v3.lighter nav.navigation a {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}

body.v3.lighter nav.navigation a:hover {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

body.v3.lighter nav.navigation a.active {
  --tw-text-opacity: 1;
  color: rgb(254 240 138 / var(--tw-text-opacity, 1));
}

/*
body.v3 nav.navigation a {
  @apply text-slate-200 hover:text-slate-300
}
body.v3 nav.navigation a.active {
  @apply text-yellow-200
}
*/

body.v3 nav.navigation div.dropdown a {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

body.v3 nav.navigation div.dropdown a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

nav.navigation ul {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  text-transform: uppercase;
}

nav.navigation li {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

nav.navigation li a {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}

nav.navigation li a:hover {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

nav.navigation li.active a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

nav.navigation li ul {
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

nav.navigation li ul li {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

body.lighter nav.navigation li a {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

body.lighter nav.navigation li a:hover {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}

body.lighter nav.navigation li.active a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* Footer 
------------------------------------------------------ */

footer {
  margin-top: 1.5rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  padding-top: 1rem;
}

body.v2 footer .socials svg {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
}

footer .footer-columns {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  footer .footer-columns {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }
}

footer .footer-columns-1,
footer .footer-columns-2,
footer .footer-columns-3 {
  margin-bottom: 1rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  footer .footer-columns-1,
footer .footer-columns-2,
footer .footer-columns-3 {
    margin-bottom: 0px;
    border-bottom-width: 0px;
    padding-bottom: 0px;
  }

  footer .footer-columns-1 {
    border-right-width: 1px;
    padding-right: 1.5rem;
  }

  footer .footer-columns-3 {
    border-left-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
    padding-left: 1.5rem;
  }
}

/* Header & Footer 
------------------------------------------------------ */

header .donate,
footer .donate {
  --tw-bg-opacity: 1;
  background-color: rgb(0 159 227 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

header .btn_donate,
footer .btn_donate {
  margin-bottom: 1rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* Container */

.global_container {
  width: 100%;
}

@media (min-width: 640px) {
  .global_container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .global_container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .global_container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .global_container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .global_container {
    max-width: 1536px;
  }
}

.global_container {
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* Block > Intro 
------------------------------------------------------ */

.block-intro {
  margin-bottom: 1rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 768px) {
  .block-intro {
    margin-bottom: 1.5rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.block-intro h2 {
  margin-bottom: 0.75rem;
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

@media (min-width: 768px) {
  .block-intro h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.block-intro h3 {
  margin-bottom: 0.75rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  .block-intro h3 {
    padding-left: 6rem;
    padding-right: 6rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.block-page-column h2 {
  margin-bottom: 0.75rem;
  padding-top: 0.75rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

@media (min-width: 768px) {
  .block-page-column h2 {
    padding-top: 1.25rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.block-page-column p.uk-text-lead {
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  .block-page-column p.uk-text-lead {
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

/* Block > Page 
------------------------------------------------------ */

.block-page {
}

.block-page .block-page-columns {
  display: grid;
  gap: 2.5rem;
}

@media (min-width: 768px) {
  .block-page .block-page-columns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .block-page .block-page-columns .block-page-columns-1 {
    grid-column: span 2 / span 2;
  }

  .block-page .block-page-columns .block-page-column {
    grid-column: span 3 / span 3;
  }
}

.block-page .block-page-columns-2 {
}

/* Block > RHS > News 
------------------------------------------------------ */

.block-rhs-news {
  margin-bottom: 1.5rem;
}

.block-rhs-news h4 {
  padding: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

body.lighter .block-rhs-news h4 {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

.block-rhs-news ul {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.block-rhs-news ul > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.block-rhs-news ul li {
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

.block-rhs-news ul li a {
  --tw-text-opacity: 1;
  color: rgb(0 159 227 / var(--tw-text-opacity, 1));
}

.block-rhs-news ul li a:hover {
  text-decoration-line: underline;
}

/* Block > RHS > News 
------------------------------------------------------ */

.block-news {
  margin-bottom: 1.5rem;
}

/* Pagination
------------------------------------------------------ */

.pagination {
  margin-top: 1rem;
  padding: 1rem;
  text-align: center;
}

.pagination nav {
  isolation: isolate;
  margin: auto;
  display: inline-flex;
}

.pagination nav > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1px * var(--tw-space-x-reverse));
  margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
}

.pagination nav {
  border-radius: 0.375rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.pagination a,
.pagination span {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.pagination svg {
  height: 1.25rem;
  width: 1.25rem;
}

.pagination a {
  position: relative;
  display: none;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-inset: inset;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(226 232 240 / var(--tw-ring-opacity, 1));
}

.pagination a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.pagination a:focus {
  z-index: 20;
  outline-offset: 0px;
}

@media (min-width: 768px) {
  .pagination a {
    display: inline-flex;
  }
}

.pagination span {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-inset: inset;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(226 232 240 / var(--tw-ring-opacity, 1));
}

.pagination span:focus {
  outline-offset: 0px;
}

.pagination a.cn-active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 159 227 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 159 227 / var(--tw-ring-opacity, 1));
}

.pagination a.previous,
.pagination span.previous {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.pagination a.next,
.pagination span.next {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

/* Columns and Cards (v3)
------------------------------------------------------ */

.list_columns {
  display: grid;
  gap: 2rem;
}

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

@media (min-width: 768px) {
  .list_columns_4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

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

@media (min-width: 768px) {
  .list_columns_3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

/* JON - need to put card stuff back */

/* 2 Columns and Cards
------------------------------------------------------ */

.list-columns-2 {
  display: grid;
  gap: 2rem;
}

@media (min-width: 640px) {
  .list-columns-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

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

.list-columns-2 .list-card {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
}

.list-columns-2 .list-card .list-card-head {
}

.list-columns-2 .list-card .list-card-body {
  grid-column: span 2 / span 2;
}

/* 3 Columns and Cards
------------------------------------------------------ */

.list-columns-3 {
  display: grid;
  gap: 2rem;
}

@media (min-width: 640px) {
  .list-columns-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .list-columns-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.list-card > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
}

.list-card {
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.list-card .list-card-head img {
  width: 100%;
}

.list-card .list-card-body {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 640px) {
  .list-card .list-card-body {
    padding: 1.5rem;
  }
}

.list-card .list-card-body h3 {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.list-card .list-card-body h3 a {
  --tw-text-opacity: 1;
  color: rgb(0 159 227 / var(--tw-text-opacity, 1));
}

.list-card .list-card-body h3 a:hover {
  text-decoration-line: underline;
}

.list-card .list-card-foot {
  place-content: end;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 640px) {
  .list-card .list-card-foot {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.list-card .list-card-foot a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
}

.list-card .list-card-foot a:hover {
  text-decoration-line: underline;
}

.socials_icons {
  margin-bottom: 1rem;
  display: flex;
  gap: 0.5rem;
}

.block_list .socials_icons {
  margin-top: 0.75rem;
}

/*
.list-card-body .socials_icons {
  @apply mb-0
}
*/

.socials_icons a {
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
}

.socials_icons a:hover {
  --tw-bg-opacity: 0.75;
}

.socials_icons svg {
  height: 1.5rem;
  width: 1.5rem;
  fill: currentColor;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/*
header.cn-header a.socials_icons {
  @apply items-center justify-center p-2 bg-cn-blue hover:bg-opacity-75 ml-2 rounded-full
}
header.cn-header a.socials_icons svg {
  @apply w-4 h-4 text-white fill-current
}
*/

/* OLD BELOW -------------------------------- */

.social-icons {
  margin-bottom: 1rem;
  display: flex;
  gap: 0.5rem;
}

.list-card-body .social-icons {
  margin-bottom: 0px;
}

.social-icons a {
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
}

.social-icons a:hover {
  --tw-bg-opacity: 0.75;
}

.social-icons svg {
  height: 1.5rem;
  width: 1.5rem;
  fill: currentColor;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

header.cn-header a.cn-social-icons {
  margin-left: 0.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 159 227 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
}

header.cn-header a.cn-social-icons:hover {
  --tw-bg-opacity: 0.75;
}

header.cn-header a.cn-social-icons svg {
  height: 1rem;
  width: 1rem;
  fill: currentColor;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* --------------------------------------------------------------------------
Wrappers & Containers
-------------------------------------------------------------------------- */

.header__wrapper,
.navigation__wrapper,
.content__wrapper,
.footer__wrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.global__container {
  width: 100%;
}

@media (min-width: 640px) {
  .global__container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .global__container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .global__container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .global__container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .global__container {
    max-width: 1536px;
  }
}

.global__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* --------------------------------------------------------------------------
Header
-------------------------------------------------------------------------- */

.header__wrapper {
  border-bottom-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.header__wrapper svg {
  height: 2.5rem;
  width: 2.5rem;
  fill: #000;
  stroke: #000;
}

/* --------------------------------------------------------------------------
Content
-------------------------------------------------------------------------- */

.content__wrapper {
  padding-bottom: 3rem;
}

/* --------------------------------------------------------------------------
Navigation
-------------------------------------------------------------------------- */

.navigation__wrapper {
  border-bottom-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.navigation__wrapper ul {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.navigation__wrapper li {
  border-bottom-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  padding-top: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-bottom: 1.5rem;
  text-transform: uppercase;
}

.navigation__wrapper li.active {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

/* --------------------------------------------------------------------------
Footer
-------------------------------------------------------------------------- */

.footer__wrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .footer__wrapper {
    padding-bottom: 4rem;
  }
}

.footer__wrapper p {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.footer__wrapper ul.social-media {
  margin-bottom: 1.5rem;
  display: flex;
}

.footer__wrapper ul.social-media li {
  margin-right: 0.75rem;
}

.footer__wrapper ul.social-media li a svg {
  width: 1.75rem;
  fill: #fff;
}

.footer__wrapper ul.social-media li a:hover svg {
  width: 1.75rem;
  fill: #9ca3af;
}

/* --------------------------------------------------------------------------
Section / Page headers (introduction)
-------------------------------------------------------------------------- */

section.mobile-nav ul {
  width: 100%;
}

section.mobile-nav ul li {
  width: 12rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  padding: 0.5rem;
}

section.mobile-nav ul a {
  display: block;
  width: 100%;
}

/* --------------------------------------------------------------------------
Section / Page headers (introduction)
-------------------------------------------------------------------------- */

.introduction {
  margin-bottom: 2rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.introduction h1 {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.introduction p {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

/* --------------------------------------------------------------------------
Documents list
-------------------------------------------------------------------------- */

.documents_title {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.documents_list {
  margin-bottom: 1rem;
  margin-left: 2rem;
  list-style-type: disc;
}

p.more a {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-weight: 700;
}

p.more a:hover {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

/* Real - stuff */

/* Block padding */

.block_item_title, .block_item_introdution, .block_item_documents, .block_item_embed, 
.block_item_spacer, .block_item_list, .block_item_index, .block_list {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.block_item_wysiwyg, .block_item_wysiwyg_image {
  padding-top: 0.75rem;
}

.block_item_wysiwyg_image img {
  margin-bottom: 0.75rem;
}

.page_wrapper {
}

.page_wrapper .page_grid {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .page_wrapper .page_grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.page_wrapper .page_grid .page_grid_side {
  display: none;
}

@media (min-width: 768px) {
  .page_wrapper .page_grid .page_grid_side {
    grid-column: span 1 / span 1;
    display: block;
    padding-top: 1rem;
  }

  .page_wrapper .page_grid .page_grid_main {
    grid-column: span 3 / span 3;
  }
}

.page_wrapper .page_grid .page_grid_side ul {
}

.page_wrapper .page_grid .page_grid_side ul li {
  margin-bottom: 0.5rem;
}

.page_wrapper .page_grid .page_grid_side ul li.active {
  font-weight: 700;
}

.page_wrapper .page_grid .page_grid_side ul li a {
  display: block;
  border-width: 1px;
  border-left-width: 8px;
  --tw-border-opacity: 1;
  border-color: rgb(230 0 126 / var(--tw-border-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.block_item_title {
}

.block_item_title h1 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.block_item_title h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.block_item_title h3 {
  font-size: 1.5rem;
  line-height: 2rem;
}

.block_item_title h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.block_item_centre {
  text-align: center;
}

@media (min-width: 768px) {
  .layout_onecolumn .block_item_centre {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}

.block_item_introdution p {
  font-size: 1.5rem;
  line-height: 2rem;
}

.block_item_documents ul {
  margin: 0px;
  margin-top: 1rem;
  list-style-type: none;
}

.block_item_documents ul li {
  margin-bottom: 1rem;
  padding-left: 2rem;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}

.block_item_documents ul li.doc {
  background-image: url(/public/images/icons/doc.png);
}

.block_item_documents ul li.jpg {
  background-image: url(/public/images/icons/jpg.png);
}

.block_item_documents ul li.pdf {
  background-image: url(/public/images/icons/pdf.png);
}

.block_item_documents ul li.xls {
  background-image: url(/public/images/icons/xls.png);
}

/* Items - blog, people, etc */

.page_item {
}

.page_item h1 {
  margin-bottom: 0.5rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.page_item p.meta {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.page_item p.intro {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

.page_item img {
  margin-bottom: 1rem;
}

.page_item .page_item_introduction {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.page_item_news {
}

.page_item_members {
}

.page_item_people {
}

.page_item_partners {
}

.page_item_library {
}

/* WISIWYS */

.wysiwyg {
  margin-bottom: 1.5rem;
}

.wysiwyg p {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.wysiwyg img {
  margin-bottom: 1rem;
}

.wysiwyg h2 {
  margin-bottom: 1rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}

.wysiwyg h3 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.wysiwyg h4 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.wysiwyg ul {
  margin-bottom: 1rem;
  margin-left: 2.5rem;
  list-style-type: disc;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.wysiwyg ol {
  margin-bottom: 1rem;
  margin-left: 2.5rem;
  list-style-type: decimal;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.wysiwyg ul li {
  margin-bottom: 0.25rem;
}

/* WYSIWYG Editor */

.wysiwyg p.intro {
}

.wysiwyg p.cn-introduction {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.wysiwyg p.sub_intro {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

.wysiwyg p.cn-small {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.wysiwyg p.cn-highlight {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 0 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
}

.wysiwyg p.cn-p-magenta {
  --tw-text-opacity: 1;
  color: rgb(230 0 126 / var(--tw-text-opacity, 1));
}

.wysiwyg h2.cn-h2-magenta {
  font-size: 2.25rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(230 0 126 / var(--tw-text-opacity, 1));
}

.wysiwyg h2 {
  margin-bottom: 1rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}

.wysiwyg h3.cn-h3-magenta {
  --tw-text-opacity: 1;
  color: rgb(230 0 126 / var(--tw-text-opacity, 1));
}

.wysiwyg h4.cn-h4-magenta {
  --tw-text-opacity: 1;
  color: rgb(230 0 126 / var(--tw-text-opacity, 1));
}

.wysiwyg h3.cn-black-on-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 0 / var(--tw-bg-opacity, 1));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.wysiwyg h3.cn-white-on-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 159 227 / var(--tw-bg-opacity, 1));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.wysiwyg blockquote {
  margin-left: 2rem;
  margin-right: 2rem;
  margin-bottom: 2.5rem;
  margin-top: 1.5rem;
  border-left-width: 8px;
  --tw-border-opacity: 1;
  border-color: rgb(255 237 0 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-style: italic;
}

@media (min-width: 768px) {
  .wysiwyg blockquote {
    margin-left: 5rem;
    margin-right: 5rem;
  }
}

.wysiwyg blockquote.cn-loud-quote {
  --tw-border-opacity: 1;
  border-color: rgb(230 0 126 / var(--tw-border-opacity, 1));
}

.wysiwyg img.float_center {
  display: block;
  margin: 20px auto;
}

.wysiwyg img.float_left {
  float: left;
  margin: 0 25px 20px 0;
}

.wysiwyg img.float_right {
  float: right;
  margin: 0 0 20px 25px;
}

/* Temp - colours (body.dev only) */

body.dev .block_item_title, body.dev .page_item_introduction {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}

body.dev .block_item_introdution {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}

body.dev .block_item_wysiwyg {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

body.dev .block_item_documents {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

body.dev .block_item_embed {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}

body.dev .block_item_hero {
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity, 1));
}

body.dev .block_item_image {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}

body.dev .block_item_library {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
}

body.dev .block_item_members {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}

body.dev .block_item_news {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
}

body.dev .block_item_parters {
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity, 1));
}

body.dev .block_item_people {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
}

body.dev .block_pagination {
  --tw-bg-opacity: 1;
  background-color: rgb(251 207 232 / var(--tw-bg-opacity, 1));
}

body.dev .block_item_spacer {
  --tw-bg-opacity: 1;
  background-color: rgb(244 114 182 / var(--tw-bg-opacity, 1));
}

/*
body.dev .page_wrapper .page_grid .page_grid_side {
  @apply bg-pink-300
} 
body.dev .page_wrapper .page_grid .page_grid_main {
  @apply bg-yellow-200
} 
*/

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.focus\:z-20:focus {
  z-index: 20;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:outline-offset-0:focus {
  outline-offset: 0px;
}

.focus-visible\:outline:focus-visible {
  outline-style: solid;
}

.focus-visible\:outline-2:focus-visible {
  outline-width: 2px;
}

.focus-visible\:outline-offset-2:focus-visible {
  outline-offset: 2px;
}

.focus-visible\:outline-indigo-600:focus-visible {
  outline-color: #4f46e5;
}

@media (min-width: 768px) {
  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:m-auto {
    margin: auto;
  }

  .md\:flex {
    display: flex;
  }

  .md\:inline-flex {
    display: inline-flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

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

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:border-r {
    border-right-width: 1px;
  }

  .md\:pr-6 {
    padding-right: 1.5rem;
  }

  .md\:align-middle {
    vertical-align: middle;
  }

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

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

@media (min-width: 1024px) {
  .lg\:hidden {
    display: none;
  }
}


