@import url(https://fonts.googleapis.com/css2?family=Noto+Serif&display=swap);
@import url(https://fonts.googleapis.com/css2?family=My+Soul&display=swap);
@charset "UTF-8";
/* This injects Tailwind's base styles and any base styles registered by plugins. */
/* ! tailwindcss v3.0.12 | 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.
*/
html {
  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: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}
/*
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. 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-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;
}
/*
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-size: 100%; /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}
/*
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:-ms-input-placeholder, textarea:-ms-input-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;
}
/*
Ensure the default browser behavior of the `hidden` attribute.
*/
[hidden] {
  display: none;
}
* {
    /* Text rendering */
    text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -webkit-text-rendering: optimizeLegibility;
    -webkit-tap-highlight-color: transparent;
    /* Remove the focus ring */
  }
*:focus {
    outline: none !important;
  }
/* HTML and Body default styles */
html,
body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    width: 100%;
    min-height: 100%;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }
/* Font size */
html {
    font-size: 16px;
  }
body {
    font-size: 0.875rem;
  }
/* Stylistic alternates for Inter */
body {
    font-feature-settings: "salt";
  }
/* Better spacing and border for horizontal rule */
hr {
    margin: 32px 0;
    border-bottom-width: 1px;
  }
/* Make images and videos to take up all the available space */
img {
    vertical-align: top;
  }
/* Fix: Disabled placeholder color is too faded on Safari */
input[disabled] {
    opacity: 1;
    -webkit-text-fill-color: currentColor;
  }
*, *::before, *::after {
    --tw-border-opacity: 1 !important;
    border-color: rgba(var(--kotheb-border-rgb), var(--tw-border-opacity));
  }
.dark *, .dark *::before, .dark *::after {
    --tw-border-opacity: 0.12 !important;
  }
/* Print styles */
@media print {
    /* Make the base font size smaller for print so everything is scaled nicely */
    html {
      font-size: 12px !important;
    }

    body, .dark, .light {
      background: none !important;
    }
  }
*, ::before, ::after{
  --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-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:  ;
}
/* This injects additional styles into Tailwind's base styles layer. */
/* This injects Tailwind's component classes and any component classes registered by plugins. */
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.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;
}
.visible{
  visibility: visible;
}
.\!visible{
  visibility: visible !important;
}
.invisible{
  visibility: hidden;
}
.static{
  position: static;
}
.\!static{
  position: static !important;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.top-0{
  top: 0px;
}
.left-0{
  left: 0px;
}
.right-0{
  right: 0px;
}
.bottom-0{
  bottom: 0px;
}
.top-7{
  top: 1.75rem;
}
.z-30{
  z-index: 30;
}
.z-20{
  z-index: 20;
}
.z-10{
  z-index: 10;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.z-\[100\]{
  z-index: 100;
}
.m-0{
  margin: 0px;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-9{
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}
.my-24{
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.my-32{
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.my-36{
  margin-top: 9rem;
  margin-bottom: 9rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mt-0\.5{
  margin-top: 0.125rem;
}
.mt-0{
  margin-top: 0px;
}
.ml-9{
  margin-left: 2.25rem;
}
.mb-14{
  margin-bottom: 3.5rem;
}
.mt-14{
  margin-top: 3.5rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-9{
  margin-bottom: 2.25rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-24{
  margin-bottom: 6rem;
}
.mb-0\.5{
  margin-bottom: 0.125rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mt-4{
  margin-top: 1rem;
}
.ml-8{
  margin-left: 2rem;
}
.mt-9{
  margin-top: 2.25rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mb-36{
  margin-bottom: 9rem;
}
.mr-16{
  margin-right: 4rem;
}
.mt-12{
  margin-top: 3rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.h-full{
  height: 100%;
}
.h-12{
  height: 3rem;
}
.h-\[100vh\]{
  height: 100vh;
}
.h-20{
  height: 5rem;
}
.h-10{
  height: 2.5rem;
}
.h-7{
  height: 1.75rem;
}
.h-44{
  height: 11rem;
}
.w-full{
  width: 100%;
}
.w-12{
  width: 3rem;
}
.w-36{
  width: 9rem;
}
.w-20{
  width: 5rem;
}
.w-auto{
  width: auto;
}
.w-16{
  width: 4rem;
}
.w-56{
  width: 14rem;
}
.w-10{
  width: 2.5rem;
}
.w-3\.5{
  width: 0.875rem;
}
.w-3{
  width: 0.75rem;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-\[200px\]{
  max-width: 200px;
}
.max-w-\[64px\]{
  max-width: 64px;
}
.max-w-6xl{
  max-width: 72rem;
}
.max-w-\[500px\]{
  max-width: 500px;
}
.max-w-7xl{
  max-width: 80rem;
}
.max-w-xl{
  max-width: 36rem;
}
.max-w-\[320px\]{
  max-width: 320px;
}
.flex-1{
  flex: 1 1 0%;
}
.shrink{
  flex-shrink: 1;
}
.shrink-0{
  flex-shrink: 0;
}
.grow{
  flex-grow: 1;
}
.grow-0{
  flex-grow: 0;
}
.origin-top-right{
  transform-origin: top right;
}
.translate-x-12{
  --tw-translate-x: 3rem;
  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));
}
.scale-95{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
}
.scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
}
.cursor-pointer{
  cursor: pointer;
}
.cursor-default{
  cursor: default;
}
.resize{
  resize: both;
}
.list-none{
  list-style-type: none;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-4{
  gap: 1rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-5{
  gap: 1.25rem;
}
.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-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.divide-y > :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));
}
.divide-gray-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-divide-opacity));
}
.divide-primary-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(119 119 158 / var(--tw-divide-opacity));
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-y-auto{
  overflow-y: auto;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-l{
  border-left-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-t-2{
  border-top-width: 2px;
}
.border-t{
  border-top-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-orange-500{
  --tw-border-opacity: 1;
  border-color: rgb(249 115 22 / var(--tw-border-opacity));
}
.border-accent-500{
  --tw-border-opacity: 1;
  border-color: rgb(255 0 0 / var(--tw-border-opacity));
}
.border-primary-400{
  --tw-border-opacity: 1;
  border-color: rgb(119 119 158 / var(--tw-border-opacity));
}
.border-gray-500{
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-transparent{
  background-color: transparent;
}
.bg-primary-500{
  --tw-bg-opacity: 1;
  background-color: rgb(44 43 124 / var(--tw-bg-opacity));
}
.bg-primary-700{
  --tw-bg-opacity: 1;
  background-color: rgb(35 34 99 / var(--tw-bg-opacity));
}
.bg-green-600{
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}
.bg-cyan-600{
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity));
}
.bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.bg-primary-600{
  --tw-bg-opacity: 1;
  background-color: rgb(40 39 112 / var(--tw-bg-opacity));
}
.bg-primary-50{
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 243 / var(--tw-bg-opacity));
}
.bg-primary-100{
  --tw-bg-opacity: 1;
  background-color: rgb(226 226 233 / var(--tw-bg-opacity));
}
.bg-primary-200{
  --tw-bg-opacity: 1;
  background-color: rgb(197 197 211 / var(--tw-bg-opacity));
}
.bg-primary-300{
  --tw-bg-opacity: 1;
  background-color: rgb(163 163 187 / var(--tw-bg-opacity));
}
.bg-primary-400{
  --tw-bg-opacity: 1;
  background-color: rgb(119 119 158 / var(--tw-bg-opacity));
}
.bg-accent-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 239 239 / var(--tw-bg-opacity));
}
.bg-accent-100{
  --tw-bg-opacity: 1;
  background-color: rgb(255 225 225 / var(--tw-bg-opacity));
}
.bg-accent-200{
  --tw-bg-opacity: 1;
  background-color: rgb(255 195 195 / var(--tw-bg-opacity));
}
.bg-accent-300{
  --tw-bg-opacity: 1;
  background-color: rgb(255 159 159 / var(--tw-bg-opacity));
}
.bg-accent-400{
  --tw-bg-opacity: 1;
  background-color: rgb(255 113 113 / var(--tw-bg-opacity));
}
.bg-accent-500{
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-gray-400{
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}
.bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.bg-orange-100{
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity));
}
.bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}
.bg-cyan-500{
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity));
}
.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.bg-orange-600{
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-cover{
  background-size: cover;
}
.bg-center{
  background-position: center;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-12{
  padding: 3rem;
}
.p-6{
  padding: 1.5rem;
}
.p-9{
  padding: 2.25rem;
}
.p-2{
  padding: 0.5rem;
}
.p-8{
  padding: 2rem;
}
.p-16{
  padding: 4rem;
}
.p-24{
  padding: 6rem;
}
.p-32{
  padding: 8rem;
}
.p-0{
  padding: 0px;
}
.p-1{
  padding: 0.25rem;
}
.px-24{
  padding-left: 6rem;
  padding-right: 6rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-9{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}
.pb-\[56\.25\%\]{
  padding-bottom: 56.25%;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-0{
  padding-bottom: 0px;
}
.pt-12{
  padding-top: 3rem;
}
.pr-12{
  padding-right: 3rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pl-12{
  padding-left: 3rem;
}
.pt-24{
  padding-top: 6rem;
}
.pb-24{
  padding-bottom: 6rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pb-9{
  padding-bottom: 2.25rem;
}
.pt-0{
  padding-top: 0px;
}
.pb-4{
  padding-bottom: 1rem;
}
.pr-4{
  padding-right: 1rem;
}
.pl-0{
  padding-left: 0px;
}
.pt-4{
  padding-top: 1rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pb-32{
  padding-bottom: 8rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pt-32{
  padding-top: 8rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pr-24{
  padding-right: 6rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-2xl{
  font-size: 1.25rem;
}
.text-sm{
  font-size: 0.75rem;
}
.text-xs{
  font-size: 0.625rem;
}
.text-base{
  font-size: 0.875rem;
}
.text-lg{
  font-size: 1rem;
}
.text-xl{
  font-size: 1.125rem;
}
.text-3xl{
  font-size: 1.5rem;
}
.text-4xl{
  font-size: 2rem;
}
.text-5xl{
  font-size: 2.25rem;
}
.text-6xl{
  font-size: 2.5rem;
}
.text-md{
  font-size: 0.8125rem;
}
.font-medium{
  font-weight: 500;
}
.font-bold{
  font-weight: 700;
}
.font-thin{
  font-weight: 100;
}
.font-extrabold{
  font-weight: 800;
}
.font-normal{
  font-weight: 400;
}
.uppercase{
  text-transform: uppercase;
}
.lowercase{
  text-transform: lowercase;
}
.ordinal{
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.leading-none{
  line-height: 1;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.tracking-widest{
  letter-spacing: 0.1em;
}
.tracking-tighter{
  letter-spacing: -0.05em;
}
.tracking-tight{
  letter-spacing: -0.025em;
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-primary-500{
  --tw-text-opacity: 1;
  color: rgb(44 43 124 / var(--tw-text-opacity));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-accent-500{
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}
.text-primary-200{
  --tw-text-opacity: 1;
  color: rgb(197 197 211 / var(--tw-text-opacity));
}
.text-primary-400\/50{
  color: rgb(119 119 158 / 0.5);
}
.text-primary-300{
  --tw-text-opacity: 1;
  color: rgb(163 163 187 / var(--tw-text-opacity));
}
.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-accent-100{
  --tw-text-opacity: 1;
  color: rgb(255 225 225 / var(--tw-text-opacity));
}
.underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-50{
  opacity: 0.5;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm{
  --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);
}
.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);
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px 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{
  outline-style: solid;
}
.ring{
  --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(3px + 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-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-black{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}
.ring-opacity-5{
  --tw-ring-opacity: 0.05;
}
.invert{
  --tw-invert: invert(100%);
  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);
}
.filter{
  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);
}
.transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-100{
  transition-duration: 100ms;
}
.duration-75{
  transition-duration: 75ms;
}
.duration-300{
  transition-duration: 300ms;
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.\[node\:updated\$1\]{
  node: updated$1;
}
.\[node\:nid\]{
  node: nid;
}
.\[current-user\:uid\]{
  current-user: uid;
}
.\[node\:title\]{
  node: title;
}
.\[cn\:0\]{
  cn: 0;
}
.\[cn\:last\]{
  cn: last;
}
.\[ou\:0\]{
  ou: 0;
}
.\[ou\:last\]{
  ou: last;
}
.\[dc\:0\]{
  dc: 0;
}
.\[dc\:1\]{
  dc: 1;
}
.\[dc\:2\]{
  dc: 2;
}
.\[dc\:last\]{
  dc: last;
}
.\[mail\:0\]{
  mail: 0;
}
.\[mail\:last\]{
  mail: last;
}
.\[samaccountname\:0\]{
  samaccountname: 0;
}
.\[samaccountname\:last\]{
  samaccountname: last;
}
.\[user\:name\]{
  user: name;
}
.\[term\:name\]{
  term: name;
}
.\[example\:path\]{
  example: path;
}
.\[example\:url\]{
  example: url;
}
.\[example\:url-brief\]{
  example: url-brief;
}
.\[example\:login-url\]{
  example: login-url;
}
.\[example\:safe\]{
  example: safe;
}
.\[safe\:example\]{
  safe: example;
}
.\[example\:path_part\]{
  example: path part;
}
.\[example\:something_url\]{
  example: something url;
}
.\[example\:unsafe\]{
  example: unsafe;
}
.\[current-page\:title\]{
  current-page: title;
}
.\[current-page\:\*\]{
  current-page: *;
}
.\[current-page\:url\]{
  current-page: url;
}
.\[current-page\:page-number\]{
  current-page: page-number;
}
.\[site\:name\]{
  site: name;
}
.\[node\:menu\]{
  node: menu;
}
.\[vocabulary\:name\]{
  vocabulary: name;
}
.\[entity\:field_name\]{
  entity: field name;
}
.\[language\:name\]{
  language: name;
}
.\[language\:langcode\]{
  language: langcode;
}
.\[language\:direction\]{
  language: direction;
}
.\[language\:domain\]{
  language: domain;
}
.\[language\:prefix\]{
  language: prefix;
}
.\[site\:slogan\]{
  site: slogan;
}
.\[current-date\:short\]{
  current-date: short;
}
.\[current-user\:ip-address\]{
  current-user: ip-address;
}
.\[invalid\:title\]{
  invalid: title;
}
.\[site\:invalid\]{
  site: invalid;
}
.\[user\:ip-address\]{
  user: ip-address;
}
.\[user\:uid\]{
  user: uid;
}
.\[comment\:cid\]{
  comment: cid;
}
.\[node\:tnid\]{
  node: tnid;
}
.\[node\:type\]{
  node: type;
}
.\[node\:type-name\]{
  node: type-name;
}
.\[date\:short\]{
  date: short;
}
.\[view\:url\]{
  view: url;
}
.\[house\:0\]{
  house: 0;
}
.\[house\:last\]{
  house: last;
}
.\[sAMAccountName\:0\]{
  s-a-m-account-name: 0;
}
.\[current-date\:html_date\]{
  current-date: html date;
}
.\[current-date\:html_week\]{
  current-date: html week;
}
.\[date\:html_date\]{
  date: html date;
}
.\[date\:html_week\]{
  date: html week;
}
.\[current-user\:account-name\]{
  current-user: account-name;
}
.\[user\:account-name\]{
  user: account-name;
}
.\[user\:one-time-login-url\]{
  user: one-time-login-url;
}
.\[user\:roles\]{
  user: roles;
}
.\[node\:body\]{
  node: body;
}
.text-secondary{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

a{
  cursor: pointer;
}

body.toolbar-fixed .pinaman-page{
  margin-top: 2.5rem;
}

.fx-container{
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 72rem;
}

.fx-container-fluid{
  position: relative;
  z-index: 10;
  width: 100%;
}

.fxx-container{
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 72rem;
  flex: 1 1 0%;
  flex-direction: column;
}

.fxx-container.flex-column {
  flex-direction: column;
}

.fxx-container.flex-jc-space-between {
  justify-content: space-between;
}

.fxx-container.flex-jc-center {
  justify-content: center;
}

.fxx-container.flex-jc-left {
  justify-content: left;
}

.fxx-container.flex-jc-right {
  justify-content: right;
}

.fxx-container.flex-jc-flex-end {
  justify-content: flex-end;
}

.fxx-container.flex-jc-flex-start {
  justify-content: flex-start;
}

.fxx-container.flex-ai-center {
  align-items: center;
}

.fxx-container.flex-ai-flex-end {
  align-items: flex-end;
}

.fxx-container.flex-ai-flex-start {
  align-items: flex-start;
}

.fxx-container-fluid{
  position: relative;
  z-index: 10;
  display: flex;
  width: 100%;
  flex: 1 1 0%;
  flex-direction: column;
}

.fxx-container-fluid.flex-column {
  flex-direction: column;
}

.fxx-container-fluid.flex-jc-space-between {
  justify-content: space-between;
}

.fxx-container-fluid.flex-jc-center {
  justify-content: center;
}

.fxx-container-fluid.flex-jc-left {
  justify-content: left;
}

.fxx-container-fluid.flex-jc-right {
  justify-content: right;
}

.fxx-container-fluid.flex-jc-flex-end {
  justify-content: flex-end;
}

.fxx-container-fluid.flex-jc-flex-start {
  justify-content: flex-start;
}

.fxx-container-fluid.flex-ai-center {
  align-items: center;
}

.fxx-container-fluid.flex-ai-flex-end {
  align-items: flex-end;
}

.fxx-container-fluid.flex-ai-flex-start {
  align-items: flex-start;
}

.primary-500{
  --tw-bg-opacity: 1;
  background-color: rgb(44 43 124 / var(--tw-bg-opacity));
}

.accent-500{
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
}

.primary-500-fg{
  --tw-text-opacity: 1;
  color: rgb(44 43 124 / var(--tw-text-opacity));
}

.accent-500-fg{
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}

.accent-fg{
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}

/* FLEX */
.flex.flex-column {
  flex-direction: column;
}
.flex.flex-jc-space-between {
  justify-content: space-between;
}
.flex.flex-jc-center {
  justify-content: center;
}
.flex.flex-jc-left {
  justify-content: left;
}
.flex.flex-jc-right {
  justify-content: right;
}
.flex.flex-jc-flex-end {
  justify-content: flex-end;
}
.flex.flex-jc-flex-start {
  justify-content: flex-start;
}
.flex.flex-ai-center {
  align-items: center;
}
.flex.flex-ai-flex-end {
  align-items: flex-end;
}
.flex.flex-ai-flex-start {
  align-items: flex-start;
}

.flex-50-p {
  flex: 1 1 50%;
}

.min-height-100-p {
  min-height: 100%;
}

.min-width-100-p {
  min-width: 100%;
}

.img-max-width-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.img-max-width-fit img {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.img-min-width-100-p img {
  min-width: 100%;
}

.item-list-img-100 {
  min-width: 100px;
  width: 100px;
}

.meta-info {
  font-size: 14px;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.meta-info a{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.meta-info a:hover{
  --tw-text-opacity: 1;
  color: rgb(44 43 124 / var(--tw-text-opacity));
}

.layout--twocol-section > .layout__region {
  width: 100%;
}

input,
textarea {
  max-width: 100%;
}

#views-exposed-form-available-programmes-academic-programmes,
#views-exposed-form-available-programmes-regular-programmes,
#views-exposed-form-available-programmes-postgraduate-programmes,
#views-exposed-form-available-programmes-sandwich-postgraduate,
#views-exposed-form-available-programmes-sandwich-undergraduate,
#views-exposed-form-available-programmes-distance-programmes {
  display: flex;
  align-items: flex-end;
  margin-bottom: 32px;
}
#views-exposed-form-available-programmes-academic-programmes .form-item,
#views-exposed-form-available-programmes-regular-programmes .form-item,
#views-exposed-form-available-programmes-postgraduate-programmes .form-item,
#views-exposed-form-available-programmes-sandwich-postgraduate .form-item,
#views-exposed-form-available-programmes-sandwich-undergraduate .form-item,
#views-exposed-form-available-programmes-distance-programmes .form-item {
  margin-right: 1em;
}
#views-exposed-form-available-programmes-academic-programmes .button,
#views-exposed-form-available-programmes-regular-programmes .button,
#views-exposed-form-available-programmes-postgraduate-programmes .button,
#views-exposed-form-available-programmes-sandwich-postgraduate .button,
#views-exposed-form-available-programmes-sandwich-undergraduate .button,
#views-exposed-form-available-programmes-distance-programmes .button {
  margin: 0;
  min-height: 52px;
  border-radius: 26px;
}

#main-content {
  padding: 0 !important;
}
#main-content #block-startupgrowth-lite-content.block {
  padding: 0 !important;
}
#main-content #block-startupgrowth-lite-content > .content {
  margin-bottom: 56px;
}
#main-content .front-content #block-startupgrowth-lite-content > .content {
  margin-bottom: 0px;
}

.more-link{
  text-align: center;
  font-size: 0.75rem;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

@media (min-width: 768px){
  .more-link{
    text-align: left;
  }
  .more-link{
    font-size: 0.875rem;
  }
  .more-link{
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
  }
  .more-link a:hover{
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
  }
}

.form-required::after {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0.3em;
  content: "";
  vertical-align: super;
  background-image: url("/core/misc/icons/ee0000/required.svg");
  background-repeat: no-repeat;
  background-size: 6px 6px;
}

.staff-page-staff-search .form,
.staff-page-advanced-staff-search .form,
#views-exposed-form-documents-staff-documents .form {
  display: flex;
  align-items: flex-end;
}
.staff-page-staff-search .form .form-item,
.staff-page-advanced-staff-search .form .form-item,
#views-exposed-form-documents-staff-documents .form .form-item {
  margin-right: 1em;
}
.staff-page-staff-search .form .button,
.staff-page-advanced-staff-search .form .button,
#views-exposed-form-documents-staff-documents .form .button {
  margin: 0;
  min-height: 52px;
  border-radius: 26px;
}

#views-exposed-form-documents-staff-documents {
  margin-bottom: 32px;
  padding: 24px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.views-exposed-form,
.user-search-form form.views-exposed-form,
#views-exposed-form-documents-download-search,
#views-exposed-form-users-advanced-staff-search,
#views-exposed-form-users-faculty-staff-search,
#views-exposed-form-users-department-staff-search {
  padding: 24px;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.views-exposed-form.flex-column, .user-search-form form.views-exposed-form.flex-column, #views-exposed-form-documents-download-search.flex-column, #views-exposed-form-users-advanced-staff-search.flex-column, #views-exposed-form-users-faculty-staff-search.flex-column, #views-exposed-form-users-department-staff-search.flex-column {
  flex-direction: column;
}

.views-exposed-form.flex-jc-space-between, .user-search-form form.views-exposed-form.flex-jc-space-between, #views-exposed-form-documents-download-search.flex-jc-space-between, #views-exposed-form-users-advanced-staff-search.flex-jc-space-between, #views-exposed-form-users-faculty-staff-search.flex-jc-space-between, #views-exposed-form-users-department-staff-search.flex-jc-space-between {
  justify-content: space-between;
}

.views-exposed-form.flex-jc-center, .user-search-form form.views-exposed-form.flex-jc-center, #views-exposed-form-documents-download-search.flex-jc-center, #views-exposed-form-users-advanced-staff-search.flex-jc-center, #views-exposed-form-users-faculty-staff-search.flex-jc-center, #views-exposed-form-users-department-staff-search.flex-jc-center {
  justify-content: center;
}

.views-exposed-form.flex-jc-left, .user-search-form form.views-exposed-form.flex-jc-left, #views-exposed-form-documents-download-search.flex-jc-left, #views-exposed-form-users-advanced-staff-search.flex-jc-left, #views-exposed-form-users-faculty-staff-search.flex-jc-left, #views-exposed-form-users-department-staff-search.flex-jc-left {
  justify-content: left;
}

.views-exposed-form.flex-jc-right, .user-search-form form.views-exposed-form.flex-jc-right, #views-exposed-form-documents-download-search.flex-jc-right, #views-exposed-form-users-advanced-staff-search.flex-jc-right, #views-exposed-form-users-faculty-staff-search.flex-jc-right, #views-exposed-form-users-department-staff-search.flex-jc-right {
  justify-content: right;
}

.views-exposed-form.flex-jc-flex-end, .user-search-form form.views-exposed-form.flex-jc-flex-end, #views-exposed-form-documents-download-search.flex-jc-flex-end, #views-exposed-form-users-advanced-staff-search.flex-jc-flex-end, #views-exposed-form-users-faculty-staff-search.flex-jc-flex-end, #views-exposed-form-users-department-staff-search.flex-jc-flex-end {
  justify-content: flex-end;
}

.views-exposed-form.flex-jc-flex-start, .user-search-form form.views-exposed-form.flex-jc-flex-start, #views-exposed-form-documents-download-search.flex-jc-flex-start, #views-exposed-form-users-advanced-staff-search.flex-jc-flex-start, #views-exposed-form-users-faculty-staff-search.flex-jc-flex-start, #views-exposed-form-users-department-staff-search.flex-jc-flex-start {
  justify-content: flex-start;
}

.views-exposed-form.flex-ai-center, .user-search-form form.views-exposed-form.flex-ai-center, #views-exposed-form-documents-download-search.flex-ai-center, #views-exposed-form-users-advanced-staff-search.flex-ai-center, #views-exposed-form-users-faculty-staff-search.flex-ai-center, #views-exposed-form-users-department-staff-search.flex-ai-center {
  align-items: center;
}

.views-exposed-form.flex-ai-flex-end, .user-search-form form.views-exposed-form.flex-ai-flex-end, #views-exposed-form-documents-download-search.flex-ai-flex-end, #views-exposed-form-users-advanced-staff-search.flex-ai-flex-end, #views-exposed-form-users-faculty-staff-search.flex-ai-flex-end, #views-exposed-form-users-department-staff-search.flex-ai-flex-end {
  align-items: flex-end;
}

.views-exposed-form.flex-ai-flex-start, .user-search-form form.views-exposed-form.flex-ai-flex-start, #views-exposed-form-documents-download-search.flex-ai-flex-start, #views-exposed-form-users-advanced-staff-search.flex-ai-flex-start, #views-exposed-form-users-faculty-staff-search.flex-ai-flex-start, #views-exposed-form-users-department-staff-search.flex-ai-flex-start {
  align-items: flex-start;
}

@media (min-width: 768px){
  .views-exposed-form, .user-search-form form.views-exposed-form, #views-exposed-form-documents-download-search, #views-exposed-form-users-advanced-staff-search, #views-exposed-form-users-faculty-staff-search, #views-exposed-form-users-department-staff-search{
    flex-direction: row;
  }
  .views-exposed-form, .user-search-form form.views-exposed-form, #views-exposed-form-documents-download-search, #views-exposed-form-users-advanced-staff-search, #views-exposed-form-users-faculty-staff-search, #views-exposed-form-users-department-staff-search{
    align-items: flex-end;
  }
  .views-exposed-form > :not([hidden]) ~ :not([hidden]), .user-search-form form.views-exposed-form > :not([hidden]) ~ :not([hidden]), #views-exposed-form-documents-download-search > :not([hidden]) ~ :not([hidden]), #views-exposed-form-users-advanced-staff-search > :not([hidden]) ~ :not([hidden]), #views-exposed-form-users-faculty-staff-search > :not([hidden]) ~ :not([hidden]), #views-exposed-form-users-department-staff-search > :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)));
  }
}
.views-exposed-form .form-item, .user-search-form form.views-exposed-form .form-item, #views-exposed-form-documents-download-search .form-item, #views-exposed-form-users-advanced-staff-search .form-item, #views-exposed-form-users-faculty-staff-search .form-item, #views-exposed-form-users-department-staff-search .form-item{
  margin-bottom: 0.5rem;
  display: flex;
  width: 100%;
  max-width: 256px;
  flex-direction: column;
}
.views-exposed-form .form-item.flex-column, .user-search-form form.views-exposed-form .form-item.flex-column, #views-exposed-form-documents-download-search .form-item.flex-column, #views-exposed-form-users-advanced-staff-search .form-item.flex-column, #views-exposed-form-users-faculty-staff-search .form-item.flex-column, #views-exposed-form-users-department-staff-search .form-item.flex-column {
  flex-direction: column;
}
.views-exposed-form .form-item.flex-jc-space-between, .user-search-form form.views-exposed-form .form-item.flex-jc-space-between, #views-exposed-form-documents-download-search .form-item.flex-jc-space-between, #views-exposed-form-users-advanced-staff-search .form-item.flex-jc-space-between, #views-exposed-form-users-faculty-staff-search .form-item.flex-jc-space-between, #views-exposed-form-users-department-staff-search .form-item.flex-jc-space-between {
  justify-content: space-between;
}
.views-exposed-form .form-item.flex-jc-center, .user-search-form form.views-exposed-form .form-item.flex-jc-center, #views-exposed-form-documents-download-search .form-item.flex-jc-center, #views-exposed-form-users-advanced-staff-search .form-item.flex-jc-center, #views-exposed-form-users-faculty-staff-search .form-item.flex-jc-center, #views-exposed-form-users-department-staff-search .form-item.flex-jc-center {
  justify-content: center;
}
.views-exposed-form .form-item.flex-jc-left, .user-search-form form.views-exposed-form .form-item.flex-jc-left, #views-exposed-form-documents-download-search .form-item.flex-jc-left, #views-exposed-form-users-advanced-staff-search .form-item.flex-jc-left, #views-exposed-form-users-faculty-staff-search .form-item.flex-jc-left, #views-exposed-form-users-department-staff-search .form-item.flex-jc-left {
  justify-content: left;
}
.views-exposed-form .form-item.flex-jc-right, .user-search-form form.views-exposed-form .form-item.flex-jc-right, #views-exposed-form-documents-download-search .form-item.flex-jc-right, #views-exposed-form-users-advanced-staff-search .form-item.flex-jc-right, #views-exposed-form-users-faculty-staff-search .form-item.flex-jc-right, #views-exposed-form-users-department-staff-search .form-item.flex-jc-right {
  justify-content: right;
}
.views-exposed-form .form-item.flex-jc-flex-end, .user-search-form form.views-exposed-form .form-item.flex-jc-flex-end, #views-exposed-form-documents-download-search .form-item.flex-jc-flex-end, #views-exposed-form-users-advanced-staff-search .form-item.flex-jc-flex-end, #views-exposed-form-users-faculty-staff-search .form-item.flex-jc-flex-end, #views-exposed-form-users-department-staff-search .form-item.flex-jc-flex-end {
  justify-content: flex-end;
}
.views-exposed-form .form-item.flex-jc-flex-start, .user-search-form form.views-exposed-form .form-item.flex-jc-flex-start, #views-exposed-form-documents-download-search .form-item.flex-jc-flex-start, #views-exposed-form-users-advanced-staff-search .form-item.flex-jc-flex-start, #views-exposed-form-users-faculty-staff-search .form-item.flex-jc-flex-start, #views-exposed-form-users-department-staff-search .form-item.flex-jc-flex-start {
  justify-content: flex-start;
}
.views-exposed-form .form-item.flex-ai-center, .user-search-form form.views-exposed-form .form-item.flex-ai-center, #views-exposed-form-documents-download-search .form-item.flex-ai-center, #views-exposed-form-users-advanced-staff-search .form-item.flex-ai-center, #views-exposed-form-users-faculty-staff-search .form-item.flex-ai-center, #views-exposed-form-users-department-staff-search .form-item.flex-ai-center {
  align-items: center;
}
.views-exposed-form .form-item.flex-ai-flex-end, .user-search-form form.views-exposed-form .form-item.flex-ai-flex-end, #views-exposed-form-documents-download-search .form-item.flex-ai-flex-end, #views-exposed-form-users-advanced-staff-search .form-item.flex-ai-flex-end, #views-exposed-form-users-faculty-staff-search .form-item.flex-ai-flex-end, #views-exposed-form-users-department-staff-search .form-item.flex-ai-flex-end {
  align-items: flex-end;
}
.views-exposed-form .form-item.flex-ai-flex-start, .user-search-form form.views-exposed-form .form-item.flex-ai-flex-start, #views-exposed-form-documents-download-search .form-item.flex-ai-flex-start, #views-exposed-form-users-advanced-staff-search .form-item.flex-ai-flex-start, #views-exposed-form-users-faculty-staff-search .form-item.flex-ai-flex-start, #views-exposed-form-users-department-staff-search .form-item.flex-ai-flex-start {
  align-items: flex-start;
}
@media (min-width: 768px){
  .views-exposed-form .form-item, .user-search-form form.views-exposed-form .form-item, #views-exposed-form-documents-download-search .form-item, #views-exposed-form-users-advanced-staff-search .form-item, #views-exposed-form-users-faculty-staff-search .form-item, #views-exposed-form-users-department-staff-search .form-item{
    margin-bottom: 0px;
  }
}
.views-exposed-form input[type=submit], .user-search-form form.views-exposed-form input[type=submit], #views-exposed-form-documents-download-search input[type=submit], #views-exposed-form-users-advanced-staff-search input[type=submit], #views-exposed-form-users-faculty-staff-search input[type=submit], #views-exposed-form-users-department-staff-search input[type=submit]{
  border-radius: 9999px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(44 43 124 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.views-exposed-form input[type=submit] h1, .views-exposed-form input[type=submit] h2, .views-exposed-form input[type=submit] h3, .views-exposed-form input[type=submit] h4, .views-exposed-form input[type=submit] h5, .views-exposed-form input[type=submit] h6, .user-search-form form.views-exposed-form input[type=submit] h1, .user-search-form form.views-exposed-form input[type=submit] h2, .user-search-form form.views-exposed-form input[type=submit] h3, .user-search-form form.views-exposed-form input[type=submit] h4, .user-search-form form.views-exposed-form input[type=submit] h5, .user-search-form form.views-exposed-form input[type=submit] h6, #views-exposed-form-documents-download-search input[type=submit] h1, #views-exposed-form-documents-download-search input[type=submit] h2, #views-exposed-form-documents-download-search input[type=submit] h3, #views-exposed-form-documents-download-search input[type=submit] h4, #views-exposed-form-documents-download-search input[type=submit] h5, #views-exposed-form-documents-download-search input[type=submit] h6, #views-exposed-form-users-advanced-staff-search input[type=submit] h1, #views-exposed-form-users-advanced-staff-search input[type=submit] h2, #views-exposed-form-users-advanced-staff-search input[type=submit] h3, #views-exposed-form-users-advanced-staff-search input[type=submit] h4, #views-exposed-form-users-advanced-staff-search input[type=submit] h5, #views-exposed-form-users-advanced-staff-search input[type=submit] h6, #views-exposed-form-users-faculty-staff-search input[type=submit] h1, #views-exposed-form-users-faculty-staff-search input[type=submit] h2, #views-exposed-form-users-faculty-staff-search input[type=submit] h3, #views-exposed-form-users-faculty-staff-search input[type=submit] h4, #views-exposed-form-users-faculty-staff-search input[type=submit] h5, #views-exposed-form-users-faculty-staff-search input[type=submit] h6, #views-exposed-form-users-department-staff-search input[type=submit] h1, #views-exposed-form-users-department-staff-search input[type=submit] h2, #views-exposed-form-users-department-staff-search input[type=submit] h3, #views-exposed-form-users-department-staff-search input[type=submit] h4, #views-exposed-form-users-department-staff-search input[type=submit] h5, #views-exposed-form-users-department-staff-search input[type=submit] h6 {
  color: #fff;
}

figure img {
  width: 100%;
}

h1, h2, h3, h4, h5, h6{
  font-weight: 500;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(44 43 124 / var(--tw-text-opacity));
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
  color: #fff !important;
}

h1{
  margin-bottom: 2rem;
  font-size: 2.5rem;
  letter-spacing: -0.025em;
}

h2{
  margin-bottom: 1.5rem;
  font-size: 2rem;
  letter-spacing: -0.025em;
}

h3{
  margin-bottom: 1rem;
  font-size: 1.25rem;
  letter-spacing: -0.025em;
}

h4{
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

h5{
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}

h6{
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  font-style: italic;
}

.text-plight {
  color: #00f3ff;
}

.views_slideshow_cycle_teaser_section{
  max-width: 72rem;
}

.pm-hidden, .pin-hidden{
  display: none;
}

.medi-container{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 56rem;
}

@media (min-width: 768px){
  .medi-container{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md-medi-container{
    margin-left: auto;
    margin-right: auto;
  }
  .md-medi-container{
    width: 100%;
  }
  .md-medi-container{
    max-width: 56rem;
  }
  @media (min-width: 768px){
    .md-medi-container{
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
  }
}

@media (min-width: 1024px) {
  .lg-medi-container{
    margin-left: auto;
    margin-right: auto;
  }
  .lg-medi-container{
    width: 100%;
  }
  .lg-medi-container{
    max-width: 56rem;
  }
  @media (min-width: 768px){
    .lg-medi-container{
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
  }
}

.max-container{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 72rem;
}

@media (min-width: 768px){
  .max-container{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .md-max-container{
    margin-left: auto;
    margin-right: auto;
  }
  .md-max-container{
    width: 100%;
  }
  .md-max-container{
    max-width: 72rem;
  }
  @media (min-width: 768px){
    .md-max-container{
      padding-left: 2.25rem;
      padding-right: 2.25rem;
    }
  }
}

@media (min-width: 1024px) {
  .lg-max-container{
    margin-left: auto;
    margin-right: auto;
  }
  .lg-max-container{
    width: 100%;
  }
  .lg-max-container{
    max-width: 72rem;
  }
  @media (min-width: 768px){
    .lg-max-container{
      padding-left: 2.25rem;
      padding-right: 2.25rem;
    }
  }
}

.bg-black-transparent {
  background: linear-gradient(to top, black, rgba(0, 0, 0, 0));
}

.picture-mb-0 .paragraph--type--picture.mb-12 {
  margin-bottom: 0 !important;
}

.field--type-text-long li {
  margin-bottom: 16px;
}

.grid-column-2{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}

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

.grid-column-3{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}

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

.grid-column-4{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}

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

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

.grid-column-6{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}

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

@media (min-width: 1024px){
  .grid-column-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.accent-action-btn{
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.accent-action-btn h1, .accent-action-btn h2, .accent-action-btn h3, .accent-action-btn h4, .accent-action-btn h5, .accent-action-btn h6 {
  color: #fff;
}

.accent-action-btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 113 113 / var(--tw-bg-opacity));
}

.primary-action-btn{
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(44 43 124 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.primary-action-btn h1, .primary-action-btn h2, .primary-action-btn h3, .primary-action-btn h4, .primary-action-btn h5, .primary-action-btn h6 {
  color: #fff;
}

.primary-action-btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(119 119 158 / var(--tw-bg-opacity));
}

.academic-calendar-list-block .academic-calendar-item {
  display: flex;
  margin-bottom: 16px;
  justify-content: space-between;
}
.academic-calendar-list-block .academic-calendar-item .info {
  display: flex;
}
.academic-calendar-list-block .academic-calendar-item span, .academic-calendar-list-block .academic-calendar-item a {
  display: flex;
  padding: 16px;
  min-width: 68px;
}
.academic-calendar-list-block .academic-calendar-item a {
  font-size: 32px;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.academic-calendar-list-block .academic-calendar-item a:hover {
  text-decoration: none !important;
}

.paragraph--type--accordion-group {
  margin-bottom: 32px;
}
.paragraph--type--accordion-group .field--name-field-accordion-item .field__item .paragraph--type--accordion {
  overflow: hidden;
  border-top-width: 1px;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(163 163 187 / var(--tw-border-opacity));
}
.paragraph--type--accordion-group .field--name-field-accordion-item .field__item .paragraph--type--accordion .field--name-field-accordion-title {
  padding: 8px 24px;
  cursor: pointer;
  font-weight: 500;
}
.paragraph--type--accordion-group .field--name-field-accordion-item .field__item .paragraph--type--accordion .field--name-field-accordion-title:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(226 226 233 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(44 43 124 / var(--tw-text-opacity));
}
.paragraph--type--accordion-group .field--name-field-accordion-item .field__item .paragraph--type--accordion .field--name-field-accordion-content {
  padding: 24px;
}
.paragraph--type--accordion-group .field--name-field-accordion-item .field__item .paragraph--type--accordion .field--name-field-accordion-content:not(.init-open) {
  display: none;
}
.paragraph--type--accordion-group .field--name-field-accordion-item .field__item .paragraph--type--accordion.active .field--name-field-accordion-title{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(163 163 187 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(226 226 233 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(44 43 124 / var(--tw-text-opacity));
}
.paragraph--type--accordion-group .field--name-field-accordion-item div + div .paragraph--type--accordion{
  border-top-width: 0px !important;
}

.more-link-action-link-button .more-link,
.action-link-button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.more-link-action-link-button .more-link.left,
.action-link-button.left {
  justify-content: flex-start;
  align-items: flex-start;
}
.more-link-action-link-button .more-link.right,
.action-link-button.right {
  justify-content: flex-end;
  align-items: flex-end;
}
.more-link-action-link-button .more-link a, .action-link-button a{
  display: block;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(44 43 124 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#main-content #block-startupgrowth-lite-content.more-link-action-link-button .more-link a, #main-content #block-startupgrowth-lite-content.action-link-button a {
  padding: 0;
}
.more-link-action-link-button .more-link a h1, .more-link-action-link-button .more-link a h2, .more-link-action-link-button .more-link a h3, .more-link-action-link-button .more-link a h4, .more-link-action-link-button .more-link a h5, .more-link-action-link-button .more-link a h6, .action-link-button a h1, .action-link-button a h2, .action-link-button a h3, .action-link-button a h4, .action-link-button a h5, .action-link-button a h6 {
  color: #fff;
}
.more-link-action-link-button .more-link a:hover, .action-link-button a:hover{
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
@media (min-width: 768px){
  .more-link-action-link-button .more-link a, .action-link-button a{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .more-link-action-link-button .more-link a, .action-link-button a{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .more-link-action-link-button .more-link a, .action-link-button a{
    font-size: 0.8125rem;
  }
  .more-link-action-link-button .more-link a, .action-link-button a{
    font-weight: 700;
  }
}
.more-link-action-link-button .more-link.mini a,
.action-link-button.mini a {
  padding: 0 8px;
  font-size: 14px;
  font-weight: normal;
}
.more-link-action-link-button .more-link:not(.flat) a, .action-link-button:not(.flat) a{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.more-link-action-link-button .more-link.button-outline-primary a,
.action-link-button.button-outline-primary a {
  font-weight: normal;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(44 43 124 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(44 43 124 / var(--tw-text-opacity));
}
.more-link-action-link-button .more-link.button-outline-primary a:hover, .action-link-button.button-outline-primary a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(44 43 124 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.more-link-action-link-button .more-link.button-outline-accent a,
.action-link-button.button-outline-accent a {
  font-weight: normal;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}
.more-link-action-link-button .more-link.button-outline-accent a:hover, .action-link-button.button-outline-accent a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

a.action-link{
  display: inline-block;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(44 43 124 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(44 43 124 / var(--tw-text-opacity));
}

a.action-link:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(44 43 124 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
a.action-link.primary{
  --tw-bg-opacity: 1;
  background-color: rgb(44 43 124 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
a.action-link.primary h1, a.action-link.primary h2, a.action-link.primary h3, a.action-link.primary h4, a.action-link.primary h5, a.action-link.primary h6 {
  color: #fff;
}
a.action-link.primary:hover{
  --tw-border-opacity: 1;
  border-color: rgb(35 34 99 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(35 34 99 / var(--tw-bg-opacity));
}
a.action-link.accent{
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
a.action-link.accent h1, a.action-link.accent h2, a.action-link.accent h3, a.action-link.accent h4, a.action-link.accent h5, a.action-link.accent h6 {
  color: #fff;
}
a.action-link.accent:hover{
  --tw-border-opacity: 1;
  border-color: rgb(205 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(205 0 0 / var(--tw-bg-opacity));
}

.red-alb.more-link-action-link-button .more-link a, .red-alb .action-link-button a{
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
}

.white-alb.more-link-action-link-button .more-link a, .white-alb .action-link-button a{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(44 43 124 / var(--tw-text-opacity));
}

/* Action link 2 */
.action-link-arrow {
  display: inline;
  font-size: 14px;
  transition: all 0.25s ease;
}
.action-link-arrow .icon-arrow {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 15px;
  margin-bottom: -3px;
  line-height: 1;
  font: normal normal normal 16px/1 FontAwesome;
}
.action-link-arrow .icon-arrow:before {
  position: absolute;
  top: 50%;
  right: 5px;
  background: transparent;
  transform: translate3d(0, -50%, 0);
}
.icon-arrow:before {
  display: inline-block;
  content: "\f178";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.announcement-block-simple article .item-row{
  display: flex;
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 0 0 / var(--tw-border-opacity));
  padding-top: 0.5rem;
}

.announcement-block-simple article .item-row.flex-column {
  flex-direction: column;
}

.announcement-block-simple article .item-row.flex-jc-space-between {
  justify-content: space-between;
}

.announcement-block-simple article .item-row.flex-jc-center {
  justify-content: center;
}

.announcement-block-simple article .item-row.flex-jc-left {
  justify-content: left;
}

.announcement-block-simple article .item-row.flex-jc-right {
  justify-content: right;
}

.announcement-block-simple article .item-row.flex-jc-flex-end {
  justify-content: flex-end;
}

.announcement-block-simple article .item-row.flex-jc-flex-start {
  justify-content: flex-start;
}

.announcement-block-simple article .item-row.flex-ai-center {
  align-items: center;
}

.announcement-block-simple article .item-row.flex-ai-flex-end {
  align-items: flex-end;
}

.announcement-block-simple article .item-row.flex-ai-flex-start {
  align-items: flex-start;
}
.announcement-block-simple article .item-row figure {
  width: 100px;
  height: 100px;
  min-width: 100px;
  overflow: hidden;
  margin-right: 0.5rem;
}
.announcement-block-simple article .item-row .item-info {
  display: flex;
  flex-direction: column;
  align-content: stretch;
  align-items: stretch;
  justify-content: center;
}
.announcement-block-simple article .item-row .item-info h3 {
  margin: 0;
}

.banner.main-front-banner {
  height: 87vh;
}
.banner.site-front-banner {
  height: 70vh;
}
.banner.page-banner {
  height: 50vh;
}
.banner.tv-banner {
  height: 100vh;
}

.bg-image {
  opacity: 0;
  transition: opacity 1s;
}
.bg-image.show {
  opacity: 1;
}

.climpek {
  position: relative;
}
.climpek:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url("../images/patterns/climpek.png");
  opacity: 0.6;
  z-index: 0;
}

.contextual-region.layout-builder-block {
  width: 100% !important;
  min-height: 50px !important;
}

.drawer-menu ul li{
  border-bottom-width: 1px;
  border-color: rgb(119 119 158 / 0.2);
}
.drawer-menu ul li button{
  display: block;
  height: 2rem;
  width: 2rem;
  --tw-rotate: 0deg;
  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));
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(35 34 99 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
#main-content #block-startupgrowth-lite-content.drawer-menu ul li button {
  padding: 0;
}
.drawer-menu ul li button h1, .drawer-menu ul li button h2, .drawer-menu ul li button h3, .drawer-menu ul li button h4, .drawer-menu ul li button h5, .drawer-menu ul li button h6 {
  color: #fff;
}
.drawer-menu ul li button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(119 119 158 / var(--tw-bg-opacity));
}
.drawer-menu ul li div{
  display: block;
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.125rem;
  font-weight: 700;
}
.drawer-menu ul li div.flex-column {
  flex-direction: column;
}
.drawer-menu ul li div.flex-jc-space-between {
  justify-content: space-between;
}
.drawer-menu ul li div.flex-jc-center {
  justify-content: center;
}
.drawer-menu ul li div.flex-jc-left {
  justify-content: left;
}
.drawer-menu ul li div.flex-jc-right {
  justify-content: right;
}
.drawer-menu ul li div.flex-jc-flex-end {
  justify-content: flex-end;
}
.drawer-menu ul li div.flex-jc-flex-start {
  justify-content: flex-start;
}
.drawer-menu ul li div.flex-ai-center {
  align-items: center;
}
.drawer-menu ul li div.flex-ai-flex-end {
  align-items: flex-end;
}
.drawer-menu ul li div.flex-ai-flex-start {
  align-items: flex-start;
}
#main-content #block-startupgrowth-lite-content.drawer-menu ul li div {
  padding: 0;
}
@media (min-width: 768px){
  .drawer-menu ul li div{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.drawer-menu ul li div a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.drawer-menu ul li div a h1, .drawer-menu ul li div a h2, .drawer-menu ul li div a h3, .drawer-menu ul li div a h4, .drawer-menu ul li div a h5, .drawer-menu ul li div a h6 {
  color: #fff;
}
.drawer-menu ul li div a:hover{
  --tw-text-opacity: 1;
  color: rgb(163 163 187 / var(--tw-text-opacity));
}
.drawer-menu ul li ul{
  display: none;
  padding-bottom: 1.25rem;
}
.drawer-menu ul li ul li{
  border-bottom-width: 0px;
}
.drawer-menu ul li ul li div{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.8125rem;
}
.drawer-menu ul li ul li div:after {
  content: "•";
  margin-right: 0.75rem;
  display: block;
  --tw-text-opacity: 1;
  color: rgb(163 163 187 / var(--tw-text-opacity));
}
#main-content #block-startupgrowth-lite-content.drawer-menu ul li ul li div:after {
  padding: 0;
}
.drawer-menu ul li.open button{
  --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));
}
.drawer-menu ul li.open ul{
  display: block;
}
#main-content #block-startupgrowth-lite-content.drawer-menu ul li.open ul {
  padding: 0;
}

.drawer-search form{
  display: flex;
  overflow: hidden;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.drawer-search form.flex-column {
  flex-direction: column;
}

.drawer-search form.flex-jc-space-between {
  justify-content: space-between;
}

.drawer-search form.flex-jc-center {
  justify-content: center;
}

.drawer-search form.flex-jc-left {
  justify-content: left;
}

.drawer-search form.flex-jc-right {
  justify-content: right;
}

.drawer-search form.flex-jc-flex-end {
  justify-content: flex-end;
}

.drawer-search form.flex-jc-flex-start {
  justify-content: flex-start;
}

.drawer-search form.flex-ai-center {
  align-items: center;
}

.drawer-search form.flex-ai-flex-end {
  align-items: flex-end;
}

.drawer-search form.flex-ai-flex-start {
  align-items: flex-start;
}

@media (min-width: 768px){
  .drawer-search form{
    padding-left: 2rem;
  }
  .drawer-search form{
    padding-right: 1rem;
  }
}
.drawer-search form input{
  border-width: 0px;
  padding: 0.5rem;
}
@media (min-width: 768px){
  .drawer-search form input{
    padding: 0.875rem;
  }
}
.drawer-search form input[type=search]{
  width: 100%;
  flex: 1 1 0%;
}
.drawer-search form .form-item-keys{
  width: 100%;
}

html body .page {
  min-height: 100vh;
}
html body .drawer {
  width: 100%;
  transform: translateX(100%);
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, transform 0.5s, visibility 0.5s;
  z-index: 999 !important;
}
@media (min-width: 768px) {
  html body .drawer {
    width: 620px;
    transform: translateX(620px);
  }
}
html body .drawer .drawer-qm ul:not(.contextual-links), html body .drawer .drawer-sm ul:not(.contextual-links){
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 768px){
  html body .drawer .drawer-qm ul:not(.contextual-links), html body .drawer .drawer-sm ul:not(.contextual-links){
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
html body .drawer .drawer-qm ul:not(.contextual-links) li a, html body .drawer .drawer-sm ul:not(.contextual-links) li a{
  display: block;
  padding: 0.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(226 226 233 / var(--tw-text-opacity));
}
#main-content #block-startupgrowth-lite-contenthtml body .drawer .drawer-qm ul:not(.contextual-links) li a, #main-content #block-startupgrowth-lite-contenthtml body .drawer .drawer-sm ul:not(.contextual-links) li a {
  padding: 0;
}
html body .drawer .drawer-qm ul:not(.contextual-links) li a:hover, html body .drawer .drawer-sm ul:not(.contextual-links) li a:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
@media (min-width: 768px){
  html body .drawer .drawer-sm ul:not(.contextual-links){
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
html body .drawer-overlay {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  background: rgba(34, 34, 34, 0.75);
  transition: opacity 0.5s, visibility 0s;
}
html.drawer-open body .page {
  /* min-height: 100vh;
  height: 100vh;
  max-height: 100vh; */
}
html.drawer-open body .drawer {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s, transform 0.5s, visibility 0s;
}
html.drawer-open body .drawer-overlay {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s, visibility 0s;
}

.event-info {
  text-align: center;
}
.event-info article .day {
  font-size: 4em;
  line-height: 1;
}
.event-info article .month,
.event-info article .year {
  font-size: 2em;
  line-height: 1.25;
}
.event-info .time .data {
  font-size: 2em;
}
.event-info .venue .data {
  line-height: 1;
}

.ft-event-item.past-event .card-image a img {
  filter: grayscale(100%);
}
.ft-event-item figure {
  position: relative;
  z-index: 1;
}
.ft-event-item .card-content {
  position: relative;
  z-index: 2;
  padding-top: 4 !important;
}

.font-noto-serif {
  font-family: "Noto Serif", serif;
}

.footer-links .link-item ul {
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .footer-links .link-item ul {
    margin: 0 0 0 6px;
  }
}
.footer-links .link-item ul li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #fff !important;
}
@media (min-width: 768px) {
  .footer-links .link-item ul li {
    margin: 0 0 0 8px;
    list-style-type: disc;
  }
}
.footer-links .link-item ul li a {
  padding: 6px 0;
  color: #fff !important;
  display: inline-block;
}

.pm-cols-2, .lt-6{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}

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

.pm-cols-3, .lt-4{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}

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

.pm-cols-4, .lt-3{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}

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

.no-gap .pm-cols-2, .no-gap .pm-cols-3, .no-gap .pm-cols-4, .no-gap .lt-6, .no-gap .lt-4, .no-gap .lt-3{
  gap: 0px;
}

@media (min-width: 768px) {
  .hexa-block-news article:first-child.card .card-content {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    color: #fff !important;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.85) 80%);
  }
  .hexa-block-news article:first-child.card .card-content a {
    color: #fff !important;
  }
  .hexa-block-news article:first-child.card .card-content a:hover {
    text-decoration: none;
  }
  .hexa-block-news article:first-child.card .card-content h1,
.hexa-block-news article:first-child.card .card-content h2,
.hexa-block-news article:first-child.card .card-content h3,
.hexa-block-news article:first-child.card .card-content h4,
.hexa-block-news article:first-child.card .card-content h5,
.hexa-block-news article:first-child.card .card-content h6,
.hexa-block-news article:first-child.card .card-content h1 a,
.hexa-block-news article:first-child.card .card-content h2 a,
.hexa-block-news article:first-child.card .card-content h3 a,
.hexa-block-news article:first-child.card .card-content h4 a,
.hexa-block-news article:first-child.card .card-content h5 a,
.hexa-block-news article:first-child.card .card-content h6 a {
    color: #fff !important;
    margin: 0;
  }
  .hexa-block-news article:first-child.card .card-content h1:hover,
.hexa-block-news article:first-child.card .card-content h2:hover,
.hexa-block-news article:first-child.card .card-content h3:hover,
.hexa-block-news article:first-child.card .card-content h4:hover,
.hexa-block-news article:first-child.card .card-content h5:hover,
.hexa-block-news article:first-child.card .card-content h6:hover,
.hexa-block-news article:first-child.card .card-content h1 a:hover,
.hexa-block-news article:first-child.card .card-content h2 a:hover,
.hexa-block-news article:first-child.card .card-content h3 a:hover,
.hexa-block-news article:first-child.card .card-content h4 a:hover,
.hexa-block-news article:first-child.card .card-content h5 a:hover,
.hexa-block-news article:first-child.card .card-content h6 a:hover {
    text-decoration: none;
  }
}

.one-column-picture-paragraph .field--name-field-caption,
.one-column-picture-paragraph .field--name-field-caption-2,
.two-column-picture-paragraph .field--name-field-caption,
.two-column-picture-paragraph .field--name-field-caption-2 {
  font-style: italic;
  text-align: center;
  line-height: 1.5;
  margin-top: 12px;
  font-size: 1em;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.one-column-picture-paragraph .field--name-field-picture {
  text-align: center;
}

.field--name-field-caption-erl {
  font-style: italic;
  text-align: center;
  line-height: 1.5;
  margin-top: 12px;
  font-size: 1em;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.field--name-field-news-cover-caption {
  font-style: italic;
  text-align: center;
  line-height: 1.5;
  margin-top: 12px;
  font-size: 1em;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.intext-youtube-video iframe {
  max-width: 100% !important;
}

html .login-modal{
  display: none;
}
html.login-modal-open .login-modal{
  display: flex;
}
html.login-modal-open .login-modal.flex-column {
  flex-direction: column;
}
html.login-modal-open .login-modal.flex-jc-space-between {
  justify-content: space-between;
}
html.login-modal-open .login-modal.flex-jc-center {
  justify-content: center;
}
html.login-modal-open .login-modal.flex-jc-left {
  justify-content: left;
}
html.login-modal-open .login-modal.flex-jc-right {
  justify-content: right;
}
html.login-modal-open .login-modal.flex-jc-flex-end {
  justify-content: flex-end;
}
html.login-modal-open .login-modal.flex-jc-flex-start {
  justify-content: flex-start;
}
html.login-modal-open .login-modal.flex-ai-center {
  align-items: center;
}
html.login-modal-open .login-modal.flex-ai-flex-end {
  align-items: flex-end;
}
html.login-modal-open .login-modal.flex-ai-flex-start {
  align-items: flex-start;
}

.login-page .user-login-form .form-item{
  padding-bottom: 1.5rem;
}
.login-page .user-login-form .form-item label{
  padding-bottom: 0.5rem;
  font-weight: 700;
}
.login-page .user-login-form input.form-submit{
  width: 100%;
  border-radius: 9999px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(44 43 124 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.login-page .user-login-form input.form-submit h1, .login-page .user-login-form input.form-submit h2, .login-page .user-login-form input.form-submit h3, .login-page .user-login-form input.form-submit h4, .login-page .user-login-form input.form-submit h5, .login-page .user-login-form input.form-submit h6 {
  color: #fff;
}

.messages.messages--error{
  width: auto;
  border-radius: 0.25rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 225 225 / var(--tw-bg-opacity));
  padding: 0.5rem;
  text-align: center;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(205 0 0 / var(--tw-text-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px){
  .messages.messages--error{
    margin: 1rem;
  }
  .messages.messages--error{
    padding: 1rem;
  }
  .messages.messages--error{
    text-align: left;
  }
}
.messages.messages--status{
  width: auto;
  border-radius: 0.25rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
  padding: 0.5rem;
  text-align: center;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 768px){
  .messages.messages--status{
    margin: 1rem;
  }
  .messages.messages--status{
    padding: 1rem;
  }
  .messages.messages--status{
    text-align: left;
  }
}

.node.node--type-news.node--view-mode-full .field--name-field-subtitle {
  margin: 48px 0;
  font-size: 1.5em;
  line-height: 1.25;
}
.node.node--type-news.node--view-mode-full .news-cover-wrapper {
  margin-bottom: 56px;
}
.node.node--type-news.node--view-mode-full .field--name-field-news-cover-caption {
  text-align: left;
  margin: 12px 0;
}
.node.node--type-news.node--view-mode-full .cover-caption {
  margin-bottom: 12px;
}

.owl-stage-outer .owl-stage {
  display: flex;
}
.owl-stage-outer .owl-stage .owl-item {
  display: flex;
  flex-grow: 1;
}

.page-content .content .contextual-links{
  font-size: 0.875rem;
}
.page-content .content article .field--name-body, .page-content .content article .field--name-field-text-paragraph, .page-content .content article .field--name-field-text-erl, .page-content .content article .field--type-text-long{
  font-size: 1.125rem;
}
.page-content .content article .field--name-body p, .page-content .content article .field--name-field-text-paragraph p, .page-content .content article .field--name-field-text-erl p, .page-content .content article .field--type-text-long p{
  margin-bottom: 1rem;
  line-height: 1.5;
}
.page-content .content article ul:not(.pager__items), .page-content .content article ol {
  margin-left: 32px;
  margin-bottom: 1rem;
}
.page-content .content article ul:not(.pager__items) {
  list-style-type: disc;
}
.page-content .content article ol {
  list-style-type: decimal;
}

.quick-link-horizontal ul:not(.contextual-links){
  margin: 0px !important;
  display: flex;
}

.quick-link-horizontal ul:not(.contextual-links) > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.quick-link-horizontal ul:not(.contextual-links){
  padding: 0px !important;
}

.quick-link-horizontal ul:not(.contextual-links).flex-column {
  flex-direction: column;
}

.quick-link-horizontal ul:not(.contextual-links).flex-jc-space-between {
  justify-content: space-between;
}

.quick-link-horizontal ul:not(.contextual-links).flex-jc-center {
  justify-content: center;
}

.quick-link-horizontal ul:not(.contextual-links).flex-jc-left {
  justify-content: left;
}

.quick-link-horizontal ul:not(.contextual-links).flex-jc-right {
  justify-content: right;
}

.quick-link-horizontal ul:not(.contextual-links).flex-jc-flex-end {
  justify-content: flex-end;
}

.quick-link-horizontal ul:not(.contextual-links).flex-jc-flex-start {
  justify-content: flex-start;
}

.quick-link-horizontal ul:not(.contextual-links).flex-ai-center {
  align-items: center;
}

.quick-link-horizontal ul:not(.contextual-links).flex-ai-flex-end {
  align-items: flex-end;
}

.quick-link-horizontal ul:not(.contextual-links).flex-ai-flex-start {
  align-items: flex-start;
}
.quick-link-horizontal ul:not(.contextual-links) li{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.quick-link-horizontal ul:not(.contextual-links) li.flex-column {
  flex-direction: column;
}
.quick-link-horizontal ul:not(.contextual-links) li.flex-jc-space-between {
  justify-content: space-between;
}
.quick-link-horizontal ul:not(.contextual-links) li.flex-jc-center {
  justify-content: center;
}
.quick-link-horizontal ul:not(.contextual-links) li.flex-jc-left {
  justify-content: left;
}
.quick-link-horizontal ul:not(.contextual-links) li.flex-jc-right {
  justify-content: right;
}
.quick-link-horizontal ul:not(.contextual-links) li.flex-jc-flex-end {
  justify-content: flex-end;
}
.quick-link-horizontal ul:not(.contextual-links) li.flex-jc-flex-start {
  justify-content: flex-start;
}
.quick-link-horizontal ul:not(.contextual-links) li.flex-ai-center {
  align-items: center;
}
.quick-link-horizontal ul:not(.contextual-links) li.flex-ai-flex-end {
  align-items: flex-end;
}
.quick-link-horizontal ul:not(.contextual-links) li.flex-ai-flex-start {
  align-items: flex-start;
}
.quick-link-horizontal ul:not(.contextual-links) li a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.quick-link-horizontal ul:not(.contextual-links) li a h1, .quick-link-horizontal ul:not(.contextual-links) li a h2, .quick-link-horizontal ul:not(.contextual-links) li a h3, .quick-link-horizontal ul:not(.contextual-links) li a h4, .quick-link-horizontal ul:not(.contextual-links) li a h5, .quick-link-horizontal ul:not(.contextual-links) li a h6 {
  color: #fff;
}
.quick-link-horizontal ul:not(.contextual-links) li a:hover{
  --tw-text-opacity: 1;
  color: rgb(226 226 233 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.quick-link-horizontal ul:not(.contextual-links) li svg{
  margin-right: 0.25rem;
}

.quick-menu-horizontal ul:not(.contextual-links, .sf-menu){
  display: flex;
}

.quick-menu-horizontal ul:not(.contextual-links, .sf-menu) > :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)));
}

.quick-menu-horizontal ul:not(.contextual-links, .sf-menu).flex-column {
  flex-direction: column;
}

.quick-menu-horizontal ul:not(.contextual-links, .sf-menu).flex-jc-space-between {
  justify-content: space-between;
}

.quick-menu-horizontal ul:not(.contextual-links, .sf-menu).flex-jc-center {
  justify-content: center;
}

.quick-menu-horizontal ul:not(.contextual-links, .sf-menu).flex-jc-left {
  justify-content: left;
}

.quick-menu-horizontal ul:not(.contextual-links, .sf-menu).flex-jc-right {
  justify-content: right;
}

.quick-menu-horizontal ul:not(.contextual-links, .sf-menu).flex-jc-flex-end {
  justify-content: flex-end;
}

.quick-menu-horizontal ul:not(.contextual-links, .sf-menu).flex-jc-flex-start {
  justify-content: flex-start;
}

.quick-menu-horizontal ul:not(.contextual-links, .sf-menu).flex-ai-center {
  align-items: center;
}

.quick-menu-horizontal ul:not(.contextual-links, .sf-menu).flex-ai-flex-end {
  align-items: flex-end;
}

.quick-menu-horizontal ul:not(.contextual-links, .sf-menu).flex-ai-flex-start {
  align-items: flex-start;
}
.quick-menu-horizontal ul:not(.contextual-links, .sf-menu) li a{
  padding: 0.25rem;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.quick-menu-horizontal ul:not(.contextual-links, .sf-menu) li a h1, .quick-menu-horizontal ul:not(.contextual-links, .sf-menu) li a h2, .quick-menu-horizontal ul:not(.contextual-links, .sf-menu) li a h3, .quick-menu-horizontal ul:not(.contextual-links, .sf-menu) li a h4, .quick-menu-horizontal ul:not(.contextual-links, .sf-menu) li a h5, .quick-menu-horizontal ul:not(.contextual-links, .sf-menu) li a h6 {
  color: #fff;
}
.quick-menu-horizontal ul:not(.contextual-links, .sf-menu) li a:hover{
  --tw-text-opacity: 1;
  color: rgb(226 226 233 / var(--tw-text-opacity));
}
.quick-menu-horizontal ul.sf-menu li a{
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.quick-menu-horizontal ul.sf-menu li a h1, .quick-menu-horizontal ul.sf-menu li a h2, .quick-menu-horizontal ul.sf-menu li a h3, .quick-menu-horizontal ul.sf-menu li a h4, .quick-menu-horizontal ul.sf-menu li a h5, .quick-menu-horizontal ul.sf-menu li a h6 {
  color: #fff;
}
.quick-menu-horizontal ul.sf-menu li a:hover{
  --tw-text-opacity: 1;
  color: rgb(226 226 233 / var(--tw-text-opacity));
}
.quick-menu-horizontal ul.sf-menu li ul{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.quick-menu-horizontal ul.sf-menu li ul li a{
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.quick-menu-horizontal ul.sf-menu li ul li a:hover{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.side-navigation ul li{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.side-navigation ul li button{
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  --tw-rotate: 0deg;
  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));
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(44 43 124 / var(--tw-bg-opacity));
  font-size: 0.875rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
#main-content #block-startupgrowth-lite-content.side-navigation ul li button {
  padding: 0;
}
.side-navigation ul li button h1, .side-navigation ul li button h2, .side-navigation ul li button h3, .side-navigation ul li button h4, .side-navigation ul li button h5, .side-navigation ul li button h6 {
  color: #fff;
}
.side-navigation ul li button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(119 119 158 / var(--tw-bg-opacity));
}
.side-navigation ul li div{
  display: block;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
}
.side-navigation ul li div.flex-column {
  flex-direction: column;
}
.side-navigation ul li div.flex-jc-space-between {
  justify-content: space-between;
}
.side-navigation ul li div.flex-jc-center {
  justify-content: center;
}
.side-navigation ul li div.flex-jc-left {
  justify-content: left;
}
.side-navigation ul li div.flex-jc-right {
  justify-content: right;
}
.side-navigation ul li div.flex-jc-flex-end {
  justify-content: flex-end;
}
.side-navigation ul li div.flex-jc-flex-start {
  justify-content: flex-start;
}
.side-navigation ul li div.flex-ai-center {
  align-items: center;
}
.side-navigation ul li div.flex-ai-flex-end {
  align-items: flex-end;
}
.side-navigation ul li div.flex-ai-flex-start {
  align-items: flex-start;
}
#main-content #block-startupgrowth-lite-content.side-navigation ul li div {
  padding: 0;
}
@media (min-width: 768px){
  .side-navigation ul li div{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.side-navigation ul li div a{
  --tw-text-opacity: 1;
  color: rgb(44 43 124 / var(--tw-text-opacity));
}
.side-navigation ul li div a:hover{
  --tw-text-opacity: 1;
  color: rgb(163 163 187 / var(--tw-text-opacity));
}
.side-navigation ul li.active > div button{
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
}
.side-navigation ul li.active > div button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 113 113 / var(--tw-bg-opacity));
}
.side-navigation ul li.active > div a{
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}
.side-navigation ul li.active > div a:hover{
  --tw-text-opacity: 1;
  color: rgb(255 159 159 / var(--tw-text-opacity));
}
.side-navigation ul li ul{
  display: none;
}
.side-navigation ul li ul li div{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
}
.side-navigation ul li ul li div a{
  --tw-text-opacity: 1;
  color: rgb(119 119 158 / var(--tw-text-opacity));
}
.side-navigation ul li ul li div a:hover{
  --tw-text-opacity: 1;
  color: rgb(44 43 124 / var(--tw-text-opacity));
}
.side-navigation ul li ul li:not(.item-below) div:after {
  content: "•";
  margin-right: 0.375rem;
  display: block;
  --tw-text-opacity: 1;
  color: rgb(163 163 187 / var(--tw-text-opacity));
}
#main-content #block-startupgrowth-lite-content.side-navigation ul li ul li:not(.item-below) div:after {
  padding: 0;
}
.side-navigation ul li ul li:not(.item-below) div:hover:after{
  --tw-text-opacity: 1;
  color: rgb(44 43 124 / var(--tw-text-opacity));
}
.side-navigation ul li.open button{
  --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));
}
.side-navigation ul li.open ul{
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
#main-content #block-startupgrowth-lite-content.side-navigation ul li.open ul {
  padding: 0;
}
.side-navigation ul li.item-below:not(.open) button{
  --tw-rotate: 0deg;
  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));
}
.side-navigation ul li.item-below:not(.open) ul{
  display: none;
}

.slideshow-banner {
  position: relative;
}
.slideshow-banner .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 70px;
  z-index: 10;
}
.slideshow-banner .title:after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: -8em;
  content: "";
  z-index: 1;
  width: 100%;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.85) 80%);
}
.slideshow-banner .title .inner {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  color: #fff !important;
  z-index: 2;
  padding: 0 32px 32px 32px;
}
.slideshow-banner .title .inner a {
  color: #fff !important;
}
.slideshow-banner .title .inner h2 {
  width: 100%;
  max-width: 50%;
  margin: 0;
}
.slideshow-banner .title .inner h2 small {
  font-size: 80% !important;
  margin-top: 10px;
}
.slideshow-banner .title .inner a.learn-more {
  display: flex;
  max-width: 140px;
  padding: 8px 24px;
  border: 1px solid #fff;
  justify-content: center;
  border-radius: 50px;
}
.slideshow-banner .title .inner a.learn-more:hover {
  text-decoration: none !important;
  background: rgba(255, 255, 255, 0.2);
}
.slideshow-banner.with-text .title {
  display: none !important;
}

.views-slideshow-controls-bottom .views-slideshow-pager-bullets li {
  padding: 0 6px !important;
  --tw-bg-opacity: 1;
  background-color: rgb(44 43 124 / var(--tw-bg-opacity));
}

.views-slideshow-controls-bottom .views-slideshow-pager-bullets li:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(119 119 158 / var(--tw-bg-opacity));
}
.views-slideshow-controls-bottom .views-slideshow-pager-bullets li.active{
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
}

@media (min-width: 768px){
  .staff-login-block .fxx-container{
    border-radius: 0.375rem;
  }
}
.staff-login-block form {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
}
.staff-login-block form.flex-column {
  flex-direction: column;
}
.staff-login-block form.flex-jc-space-between {
  justify-content: space-between;
}
.staff-login-block form.flex-jc-center {
  justify-content: center;
}
.staff-login-block form.flex-jc-left {
  justify-content: left;
}
.staff-login-block form.flex-jc-right {
  justify-content: right;
}
.staff-login-block form.flex-jc-flex-end {
  justify-content: flex-end;
}
.staff-login-block form.flex-jc-flex-start {
  justify-content: flex-start;
}
.staff-login-block form.flex-ai-center {
  align-items: center;
}
.staff-login-block form.flex-ai-flex-end {
  align-items: flex-end;
}
.staff-login-block form.flex-ai-flex-start {
  align-items: flex-start;
}
@media (min-width: 768px){
  .staff-login-block form{
    flex-direction: row;
  }
}
.staff-login-block form .form-item{
  margin-top: 0.75rem;
  width: 100%;
}
@media (min-width: 768px){
  .staff-login-block form .form-item{
    margin-right: 1.5rem;
  }
  .staff-login-block form .form-item{
    width: 12rem;
  }
}
.staff-login-block form .form-item label {
  color: #fff;
}
.staff-login-block form .form-item input{
  width: 100%;
}
@media (min-width: 768px){
  .staff-login-block form .form-item input{
    width: auto;
  }
}
.staff-login-block form .form-actions {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 1.5rem;
}
@media (min-width: 768px){
  .staff-login-block form .form-actions{
    margin-top: 0px;
  }
}
.staff-login-block form .form-actions input {
  margin: 0;
  background: #fff;
  border-radius: 9999px;
  padding-left: 2rem;
  padding-right: 2rem;
  --tw-text-opacity: 1;
  color: rgb(44 43 124 / var(--tw-text-opacity));
}
.staff-login-block .item-list {
  display: none;
}
.staff-login-block .item-list ul {
  list-style-type: none;
}
.staff-login-block .item-list ul li {
  list-style-type: none;
  font-size: 12px;
}
.staff-login-block .item-list ul li a {
  color: #fff !important;
}

table{
  width: 100%;
}
table tr th {
  vertical-align: middle;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(44 43 124 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(44 43 124 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
table tr th h1, table tr th h2, table tr th h3, table tr th h4, table tr th h5, table tr th h6 {
  color: #fff;
}
table tr th:first-child{
  border-left-width: 1px;
}
table tr th + th{
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
}
table tr th:last-child{
  border-right-width: 1px;
}
table tr th p{
  margin: 0px !important;
  padding: 0px !important;
}
table tr td {
  vertical-align: middle;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
table tr td:first-child, table tr td + td{
  border-left-width: 1px;
}
table tr td:last-child{
  border-right-width: 1px;
}
table tr td p{
  margin: 0px !important;
  padding: 0px !important;
}

/**
 * @file
 * Visual styles for Startupgrowth Lite's scroll to top button.
 */
.to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: rgba(37, 37, 37, 0.8);
  width: 45px;
  height: 45px;
  color: #fff;
  font-size: 24px;
  line-height: 44px;
  border-radius: 100%;
  cursor: pointer;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: scale(0);
  transition: all 0.4s;
  z-index: 100;
}

.to-top.show {
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-backface-visibility: hidden;
}

.to-top i {
  width: 100%;
  height: 100%;
  font-size: 24px;
  line-height: 44px;
}

.to-top:hover {
  background: #252525;
}

@media (min-width: 992px) {
  .to-top {
    width: 55px;
    height: 55px;
    line-height: 52px;
  }

  .to-top i {
    line-height: 52px;
  }
}
.card {
  background: #fff;
  position: relative;
  --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);
}
.card .card-image {
  overflow: hidden;
}
.card .card-image img {
  min-width: 100%;
  transition-duration: 1s;
  transition-timing-function: linear;
  transform: scale(1);
}
.card .card-image img:hover {
  transform: scale(1.1);
}
.card .card-content {
  padding: 24px;
}
.card .card-content h1,
.card .card-content h2,
.card .card-content h3,
.card .card-content h4,
.card .card-content h5,
.card .card-content h6,
.card .card-content h1 a,
.card .card-content h2 a,
.card .card-content h3 a,
.card .card-content h4 a,
.card .card-content h5 a,
.card .card-content h6 a {
  color: #333 !important;
  margin: 0;
}
.card.full-image .card-content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  color: #fff !important;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.85) 80%);
}
.card.full-image .card-content a {
  color: #fff !important;
}
.card.full-image .card-content a:hover {
  text-decoration: none;
}
.card.full-image .card-content h1,
.card.full-image .card-content h2,
.card.full-image .card-content h3,
.card.full-image .card-content h4,
.card.full-image .card-content h5,
.card.full-image .card-content h6,
.card.full-image .card-content h1 a,
.card.full-image .card-content h2 a,
.card.full-image .card-content h3 a,
.card.full-image .card-content h4 a,
.card.full-image .card-content h5 a,
.card.full-image .card-content h6 a {
  color: #fff !important;
  margin: 0;
}
.card.full-image .card-content h1:hover,
.card.full-image .card-content h2:hover,
.card.full-image .card-content h3:hover,
.card.full-image .card-content h4:hover,
.card.full-image .card-content h5:hover,
.card.full-image .card-content h6:hover,
.card.full-image .card-content h1 a:hover,
.card.full-image .card-content h2 a:hover,
.card.full-image .card-content h3 a:hover,
.card.full-image .card-content h4 a:hover,
.card.full-image .card-content h5 a:hover,
.card.full-image .card-content h6 a:hover {
  text-decoration: none;
}
.card.visa {
  padding: 24px;
  height: 100%;
  display: block;
}
.card.visa .card-image {
  float: right;
  margin: 0 0 12px 12px;
}
.card.visa .card-image img {
  min-width: auto;
}
.card.visa .card-content {
  display: inline;
  padding: 0;
}

#wPlayer {
  cursor: pointer;
}
#wPlayer .play {
  display: none;
}
#wPlayer .paused {
  display: block;
}
#wPlayer.open .play {
  display: block;
}
#wPlayer.open .paused {
  display: none;
}

.yt-featured-video-block {
  position: relative;
}
.yt-featured-video-block .video-player {
  position: relative;
}
.yt-featured-video-block .video-player .yt-player {
  z-index: 100;
  position: relative;
}
.yt-featured-video-block .video-player .yt-player .yt-player-inner {
  z-index: 999;
  position: relative;
  height: 100%;
  width: 100%;
  padding-bottom: 56.25%;
}
.yt-featured-video-block .video-player .yt-player .yt-player-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.yt-featured-video-block .more-videos article figure {
  position: relative;
}
.yt-featured-video-block .more-videos article figure .item-info {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.profile{
  font-size: 1.125rem;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.profile p:not(.item-title){
  margin-bottom: 1rem;
  line-height: 1.5;
}

header#header{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(44 43 124 / var(--tw-bg-opacity));
  --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);
}
header#header .menu-bg {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2c2b7c+0,2c2b7c+96&1+0,0.71+24,0+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #232263 0%, rgba(35, 34, 99, 0.71) 24%, rgba(35, 34, 99, 0.04) 96%, rgba(35, 34, 99, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#2c2b7c", endColorstr="#002c2b7c",GradientType=0 );
  /* IE6-9 */
}
header#header .logo-wrapper{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px){
  header#header .logo-wrapper .site-logo{
    width: 14rem;
  }
}
header#header .logo-wrapper .site-logo.has-name{
  width: 5rem;
}
header#header .logo-wrapper .uew-name {
  color: #00f3ff;
  font-size: 1rem;
  font-weight: 500;
}
header#header .logo-wrapper .site-name{
  font-size: 0.8125rem;
}
@media (min-width: 768px){
  header#header .logo-wrapper .site-name{
    font-size: 1.5rem;
  }
  header#header .menu{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  header#header{
    position: absolute;
  }
  header#header{
    top: 0px;
  }
  header#header{
    left: 0px;
  }
  header#header{
    z-index: 50;
  }
  header#header{
    width: 100%;
  }
  header#header{
    overflow: visible;
  }
  header#header{
    background-color: transparent;
  }
  header#header{
    --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);
  }
  header#header .logo-wrapper{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  header#header .logo-wrapper .site-logo{
    width: 14rem;
  }
  @media (min-width: 768px){
    header#header .logo-wrapper .site-logo{
      width: 24rem;
    }
  }
  header#header .logo-wrapper .site-logo.has-name{
    width: 5rem;
  }
  header#header .menu{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  @media (min-width: 768px){
    header#header .menu{
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
    }
  }
  @media (min-width: 768px){
    header#header .brand{
      min-height: 95px;
    }
  }
  header#header.stucked{
    position: fixed;
  }
  header#header.stucked{
    top: 0px;
  }
  header#header.stucked{
    left: 0px;
  }
  header#header.stucked{
    z-index: 50;
  }
  header#header.stucked{
    width: 100%;
  }
  header#header.stucked{
    --tw-bg-opacity: 1;
    background-color: rgb(44 43 124 / var(--tw-bg-opacity));
  }
  header#header.stucked{
    --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);
  }
  header#header.stucked{
    --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);
  }
  header#header.stucked .top-links, header#header.stucked .menu-bg{
    display: none;
  }
  header#header.stucked .logo-wrapper{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  @media (min-width: 768px){
    header#header.stucked .logo-wrapper .site-logo{
      width: 18rem;
    }
  }
  header#header.stucked .logo-wrapper .site-logo.has-name{
    width: 5rem;
  }
  @media (min-width: 768px){
    header#header.stucked .logo-wrapper .site-name{
      font-size: 1.125rem;
    }
  }
  @media (min-width: 768px){
    header#header.stucked .menu{
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }
  }
  @media (min-width: 768px){
    header#header.stucked .brand{
      min-height: 50px;
    }
  }
  #headerbanner.istv:not(.enter) .brand-nav,
#headerbanner.istv:not(.enter) .menu-bg {
    display: none !important;
  }
}

.citation {
  text-align: left !important;
  line-height: 1.2 !important;
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .citation {
    text-indent: -40px;
    margin-left: 40px;
  }
}

.force-break {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.field--label-inline{
  margin-bottom: 0.5rem;
  display: flex;
  flex-wrap: wrap;
}

.field--label-inline.flex-column {
  flex-direction: column;
}

.field--label-inline.flex-jc-space-between {
  justify-content: space-between;
}

.field--label-inline.flex-jc-center {
  justify-content: center;
}

.field--label-inline.flex-jc-left {
  justify-content: left;
}

.field--label-inline.flex-jc-right {
  justify-content: right;
}

.field--label-inline.flex-jc-flex-end {
  justify-content: flex-end;
}

.field--label-inline.flex-jc-flex-start {
  justify-content: flex-start;
}

.field--label-inline.flex-ai-center {
  align-items: center;
}

.field--label-inline.flex-ai-flex-end {
  align-items: flex-end;
}

.field--label-inline.flex-ai-flex-start {
  align-items: flex-start;
}
.field--label-inline .field__label {
  line-height: 1 !important;
  padding-right: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(44 43 124 / var(--tw-text-opacity));
}
.field--label-inline .field__item {
  line-height: 1 !important;
  flex: 1 1 auto;
}
@media (min-width: 768px) {
  .field--label-inline{
    flex-wrap: nowrap;
  }
  .field--label-inline .field__label{
    flex-shrink: 0;
  }
  .field--label-inline .field__item{
    flex: 1 1 auto;
  }
  .paragraph--type--articles-in-journals .field--label-inline .field__label,
.paragraph--type--rp-books .field--label-inline .field__label,
.paragraph--type--rp-journals-edited-staff .field--label-inline .field__label,
.paragraph--type--rp-articles-chapters-edited-book .field--label-inline .field__label,
.paragraph--type--rp-monographs .field--label-inline .field__label,
.paragraph--type--rp-published-proceedings-cwss .field--label-inline .field__label,
.paragraph--type--rp-cwss-presentations .field--label-inline .field__label {
    min-width: 150px;
  }
  .paragraph--type--articles-in-journals .field--label-inline .field__item, .paragraph--type--rp-books .field--label-inline .field__item, .paragraph--type--rp-journals-edited-staff .field--label-inline .field__item, .paragraph--type--rp-articles-chapters-edited-book .field--label-inline .field__item, .paragraph--type--rp-monographs .field--label-inline .field__item, .paragraph--type--rp-published-proceedings-cwss .field--label-inline .field__item, .paragraph--type--rp-cwss-presentations .field--label-inline .field__item{
    display: flex;
  }
  .paragraph--type--articles-in-journals .field--label-inline .field__item, .paragraph--type--rp-books .field--label-inline .field__item, .paragraph--type--rp-journals-edited-staff .field--label-inline .field__item, .paragraph--type--rp-articles-chapters-edited-book .field--label-inline .field__item, .paragraph--type--rp-monographs .field--label-inline .field__item, .paragraph--type--rp-published-proceedings-cwss .field--label-inline .field__item, .paragraph--type--rp-cwss-presentations .field--label-inline .field__item{
    align-items: center;
  }
.paragraph--type--articles-in-journals .field--label-inline .field__item.flex-column, .paragraph--type--rp-books .field--label-inline .field__item.flex-column, .paragraph--type--rp-journals-edited-staff .field--label-inline .field__item.flex-column, .paragraph--type--rp-articles-chapters-edited-book .field--label-inline .field__item.flex-column, .paragraph--type--rp-monographs .field--label-inline .field__item.flex-column, .paragraph--type--rp-published-proceedings-cwss .field--label-inline .field__item.flex-column, .paragraph--type--rp-cwss-presentations .field--label-inline .field__item.flex-column {
  flex-direction: column;
}
.paragraph--type--articles-in-journals .field--label-inline .field__item.flex-jc-space-between, .paragraph--type--rp-books .field--label-inline .field__item.flex-jc-space-between, .paragraph--type--rp-journals-edited-staff .field--label-inline .field__item.flex-jc-space-between, .paragraph--type--rp-articles-chapters-edited-book .field--label-inline .field__item.flex-jc-space-between, .paragraph--type--rp-monographs .field--label-inline .field__item.flex-jc-space-between, .paragraph--type--rp-published-proceedings-cwss .field--label-inline .field__item.flex-jc-space-between, .paragraph--type--rp-cwss-presentations .field--label-inline .field__item.flex-jc-space-between {
  justify-content: space-between;
}
.paragraph--type--articles-in-journals .field--label-inline .field__item.flex-jc-center, .paragraph--type--rp-books .field--label-inline .field__item.flex-jc-center, .paragraph--type--rp-journals-edited-staff .field--label-inline .field__item.flex-jc-center, .paragraph--type--rp-articles-chapters-edited-book .field--label-inline .field__item.flex-jc-center, .paragraph--type--rp-monographs .field--label-inline .field__item.flex-jc-center, .paragraph--type--rp-published-proceedings-cwss .field--label-inline .field__item.flex-jc-center, .paragraph--type--rp-cwss-presentations .field--label-inline .field__item.flex-jc-center {
  justify-content: center;
}
.paragraph--type--articles-in-journals .field--label-inline .field__item.flex-jc-left, .paragraph--type--rp-books .field--label-inline .field__item.flex-jc-left, .paragraph--type--rp-journals-edited-staff .field--label-inline .field__item.flex-jc-left, .paragraph--type--rp-articles-chapters-edited-book .field--label-inline .field__item.flex-jc-left, .paragraph--type--rp-monographs .field--label-inline .field__item.flex-jc-left, .paragraph--type--rp-published-proceedings-cwss .field--label-inline .field__item.flex-jc-left, .paragraph--type--rp-cwss-presentations .field--label-inline .field__item.flex-jc-left {
  justify-content: left;
}
.paragraph--type--articles-in-journals .field--label-inline .field__item.flex-jc-right, .paragraph--type--rp-books .field--label-inline .field__item.flex-jc-right, .paragraph--type--rp-journals-edited-staff .field--label-inline .field__item.flex-jc-right, .paragraph--type--rp-articles-chapters-edited-book .field--label-inline .field__item.flex-jc-right, .paragraph--type--rp-monographs .field--label-inline .field__item.flex-jc-right, .paragraph--type--rp-published-proceedings-cwss .field--label-inline .field__item.flex-jc-right, .paragraph--type--rp-cwss-presentations .field--label-inline .field__item.flex-jc-right {
  justify-content: right;
}
.paragraph--type--articles-in-journals .field--label-inline .field__item.flex-jc-flex-end, .paragraph--type--rp-books .field--label-inline .field__item.flex-jc-flex-end, .paragraph--type--rp-journals-edited-staff .field--label-inline .field__item.flex-jc-flex-end, .paragraph--type--rp-articles-chapters-edited-book .field--label-inline .field__item.flex-jc-flex-end, .paragraph--type--rp-monographs .field--label-inline .field__item.flex-jc-flex-end, .paragraph--type--rp-published-proceedings-cwss .field--label-inline .field__item.flex-jc-flex-end, .paragraph--type--rp-cwss-presentations .field--label-inline .field__item.flex-jc-flex-end {
  justify-content: flex-end;
}
.paragraph--type--articles-in-journals .field--label-inline .field__item.flex-jc-flex-start, .paragraph--type--rp-books .field--label-inline .field__item.flex-jc-flex-start, .paragraph--type--rp-journals-edited-staff .field--label-inline .field__item.flex-jc-flex-start, .paragraph--type--rp-articles-chapters-edited-book .field--label-inline .field__item.flex-jc-flex-start, .paragraph--type--rp-monographs .field--label-inline .field__item.flex-jc-flex-start, .paragraph--type--rp-published-proceedings-cwss .field--label-inline .field__item.flex-jc-flex-start, .paragraph--type--rp-cwss-presentations .field--label-inline .field__item.flex-jc-flex-start {
  justify-content: flex-start;
}
.paragraph--type--articles-in-journals .field--label-inline .field__item.flex-ai-center, .paragraph--type--rp-books .field--label-inline .field__item.flex-ai-center, .paragraph--type--rp-journals-edited-staff .field--label-inline .field__item.flex-ai-center, .paragraph--type--rp-articles-chapters-edited-book .field--label-inline .field__item.flex-ai-center, .paragraph--type--rp-monographs .field--label-inline .field__item.flex-ai-center, .paragraph--type--rp-published-proceedings-cwss .field--label-inline .field__item.flex-ai-center, .paragraph--type--rp-cwss-presentations .field--label-inline .field__item.flex-ai-center {
  align-items: center;
}
.paragraph--type--articles-in-journals .field--label-inline .field__item.flex-ai-flex-end, .paragraph--type--rp-books .field--label-inline .field__item.flex-ai-flex-end, .paragraph--type--rp-journals-edited-staff .field--label-inline .field__item.flex-ai-flex-end, .paragraph--type--rp-articles-chapters-edited-book .field--label-inline .field__item.flex-ai-flex-end, .paragraph--type--rp-monographs .field--label-inline .field__item.flex-ai-flex-end, .paragraph--type--rp-published-proceedings-cwss .field--label-inline .field__item.flex-ai-flex-end, .paragraph--type--rp-cwss-presentations .field--label-inline .field__item.flex-ai-flex-end {
  align-items: flex-end;
}
.paragraph--type--articles-in-journals .field--label-inline .field__item.flex-ai-flex-start, .paragraph--type--rp-books .field--label-inline .field__item.flex-ai-flex-start, .paragraph--type--rp-journals-edited-staff .field--label-inline .field__item.flex-ai-flex-start, .paragraph--type--rp-articles-chapters-edited-book .field--label-inline .field__item.flex-ai-flex-start, .paragraph--type--rp-monographs .field--label-inline .field__item.flex-ai-flex-start, .paragraph--type--rp-published-proceedings-cwss .field--label-inline .field__item.flex-ai-flex-start, .paragraph--type--rp-cwss-presentations .field--label-inline .field__item.flex-ai-flex-start {
  align-items: flex-start;
}
  .paragraph--type--articles-in-journals .field--label-inline .field__item:before,
.paragraph--type--rp-books .field--label-inline .field__item:before,
.paragraph--type--rp-journals-edited-staff .field--label-inline .field__item:before,
.paragraph--type--rp-articles-chapters-edited-book .field--label-inline .field__item:before,
.paragraph--type--rp-monographs .field--label-inline .field__item:before,
.paragraph--type--rp-published-proceedings-cwss .field--label-inline .field__item:before,
.paragraph--type--rp-cwss-presentations .field--label-inline .field__item:before {
    display: inline-block;
    content: ":";
    margin-right: 10px;
    height: 100%;
  }
}
.paragraph--type--articles-in-journals .field--name-field-rp-abstract, .paragraph--type--rp-books .field--name-field-rp-abstract, .paragraph--type--rp-journals-edited-staff .field--name-field-rp-abstract, .paragraph--type--rp-articles-chapters-edited-book .field--name-field-rp-abstract, .paragraph--type--rp-monographs .field--name-field-rp-abstract, .paragraph--type--rp-published-proceedings-cwss .field--name-field-rp-abstract, .paragraph--type--rp-cwss-presentations .field--name-field-rp-abstract{
  margin-top: 1.5rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  padding-top: 1rem;
}
.paragraph--type--articles-in-journals .field--name-field-rp-abstract .field__label, .paragraph--type--rp-books .field--name-field-rp-abstract .field__label, .paragraph--type--rp-journals-edited-staff .field--name-field-rp-abstract .field__label, .paragraph--type--rp-articles-chapters-edited-book .field--name-field-rp-abstract .field__label, .paragraph--type--rp-monographs .field--name-field-rp-abstract .field__label, .paragraph--type--rp-published-proceedings-cwss .field--name-field-rp-abstract .field__label, .paragraph--type--rp-cwss-presentations .field--name-field-rp-abstract .field__label{
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(44 43 124 / var(--tw-text-opacity));
}

#edit-field-rp-entry .paragraphs-dropbutton-wrapper {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 12px;
}
#edit-field-rp-entry .paragraphs-dropbutton-wrapper input {
  background: #f0f0f0;
  padding: 24px !important;
  margin: 0 !important;
  border-radius: 12px;
}

.is-slideshow .views_slideshow_cycle_main {
  width: 100% !important;
}
.is-slideshow .views_slideshow_cycle_teaser_section {
  width: 100% !important;
  max-width: 100%;
}
.is-slideshow .views-element-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.is-slideshow .views-element-container div {
  width: 100%;
  height: 100%;
}
.is-slideshow .views_slideshow_cycle_slide {
  width: 100% !important;
}
.is-slideshow .views_slideshow_cycle_main .views-slideshow-cycle-main-frame {
  width: 100% !important;
  height: auto;
}
.is-slideshow .views_slideshow_cycle_main .views-slideshow-cycle-main-frame-row {
  width: 100% !important;
  height: auto;
}
.is-slideshow .views_slideshow_cycle_main .field-content {
  width: 100%;
}
.is-slideshow .views_slideshow_cycle_main .field-content img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.tab-4-img-link .main-region{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 768px) {
  .tab-4-img-link .main-region{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.left-right-links ul:not(.contextual-links){
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}
.left-right-links ul:not(.contextual-links) li a{
  display: block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(119 119 158 / var(--tw-bg-opacity));
  padding: 0.5rem;
  text-align: center;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#main-content #block-startupgrowth-lite-content.left-right-links ul:not(.contextual-links) li a {
  padding: 0;
}
.left-right-links ul:not(.contextual-links) li a h1, .left-right-links ul:not(.contextual-links) li a h2, .left-right-links ul:not(.contextual-links) li a h3, .left-right-links ul:not(.contextual-links) li a h4, .left-right-links ul:not(.contextual-links) li a h5, .left-right-links ul:not(.contextual-links) li a h6 {
  color: #fff;
}

.block-uew-tv-player{
  display: flex;
  height: 100%;
  width: 100%;
}

.block-uew-tv-player.flex-column {
  flex-direction: column;
}

.block-uew-tv-player.flex-jc-space-between {
  justify-content: space-between;
}

.block-uew-tv-player.flex-jc-center {
  justify-content: center;
}

.block-uew-tv-player.flex-jc-left {
  justify-content: left;
}

.block-uew-tv-player.flex-jc-right {
  justify-content: right;
}

.block-uew-tv-player.flex-jc-flex-end {
  justify-content: flex-end;
}

.block-uew-tv-player.flex-jc-flex-start {
  justify-content: flex-start;
}

.block-uew-tv-player.flex-ai-center {
  align-items: center;
}

.block-uew-tv-player.flex-ai-flex-end {
  align-items: flex-end;
}

.block-uew-tv-player.flex-ai-flex-start {
  align-items: flex-start;
}
.block-uew-tv-player .content{
  height: 100%;
  width: 100%;
}
.block-uew-tv-player .content .uewtv-player{
  height: 100%;
  width: 100%;
}
.block-uew-tv-player .content .uewtv-player iframe{
  height: 100%;
  width: 100%;
}

#toolbar-bar {
  margin-top: 40px;
}
@media (min-width: 768px) {
  #toolbar-bar {
    margin-top: 0;
  }
}

.block-views-blockavailable-programmes-programme-meta table{
  text-align: center;
  font-size: 1.125rem;
}
.block-views-blockavailable-programmes-programme-meta table tr th{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.block-views-blockavailable-programmes-programme-meta table tr th + th{
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.programme-list a{
  margin-bottom: 0.5rem;
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

#main-content #block-startupgrowth-lite-content.programme-list a {
  padding: 0;
}
.programme-list.plain a{
  font-size: 1rem;
}
.programme-list.plain a:hover{
  font-weight: 700;
}
.programme-list.plain:not(.last) a{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.programme-list.shaded a{
  border-left-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.hover___bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.hover___bg-primary-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(44 43 124 / var(--tw-bg-opacity));
}
.hover___bg-green-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}
.hover___bg-cyan-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity));
}
.hover___bg-red-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.hover___bg-primary-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(163 163 187 / var(--tw-bg-opacity));
}
.hover___bg-green-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity));
}
.hover___bg-cyan-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity));
}
.hover___bg-red-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}
.hover___bg-orange-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity));
}
.hover___bg-accent-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
}
.hover___bg-primary-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 243 / var(--tw-bg-opacity));
}
.hover___bg-cyan-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(14 116 144 / var(--tw-bg-opacity));
}
.hover___text-primary-500:hover{
  --tw-text-opacity: 1;
  color: rgb(44 43 124 / var(--tw-text-opacity));
}
.hover___text-accent-500:hover{
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}
.hover___text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover___text-black:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.hover___underline:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.hover___shadow-lg:hover{
  --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);
}
.focus___bg-accent-500:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
}
.focus___text-white:focus{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.focus___outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (min-width: 640px){
  .sm___grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm___gap-2{
    gap: 0.5rem;
  }
}
@media (min-width: 768px){
  .md___absolute{
    position: absolute;
  }
  .md___top-0{
    top: 0px;
  }
  .md___right-0{
    right: 0px;
  }
  .md___z-20{
    z-index: 20;
  }
  .md___col-span-2{
    grid-column: span 2 / span 2;
  }
  .md___my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .md___my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .md___mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .md___mb-2{
    margin-bottom: 0.5rem;
  }
  .md___mt-9{
    margin-top: 2.25rem;
  }
  .md___mb-4{
    margin-bottom: 1rem;
  }
  .md___mb-6{
    margin-bottom: 1.5rem;
  }
  .md___mb-3{
    margin-bottom: 0.75rem;
  }
  .md___mb-9{
    margin-bottom: 2.25rem;
  }
  .md___mb-12{
    margin-bottom: 3rem;
  }
  .md___mb-16{
    margin-bottom: 4rem;
  }
  .md___mb-20{
    margin-bottom: 5rem;
  }
  .md___mb-24{
    margin-bottom: 6rem;
  }
  .md___mb-0{
    margin-bottom: 0px;
  }
  .md___ml-0{
    margin-left: 0px;
  }
  .md___ml-9{
    margin-left: 2.25rem;
  }
  .md___block{
    display: block;
  }
  .md___flex{
    display: flex;
  }
  .md___inline-flex{
    display: inline-flex;
  }
  .md___hidden{
    display: none;
  }
  .md___max-h-\[350px\]{
    max-height: 350px;
  }
  .md___min-h-\[100px\]{
    min-height: 100px;
  }
  .md___w-1\/2{
    width: 50%;
  }
  .md___w-80{
    width: 20rem;
  }
  .md___w-16{
    width: 4rem;
  }
  .md___w-96{
    width: 24rem;
  }
  .md___w-\[19rem\]{
    width: 19rem;
  }
  .md___w-36{
    width: 9rem;
  }
  .md___min-w-\[120px\]{
    min-width: 120px;
  }
  .md___grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md___grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md___grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md___grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .md___flex-row{
    flex-direction: row;
  }
  .md___justify-start{
    justify-content: flex-start;
  }
  .md___justify-between{
    justify-content: space-between;
  }
  .md___gap-2{
    gap: 0.5rem;
  }
  .md___gap-4{
    gap: 1rem;
  }
  .md___gap-6{
    gap: 1.5rem;
  }
  .md___gap-3{
    gap: 0.75rem;
  }
  .md___gap-8{
    gap: 2rem;
  }
  .md___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)));
  }
  .md___space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md___space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md___space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md___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)));
  }
  .md___space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }
  .md___divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }
  .md___divide-primary-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgb(119 119 158 / var(--tw-divide-opacity));
  }
  .md___rounded{
    border-radius: 0.25rem;
  }
  .md___rounded-lg{
    border-radius: 0.5rem;
  }
  .md___border-4{
    border-width: 4px;
  }
  .md___border-l{
    border-left-width: 1px;
  }
  .md___border-accent-500{
    --tw-border-opacity: 1;
    border-color: rgb(255 0 0 / var(--tw-border-opacity));
  }
  .md___border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
  }
  .md___bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity));
  }
  .md___bg-transparent{
    background-color: transparent;
  }
  .md___p-6{
    padding: 1.5rem;
  }
  .md___p-3{
    padding: 0.75rem;
  }
  .md___p-0{
    padding: 0px;
  }
  .md___p-9{
    padding: 2.25rem;
  }
  .md___p-12{
    padding: 3rem;
  }
  .md___p-8{
    padding: 2rem;
  }
  .md___px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md___px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .md___py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .md___px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .md___py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md___py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .md___px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .md___px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md___px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md___pb-24{
    padding-bottom: 6rem;
  }
  .md___pb-16{
    padding-bottom: 4rem;
  }
  .md___pb-20{
    padding-bottom: 5rem;
  }
  .md___pt-9{
    padding-top: 2.25rem;
  }
  .md___pb-14{
    padding-bottom: 3.5rem;
  }
  .md___pr-16{
    padding-right: 4rem;
  }
  .md___pb-0{
    padding-bottom: 0px;
  }
  .md___pl-5{
    padding-left: 1.25rem;
  }
  .md___pl-6{
    padding-left: 1.5rem;
  }
  .md___pb-4{
    padding-bottom: 1rem;
  }
  .md___pt-0{
    padding-top: 0px;
  }
  .md___pr-6{
    padding-right: 1.5rem;
  }
  .md___pr-4{
    padding-right: 1rem;
  }
  .md___pr-2{
    padding-right: 0.5rem;
  }
  .md___pt-2{
    padding-top: 0.5rem;
  }
  .md___text-left{
    text-align: left;
  }
  .md___text-2xl{
    font-size: 1.25rem;
  }
  .md___text-md{
    font-size: 0.8125rem;
  }
  .md___text-lg{
    font-size: 1rem;
  }
  .md___text-7xl{
    font-size: 3rem;
  }
  .md___text-base{
    font-size: 0.875rem;
  }
  .md___shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .md___shadow{
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .md___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);
  }
}
@media (min-width: 1024px){
  .lg___mb-9{
    margin-bottom: 2.25rem;
  }
  .lg___mb-12{
    margin-bottom: 3rem;
  }
  .lg___grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg___grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg___grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg___gap-4{
    gap: 1rem;
  }
  .lg___gap-6{
    gap: 1.5rem;
  }
  .lg___py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
