/*! tailwindcss v4.2.1 | 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;
    --spacing: 0.25rem;
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --radius-lg: 0.5rem;
    --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;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .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;
  }
  .grid {
    display: grid;
  }
  .h-\[86dvh\] {
    height: 86dvh;
  }
  .h-\[96dvh\] {
    height: 96dvh;
  }
  .h-full {
    height: 100%;
  }
  .w-\[162px\] {
    width: 162px;
  }
  .w-full {
    width: 100%;
  }
  .flex-2 {
    flex: 2;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .bg-\(--red\)\! {
    background-color: var(--red) !important;
  }
  .bg-\(--red-5\) {
    background-color: var(--red-5);
  }
  .bg-\(--red-10\) {
    background-color: var(--red-10);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-\[160px\] {
    padding-top: 160px;
  }
  .pr-5 {
    padding-right: calc(var(--spacing) * 5);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-\[40px\] {
    padding-bottom: 40px;
  }
  .pb-\[60px\] {
    padding-bottom: 60px;
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-\(--white-default\)\! {
    color: var(--white-default) !important;
  }
  .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);
  }
  .hover\:bg-\(--red-40\)\! {
    &:hover {
      @media (hover: hover) {
        background-color: var(--red-40) !important;
      }
    }
  }
  .md\:gap-5 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .md\:pt-5 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 5);
    }
  }
  .lg\:h-\[86dvh\] {
    @media (width >= 64rem) {
      height: 86dvh;
    }
  }
  .lg\:w-1\/3 {
    @media (width >= 64rem) {
      width: calc(1 / 3 * 100%);
    }
  }
  .lg\:w-2\/3 {
    @media (width >= 64rem) {
      width: calc(2 / 3 * 100%);
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
}
header.entry-header {
  display: none;
}
.menu-toggle, .main-navigation.toggled ul {
  display: none;
}
a#wp-block-file--media-5de54f1d-3ce6-4b7c-8d70-16616f38450b {
  display: none;
}
:root {
  --default-menu-font-size: 20px;
  --font-heading: 'Orbitron', var(--font-sicherung);
  --font-sicherung: '-apple-system, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue';
  --text-color: oklch(from #121212 l c h);
  --white-default: oklch(from #f5f5f5 l c h);
  --red: oklch(from hsl(356, 79%, 50%) l c h);
  --red-95: oklch(from var(--red) 0.95 c h);
  --red-90: oklch(from var(--red) 0.90 c h);
  --red-85: oklch(from var(--red) 0.85 c h);
  --red-80: oklch(from var(--red) 0.80 c h);
  --red-75: oklch(from var(--red) 0.75 c h);
  --red-70: oklch(from var(--red) 0.70 c h);
  --red-65: oklch(from var(--red) 0.65 c h);
  --red-60: oklch(from var(--red) 0.60 c h);
  --red-55: oklch(from var(--red) 0.55 c h);
  --red-50: oklch(from var(--red) 0.50 c h);
  --red-45: oklch(from var(--red) 0.45 c h);
  --red-40: oklch(from var(--red) 0.40 c h);
  --red-35: oklch(from var(--red) 0.35 c h);
  --red-30: oklch(from var(--red) 0.30 c h);
  --red-25: oklch(from var(--red) 0.25 c h);
  --red-20: oklch(from var(--red) 0.20 c h);
  --red-15: oklch(from var(--red) 0.15 c h);
  --red-10: oklch(from var(--red) 0.10 c h);
  --red-5: oklch(from var(--red) 0.05 c h);
  --bg-v3d-default: oklch(from #F0F2F3 l c h);
  --bg-v3d-default-95: oklch(from #F0F2F3 0.95 c h);
  --bg-v3d-default-90: oklch(from #F0F2F3 0.90 c h);
  --bg-v3d-default-85: oklch(from #F0F2F3 0.85 c h);
  --bg-v3d-default-80: oklch(from #F0F2F3 0.80 c h);
  --bg-v3d-default-75: oklch(from #F0F2F3 0.75 c h);
  --bg-v3d-default-70: oklch(from #F0F2F3 0.70 c h);
  --bg-v3d-default-65: oklch(from #F0F2F3 0.65 c h);
  --bg-v3d-default-60: oklch(from #F0F2F3 0.60 c h);
  --bg-v3d-default-55: oklch(from #F0F2F3 0.55 c h);
  --bg-v3d-default-50: oklch(from #F0F2F3 0.50 c h);
  --bg-v3d-default-45: oklch(from #F0F2F3 0.45 c h);
  --bg-v3d-default-40: oklch(from #F0F2F3 0.40 c h);
  --bg-v3d-default-35: oklch(from #F0F2F3 0.35 c h);
  --bg-v3d-default-30: oklch(from #F0F2F3 0.30 c h);
  --bg-v3d-default-25: oklch(from #F0F2F3 0.25 c h);
  --bg-v3d-default-20: oklch(from #F0F2F3 0.20 c h);
  --bg-v3d-default-15: oklch(from #F0F2F3 0.15 c h);
  --bg-v3d-default-10: oklch(from #F0F2F3 0.10 c h);
  --bg-v3d-default-5: oklch(from #F0F2F3 0.05 c h);
  --gradient-v1: linear-gradient(90deg, #ff746c 0%, #e41b28 100%);
  --top-box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.35);
  --border-radius-default: 8px;
  --aside-width: 75vw;
  --aside-width-desktop: 35vw;
  --aside-bg: hsl(173deg 72% 55% / 5%);
}
::selection {
  background-color: var(--red-40);
  color: var(--white-default);
}
.important-text {
  clip: rect(1px, 1px, 1px, 1px) !important;
  position: absolute !important;
  display: inline !important;
  width: 0px !important;
  height: 0px !important;
  color: transparent !important;
  background: transparent !important;
  overflow: hidden !important;
  z-index: -1 !important;
  opacity: 0 !important;
}
html, body {
  background-color: var(--bg-v3d-default);
  color: var(--text-color);
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  font-family: 'Source Sans Pro', var(--font-sicherung);
  font-size: 1rem;
}
h1, .h1 {
  font-size: var(--heading-h1-font-size, clamp(36px, 2vw, 3rem));
  line-height: var(--heading-h1-line-height, 1,35);
  margin: 0;
}
h2, .h2 {
  font-size: var(--heading-h2-font-size, clamp(28px, 1.75vw, 2.25rem));
  line-height: var(--heading-h2-line-height, 1,35);
  margin: 0;
}
h3, .h3 {
  font-size: var(--heading-h3-font-size, clamp(26px, 1.5vw, 2.5rem));
  line-height: var(--heading-h3-line-height, 1,35);
  margin: 0;
}
h4, .h4 {
  font-size: var(--heading-h4-font-size, clamp(24px, 1.25vw, 2.25rem));
  line-height: var(--heading-h4-line-height, 1,35);
  margin: 0;
}
h5, .h5 {
  font-size: var(--heading-h5-font-size, clamp(22px, 1.125vw, 2rem));
  line-height: var(--heading-h5-line-height, 1,35);
  margin: 0;
}
h6, .h6 {
  font-size: var(--heading-h6-font-size, clamp(18px, 1vw, 1.75rem));
  line-height: var(--heading-h6-line-height, 1,35);
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 700;
}
.underline {
  text-decoration: underline;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ol, ul {
  list-style: circle;
  margin: 0 1rem 1rem 2rem;
}
p {
  margin-bottom: 1rem;
  font-size: var(--body-font-size, 18px);
}
.section-heading + p {
  padding-left: 4px;
  font-size: 20px;
}
a, a:hover, a:visited {
  text-decoration: none;
  color: inherit;
}
a[href^="tel:"]:not(.btn-default), a[href^="mailto:"]:not(.btn-default) {
  text-decoration: underline !important;
}
.breack-word :where(a, p, li, span) {
  word-break: break-word;
  hyphens: auto;
}
.container {
  width: min(100%, 1600px);
  min-width: 320px;
  max-width: 1920px;
  margin-inline: auto;
  padding-inline: 20px;
}
.post, .page {
  margin: 0;
}
.site-footer {
  background: var(--bg-v3d-default-30);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.pre-footer {
  background: var(--bg-v3d-default-40);
  padding-block: 50px;
}
.pre-footer .logo-wrapper img {
  max-width: 100px;
  position: relative;
  padding-bottom: 8px;
  @media screen and (min-width: 768px) {
    max-width: 162px;
  }
}
.site-info {
  color: var(--white-default);
}
.info-wrapper {
  color: var(--white-default);
  font-size: 22px;
}
div#scroll-to-top span {
  color: var(--white-default);
}
div#scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: var(--red);
  width: 3rem;
  height: 3rem;
  border-radius: var(--border-radius-default);
  z-index: 99;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
div#scroll-to-top:hover {
  background: var(--red-45);
}
.site-branding img.custom-logo {
  width: 142px;
  padding: 10px;
}
.site-branding {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}
.site-header .container {
  flex-direction: column;
  @media screen and (min-width: 768px) {
    flex-direction: row;
  }
}
.main-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 20px;
  @media screen and (min-width: 768px) {
    padding-bottom: 0;
    display: block;
  }
}
header#masthead.nem-sticky {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 99;
  background-color: var(--bg-v3d-default);
  box-shadow: var(--top-box-shadow);
}
div#primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
ul.nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  @media screen and (min-width: 768px) {
    gap: 20px;
  }
}
ul.nav-menu li a {
  --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);
  font-size: var(--default-menu-font-size);
  background-color: var(--bg-v3d-default-90);
  padding: 12px 24px;
  color: var(--text-color);
  border-radius: var(--border-radius-default, 8px);
  -webkit-border-radius: var(--border-radius-default, 8px);
  -moz-border-radius: var(--border-radius-default, 8px);
  -ms-border-radius: var(--border-radius-default, 8px);
  -o-border-radius: var(--border-radius-default, 8px);
  &:hover {
    background-color: var(--red-80);
  }
  &:active {
    background-color: var(--red-80);
  }
  &:focus {
    background-color: var(--red-80);
  }
}
.menu-open .menu-offcanvas a {
  background-color: var(--red-80);
}
li.menu-offcanvas > a {
  line-height: 1;
  padding: 16px 22px !important;
}
ul#footer-menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 20px;
  margin: 0;
  padding: 0;
  & li a {
    color: var(--white-default);
    line-height: 1;
  }
  @media screen and (min-width: 1024px) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
figure {
  margin: 0;
}
figure.rounded-lg img {
  border-radius: var(--radius-lg);
}
.top-box-shadow {
  box-shadow: var(--top-box-shadow);
}
.top-box-shadow-img img {
  --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);
}
.lofi-filter img {
  filter: brightness(110%) contrast(120%) saturate(130%) hue-rotate(0deg) sepia(0%) grayscale(0%);
  -webkit-filter: brightness(110%) contrast(120%) saturate(130%) hue-rotate(0deg) sepia(0%) grayscale(0%);
  -moz-filter: brightness(110%) contrast(120%) saturate(130%) hue-rotate(0deg) sepia(0%) grayscale(0%);
  -o-filter: brightness(110%) contrast(120%) saturate(130%) hue-rotate(0deg) sepia(0%) grayscale(0%);
  -ms-filter: brightness(110%) contrast(120%) saturate(130%) hue-rotate(0deg) sepia(0%) grayscale(0%);
}
.border-radius-default {
  border-radius: var(--border-radius-default);
  -webkit-border-radius: var(--border-radius-default);
  -moz-border-radius: var(--border-radius-default);
  -ms-border-radius: var(--border-radius-default);
  -o-border-radius: var(--border-radius-default);
}
.aside-menu-wrapper a, .aside-menu-wrapper a:hover, .aside-menu-wrapper a:active, .aside-menu-wrapper a:focus {
  color: var(--bg-v3d-default-20);
}
.wp-block-file a.wp-block-file__button, .wp-block-file a.wp-block-file__button:hover {
  color: var(--white-default);
}
.btn-default {
  padding: 12px 24px;
}
.service-cards-wrapper {
  --void: 1px;
}
.service-cards-grid {
  --void: 1px;
}
.service-card {
  background-color: var(--white-default);
  padding: 20px;
  border-radius: var(--border-radius-default);
  --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);
  @media screen and (min-width: 768px) {
    padding: 40px;
  }
}
.service-card-content-wrapper {
  --void: 1px;
}
.service-card-header {
  padding-bottom: 20px;
}
.service-card-title-wrapper {
  --void: 1px;
}
.service-card-title {
  font-size: clamp(24px, 1.35vw, 32px);
  font-weight: 700;
}
.service-card-icon-wrapper {
  display: inline-block;
  width: auto;
  padding: 20px;
  background-color: var(--red-80);
  border-radius: 50%;
  color: var(--white-default);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  --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);
}
.service-card-icon-wrapper svg {
  width: 32px;
  height: 32px;
}
.service-card-content-wrapper {
  --void: 1px;
}
.hero-image-wrapper {
  width: 100%;
  @media screen and (min-width: 768px) {
    width: 94%;
  }
}
.custom-hero-image {
  position: relative;
  z-index: 2;
}
.custom-hero-image img {
  min-height: 480px;
  max-height: 480px;
  width: 100% !important;
  object-fit: cover;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 1px 2px 5px -2px rgba(0, 0, 0, 0.35);
  box-shadow: 1px 2px 5px -2px rgba(0, 0, 0, 0.35);
}
.portfolio-wrapper .custom-hero-image img {
  max-height: 560px;
}
@media (min-width: 768px) {
  .custom-hero-image img {
    min-height: 720px;
    max-height: 720px;
  }
  .portfolio-wrapper .custom-hero-image img {
    max-height: 1024px;
  }
}
@media (min-width: 1024px) {
  .custom-hero-image img {
    min-height: 900px;
    max-height: 1024px;
  }
  .portfolio-wrapper .custom-hero-image img {
    max-height: 1024px;
  }
}
@media (min-width: 1200px) {
  .custom-hero-image img {
    min-height: 900px;
    max-height: 900px;
  }
}
.custom-hero-image:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: var(--red-80);
  border-radius: var(--border-radius-default);
  -webkit-border-radius: var(--border-radius-default);
  -moz-border-radius: var(--border-radius-default);
  -ms-border-radius: var(--border-radius-default);
  -o-border-radius: var(--border-radius-default);
}
.custom-hero-image:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: var(--red-90);
  border-radius: var(--border-radius-default);
  -webkit-border-radius: var(--border-radius-default);
  -moz-border-radius: var(--border-radius-default);
  -ms-border-radius: var(--border-radius-default);
  -o-border-radius: var(--border-radius-default);
  -webkit-box-shadow: 1px 2px 5px -2px rgba(0, 0, 0, 0.35);
  box-shadow: 1px 2px 5px -2px rgba(0, 0, 0, 0.35);
}
@media screen and (min-width: 768px) {
  .custom-hero-image:after {
    transform: translate(40px, 40px);
    -webkit-transform: translate(40px, 40px);
    -moz-transform: translate(40px, 40px);
    -ms-transform: translate(40px, 40px);
    -o-transform: translate(40px, 40px);
  }
  .custom-hero-image:before {
    transform: translate(20px, 20px);
    -webkit-transform: translate(20px, 20px);
    -moz-transform: translate(20px, 20px);
    -ms-transform: translate(20px, 20px);
    -o-transform: translate(20px, 20px);
  }
}
stone-link.hero-btn-call::part(stone-link-default) {
  --stone-link-background-color: var(--red);
  --stone-link-color: var(--white-default);
  padding: 12px 24px;
  border-radius: 8px;
}
stone-link.hero-btn-call:hover::part(stone-link-default) {
  --stone-link-hover-background-color: var(--red-45);
  --stone-link-hover-color: var(--white-default);
}
stone-link.hero-btn-mail::part(stone-link-default) {
  --stone-link-background-color: var(--red-60);
  --stone-link-color: var(--white-default);
  padding: 12px 24px;
  border-radius: var(--border-radius-8, 8px);
  -webkit-border-radius: var(--border-radius-8, 8px);
  -moz-border-radius: var(--border-radius-8, 8px);
  -ms-border-radius: var(--border-radius-8, 8px);
  -o-border-radius: var(--border-radius-8, 8px);
}
stone-link.hero-btn-mail:hover::part(stone-link-default) {
  --stone-link-hover-background-color: var(--red-45);
  --stone-link-hover-color: var(--white-default);
}
div#hero h1 {
  font-size: clamp(36px, 4vw, 82px);
  font-weight: 900;
}
#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)));
}
.aside-menu-wrapper {
  position: fixed;
  inset: 0 0 0 auto;
  width: var(--aside-width);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--bg-v3d-default-95);
  border-left: 1px solid var(--bg-v3d-default-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.7rem;
  font-weight: 600;
  text-decoration: none;
  &: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)));
  }
  .aside-menu-wrapper {
    width: var(--aside-width-desktop);
  }
}
@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;
}
.wp-swiper .swiper-pagination-bullet-active, .wp-swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: var(--red-10);
}
.slider-component-swiper .wp-swiper__slide .wp-swiper__slide-content img {
  border-radius: var(--border-radius-default);
  --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);
}
.wp-swiper__slide-content {
  max-height: 480px;
  @media screen and (min-width: 768px) {
    max-height: 720px;
  }
}
@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;
    }
  }
}
