/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .inline-flex {
    display: inline-flex;
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-full {
    width: 100%;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .overflow-clip {
    overflow: clip;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-0\! {
    padding: calc(var(--spacing) * 0) !important;
  }
  .p-2\.5 {
    padding: calc(var(--spacing) * 2.5);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
:root {
  --color-primary: #373737;
  --color-gray: #F0F2F3;
  --color-white: #fafafa;
  --border-default-color: #d8e3f3;
  --blue: hsl(from #22406E h s l);
  --blue-95: hsl(from #22406E h s 95%);
  --blue-90: hsl(from #22406E h s 90%);
  --blue-85: hsl(from #22406E h s 85%);
  --blue-80: hsl(from #22406E h s 80%);
  --blue-75: hsl(from #22406E h s 75%);
  --blue-70: hsl(from #22406E h s 70%);
  --blue-65: hsl(from #22406E h s 65%);
  --blue-60: hsl(from #22406E h s 60%);
  --blue-55: hsl(from #22406E h s 55%);
  --blue-50: hsl(from #22406E h s 50%);
  --blue-45: hsl(from #22406E h s 45%);
  --blue-40: hsl(from #22406E h s 40%);
  --blue-35: hsl(from #22406E h s 35%);
  --blue-30: hsl(from #22406E h s 30%);
  --blue-25: hsl(from #22406E h s 25%);
  --blue-20: hsl(from #22406E h s 20%);
  --blue-15: hsl(from #22406E h s 15%);
  --blue-10: hsl(from #22406E h s 10%);
  --blue-5: hsl(from #22406E h s 5%);
  --base-color: hsl(from #fafafa h s l);
  --base-color-95: hsl(from #fafafa h s 95%);
  --base-color-90: hsl(from #fafafa h s 90%);
  --base-color-85: hsl(from #fafafa h s 85%);
  --base-color-80: hsl(from #fafafa h s 80%);
  --base-color-75: hsl(from #fafafa h s 75%);
  --base-color-70: hsl(from #fafafa h s 70%);
  --base-color-65: hsl(from #fafafa h s 65%);
  --base-color-60: hsl(from #fafafa h s 60%);
  --base-color-55: hsl(from #fafafa h s 55%);
  --base-color-50: hsl(from #fafafa h s 50%);
  --base-color-45: hsl(from #fafafa h s 45%);
  --base-color-40: hsl(from #fafafa h s 40%);
  --base-color-35: hsl(from #fafafa h s 35%);
  --base-color-30: hsl(from #fafafa h s 30%);
  --base-color-25: hsl(from #fafafa h s 25%);
  --base-color-20: hsl(from #fafafa h s 20%);
  --base-color-15: hsl(from #fafafa h s 15%);
  --base-color-10: hsl(from #fafafa h s 10%);
  --base-color-5: hsl(from #fafafa h s 5%);
  --border-radius-default: 4px;
  --border-default-double: 8px double #d8e3f3;
  --font-size: 16px;
  --font-body: 'Inter', var(--font-sicherung);
  --font-heading: 'Cinzel', var(--font-sicherung);
  --font-sicherung: '-apple-system, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue';
  --aside-width: 70vw;
  --aside-width-desktop: 35vw;
  --filter-sharp: url(#sharpen) saturate(1.2);
}
html, body {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  background-color: var(--color-gray);
  font-family: var(--font-body);
}
.post, .page {
  margin: 0;
}
:before, :after {
  box-sizing: border-box;
}
figure {
  margin: 0;
}
div#scroll {
  position: fixed;
  right: 12px;
  bottom: 12px;
  background-color: var(--blue-70);
  width: 3rem;
  height: 3rem;
  border-radius: var(--border-radius-default);
  cursor: pointer;
  z-index: 9999;
  border: 3px solid #f0f2f3;
  &:hover {
    background-color: var(--blue-60);
  }
}
body :where(h1, h2, h3, h4, h5, h6) {
  font-family: var(--font-heading);
  color: var(--blue);
}
h1, .h1 {
  font-size: var(--heading-h1-font-size, clamp(36px, calc(36px + 1.25vw), 3rem));
  line-height: var(--heading-h1-line-height, 1.35);
}
h2, .h2 {
  font-size: var(--heading-h2-font-size, clamp(32px, calc(32px + 1.25vw), 2.75rem));
  line-height: var(--heading-h2-line-height, 1.35);
}
h3, .h3 {
  font-size: var(--heading-h3-font-size, clamp(36px, calc(28px + 1.25vw), 2.5rem));
  line-height: var(--heading-h3-line-height, 1.35);
}
h4, .h4 {
  font-size: var(--heading-h4-font-size, clamp(24px, calc(24px + 1.25vw), 2.25rem));
  line-height: var(--heading-h4-line-height, 1.35);
}
h5, .h5 {
  font-size: var(--heading-h5-font-size, clamp(20px, calc(20px + 1.25vw), 2rem));
  line-height: var(--heading-h5-line-height, 1.35);
}
h6, .h6 {
  font-size: var(--heading-h6-font-size, clamp(16px, calc(16px + 1.25vw), 1.75rem));
  line-height: var(--heading-h6-line-height, 1.35);
}
.text-white {
  color: var(--color-white) !important;
}
a, a:visited, a:hover, a:active {
  color: var(--color-primary);
}
body, button, input, select, optgroup, textarea {
  color: var(--color-primary);
}
b, strong {
  font-weight: 700;
}
p {
  margin-bottom: 1rem;
}
.double-border {
  border: var(--border-default-double);
  padding: 20px;
  border-radius: var(--border-radius-default);
}
.radius-default-img img {
  border-radius: var(--border-radius-default);
}
.img-shadow-xl {
  --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
header.entry-header {
  display: none;
}
.site-branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  width: 162px;
}
.site-branding img {
  max-width: 100%;
  width: 128px;
  height: auto;
  filter: var(--filter-sharp) saturate(1.35);
}
#page {
  position: relative;
  z-index: 2;
  transform: translateX(0);
  transition: transform .35s ease;
  will-change: transform;
}
body.menu-open #page {
  transform: translateX(calc(-1 * var(--aside-width)));
}
#primary-menu li:not(.menu-offcanvas) {
  display: none;
}
@media screen and (min-width: 768px) {
  #primary-menu li:not(.menu-offcanvas) {
    display: flex;
  }
  #primary-menu li.menu-offcanvas {
    display: none;
  }
}
.aside-menu-wrapper {
  position: fixed;
  inset: 0 0 0 auto;
  width: var(--aside-width, 35vw);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--base-color-95);
  border-left: 1px solid var(--base-color-90);
  transform: translateX(100%);
  transition: transform .35s ease;
  will-change: transform;
}
body.menu-open .aside-menu-wrapper {
  transform: translateX(0);
}
.aside-menu-nav ul {
  list-style: none;
  padding: 0;
}
.aside-menu-nav a {
  font-size: 1.25rem;
  font-weight: 600;
  text-decoration: none;
  line-height: 2rem;
  &:hover {
    text-decoration: underline;
  }
}
.aside-menu-nav .current-menu-item a {
  text-decoration: underline;
}
@media (min-width:75rem) {
  body.menu-open #page {
    transform: translateX(calc(-1 * var(--aside-width-desktop, 35vw)));
    -webkit-transform: translateX(calc(-1 * var(--aside-width-desktop, 35vw)));
    -moz-transform: translateX(calc(-1 * var(--aside-width-desktop, 35vw)));
    -ms-transform: translateX(calc(-1 * var(--aside-width-desktop, 35vw)));
    -o-transform: translateX(calc(-1 * var(--aside-width-desktop, 35vw)));
  }
  .aside-menu-wrapper {
    width: var(--aside-width-desktop, 35vw);
  }
}
@media (min-width:121rem) {
  body.menu-open #page {
    transform: translateX(calc(-1 * 20vw));
    -webkit-transform: translateX(calc(-1 * 20vw));
    -moz-transform: translateX(calc(-1 * 20vw));
    -ms-transform: translateX(calc(-1 * 20vw));
    -o-transform: translateX(calc(-1 * 20vw));
  }
  .aside-menu-wrapper {
    width: 20vw;
  }
}
nav.aside-menu-nav ul#menu-aside-menu {
  margin: 0;
}
#primary-menu .menu-offcanvas a {
  padding: 8px 12px;
}
.container {
  max-width: min(100rem, 100%);
  margin-inline: auto;
  padding-inline: 20px;
  height: 100%;
}
@media (min-width: 121rem) {
  .container {
    max-width: 120rem;
  }
}
footer#colophon {
  background-color: var(--blue-25);
  color: var(--color-white);
  padding-block: 20px;
}
a.btn-default {
  --font-size: 18px;
  font-size: var(--font-size);
  font-weight: 600;
  color: var(--color-primary);
  background-color: var(--blue-70);
  padding: 12px 24px;
  border-radius: var(--border-radius-default);
  --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
a.btn-default:hover {
  background-color: var(--blue-60);
}
.icon-btn-wrapper {
  --font-size: 18px;
  font-size: var(--font-size);
  font-weight: 600;
  color: var(--color-primary);
  background-color: var(--blue-70);
  padding: 12px 24px;
  border-radius: var(--border-radius-default);
  --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  cursor: pointer;
  &:hover {
    background-color: var(--blue-60);
  }
}
.icon-btn-wrapper p {
  margin: 0 !important;
  padding-inline: calc(var(--spacing) * 2.5);
}
.icon-btn-wrapper .sbtl-icon-block .sbtl-icon svg {
  max-width: 32px !important;
  max-height: 32px !important;
  width: 100%;
  height: auto;
}
.logo-image-absolute img {
  position: absolute;
  max-width: 100%;
  width: 62px;
  padding: 2px 12px;
  height: auto;
  bottom: 10px;
  right: 10px;
  background-color: var(--border-default-color);
  border-radius: 100%;
}
.service-card-item .wp-block-heading {
  font-weight: 700;
}
.service-card-item h3, .service-card-item .h3 {
  font-size: var(--heading-h3-font-size, clamp(22px, calc(18px + 0.35vw), 2rem));
  line-height: var(--heading-h3-line-height, 1.35);
}
@scope (.restaurants-cards) {
  .service-card-item__heading {
    min-height: 176px;
  }
  .service-card-item img {
    max-height: 100%;
    height: 242px;
    object-fit: cover;
    object-position: center;
  }
}
@scope (.service-card-item) {
  ul.wp-block-sbtl-icon-list, ol {
    margin: 0;
    padding-bottom: 1rem;
    line-height: 1.75;
  }
  .service-card-item__image.service-card-slider-wrapper img {
    border-radius: var(--border-radius-default) !important;
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .wp-block-cb-carousel-v2.cb-carousel-block.cb-single-slide.carousel-slider-wraper {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    border-radius: var(--border-radius-default);
  }
  .wp-block-cb-carousel-v2[data-cb-pagination=true] .swiper-horizontal {
    margin-bottom: calc(var(--wp--custom--carousel-block--pagination-bullet-size, 16px) * 2);
  }
  .service-card-item__info {
    min-height: 218px;
  }
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
#site-navigation.main-navigation {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
@scope (#site-navigation) {
  ul#primary-menu {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    align-items: center;
  }
  #primary-menu > li {
    padding-bottom: 16px;
  }
  #primary-menu a {
    --font-size: 18px;
    font-size: var(--font-size);
    font-weight: 600;
    color: var(--color-primary);
    background-color: var(--blue-70);
    padding: 12px 24px;
    border-radius: var(--border-radius-default);
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  #primary-menu a:hover, #primary-menu .current-menu-item a, #primary-menu .sub-menu .current-menu-item a {
    background-color: var(--blue-60);
  }
  #primary-menu ul {
    display: flex;
    gap: 20px;
  }
  ul#menu-offcanvas a {
    font-weight: 600;
    color: var(--color-primary);
  }
  #primary-menu li > ul.sub-menu {
    display: flex;
    flex-direction: column;
    gap: 0;
    background-color: var(--blue-90);
    border-radius: 0;
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  #primary-menu li > ul.sub-menu a {
    --font-size: 14px;
    font-size: var(--font-size);
    border-radius: 0;
    background-color: var(--blue-90);
    width: auto;
    min-width: 212px;
  }
  #primary-menu li > ul.sub-menu li.menu-item a:hover {
    background-color: var(--blue-70);
  }
}
li.void-link > a {
  cursor: default;
}
@scope (.hero-slider-wrapper) {
  .contact-wrapper {
    top: 0;
    z-index: 10;
  }
  .text-block-shadow-default {
    bottom: 0;
    z-index: 10;
  }
  .text-block-shadow-default {
    &::before {
      z-index: 0;
      content: "";
      position: absolute;
      bottom: 0;
      right: 0;
      pointer-events: none;
      height: 100%;
      width: 100%;
      background: linear-gradient(0deg, var(--blue-10) 0%, rgba(12, 12, 12, 0) 100%);
    }
  }
  .slider-image img {
    width: 100%;
    height: 72dvh;
    object-fit: cover;
    object-position: center;
    filter: var(--filter-sharp) saturate(1.35);
  }
}
@scope (.grid-kontakt-wrapper) {
  .grid-contact div {
    background: var(--blue-90);
    padding: 20px;
    border-radius: 4px;
    min-height: 220px;
  }
  .grid-contact {
    border: 8px #d8e3f3;
    border-style: double;
    padding: 20px;
    border-radius: var(--border-radius-default);
    position: relative;
    transition: 0.3s ease all;
  }
  .grid-contact .grid-item:hover {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    transition: 0.3s ease all;
  }
  .grid-item .bb-logo-cards img {
    position: absolute;
    max-width: 42px;
    z-index: 0;
    opacity: 0.75;
    bottom: -16px;
    right: 0;
  }
  @media screen and (min-width: 768px) {
    .grid-item .bb-logo-cards img {
      max-width: 62px;
    }
  }
}
@scope (.services-wrapper) {
  .service-card-item__image svg {
    max-width: 62px;
    height: auto;
    fill: var(--blue);
  }
  .service-card-item__heading h3 {
    font-weight: 600;
    font-size: 24px;
    color: var(--color-primary);
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
    }
  }
}
