@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

*, ::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: #e5e7eb;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

input:where([type='text']):focus, input:where(:not([type])):focus, input:where([type='email']):focus, input:where([type='url']):focus, input:where([type='password']):focus, input:where([type='number']):focus, input:where([type='date']):focus, input:where([type='datetime-local']):focus, input:where([type='month']):focus, input:where([type='search']):focus, input:where([type='tel']):focus, input:where([type='time']):focus, input:where([type='week']):focus, select:where([multiple]):focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}

::-webkit-date-and-time-value{
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit{
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}

select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

select:where([multiple]),select:where([size]:not([size="1"])){
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

input:where([type='checkbox']),input:where([type='radio']){
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

input:where([type='checkbox']){
  border-radius: 0px;
}

input:where([type='radio']){
  border-radius: 100%;
}

input:where([type='checkbox']):focus,input:where([type='radio']):focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

input:where([type='checkbox']):checked,input:where([type='radio']):checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

input:where([type='checkbox']):checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {
  input:where([type='checkbox']):checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

input:where([type='radio']):checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {
  input:where([type='radio']):checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus{
  border-color: transparent;
  background-color: currentColor;
}

input:where([type='checkbox']):indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active) {
  input:where([type='checkbox']):indeterminate{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}

input:where([type='file']){
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

input:where([type='file']):focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

:root {
  --containerPadding: 100px;
  /* Primary palette */
  --black: #050505;
  --blue: #0d6ab0;
  --white: #fcfcfc;
  --dark-blue: #02213f;
  /* Secondary palette */
  --light-blue: #9dc9e4;
  --baby-blue: #eaeaea;
  /* Neutrals */
  --grey-dark: #202020;
  --grey-medium: #999999;
  /* Aliases used across the theme */
  --primary: var(--blue);
  --secondary: var(--dark-blue);
}

html{
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

body{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(32 32 32 / var(--tw-text-opacity, 1));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 1.4;
  color: var(--grey-dark);
  background-color: var(--white);
}

h1,
  h2,
  h3,
  h4,
  h5,
  h6{
  font-family: Fredoka, ui-sans-serif, system-ui, sans-serif;
  color: var(--grey-dark);
}

@media screen and (max-width: 1600px) {
  :root {
    --containerPadding: 50px;
  }
}

@media screen and (max-width: 990px) {
  :root {
    --containerPadding: 50px;
  }
}

@media screen and (max-width: 767px) {
  :root {
    --containerPadding: 25px;
  }
}

.container{
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 480px){
  .container{
    max-width: 480px;
  }
}

@media (min-width: 767px){
  .container{
    max-width: 767px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 990px){
  .container{
    max-width: 990px;
  }
}

@media (min-width: 1200px){
  .container{
    max-width: 1200px;
    padding-right: 0rem;
    padding-left: 0rem;
  }
}

@media (min-width: 1600px){
  .container{
    max-width: 1600px;
  }
}

@media (min-width: 1920px){
  .container{
    max-width: 1920px;
  }
}

.container {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: var(--containerPadding) !important;
  padding-right: var(--containerPadding) !important;
}

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

.baseTransition1000 {
  transition: all 1s ease-out;
}

@media screen and (min-width: 783px) {
  .adminFixedHeader {
    top: 32px !important;
  }
}

@media screen and (max-width: 783px) {
  .adminFixedHeader {
    top: 46px !important;
  }
}

.site-nav__bar .custom-logo-link{
  position: relative;
  z-index: 30;
  display: inline-flex;
  align-items: center;
}

.site-nav__bar .custom-logo{
  height: 52px;
  width: auto;
  max-width: 180px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 990px){
  .site-nav__bar .custom-logo{
    height: 78px;
    max-width: 234px;
  }
}

.site-nav__menu{
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}

@media screen and (max-width: 990px) {
  .navBase{
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 20;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    --tw-bg-opacity: 1;
    background-color: rgb(2 33 63 / var(--tw-bg-opacity, 1));
    transition: all 500ms cubic-bezier(0, 0, 0.2, 1);
  }

  .navBase .site-nav__menu{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }

  .navBase .site-nav__menu li,
    .navBase .site-nav__menu a{
    font-size: 20px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  .navHandler{
    pointer-events: none;
    visibility: hidden;
    height: 0px;
    overflow: hidden;
  }
}

/* WordPress alignment helpers */

.alignfull {
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}

.alignwide {
  margin: 2rem 0;
  max-width: 1600px !important;
}

.alignnone {
  margin-left: 0;
  margin-right: 0;
  height: auto;
  max-width: 100%;
}

.aligncenter {
  margin: 0.5rem auto;
  display: block;
}

@media (min-width: 767px) {
  .alignleft:not(.wp-block-button) {
    margin-right: 0.5rem;
    float: left;
  }

  .alignright:not(.wp-block-button) {
    margin-left: 0.5rem;
    float: right;
  }

  .wp-block-button.alignleft a {
    float: left;
    margin-right: 1rem;
  }

  .wp-block-button.alignright a {
    float: right;
    margin-left: 1rem;
  }
}

.wp-caption {
  display: inline-block;
}

.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.wp-caption-text {
  font-size: 0.875rem;
  color: #4b5563;
}

/* Editor / block editor content */

.entry-content h1,
  .block-editor-block-list__layout h1{
  font-family: Fredoka, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(2.5rem, 6vw, 6.25rem);
  line-height: 1.1;
}

.entry-content h2,
  .block-editor-block-list__layout h2{
  font-family: Fredoka, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(2rem, 5vw, 5rem);
  line-height: 1.1;
}

.entry-content h3,
  .block-editor-block-list__layout h3{
  font-family: Fredoka, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.8125rem);
  line-height: 1.15;
}

.entry-content p,
  .block-editor-block-list__layout p {
  font-size: 20px;
  line-height: 1.4;
}

.entry-content p a,
  .entry-content ul a,
  .entry-content ol a,
  .block-editor-block-list__layout p a,
  .block-editor-block-list__layout ul a,
  .block-editor-block-list__layout ol a{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.entry-content p a:hover,
  .entry-content ul a:hover,
  .entry-content ol a:hover,
  .block-editor-block-list__layout p a:hover,
  .block-editor-block-list__layout ul a:hover,
  .block-editor-block-list__layout ol a:hover {
  text-decoration: none;
}

.entry-content p,
  .entry-content ul,
  .entry-content ol,
  .block-editor-block-list__layout p,
  .block-editor-block-list__layout ul,
  .block-editor-block-list__layout ol {
  margin-bottom: 2rem;
}

.entry-content ul:not(.block-editor-block-variation-picker__variations) li,
  .block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li {
  list-style-position: inside;
  list-style-type: disc;
}

.entry-content ol li,
  .block-editor-block-list__layout ol li {
  list-style-position: inside;
  list-style-type: decimal;
}

.pointer-events-none{
  pointer-events: none;
}

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  inset: 0px;
}

.-left-\[176px\]{
  left: -176px;
}

.-left-\[2\%\]{
  left: -2%;
}

.-right-\[18\%\]{
  right: -18%;
}

.-right-\[200px\]{
  right: -200px;
}

.-top-20{
  top: -5rem;
}

.-top-\[15\%\]{
  top: -15%;
}

.bottom-0{
  bottom: 0px;
}

.left-0{
  left: 0px;
}

.top-0{
  top: 0px;
}

.top-\[400px\]{
  top: 400px;
}

.isolate{
  isolation: isolate;
}

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

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

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

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

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

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

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

.z-\[99\]{
  z-index: 99;
}

.m-0{
  margin: 0px;
}

.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-7{
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

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

.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

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

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

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

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

.mb-5{
  margin-bottom: 1.25rem;
}

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

.mb-7{
  margin-bottom: 1.75rem;
}

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

.mb-\[17px\]{
  margin-bottom: 17px;
}

.mb-\[20px\]{
  margin-bottom: 20px;
}

.mb-\[29px\]{
  margin-bottom: 29px;
}

.mb-\[34px\]{
  margin-bottom: 34px;
}

.ml-0{
  margin-left: 0px;
}

.ml-2{
  margin-left: 0.5rem;
}

.ml-auto{
  margin-left: auto;
}

.mt-10{
  margin-top: 2.5rem;
}

.mt-16{
  margin-top: 4rem;
}

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

.mt-4{
  margin-top: 1rem;
}

.mt-\[40px\]{
  margin-top: 40px;
}

.mt-auto{
  margin-top: auto;
}

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.flex{
  display: flex;
}

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

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.aspect-\[336\/213\]{
  aspect-ratio: 336/213;
}

.aspect-\[354\/194\]{
  aspect-ratio: 354/194;
}

.aspect-\[418\/249\]{
  aspect-ratio: 418/249;
}

.aspect-\[719\/485\]{
  aspect-ratio: 719/485;
}

.h-0{
  height: 0px;
}

.h-1\.5{
  height: 0.375rem;
}

.h-20{
  height: 5rem;
}

.h-6{
  height: 1.5rem;
}

.h-8{
  height: 2rem;
}

.h-\[100\%\]{
  height: 100%;
}

.h-\[110\%\]{
  height: 110%;
}

.h-\[1241px\]{
  height: 1241px;
}

.h-\[13px\]{
  height: 13px;
}

.h-\[162px\]{
  height: 162px;
}

.h-\[52px\]{
  height: 52px;
}

.h-\[57px\]{
  height: 57px;
}

.h-\[72px\]{
  height: 72px;
}

.h-\[988px\]{
  height: 988px;
}

.h-full{
  height: 100%;
}

.max-h-full{
  max-height: 100%;
}

.min-h-\[100svh\]{
  min-height: 100svh;
}

.min-h-\[180px\]{
  min-height: 180px;
}

.min-h-\[200px\]{
  min-height: 200px;
}

.min-h-\[240px\]{
  min-height: 240px;
}

.min-h-\[280px\]{
  min-height: 280px;
}

.min-h-\[437px\]{
  min-height: 437px;
}

.min-h-\[465px\]{
  min-height: 465px;
}

.min-h-\[539px\]{
  min-height: 539px;
}

.min-h-\[560px\]{
  min-height: 560px;
}

.min-h-\[700px\]{
  min-height: 700px;
}

.min-h-screen{
  min-height: 100vh;
}

.w-0{
  width: 0px;
}

.w-1\.5{
  width: 0.375rem;
}

.w-6{
  width: 1.5rem;
}

.w-8{
  width: 2rem;
}

.w-\[115\%\]{
  width: 115%;
}

.w-\[1241px\]{
  width: 1241px;
}

.w-\[13px\]{
  width: 13px;
}

.w-\[163px\]{
  width: 163px;
}

.w-\[57px\]{
  width: 57px;
}

.w-\[81px\]{
  width: 81px;
}

.w-\[988px\]{
  width: 988px;
}

.w-auto{
  width: auto;
}

.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}

.w-full{
  width: 100%;
}

.min-w-\[140px\]{
  min-width: 140px;
}

.max-w-\[1033px\]{
  max-width: 1033px;
}

.max-w-\[1048px\]{
  max-width: 1048px;
}

.max-w-\[180px\]{
  max-width: 180px;
}

.max-w-\[455px\]{
  max-width: 455px;
}

.max-w-\[483px\]{
  max-width: 483px;
}

.max-w-\[485px\]{
  max-width: 485px;
}

.max-w-\[575px\]{
  max-width: 575px;
}

.max-w-\[601px\]{
  max-width: 601px;
}

.max-w-\[620px\]{
  max-width: 620px;
}

.max-w-\[627px\]{
  max-width: 627px;
}

.max-w-\[640px\]{
  max-width: 640px;
}

.max-w-\[686px\]{
  max-width: 686px;
}

.max-w-\[698px\]{
  max-width: 698px;
}

.max-w-\[712px\]{
  max-width: 712px;
}

.max-w-\[719px\]{
  max-width: 719px;
}

.max-w-\[786px\]{
  max-width: 786px;
}

.max-w-\[787px\]{
  max-width: 787px;
}

.max-w-\[908px\]{
  max-width: 908px;
}

.max-w-\[915px\]{
  max-width: 915px;
}

.max-w-full{
  max-width: 100%;
}

.max-w-none{
  max-width: none;
}

.max-w-screen-sm{
  max-width: 767px;
}

.max-w-screen-xl{
  max-width: 1600px;
}

.flex-1{
  flex: 1 1 0%;
}

.shrink-0{
  flex-shrink: 0;
}

.flex-grow{
  flex-grow: 1;
}

.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;
}

.resize{
  resize: both;
}

.list-none{
  list-style-type: none;
}

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

.flex-col{
  flex-direction: column;
}

.flex-wrap{
  flex-wrap: wrap;
}

.items-start{
  align-items: flex-start;
}

.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-1\.5{
  gap: 0.375rem;
}

.gap-10{
  gap: 2.5rem;
}

.gap-12{
  gap: 3rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-2\.5{
  gap: 0.625rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-7{
  gap: 1.75rem;
}

.gap-8{
  gap: 2rem;
}

.gap-\[17px\]{
  gap: 17px;
}

.gap-\[34px\]{
  gap: 34px;
}

.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-y-10{
  row-gap: 2.5rem;
}

.self-start{
  align-self: flex-start;
}

.self-stretch{
  align-self: stretch;
}

.overflow-hidden{
  overflow: hidden;
}

.whitespace-nowrap{
  white-space: nowrap;
}

.whitespace-pre-line{
  white-space: pre-line;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-\[10px\]{
  border-radius: 10px;
}

.rounded-\[20px\]{
  border-radius: 20px;
}

.rounded-\[32px\]{
  border-radius: 32px;
}

.rounded-\[5px\]{
  border-radius: 5px;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-md{
  border-radius: 0.375rem;
}

.rounded-xl{
  border-radius: 0.75rem;
}

.rounded-br-\[37px\]{
  border-bottom-right-radius: 37px;
}

.rounded-tl-\[10px\]{
  border-top-left-radius: 10px;
}

.border{
  border-width: 1px;
}

.border-0{
  border-width: 0px;
}

.border-l-\[3px\]{
  border-left-width: 3px;
}

.border-t{
  border-top-width: 1px;
}

.border-dashed{
  border-style: dashed;
}

.border-black\/15{
  border-color: rgb(0 0 0 / 0.15);
}

.border-black\/20{
  border-color: rgb(0 0 0 / 0.2);
}

.border-light-blue{
  --tw-border-opacity: 1;
  border-color: rgb(157 201 228 / var(--tw-border-opacity, 1));
}

.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(13 106 176 / var(--tw-border-opacity, 1));
}

.border-white\/20{
  border-color: rgb(255 255 255 / 0.2);
}

.bg-\[\#0d6ab0bf\]{
  background-color: #0d6ab0bf;
}

.bg-\[\#F9F9F9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity, 1));
}

.bg-\[\#e7f2f8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(231 242 248 / var(--tw-bg-opacity, 1));
}

.bg-\[rgba\(2\2c 33\2c 63\2c 0\.6\)\]{
  background-color: rgba(2,33,63,0.6);
}

.bg-\[rgba\(252\2c 252\2c 252\2c 0\.9\)\]{
  background-color: rgba(252,252,252,0.9);
}

.bg-baby-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 234 / var(--tw-bg-opacity, 1));
}

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

.bg-black\/10{
  background-color: rgb(0 0 0 / 0.1);
}

.bg-black\/20{
  background-color: rgb(0 0 0 / 0.2);
}

.bg-black\/25{
  background-color: rgb(0 0 0 / 0.25);
}

.bg-black\/35{
  background-color: rgb(0 0 0 / 0.35);
}

.bg-dark-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(2 33 63 / var(--tw-bg-opacity, 1));
}

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

.bg-light-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(157 201 228 / var(--tw-bg-opacity, 1));
}

.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(13 106 176 / var(--tw-bg-opacity, 1));
}

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

.bg-white\/10{
  background-color: rgb(255 255 255 / 0.1);
}

.bg-white\/15{
  background-color: rgb(255 255 255 / 0.15);
}

.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-dark-blue{
  --tw-gradient-from: #02213F var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 33 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[\#083c6e\]{
  --tw-gradient-to: #083c6e var(--tw-gradient-to-position);
}

.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.p-0{
  padding: 0px;
}

.p-10{
  padding: 2.5rem;
}

.p-2{
  padding: 0.5rem;
}

.p-8{
  padding: 2rem;
}

.p-\[15px\]{
  padding: 15px;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.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;
}

.px-\[30px\]{
  padding-left: 30px;
  padding-right: 30px;
}

.px-\[var\(--containerPadding\)\]{
  padding-left: var(--containerPadding);
  padding-right: var(--containerPadding);
}

.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

.py-\[15px\]{
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-\[25px\]{
  padding-top: 25px;
  padding-bottom: 25px;
}

.py-\[54px\]{
  padding-top: 54px;
  padding-bottom: 54px;
}

.py-\[5px\]{
  padding-top: 5px;
  padding-bottom: 5px;
}

.pb-10{
  padding-bottom: 2.5rem;
}

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

.pb-8{
  padding-bottom: 2rem;
}

.pl-7{
  padding-left: 1.75rem;
}

.pr-\[27px\]{
  padding-right: 27px;
}

.pt-16{
  padding-top: 4rem;
}

.pt-32{
  padding-top: 8rem;
}

.pt-40{
  padding-top: 10rem;
}

.pt-6{
  padding-top: 1.5rem;
}

.pt-7{
  padding-top: 1.75rem;
}

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

.font-heading{
  font-family: Fredoka, ui-sans-serif, system-ui, sans-serif;
}

.font-sans{
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}

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

.text-\[16px\]{
  font-size: 16px;
}

.text-\[17px\]{
  font-size: 17px;
}

.text-\[18px\]{
  font-size: 18px;
}

.text-\[20px\]{
  font-size: 20px;
}

.text-\[24px\]{
  font-size: 24px;
}

.text-\[26px\]{
  font-size: 26px;
}

.text-\[28px\]{
  font-size: 28px;
}

.text-\[32px\]{
  font-size: 32px;
}

.text-\[36px\]{
  font-size: 36px;
}

.text-\[40px\]{
  font-size: 40px;
}

.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

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

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

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

.font-light{
  font-weight: 300;
}

.font-medium{
  font-weight: 500;
}

.font-normal{
  font-weight: 400;
}

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

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

.capitalize{
  text-transform: capitalize;
}

.leading-6{
  line-height: 1.5rem;
}

.leading-\[1\.15\]{
  line-height: 1.15;
}

.leading-\[1\.1\]{
  line-height: 1.1;
}

.leading-\[1\]{
  line-height: 1;
}

.leading-\[30px\]{
  line-height: 30px;
}

.leading-normal{
  line-height: 1.5;
}

.tracking-tight{
  letter-spacing: -0.025em;
}

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

.text-black\/50{
  color: rgb(0 0 0 / 0.5);
}

.text-black\/80{
  color: rgb(0 0 0 / 0.8);
}

.text-black\/90{
  color: rgb(0 0 0 / 0.9);
}

.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.text-dark-blue{
  --tw-text-opacity: 1;
  color: rgb(2 33 63 / var(--tw-text-opacity, 1));
}

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

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

.text-grey-dark{
  --tw-text-opacity: 1;
  color: rgb(32 32 32 / var(--tw-text-opacity, 1));
}

.text-light-blue{
  --tw-text-opacity: 1;
  color: rgb(157 201 228 / var(--tw-text-opacity, 1));
}

.text-primary{
  --tw-text-opacity: 1;
  color: rgb(13 106 176 / var(--tw-text-opacity, 1));
}

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

.text-white\/90{
  color: rgb(255 255 255 / 0.9);
}

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

.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-0{
  opacity: 0;
}

.opacity-20{
  opacity: 0.2;
}

.opacity-40{
  opacity: 0.4;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-70{
  opacity: 0.7;
}

.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);
}

.outline{
  outline-style: solid;
}

.drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);
}

.backdrop-blur-md{
  --tw-backdrop-blur: blur(12px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

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

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

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

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* =========================================================
   BASE / ROOT VARIABLES — Kids Eye Biobank Style Guide
   ========================================================= */

/* =========================================================
   COMPONENTS
   ========================================================= */

/* =========================================================
   CUSTOM CSS (theme-specific)
   ========================================================= */

.baseH1 {
  font-family: 'Fredoka', ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(2.5rem, 8vw, 100px);
  line-height: 1.1;
}

.baseH2,
.editor h2 {
  font-family: 'Fredoka', ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(2rem, 6vw, 80px);
  line-height: 1.1;
}

.baseH3,
.editor h3 {
  font-family: 'Fredoka', ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.5rem, 4vw, 45px);
  line-height: 1.15;
  margin-bottom: 15px;
}

.editor h2 {
  margin-bottom: 1.25rem;
}

.baseBody,
.editor p {
  font-size: 20px;
  line-height: 1.4;
}

.editorWhite h1,
.editorWhite h2,
.editorWhite h3,
.editorWhite h4,
.editorWhite h5,
.editorWhite h6 {
  color: #fff;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Slick carousel dots */

.slick-dots {
  position: absolute;
  bottom: 9rem;
  right: 0;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 10px;
  z-index: 99;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 55px;
  height: 1px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #fff;
  border-radius: 50px;
  opacity: 50%;
  transition: all 0.5s ease-in-out;
}

.slick-dots li.slick-active button {
  opacity: 100%;
}

/* CURSOR ANIMATIONS */

.cursor-section {
  cursor: pointer;
}

.cursor-section-el {
  position: fixed;
  left: 0;
  pointer-events: none;
  transition: transform 0.1s;
  top: -80.5px;
  left: -80.5px;
  width: 161px;
  height: 161px;
  z-index: 9999;
  display: grid;
  place-content: center;
  opacity: 0;
  scale: 0;
  background: #fff;
  border-radius: 50%;
  color: #000;
}

/* END CURSOR ANIMATIONS */

#socials a {
  transition: all 0.3s ease-in-out;
}

#socials a:hover {
  scale: 1.1;
}

/* Editor link styles */

.editor p:not(:last-child) {
  margin-bottom: 1.25rem;
}

.editor a {
  transition: all 0.3s ease-in-out;
  color: var(--primary);
  position: relative;
  display: inline-block;
}

.editor a::after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 5px;
  display: block;
  left: 0;
  transition: all 0.3s ease-in-out;
  background: var(--primary);
}

.editor a:hover::after {
  width: 0%;
}

.editor a:hover {
  opacity: 70%;
}

.baseLinkWhite {
  transition: all 0.3s ease-in-out;
  color: #fff;
  position: relative;
  display: inline-block;
}

.baseLinkWhite::after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 5px;
  display: block;
  left: 0;
  transition: all 0.3s ease-in-out;
  background: #fff;
}

.baseLinkWhite:hover::after {
  width: 0%;
}

.baseLinkWhite:hover {
  opacity: 70%;
}

header.stickNav .site-nav__bar {
  background: rgba(252, 252, 252, 0.96);
  box-shadow: 0 8px 24px rgba(2, 33, 63, 0.08);
}

.strokeText {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #fff;
}

.quform-edit-form {
  display: none;
}

.hero-section__body p {
  margin-bottom: 0;
}

.hero-section__body p + p {
  margin-top: 0.75rem;
}

.about-us-section__content p:last-child {
  margin-bottom: 0;
}

.about-us-section__content p + p {
  margin-top: 1.25rem;
}

.about-the-project-section__content p:last-child {
  margin-bottom: 0;
}

.about-the-project-section__content p + p {
  margin-top: 1.25rem;
}

.about-the-project-section__content a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: currentColor;
  text-underline-offset: 0.15em;
  transition: text-decoration-color 0.35s ease;
}

.about-the-project-section__content a:hover {
  text-decoration-color: transparent;
}

.about-the-project-section__content a::after {
  display: none;
}

.how-we-work-section__intro p:last-child {
  margin-bottom: 0;
}

.how-we-work-section__intro p + p {
  margin-top: 1rem;
}

.how-we-work-card__graphic img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.behind-the-research-section__content p:last-child {
  margin-bottom: 0;
}

.behind-the-research-section__slider-wrap {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
}

.behind-the-research-section__slider-wrap .slick-list {
  overflow: visible;
}

.behind-the-research-section__slider-wrap .slick-track {
  display: flex;
  align-items: stretch;
}

.behind-the-research-section__slide {
  width: min(85vw, 692px);
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (min-width: 768px) {
  .behind-the-research-section__slide {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .behind-the-research-section__slide {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.behind-the-research-section__slide-inner {
  aspect-ratio: 692 / 668;
  width: 100%;
}

.news-card__content h3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.funders-and-affiliations-section__circle {
  width: min(1052px, 70vw);
  height: min(1052px, 70vw);
  border-radius: 50%;
  border: clamp(48px, 6vw, 90px) solid var(--blue);
  opacity: 0.95;
}

.site-footer__nav a {
  font-size: 20px;
  line-height: normal;
  text-transform: capitalize;
  color: var(--black);
  transition: opacity 0.3s ease;
}

@media screen and (min-width: 768px) {
  .site-footer__nav a {
    font-size: 22px;
  }
}

.site-footer__nav a:hover {
  opacity: 0.7;
}

.site-footer__logo .custom-logo-link {
  display: inline-flex;
}

.site-footer__logo .site-footer__logo-image {
  width: 167px;
  height: 167px;
  aspect-ratio: 1 / 1;
  max-width: 167px;
  -o-object-fit: contain;
     object-fit: contain;
}

.site-footer__heading p {
  margin: 0;
}

.site-footer__heading a {
  display: inline-block;
  margin-top: 0.15em;
  font-size: 20px;
  line-height: 1.4;
  font-family: inherit;
  color: inherit;
  text-decoration: underline;
  text-decoration-color: currentColor;
  text-underline-offset: 0.15em;
  transition: text-decoration-color 0.35s ease;
}

@media (min-width: 768px) {
  .site-footer__heading a {
    font-size: 22px;
  }
}

@media (min-width: 1024px) {
  .site-footer__heading a {
    font-size: 24px;
  }
}

.site-footer__heading a:hover {
  text-decoration-color: transparent;
}

.what-is-biobank-section__collage {
  aspect-ratio: 1004 / 538;
  min-height: 280px;
}

.what-is-biobank-section__img {
  position: absolute;
}

.what-is-biobank-section__img--main {
  left: 0;
  top: 8.4%;
  width: 47.6%;
  aspect-ratio: 478 / 343;
}

.what-is-biobank-section__img--top {
  right: 0;
  top: 0;
  width: 32.8%;
  aspect-ratio: 329 / 243;
}

.what-is-biobank-section__img--bottom {
  left: 54.7%;
  bottom: 0;
  width: 31.5%;
  aspect-ratio: 316 / 188;
}

.what-is-biobank-section__circle {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.what-is-biobank-section__circle--dashed-tl {
  left: -8%;
  top: 0;
  width: min(376px, 40vw);
  height: min(376px, 40vw);
  border: 1.5px dashed var(--light-blue);
  opacity: 0.85;
}

.what-is-biobank-section__circle--solid-mid {
  left: 38%;
  top: 28%;
  width: min(194px, 18vw);
  height: min(194px, 18vw);
  background: var(--light-blue);
  opacity: 0.55;
  z-index: 0;
}

.what-is-biobank-section__circle--solid-br {
  right: -12%;
  bottom: -8%;
  width: min(612px, 48vw);
  height: min(612px, 48vw);
  background: var(--light-blue);
  opacity: 0.45;
}

.what-is-biobank-section__circle--dashed-br {
  right: -4%;
  bottom: 12%;
  width: min(330px, 28vw);
  height: min(330px, 28vw);
  border: 1.5px dashed var(--light-blue);
  opacity: 0.9;
}

@media screen and (max-width: 1023px) {
  .what-is-biobank-section__collage {
    aspect-ratio: auto;
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 0.75rem;
    min-height: 0;
  }

  .what-is-biobank-section__img {
    position: relative;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    width: 100% !important;
  }

  .what-is-biobank-section__img--main {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .what-is-biobank-section__img--top {
    grid-column: 2;
    grid-row: 1;
  }

  .what-is-biobank-section__img--bottom {
    grid-column: 2;
    grid-row: 2;
  }

  .what-is-biobank-section__circle--solid-mid {
    display: none;
  }
}

.our-process-section__pattern {
  background-color: var(--white);
  background-image: radial-gradient(#ebebeb 2px, transparent 2px);
  background-size: 7px 7px;
}

.our-process-card__content {
  min-height: 194px;
}

.our-process-card__stats[data-stat-count='1'] .our-process-card__stat {
  right: 0;
  bottom: 0;
}

.our-process-card__stats[data-stat-count='2'] .our-process-card__stat[data-stat-index='0'] {
  left: 0;
  top: -8px;
}

.our-process-card__stats[data-stat-count='2'] .our-process-card__stat[data-stat-index='1'] {
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 639px) {
  .our-process-card__stat {
    position: relative !important;
    inset: auto !important;
    margin: 1rem auto 0;
    width: min(163px, 70%);
    height: auto;
    min-height: 120px;
    aspect-ratio: 1;
  }

  .our-process-card__stats {
    position: static !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding-bottom: 1rem;
  }
}

.kids-eye-biobank-section__circle {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.kids-eye-biobank-section__circle--tr {
  right: -8%;
  top: -5%;
  width: min(474px, 42vw);
  height: min(474px, 42vw);
  background: var(--light-blue);
  opacity: 0.55;
}

.kids-eye-biobank-section__circle--bl {
  left: -8%;
  bottom: -10%;
  width: min(296px, 28vw);
  height: min(296px, 28vw);
  background: var(--dark-blue);
  opacity: 0.85;
}

.kids-eye-biobank-section__header .editor p:last-child {
  margin-bottom: 0;
}

.mission-and-vision-section__pattern {
  background-image: radial-gradient(rgba(252, 252, 252, 0.9) 2px, transparent 2px);
  background-size: 217px 112px;
  background-position: center;
}

.hover\:-translate-y-2:hover{
  --tw-translate-y: -0.5rem;
  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));
}

.hover\:scale-90:hover{
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
}

.hover\:border-black\/40:hover{
  border-color: rgb(0 0 0 / 0.4);
}

.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(13 106 176 / var(--tw-text-opacity, 1));
}

.hover\:opacity-70:hover{
  opacity: 0.7;
}

.hover\:opacity-80:hover{
  opacity: 0.8;
}

.hover\:opacity-90:hover{
  opacity: 0.9;
}

.group:hover .group-hover\:ml-6{
  margin-left: 1.5rem;
}

.group:hover .group-hover\:opacity-100{
  opacity: 1;
}

@media (min-width: 767px){
  .sm\:aspect-auto{
    aspect-ratio: auto;
  }

  .sm\:min-h-\[249px\]{
    min-height: 249px;
  }

  .sm\:w-\[47\%\]{
    width: 47%;
  }

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

  .sm\:flex-row{
    flex-direction: row;
  }

  .sm\:items-start{
    align-items: flex-start;
  }

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

  .sm\:items-stretch{
    align-items: stretch;
  }

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

  .sm\:gap-16{
    gap: 4rem;
  }

  .sm\:gap-6{
    gap: 1.5rem;
  }

  .sm\:self-auto{
    align-self: auto;
  }
}

@media (min-width: 990px){
  .md\:mb-0{
    margin-bottom: 0px;
  }

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

  .md\:mb-12{
    margin-bottom: 3rem;
  }

  .md\:mb-14{
    margin-bottom: 3.5rem;
  }

  .md\:mb-16{
    margin-bottom: 4rem;
  }

  .md\:mb-\[22px\]{
    margin-bottom: 22px;
  }

  .md\:mb-\[25px\]{
    margin-bottom: 25px;
  }

  .md\:mb-\[34px\]{
    margin-bottom: 34px;
  }

  .md\:mb-\[40px\]{
    margin-bottom: 40px;
  }

  .md\:mt-12{
    margin-top: 3rem;
  }

  .md\:mt-\[80px\]{
    margin-top: 80px;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-\[78px\]{
    height: 78px;
  }

  .md\:h-\[90px\]{
    height: 90px;
  }

  .md\:min-h-\[225px\]{
    min-height: 225px;
  }

  .md\:min-h-\[280px\]{
    min-height: 280px;
  }

  .md\:min-h-\[360px\]{
    min-height: 360px;
  }

  .md\:min-h-\[720px\]{
    min-height: 720px;
  }

  .md\:min-h-\[945px\]{
    min-height: 945px;
  }

  .md\:w-auto{
    width: auto;
  }

  .md\:max-w-\[234px\]{
    max-width: 234px;
  }

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

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

  .md\:justify-start{
    justify-content: flex-start;
  }

  .md\:gap-6{
    gap: 1.5rem;
  }

  .md\:gap-8{
    gap: 2rem;
  }

  .md\:gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .md\:gap-y-14{
    row-gap: 3.5rem;
  }

  .md\:p-10{
    padding: 2.5rem;
  }

  .md\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .md\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

  .md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:pb-10{
    padding-bottom: 2.5rem;
  }

  .md\:pb-12{
    padding-bottom: 3rem;
  }

  .md\:pb-20{
    padding-bottom: 5rem;
  }

  .md\:pb-24{
    padding-bottom: 6rem;
  }

  .md\:pt-10{
    padding-top: 2.5rem;
  }

  .md\:pt-20{
    padding-top: 5rem;
  }

  .md\:pt-36{
    padding-top: 9rem;
  }

  .md\:pt-48{
    padding-top: 12rem;
  }

  .md\:text-left{
    text-align: left;
  }

  .md\:text-\[18px\]{
    font-size: 18px;
  }

  .md\:text-\[20px\]{
    font-size: 20px;
  }

  .md\:text-\[22px\]{
    font-size: 22px;
  }

  .md\:text-\[24px\]{
    font-size: 24px;
  }

  .md\:text-\[26px\]{
    font-size: 26px;
  }

  .md\:text-\[28px\]{
    font-size: 28px;
  }

  .md\:text-\[30px\]{
    font-size: 30px;
  }

  .md\:text-\[36px\]{
    font-size: 36px;
  }

  .md\:text-\[40px\]{
    font-size: 40px;
  }

  .md\:text-\[44px\]{
    font-size: 44px;
  }

  .md\:text-\[56px\]{
    font-size: 56px;
  }
}

@media (min-width: 1200px){
  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:mb-\[135px\]{
    margin-bottom: 135px;
  }

  .lg\:mb-\[20px\]{
    margin-bottom: 20px;
  }

  .lg\:mb-\[45px\]{
    margin-bottom: 45px;
  }

  .lg\:mb-\[49px\]{
    margin-bottom: 49px;
  }

  .lg\:mb-\[59px\]{
    margin-bottom: 59px;
  }

  .lg\:mb-\[65px\]{
    margin-bottom: 65px;
  }

  .lg\:mb-\[72px\]{
    margin-bottom: 72px;
  }

  .lg\:mb-\[78px\]{
    margin-bottom: 78px;
  }

  .lg\:mb-\[83px\]{
    margin-bottom: 83px;
  }

  .lg\:mb-\[87px\]{
    margin-bottom: 87px;
  }

  .lg\:ml-\[10\%\]{
    margin-left: 10%;
  }

  .lg\:ml-\[12\%\]{
    margin-left: 12%;
  }

  .lg\:mt-\[60px\]{
    margin-top: 60px;
  }

  .lg\:mt-\[61px\]{
    margin-top: 61px;
  }

  .lg\:block{
    display: block;
  }

  .lg\:min-h-\[1078px\]{
    min-height: 1078px;
  }

  .lg\:min-h-\[1101px\]{
    min-height: 1101px;
  }

  .lg\:min-h-\[249px\]{
    min-height: 249px;
  }

  .lg\:min-h-\[337px\]{
    min-height: 337px;
  }

  .lg\:min-h-\[440px\]{
    min-height: 440px;
  }

  .lg\:min-h-\[880px\]{
    min-height: 880px;
  }

  .lg\:w-\[90\%\]{
    width: 90%;
  }

  .lg\:max-w-\[705px\]{
    max-width: 705px;
  }

  .lg\:max-w-\[715px\]{
    max-width: 715px;
  }

  .lg\:max-w-none{
    max-width: none;
  }

  .lg\:flex-1{
    flex: 1 1 0%;
  }

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

  .lg\:flex-row{
    flex-direction: row;
  }

  .lg\:items-start{
    align-items: flex-start;
  }

  .lg\:items-stretch{
    align-items: stretch;
  }

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

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

  .lg\:gap-12{
    gap: 3rem;
  }

  .lg\:gap-16{
    gap: 4rem;
  }

  .lg\:gap-20{
    gap: 5rem;
  }

  .lg\:gap-8{
    gap: 2rem;
  }

  .lg\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:px-\[97px\]{
    padding-left: 97px;
    padding-right: 97px;
  }

  .lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-\[100px\]{
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .lg\:py-\[112px\]{
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .lg\:py-\[160px\]{
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .lg\:py-\[51px\]{
    padding-top: 51px;
    padding-bottom: 51px;
  }

  .lg\:py-\[62px\]{
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .lg\:py-\[85px\]{
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .lg\:pb-5{
    padding-bottom: 1.25rem;
  }

  .lg\:pb-\[100px\]{
    padding-bottom: 100px;
  }

  .lg\:pb-\[44px\]{
    padding-bottom: 44px;
  }

  .lg\:pl-\[116px\]{
    padding-left: 116px;
  }

  .lg\:pr-\[113px\]{
    padding-right: 113px;
  }

  .lg\:pr-\[84px\]{
    padding-right: 84px;
  }

  .lg\:pt-2{
    padding-top: 0.5rem;
  }

  .lg\:pt-40{
    padding-top: 10rem;
  }

  .lg\:pt-\[100px\]{
    padding-top: 100px;
  }

  .lg\:pt-\[160px\]{
    padding-top: 160px;
  }

  .lg\:pt-\[96px\]{
    padding-top: 96px;
  }

  .lg\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }

  .lg\:text-\[22px\]{
    font-size: 22px;
  }

  .lg\:text-\[32px\]{
    font-size: 32px;
  }

  .lg\:text-\[34px\]{
    font-size: 34px;
  }

  .lg\:text-\[45px\]{
    font-size: 45px;
  }

  .lg\:text-\[50px\]{
    font-size: 50px;
  }

  .lg\:text-\[80px\]{
    font-size: 80px;
  }
}

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

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

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

  .xl\:gap-16{
    gap: 4rem;
  }

  .xl\:gap-\[100px\]{
    gap: 100px;
  }

  .xl\:gap-\[120px\]{
    gap: 120px;
  }

  .xl\:gap-\[40px\]{
    gap: 40px;
  }

  .xl\:gap-\[55px\]{
    gap: 55px;
  }

  .xl\:gap-\[80px\]{
    gap: 80px;
  }

  .xl\:gap-\[94px\]{
    gap: 94px;
  }

  .xl\:gap-x-\[190px\]{
    -moz-column-gap: 190px;
         column-gap: 190px;
  }

  .xl\:gap-x-\[44px\]{
    -moz-column-gap: 44px;
         column-gap: 44px;
  }

  .xl\:gap-y-\[45px\]{
    row-gap: 45px;
  }

  .xl\:gap-y-\[77px\]{
    row-gap: 77px;
  }

  .xl\:text-\[20px\]{
    font-size: 20px;
  }
}

@media (prefers-color-scheme: dark){
  .dark\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
  }

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