@import url("https://use.typekit.net/foh7zpf.css");

*, ::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.18 | MIT License | https://tailwindcss.com
*/

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

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: 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;
}

html,
    body{
  height: 100%;
}

h1{
  margin-bottom: 1.5rem;
  font-size: 1.875rem;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(20 67 145 / var(--tw-text-opacity, 1));
}

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

@media (min-width: 1280px){
  h1{
    margin-bottom: 2.5rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1536px){
  h1{
    font-size: 3rem;
    line-height: 1;
  }
}

/* #preloader {
        @apply fixed w-full h-full bg-[#0d0d0d] flex flex-col justify-center items-center z-[9999];
    }
    #loader-bar {
        @apply w-0 h-0.5 bg-white/90 transition-[width] duration-500 ease-in-out;
    } */

strong{
  font-weight: 900;
}

address{
  font-style: normal;
}

input,
    textarea{
  display: block;
  width: 100%;
  border-radius: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 211 205 / var(--tw-border-opacity, 1));
  background-color: rgb(212 211 205 / 0.2);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: rgb(0 0 0 / 0.9);
}

input::-moz-placeholder, textarea::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(212 211 205 / var(--tw-text-opacity, 1));
}

input::placeholder,
    textarea::placeholder{
  --tw-text-opacity: 1;
  color: rgb(212 211 205 / var(--tw-text-opacity, 1));
}

input:focus-visible,
    textarea:focus-visible{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 1280px){
  input,
    textarea{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media (min-width: 1536px){
  input,
    textarea{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

textarea{
  resize: none;
}

/* Footer */

footer h2{
  margin-top: 1.25rem;
  font-weight: 700;
}

footer h2:first-child{
  margin-top: 0px;
}

footer p,
    footer ul{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

footer *:first-child{
  margin-top: 0px;
  margin-bottom: 0px;
}

footer h2 + *,
    footer *:first-child:has(strong) + *{
  margin-top: 0px;
}

#footerMain a:hover{
  font-weight: 700;
}

#footerBaseline a:hover{
  font-weight: 700;
}

/* RTE */

.ndz-rte h2{
  margin-top: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

@media (min-width: 1280px){
  .ndz-rte h2{
    margin-top: 2.5rem;
  }
}

@media (min-width: 1536px){
  .ndz-rte h2{
    font-size: 1.6875rem;
    line-height: 1.3;
  }
}

.ndz-rte h3{
  margin-top: 1.5rem;
  font-weight: 700;
}

@media (min-width: 1280px){
  .ndz-rte h3{
    margin-top: 2.5rem;
  }
}

.ndz-rte p{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.ndz-rte ul{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  list-style-position: outside;
  list-style-type: disc;
  padding-left: 1rem;
}

.ndz-rte h2 + *,
    .ndz-rte h3 + *{
  margin-top: 0px;
}

.ndz-rte p:first-child{
  margin-top: 0px;
}

.ndz-rte p:last-child{
  margin-bottom: 0px;
}

.ndz-rte a{
  --tw-text-opacity: 1;
  color: rgb(20 67 145 / var(--tw-text-opacity, 1));
}

.container{
  width: 100%;
}

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

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

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

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

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

/* TITLES */

.ndz-title1{
  margin-bottom: 1.5rem;
  font-size: 1.875rem;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(20 67 145 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .ndz-title1{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1280px){
  .ndz-title1{
    margin-bottom: 2.5rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1536px){
  .ndz-title1{
    font-size: 3rem;
    line-height: 1;
  }
}

.ndz-title2{
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(201 168 129 / var(--tw-text-opacity, 1));
}

@media (min-width: 1536px){
  .ndz-title2{
    font-size: 1.6875rem;
    line-height: 1.1;
  }
}

/* HAMBURER MENU */

.ndz-hamburger{
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.ndz-hamburger span{
  position: absolute;
  height: 0.125rem;
  width: 100%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: linear(0, -0.004 4.9%, -0.02 9.4%, -0.124 26.4%, -0.126 30.5%, -0.104 34.1%, -0.027 38.8%, 0.108 43.1%, 0.299 47%, 0.817 55.2%, 0.97 59.1%, 1.071 63.4%, 1.118 67.7%, 1.127 72.6%, 1.108 77.2%, 1.019 90.7%, 1.004 95.2%, 1);
}

.ndz-hamburger span:first-child{
  --tw-translate-y: -0.25rem;
  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));
}

.ndz-hamburger span:last-child{
  --tw-translate-y: 0.25rem;
  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));
}

.ndz-hamburger-open span:first-child{
  --tw-translate-y: 0px;
  --tw-rotate: -45deg;
  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));
}

.ndz-hamburger-open span:last-child{
  --tw-translate-y: 0px;
  --tw-rotate: 45deg;
  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));
}

/* MAINMENU */

.ndz-mainmenu{
  font-weight: 900;
}

.ndz-mainmenu > li{
  position: relative;
}

.ndz-mainmenu > li > .ndz-mainmenu-link{
  font-size: 1.25rem;
  line-height: 1.1;
}

@media (min-width: 1280px){
  .ndz-mainmenu > li > .ndz-mainmenu-link{
    padding-bottom: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.1;
  }
}

@media (min-width: 1536px){
  .ndz-mainmenu > li > .ndz-mainmenu-link{
    padding-bottom: 2rem;
    font-size: 1.375rem;
    line-height: 1.1;
  }
}

.ndz-mainmenu > li li > .ndz-mainmenu-link{
  font-size: 1.25rem;
  line-height: 1.1;
}

@media (min-width: 1280px){
  .ndz-mainmenu > li li > .ndz-mainmenu-link{
    padding-right: 1.25rem;
    font-size: 1.125rem;
    line-height: 1.1;
  }
}

@media (min-width: 1536px){
  .ndz-mainmenu > li li > .ndz-mainmenu-link{
    font-size: 1.25rem;
    line-height: 1.1;
  }
}

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

.ndz-mainmenu-link:hover{
  --tw-text-opacity: 1;
  color: rgb(20 67 145 / var(--tw-text-opacity, 1));
}

@media (min-width: 1280px){
  .ndz-mainmenu-link{
    white-space: nowrap;
  }

  .ndz-mainmenu > li:last-child{
    margin-left: 5rem;
  }
}

@media (min-width: 1536px){
  .ndz-mainmenu > li:last-child{
    margin-left: 8rem;
  }
}

.ndz-mainmenu-active{
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(20 67 145 / var(--tw-text-opacity, 1));
}

/* FOOTERMENU/METAMENU */

.ndz-metamenu{
  display: flex;
  gap: 1.25rem;
}

@media (min-width: 768px){
  .ndz-metamenu{
    gap: 2rem;
  }
}

.ndz-footermenu a,
    .ndz-metamenu a{
  display: inline-flex;
  gap: 0.25rem;
}

.ndz-footermenu a::before,
    .ndz-metamenu a::before{
  --tw-content: '\203A';
  content: var(--tw-content);
}

.ndz-footermenu a,
    .ndz-metamenu a{
  white-space: nowrap;
}

.ndz-footermenu a:hover{
  --tw-text-opacity: 1;
  color: rgb(20 67 145 / var(--tw-text-opacity, 1));
}

/* SOCIALMENU */

.ndz-socialmenu{
  display: flex;
  align-items: center;
  gap: 1rem;
  fill: #144391;
}

@media (min-width: 768px){
  .ndz-socialmenu{
    align-self: flex-end;
  }
}

.ndz-socialmenu a{
  display: block;
  width: 2.5rem;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.ndz-socialmenu a::before{
  --tw-content: none;
  content: var(--tw-content);
}

.ndz-socialmenu a:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.ndz-socialmenu a:active:focus{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/* LINKLISTE */

.ndz-linklist{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.ndz-linklist li{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
}

@media (min-width: 1280px){
  .ndz-linklist li{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.ndz-linklist li:first-child{
  margin-top: 0px;
}

.ndz-linklist li:last-child{
  margin-bottom: 0px;
}

.ndz-linklist a{
  display: inline-flex;
  gap: 0.25rem;
}

.ndz-linklist a::before{
  --tw-content: '\203A';
  content: var(--tw-content);
}

.ndz-linklist a:hover{
  --tw-text-opacity: 1;
  color: rgb(201 168 129 / var(--tw-text-opacity, 1));
}

/* LINK-PFEIL */

.ndz-arrow{
  display: inline-flex;
  gap: 0.25rem;
}

.ndz-arrow::before{
  --tw-content: '\203A';
  content: var(--tw-content);
}

/* CARD */

.ndz-card{
  --tw-bg-opacity: 1;
  background-color: rgb(20 67 145 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(212 211 205 / var(--tw-text-opacity, 1));
}

.ndz-card-content{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 1280px){
  .ndz-card-content{
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.ndz-card *:last-child{
  margin-bottom: 0px;
}

/* BUTTON */

.ndz-btn{
  display: inline-flex;
  gap: 0.25rem;
}

.ndz-btn::before{
  --tw-content: '\203A';
  content: var(--tw-content);
}

.ndz-btn{
  --tw-bg-opacity: 1;
  background-color: rgb(201 168 129 / var(--tw-bg-opacity, 1));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* LINK */

/* .ndz-link {
        @apply flex items-center gap-4 text-primary fill-primary;
    }
    .ndz-link-primary {
        @apply text-white fill-white;
    }
    .ndz-link span {
        @apply relative;
    }
    .ndz-link span:after {
        @apply content-[''] absolute bottom-0 left-0 w-0 h-0.5 bg-primary transition-all duration-500 ease-out;
    }
    .ndz-link-primary span:after {
        @apply bg-white;
    }
    .ndz-link:hover span:after {
        @apply w-full;
    } */

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

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  inset: 0px;
}

.inset-y-0{
  top: 0px;
  bottom: 0px;
}

.bottom-5{
  bottom: 1.25rem;
}

.end-0{
  inset-inline-end: 0px;
}

.left-0{
  left: 0px;
}

.right-0{
  right: 0px;
}

.top-0{
  top: 0px;
}

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

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

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

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

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

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

.ms-auto{
  margin-inline-start: auto;
}

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

.box-content{
  box-sizing: content-box;
}

.block{
  display: block;
}

.flex{
  display: flex;
}

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

.grid{
  display: grid;
}

.h-0{
  height: 0px;
}

.h-full{
  height: 100%;
}

.min-h-dvh{
  min-height: 100dvh;
}

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

.w-32{
  width: 8rem;
}

.w-6{
  width: 1.5rem;
}

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

.w-full{
  width: 100%;
}

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

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

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

.flex-none{
  flex: none;
}

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

.-translate-y-full{
  --tw-translate-y: -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));
}

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

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

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

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

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

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

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

.justify-end{
  justify-content: flex-end;
}

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

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

.gap-1{
  gap: 0.25rem;
}

.gap-5{
  gap: 1.25rem;
}

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

.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

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

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

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

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

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

.divide-gray > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(212 211 205 / var(--tw-divide-opacity, 1));
}

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

.justify-self-end{
  justify-self: end;
}

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

.hyphens-manual{
  -webkit-hyphens: manual;
          hyphens: manual;
}

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

.bg-gray{
  --tw-bg-opacity: 1;
  background-color: rgb(212 211 205 / var(--tw-bg-opacity, 1));
}

.bg-gray\/20{
  background-color: rgb(212 211 205 / 0.2);
}

.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(20 67 145 / var(--tw-bg-opacity, 1));
}

.bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(201 168 129 / var(--tw-bg-opacity, 1));
}

.bg-transparent{
  background-color: transparent;
}

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

.fill-gray{
  fill: #d4d3cd;
}

.fill-primary{
  fill: #144391;
}

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

.p-5{
  padding: 1.25rem;
}

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

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.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;
}

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

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

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

.pb-\[69\%\]{
  padding-bottom: 69%;
}

.pe-4{
  padding-inline-end: 1rem;
}

.pr-12{
  padding-right: 3rem;
}

.pt-0{
  padding-top: 0px;
}

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

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

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

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

.font-body{
  font-family: "avenir-lt-pro", Helvetica, Arial;
}

.text-3xl\/\[1\.3\]{
  font-size: 1.875rem;
  line-height: 1.3;
}

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

.text-lg\/\[1\.3\]{
  font-size: 1.125rem;
  line-height: 1.3;
}

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

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

.text-xl\/\[1\.3\]{
  font-size: 1.25rem;
  line-height: 1.3;
}

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

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

.uppercase{
  text-transform: uppercase;
}

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

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

.text-primary{
  --tw-text-opacity: 1;
  color: rgb(20 67 145 / var(--tw-text-opacity, 1));
}

.text-secondary{
  --tw-text-opacity: 1;
  color: rgb(201 168 129 / var(--tw-text-opacity, 1));
}

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

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

.shadow-\[0_0_15px_rgba\(0\2c 0\2c 0\2c 0\.075\)\]{
  --tw-shadow: 0 0 15px rgba(0,0,0,0.075);
  --tw-shadow-colored: 0 0 15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
  -webkit-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-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-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

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

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

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

.ease-out-expo{
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.will-change-transform{
  will-change: transform;
}

/* RTE */

.ndz-rte-displayTitle{
  margin-bottom: 1.5rem;
  font-size: 1.875rem;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(20 67 145 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .ndz-rte-displayTitle{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1280px){
  .ndz-rte-displayTitle{
    margin-bottom: 2.5rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1536px){
  .ndz-rte-displayTitle{
    font-size: 3rem;
    line-height: 1;
  }
}

/* JAVASCRIPT */

/* .js-draw-me {
    @apply invisible;
} */

/* PrivacyBee Datenschutz */

/* .prx_h1 {
    @apply !hidden;
}
.prx_h2 {
    @apply !text-primary !text-xl md:!text-3xl 2xl:!text-4xl;
}
.prx_h3 {
    @apply !text-primary !text-lg md:!text-xl 2xl:!text-2xl;
}
.prx_h4 {
    @apply !text-primary !text-base !mt-10 md:!text-lg 2xl:!text-xl;
}
.prx_h5 {
    @apply !text-black;
}
.prx_text {
    @apply !text-black !max-w-none;
}
.prx_listWrapper,
.prx_techWrapper {
    @apply !max-w-none;
}
.prx_expandableWrapper {
    @apply !border-primary;
}
.prx_expandableName,
.prx_expandableRight,
.prx_expandableDescription {
    @apply !text-primary;
}
.prx_link {
    @apply !text-black !font-normal underline;
}
.prx_listElement {
    @apply !text-black;
} */

.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(20 67 145 / var(--tw-text-opacity, 1));
}

.peer:disabled ~ .peer-disabled\:pointer-events-none{
  pointer-events: none;
}

.peer:disabled ~ .peer-disabled\:opacity-50{
  opacity: 0.5;
}

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

  .md\:flex{
    display: flex;
  }

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

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

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

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

  .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\:flex-row{
    flex-direction: row;
  }

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

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

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

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

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

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

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

  .md\:pt-\[118px\]{
    padding-top: 118px;
  }

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

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

  .lg\:h-full{
    height: 100%;
  }

  .lg\:w-1\/3{
    width: 33.333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:pl-0{
    padding-left: 0px;
  }

  .lg\:pr-0{
    padding-right: 0px;
  }

  .lg\:pt-5{
    padding-top: 1.25rem;
  }

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

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

@media (min-width: 1280px){
  .xl\:pointer-events-none{
    pointer-events: none;
  }

  .xl\:pointer-events-auto{
    pointer-events: auto;
  }

  .xl\:static{
    position: static;
  }

  .xl\:absolute{
    position: absolute;
  }

  .xl\:inset-auto{
    inset: auto;
  }

  .xl\:-left-5{
    left: -1.25rem;
  }

  .xl\:top-full{
    top: 100%;
  }

  .xl\:flex{
    display: flex;
  }

  .xl\:grid{
    display: grid;
  }

  .xl\:hidden{
    display: none;
  }

  .xl\:\!max-h-none{
    max-height: none !important;
  }

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

  .xl\:min-h-\[auto\]{
    min-height: auto;
  }

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

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

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

  .xl\:origin-top{
    transform-origin: top;
  }

  .xl\:translate-x-0{
    --tw-translate-x: 0px;
    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));
  }

  .xl\:translate-y-0{
    --tw-translate-y: 0px;
    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));
  }

  .xl\:scale-90{
    --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));
  }

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

  .xl\:items-end{
    align-items: flex-end;
  }

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

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

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

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

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

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

  .xl\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  .xl\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-divide-opacity, 1));
  }

  .xl\:self-end{
    align-self: flex-end;
  }

  .xl\:overflow-visible{
    overflow: visible;
  }

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

  .xl\:bg-gray{
    --tw-bg-opacity: 1;
    background-color: rgb(212 211 205 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-transparent{
    background-color: transparent;
  }

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

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

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

  .xl\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:text-4xl\/\[1\.3\]{
    font-size: 2.25rem;
    line-height: 1.3;
  }

  .xl\:opacity-0{
    opacity: 0;
  }

  .xl\:shadow-none{
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:pointer-events-auto{
    pointer-events: auto;
  }

  .group:hover .xl\:group-hover\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

@media (min-width: 1536px){
  .\32xl\:min-h-\[305px\]{
    min-height: 305px;
  }

  .\32xl\:w-44{
    width: 11rem;
  }

  .\32xl\:w-60{
    width: 15rem;
  }

  .\32xl\:w-\[440px\]{
    width: 440px;
  }

  .\32xl\:max-w-\[1720px\]{
    max-width: 1720px;
  }

  .\32xl\:gap-12{
    gap: 3rem;
  }

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

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

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

  .\32xl\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .\32xl\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .\32xl\:px-34{
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .\32xl\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .\32xl\:pt-\[177px\]{
    padding-top: 177px;
  }

  .\32xl\:text-2\.5xl\/\[1\.1\]{
    font-size: 1.6875rem;
    line-height: 1.1;
  }

  .\32xl\:text-2\.5xl\/\[1\.3\]{
    font-size: 1.6875rem;
    line-height: 1.3;
  }

  .\32xl\:text-5xl\/\[1\.3\]{
    font-size: 3rem;
    line-height: 1.3;
  }

  .\32xl\:text-xl\/\[1\.3\]{
    font-size: 1.25rem;
    line-height: 1.3;
  }
}