@charset "UTF-8";
/*
! tailwindcss v3.4.0 | 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 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
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] {
  display: none;
}
*, ::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:  ;
}
::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:  ;
}
.container{
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 480px){
  .container{
    max-width: 480px;
  }
}
@media (min-width: 600px){
  .container{
    max-width: 600px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 782px){
  .container{
    max-width: 782px;
  }
}
@media (min-width: 960px){
  .container{
    max-width: 960px;
    padding-right: 0rem;
    padding-left: 0rem;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1440px){
  .container{
    max-width: 1440px;
  }
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.visible{
  visibility: visible;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  inset: 0px;
}
.-bottom-7{
  bottom: -1.75rem;
}
.-bottom-\[29px\]{
  bottom: -29px;
}
.-top-10{
  top: -2.5rem;
}
.bottom-0{
  bottom: 0px;
}
.left-0{
  left: 0px;
}
.right-0{
  right: 0px;
}
.top-4{
  top: 1rem;
}
.top-\[11px\]{
  top: 11px;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.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-4{
  grid-column: span 4 / span 4;
}
.col-span-6{
  grid-column: span 6 / span 6;
}
.col-span-full{
  grid-column: 1 / -1;
}
.col-start-2{
  grid-column-start: 2;
}
.m-8{
  margin: 2rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-\[28px\]{
  margin-bottom: 28px;
}
.mt-0{
  margin-top: 0px;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-24{
  margin-top: 6rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-auto{
  margin-top: auto;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.h-1{
  height: 0.25rem;
}
.h-14{
  height: 3.5rem;
}
.h-auto{
  height: auto;
}
.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}
.h-full{
  height: 100%;
}
.max-h-0{
  max-height: 0px;
}
.max-h-screen{
  max-height: 100vh;
}
.min-h-\[465px\]{
  min-height: 465px;
}
.min-h-\[84px\]{
  min-height: 84px;
}
.min-h-screen{
  min-height: 100vh;
}
.w-1\/2{
  width: 50%;
}
.w-1\/3{
  width: 33.333333%;
}
.w-14{
  width: 3.5rem;
}
.w-16{
  width: 4rem;
}
.w-2\/3{
  width: 66.666667%;
}
.w-full{
  width: 100%;
}
.max-w-20{
  max-width: 5rem;
}
.max-w-\[600px\]{
  max-width: 600px;
}
.max-w-sm{
  max-width: 24rem;
}
.flex-grow{
  flex-grow: 1;
}
.grow{
  flex-grow: 1;
}
.origin-top-left{
  transform-origin: top left;
}
.-rotate-45{
  --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));
}
.rotate-45{
  --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));
}
.rotate-90{
  --tw-rotate: 90deg;
  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;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-4{
  gap: 1rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-y-8{
  row-gap: 2rem;
}
.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-black > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-divide-opacity));
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded{
  border-radius: 0.25rem;
}
.border{
  border-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-dksGreen{
  --tw-border-opacity: 1;
  border-color: rgb(216 243 78 / var(--tw-border-opacity));
}
.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(216 243 78 / var(--tw-border-opacity));
}
.bg-\[\#d8f34e\]{
  --tw-bg-opacity: 1;
  background-color: rgb(216 243 78 / var(--tw-bg-opacity));
}
.bg-dksGrey{
  --tw-bg-opacity: 1;
  background-color: rgb(237 237 237 / var(--tw-bg-opacity));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(216 243 78 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.fill-current{
  fill: currentColor;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-4{
  padding: 1rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-7{
  padding-bottom: 1.75rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pr-\[110px\]{
  padding-right: 110px;
}
.pr-\[16\.66\%\]{
  padding-right: 16.66%;
}
.pr-\[80px\]{
  padding-right: 80px;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-4{
  padding-top: 1rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-end{
  text-align: end;
}
.font-tt-norms-pro{
  font-family: "TT Norms Pro", sans-serif;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-\[0\.938rem\]{
  font-size: 0.938rem;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.font-bold{
  font-weight: 700;
}
.font-light{
  font-weight: 300;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.normal-case{
  text-transform: none;
}
.tracking-\[1\.4px\]{
  letter-spacing: 1.4px;
}
.tracking-normal{
  letter-spacing: 0em;
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.no-underline{
  text-decoration-line: none;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.outline{
  outline-style: solid;
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, 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;
}
.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-100{
  transition-duration: 100ms;
}
.duration-500{
  transition-duration: 500ms;
}
.duration-700{
  transition-duration: 700ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.alignfull{
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}
.alignwide{
  margin: 2rem 0;
  max-width: 1280px !important;
}
.alignnone{
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}
.aligncenter{
  margin: 0.5rem auto;
  display: block;
}
.aligncenter.team {
  scroll-margin-top: 140px;
}
.aligncenter.accordion .accordion-item {
  scroll-margin-top: 140px;
}
@media (min-width: 600px){
  .alignleft:not(.wp-block-button){
    margin-right: 0.5rem;
    float: left;
  }
  .alignright:not(.wp-block-button){
    margin-left: 0.5rem;
    float: right;
  }
  .wp-block-button.alignleft a{
    float: left;
    margin-right: 1rem;
  }
  .wp-block-button.alignright a{
    float: right;
    margin-left: 1rem;
  }
}
.wp-caption{
  display: inline-block;
}
.wp-caption img{
  margin-bottom: 0.5rem;
  line-height: 1;
}
.wp-caption-text{
  font-size: 0.875rem;
  color: #4b5563;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
    transform: translateY(0px);
  }
  40% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(0);
  }
}
@keyframes expandAndFadeIn {
  0% {
    max-height: 0;
    opacity: 0;
  }
  50% { /* Beispielhöhe anpassen */
    max-height: 6000px; /* Beispielhöhe anpassen */
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes rippleEffect {
  from {
    width: 0;
    height: 0;
    opacity: 0.5;
  }
  to {
    width: 500px;
    height: 500px;
    opacity: 0;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateX(-150%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-150%);
  }
}
@keyframes bounce-horizontal {
  0%, 100% {
    transform: translateX(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
@font-face {
  font-family: "TT Norms Pro";
  src: url("/wp-content/themes/dks/resources/font/TT-Norms-Pro/woff2/TT_Norms_Pro_Regular.woff2") format("woff2"), url("/wp-content/themes/dks/resources/font/TT-Norms-Pro/woff/TT_Norms_Pro_Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "TT Norms Pro";
  src: url("/wp-content/themes/dks/resources/font/TT-Norms-Pro/woff2/TT_Norms_Pro_Italic.woff2") format("woff2"), url("/wp-content/themes/dks/resources/font/TT-Norms-Pro/woff/TT_Norms_Pro_Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "TT Norms Pro";
  src: url("/wp-content/themes/dks/resources/font/TT-Norms-Pro/woff2/TT_Norms_Pro_DemiBold.woff2") format("woff2"), url("/wp-content/themes/dks/resources/font/TT-Norms-Pro/woff/TT_Norms_Pro_DemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "TT Norms Pro";
  src: url("/wp-content/themes/dks/resources/font/TT-Norms-Pro/woff2/TT_Norms_Pro_DemiBold_Italic.woff2") format("woff2"), url("/wp-content/themes/dks/resources/font/TT-Norms-Pro/woff2/TT_Norms_Pro_DemiBold_Italic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "PPCirka";
  src: url("/wp-content/themes/dks/resources/font/PPCirka-Light/PPCirka-Light.woff2") format("woff2"), url("/wp-content/themes/dks/resources/font/PPCirka-Light/PPCirka-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@media screen and (max-width: 960px) {
  :root {
    --wp--preset--font-size--regular: 1rem;
    --wp--preset--font-size--xlarge: 2rem;
  }
}
body {
  font-family: "TT Norms Pro", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.375;
  color: var(--wp--preset--color--black);
}
@media (min-width: 960px) {
  body {
    font-size: var(--wp--preset--font-size--regular);
    line-height: 1.333;
  }
}
footer#colophon {
  font-size: var(--wp--preset--font-size--small);
  line-height: 1.429;
  color: var(--wp--preset--color--black);
}
@media (min-width: 960px) {
  footer#colophon {
    font-size: var(--wp--preset--font-size--regular);
    line-height: 1.375;
  }
}
footer#colophon h6, footer#colophon .h6, footer#colophon .wp-block-columns h3, .wp-block-columns footer#colophon h3, footer#colophon .wp-block-columns h4, .wp-block-columns footer#colophon h4, footer#colophon .wp-block-columns h5, .wp-block-columns footer#colophon h5 {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 400% */
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
a:visited, a:focus, a:active {
  color: var(--wp--preset--color--black);
}
h1, .h1,
h2, .h2,
h4, .h4,
h5, .h5 {
  font-family: "PPCirka", Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 1.2rem;
  font-size: 2.25rem;
  line-height: 1;
}
@media (min-width: 960px) {
  h1, .h1,
  h2, .h2,
  h4, .h4,
  h5, .h5 {
    font-size: var(--wp--preset--font-size--xlarge);
    line-height: 0.931;
  }
}
.single-post h1, .single-post .h1,
.single-post h2, .single-post .h2,
.single-post h4, .single-post .h4,
.single-post h5, .single-post .h5 {
  font-size: 2.25rem;
  line-height: 1;
}
h3, .h3, .wp-block-columns h2 {
  font-family: "TT Norms Pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  line-height: 1.333;
}
h6, .h6, .wp-block-columns h3, .wp-block-columns h4, .wp-block-columns h5 {
  font-family: "TT Norms Pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--preset--color--black);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  line-height: 1.5;
  padding: 0.8rem 0;
}
p {
  font-family: "TT Norms Pro", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 2rem;
}
#content a:not(.btn--1, .btn--2, .btn, .no-underline), #colophon a:not(.btn--1, .btn--2, .btn, .no-underline), .team-member-modal a:not(.btn--1, .btn--2, .btn, .no-underline), .menu-item-has-children .sub-menu a:not(.btn--1, .btn--2, .btn, .no-underline) {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
#content a:not(.btn--1, .btn--2, .btn, .no-underline):before, #colophon a:not(.btn--1, .btn--2, .btn, .no-underline):before, .team-member-modal a:not(.btn--1, .btn--2, .btn, .no-underline):before, .menu-item-has-children .sub-menu a:not(.btn--1, .btn--2, .btn, .no-underline):before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0;
  height: 1px;
  width: 0px;
  background-color: currentColor;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
#content a:not(.btn--1, .btn--2, .btn, .no-underline):hover:before, #colophon a:not(.btn--1, .btn--2, .btn, .no-underline):hover:before, .team-member-modal a:not(.btn--1, .btn--2, .btn, .no-underline):hover:before, .menu-item-has-children .sub-menu a:not(.btn--1, .btn--2, .btn, .no-underline):hover:before {
  width: 100%;
}
.btn--2 {
  color: var(--wp--preset--color--black);
  font-family: "TT Norms Pro";
  font-size: var(--wp--preset--font-size--small);
  font-style: normal;
  font-weight: 600;
  line-height: 2; /* 342.857% */
  letter-spacing: 1.4px;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  text-align: right;
  display: inline-block;
}
.btn--2 svg {
  display: block;
  margin-left: auto;
  margin-bottom: 0.7rem;
}
.btn--2 .further-expertise-title {
  opacity: 0;
  transition: opacity 0.3s ease-out;
  white-space: nowrap;
}
.btn--2:hover .further-expertise-title {
  opacity: 1;
}
.btn--2::before {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(1); /* Startet mit voller Breite */
  border-radius: 0px;
  height: 1px;
  bottom: 0;
  left: 0;
  background: var(--wp--preset--color--black);
  transform-origin: bottom right;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.btn--2:hover::before {
  transform: scaleX(0); /* Schrumpft zu 0 */
}
.btn--2::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0); /* Startet mit Breite 0 */
  border-radius: 0px;
  height: 1px;
  bottom: 0;
  left: 0;
  background: var(--wp--preset--color--primary);
  transform-origin: bottom left;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.btn--2:hover::after {
  transform: scaleX(1); /* Fährt auf 100% aus */
}
.btn--1:after, .btn--1:before {
  content: "";
  position: absolute;
  z-index: -2;
  transition-property: inherit;
  transition-duration: inherit;
  transition-timing-function: inherit;
}
.btn {
  border-radius: 8px;
  position: relative;
  display: inline-block;
  box-shadow: none;
  border: 1px solid var(--wp--preset--color--black);
  background-color: #fff;
  color: var(--wp--preset--color--black);
  padding: 14px 20px;
  line-height: 1.5;
  white-space: nowrap;
  z-index: 9;
  overflow: hidden;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.4px;
  font-weight: 600;
  transition-property: all;
  transition-duration: 600ms;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
@media (min-width: 600px) {
  .btn {
    font-size: var(--wp--preset--font-size--small);
  }
}
.btn--1:after, .btn--1:before {
  width: 0;
  height: 100%;
  top: 0;
  left: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}
.btn--1:before {
  z-index: -1;
  background-color: var(--wp--preset--color--primary);
  filter: blur(7.5px);
}
.btn--1:after {
  transition-delay: 0.2s;
}
.btn--1:hover {
  border-color: var(--wp--preset--color--primary);
}
.btn--1:hover:after, .btn--1:hover:before {
  width: 100%;
  left: 0;
  transition-property: width;
}
.btn--1:hover:before {
  transition-delay: 0.2s;
}
.btn--1:hover:after {
  transition-property: width;
  transition-delay: 0s;
}
.bluered-underline h1, .bluered-underline .h1,
.bluered-underline h2, .bluered-underline .h2,
.bluered-underline h3, .bluered-underline .h3,
.bluered-underline h4, .bluered-underline .h4,
.bluered-underline h5, .bluered-underline .h5 {
  position: relative;
  display: inline-block;
}
.bluered-underline h1:before, .bluered-underline .h1:before,
.bluered-underline h2:before, .bluered-underline .h2:before,
.bluered-underline h3:before, .bluered-underline .h3:before,
.bluered-underline h4:before, .bluered-underline .h4:before,
.bluered-underline h5:before, .bluered-underline .h5:before {
  content: "";
  position: absolute;
  top: 14px;
  background: var(--wp--preset--color--primary);
  filter: blur(7.5px);
  height: 6px;
  z-index: -1;
  width: calc(100% + 1rem);
  left: -16px;
  right: -16px;
}
@media (min-width: 960px) {
  .bluered-underline h1:before, .bluered-underline .h1:before,
  .bluered-underline h2:before, .bluered-underline .h2:before,
  .bluered-underline h3:before, .bluered-underline .h3:before,
  .bluered-underline h4:before, .bluered-underline .h4:before,
  .bluered-underline h5:before, .bluered-underline .h5:before {
    height: 9px;
    top: 28px;
    width: calc(100% + 110px);
    left: -80px;
    right: -30px;
  }
}
@media (min-width: 2000px) {
  .bluered-underline h1:before, .bluered-underline .h1:before,
  .bluered-underline h2:before, .bluered-underline .h2:before,
  .bluered-underline h3:before, .bluered-underline .h3:before,
  .bluered-underline h4:before, .bluered-underline .h4:before,
  .bluered-underline h5:before, .bluered-underline .h5:before {
    width: calc(100% + 80px);
    left: -40px;
  }
}
html.mobile-menu-open {
  overflow: hidden;
}
#masthead {
  /**
  * Note: I have omitted any vendor-prefixes for clarity.
  * Adding them is left as an exercise for the reader.
  */
}
#masthead.headroom {
  background: white;
  position: fixed;
  top: 0;
  z-index: 10;
  left: 0;
  right: 0;
  will-change: transform;
  transition: transform 300ms ease;
}
.admin-bar #masthead.headroom {
  top: 32px;
}
#masthead .menu-container {
  padding: 1rem 0;
}
@media (min-width: 782px) {
  #masthead .menu-container {
    padding: 30px 0;
  }
}
#masthead .menu-container {
  transition: all 0.3s ease;
}
#masthead.headroom--not-top {
  border-bottom: 1px solid var(--wp--preset--color--primary);
}
#masthead.headroom--not-top .menu-container {
  padding: 12px 0 12px 0;
}
#masthead.headroom--not-top .default-logo svg {
  max-width: 66px;
}
#masthead.headroom--not-top .default-logo svg .on-top-hidden {
  animation: fade-in 1s ease forwards;
}
#masthead.headroom--not-top .default-logo svg .on-sticky-hidden {
  animation: fade-out 0.3s ease forwards;
}
#masthead .default-logo {
  transition: all 0.7s ease;
  display: block;
  z-index: 11;
}
#masthead .default-logo svg {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  transition: all 0.7s ease;
  max-width: 146px;
  height: auto;
}
@media (max-width: 959px) {
  #masthead .default-logo svg {
    max-height: 80px;
  }
}
#masthead .default-logo svg .on-sticky-hidden {
  opacity: 0;
  animation: fade-in 1s ease forwards;
}
#masthead .default-logo svg .on-top-hidden {
  opacity: 0;
}
@media (min-width: 960px) {
  #masthead.menu-open {
    border-bottom: 1px solid var(--wp--preset--color--primary);
  }
  #masthead.menu-open ul.sub-menu {
    border: 1px solid var(--wp--preset--color--primary);
  }
  #masthead.menu-open ul.sub-menu:before {
    display: block;
    height: 72px;
    background: white;
    position: absolute;
    content: "";
    top: -1px;
    left: -1px;
    right: -1px;
    pointer-events: none;
    transition: all 0.7s ease;
  }
  #masthead.menu-open.headroom--not-top ul.sub-menu:before {
    height: 18px;
  }
}
#masthead .cta-menu {
  display: none;
}
.mobile-menu-open #masthead .cta-menu {
  display: block;
  z-index: 11;
  position: absolute;
  top: 80dvh;
  right: 1rem;
  height: -moz-fit-content;
  height: fit-content;
}
#masthead .copyright-menu {
  display: none;
}
.mobile-menu-open #masthead .copyright-menu {
  display: block;
  z-index: 11;
  position: absolute;
  top: calc(100dvh - 3rem);
  right: 1rem;
  height: -moz-fit-content;
  height: fit-content;
  color: var(--wp--preset--color--black);
}
@media (max-width: 959px) {
  #masthead #menu-hauptmenue {
    padding-top: 170px;
  }
}
#masthead #menu-hauptmenue .current-menu-parent > a, #masthead #menu-hauptmenue .current-menu-item > a {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
#masthead #menu-hauptmenue .current-menu-parent > a:before, #masthead #menu-hauptmenue .current-menu-item > a:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -3px;
  height: 2px;
  width: 100%;
  background-color: var(--wp--preset--color--primary);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
#masthead #menu-hauptmenue > li {
  font-family: "TT Norms Pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 48px; /* 342.857% */
  letter-spacing: 1.4px;
  text-transform: uppercase;
  white-space: nowrap;
}
#masthead #menu-hauptmenue .menu-item-has-children > a {
  position: relative;
}
#masthead #menu-hauptmenue .menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 8px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgMTUgOCIgZmlsbD0ibm9uZSI+PHBhdGggZD0iTTE0LjA1NCA3LjIyN0wxMy4zNzQgNy45MDQzTDcuMDI1NjEgMS4zNTQ1MkwwLjY3OTgwOSA3LjkwNDMwTC05LjkyNDEzZS0wNSA3LjIyNzAxTDcuMDI4MjUgLTYuODA1MDNlLTA1TDE0LjA1NCA3LjIyN1oiIGZpbGw9ImJsYWNrIi8+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 8px; /* Abstand zum Hauptinhalt */
  vertical-align: middle;
  transform: rotate(180deg);
  transition: transform 0.3s ease;
  position: absolute;
  top: 35%;
  right: -1.5rem;
}
.menu-open #masthead #menu-hauptmenue .menu-item-has-children > a::after {
  transform: rotate(0deg);
}
#masthead #menu-hauptmenue .menu-item-has-children .sub-menu {
  font-family: "TT Norms Pro", Arial, sans-serif;
  font-weight: 400;
  font-style: normal; /* Initial versteckt */
  opacity: 0;
  transform-origin: top center;
  background: #fff; /* Optional: Hintergrund */
  z-index: 10; /* Sicherstellen, dass das Menü über anderen Elementen liegt */
  color: #000;
  line-height: 1; /* 100% */
  padding: 1rem 21px;
  text-transform: none;
  display: none;
  position: absolute;
  left: 0;
}
@media (min-width: 960px) {
  #masthead #menu-hauptmenue .menu-item-has-children .sub-menu {
    left: -21px; /* Ausgerichtet zum linken Rand */
    display: none; /* Initially hidden */
    top: -100%; /* Unterhalb des Eltern-Menüs */
  }
}
#masthead #menu-hauptmenue .menu-item-has-children .sub-menu a {
  opacity: 1;
  color: #000;
  font-family: "TT Norms Pro";
  font-size: var(--wp--preset--font-size--small);
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
}
@media (min-width: 960px) {
  #masthead #menu-hauptmenue .menu-item-has-children .sub-menu a {
    font-size: 1rem;
  }
}
#masthead #menu-hauptmenue .menu-item-has-children .sub-menu {
  pointer-events: none;
}
#masthead #menu-hauptmenue .menu-item-has-children.submenu-open {
  position: relative;
}
@media (min-width: 960px) {
  #masthead #menu-hauptmenue .menu-item-has-children.submenu-open {
    position: static;
  }
}
#masthead #menu-hauptmenue .menu-item-has-children.submenu-open .sub-menu {
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  animation: expandAndFadeIn 0.5s ease forwards;
}
@media (min-width: 960px) {
  #masthead #menu-hauptmenue .menu-item-has-children.submenu-open .sub-menu {
    width: 100%;
    top: 100%;
  }
}
@media (orientation: landscape) and (max-width: 960px) {
  #masthead #menu-hauptmenue {
    flex-flow: wrap;
    gap: 1rem 3rem;
    padding-top: 30dvh;
  }
  #masthead #menu-hauptmenue .sub-menu {
    position: absolute !important;
    width: 100%;
    display: flex !important;
    flex-flow: wrap !important;
  }
  #masthead #menu-hauptmenue .cta-menu {
    top: 70dvh;
  }
}
#content main {
  padding-top: 132px;
}
.admin-bar #content main {
  padding-top: 164px;
}
@media (min-width: 782px) {
  #content main {
    padding-top: 192px;
  }
  .admin-bar #content main {
    padding-top: 224px;
  }
}
footer#colophon svg {
  display: block;
  width: 100%;
  height: auto;
  max-width: 146px;
  display: none;
}
@media (min-width: 600px) {
  footer#colophon svg {
    display: block;
  }
}
footer#colophon p {
  font-size: var(--wp--preset--font-size--small);
  line-height: 1.429;
  color: var(--wp--preset--color--black);
}
@media (min-width: 960px) {
  footer#colophon p {
    font-size: var(--wp--preset--font-size--regular);
    line-height: 1.375;
  }
}
footer#colophon {
  overflow: hidden;
}
footer#colophon .line-container {
  padding: 0 3rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 960px) {
  footer#colophon .line-container {
    padding: 0;
  }
}
footer#colophon .line-container .line {
  height: 1px;
  background: #000;
  width: 100%;
  display: block;
  transform-origin: bottom left;
}
footer#colophon .ibk, footer#colophon .vie {
  position: absolute;
  top: 21px;
  font-weight: 600;
}
footer#colophon .ibk {
  left: 0;
}
@media (min-width: 960px) {
  footer#colophon .ibk {
    left: -48px;
  }
}
footer#colophon .vie {
  right: 0;
}
@media (min-width: 960px) {
  footer#colophon .vie {
    right: -48px;
  }
}
footer#colophon svg .on-top-hidden {
  display: none;
}
footer#colophon .blured-footer {
  background: var(--wp--preset--color--primary);
  filter: blur(36.5px);
  position: absolute;
  bottom: 0;
  width: 150vw;
  left: -25vw;
  right: -25vw;
  bottom: -50px;
  height: 170px;
  z-index: -1;
}
footer#colophon .menu-item {
  white-space: nowrap;
}
@media (max-width: 781px) {
  footer#colophon .menu-item a, footer#colophon a.font-semibold {
    min-width: 48px;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0; /* Mehr Abstand für einfacheres Tippen */
  }
  footer#colophon .menu-item a:before, footer#colophon a.font-semibold:before {
    bottom: 12px;
  }
}
#content {
  padding-bottom: 1276px;
}
@media (min-width: 600px) {
  #content {
    padding-bottom: 1216px;
  }
}
@media (min-width: 1280px) {
  #content {
    padding-bottom: 505px;
  }
}
body {
  overflow-x: hidden;
}
.wrapper {
  padding: 0 1rem;
  max-width: 2000px;
}
@media (min-width: 960px) {
  .wrapper {
    padding: 0 80px;
  }
}
.page-template-default section:first-of-type{
  margin-top: 0px;
}
.page-template-page-with-thumbnail section:first-of-type{
  margin-top: 1.75rem;
}
section:first-of-type{
  margin-top: 4rem;
}
section:not(:first-of-type){
  margin-top: 4rem;
}
@media (min-width: 960px) {
  section:not(:first-of-type){
    margin-top: 8rem;
  }
}
@media (min-width: 1399px) {
  section:not(:first-of-type){
    margin-top: 18.5rem;
  }
}
section.three-col {
  position: relative;
}
@media (max-width: 1279px) {
  section.three-col {
    padding: 2rem 0;
  }
}
section.three-col::before {
  background: var(--wp--preset--color--grey);
  content: "";
  position: absolute;
  top: 0;
  left: 50%; /* Start positioning relative to the center */
  transform: translateX(-50vw); /* Offset to extend to the left edge of the viewport */
  width: 100vw; /* Full width of the viewport */
  height: 100%; /* Full height of the container */
  z-index: -1; /* Place it behind the content */
  /* left positioning */
}
@media (min-width: 960px) {
  section.three-col::before {
    top: -58px;
    height: 70%; /* Full height of the container */
  }
}
@media (min-width: 1280px) {
  section.three-col:first-of-type {
    margin-top: -3rem;
  }
}
section.three-col .text p:nth-last-of-type(1) {
  margin-bottom: 0;
}
@media (min-width: 960px) {
  .sticky-element {
    position: sticky;
    top: 300px;
  }
}
.link-list .animated-border .btn--2 {
  opacity: 0;
  transition: opacity 0.3s ease-in-out; /* Smooth opacity transition */
}
.link-list .animated-border .page-desc {
  opacity: 1;
  transition: opacity 0.3s ease-in-out; /* Smooth opacity transition */
  color: var(--wp--preset--color--black);
  font-family: "TT Norms Pro";
  font-size: var(--wp--preset--font-size--small);
  font-style: normal;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 1.4px;
  position: relative;
  cursor: pointer;
  max-width: 80vw;
}
@media (min-width: 960px) {
  .link-list .animated-border .page-desc {
    max-width: unset;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
  }
}
.link-list .animated-border .border-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px; /* Adjust as needed */
  transform-origin: left; /* Animations start from the left side */
}
.link-list .animated-border .border-black {
  background-color: black;
  width: 100%;
  z-index: 1;
  transform: scaleX(1);
  transition: all 0.3s ease-out;
}
.link-list .animated-border .border-green{
  --tw-bg-opacity: 1;
  background-color: rgb(216 243 78 / var(--tw-bg-opacity));
  transform: scaleX(0);
  transition: all 0.3s ease-out;
  opacity: 0;
  width: 100%;
  z-index: 0; /* Underneath the black border */
}
.link-list .animated-border:hover .border-black {
  transform: scaleX(0);
}
.link-list .animated-border:hover .border-green {
  transform: scaleX(1);
  opacity: 1;
}
.link-list .animated-border:hover .page-desc {
  opacity: 1;
}
.link-list .animated-border:hover .btn--2 {
  opacity: 1;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  width: 100%;
}
.wp-block-separator {
  border-bottom: 1px solid;
}
.dks-kollektiv-svg svg path {
  fill: var(--wp--preset--color--primary);
}
section.contact-form + .slider {
  margin: 3rem 0;
}
@media (min-width: 600px) {
  section.contact-form + .slider {
    margin-top: 160px;
    margin-bottom: 240px;
  }
}
.pin-spacer {
  inset: 0 !important;
}
#smooth-wrapper, #smooth-content {
  min-height: 100vh;
}
.categories {
  color: var(--wp--preset--color--black);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5; /* 342.857% */
  letter-spacing: 1.4px;
  text-transform: uppercase;
  min-height: 48px;
  position: relative;
  padding-right: 2rem;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0rem 0.5rem;
  flex-flow: wrap;
}
.blog article.group{
  position: relative;
}
.blog article.group .entry-title a{
  position: relative;
  display: inline-block;
}
.blog article.group .entry-title a::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 1px;
  width: 0px;
  background-color: currentColor;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.blog article.group:hover .entry-title a::before {
  width: 100%;
}
.blog .entry-title{
  font-size: 1.5rem;
  line-height: 2rem;
  margin-top: 0.5rem;
}
@media (min-width: 782px) {
  .blog .grid {
    margin-bottom: 57px;
  }
  .blog .grid:has(+ .grid) {
    border-bottom: 1px solid var(--wp--preset--color--black);
  }
  .blog .grid-item {
    position: relative;
    margin-bottom: 1rem;
  }
  .blog .grid-item:after {
    content: "";
    position: absolute;
    top: 0;
    right: -8px;
    bottom: 0;
    width: 1px; /* Die Dicke der Linie */
  }
  .blog .group-2 {
    position: relative;
    /* Selektor für das erste Element mit Geschwistern */
  }
  .blog .group-2 .grid-item:first-of-type:has(+ .grid-item) {
    padding-right: 1rem;
  }
  .blog .group-2 .grid-item:first-of-type:has(+ .grid-item)::after {
    background-color: var(--wp--preset--color--black); /* Farbe der Trennlinie */
  }
  .blog .group-2 .grid-item:nth-of-type(2) {
    padding-left: 1rem;
  }
  .blog .group-3 .grid-item:first-of-type {
    padding-right: 1rem;
  }
  .blog .group-3 .grid-item:first-of-type:after {
    right: -5.33px;
    background-color: var(--wp--preset--color--black); /* Farbe der Trenngrenze */
  }
  .blog .group-3 .grid-item:nth-of-type(2) {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .blog .group-3 .grid-item:nth-of-type(2):has(+ .grid-item):after {
    right: -10.66px;
    background-color: var(--wp--preset--color--black); /* Farbe der Trenngrenze */
  }
  .blog .group-3 .grid-item:nth-of-type(3) {
    padding-left: 1rem;
  }
  .blog .group-3 .grid-item:nth-of-type(3):has(+ .grid-item):after {
    background-color: var(--wp--preset--color--black); /* Farbe der Trenngrenze */
  }
}
@media (min-width: 782px) and (min-width: 782px) {
  .blog .big .entry-title{
    margin-top: 1.5rem;
  }
}
@media (min-width: 782px) and (min-width: 960px) {
  .blog .big .entry-title{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 782px) and (min-width: 782px) {
  .blog .small .entry-title{
    font-size: 1.5rem;
    line-height: 2rem;
    margin-top: 1rem;
  }
}
.hover-container {
  overflow: hidden; /* Ensures zoom stays within bounds */
  display: block;
  width: 100%; /* Make sure the container has the correct width */
}
.hover-container img.hover-scale {
  width: 100%; /* Ensures the image fills the container */
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* Keeps image proportion and fills the container */
  transform-origin: center center; /* Zooms from the center */
  will-change: transform;
}
.single .entry-title{
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (min-width: 782px) {
  .single .entry-title{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.single .categories {
  min-height: unset;
  text-transform: none;
  font-weight: normal;
  font-size: 0.938rem;
}
ol {
  padding-left: 1em;
  margin-top: 2rem;
  margin-bottom: 4rem;
  list-style: none;
  text-indent: -1em;
}
ol li {
  position: relative;
  margin-bottom: 1rem;
  counter-increment: lt;
  padding-left: 1.2rem;
}
ol li:before {
  content: counter(lt) ". ";
  width: 1rem;
  display: inline-block;
}
.wp-block-columns {
  gap: 1rem;
}
@media (min-width: 960px) {
  .wp-block-columns {
    gap: 8%;
  }
}
hr {
  margin: 2rem 0;
}
.wp-block-image :where(figcaption) {
  margin-bottom: 0.875em;
  margin-top: 0.2em;
}
:root :where(.wp-block-image figcaption) {
  color: black;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 1280px) {
  .wp-block-columns {
    flex-wrap: nowrap !important;
  }
}
.underline-link{
  text-decoration-line: underline;
}
.team .team-member {
  cursor: pointer;
}
.team .team-member .team-name h3 {
  padding: unset;
  margin: 0.8rem 0;
  position: relative;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.25rem;
}
.team .team-member .team-name h3::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0.25rem;
  height: 1px;
  width: 0px;
  background-color: currentColor;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.team .team-member:hover .team-name h3::before {
  width: 100%;
}
.ci-icon {
  z-index: 1;
  position: absolute;
  top: -40px;
  height: 3.5rem;
  width: 3.5rem;
  transform-origin: top left;
  --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));
  --tw-bg-opacity: 1;
  background-color: rgb(216, 243, 78, var(--tw-bg-opacity));
  right: 0;
}
.team-member-modal .ci-icon {
  right: unset;
  left: 4rem;
}
@media (min-width: 960px) {
  .team-member-modal .ci-icon {
    left: 0;
  }
}
.ci-icon{
  position: absolute;
  top: -40px;
  height: 3.5rem;
  width: 3.5rem;
  transform-origin: top left;
  --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));
  --tw-bg-opacity: 1;
  background-color: rgb(216 243 78 / var(--tw-bg-opacity));
}
@media not all and (min-width: 960px){
  .ci-icon{
    right: 0px;
  }
}
@media (min-width: 960px){
  .ci-icon{
    left: 0px;
  }
}
.post, .page-template-page-expertise {
  /* Target ordered list items */
}
.post ul.wp-block-list, .page-template-page-expertise ul.wp-block-list {
  list-style: none; /* Remove default numbering */
  padding-left: 2rem; /* Adjust padding */
  margin-bottom: 2rem;
}
.post ul.wp-block-list li, .page-template-page-expertise ul.wp-block-list li {
  position: relative; /* Position for custom icon */
  padding-left: 2rem; /* Space for the icon */
}
.post ul.wp-block-list li::before, .page-template-page-expertise ul.wp-block-list li::before {
  content: "";
  position: absolute;
  top: 0.6rem; /* Adjust to align with text */
  left: 0; /* Position the SVG on the left */
  width: 1rem; /* Adjust size */
  height: 1rem;
  background-image: url(../images/raute.svg?91839425347e932e2bdaab33520733b7); /* Path to your SVG */
  background-size: cover; /* Ensure the SVG scales properly */
  background-repeat: no-repeat;
  background-size: 9px;
}
.post ol.wp-block-list, .page-template-page-expertise ol.wp-block-list {
  list-style: numeric;
  padding-left: 1rem;
  margin-bottom: 2rem;
}
.post blockquote, .page-template-page-expertise blockquote {
  margin: 1rem 1rem;
}
.block.team {
  scroll-margin-top: 140px;
}
.block.accordion .accordion-item {
  scroll-margin-top: 140px;
}
#page :focus-visible {
  outline: var(--wp--preset--color--primary) solid 1px;
}
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}
.modal__container {
  position: relative;
  background-color: #fff;
  padding: 2rem 0px;
  width: 100vw;
  min-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}
@media (min-width: 960px) {
  .modal__container {
    padding: 57px 0px;
  }
}
.modal__header {
  display: flex;
  justify-content: end;
  flex-flow: column;
}
.team-member-modal .team-name {
  opacity: 0;
  color: #000;
  font-family: "TT Norms Pro", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: var(--wp--preset--font-size--small);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  line-height: 1.25rem;
  padding-top: 40px;
  padding-right: 2.5rem;
}
@media (min-width: 600px) {
  .team-member-modal .team-name {
    letter-spacing: 2.8px;
    font-size: 28px;
    line-height: 36px; /* 128.571% */
  }
}
@media (min-width: 960px) {
  .team-member-modal .team-name {
    padding-top: 0px;
  }
}
.team-member-modal main {
  opacity: 0;
  padding-bottom: 2rem;
}
.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}
.parallax {
  /* The image used */
  /* Full height */
  height: 100%;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.team-member-modal .team-photo {
  opacity: 0;
}
@media (min-width: 600px) {
  .team-member-modal .team-photo {
    position: sticky;
    top: 2rem;
  }
}
@media (min-width: 960px) {
  .team-member-modal .team-photo {
    top: 0px;
  }
}
.modal__close {
  opacity: 0;
  background: transparent;
  border: 0;
  z-index: 9;
  position: fixed;
  top: 8dvh;
  right: 1rem;
}
@media (min-width: 600px) {
  .modal__close {
    position: absolute;
    right: 0rem;
    top: 2rem;
  }
}
@media (min-width: 960px) {
  .modal__close {
    top: 0px;
  }
}
.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}
.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: transform 0.25s ease-out;
}
.modal__btn:focus, .modal__btn:hover {
  transform: scale(1.05);
}
.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}
.micromodal-slide {
  display: none;
}
.micromodal-slide.is-open {
  display: block;
}
.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 1s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 1s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}
.team-member-modal .team-description a {
  font-weight: 600;
}
.team-member-modal .contact-info p, .team-member-modal .team-description p {
  line-height: 2;
}
.team-member-modal .contact-info .h6, .team-member-modal .contact-info .wp-block-columns h3, .wp-block-columns .team-member-modal .contact-info h3, .team-member-modal .contact-info .wp-block-columns h4, .wp-block-columns .team-member-modal .contact-info h4, .team-member-modal .contact-info .wp-block-columns h5, .wp-block-columns .team-member-modal .contact-info h5, .team-member-modal .team-description .h6, .team-member-modal .team-description .wp-block-columns h3, .wp-block-columns .team-member-modal .team-description h3, .team-member-modal .team-description .wp-block-columns h4, .wp-block-columns .team-member-modal .team-description h4, .team-member-modal .team-description .wp-block-columns h5, .wp-block-columns .team-member-modal .team-description h5 {
  position: relative;
}
.team-member-modal .contact-info .h6:after, .team-member-modal .contact-info .wp-block-columns h3:after, .wp-block-columns .team-member-modal .contact-info h3:after, .team-member-modal .contact-info .wp-block-columns h4:after, .wp-block-columns .team-member-modal .contact-info h4:after, .team-member-modal .contact-info .wp-block-columns h5:after, .wp-block-columns .team-member-modal .contact-info h5:after, .team-member-modal .team-description .h6:after, .team-member-modal .team-description .wp-block-columns h3:after, .wp-block-columns .team-member-modal .team-description h3:after, .team-member-modal .team-description .wp-block-columns h4:after, .wp-block-columns .team-member-modal .team-description h4:after, .team-member-modal .team-description .wp-block-columns h5:after, .wp-block-columns .team-member-modal .team-description h5:after {
  content: "";
  display: block;
  width: 100%;
  left: 0;
  bottom: 8px;
  height: 1px;
  background-color: #000;
  position: absolute;
}
.is-open .team-photo {
  animation: mmfadeIn 1s cubic-bezier(0, 0, 0.2, 1) 1s forwards;
}
.is-open .team-name {
  animation: mmfadeIn 1s cubic-bezier(0, 0, 0.2, 1) 1s forwards;
}
.is-open main {
  animation: mmfadeIn 1s cubic-bezier(0, 0, 0.2, 1) 1s forwards;
}
.is-open .modal__close {
  animation: mmfadeIn 1s cubic-bezier(0, 0, 0.2, 1) 1s forwards;
}
form .float-container {
  position: relative;
}
form .float-container.active label {
  top: 0;
  transform: scale(0.5);
}
form .float-container.active textarea {
  max-height: 300px;
}
form .wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
  display: block;
}
form .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  bottom: -23px;
  font-size: 14px;
}
form input,
form textarea {
  border-bottom: 1px solid #000;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  display: block;
  width: 100%;
  border-radius: 0;
}
form input:focus, form input:focus-visible,
form textarea:focus,
form textarea:focus-visible {
  outline: none;
  border-color: var(--wp--preset--color--primary);
}
form textarea {
  max-height: 25px;
  transition: max-height 0.7s ease-in-out;
}
form label {
  color: #000;
  font-family: "TT Norms Pro";
  font-size: var(--wp--preset--font-size--small);
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 137.5% */
  letter-spacing: 1.6px;
  text-transform: uppercase;
  position: absolute;
  top: 40%;
  left: 0;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  transform-origin: left;
}
@media (min-width: 782px) {
  form label {
    font-size: var(--wp--preset--font-size--normal);
  }
}
form .wpcf7-form-control.wpcf7-submit.has-spinner {
  border: 0;
  border-radius: 8px;
  padding: 10px 20px;
  padding: 2px 20px;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
form .wpcf7-form-control.wpcf7-submit.has-spinner:disabled {
  opacity: 0.5;
  cursor: not-allowed; /* Optional: change the cursor to indicate it’s disabled */
}
form .submit-container p {
  margin: 0;
}
@media (min-width: 960px) {
  form .submit-container p {
    text-align: end;
  }
}
form .wpcf7-spinner {
  position: absolute;
  right: -3rem;
  top: 50%;
  transform: translate(50%, -50%);
}
@media (min-width: 782px){
  form .dsgvo{
    grid-column: span 9 / span 9;
  }
}
form .dsgvo label {
  position: static;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 6.31px;
  flex-shrink: 0;
  text-transform: none;
  letter-spacing: 0px;
}
form .dsgvo .wpcf7-not-valid-tip {
  bottom: -46px;
}
@media (min-width: 600px) {
  form .dsgvo .wpcf7-not-valid-tip {
    bottom: -23px;
  }
}
form .dsgvo .wpcf7-list-item {
  margin: 0;
}
form .dsgvo .wpcf7-form-control-wrap {
  display: inline;
  width: auto;
}
form .dsgvo .wpcf7-form-control-wrap input {
  margin-right: 0.3rem;
  border: 1px solid #000;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 0;
  position: relative;
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0;
  transform: rotate(45deg);
}
form .dsgvo .wpcf7-form-control-wrap input:checked::after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 8px;
  transform: translate(-50%, -50%);
  font-size: 1em;
  width: 100%;
  height: 100%;
  background-color: #000;
}
form .dsgvo .wpcf7-list-item-label {
  font-family: "TT Norms Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-left: 2rem;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: var(--wp--preset--color--primary);
  margin: 2em 0em 1em;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: var(--wp--preset--color--primary);
  margin: 2em 0em 1em;
}
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.glide--rtl {
  direction: rtl;
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media not all and (min-width: 960px){
  .max-lg\:h-\[465px\]{
    height: 465px;
  }
  .max-lg\:h-screen{
    height: 100vh;
  }
  .max-lg\:items-start{
    align-items: flex-start;
  }
  .max-lg\:p-8{
    padding: 2rem;
  }
}
@media not all and (min-width: 600px){
  .max-sm\:p-4{
    padding: 1rem;
  }
  .max-sm\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 600px){
  .sm\:col-span-10{
    grid-column: span 10 / span 10;
  }
  .sm\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .sm\:col-span-6{
    grid-column: span 6 / span 6;
  }
  .sm\:col-span-7{
    grid-column: span 7 / span 7;
  }
  .sm\:col-start-10{
    grid-column-start: 10;
  }
  .sm\:col-start-2{
    grid-column-start: 2;
  }
  .sm\:col-start-6{
    grid-column-start: 6;
  }
  .sm\:col-start-7{
    grid-column-start: 7;
  }
  .sm\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .sm\:mt-0{
    margin-top: 0px;
  }
  .sm\:block{
    display: block;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:w-full{
    width: 100%;
  }
  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .sm\:flex-col{
    flex-direction: column;
  }
  .sm\:justify-start{
    justify-content: flex-start;
  }
  .sm\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .sm\:p-8{
    padding: 2rem;
  }
  .sm\:pt-12{
    padding-top: 3rem;
  }
  .sm\:text-left{
    text-align: left;
  }
}
@media (min-width: 782px){
  .md\:col-span-10{
    grid-column: span 10 / span 10;
  }
  .md\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .md\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .md\:col-span-5{
    grid-column: span 5 / span 5;
  }
  .md\:col-span-6{
    grid-column: span 6 / span 6;
  }
  .md\:col-span-8{
    grid-column: span 8 / span 8;
  }
  .md\:col-span-9{
    grid-column: span 9 / span 9;
  }
  .md\:col-start-1{
    grid-column-start: 1;
  }
  .md\:col-start-10{
    grid-column-start: 10;
  }
  .md\:col-start-3{
    grid-column-start: 3;
  }
  .md\:col-start-6{
    grid-column-start: 6;
  }
  .md\:col-start-7{
    grid-column-start: 7;
  }
  .md\:col-start-8{
    grid-column-start: 8;
  }
  .md\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:mb-12{
    margin-bottom: 3rem;
  }
  .md\:mb-8{
    margin-bottom: 2rem;
  }
  .md\:flex{
    display: flex;
  }
  .md\:h-\[4\.5rem\]{
    height: 4.5rem;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-full{
    width: 100%;
  }
  .md\:max-w-28{
    max-width: 7rem;
  }
  .md\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .md\:flex-col{
    flex-direction: column;
  }
  .md\:justify-end{
    justify-content: flex-end;
  }
  .md\:gap-8{
    gap: 2rem;
  }
  .md\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }
  .md\:p-8{
    padding: 2rem;
  }
  .md\:pb-14{
    padding-bottom: 3.5rem;
  }
  .md\:pb-8{
    padding-bottom: 2rem;
  }
  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .group:hover .md\:group-hover\: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));
  }
}
@media (min-width: 960px){
  .lg\:static{
    position: static;
  }
  .lg\:absolute{
    position: absolute;
  }
  .lg\:relative{
    position: relative;
  }
  .lg\:bottom-0{
    bottom: 0px;
  }
  .lg\:right-0{
    right: 0px;
  }
  .lg\:right-20{
    right: 5rem;
  }
  .lg\:right-\[44px\]{
    right: 44px;
  }
  .lg\:top-\[17px\]{
    top: 17px;
  }
  .lg\:col-span-10{
    grid-column: span 10 / span 10;
  }
  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .lg\:col-span-5{
    grid-column: span 5 / span 5;
  }
  .lg\:col-span-6{
    grid-column: span 6 / span 6;
  }
  .lg\:col-span-7{
    grid-column: span 7 / span 7;
  }
  .lg\:col-start-1{
    grid-column-start: 1;
  }
  .lg\:col-start-2{
    grid-column-start: 2;
  }
  .lg\:col-start-3{
    grid-column-start: 3;
  }
  .lg\:col-start-5{
    grid-column-start: 5;
  }
  .lg\:col-start-6{
    grid-column-start: 6;
  }
  .lg\:col-start-7{
    grid-column-start: 7;
  }
  .lg\:col-start-9{
    grid-column-start: 9;
  }
  .lg\:-mt-7{
    margin-top: -1.75rem;
  }
  .lg\:mb-24{
    margin-bottom: 6rem;
  }
  .lg\:mb-8{
    margin-bottom: 2rem;
  }
  .lg\:mt-32{
    margin-top: 8rem;
  }
  .lg\:mt-\[48px\]{
    margin-top: 48px;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:grid{
    display: grid;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-auto{
    height: auto;
  }
  .lg\:w-full{
    width: 100%;
  }
  .lg\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:justify-center{
    justify-content: center;
  }
  .lg\:justify-between{
    justify-content: space-between;
  }
  .lg\:gap-4{
    gap: 1rem;
  }
  .lg\:gap-x-\[6\.7\%\]{
    -moz-column-gap: 6.7%;
         column-gap: 6.7%;
  }
  .lg\:gap-y-14{
    row-gap: 3.5rem;
  }
  .lg\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }
  .lg\:p-9{
    padding: 2.25rem;
  }
  .lg\:p-\[42px\]{
    padding: 42px;
  }
  .lg\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .lg\:pb-\[57px\]{
    padding-bottom: 57px;
  }
  .lg\:pr-20{
    padding-right: 5rem;
  }
  .lg\:pr-\[150px\]{
    padding-right: 150px;
  }
  .lg\:pt-1{
    padding-top: 0.25rem;
  }
  .lg\:pt-3{
    padding-top: 0.75rem;
  }
  .lg\:pt-7{
    padding-top: 1.75rem;
  }
  .lg\:pt-\[4\.5rem\]{
    padding-top: 4.5rem;
  }
  .lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .lg\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 1280px){
  .xl\:relative{
    position: relative;
  }
  .xl\:-top-1{
    top: -0.25rem;
  }
  .xl\:top-1{
    top: 0.25rem;
  }
  .xl\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .xl\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .xl\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .xl\:col-span-5{
    grid-column: span 5 / span 5;
  }
  .xl\:col-span-6{
    grid-column: span 6 / span 6;
  }
  .xl\:col-span-7{
    grid-column: span 7 / span 7;
  }
  .xl\:col-span-8{
    grid-column: span 8 / span 8;
  }
  .xl\:col-span-9{
    grid-column: span 9 / span 9;
  }
  .xl\:col-start-11{
    grid-column-start: 11;
  }
  .xl\:col-start-3{
    grid-column-start: 3;
  }
  .xl\:col-start-4{
    grid-column-start: 4;
  }
  .xl\:col-start-5{
    grid-column-start: 5;
  }
  .xl\:col-start-7{
    grid-column-start: 7;
  }
  .xl\:col-start-8{
    grid-column-start: 8;
  }
  .xl\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .xl\:mb-2{
    margin-bottom: 0.5rem;
  }
  .xl\:mb-32{
    margin-bottom: 8rem;
  }
  .xl\:mb-48{
    margin-bottom: 12rem;
  }
  .xl\:ml-12{
    margin-left: 3rem;
  }
  .xl\:ml-4{
    margin-left: 1rem;
  }
  .xl\:mt-16{
    margin-top: 4rem;
  }
  .xl\:mt-24{
    margin-top: 6rem;
  }
  .xl\:mt-28{
    margin-top: 7rem;
  }
  .xl\:mt-52{
    margin-top: 13rem;
  }
  .xl\:mt-\[13\.5rem\]{
    margin-top: 13.5rem;
  }
  .xl\:mt-\[187px\]{
    margin-top: 187px;
  }
  .xl\:mt-\[80px\]{
    margin-top: 80px;
  }
  .xl\:mt-auto{
    margin-top: auto;
  }
  .xl\:gap-y-12{
    row-gap: 3rem;
  }
  .xl\:gap-y-\[8\.5rem\]{
    row-gap: 8.5rem;
  }
  .xl\:border-l{
    border-left-width: 1px;
  }
  .xl\:pl-4{
    padding-left: 1rem;
  }
  .xl\:text-left{
    text-align: left;
  }
}
@media (min-width: 1440px){
  .\32xl\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .\32xl\:col-span-8{
    grid-column: span 8 / span 8;
  }
  .\32xl\:col-start-2{
    grid-column-start: 2;
  }
  .\32xl\:col-start-5{
    grid-column-start: 5;
  }
  .\32xl\:max-w-full{
    max-width: 100%;
  }
  .\32xl\:gap-\[62px\]{
    gap: 62px;
  }
}
