@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&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.14 | 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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 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;
}
  .btn, #wpbs-form-submit-1, #action form .gform_button, .comment-form input[type=submit] {
    transition: 0.2s ease;
  }
  .btn svg, #wpbs-form-submit-1 svg, #action form .gform_button svg, .comment-form input[type=submit] svg {
  margin-left: 3rem;
  height: 2em;
  width: 2em;
}
  .hero:after {
    display: block;
    content: "";
    padding-bottom: 80%;
  }
  @media screen and (min-width: 768px) {
    .hero:after {
      padding-bottom: 40%;
    }
  }
  @media screen and (min-width: 1480px) {
    .hero:after {
      padding-bottom: 35%;
    }
  }
  .hero h2 {
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.9);
  }
  .hero p, .hero .text-block ul:not(.gform_fields) li:not(.gfield), .text-block ul:not(.gform_fields) .hero li:not(.gfield), .hero .text-media-block ul:not(.gform_fields) li:not(.gfield), .text-media-block ul:not(.gform_fields) .hero li:not(.gfield), .hero .program-item ul:not(.gform_fields) li:not(.gfield), .program-item ul:not(.gform_fields) .hero li:not(.gfield), .hero .textblock li, .textblock .hero li, .hero .text-block li, .text-block .hero li, .hero .textblock span, .textblock .hero span, .hero .text-block span, .text-block .hero span {
    text-shadow: 0 2px 10px #000000;
  }
  .card-header {
    padding-bottom: 60%;
    position: relative;
    overflow: hidden;
  }
  figure {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
  figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
  @media (min-width: 1024px) {

  figure img {
    position: absolute;
  }
}
  .media--left figure {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}
  @media (min-width: 768px) {

  .media--left figure {
    border-top-right-radius: 5rem;
    border-bottom-right-radius: 5rem;
  }
}
  .media--right figure {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
  @media (min-width: 768px) {

  .media--right figure {
    border-top-left-radius: 5rem;
    border-bottom-left-radius: 5rem;
  }
}
  .block-image figure:after {
    display: block;
    content: "";
    padding-bottom: 65%;
  }
  .swiper-container-photos .swiper-slide, .swiper-container-photos-small .swiper-slide {
  overflow: hidden;
  border-radius: 1.5rem;
    width: auto;
}
  .swiper-container-photos .swiper-slide img, .swiper-container-photos-small .swiper-slide img {
    width: auto;
    max-width: inherit;
  }
  .button-next {
    right: 0rem;
    left: auto;
  }
  .button-prev {
    right: auto;
    left: 0rem;
  }
  .button-prev, .button-next {
  position: absolute;
  top: 0px;
  z-index: 10;
  display: flex;
  height: 100%;
  width: 2rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(46 46 46 / var(--tw-text-opacity));
}
  @media (min-width: 768px) {

  .button-prev, .button-next {
    width: 5rem;
  }
}
  .button-prev, .button-next {
    outline: 0;
  }
  .button-prev svg, .button-next svg {
  width: 1rem;
}
  @media (min-width: 768px) {

  .button-prev svg, .button-next svg {
    width: 2rem;
  }
}
  .slider-warmwhite .button-prev, .slider-warmwhite .button-next {
  --tw-bg-opacity: 1;
  background-color: rgb(233 230 222 / var(--tw-bg-opacity));
}
  .swiper-container-photos-small .button-prev, .swiper-container-photos-small .button-next {
    background-color: transparent !important;
  }
  .swiper-container-photos-small .swiper-slide {
    /* center images in cells with flexbox */
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .swiper-container-photos-small .carousel.is-fullscreen .swiper-slide {
    height: 100%;
  }
  .swiper-container-photos-small .swiper-slide img {
    display: block;
  }
  .wp-admin .swiper-container-photos {
    max-height: 500px;
  }
  .partners .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
  }
  .partners .swiper-slide img {
    display: block;
    filter: grayscale(100%);
  }
  .partners .swiper-slide img:hover {
    filter: none;
  }
  .comment-form p, .comment-form .text-block ul:not(.gform_fields) li:not(.gfield), .text-block ul:not(.gform_fields) .comment-form li:not(.gfield), .comment-form .text-media-block ul:not(.gform_fields) li:not(.gfield), .text-media-block ul:not(.gform_fields) .comment-form li:not(.gfield), .comment-form .program-item ul:not(.gform_fields) li:not(.gfield), .program-item ul:not(.gform_fields) .comment-form li:not(.gfield), .comment-form .textblock li, .textblock .comment-form li, .comment-form .text-block li, .text-block .comment-form li, .comment-form .textblock span, .textblock .comment-form span, .comment-form .text-block span, .text-block .comment-form span {
  margin-bottom: 1rem;
}
  input[type=text],
  input[type=search],
  input[type=number],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=color],
  textarea, textarea.form-control, .input, select,
  .mce-container.mce-edit-area,
  .inputwithshadow {
  margin-top: 0.5rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.75rem;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
  input[type=text]:focus,
  input[type=search]:focus,
  input[type=number]:focus,
  input[type=tel]:focus,
  input[type=email]:focus,
  input[type=password]:focus,
  input[type=color]:focus,
  textarea:focus, textarea.form-control:focus, .input:focus, select:focus,
  .mce-container.mce-edit-area:focus,
  .inputwithshadow:focus {
  --tw-border-opacity: 1;
  border-color: rgb(45 67 90 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
  input[type=submit]:after {
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
}
  input[type=submit] {
  margin-top: 0.5rem;
  display: block;
  width: 100%;
  cursor: pointer;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(45 67 90 / var(--tw-bg-opacity));
  padding: 0.75rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .newsletter form {
  flex-direction: column;
}
  @media (min-width: 640px) {

  .newsletter form {
    flex-direction: row;
  }
}
  #action form {
  margin-left: 0px;
  margin-top: 1.25rem;
  display: flex;
  max-width: 32rem;
}
  #action form input {
    min-width: 100px;
  }
  #action form ul {
  display: flex;
}
  #action form ul li {
  margin-right: 1rem;
}
  #action form label {
  display: none;
}
  textarea::-moz-placeholder, input::-moz-placeholder {
  color: rgb(107 114 128 / var(--tw-placeholder-opacity));
  --tw-placeholder-opacity: 1;
}
  textarea::placeholder, input::placeholder {
  color: rgb(107 114 128 / var(--tw-placeholder-opacity));
  --tw-placeholder-opacity: 1;
}
  textarea:placeholder, input:placeholder {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
  ::-moz-placeholder {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
  ::placeholder {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
  .wpbs-form-confirmation-message:after {
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
}
  .wpbs-form-confirmation-message {
  position: absolute;
  left: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(45 67 90 / var(--tw-bg-opacity));
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  #close-bookings {
    display: none;
  }
  .form-active {
    overflow: hidden;
  }
  .form-active .book-form {
  padding-bottom: 5rem;
}
  .form-active #close-bookings {
    display: block;
  }
  .form-active .overlay {
    opacity: 0.5 !important;
    transition: opacity 0.5s ease-in-out;
  }
  .form-active #booking-wrapper {
  z-index: 100;
}
  .form-active .bookings {
  position: fixed;
  top: 2.5rem;
  left: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
    width: calc(100% - 30px) !important;
    max-width: 1024px;
}
  .form-active #boeken {
    display: none;
  }
  #wpbs-form-submit-1:after {
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
}
  #wpbs-form-submit-1 {
  margin-top: 0.5rem;
  display: block;
  width: 100%;
  cursor: pointer;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(45 67 90 / var(--tw-bg-opacity));
  padding: 0.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  section .wpbs-main-wrapper.open, footer .wpbs-main-wrapper.open {
  position: relative;
}
  .wpbs-main-wrapper.open {
  display: grid;
}
  @media (min-width: 768px) {

  .wpbs-main-wrapper.open {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
  .wpbs-main-wrapper.open form {
    display: block !important;
  }
  .wpbs-main-wrapper form {
  display: none;
}
  label {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: block;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}
  input, textarea {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
}
  /**
   * WordPress Generated Classes
   * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
   */
  /** Media alignment */
  /** Captions */
  /** Text meant only for screen readers */
  h1, h2, h3, h4, h5, h6 {
  font-family: Open Sans, sans-serif;
}
  body {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}
  @media (min-width: 768px) {

  body {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  p, .text-block ul:not(.gform_fields) li:not(.gfield), .text-media-block ul:not(.gform_fields) li:not(.gfield), .program-item ul:not(.gform_fields) li:not(.gfield), .textblock li, .text-block li, .textblock span, .text-block span {
  max-width: 768px;
  font-family: Open Sans, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
}
  @media (min-width: 640px) {

  p, .text-block ul:not(.gform_fields) li:not(.gfield), .text-media-block ul:not(.gform_fields) li:not(.gfield), .program-item ul:not(.gform_fields) li:not(.gfield), .textblock li, .text-block li, .textblock span, .text-block span {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
  @media (min-width: 768px) {

  p, .text-block ul:not(.gform_fields) li:not(.gfield), .text-media-block ul:not(.gform_fields) li:not(.gfield), .program-item ul:not(.gform_fields) li:not(.gfield), .textblock li, .text-block li, .textblock span, .text-block span {
    max-width: 1280px;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
  p, .text-block ul:not(.gform_fields) li:not(.gfield), .text-media-block ul:not(.gform_fields) li:not(.gfield), .program-item ul:not(.gform_fields) li:not(.gfield), .textblock li, .text-block li, .textblock span, .text-block span {
    line-height: 1.6em;
    --tw-text-opacity: 1;
    color: rgb(45 67 90 / var(--tw-text-opacity));
  }
  .event-item p, .event-item .text-block ul:not(.gform_fields) li:not(.gfield), .text-block ul:not(.gform_fields) .event-item li:not(.gfield), .event-item .text-media-block ul:not(.gform_fields) li:not(.gfield), .text-media-block ul:not(.gform_fields) .event-item li:not(.gfield), .event-item .program-item ul:not(.gform_fields) li:not(.gfield), .program-item ul:not(.gform_fields) .event-item li:not(.gfield), .event-item .textblock li, .textblock .event-item li, .event-item .text-block li, .text-block .event-item li, .event-item .textblock span, .textblock .event-item span, .event-item .text-block span, .text-block .event-item span {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .text-block-simple p, .text-block-simple .text-block ul:not(.gform_fields) li:not(.gfield), .text-block ul:not(.gform_fields) .text-block-simple li:not(.gfield), .text-block-simple .text-media-block ul:not(.gform_fields) li:not(.gfield), .text-media-block ul:not(.gform_fields) .text-block-simple li:not(.gfield), .text-block-simple .program-item ul:not(.gform_fields) li:not(.gfield), .program-item ul:not(.gform_fields) .text-block-simple li:not(.gfield), .text-block-simple .textblock li, .textblock .text-block-simple li, .text-block-simple .text-block li, .text-block .text-block-simple li, .text-block-simple .textblock span, .textblock .text-block-simple span, .text-block-simple .text-block span, .text-block .text-block-simple span {
  max-width: 1024px;
}
  .text-block p a, .text-block ul:not(.gform_fields) li:not(.gfield) a, .text-media-block ul:not(.gform_fields) .text-block li:not(.gfield) a, .program-item ul:not(.gform_fields) .text-block li:not(.gfield) a, .text-block li a, .text-block span a, .text-block-simple p a, .text-block-simple .text-media-block ul:not(.gform_fields) li:not(.gfield) a, .text-media-block ul:not(.gform_fields) .text-block-simple li:not(.gfield) a, .text-block-simple .program-item ul:not(.gform_fields) li:not(.gfield) a, .program-item ul:not(.gform_fields) .text-block-simple li:not(.gfield) a, .text-block-simple .textblock li a, .textblock .text-block-simple li a, .text-block-simple .textblock span a, .textblock .text-block-simple span a {
  font-weight: 700;
}
  .card-text p, .card-text .text-block ul:not(.gform_fields) li:not(.gfield), .text-block ul:not(.gform_fields) .card-text li:not(.gfield), .card-text .text-media-block ul:not(.gform_fields) li:not(.gfield), .text-media-block ul:not(.gform_fields) .card-text li:not(.gfield), .card-text .program-item ul:not(.gform_fields) li:not(.gfield), .program-item ul:not(.gform_fields) .card-text li:not(.gfield), .card-text .textblock li, .textblock .card-text li, .card-text .text-block li, .text-block .card-text li, .card-text .textblock span, .textblock .card-text span, .card-text .text-block span, .text-block .card-text span {
  font-family: Open Sans, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
}
  .text-small {
  font-family: Open Sans, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
}
  .heading-lg {
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
}
  @media (min-width: 640px) {

  .heading-lg {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
  @media (min-width: 1280px) {

  .heading-lg {
    margin-bottom: 5rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
  .heading-xl {
  margin-bottom: 1.25rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(45 67 90 / var(--tw-text-opacity));
}
  @media (min-width: 640px) {

  .heading-xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
  @media (min-width: 1280px) {

  .heading-xl {
    margin-bottom: 2.5rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
  .heading-2xl, h1 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
  @media (min-width: 640px) {

  .heading-2xl, h1 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
  @media (min-width: 1024px) {

  .heading-2xl, h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
  @media (min-width: 1280px) {

  .heading-2xl, h1 {
    font-size: 3rem;
    line-height: 1;
  }
}
  h2, h3, h4, h5 {
  --tw-text-opacity: 1;
  color: rgb(45 67 90 / var(--tw-text-opacity));
  font-weight: 700;
    line-height: 1.25;
    margin-bottom: 0.5em;
}
  h2 {
  font-size: 1.5rem;
  line-height: 2rem;
}
  @media (min-width: 640px) {

  h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
  @media (min-width: 1280px) {

  h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
  h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
  @media (min-width: 768px) {

  h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
  @media (min-width: 1024px) {

  h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
  @media (min-width: 768px) {

  .block-columnsgrid {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
  @media (min-width: 1024px) {

  .block-columnsgrid {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
  h4 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}
  h5 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}
  b, strong {
    font-weight: 900;
  }
  .text-block p, .text-block ul:not(.gform_fields) li:not(.gfield), .text-media-block ul:not(.gform_fields) .text-block li:not(.gfield), .program-item ul:not(.gform_fields) .text-block li:not(.gfield), .text-block li, .text-block span, .text p, .text .text-media-block ul:not(.gform_fields) li:not(.gfield), .text-media-block ul:not(.gform_fields) .text li:not(.gfield), .text .program-item ul:not(.gform_fields) li:not(.gfield), .program-item ul:not(.gform_fields) .text li:not(.gfield), .text .textblock li, .textblock .text li, .text .textblock span, .textblock .text span {
    margin-bottom: 1em;
  }
  .textblock ul, .text-block ul {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  margin-left: 0.5rem;
}
  @media (min-width: 768px) {

  .textblock ul, .text-block ul {
    margin-left: 1.25rem;
  }
}
  .textblock ul li, .text-block ul li {
    list-style: disc;
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .textblock ul li span, .text-block ul li span {
    font-size: inherit;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .textblock p, .textblock .text-media-block ul:not(.gform_fields) li:not(.gfield), .text-media-block ul:not(.gform_fields) .textblock li:not(.gfield), .textblock .program-item ul:not(.gform_fields) li:not(.gfield), .program-item ul:not(.gform_fields) .textblock li:not(.gfield), .textblock li, .textblock span, .text-block p, .text-block ul:not(.gform_fields) li:not(.gfield), .text-media-block ul:not(.gform_fields) .text-block li:not(.gfield), .program-item ul:not(.gform_fields) .text-block li:not(.gfield), .text-block li, .text-block span {
    margin-bottom: 0.75em;
  }
  .textblock span, .text-block span {
  margin-bottom: 0px;
}
  .textblock ul, .text-block ul {
  margin-bottom: 1.25rem;
}
  .textblock li, .text-block li {
    list-style-type: disc;
    margin-left: 1.25rem;
    font-weight: 600;
  }
  .textblock li:empty, .text-block li:empty {
  display: none;
}
  address {
  font-style: normal;
}
  html, body {
    height: 100%;
    background-color: #F8F7F5;
    overflow-x: hidden;
  }
  section, footer {
  position: relative;
}
  section .container, footer .container {
    max-width: 1480px;
  }
  section .grid, footer .grid {
  position: relative;
}
  section.no-padding, footer.no-padding {
  padding: 0px;
}
  #action .container, #partners .container {
    max-width: 1480px;
  }
  .text.has-wave:after {
  margin-top: 2rem;
  display: flex;
    content: "";
    background-image: url("../images/swing.svg");
    background-size: 8rem 1rem;
    height: 1rem;
    width: 8rem;
}
  .text.has-wave a {
  font-weight: 700;
}
  .text-center:after {
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
}
  .wave {
  display: flex;
    height: 1rem;
    width: 8rem;
}
  .collapse .p-large, .acf-block-component .p-large {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
  .text-media-block--simple p, .text-media-block--simple .text-block ul:not(.gform_fields) li:not(.gfield), .text-block ul:not(.gform_fields) .text-media-block--simple li:not(.gfield), .text-media-block--simple .text-media-block ul:not(.gform_fields) li:not(.gfield), .text-media-block ul:not(.gform_fields) .text-media-block--simple li:not(.gfield), .text-media-block--simple .program-item ul:not(.gform_fields) li:not(.gfield), .program-item ul:not(.gform_fields) .text-media-block--simple li:not(.gfield), .text-media-block--simple .textblock span, .textblock .text-media-block--simple span, .text-media-block--simple .text-block span, .text-block .text-media-block--simple span, .text-media-block--simple .textblock li, .textblock .text-media-block--simple li, .text-media-block--simple .text-block li, .text-block .text-media-block--simple li {
    max-width: none !important;
  }
  .program p, .program .text-block ul:not(.gform_fields) li:not(.gfield), .text-block ul:not(.gform_fields) .program li:not(.gfield), .program .text-media-block ul:not(.gform_fields) li:not(.gfield), .text-media-block ul:not(.gform_fields) .program li:not(.gfield), .program .program-item ul:not(.gform_fields) li:not(.gfield), .program-item ul:not(.gform_fields) .program li:not(.gfield), .program .textblock span, .textblock .program span, .program .text-block span, .text-block .program span, .program .textblock li, .textblock .program li, .program .text-block li, .text-block .program li {
  max-width: 1280px;
}
  .text-block ul:not(.gform_fields), .text-media-block ul:not(.gform_fields), .program-item ul:not(.gform_fields) {
  margin-left: 1.25rem;
}
  .text-block ul:not(.gform_fields) li:not(.gfield), .text-media-block ul:not(.gform_fields) li:not(.gfield), .program-item ul:not(.gform_fields) li:not(.gfield) {
  list-style-type: disc;
}
  .program-item {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
  .program-item.show {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
  .program-item.show .program-item__inner {
    display: block;
    overflow: hidden;
  }
  .program-item__inner {
    display: none;
  }
  .show {
    transition: opacity 400ms;
  }
  .hide {
    opacity: 0;
  }
  #overlay {
    transition: transform 300ms ease-in-out;
    transform-origin: 50% 50%;
  }
  .container {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
  @media (min-width: 768px) {

  .container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
  @media (min-width: 1024px) {

  .container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
  @media (min-width: 1536px) {

  .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
  .p-large {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
  @media (min-width: 640px) {

  .p-large {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
  @media (min-width: 768px) {

  .p-large {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
  @media (min-width: 1280px) {

  .p-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
  .px-large {
  padding-left: 1rem;
  padding-right: 1rem;
}
  @media (min-width: 640px) {

  .px-large {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
  @media (min-width: 768px) {

  .px-large {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
  @media (min-width: 1024px) {

  .px-large {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
  @media (min-width: 1280px) {

  .px-large {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
  @media (min-width: 1536px) {

  .px-large {
    padding-left: 12rem;
    padding-right: 12rem;
  }
}
  .py-large {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
  @media (min-width: 768px) {

  .py-large {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
  @media (min-width: 1024px) {

  .py-large {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
  .acf-field p.description, .acf-field .textblock span.description, .textblock .acf-field span.description, .acf-field .text-block span.description, .text-block .acf-field span.description, .acf-field .textblock li.description, .textblock .acf-field li.description, .acf-field .text-block li.description, .text-block .acf-field li.description, .acf-field .text-block ul:not(.gform_fields) li.description:not(.gfield), .text-block ul:not(.gform_fields) .acf-field li.description:not(.gfield), .acf-field .text-media-block ul:not(.gform_fields) li.description:not(.gfield), .text-media-block ul:not(.gform_fields) .acf-field li.description:not(.gfield), .acf-field .program-item ul:not(.gform_fields) li.description:not(.gfield), .program-item ul:not(.gform_fields) .acf-field li.description:not(.gfield) {
  font-size: 0.75rem;
  line-height: 1rem;
}
  nav li {
  margin-bottom: 0.5rem;
  display: inline-block;
  cursor: pointer;
  list-style-type: none;
  font-family: Open Sans, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
  @media (min-width: 768px) {

  nav li {
    margin-bottom: 0px;
  }
}
  @media (min-width: 1024px) {

  nav li {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
  nav li {
  border-radius: 9999px;
  border-width: 3px;
  border-color: transparent;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
  @media (min-width: 768px) {

  nav li {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
}
  @media (min-width: 1280px) {

  nav li {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
  nav li.current-menu-item, nav li:hover {
  --tw-border-opacity: 1;
  border-color: rgb(180 209 204 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(45 67 90 / var(--tw-text-opacity));
}
  nav li.current-menu-item a, nav li:hover a {
  --tw-text-opacity: 1;
  color: rgb(180 209 204 / var(--tw-text-opacity));
}
  nav li:last-of-type {
    margin-right: 0 !important;
  }
  nav li a {
  --tw-text-opacity: 1;
  color: rgb(45 67 90 / var(--tw-text-opacity));
}
  #mobile-nav li a {
  font-family: Open Sans, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
    font-size: min(5vw, 150px);
    line-height: 1.6em;
}
  .logo.white svg path {
    fill: white !important;
    stroke: white !important;
  }
  #menu-toggle {
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
  }
  #hamburger {
    width: 100%;
    flex-direction: column;
  }
  #hamburger span {
    display: block;
    height: 4px;
    position: relative;
    width: 80%;
    margin: 4px auto;
    border-radius: 3px;
    --tw-bg-opacity: 1;
    background-color: rgb(45 67 90 / var(--tw-bg-opacity));
  }
  #hamburger span:nth-child(1) {
    transition-delay: 0.3s;
  }
  #hamburger span:nth-child(2) {
    transition-delay: 0.3s;
  }
  #hamburger span:nth-child(3) {
    transition-delay: 0.5s;
  }
  #menu-cross {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: rotate(45deg);
  }
  #menu-cross span {
    background-color: white;
    border-radius: 3px;
  }
  #menu-cross span:nth-child(1) {
    height: 0%;
    width: 4px;
    position: absolute;
    left: calc(50% - 2px);
    top: 0;
    transition-delay: 0s;
  }
  #menu-cross span:nth-child(2) {
    width: 0%;
    height: 4px;
    position: absolute;
    top: calc(50% - 2px);
    transition-delay: 0.15s;
  }
  #menu-toggle.open #hamburger span {
    width: 0%;
  }
  #menu-toggle.open #hamburger span:nth-child(1) {
    transition-delay: 0s;
  }
  #menu-toggle.open #hamburger span:nth-child(2) {
    transition-delay: 0.125s;
  }
  #menu-toggle.open #hamburger span:nth-child(3) {
    transition-delay: 0.25s;
  }
  #menu-toggle.open #menu-cross span:nth-child(1), #menu-toggle.open .menu-cross span:nth-child(1) {
    height: 100%;
    transition-delay: 0.4s;
  }
  #menu-toggle.open #menu-cross span:nth-child(2), #menu-toggle.open .menu-cross span:nth-child(2) {
    width: 100%;
    transition-delay: 0.525s;
  }
  :root {
    --main-color: #F1C088;
  }
  footer p, footer .textblock span, .textblock footer span, footer .text-block span, .text-block footer span, footer .textblock li, .textblock footer li, footer .text-block li, .text-block footer li, footer .text-block ul:not(.gform_fields) li:not(.gfield), .text-block ul:not(.gform_fields) footer li:not(.gfield), footer .text-media-block ul:not(.gform_fields) li:not(.gfield), .text-media-block ul:not(.gform_fields) footer li:not(.gfield), footer .program-item ul:not(.gform_fields) li:not(.gfield), .program-item ul:not(.gform_fields) footer li:not(.gfield) {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  #map {
    min-height: 400px;
  }
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 540px) {

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

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.aspect-h-2 {
  --tw-aspect-h: 2;
}
.aspect-h-3 {
  --tw-aspect-h: 3;
}
.aspect-w-3 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 3;
}
.aspect-w-3 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-w-4 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 4;
}
.aspect-w-4 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.container {
  max-width: 100%;
}
@media (min-width: 640px) {

  .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 100%;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

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

  .container {
    max-width: 1680px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.collapse {
  visibility: collapse;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.-bottom-10 {
  bottom: -2.5rem;
}
.-left-5 {
  left: -1.25rem;
}
.-right-5 {
  right: -1.25rem;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.right-5 {
  right: 1.25rem;
}
.top-0 {
  top: 0px;
}
.top-32 {
  top: 8rem;
}
.top-5 {
  top: 1.25rem;
}
.z-10 {
  z-index: 10;
}
.z-100 {
  z-index: 100;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.col-span-10 {
  grid-column: span 10 / span 10;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-span-7 {
  grid-column: span 7 / span 7;
}
.col-start-1 {
  grid-column-start: 1;
}
.col-start-7 {
  grid-column-start: 7;
}
.row-start-1 {
  grid-row-start: 1;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-20 {
  margin-left: 5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.mr-10 {
  margin-right: 2.5rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.-mt-5 {
  margin-top: -1.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-20 {
  margin-top: 5rem;
}
.box-border {
  box-sizing: border-box;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-24 {
  height: 6rem;
}
.h-36 {
  height: 9rem;
}
.h-5 {
  height: 1.25rem;
}
.h-8 {
  height: 2rem;
}
.h-96 {
  height: 24rem;
}
.h-auto {
  height: auto;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-screen {
  max-height: 100vh;
}
.min-h-36 {
  min-height: 9rem;
}
.w-10 {
  width: 2.5rem;
}
.w-16 {
  width: 4rem;
}
.w-32 {
  width: 8rem;
}
.w-44 {
  width: 11rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-24 {
  width: 6rem;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-16 {
  min-width: 4rem;
}
.min-w-full {
  min-width: 100%;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-none {
  max-width: none;
}
.max-w-screen-lg {
  max-width: 1024px;
}
.max-w-screen-md {
  max-width: 768px;
}
.max-w-screen-sm {
  max-width: 640px;
}
.max-w-screen-xl {
  max-width: 1280px;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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;
}
.break-inside-avoid-column {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.content-center {
  align-content: center;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.self-center {
  align-self: center;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-tr-2xl {
  border-top-right-radius: 1rem;
}
.border {
  border-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(46 46 46 / var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(45 67 90 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(46 46 46 / var(--tw-bg-opacity));
}
.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(45 67 90 / var(--tw-bg-opacity));
}
.bg-customgray {
  --tw-bg-opacity: 1;
  background-color: rgb(248 247 245 / var(--tw-bg-opacity));
}
.bg-jetstream {
  --tw-bg-opacity: 1;
  background-color: rgb(180 209 204 / var(--tw-bg-opacity));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(45 67 90 / var(--tw-bg-opacity));
}
.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(233 239 248 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-warmwhite {
  --tw-bg-opacity: 1;
  background-color: rgb(233 230 222 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-cover {
  background-size: cover;
}
.fill-current {
  fill: currentColor;
}
.stroke-current {
  stroke: currentColor;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.object-top {
  -o-object-position: top;
     object-position: top;
}
.p-10 {
  padding: 2.5rem;
}
.p-20 {
  padding: 5rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-7 {
  padding-left: 1.75rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.font-heading {
  font-family: Open Sans, sans-serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.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;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-semibold {
  font-weight: 600;
}
.leading-none {
  line-height: 1;
}
.text-blue {
  --tw-text-opacity: 1;
  color: rgb(45 67 90 / var(--tw-text-opacity));
}
.text-current {
  color: currentColor;
}
.text-danube {
  --tw-text-opacity: 1;
  color: rgb(115 152 210 / var(--tw-text-opacity));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-jetstream {
  --tw-text-opacity: 1;
  color: rgb(180 209 204 / var(--tw-text-opacity));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(45 67 90 / var(--tw-text-opacity));
}
.text-warmwhite {
  --tw-text-opacity: 1;
  color: rgb(233 230 222 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0;
}
.opacity-60 {
  opacity: 0.6;
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.break-inside {
      -moz-column-break-inside: avoid;
           break-inside: avoid;
    }
@media (min-width: 768px) {
  section .md\:grid, footer .md\:grid {
    position: relative;
  }
}
@media (min-width: 1024px) {
  section .lg\:grid, footer .lg\:grid {
    position: relative;
  }
}
@media (min-width: 1280px) {
  section .xl\:container, footer .xl\:container {
    max-width: 1480px;
  }
  #action .xl\:container, #partners .xl\:container {
    max-width: 1480px;
  }
  .xl\:container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  @media (min-width: 768px) {

    .xl\:container {
      padding-left: 2.5rem;
      padding-right: 2.5rem;
    }
  }
  @media (min-width: 1024px) {

    .xl\:container {
      padding-left: 4rem;
      padding-right: 4rem;
    }
  }
  @media (min-width: 1536px) {

    .xl\:container {
      padding-left: 0px;
      padding-right: 0px;
    }
  }
}
@media (min-width: 1536px) {
  section .\32xl\:container, footer .\32xl\:container {
    max-width: 1480px;
  }
  #action .\32xl\:container, #partners .\32xl\:container {
    max-width: 1480px;
  }
  .\32xl\:container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  @media (min-width: 768px) {

    .\32xl\:container {
      padding-left: 2.5rem;
      padding-right: 2.5rem;
    }
  }
  @media (min-width: 1024px) {

    .\32xl\:container {
      padding-left: 4rem;
      padding-right: 4rem;
    }
  }
  @media (min-width: 1536px) {

    .\32xl\:container {
      padding-left: 0px;
      padding-right: 0px;
    }
  }
}
@media (min-width: 1280px) {

  .xl\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 540px) {

    .xl\:container {
      max-width: 540px;
    }
  }

  @media (min-width: 640px) {

    .xl\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {

    .xl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {

    .xl\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {

    .xl\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {

    .xl\:container {
      max-width: 1536px;
    }
  }

  .xl\:container {
    max-width: 100%;
  }

  @media (min-width: 640px) {

    .xl\:container {
      max-width: 100%;
    }
  }

  @media (min-width: 768px) {

    .xl\:container {
      max-width: 100%;
    }
  }

  @media (min-width: 1024px) {

    .xl\:container {
      max-width: 100%;
    }
  }

  @media (min-width: 1280px) {

    .xl\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {

    .xl\:container {
      max-width: 1680px;
    }
  }
}
@media (min-width: 1536px) {

  .\32xl\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 540px) {

    .\32xl\:container {
      max-width: 540px;
    }
  }

  @media (min-width: 640px) {

    .\32xl\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {

    .\32xl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {

    .\32xl\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {

    .\32xl\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {

    .\32xl\:container {
      max-width: 1536px;
    }
  }

  .\32xl\:container {
    max-width: 100%;
  }

  @media (min-width: 640px) {

    .\32xl\:container {
      max-width: 100%;
    }
  }

  @media (min-width: 768px) {

    .\32xl\:container {
      max-width: 100%;
    }
  }

  @media (min-width: 1024px) {

    .\32xl\:container {
      max-width: 100%;
    }
  }

  @media (min-width: 1280px) {

    .\32xl\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {

    .\32xl\:container {
      max-width: 1680px;
    }
  }
}
.hover\:scale-101:hover {
  --tw-scale-x: 1.01;
  --tw-scale-y: 1.01;
  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-blue:hover {
  --tw-border-opacity: 1;
  border-color: rgb(45 67 90 / var(--tw-border-opacity));
}
.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(46 46 46 / var(--tw-bg-opacity));
}
.hover\:bg-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(45 67 90 / var(--tw-bg-opacity));
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(46 46 46 / var(--tw-text-opacity));
}
.hover\:text-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(45 67 90 / var(--tw-text-opacity));
}
.hover\:text-danube:hover {
  --tw-text-opacity: 1;
  color: rgb(115 152 210 / var(--tw-text-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.group:hover .group-hover\:bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(46 46 46 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(45 67 90 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.group:hover .group-hover\:opacity-50 {
  opacity: 0.5;
}
@media (min-width: 540px) {

  .xs\:-mr-48 {
    margin-right: -12rem;
  }

  .xs\:flex {
    display: flex;
  }

  .xs\:w-48 {
    width: 12rem;
  }

  .xs\:p-3 {
    padding: 0.75rem;
  }
}
@media (min-width: 640px) {

  .sm\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .sm\:col-span-8 {
    grid-column: span 8 / span 8;
  }

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

  .sm\:flex {
    display: flex;
  }

  .sm\:w-20 {
    width: 5rem;
  }

  .sm\:min-w-20 {
    min-width: 5rem;
  }

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

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

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

  .sm\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 768px) {

  .md\:absolute {
    position: absolute;
  }

  .md\:left-0 {
    left: 0px;
  }

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

  .md\:order-first {
    order: -9999;
  }

  .md\:order-last {
    order: 9999;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:col-start-1 {
    grid-column-start: 1;
  }

  .md\:col-start-2 {
    grid-column-start: 2;
  }

  .md\:row-start-1 {
    grid-row-start: 1;
  }

  .md\:float-right {
    float: right;
  }

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

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

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

  .md\:block {
    display: block;
  }

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

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-36 {
    height: 9rem;
  }

  .md\:h-48 {
    height: 12rem;
  }

  .md\:min-h-48 {
    min-height: 12rem;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-4\/5 {
    width: 80%;
  }

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

  .md\:w-full {
    width: 100%;
  }

  .md\:max-w-md {
    max-width: 28rem;
  }

  .md\:max-w-screen-lg {
    max-width: 1024px;
  }

  .md\:columns-2 {
    -moz-columns: 2;
         columns: 2;
  }

  .md\:grid-flow-col {
    grid-auto-flow: column;
  }

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

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

  .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\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

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

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

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

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

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

  .md\:p-2 {
    padding: 0.5rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

  .md\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
    .md\:masonry-2-col {
      -moz-column-count: 2;
           column-count: 2;
      gap: 1.25rem;
    }
    @media (min-width: 640px) {

    .md\:masonry-2-col {
      gap: 2.5rem;
    }
  }
    @media (min-width: 1024px) {

    .md\:masonry-2-col {
      gap: 2.5rem;
    }
  }
}
@media (min-width: 1024px) {

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-start-2 {
    grid-column-start: 2;
  }

  .lg\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:w-40 {
    width: 10rem;
  }

  .lg\:grid-flow-col {
    grid-auto-flow: column;
  }

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

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

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

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

  .lg\:gap-0 {
    gap: 0px;
  }

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

  .lg\:rounded-tr-xxl {
    border-top-right-radius: 5rem;
  }

  .lg\:bg-jetstream {
    --tw-bg-opacity: 1;
    background-color: rgb(180 209 204 / var(--tw-bg-opacity));
  }

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

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

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

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

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
    .lg\:masonry-3-col {
      -moz-column-count: 3;
           column-count: 3;
      gap: 1.25rem;
    }
    @media (min-width: 640px) {

    .lg\:masonry-3-col {
      gap: 2.5rem;
    }
  }
    @media (min-width: 1024px) {

    .lg\:masonry-3-col {
      gap: 2.5rem;
    }
  }
}
@media (min-width: 1280px) {

  .xl\:h-96 {
    height: 24rem;
  }

  .xl\:min-h-96 {
    min-height: 24rem;
  }

  .xl\:w-28 {
    width: 7rem;
  }

  .xl\:w-52 {
    width: 13rem;
  }

  .xl\:min-w-28 {
    min-width: 7rem;
  }

  .xl\:max-w-6xl {
    max-width: 72rem;
  }

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

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

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

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

  .xl\:p-4 {
    padding: 1rem;
  }

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

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

  .xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1536px) {

  .\32xl\:mt-32 {
    margin-top: 8rem;
  }

  .\32xl\:gap-20 {
    gap: 5rem;
  }

  .\32xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .\32xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
