/*
! tailwindcss v3.3.5 | 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.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  font-family: Inter, system-ui; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
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]) {
  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. 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-size: 1em; /* 2 */
}

/*
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::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #FAFAFA; /* 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;
}.material-icons{font-family:'Material Icons';font-weight:normal;font-style:normal;font-size:1.25em;line-height:1em;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;vertical-align:text-bottom;-webkit-font-feature-settings:'liga';-webkit-font-smoothing:antialiased}.material-symbols-outlined{font-family:'Material Symbols Outlined';font-weight:normal;font-style:normal;font-size:1.25em;line-height:1em;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;vertical-align:text-bottom;-webkit-font-feature-settings:'liga';-webkit-font-smoothing:antialiased}body {
  display: flex;
  flex-direction: column;
}section#content {
  flex-grow: 1;
  padding-top: 3rem;
  padding-bottom: 3rem;
}@media (min-width: 992px) {

  section#content {
    padding-top: 5rem;
    padding-bottom: 9rem;
  }
}body .container {
  width: 100%;
  max-width: 1176px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}@media (min-width: 640px) {

  body .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}body .container{margin-left:auto;margin-right:auto}

*, ::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%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}@media (min-width: 320px) {

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

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

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

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

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

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

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

  .container {
    max-width: 2560px;
  }
}.invisible {
  visibility: hidden;
}.absolute {
  position: absolute;
}.relative {
  position: relative;
}.sticky {
  position: sticky;
}.\!bottom-0 {
  bottom: 0px !important;
}.-top-32 {
  top: -8rem;
}.bottom-0 {
  bottom: 0px;
}.left-0 {
  left: 0px;
}.right-0 {
  right: 0px;
}.top-0 {
  top: 0px;
}.top-\[calc\(100\%\+1px\)\] {
  top: calc(100% + 1px);
}.z-navigation {
  z-index: 100;
}.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}.mx-auto {
  margin-left: auto;
  margin-right: auto;
}.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}.mb-12 {
  margin-bottom: 3rem;
}.mb-3 {
  margin-bottom: 0.75rem;
}.mb-6 {
  margin-bottom: 1.5rem;
}.mt-2 {
  margin-top: 0.5rem;
}.mt-4 {
  margin-top: 1rem;
}.mt-5 {
  margin-top: 1.25rem;
}.mt-6 {
  margin-top: 1.5rem;
}.mt-8 {
  margin-top: 2rem;
}.mt-9 {
  margin-top: 2.25rem;
}.mt-auto {
  margin-top: auto;
}.block {
  display: block;
}.flex {
  display: flex;
}.grid {
  display: grid;
}.contents {
  display: contents;
}.\!hidden {
  display: none !important;
}.hidden {
  display: none;
}.h-5 {
  height: 1.25rem;
}.h-6 {
  height: 1.5rem;
}.h-\[300px\] {
  height: 300px;
}.h-\[72px\] {
  height: 72px;
}.h-\[75vw\] {
  height: 75vw;
}.h-\[79vw\] {
  height: 79vw;
}.h-full {
  height: 100%;
}.max-h-\[376px\] {
  max-height: 376px;
}.min-h-\[580px\] {
  min-height: 580px;
}.min-h-full {
  min-height: 100%;
}.w-3\/4 {
  width: 75%;
}.w-6 {
  width: 1.5rem;
}.w-8 {
  width: 2rem;
}.w-\[unset\] {
  width: unset;
}.w-full {
  width: 100%;
}.max-w-\[720px\] {
  max-width: 720px;
}.max-w-\[936px\] {
  max-width: 936px;
}.cursor-pointer {
  cursor: pointer;
}.select-none {
  user-select: none;
}.resize {
  resize: both;
}.flex-row {
  flex-direction: row;
}.flex-row-reverse {
  flex-direction: row-reverse;
}.flex-col {
  flex-direction: column;
}.flex-col-reverse {
  flex-direction: column-reverse;
}.flex-wrap {
  flex-wrap: wrap;
}.items-center {
  align-items: center;
}.items-stretch {
  align-items: stretch;
}.justify-center {
  justify-content: center;
}.justify-between {
  justify-content: space-between;
}.gap-1 {
  gap: 0.25rem;
}.gap-2 {
  gap: 0.5rem;
}.gap-3 {
  gap: 0.75rem;
}.gap-4 {
  gap: 1rem;
}.gap-5 {
  gap: 1.25rem;
}.gap-6 {
  gap: 1.5rem;
}.gap-8 {
  gap: 2rem;
}.gap-x-4 {
  column-gap: 1rem;
}.gap-y-3 {
  row-gap: 0.75rem;
}.gap-y-8 {
  row-gap: 2rem;
}.overflow-hidden {
  overflow: hidden;
}.overflow-visible {
  overflow: visible;
}.scroll-smooth {
  scroll-behavior: smooth;
}.whitespace-nowrap {
  white-space: nowrap;
}.rounded-lg {
  border-radius: 1.5rem;
}.rounded-md {
  border-radius: 0.75rem;
}.rounded-xl {
  border-radius: 2.25rem;
}.border {
  border-width: 1px;
}.border-\[1px\] {
  border-width: 1px;
}.border-b {
  border-bottom-width: 1px;
}.border-t {
  border-top-width: 1px;
}.border-dashed {
  border-style: dashed;
}.border-border {
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity));
}.border-muted-background {
  --tw-border-opacity: 1;
  border-color: rgb(244 244 245 / var(--tw-border-opacity));
}.border-b-border {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(228 228 231 / var(--tw-border-opacity));
}.bg-background {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}.bg-blushPink {
  --tw-bg-opacity: 1;
  background-color: rgb(255 116 234 / var(--tw-bg-opacity));
}.bg-darkBlue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 51 102 / var(--tw-bg-opacity));
}.bg-foreground {
  --tw-bg-opacity: 1;
  background-color: rgb(0 51 102 / var(--tw-bg-opacity));
}.bg-lightBlue {
  --tw-bg-opacity: 1;
  background-color: rgb(102 204 255 / var(--tw-bg-opacity));
}.bg-muted-background {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity));
}.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.object-contain {
  object-fit: contain;
}.object-cover {
  object-fit: cover;
}.p-2 {
  padding: 0.5rem;
}.p-3 {
  padding: 0.75rem;
}.p-6 {
  padding: 1.5rem;
}.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}.pr-12 {
  padding-right: 3rem;
}.pt-6 {
  padding-top: 1.5rem;
}.text-center {
  text-align: center;
}.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}.text-\[40px\] {
  font-size: 40px;
}.text-caption {
  font-size: clamp(1rem, calc(1rem + 0 * ((100vw - 375px) / (1176 - 375))), 1rem);
}.text-copy {
  font-size: clamp(1rem, calc(1rem + 0 * ((100vw - 375px) / (1176 - 375))), 1rem);
}.text-h3 {
  font-size: clamp(1.5rem, calc(1.5rem + 20 * ((100vw - 375px) / (1176 - 375))), 2.75rem);
}.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}.font-bold {
  font-weight: 700;
}.capitalize {
  text-transform: capitalize;
}.text-background {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}.text-darkBlue {
  --tw-text-opacity: 1;
  color: rgb(0 51 102 / var(--tw-text-opacity));
}.text-foreground {
  --tw-text-opacity: 1;
  color: rgb(0 51 102 / var(--tw-text-opacity));
}.text-lightBlue {
  --tw-text-opacity: 1;
  color: rgb(102 204 255 / var(--tw-text-opacity));
}.text-muted-foreground {
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity));
}.text-popover-foreground {
  --tw-text-opacity: 1;
  color: rgb(0 51 102 / var(--tw-text-opacity));
}.text-primary-background {
  --tw-text-opacity: 1;
  color: rgb(0 51 102 / var(--tw-text-opacity));
}.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.opacity-50 {
  opacity: 0.5;
}.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.outline {
  outline-style: solid;
}.saturate-0 {
  --tw-saturate: saturate(0);
  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);
}@font-face{font-family:'Inter';font-style:normal;font-weight:300;src:url("../fonts/inter-300-normal.woff") format("woff")}@font-face{font-family:'Inter';font-style:normal;font-weight:400;src:url("../fonts/inter-400-normal.woff") format("woff")}@font-face{font-family:'Inter';font-style:normal;font-weight:500;src:url("../fonts/inter-500-normal.woff") format("woff")}@font-face{font-family:'Inter';font-style:normal;font-weight:600;src:url("../fonts/inter-600-normal.woff") format("woff")}@font-face{font-family:'Outfit';font-style:normal;font-weight:600;src:url("../fonts/outfit-600-normal.woff") format("woff")}@font-face{font-family:'Material Icons';font-style:normal;font-weight:400;src:url("../fonts/material-icons-400-normal.woff") format("woff")}@font-face{font-family:'Material Symbols Outlined';font-style:normal;font-weight:400;src:url("../fonts/material-symbols-outlined-400-normal.woff") format("woff")}@font-face{font-family:'Material Icons';font-style:normal;font-weight:400;src:url("../fonts/material-icons-400-normal.woff") format("woff")}@font-face{font-family:'Material Symbols Outlined';font-style:normal;font-weight:400;src:url("../fonts/material-symbols-outlined-400-normal.woff") format("woff")}body {
  font-family: Inter, system-ui;
  font-size: clamp(1rem, calc(1rem + 0 * ((100vw - 375px) / (1176 - 375))), 1rem);
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity));
}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6 {
  font-family: Outfit, system-ui;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(0 51 102 / var(--tw-text-opacity));
}h1,.h1 {
  font-size: clamp(2.5rem, calc(2.5rem + 30 * ((100vw - 375px) / (1176 - 375))), 4.375rem);
}h2,.h2 {
  font-size: clamp(1.75rem, calc(1.75rem + 28 * ((100vw - 375px) / (1176 - 375))), 3.5rem);
}h3,.h3 {
  font-size: clamp(1.5rem, calc(1.5rem + 20 * ((100vw - 375px) / (1176 - 375))), 2.75rem);
}h4,.h4 {
  font-size: clamp(1.25rem, calc(1.25rem + 14 * ((100vw - 375px) / (1176 - 375))), 2.125rem);
}h5,.h5 {
  font-size: clamp(1.125rem, calc(1.125rem + 8 * ((100vw - 375px) / (1176 - 375))), 1.625rem);
}h6,.h6 {
  font-size: clamp(1rem, calc(1rem + 4 * ((100vw - 375px) / (1176 - 375))), 1.25rem);
}.content-block[data-width='default'],.content-block:not([data-width]),.content-wrapper>*[data-width='default'],.content-wrapper>*:not([data-width]){max-width:696px;margin-left:auto;margin-right:auto}.content-block[data-width='default'],.content-wrapper>*[data-width='default']{max-width:1176px;margin-left:auto;margin-right:auto;padding-left: 1.5rem;padding-right: 1.5rem}@media (min-width: 640px) {

  .content-block[data-width='default'],.content-wrapper>*[data-width='default'] {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}.content-block[data-width='full'],.content-wrapper>*[data-width='full'] {
  max-width: 100%;
}.blockwidth{max-width:1176px;margin-left:auto;margin-right:auto;padding-left: 1.5rem;padding-right: 1.5rem}@media (min-width: 640px) {

  .blockwidth {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}.content-block {
  margin-top: 6rem;
}@media (min-width: 1200px) {

  .content-block {
    margin-top: 18rem;
  }
}.content-block:first-child {
  margin-top: 0px;
}.content-wrapper>*:not(.content-block) {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}.rounded-box {
  border-radius: 2.25rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
}.service-box {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-align: center;
  border-radius: 2.25rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;background-position:top center;background-size:cover;
}.service-box.finanzierung{background-image:url("../img/content/service-finanzierung.png")}.service-box.reparatur{background-image:url("../img/content/service-reparatur.png")}.content-wrapper>ul>li {
  list-style-position: inside;
  list-style-type: disc;
}.content-wrapper>ol>li {
  list-style-position: inside;
  list-style-type: decimal;
}.content-wrapper>.wp-block-image {
  border-radius: 2.25rem;max-width:1176px;margin-left:auto;margin-right:auto;padding-left: 1.5rem;padding-right: 1.5rem;
}@media (min-width: 640px) {

  .content-wrapper>.wp-block-image {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}.content-wrapper>.wp-block-image img {
  border-radius: 2.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity));margin:auto;width:auto;max-height:80vh;
}@media (min-width: 640px){.content-wrapper>.wp-block-image img{height:70vw;max-height:530px}}@media (min-width: 992px){.content-wrapper>.wp-block-image img{height:45vw;max-height:530px}}.content-block-image-gallery .swiper-wrapper{height:fit-content !important}.content-block-image-gallery .swiper-slide{@media (min-width: 992px){}}@media only screen and (max-width: 640px){.content-block-image-gallery .swiper-slide{height:unset !important}}@media (min-width: 992px){.content-block-image-gallery .swiper-slide{height:40vh}}@media (min-width: 1200px){.content-block-slider .swiper-slide,.content-block-image-gallery .swiper-slide{width:calc(1176px - 4rem)}}.content-block-slider .slide.slide-dark-blue,.content-block-image-gallery .slide.slide-dark-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 51 102 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.content-block-slider .slide.slide-dark-blue h4,.content-block-slider .slide.slide-dark-blue .h6,.content-block-image-gallery .slide.slide-dark-blue h4,.content-block-image-gallery .slide.slide-dark-blue .h6 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.content-block-slider .slide.slide-light-blue,.content-block-image-gallery .slide.slide-light-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(102 204 255 / var(--tw-bg-opacity));
}.content-block-slider .slide.slide-blush-pink,.content-block-image-gallery .slide.slide-blush-pink {
  --tw-bg-opacity: 1;
  background-color: rgb(255 116 234 / var(--tw-bg-opacity));
}.content-block-slider .swiper-pagination,.content-block-image-gallery .swiper-pagination {
  bottom: 0px;
}.content-block-slider .swiper-pagination-bullet,.content-block-image-gallery .swiper-pagination-bullet {
  position: relative;
  height: 1.25rem;
  width: 1.25rem;
  border-width: 2px;
  border-color: transparent;
  background-color: transparent;
  opacity: 1;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.content-block-slider .swiper-pagination-bullet::after,.content-block-image-gallery .swiper-pagination-bullet::after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -5px;
  margin-top: -5px;
  height: 10px;
  width: 10px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 91 / var(--tw-bg-opacity));
  content: var(--tw-content);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.content-block-slider .swiper-pagination-bullet-active,.content-block-image-gallery .swiper-pagination-bullet-active {
  --tw-border-opacity: 1;
  border-color: rgb(0 51 102 / var(--tw-border-opacity));
}.content-block-slider .swiper-pagination-bullet-active::after,.content-block-image-gallery .swiper-pagination-bullet-active::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 51 102 / var(--tw-bg-opacity));
}.content-block-akkordeon .akkordeon-item-headline{position:relative;cursor:pointer}.content-block-akkordeon .akkordeon-item-headline .toggle {
  position: absolute;
  right: 0px;top:50%;transform:translateY(-12px);
}.content-block-akkordeon .akkordeon-item-content-wrapper{display:none}.content-block-akkordeon .akkordeon-item:not(.open) .toggle.open{display:block}.content-block-akkordeon .akkordeon-item:not(.open) .toggle.close{display:none}.content-block-akkordeon .akkordeon-item.open .toggle.open{display:none}.content-block-akkordeon .akkordeon-item.open .toggle.close{display:block}.content-block-akkordeon .akkordeon-item.open .akkordeon-item-content-wrapper{display:block}.content-block-markenlogos .brand-logos{scrollbar-width:thin;scrollbar-color:transparent transparent}.content-block-markenlogos .brand-logos::-webkit-scrollbar{width:1px}.content-block-markenlogos .brand-logos::-webkit-scrollbar-track{background:transparent}.content-block-markenlogos .brand-logos::-webkit-scrollbar-thumb{background-color:transparent}.content-block-markenlogos .brand-logos .brand-grid{display:block;text-wrap:nowrap;white-space:nowrap;margin-left: -8rem;margin-bottom: 3rem}.content-block-markenlogos .brand-logos .brand-grid .brand {
  margin-left: 3rem;
  margin-right: 3rem;
  display: inline-flex;
  width: 12rem;
  justify-content: center;
}.content-block-markenlogos .brand-logos .brand-grid ~ .brand-grid {
  margin-left: 0px;
}.content-block-markenlogos .category_filter {
  margin: 0.5rem;
}.content-block-markenlogos .category_filter.active .badge {
  --tw-bg-opacity: 1;
  background-color: rgb(0 51 102 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}.content-block-haendlersuche .gmw-map button.gm-ui-hover-effect{display:none !important}.content-block-haendlersuche .gmw-ajax-form-container{display:flex;gap:1.5rem}@media only screen and (max-width: 1199px){.content-block-haendlersuche .gmw-ajax-form-container{flex-direction:column}}.content-block-haendlersuche .gmw-ajax-form-container .gmw-results-wrapper {
  display: block;
}.content-block-haendlersuche .gmw-ajax-form-container .gmw-element-template .gmw-single-item {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity));
  padding-top: 1rem;box-shadow:none;
}.content-block-haendlersuche .gmw-ajax-form-container .gmw-element-template .gmw-item-content{padding:0 0 25px 0}.content-block-haendlersuche .gmw-ajax-form-container .gmw-element-template .gmw-item-title a {
  pointer-events: none;
}.content-block-haendlersuche .gmw-ajax-form-container .gmw-element-template h3.gmw-item-title {
  white-space: normal;
}.content-block-haendlersuche .gmw-results-wrapper{margin-top:1.5rem;max-height:500px;overflow:auto}@media only screen and (min-width: 1200px){.content-block-haendlersuche .gmw-results-wrapper{min-width:360px;max-height:713px}}.content-block-haendlersuche .BorlabsCookie._brlbs-switch-consent,.content-block-haendlersuche .brlbs-cmpnt-btn-switch-consent {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 51 102 / var(--tw-text-opacity));
}.content-block-haendlersuche .BorlabsCookie._brlbs-switch-consent label,.content-block-haendlersuche .brlbs-cmpnt-btn-switch-consent label {
  --tw-text-opacity: 1;
  color: rgb(0 51 102 / var(--tw-text-opacity));
}.content-block-haendlersuche .BorlabsCookie._brlbs-switch-consent ._brlbs-title,.content-block-haendlersuche .brlbs-cmpnt-btn-switch-consent ._brlbs-title {
  margin-left: 0.5rem;
}.content-block-haendlersuche .BorlabsCookie ._brlbs-btn-switch-status::before {
  margin-left: 1rem;
}.content-block-haendlersuche .gmw-ajax-form-container ~ .cookie-message {
  display: none;
}.content-block-haendlersuche .custom-map-message {
  position: absolute;
  top: 50%;
  left: 1.5rem;
  right: 1.5rem;
  z-index: 50;
  --tw-translate-y: -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));
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
  text-align: center;
}@media (min-width: 992px) {

  .content-block-haendlersuche .custom-map-message {
    left: 50%;
    right: auto;
    --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));
    padding: 2.5rem;
  }
}.content-block-haendlersuche .custom-map-message .headline {
  display: block;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}.content-block-haendlersuche .custom-map-message .text {
  margin-top: 1rem;
  display: block;
  --tw-text-opacity: 1;
  color: rgb(0 51 102 / var(--tw-text-opacity));
}.content-block-haendlersuche .custom-map-message button {
  margin-top: 1.5rem;
  justify-content: center;
  text-align: center;width:10rem;max-width:80%;
}.content-block-haendlersuche .custom-map-message.disabled {
  display: none;
}.content-block-haendlersuche .gmw-map-wrapper {
  overflow: hidden;
  border-radius: 1.5rem;
}.content-block-haendlersuche .gmw-info-window-inner.custom {
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity));
}.content-block-haendlersuche .gmw-info-window-inner.custom dl{display:grid;grid-template-columns:auto auto;grid-gap:4px 24px}.content-block-haendlersuche .gmw-info-window-inner.custom dl dt{text-align:left}.content-block-haendlersuche .gmw-info-window-inner.custom dl dd{text-align:right}.content-block-haendlersuche .gm-style .gm-style-iw-c {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity));box-shadow:none !important;
}.content-block-haendlersuche .gm-style .gm-style-iw{max-width:270px !important}.content-block-haendlersuche .gmw-custom-item-content {
  text-align: left;
  font-family: Inter, system-ui;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity));padding:0.75rem !important;padding-bottom:1.5rem !important;
}.content-block-haendlersuche .gmw-custom-item-content a {
  --tw-text-opacity: 1;
  color: rgb(0 51 102 / var(--tw-text-opacity));
}.content-block-haendlersuche .gmw-custom-item-content i{color:inherit !important}.content-block-haendlersuche .gmw-custom-item-content__logo img{margin:0 !important;max-width:100%}.content-block-haendlersuche .gmw-custom-item-content__title {
  margin-top: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
}.content-block-haendlersuche .gmw-custom-item-content__address {
  margin-top: 0.5rem;
  font-size: clamp(0.8125rem, calc(0.8125rem + 0 * ((100vw - 375px) / (1176 - 375))), 0.8125rem);
}.content-block-haendlersuche .gmw-custom-item-content__opening_hours {
  margin-top: 0.75rem;
  font-size: clamp(0.8125rem, calc(0.8125rem + 0 * ((100vw - 375px) / (1176 - 375))), 0.8125rem);
}.content-block-haendlersuche .gmw-custom-item-content__route,.content-block-haendlersuche .gmw-custom-item-content__website {
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 51 102 / var(--tw-text-opacity));
}.content-block-ad-group {
  margin-top: 3rem;
}@media (min-width: 1200px) {

  .content-block-ad-group {
    margin-top: 9rem;
  }
}.content-block-ad-group+.content-block {
  margin-top: 3rem;
}@media (min-width: 1200px) {

  .content-block-ad-group+.content-block {
    margin-top: 9rem;
  }
}.content-block-ad-group:first-child {
  margin-top: 0px;
}.transparent-bg{background-color:rgba(0,0,0,0.5)}.no-padding{padding:unset !important}@media (max-width: 1023px){#navigation-menu {
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }#navigation-menu.is-open {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
  }}#navigation-top_menu .menu-item {
  position: relative;
  display: flex;
  align-items: center;
}#navigation-top_menu .menu-item a {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.25rem;
  border-radius: 0.75rem;
  padding: 0.5rem;
}#navigation-top_menu .current-menu-item a {
  --tw-bg-opacity: 1;
  background-color: rgb(102 204 255 / var(--tw-bg-opacity));
}#menu-toggle .close-button {
  display: none;
}#menu-toggle.is-open .burger-button {
  display: none;
}#menu-toggle.is-open .close-button {
  display: block;
}@media (min-width: 640px) {

  body.admin-bar #header {
    top: 2rem;
  }
}.btn,.content-block-haendlersuche .custom-map-message button {
  display: inline-flex;
  gap: 0.5rem;
  border-radius: 1.5rem;
  border-width: 1px;
  border-color: transparent;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}.btn i,.content-block-haendlersuche .custom-map-message button i {
  font-size: 0.875rem;
  line-height: 1.25rem;
}.btn--primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 51 102 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}.btn--secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(102 204 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 51 102 / var(--tw-text-opacity));
}.btn--outline,.content-block-haendlersuche .custom-map-message button {
  --tw-border-opacity: 1;
  border-color: rgb(0 51 102 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 51 102 / var(--tw-text-opacity));
}.btn--ghost {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 51 102 / var(--tw-text-opacity));
}.btn--info {
  --tw-bg-opacity: 1;
  background-color: rgb(22 78 99 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(207 250 254 / var(--tw-text-opacity));
}.btn--success {
  --tw-bg-opacity: 1;
  background-color: rgb(20 83 45 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(220 252 231 / var(--tw-text-opacity));
}.btn--warning {
  --tw-bg-opacity: 1;
  background-color: rgb(113 63 18 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(254 249 195 / var(--tw-text-opacity));
}.btn--danger {
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity));
}.badge {
  display: inline-flex;
  gap: 0.5rem;
  border-radius: 1.5rem;
  border-width: 1px;
  border-color: transparent;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}.badge i {
  font-size: 0.875rem;
  line-height: 1.25rem;
}.badge--primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 51 102 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}.badge--secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(102 204 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 51 102 / var(--tw-text-opacity));
}.badge--outline {
  --tw-border-opacity: 1;
  border-color: rgb(0 51 102 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 51 102 / var(--tw-text-opacity));
}.badge--info {
  --tw-bg-opacity: 1;
  background-color: rgb(22 78 99 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(207 250 254 / var(--tw-text-opacity));
}.badge--success {
  --tw-bg-opacity: 1;
  background-color: rgb(20 83 45 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(220 252 231 / var(--tw-text-opacity));
}.badge--warning {
  --tw-bg-opacity: 1;
  background-color: rgb(113 63 18 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(254 249 195 / var(--tw-text-opacity));
}.badge--danger {
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity));
}.alert {
  display: inline-flex;
  gap: 0.5rem;
  border-radius: 1.5rem;
  border-width: 1px;
  border-color: transparent;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}.alert i {
  font-size: 0.875rem;
  line-height: 1.25rem;
}.alert--muted {
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity));
}.alert--info {
  --tw-border-opacity: 1;
  border-color: rgb(6 182 212 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(207 250 254 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(22 78 99 / var(--tw-text-opacity));
}.alert--success {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / var(--tw-text-opacity));
}.alert--warning {
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity));
}.alert--danger {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity));
}.form {
  position: relative;
  display: flex;
  scroll-margin-top: 10rem;
  flex-direction: column;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity));
  padding: 1.5rem;
  padding-bottom: 4rem;
}@media (min-width: 640px) {

  .form {
    padding: 3rem;
    padding-bottom: 3rem;
  }
}.form #message {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}.form form {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 480px;
}.form--full-width {
  margin-top: 1.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity));
}.form--full-width form {
  max-width: 100%;
}.form legend {
  margin-bottom: 0.75rem;
  font-size: clamp(0.8125rem, calc(0.8125rem + 0 * ((100vw - 375px) / (1176 - 375))), 0.8125rem);
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity));
}.form .custom-checkbox {
  position: relative;
  display: flex;
  max-width: 100%;
  align-items: center;
}.form .custom-checkbox label {
  max-width: 100%;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 1.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 51 102 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 0.75rem;
  padding-left: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.form .custom-checkbox input[type='checkbox'] {
  height: 0px;
  width: 0px;
  overflow: hidden;
}.form .custom-checkbox input[type='checkbox']:checked ~ label {
  --tw-bg-opacity: 1;
  background-color: rgb(0 51 102 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}.form .custom-checkbox input[type='checkbox']:checked ~ .custom-checkbox__icon {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}.form .custom-checkbox__icon {
  pointer-events: none;
  position: absolute;
  left: 0.75rem;
  top: 7px;
  bottom: 0px;
  right: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.form .acf-fields {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}.form .form__submit,.form .acf-form-submit {
  position: absolute;
  top: 100%;
  left: 1.5rem;
  right: 1.5rem;
  display: flex;
  --tw-translate-y: -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));
}@media (min-width: 640px) {

  .form .form__submit,.form .acf-form-submit {
    left: 0px;
    right: 0px;
    justify-content: center;
  }
}.content-block-markenlogos .category_filter.active .form .acf-notice {
  --tw-bg-opacity: 1;
  background-color: rgb(0 51 102 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}.form .acf-notice {
  display: inline-flex;
  gap: 0.5rem;
  border-radius: 1.5rem;
  border-width: 1px;
  border-color: transparent;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}.form .acf-notice i {
  font-size: 0.875rem;
  line-height: 1.25rem;
}.gmw-form-wrapper .form .gmw-form-button {
  display: none;
}.form .gmw-form-field-wrapper:not(.gmw-submit-field-wrapper),.form .acf-fields>.acf-field:not(.acf-field-checkbox),.form .acf-field:not(.acf-field-checkbox) {
  position: relative;
  margin: 0px;
  width: 100%;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}.form .gmw-form-field-wrapper:not(.gmw-submit-field-wrapper) label+input,.form .acf-fields>.acf-field:not(.acf-field-checkbox) label+input,.form .acf-field:not(.acf-field-checkbox) label+input {
  margin-top: 0.25rem;
}.form .gmw-form-field-wrapper:not(.gmw-submit-field-wrapper) label,.form .gmw-form-field-wrapper:not(.gmw-submit-field-wrapper) .acf-label label,.form .acf-fields>.acf-field:not(.acf-field-checkbox) label,.form .acf-fields>.acf-field:not(.acf-field-checkbox) .acf-label label,.form .acf-field:not(.acf-field-checkbox) label,.form .acf-field:not(.acf-field-checkbox) .acf-label label {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  font-size: clamp(0.8125rem, calc(0.8125rem + 0 * ((100vw - 375px) / (1176 - 375))), 0.8125rem);
  font-weight: 400;
}.form .gmw-form-field-wrapper:not(.gmw-submit-field-wrapper) input[type='text'],.form .gmw-form-field-wrapper:not(.gmw-submit-field-wrapper) input[type='password'],.form .gmw-form-field-wrapper:not(.gmw-submit-field-wrapper) input[type='date'],.form .gmw-form-field-wrapper:not(.gmw-submit-field-wrapper) input[type='datetime'],.form .gmw-form-field-wrapper:not(.gmw-submit-field-wrapper) input[type='datetime-local'],.form .gmw-form-field-wrapper:not(.gmw-submit-field-wrapper) input[type='email'],.form .gmw-form-field-wrapper:not(.gmw-submit-field-wrapper) input[type='month'],.form .gmw-form-field-wrapper:not(.gmw-submit-field-wrapper) input[type='number'],.form .gmw-form-field-wrapper:not(.gmw-submit-field-wrapper) input[type='search'],.form .gmw-form-field-wrapper:not(.gmw-submit-field-wrapper) input[type='tel'],.form .gmw-form-field-wrapper:not(.gmw-submit-field-wrapper) input[type='time'],.form .gmw-form-field-wrapper:not(.gmw-submit-field-wrapper) input[type='url'],.form .gmw-form-field-wrapper:not(.gmw-submit-field-wrapper) input[type='week'],.form .gmw-form-field-wrapper:not(.gmw-submit-field-wrapper) textarea,.form .gmw-form-field-wrapper:not(.gmw-submit-field-wrapper) select,.form .acf-fields>.acf-field:not(.acf-field-checkbox) input[type='text'],.form .acf-fields>.acf-field:not(.acf-field-checkbox) input[type='password'],.form .acf-fields>.acf-field:not(.acf-field-checkbox) input[type='date'],.form .acf-fields>.acf-field:not(.acf-field-checkbox) input[type='datetime'],.form .acf-fields>.acf-field:not(.acf-field-checkbox) input[type='datetime-local'],.form .acf-fields>.acf-field:not(.acf-field-checkbox) input[type='email'],.form .acf-fields>.acf-field:not(.acf-field-checkbox) input[type='month'],.form .acf-fields>.acf-field:not(.acf-field-checkbox) input[type='number'],.form .acf-fields>.acf-field:not(.acf-field-checkbox) input[type='search'],.form .acf-fields>.acf-field:not(.acf-field-checkbox) input[type='tel'],.form .acf-fields>.acf-field:not(.acf-field-checkbox) input[type='time'],.form .acf-fields>.acf-field:not(.acf-field-checkbox) input[type='url'],.form .acf-fields>.acf-field:not(.acf-field-checkbox) input[type='week'],.form .acf-fields>.acf-field:not(.acf-field-checkbox) textarea,.form .acf-fields>.acf-field:not(.acf-field-checkbox) select,.form .acf-field:not(.acf-field-checkbox) input[type='text'],.form .acf-field:not(.acf-field-checkbox) input[type='password'],.form .acf-field:not(.acf-field-checkbox) input[type='date'],.form .acf-field:not(.acf-field-checkbox) input[type='datetime'],.form .acf-field:not(.acf-field-checkbox) input[type='datetime-local'],.form .acf-field:not(.acf-field-checkbox) input[type='email'],.form .acf-field:not(.acf-field-checkbox) input[type='month'],.form .acf-field:not(.acf-field-checkbox) input[type='number'],.form .acf-field:not(.acf-field-checkbox) input[type='search'],.form .acf-field:not(.acf-field-checkbox) input[type='tel'],.form .acf-field:not(.acf-field-checkbox) input[type='time'],.form .acf-field:not(.acf-field-checkbox) input[type='url'],.form .acf-field:not(.acf-field-checkbox) input[type='week'],.form .acf-field:not(.acf-field-checkbox) textarea,.form .acf-field:not(.acf-field-checkbox) select {
  display: block;
  height: auto;
  border-style: none;
  background-color: transparent;
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(0 51 102 / var(--tw-text-opacity));
  --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);
  outline: 2px solid transparent;
  outline-offset: 2px;min-height:24px;
}.form .gmw-form-field-wrapper:not(.gmw-submit-field-wrapper) .acf-required,.form .acf-fields>.acf-field:not(.acf-field-checkbox) .acf-required,.form .acf-field:not(.acf-field-checkbox) .acf-required {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity));
}.form .gmw-form-field-wrapper:not(.gmw-submit-field-wrapper) .checkbox-icon,.form .acf-fields>.acf-field:not(.acf-field-checkbox) .checkbox-icon,.form .acf-field:not(.acf-field-checkbox) .checkbox-icon {
  pointer-events: none;
}.form .gmw-form-field-wrapper:not(.gmw-submit-field-wrapper) .checkbox-icon>:last-child,.form .acf-fields>.acf-field:not(.acf-field-checkbox) .checkbox-icon>:last-child,.form .acf-field:not(.acf-field-checkbox) .checkbox-icon>:last-child {
  display: none;
}.form .acf-fields>.acf-field-checkbox,.form .acf-field-checkbox {
  border-style: none;
  padding-left: 0px;
  padding-right: 0px;
}.form .acf-fields>.acf-field-checkbox label,.form .acf-fields>.acf-field-checkbox .acf-label label,.form .acf-field-checkbox label,.form .acf-field-checkbox .acf-label label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0px;
}.form .acf-fields>.acf-field-checkbox .acf-label,.form .acf-field-checkbox .acf-label {
  display: none;
}.form .acf-fields>.acf-field-checkbox input[type='checkbox']:checked+.checkbox-icon>:first-child,.form .acf-field-checkbox input[type='checkbox']:checked+.checkbox-icon>:first-child {
  display: none;
}.form .acf-fields>.acf-field-checkbox input[type='checkbox']:checked+.checkbox-icon>:last-child,.form .acf-field-checkbox input[type='checkbox']:checked+.checkbox-icon>:last-child {
  display: block;
}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px, 0, 0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,0.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left, rgba(0,0,0,0.5), rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none !important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none !important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0, 0, 0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none !important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(0.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(0.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(0.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, 0.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none !important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px, -50%, 0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,0.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,0.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none !important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,0.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}

@media (min-width: 480px) {

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

  .sm\:max-h-\[660px\] {
    max-height: 660px;
  }
}

@media (min-width: 640px) {

  .md\:-top-64 {
    top: -16rem;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

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

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

  .md\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .md\:row-span-2 {
    grid-row: span 2 / span 2;
  }

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

  .md\:mt-14 {
    margin-top: 3.5rem;
  }

  .md\:flex {
    display: flex;
  }

  .md\:h-\[31\.5vw\] {
    height: 31.5vw;
  }

  .md\:h-\[40vw\] {
    height: 40vw;
  }

  .md\:h-\[63vw\] {
    height: 63vw;
  }

  .md\:h-auto {
    height: auto;
  }

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

  .md\:max-h-none {
    max-height: none;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

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

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

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

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

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

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

  .md\:border-b-0 {
    border-bottom-width: 0px;
  }

  .md\:border-l {
    border-left-width: 1px;
  }

  .md\:object-cover {
    object-fit: cover;
  }

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

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

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

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

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

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

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

@media (min-width: 992px) {

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

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

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

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

  .lg\:p-12 {
    padding: 3rem;
  }

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

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

@media (max-width: 1023px) {

  .navigationMax\:absolute {
    position: absolute;
  }

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

  .navigationMax\:right-0 {
    right: 0px;
  }

  .navigationMax\:z-stickyTop {
    z-index: 210;
  }

  .navigationMax\:mt-8 {
    margin-top: 2rem;
  }

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

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

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

  .navigationMax\:border-t-border {
    --tw-border-opacity: 1;
    border-top-color: rgb(228 228 231 / var(--tw-border-opacity));
  }

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

  .navigationMax\:p-6 {
    padding: 1.5rem;
  }

  .navigationMax\:pt-8 {
    padding-top: 2rem;
  }
}

@media (min-width: 1024px) {

  .navigation\:absolute {
    position: absolute;
  }

  .navigation\:left-1\/2 {
    left: 50%;
  }

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

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

  .navigation\:hidden {
    display: none;
  }

  .navigation\:\!h-auto {
    height: auto !important;
  }

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

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

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

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

  .navigation\:gap-5 {
    gap: 1.25rem;
  }

  .navigation\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
/*# sourceMappingURL=style.css.map */