@charset "UTF-8";
/**
 * This injects Tailwind's base styles, which is a combination of
 * Normalize.css and some additional base styles.
 *
 * You can see the styles here:
 * https://github.com/tailwindcss/tailwindcss/blob/master/css/preflight.css
 *
 * If using `postcss-import`, use this import instead:
 *
 * @import "tailwindcss/base";
 */
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*! tailwindcss v3.4.19 | 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: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: "HelveticaNeue-regular", Helvetica, Arial, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
html,
  body {
    font-size: 62.5%;
    /* color: $gray-darker; */
  }
body{
  font-family: "HelveticaNeue-regular", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(5 2 73 / var(--tw-text-opacity, 1));
}
h1,
  h2,
  h3,
  h4,
  h5{
  font-family: "Granjon", Georgia, Cambria, Times, serif;
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: 0em;
}
h1{
  font-family: "HelveticaNeueLTW06-75Bold", Helvetica, Arial, sans-serif;
  font-size: 4.2rem;
    word-break: break-word;
}
@media (min-width: 940px) {
    h1{
    font-size: 5rem;
    letter-spacing: -0.025em;
  }
  }
h2{
  margin-bottom: 1.5rem;
  margin-top: 2rem;
  font-family: "HelveticaNeueLTW06-75Bold", Helvetica, Arial, sans-serif;
  font-size: 3.6rem;
  line-height: 1.25;
}
h3{
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-family: "HelveticaNeueLTW06-75Bold", Helvetica, Arial, sans-serif;
  font-size: 2.4rem;
}
@media (min-width: 940px) {
    h3{
    font-size: 2.4rem;
  }
  }
h4{
  margin-bottom: 1rem;
  font-family: "HelveticaNeueLTW06-75Bold", Helvetica, Arial, sans-serif;
  font-size: 2rem;
}
@media (min-width: 940px) {
    h4{
    font-size: 2rem;
  }
  }
p{
  margin-bottom: 2rem;
  line-height: 1.5;
}
@media (min-width: 940px) {
    p{
    font-size: 2rem;
  }
  }
hr{
  margin-bottom: 2rem;
}
strong{
  font-family: "HelveticaNeueLTW04-65Medium", Helvetica, Arial, sans-serif;
}
/**
 * This injects any component classes registered by plugins.
 *
 * If using `postcss-import`, use this import instead:
 *
 * @import "tailwindcss/components";
 */
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 480px){
  .container{
    max-width: 480px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 940px){
  .container{
    max-width: 940px;
  }
}
@media (min-width: 1100px){
  .container{
    max-width: 1100px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1380px){
  .container{
    max-width: 1380px;
  }
}
.container-sm{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px){
  .container-sm{
    max-width: 100%;
  }
}
@media (min-width: 940px){
  .container-sm{
    max-width: 768px;
  }
}
@media (min-width: 1100px){
  .container-sm{
    max-width: 940px;
  }
}
@media (min-width: 1280px){
  .container-sm{
    max-width: 940px;
  }
}
/**
 * Here you would add any of your custom component classes; stuff that you'd
 * want loaded *before* the utilities so that the utilities could still
 * override them.
 *
 * Example:
 *
 * .btn { ... }
 * .form-input { ... }
 *
 * Or if using a preprocessor or `postcss-import`:
 *
 * @import "components/buttons";
 * @import "components/forms";
 */
@font-face {
  font-family: "GranjonLTStd-Italic";
  src: url("fonts/webfonts/3A6701_0_0.eot");
  src: url("fonts/webfonts/3A6701_0_0.eot?#iefix") format("embedded-opentype"), url("fonts/webfonts/3A6701_0_0.woff2") format("woff2"), url("fonts/webfonts/3A6701_0_0.woff") format("woff"), url("fonts/webfonts/3A6701_0_0.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "GranjonLTStd-Bold";
  src: url("fonts/webfonts/3A6701_1_0.eot");
  src: url("fonts/webfonts/3A6701_1_0.eot?#iefix") format("embedded-opentype"), url("fonts/webfonts/3A6701_1_0.woff2") format("woff2"), url("fonts/webfonts/3A6701_1_0.woff") format("woff"), url("fonts/webfonts/3A6701_1_0.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-display: swap;
  font-family: "GranjonLTStd";
  src: url("fonts/webfonts/3A6701_2_0.eot");
  src: url("fonts/webfonts/3A6701_2_0.eot?#iefix") format("embedded-opentype"), url("fonts/webfonts/3A6701_2_0.woff2") format("woff2"), url("fonts/webfonts/3A6701_2_0.woff") format("woff"), url("fonts/webfonts/3A6701_2_0.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Granjon";
  src: url("fonts/webfonts/3A6701_2_0.eot");
  src: url("fonts/webfonts/3A6701_2_0.eot?#iefix") format("embedded-opentype"), url("fonts/webfonts/3A6701_2_0.woff2") format("woff2"), url("fonts/webfonts/3A6701_2_0.woff") format("woff"), url("fonts/webfonts/3A6701_2_0.ttf") format("truetype");
}
@font-face {
  font-family: "HelveticaNeueLTW04-45Light";
  src: url("./fonts/HelveticaNeueLTW04-45Light.eot?#iefix") format("eot"), url("./fonts/HelveticaNeueLTW04-45Light.woff2") format("woff2"), url("./fonts/HelveticaNeueLTW04-45Light.woff") format("woff"), url("./fonts/HelveticaNeueLTW04-45Light.ttf") format("truetype");
  font-display: fallback;
}
@font-face {
  font-display: swap;
  font-family: "HelveticaNeueLTW04-65Medium";
  src: url("./fonts/HelveticaNeueLTW04-65Medium.eot?#iefix") format("eot"), url("./fonts/HelveticaNeueLTW04-65Medium.woff2") format("woff2"), url("./fonts/HelveticaNeueLTW04-65Medium.woff") format("woff"), url("./fonts/HelveticaNeueLTW04-65Medium.ttf") format("truetype");
  font-display: fallback;
}
@font-face {
  font-display: swap;
  font-family: "HelveticaNeue-regular";
  src: url("fonts/2D0D15_3_0.eot?#iefix") format("embedded-opentype"), url("fonts/2D0D15_3_0.woff2") format("woff2"), url("fonts/2D0D15_3_0.woff") format("woff"), url("fonts/2D0D15_3_0.ttf") format("truetype");
}
@font-face {
  font-family: "HelveticaNeueLTW06-75Bold";
  src: url("./fonts/HelveticaNeueLTW06-75Bold.eot?#iefix") format("eot"), url("./fonts/HelveticaNeueLTW06-75Bold.woff2") format("woff2"), url("./fonts/HelveticaNeueLTW06-75Bold.woff") format("woff"), url("./fonts/HelveticaNeueLTW06-75Bold.ttf") format("truetype");
  font-display: fallback;
}
@font-face {
  font-family: "HelveticaNeue-thin";
  src: url("fonts/HelveticaNeueLTStd-Th.otf");
}
/* input {
  @apply border border-gray-500
} */
/**
 * This injects all of Tailwind's utility classes, generated based on your
 * config file.
 *
 * If using `postcss-import`, use this import instead:
 *
 * @import "tailwindcss/utilities";
 */
.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;
}
.invisible{
  visibility: hidden;
}
.static{
  position: static;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.bottom-0{
  bottom: 0;
}
.bottom-12{
  bottom: 3rem;
}
.left-0{
  left: 0;
}
.right-0{
  right: 0;
}
.right-12{
  right: 3rem;
}
.right-16{
  right: 4rem;
}
.top-0{
  top: 0;
}
.top-16{
  top: 4rem;
}
.z-10{
  z-index: 10;
}
.z-50{
  z-index: 50;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.col-span-3{
  grid-column: span 3 / span 3;
}
.col-start-2{
  grid-column-start: 2;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-0{
  margin-top: 0;
  margin-bottom: 0;
}
.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-16{
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.my-24{
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.my-32{
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-48{
  margin-top: 12rem;
  margin-bottom: 12rem;
}
.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.-mb-12{
  margin-bottom: -3rem;
}
.-mt-12{
  margin-top: -3rem;
}
.-mt-16{
  margin-top: -4rem;
}
.-mt-48{
  margin-top: -12rem;
}
.mb-0{
  margin-bottom: 0;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-24{
  margin-bottom: 6rem;
}
.mb-28{
  margin-bottom: 7rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-48{
  margin-bottom: 12rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-5{
  margin-left: 1.25rem;
}
.mr-12{
  margin-right: 3rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-28{
  margin-right: 7rem;
}
.mr-6{
  margin-right: 1.5rem;
}
.mr-8{
  margin-right: 2rem;
}
.mt-0{
  margin-top: 0;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-24{
  margin-top: 6rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-48{
  margin-top: 12rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.h-8{
  height: 2rem;
}
.h-px{
  height: 2px;
}
.w-1\/2{
  width: 50%;
}
.w-2\/3{
  width: 66.666667%;
}
.w-33{
  width: 33px;
}
.w-64{
  width: 64px;
}
.w-8{
  width: 2rem;
}
.w-full{
  width: 100%;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-\[40px\]{
  flex: 40px;
}
.cursor-pointer{
  cursor: pointer;
}
.list-none{
  list-style-type: none;
}
.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-baseline{
  align-items: baseline;
}
.items-stretch{
  align-items: stretch;
}
.justify-between{
  justify-content: space-between;
}
.gap-12{
  gap: 3rem;
}
.gap-24{
  gap: 6rem;
}
.gap-4{
  gap: 1rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-x-16{
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-y-12{
  row-gap: 3rem;
}
.space-y-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.self-center{
  align-self: center;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.break-words{
  overflow-wrap: break-word;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-r-\[150px\]{
  border-top-right-radius: 150px;
  border-bottom-right-radius: 150px;
}
.rounded-t-3xl{
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.rounded-t-\[0px\]{
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.border-\[3px\]{
  border-width: 3px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-l{
  border-left-width: 1px;
}
.border-r{
  border-right-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-dusk{
  --tw-border-opacity: 1;
  border-color: rgb(80 99 128 / var(--tw-border-opacity, 1));
}
.border-green{
  --tw-border-opacity: 1;
  border-color: rgb(132 194 52 / var(--tw-border-opacity, 1));
}
.border-grey-silver{
  --tw-border-opacity: 1;
  border-color: rgb(209 211 211 / var(--tw-border-opacity, 1));
}
.border-navy{
  --tw-border-opacity: 1;
  border-color: rgb(5 2 73 / var(--tw-border-opacity, 1));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-t-green{
  --tw-border-opacity: 1;
  border-top-color: rgb(132 194 52 / var(--tw-border-opacity, 1));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-blue-light{
  --tw-bg-opacity: 1;
  background-color: rgb(226 244 252 / var(--tw-bg-opacity, 1));
}
.bg-blue-normal{
  --tw-bg-opacity: 1;
  background-color: rgb(0 107 233 / var(--tw-bg-opacity, 1));
}
.bg-fact-1{
  --tw-bg-opacity: 1;
  background-color: rgb(226 244 252 / var(--tw-bg-opacity, 1));
}
.bg-fact-2{
  --tw-bg-opacity: 1;
  background-color: rgb(235 246 248 / var(--tw-bg-opacity, 1));
}
.bg-fact-3{
  --tw-bg-opacity: 1;
  background-color: rgb(235 247 235 / var(--tw-bg-opacity, 1));
}
.bg-fact-4{
  --tw-bg-opacity: 1;
  background-color: rgb(244 248 234 / var(--tw-bg-opacity, 1));
}
.bg-grey-light{
  --tw-bg-opacity: 1;
  background-color: rgb(242 243 244 / var(--tw-bg-opacity, 1));
}
.bg-grey-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(230 233 237 / var(--tw-bg-opacity, 1));
}
.bg-grey-silver{
  --tw-bg-opacity: 1;
  background-color: rgb(209 211 211 / var(--tw-bg-opacity, 1));
}
.bg-navy{
  --tw-bg-opacity: 1;
  background-color: rgb(5 2 73 / var(--tw-bg-opacity, 1));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.stroke-blue-normal{
  stroke: #006BE9;
}
.p-12{
  padding: 3rem;
}
.p-4{
  padding: 1rem;
}
.p-8{
  padding: 2rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-32{
  padding-left: 8rem;
  padding-right: 8rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-11{
  padding-bottom: 2.75rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-32{
  padding-bottom: 8rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pb-88{
  padding-bottom: 22rem;
}
.pl-8{
  padding-left: 2rem;
}
.pr-10{
  padding-right: 2.5rem;
}
.pr-4{
  padding-right: 1rem;
}
.pr-6{
  padding-right: 1.5rem;
}
.pr-8{
  padding-right: 2rem;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-16{
  padding-top: 4rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-24{
  padding-top: 6rem;
}
.pt-28{
  padding-top: 7rem;
}
.pt-32{
  padding-top: 8rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.text-center{
  text-align: center;
}
.font-sans{
  font-family: "HelveticaNeue-regular", Helvetica, Arial, sans-serif;
}
.font-sansBold{
  font-family: "HelveticaNeueLTW06-75Bold", Helvetica, Arial, sans-serif;
}
.font-sansMedium{
  font-family: "HelveticaNeueLTW04-65Medium", Helvetica, Arial, sans-serif;
}
.text-2xl{
  font-size: 2.6rem;
}
.text-4xl{
  font-size: 4.2rem;
}
.text-5xl{
  font-size: 5rem;
}
.text-6xl{
  font-size: 6rem;
}
.text-base{
  font-size: 1.6rem;
}
.text-lg{
  font-size: 2rem;
}
.text-md{
  font-size: 1.8rem;
}
.text-sm{
  font-size: 1.4rem;
}
.text-xl{
  font-size: 2.4rem;
}
.text-xs{
  font-size: 1.3rem;
}
.text-xxs{
  font-size: 1.0rem;
}
.font-bold{
  font-weight: 700;
}
.uppercase{
  text-transform: uppercase;
}
.italic{
  font-style: italic;
}
.leading-4{
  line-height: 1rem;
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-blue-normal{
  --tw-text-opacity: 1;
  color: rgb(0 107 233 / var(--tw-text-opacity, 1));
}
.text-dusk{
  --tw-text-opacity: 1;
  color: rgb(80 99 128 / var(--tw-text-opacity, 1));
}
.text-green{
  --tw-text-opacity: 1;
  color: rgb(132 194 52 / var(--tw-text-opacity, 1));
}
.text-grey-dark{
  --tw-text-opacity: 1;
  color: rgb(5 32 73 / var(--tw-text-opacity, 1));
}
.text-grey-darker{
  --tw-text-opacity: 1;
  color: rgb(135 141 150 / var(--tw-text-opacity, 1));
}
.text-navy{
  --tw-text-opacity: 1;
  color: rgb(5 2 73 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.no-underline{
  text-decoration-line: none;
}
.shadow-\[0_0_20px_0px_rgba\(0\2c 0\2c 0\2c 0\.21\)\]{
  --tw-shadow: 0 0 20px 0px rgba(0,0,0,0.21);
  --tw-shadow-colored: 0 0 20px 0px 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-select{
  --tw-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  --tw-shadow-colored: 0 1px 5px 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);
}
/**
 * Here you would add any custom utilities you need that don't come out of the
 * box with Tailwind.
 *
 * Example :
 *
 * .bg-pattern-graph-paper { ... }
 * .skew-45 { ... }
 *
 * Or if using a preprocessor or `postcss-import`:
 *
 * @import "utilities/background-patterns";
 * @import "utilities/skew-transforms";
 */
.select-wrapper{
  position: relative;
  width: 100%;
}
@media (min-width: 768px){
  .select-wrapper{
    width: 33.333333%;
  }
}
@media (min-width: 940px){
  .select-wrapper{
    width: 25%;
  }
}
.select-wrapper::after {
  content: "❯" !important;
  transform: rotate(90deg);
  pointer-events: none;
  position: absolute;
  font-family: "HelveticaNeueLTW04-45Light", HelveticaNeue-regular, Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  --tw-text-opacity: 1;
  color: rgb(0 107 233 / var(--tw-text-opacity, 1));
  top: 10px;
  right: 13px;
}
.select-wrapper select{
  cursor: pointer;
}

input[type=checkbox]{
  position: relative;
  margin-right: 1.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0;
  width: 22px;
  height: 22px;
}
input[type=checkbox]:before{
  position: absolute;
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  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));
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(5 32 73 / var(--tw-bg-opacity, 1));
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: "";
  top: 2px;
  left: 2px;
  height: 16px;
  width: 16px;
}
input[type=checkbox]:checked:before{
  --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));
}

table{
  display: block;
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}
table tbody{
  display: table;
  width: 100%;
}
table td, table th{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  vertical-align: top;
}

#block-tailwindcss-ohns-content ul{
  margin-top: 1rem;
  margin-bottom: 1rem;
  list-style-type: disc;
  padding-left: 3rem;
}
#block-tailwindcss-ohns-content .events-list-page .item-list ul,
#block-tailwindcss-ohns-content .events-list-page .pager,
#block-tailwindcss-ohns-content .news-list-page .item-list ul,
#block-tailwindcss-ohns-content .news-list-page .pager{
  margin: 0;
  list-style-type: none;
  padding: 0;
}

@media only screen and (max-width: 600px) {
  table {
    display: block;
    width: 100% !important;
  }
  table thead, table tbody, table th, table td, table tr {
    display: block;
  }
  table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  table td {
    position: relative;
    text-align: left;
  }
  table p {
    text-align: left;
  }
  table td:before {
    position: absolute;
    top: 10px;
    left: 6px;
    width: 45%;
    line-height: 21px;
    content: attr(data-heading);
  }
}
.form-item-how-can-we-help-{
  width: 33.333333%;
}

#block-tailwindcss-ohns-primary-local-tasks{
  position: fixed;
  --tw-bg-opacity: 1;
  background-color: rgb(242 243 244 / var(--tw-bg-opacity, 1));
  padding: 2rem;
  left: 0;
  top: 100px;
  z-index: 100;
}

/* Menu */
.main-menu-mobile{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(242 243 244 / var(--tw-bg-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 940px) {
  .main-menu-mobile{
    position: relative;
    background-color: transparent;
    padding: 0;
  }
}

@media (min-width: 1100px) {
  #block-mainnavigation {
    flex: 0 1 70%;
  }
}

header ul.sf-menu.sf-accordion.sf-expanded{
  position: fixed;
  display: flex;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-bottom: 3rem;
  --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);
  top: 144px !important;
  left: 0 !important;
}
@media (min-width: 940px) {
  header ul.sf-menu.sf-accordion.sf-expanded {
    top: 249px !important;
  }
}
@media (min-width: 768px) {
  header ul.sf-menu.sf-accordion.sf-expanded {
    top: 199px !important;
  }
}

.sf-accordion-toggle > a{
  margin: 0;
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 2.4rem;
  --tw-text-opacity: 1;
  color: rgb(5 2 73 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

@media (min-width: 480px){
  .sf-accordion-toggle > a{
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.sf-accordion-toggle > a {
  margin-top: 1px;
}
.sf-accordion-toggle > a.sf-expanded .fa-bars{
  display: none;
}
.sf-accordion-toggle > a.sf-expanded .close-button{
  display: inline-block;
}

.sf-menu li > a, .sf-menu li > span{
  padding-left: 2rem;
  padding-right: 2rem;
  --tw-text-opacity: 1;
  color: rgb(5 2 73 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.sf-menu li > a:hover, .sf-menu li > span:hover{
  border-left-width: 8px;
  --tw-border-opacity: 1;
  border-left-color: rgb(0 107 233 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 107 233 / var(--tw-text-opacity, 1));
}
.sf-menu li > a .sf-sub-indicator, .sf-menu li > span .sf-sub-indicator {
  height: 24px;
  width: 24px;
  background: url("img/chevron-right.svg") no-repeat;
}
@media (min-width: 1100px) {
  .sf-menu li > a .sf-sub-indicator, .sf-menu li > span .sf-sub-indicator {
    display: none;
  }
}
.sf-menu li > a .sf-sub-indicator::after, .sf-menu li > span .sf-sub-indicator::after {
  display: none;
}
.sf-menu li ul li a{
  padding-left: 4rem;
  padding-right: 4rem;
}
.sf-menu li ul li ul li a{
  padding-left: 8rem;
  padding-right: 8rem;
}
.sf-menu li.sf-expanded > a{
  border-left-width: 8px;
  --tw-border-opacity: 1;
  border-left-color: rgb(5 2 73 / var(--tw-border-opacity, 1));
}
.sf-menu li.sf-expanded > a > .sf-sub-indicator {
  transform: rotate(90deg);
  right: 2rem;
  top: 2rem;
}
@media (min-width: 1100px) {
  .sf-menu{
    display: flex;
    justify-content: flex-end;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }
  .sf-menu li{
    padding-bottom: 0;
  }
  .sf-menu li > a, .sf-menu li > span{
    margin: 0;
    display: block;
    border-left-width: 0px;
    border-bottom-width: 4px;
    border-bottom-color: transparent;
    padding: 0;
    padding-bottom: 3rem;
    font-family: "HelveticaNeueLTW04-65Medium", Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    --tw-text-opacity: 1;
    color: rgb(5 2 73 / var(--tw-text-opacity, 1));
    text-decoration-line: none;
  }
  @media (min-width: 1100px){
    .sf-menu li > a, .sf-menu li > span{
      font-size: 2rem;
    }
  }
  .sf-menu li > a.is-active, .sf-menu li > a:hover, .sf-menu li > span.is-active, .sf-menu li > span:hover{
    border-bottom-width: 4px;
    border-left-width: 0px;
    --tw-border-opacity: 1;
    border-color: rgb(132 194 52 / var(--tw-border-opacity, 1));
  }
  .sf-menu li > a.sf-with-ul, .sf-menu li > a.no-link, .sf-menu li > span.sf-with-ul, .sf-menu li > span.no-link{
    padding: 0;
    padding-bottom: 3rem;
    padding-right: 3rem;
  }
  .sf-menu li > a.sf-with-ul .sf-sub-indicator, .sf-menu li > a.no-link .sf-sub-indicator, .sf-menu li > span.sf-with-ul .sf-sub-indicator, .sf-menu li > span.no-link .sf-sub-indicator{
    right: 0;
    top: 0.75rem;
    display: block;
    height: 24px;
    width: 24px;
    background: url("img/chevron-down.svg") no-repeat;
    background-size: 32px;
  }
  .sf-menu li.sf-depth-1 .sf-with-ul{
    padding-right: 3rem;
  }
  .sf-menu li.sf-depth-1 .sf-with-ul .sf-sub-indicator{
    right: 0;
    top: 0.75rem;
    display: block;
    height: 24px;
    width: 24px;
    background: url("img/chevron-down.svg") no-repeat;
    background-size: 32px;
  }
  .sf-menu li.sf-depth-1.sfHover > a > .sf-sub-indicator {
    background: url("img/chevron-up.svg") no-repeat;
    background-size: 32px;
  }
  .sf-menu li.sf-depth-1.sfHover > ul{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    top: 5.3rem !important;
    box-shadow: inset -4px 9px 8px -7px rgba(0, 0, 0, 0.5) !important;
  }
  .sf-menu li.sf-depth-1.sfHover > ul li a, .sf-menu li.sf-depth-1.sfHover > ul li span{
    margin-left: 1rem;
    margin-right: 1rem;
    border-radius: 0.5rem;
    border-width: 0px;
    padding: 2rem;
    font-family: "HelveticaNeue-regular", Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    --tw-text-opacity: 1;
    color: rgb(5 2 73 / var(--tw-text-opacity, 1));
  }
  .sf-menu li.sf-depth-1.sfHover > ul li a:hover, .sf-menu li.sf-depth-1.sfHover > ul li span:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(0 107 233 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  .sf-menu li.sf-depth-1.sfHover > ul li a.is-active, .sf-menu li.sf-depth-1.sfHover > ul li span.is-active{
    border-width: 0px;
  }
  .sf-menu li.sf-depth-1.sfHover > ul li .sf-with-ul{
    padding-right: 3rem;
  }
  .sf-menu li.sf-depth-1.sfHover > ul li .sf-with-ul .sf-sub-indicator{
    right: 0;
    top: 3rem;
    display: block;
    height: 24px;
    width: 24px;
    background: url("img/chevron-right.svg") no-repeat;
  }
  .sf-menu li.sf-depth-1.sfHover > ul li.sfHover > a:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(242 243 244 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(5 2 73 / var(--tw-text-opacity, 1));
  }
  .sf-menu li.sf-depth-1.sfHover > ul li.sfHover > a > .sf-sub-indicator {
    transform: rotate(90deg);
    right: 2rem;
    top: 2rem;
  }
  .sf-menu li.sf-depth-1.sfHover > ul li.sfHover > ul {
    position: relative;
    top: auto;
    left: auto !important;
    right: auto !important;
  }
  .sf-menu li.sf-depth-1.sfHover > ul li.sfHover > ul li a{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.sf-menu .search-menu-icon {
  background: url("img/magnifier.svg") no-repeat center;
  background-size: 30px;
  padding-top: 29px;
  padding-bottom: 28px;
  padding-left: 4rem;
  padding-right: 4rem;
}
.sf-menu .search-menu-icon:hover {
  background: url("img/magnifier-navy.svg") no-repeat center;
  background-size: 30px;
}

.external-link-alt {
  background: url("img/external-link.svg") no-repeat center;
  background-size: 20px;
  width: 23px;
  height: 22px;
  display: inline-block;
  vertical-align: text-bottom;
}

.chevron-right {
  background: url("img/chevron-right.svg") no-repeat;
  background-size: 12px;
  width: 12px;
  height: 21px;
  display: inline-block;
  vertical-align: text-bottom;
}

.search-icon {
  background: url("img/search-icon.svg") no-repeat;
  background-size: 27px;
  width: 27px;
  height: 48px;
  display: inline-block;
}

.close-button {
  background: url("img/Menu-X.svg") no-repeat;
  background-size: 20px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.search-icon-mobile {
  background: url("img/Mobile-Search-Icon.svg") no-repeat;
  background-size: 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: super;
}

#block-tailwindcss-ohns-breadcrumbs ol{
  display: flex;
  align-items: center;
}
#block-tailwindcss-ohns-breadcrumbs ol li{
  font-family: "HelveticaNeueLTW04-65Medium", Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
#block-tailwindcss-ohns-breadcrumbs a{
  font-size: 1.3rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}
#block-tailwindcss-ohns-breadcrumbs a:hover{
  text-decoration-line: underline;
}

.paragraph--type--hero .hero-image-container img{
  height: 100%;
  width: 100%;
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -o-object-fit: cover;
     object-fit: cover;
}

.paragraph--type--location .address .organization{
  margin-top: 1.5rem;
  display: block;
  font-weight: 700;
}
.paragraph--type--location .address .country{
  display: none;
}

.location-3 .paragraph--type--location{
  display: flex;
  flex-direction: column;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

@media (min-width: 480px){
  .location-3 .paragraph--type--location{
    flex-direction: row;
  }
}

@media (min-width: 940px){
  .location-3 .paragraph--type--location{
    flex-direction: column;
  }
}

@media (min-width: 1280px){
  .location-3 .paragraph--type--location{
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.location-3 .paragraph--type--location .map,
.location-3 .paragraph--type--location .content{
  flex: 50%;
}
@media (min-width: 940px){
  .location-3 .paragraph--type--location .map,
.location-3 .paragraph--type--location .content{
    flex: none;
  }
}

.location-2 .paragraph--type--location{
  display: flex;
  flex-direction: column;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

@media (min-width: 480px){
  .location-2 .paragraph--type--location{
    flex-direction: row;
  }
}

@media (min-width: 768px){
  .location-2 .paragraph--type--location{
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}

@media (min-width: 1280px){
  .location-2 .paragraph--type--location{
    flex-direction: row;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
.location-2 .paragraph--type--location .map,
.location-2 .paragraph--type--location .content{
  flex: 50%;
}

.location-1 .paragraph--type--location{
  display: flex;
  flex-direction: column;
  -moz-column-gap: 0;
       column-gap: 0;
}

@media (min-width: 480px){
  .location-1 .paragraph--type--location{
    flex-direction: row;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
.location-1 .paragraph--type--location .map,
.location-1 .paragraph--type--location .content{
  flex: 50%;
}

.path-frontpage .paragraph--type--hero{
  padding-bottom: 6rem;
}
.path-frontpage .paragraph--type--hero .hero-content-container{
  order: 2;
  margin-right: 0;
}
@media (min-width: 940px){
  .path-frontpage .paragraph--type--hero .hero-content-container{
    margin-left: 6rem;
  }
}
.path-frontpage .paragraph--type--hero .hero-image-container{
  order: 1;
}
.path-frontpage .paragraph--type--hero .hero-image-container > div{
  right: auto;
  left: 0;
  top: 2.5rem;
  bottom: 2.5rem;
}
.path-frontpage .paragraph--type--hero .hero-image-container > div img{
  height: 100%;
  width: 100%;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  -o-object-fit: cover;
     object-fit: cover;
}

.paragraph--type--hero.paragraph--view-mode--hero-black a{
  margin-right: 2rem;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-family: "HelveticaNeueLTW06-75Bold", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.paragraph--type--hero.paragraph--view-mode--hero-black a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 107 233 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.paragraph--type--hero.paragraph--view-mode--default a,
.paragraph--type--hero.paragraph--view-mode--default .button-primary,
#block-questionfellowshipdetails a,
#block-questionfellowshipdetails .button-primary {
  background-image: url("img/cta-arrow-green.svg");
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.25);
  display: inline-block;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  padding-left: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.paragraph--type--hero.paragraph--view-mode--default a:hover,
.paragraph--type--hero.paragraph--view-mode--default .button-primary:hover,
#block-questionfellowshipdetails a:hover,
#block-questionfellowshipdetails .button-primary:hover{
  --tw-border-opacity: 1;
  border-color: rgb(132 194 52 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(132 194 52 / var(--tw-text-opacity, 1));
  background-image: url("img/cta-arrow-white.svg");
}

.paragraph--type--link-with-image a{
  font-family: "HelveticaNeue-regular", Helvetica, Arial, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(5 2 73 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.paragraph--type--link-with-image a:hover{
  --tw-text-opacity: 1;
  color: rgb(0 107 233 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.content-link-left p{
  margin-bottom: 4rem;
}
.content-link-left p:last-child{
  margin-bottom: 0;
}
.content-link-left h3{
  margin-top: 0;
  margin-bottom: 1.75rem;
}

footer ul{
  font-size: 1.6rem;
}
footer ul li{
  margin-bottom: 1rem;
}
footer ul a{
  font-family: "HelveticaNeue-regular", Helvetica, Arial, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}
footer ul a:hover{
  text-decoration-line: underline;
}
footer nav::before {
  content: "";
  display: block;
  height: 2px;
  width: 64px;
  --tw-bg-opacity: 1;
  background-color: rgb(132 194 52 / var(--tw-bg-opacity, 1));
}
footer nav ul{
  margin-top: 2rem;
}

.related-news {
  width: 100vw;
  left: calc(-50vw + 50%);
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.path-user #user-login-form{
  margin-top: 6rem;
  margin-bottom: 6rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.path-user .form-actions{
  margin-top: 2rem;
}

.form-submit{
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 107 233 / var(--tw-bg-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 3rem;
  padding-right: 3rem;
  font-family: "HelveticaNeueLTW04-65Medium", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.form-submit:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(5 2 73 / var(--tw-bg-opacity, 1));
}

.paragraph--type--a11y-paragraphs-tab-content ul,
.body-field ul,
.node ul{
  list-style-position: inside;
  list-style-type: disc;
  line-height: 1.5;
}
.paragraph--type--a11y-paragraphs-tab-content ol,
.body-field ol,
.node ol{
  list-style-position: inside;
  list-style-type: decimal;
  line-height: 1.5;
}
.paragraph--type--a11y-paragraphs-tab-content ol li,
.body-field ol li,
.node ol li{
  margin-bottom: 0.5rem;
}

a{
  margin-bottom: 1rem;
  font-family: "HelveticaNeueLTW04-65Medium", Helvetica, Arial, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 107 233 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}
a:hover{
  text-decoration-line: underline;
}

a.arrow-style {
  background-image: url("img/cta-arrow-black.svg");
  background-position: calc(100% - 20px) center;
  transition: 0.2s ease-out all;
  background-repeat: no-repeat;
  padding-right: 5rem;
  --tw-text-opacity: 1;
  color: rgb(0 107 233 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}
a.arrow-style:hover{
  padding-right: 6rem;
  --tw-text-opacity: 1;
  color: rgb(0 107 233 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  background-image: url("img/cta-arrow-blue.svg");
}

.button-primary {
  background-image: url("img/cta-arrow-black.svg");
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.25);
  transition: 0.2s ease-out all;
  display: inline-block;
  border-radius: 9999px;
  border-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(0 107 233 / var(--tw-border-opacity, 1));
  padding-left: 3rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-right: 5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.button-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 107 233 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.button-primary.no-arrow{
  background-image: none;
  padding-right: 2rem;
}
.button-primary.no-arrow:hover{
  background-image: none;
}
.button-primary:hover{
  text-decoration-line: none;
  background-image: url("img/cta-arrow-white.svg");
}

.button-secondary {
  transition: 0.2s ease-out all;
  display: inline-block;
  border-radius: 9999px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 17px;
  --tw-text-opacity: 1;
  color: rgb(0 107 233 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 3px 6px 0 rgba(0,0,0,0.25);
  --tw-shadow-colored: 0 3px 6px 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);
}

.button-secondary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 107 233 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.path-admin {
  word-break: break-all;
}

.logo img{
  margin-left: auto;
  margin-right: auto;
}

.pager .is-active a{
  --tw-text-opacity: 1;
  color: rgb(5 2 73 / var(--tw-text-opacity, 1));
  color: #050249 !important;
}

article.align-center.blur-container,
figure.align-center{
  position: relative;
  margin-top: 3rem;
  margin-bottom: 3rem;
  overflow: hidden;
  width: 90vw;
  left: calc(-45vw + 50%);
}
article.align-center.blur-container #blur-bg,
figure.align-center #blur-bg{
  display: block;
  width: 90vw;
  left: calc(-45vw + 50%);
}
article.align-center.blur-container img,
figure.align-center img{
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
article.align-center.blur-container figcaption,
figure.align-center figcaption{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  text-align: center;
}

figcaption{
  position: relative;
  padding-top: 0.5rem;
  font-size: 1.4rem;
}

article.align-center.blur-container img{
  margin-top: 0;
  margin-bottom: 0;
}

#blur-bg{
  position: absolute;
  display: none;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  --tw-blur: blur(40px);
  --tw-brightness: brightness(.75);
  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);
}

article.align-left,
figure.align-left,
img.align-left{
  margin-right: 1.5rem;
}

article.align-right,
figure.align-right,
img.align-right{
  margin-left: 1.5rem;
}

article.align-center img{
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.paragraph--type--card img{
  width: 10rem;
}

.webform-service input[type=search],
.webform-service input[type=text],
.webform-service input[type=tel],
.webform-service input[type=email],
.webform-service input[type=password], .webform-service textarea {
  background: #fff !important;
}
.webform-service .js-form-item-service {
  display: none !important;
}

.in-the-news,
.news-list-page,
.location-list-page{
  margin-top: 8rem;
  margin-bottom: 12rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 940px){
  .in-the-news,
.news-list-page,
.location-list-page{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  @media (min-width: 480px){
    .in-the-news,
.news-list-page,
.location-list-page{
      max-width: 480px;
    }
  }
  @media (min-width: 768px){
    .in-the-news,
.news-list-page,
.location-list-page{
      max-width: 768px;
    }
  }
  @media (min-width: 940px){
    .in-the-news,
.news-list-page,
.location-list-page{
      max-width: 940px;
    }
  }
  @media (min-width: 1100px){
    .in-the-news,
.news-list-page,
.location-list-page{
      max-width: 1100px;
    }
  }
  @media (min-width: 1280px){
    .in-the-news,
.news-list-page,
.location-list-page{
      max-width: 1280px;
    }
  }
  @media (min-width: 1380px){
    .in-the-news,
.news-list-page,
.location-list-page{
      max-width: 1380px;
    }
  }
}

.news-list-home .view-grid{
  margin-top: 0;
}

.publications-home{
  margin-bottom: 12rem;
}

.featured-news img{
  width: 100%;
}

.people-list-page{
  margin-bottom: 12rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 940px){
  .people-list-page{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  @media (min-width: 480px){
    .people-list-page{
      max-width: 480px;
    }
  }
  @media (min-width: 768px){
    .people-list-page{
      max-width: 768px;
    }
  }
  @media (min-width: 940px){
    .people-list-page{
      max-width: 940px;
    }
  }
  @media (min-width: 1100px){
    .people-list-page{
      max-width: 1100px;
    }
  }
  @media (min-width: 1280px){
    .people-list-page{
      max-width: 1280px;
    }
  }
  @media (min-width: 1380px){
    .people-list-page{
      max-width: 1380px;
    }
  }
}
.people-list-page .view-grid{
  margin-bottom: 12rem;
}
.people-list-page .view-grid img{
  width: 100%;
}

.research-lab-list{
  margin-bottom: 12rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 940px){
  .research-lab-list{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  @media (min-width: 480px){
    .research-lab-list{
      max-width: 480px;
    }
  }
  @media (min-width: 768px){
    .research-lab-list{
      max-width: 768px;
    }
  }
  @media (min-width: 940px){
    .research-lab-list{
      max-width: 940px;
    }
  }
  @media (min-width: 1100px){
    .research-lab-list{
      max-width: 1100px;
    }
  }
  @media (min-width: 1280px){
    .research-lab-list{
      max-width: 1280px;
    }
  }
  @media (min-width: 1380px){
    .research-lab-list{
      max-width: 1380px;
    }
  }
}

.research-lab-list .views-field-field-meet-our-team,
.research-lab-home .views-field-field-meet-our-team{
  flex-shrink: 0;
}
.research-lab-list .views-field-field-meet-our-team ul,
.research-lab-home .views-field-field-meet-our-team ul{
  display: none;
}
@media (min-width: 768px){
  .research-lab-list .views-field-field-meet-our-team ul,
.research-lab-home .views-field-field-meet-our-team ul{
    display: flex;
  }
}
.research-lab-list .views-field-title,
.research-lab-home .views-field-title{
  padding: 3rem;
}
@media (min-width: 768px){
  .research-lab-list .views-field-title,
.research-lab-home .views-field-title{
    padding: 0;
    padding-right: 1.5rem;
  }
}
.research-lab-list .more-link,
.research-lab-home .more-link{
  margin-top: -5rem;
  text-align: center;
}
.research-lab-list .more-link a,
.research-lab-home .more-link a {
  transition: 0.2s ease-out all;
  display: inline-block;
  border-radius: 9999px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 17px;
  --tw-text-opacity: 1;
  color: rgb(0 107 233 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 3px 6px 0 rgba(0,0,0,0.25);
  --tw-shadow-colored: 0 3px 6px 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);
}
.research-lab-list .more-link a:hover,
.research-lab-home .more-link a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 107 233 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.clinical-trial-list{
  margin-top: 12rem;
  margin-bottom: 12rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 940px){
  .clinical-trial-list{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  @media (min-width: 480px){
    .clinical-trial-list{
      max-width: 480px;
    }
  }
  @media (min-width: 768px){
    .clinical-trial-list{
      max-width: 768px;
    }
  }
  @media (min-width: 940px){
    .clinical-trial-list{
      max-width: 940px;
    }
  }
  @media (min-width: 1100px){
    .clinical-trial-list{
      max-width: 1100px;
    }
  }
  @media (min-width: 1280px){
    .clinical-trial-list{
      max-width: 1280px;
    }
  }
  @media (min-width: 1380px){
    .clinical-trial-list{
      max-width: 1380px;
    }
  }
}

.clinical-trial .more-link{
  margin-top: 6rem;
  text-align: center;
}
.clinical-trial .more-link a {
  transition: 0.2s ease-out all;
  display: inline-block;
  border-radius: 9999px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 17px;
  --tw-text-opacity: 1;
  color: rgb(0 107 233 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 3px 6px 0 rgba(0,0,0,0.25);
  --tw-shadow-colored: 0 3px 6px 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);
}
.clinical-trial .more-link a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 107 233 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

#block-tailwindcss-ohns-content .our-team .view-grid{
  margin-top: 0;
}
#block-tailwindcss-ohns-content .our-team .pager{
  margin-top: -3rem;
  list-style-type: none;
  text-align: right;
}

.events-list-page{
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 940px){
  .events-list-page{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  @media (min-width: 480px){
    .events-list-page{
      max-width: 480px;
    }
  }
  @media (min-width: 768px){
    .events-list-page{
      max-width: 768px;
    }
  }
  @media (min-width: 940px){
    .events-list-page{
      max-width: 940px;
    }
  }
  @media (min-width: 1100px){
    .events-list-page{
      max-width: 1100px;
    }
  }
  @media (min-width: 1280px){
    .events-list-page{
      max-width: 1280px;
    }
  }
  @media (min-width: 1380px){
    .events-list-page{
      max-width: 1380px;
    }
  }
}
.events-list-page .bef-exposed-form{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.events-list-page .bef-exposed-form .fieldset-legend{
  font-size: 1.8rem;
  font-weight: 700;
}
.events-list-page .bef-exposed-form .form-radios{
  margin-top: 1.5rem;
  display: flex;
  gap: 1.5rem;
}
.events-list-page .bef-exposed-form .form-radios .form-item{
  margin-top: 0;
  margin-bottom: 0;
}
.events-list-page .bef-exposed-form .form-radios input{
  position: fixed;
  width: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
}
.events-list-page .bef-exposed-form .form-radios label{
  cursor: pointer;
  border-radius: 0.125rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(5 2 73 / var(--tw-border-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.events-list-page .bef-exposed-form .form-radios input[type=radio]:checked + label{
  --tw-bg-opacity: 1;
  background-color: rgb(5 2 73 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.events-list-page .event-month{
  font-size: 2rem;
  letter-spacing: 0.1em;
}

.fellowship-list-page{
  margin-top: 8rem;
  margin-bottom: 8rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 940px){
  .fellowship-list-page{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  @media (min-width: 480px){
    .fellowship-list-page{
      max-width: 480px;
    }
  }
  @media (min-width: 768px){
    .fellowship-list-page{
      max-width: 768px;
    }
  }
  @media (min-width: 940px){
    .fellowship-list-page{
      max-width: 940px;
    }
  }
  @media (min-width: 1100px){
    .fellowship-list-page{
      max-width: 1100px;
    }
  }
  @media (min-width: 1280px){
    .fellowship-list-page{
      max-width: 1280px;
    }
  }
  @media (min-width: 1380px){
    .fellowship-list-page{
      max-width: 1380px;
    }
  }
}
.fellowship-list-page .card svg{
  fill: #000;
}
.fellowship-list-page .card:hover h3{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}
.fellowship-list-page .card:hover svg{
  fill: #fff;
}

#block-questionfellowship,
.paragraph--type--contact-card{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  border-bottom-right-radius: 150px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-top: 6rem;
  padding-bottom: 6rem;
  padding-left: 6rem;
  padding-right: 9rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 940px){
  #block-questionfellowship,
.paragraph--type--contact-card{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  @media (min-width: 480px){
    #block-questionfellowship,
.paragraph--type--contact-card{
      max-width: 480px;
    }
  }
  @media (min-width: 768px){
    #block-questionfellowship,
.paragraph--type--contact-card{
      max-width: 768px;
    }
  }
  @media (min-width: 940px){
    #block-questionfellowship,
.paragraph--type--contact-card{
      max-width: 940px;
    }
  }
  @media (min-width: 1100px){
    #block-questionfellowship,
.paragraph--type--contact-card{
      max-width: 1100px;
    }
  }
  @media (min-width: 1280px){
    #block-questionfellowship,
.paragraph--type--contact-card{
      max-width: 1280px;
    }
  }
  @media (min-width: 1380px){
    #block-questionfellowship,
.paragraph--type--contact-card{
      max-width: 1380px;
    }
  }
  #block-questionfellowship,
.paragraph--type--contact-card{
    flex-direction: row;
  }
}

@media (min-width: 1280px){
  #block-questionfellowship,
.paragraph--type--contact-card{
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }
}

#block-questionfellowship,
.paragraph--type--contact-card {
  background: url("img/vector.png") black no-repeat top left;
}
#block-questionfellowship article, #block-questionfellowship > div:first-child,
.paragraph--type--contact-card article,
.paragraph--type--contact-card > div:first-child{
  flex: 380px;
}
#block-questionfellowship article img, #block-questionfellowship > div:first-child img,
.paragraph--type--contact-card article img,
.paragraph--type--contact-card > div:first-child img{
  border-radius: 9999px;
}
@media (min-width: 1100px){
  #block-questionfellowship article img, #block-questionfellowship > div:first-child img,
.paragraph--type--contact-card article img,
.paragraph--type--contact-card > div:first-child img{
    height: 320px;
    width: 320px;
  }
}
#block-questionfellowship .button-primary,
.paragraph--type--contact-card .button-primary {
  background-image: url("img/envelop_green.svg");
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.25);
  display: inline-block;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  padding-left: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}
#block-questionfellowship .button-primary:hover,
.paragraph--type--contact-card .button-primary:hover{
  --tw-border-opacity: 1;
  border-color: rgb(132 194 52 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(132 194 52 / var(--tw-text-opacity, 1));
  background-image: url("img/envelop_white.svg");
}

#block-questionfellowshipdetails .button-primary {
  background-image: url("img/envelop_green.svg");
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.25);
  display: inline-block;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  padding-left: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

#block-questionfellowshipdetails .button-primary:hover{
  --tw-border-opacity: 1;
  border-color: rgb(132 194 52 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(132 194 52 / var(--tw-text-opacity, 1));
  background-image: url("img/envelop_white.svg");
}

#block-fellowshipbanner a,
.paragraph--type--banner- a {
  background-image: url("img/cta-arrow-black.svg");
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.25);
  transition: 0.2s ease-out all;
  display: inline-block;
  border-radius: 9999px;
  border-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(0 107 233 / var(--tw-border-opacity, 1));
  padding-left: 3rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-right: 5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

#block-fellowshipbanner a:hover,
.paragraph--type--banner- a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 107 233 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
#block-fellowshipbanner a.no-arrow,
.paragraph--type--banner- a.no-arrow{
  background-image: none;
  padding-right: 2rem;
}
#block-fellowshipbanner a.no-arrow:hover,
.paragraph--type--banner- a.no-arrow:hover{
  background-image: none;
}
#block-fellowshipbanner a:hover,
.paragraph--type--banner- a:hover{
  text-decoration-line: none;
  background-image: url("img/cta-arrow-white.svg");
}
#block-fellowshipbanner a,
.paragraph--type--banner- a{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.path-search #views-exposed-form-search-page-1 input{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 2.4rem;
}
.path-search #views-exposed-form-search-page-1 input[type=submit] {
  background: url("img/magnifier.svg") no-repeat center;
  background-size: 30px;
  position: absolute;
  right: 0;
  top: 7rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 0px;
  padding-left: 4rem;
  padding-right: 4rem;
  text-indent: -953px;
}
.path-search #views-exposed-form-search-page-1 input[type=submit]:hover {
  background: url("img/magnifier-navy.svg") no-repeat center;
  background-size: 30px;
}
.path-search .view-grid{
  margin-top: 4rem;
}
.path-search .facets-widget-checkbox .facet-item{
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
}

#search-block-form{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px){
  #search-block-form{
    max-width: 100%;
  }
}

@media (min-width: 940px){
  #search-block-form{
    max-width: 768px;
  }
}

@media (min-width: 1100px){
  #search-block-form{
    max-width: 940px;
  }
}

@media (min-width: 1280px){
  #search-block-form{
    max-width: 940px;
  }
}

#search-block-form{
  position: relative;
  display: none;
}
#search-block-form input{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 2.4rem;
}
#search-block-form input[type=submit] {
  background: url("img/magnifier.svg") no-repeat center;
  background-size: 30px;
  position: absolute;
  right: 0;
  top: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 0px;
  padding-left: 4rem;
  padding-right: 4rem;
  text-indent: -953px;
}
#search-block-form input[type=submit]:hover {
  background: url("img/magnifier-navy.svg") no-repeat center;
  background-size: 30px;
}

.paragraph--type--two-columns-with-media h2{
  margin-top: 2.5rem;
}
.paragraph--type--two-columns-with-media .right-image-container img{
  height: 100%;
  width: 100%;
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -o-object-fit: cover;
     object-fit: cover;
}
.paragraph--type--two-columns-with-media .left-image-container img{
  height: 100%;
  width: 100%;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 420px;
}

.node--type-news p {
  line-height: 30px;
}

.paragraph--type--project-content-row img{
  margin-left: auto;
  margin-right: auto;
}

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.accordion {
  border-bottom: 0.09em solid black;
}
.accordion__toggle-all{
  display: flex;
  font-family: "HelveticaNeueLTW04-65Medium", Helvetica, Arial, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 107 233 / var(--tw-text-opacity, 1));
  margin-left: auto;
  margin-bottom: 1rem;
  outline: none;
}
.accordion__toggle-all:focus-visible {
  outline: 1px solid black;
}
.accordion__toggle-all::before {
  content: "";
  display: inline-block;
  align-self: center;
  width: 18px;
  height: 18px;
  background-image: url("img/plus-circle.svg");
  background-position: 100% center;
  margin-right: 0.6rem;
  background-size: 18px 18px;
  background-repeat: no-repeat;
}
.accordion__toggle-all.is-active::before {
  background-image: url("img/minus-circle.svg");
}
.accordion__title{
  margin: 0;
  font-family: "HelveticaNeueLTW04-65Medium", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
}
.accordion__title:first-of-type .accordion__button {
  border-top: none;
}
.accordion__button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: initial;
  font-size: inherit;
  border: none;
  background-color: transparent;
  min-height: auto;
  border-radius: 0;
  padding: 0;
  text-align: left;
  vertical-align: initial;
  width: initial;
  transition: none;
}
.accordion__button:hover {
  text-decoration: none;
  background-color: transparent;
}
.accordion__button {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  margin-bottom: -1px;
  margin-top: 0;
  padding: 1.8rem;
  font-weight: 400;
  border-top: 0.09em solid black;
  white-space: initial;
}
.accordion__button:focus {
  outline: none;
}
.accordion__button::before {
  content: "";
  display: inline-block;
  align-self: center;
  width: 48px;
  height: 48px;
  background-image: url("img/chevron-right-circle.svg");
  background-position: 100% center;
  margin-right: 0.6rem;
  background-size: 48px 48px;
  background-repeat: no-repeat;
  transition: ease-out 300ms;
  transition-timing-function: cubic-bezier(0.33, 0.66, 0.66, 1);
  transition-property: transform;
  flex-shrink: 0;
}
.accordion :where([aria-expanded=true])::before{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  transform: rotate(90deg);
}
.accordion__body {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: ease-out 2s;
  transition-timing-function: cubic-bezier(0.33, 0.66, 0.66, 1);
  transition-property: height, opacity;
}
.accordion .is-visible {
  height: auto;
  opacity: 1;
  padding: 0 18px 36px 70px;
}

.slick .media--bundle--remote-video {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.slick iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.slick .ratio-4-3 .media--bundle--remote-video {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 75%;
}
.slick .ratio-4-3 iframe {
  width: 80%;
  margin: auto;
}
.slick .slick-dots{
  position: relative;
  bottom: auto;
  padding-left: 0;
}

.blazy .media--blazy img.media__element {
  margin: 0 auto;
}

.slick--skin--classic .slide--caption--below .slide__caption {
  width: auto;
  min-height: auto;
  padding: 15px;
  margin: 0 auto;
  text-align: center;
}

#block-questionfellowshipdetails {
  background: url("img/vector_small.png") black no-repeat top left;
}
#block-questionfellowshipdetails img{
  height: 150px;
  width: 150px;
  border-radius: 9999px;
}

.fellowship-visit a{
  display: flex;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  transition: 0.2s ease-out all;
}
.fellowship-visit a:after {
  content: "";
  background: url("img/cta-external.svg") no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
}
.fellowship-visit a:hover{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

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

@media (min-width: 940px){
  .md\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  @media (min-width: 480px){
    .md\:container{
      max-width: 480px;
    }
  }
  @media (min-width: 768px){
    .md\:container{
      max-width: 768px;
    }
  }
  @media (min-width: 940px){
    .md\:container{
      max-width: 940px;
    }
  }
  @media (min-width: 1100px){
    .md\:container{
      max-width: 1100px;
    }
  }
  @media (min-width: 1280px){
    .md\:container{
      max-width: 1280px;
    }
  }
  @media (min-width: 1380px){
    .md\:container{
      max-width: 1380px;
    }
  }
  .md\:container-sm{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  @media (min-width: 768px){
    .md\:container-sm{
      max-width: 100%;
    }
  }
  @media (min-width: 940px){
    .md\:container-sm{
      max-width: 768px;
    }
  }
  @media (min-width: 1100px){
    .md\:container-sm{
      max-width: 940px;
    }
  }
  @media (min-width: 1280px){
    .md\:container-sm{
      max-width: 940px;
    }
  }
}

@media (min-width: 1100px){
  .lg\:container-sm{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  @media (min-width: 768px){
    .lg\:container-sm{
      max-width: 100%;
    }
  }
  @media (min-width: 940px){
    .lg\:container-sm{
      max-width: 768px;
    }
  }
  @media (min-width: 1100px){
    .lg\:container-sm{
      max-width: 940px;
    }
  }
  @media (min-width: 1280px){
    .lg\:container-sm{
      max-width: 940px;
    }
  }
}

.hover\:bg-blue-dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(15 55 137 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-normal:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 107 233 / var(--tw-bg-opacity, 1));
}

.hover\:stroke-white:hover{
  stroke: #fff;
}

.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-normal:hover{
  --tw-text-opacity: 1;
  color: rgb(0 107 233 / var(--tw-text-opacity, 1));
}

.hover\:text-navy:hover{
  --tw-text-opacity: 1;
  color: rgb(5 2 73 / var(--tw-text-opacity, 1));
}

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

.hover\:underline:hover{
  text-decoration-line: underline;
}

.hover\:no-underline:hover{
  text-decoration-line: none;
}

@media (min-width: 480px){
  .xs\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xs\:flex-row{
    flex-direction: row;
  }
  .xs\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 768px){
  .sm\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }
  .sm\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .sm\:ml-0{
    margin-left: 0;
  }
  .sm\:mr-12{
    margin-right: 3rem;
  }
  .sm\:mt-6{
    margin-top: 1.5rem;
  }
  .sm\:block{
    display: block;
  }
  .sm\:inline-block{
    display: inline-block;
  }
  .sm\:grid{
    display: grid;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .sm\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .sm\:gap-16{
    gap: 4rem;
  }
}

@media (min-width: 940px){
  .md\:absolute{
    position: absolute;
  }
  .md\:order-1{
    order: 1;
  }
  .md\:order-2{
    order: 2;
  }
  .md\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
  .md\:mb-0{
    margin-bottom: 0;
  }
  .md\:mb-48{
    margin-bottom: 12rem;
  }
  .md\:ml-24{
    margin-left: 6rem;
  }
  .md\:ml-32{
    margin-left: 8rem;
  }
  .md\:mr-24{
    margin-right: 6rem;
  }
  .md\:mt-48{
    margin-top: 12rem;
  }
  .md\:block{
    display: block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:hidden{
    display: none;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-1\/4{
    width: 25%;
  }
  .md\:w-full{
    width: 100%;
  }
  .md\:max-w-5xl{
    max-width: 64rem;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:items-end{
    align-items: flex-end;
  }
  .md\:gap-12{
    gap: 3rem;
  }
  .md\:gap-48{
    gap: 12rem;
  }
  .md\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .md\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .md\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .md\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .md\:pb-20{
    padding-bottom: 5rem;
  }
  .md\:pb-24{
    padding-bottom: 6rem;
  }
  .md\:pb-36{
    padding-bottom: 9rem;
  }
  .md\:pt-16{
    padding-top: 4rem;
  }
  .md\:pt-24{
    padding-top: 6rem;
  }
  .md\:pt-36{
    padding-top: 9rem;
  }
  .md\:text-sm{
    font-size: 1.4rem;
  }
}

@media (min-width: 1100px){
  .lg\:col-span-full{
    grid-column: 1 / -1;
  }
  .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:mr-48{
    margin-right: 12rem;
  }
  .lg\:block{
    display: block;
  }
  .lg\:grid{
    display: grid;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:items-end{
    align-items: flex-end;
  }
  .lg\:gap-24{
    gap: 6rem;
  }
  .lg\:px-0{
    padding-left: 0;
    padding-right: 0;
  }
  .lg\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .lg\:text-10xl{
    font-size: 10rem;
  }
  .lg\:text-xl{
    font-size: 2.4rem;
  }
}

@media (min-width: 1280px){
  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
