@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,300;0,400;0,600;0,800;1,400;1,600&display=swap');

:root {
  --primary: #a10000;
  --secondary: #1b1b1b;
  --third: #f6f2ee;
}

html {
  scroll-behavior: smooth
}

body {
  font-family: Karla, Arial, Helvetica, sans-serif;
  color: var(--secondary);
  background: #fff
}

a {
  text-decoration: none;
  color: inherit
}

img {
  display: block
}

.w-100 {
  width: 100%
}

.br-right {
  border-radius: 0
}

.la\:px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem
}

.la\:w-5\/6 {
  width: 83.333333%
}

@media (min-width:1536px) {
  .\32xl\:w-7\/8 {
    width: 87.5%
  }
}

/* fallback utility helpers for this PHP version */
.bg-primary {
  background-color: rgb(161 0 0/var(--tw-bg-opacity, 1))
}

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

.bg-third {
  background-color: #f6f2ee
}

.text-secondary {
  color: #1b1b1b
}

.shadow {
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .06)
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1)
}

.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1)
}

/* exact component fixes */
.section-label {
  position: relative;
  z-index: 10;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem
}

.section-label h2 {
  display: inline;
  background: #a10000;
  color: white;
  padding: .5rem;
  text-transform: uppercase;
  font-weight: 400
}

.quote-component {
  position: relative
}

.quote-component .quote-box {
  position: absolute;
  background: #fff;
  color: #a10000;
  filter: drop-shadow(0 10px 8px rgba(0, 0, 0, .04)) drop-shadow(0 4px 3px rgba(0, 0, 0, .1));
  padding: 1rem;
  font-style: italic
}

.quote-component .right {
  right: 0
}

.quote-component .left {
  left: 0
}

.quote-component .image-right {
  margin-left: auto
}

.quote-component .image-left {
  margin-right: auto
}

@media(max-width:767px) {
  .quote-component .quote-box {
    bottom: 0;
    transform: translateY(66%)
  }

  .quote-component {
    margin-bottom: 30%
  }
}

.team-quote {
  position: relative;
  left: -1rem;
  bottom: 0;
  transform: translateY(-33%)
}

@media(max-width:1023px) {
  .team-quote {
    left: -1rem;
    transform: translateY(-20%)
  }
}

.contact-quote {
  position: relative;
  left: 0;
  margin-top: -53%;
  margin-bottom: 39%;
  background: white;
  color: #a10000;
  filter: drop-shadow(0 10px 8px rgba(0, 0, 0, .04)) drop-shadow(0 4px 3px rgba(0, 0, 0, .1));
  padding: 1rem;
  font-style: italic
}

@media(max-width:1023px) {
  .contact-quote {
    margin-top: 0;
    transform: translateY(-20%);
    margin-bottom: 1rem
  }
}

@media(min-width:1024px) {
  .contact-box {
    filter: drop-shadow(0 10px 8px rgba(0, 0, 0, .04)) drop-shadow(0 4px 3px rgba(0, 0, 0, .1))
  }
}

.rich-text h2 {
  font-weight: 700;
  color: #a10000;
  font-size: inherit;
  margin-top: 0;
  margin-bottom: 0
}

.rich-text p {
  margin-bottom: 1rem;
  color: #1b1b1b
}

.rich-text h2+p {
  margin-top: .25rem
}

.legal-content h1 {
  font-size: clamp(2.2rem, 5vw, 4.5rem);
  color: #a10000;
  margin-bottom: 2rem
}

.legal-content h1.mb-16 {
  margin-bottom: 4rem;
}

.legal-content h1.mb-20 {
  margin-bottom: 5rem;
}

.legal-content h2 {
  font-size: 1.35rem;
  font-weight: 700;
  color: #a10000;
  margin: 2rem 0 .5rem
}

.legal-content p {
  margin: 0 0 1rem
}

.legal-content a {
  color: #a10000
}

.service-detail-text h2 {
  font-weight: 700;
  color: #a10000;
  margin-bottom: 0
}

.service-detail-text p {
  margin-bottom: 1rem
}

.service-detail-text h2+p {
  margin-top: .25rem
}

.leadtext {
  font-size: clamp(1.5rem, 2.8vw, 2.5rem)
}

.title-size-service {
  font-size: clamp(2.9rem, 7vw, 6.5rem);
  line-height: 1.2em;
  hyphens: auto
}

.centered {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%)
}

.floating-contact {
  position: fixed;
  right: 0;
  bottom: 12vh;
  z-index: 60;
  display: none;
}

.floating-contact button,
.floating-contact-toggle {
  background: #a10000;
  padding: .25rem;
  border-radius: .75rem 0 0 .75rem;
  box-shadow: 0 10px 15px rgba(0, 0, 0, .12);
  border: none;
  cursor: pointer
}

.floating-contact img {
  width: 3rem
}

@media(min-width:640px) {
  .floating-contact img {
    width: 4rem
  }
}

@media(min-width:1280px) {
  .floating-contact img {
    width: 5rem
  }
}

.contact-panel {
  position: fixed;
  right: 0;
  top: 5rem;
  transform: translateX(100%);
  opacity: 0;
  transition: transform .3s ease, opacity .3s ease;
  z-index: 70
}

.contact-panel.is-open {
  transform: none;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center
}

@media(min-width:640px) {
  .contact-panel {
    top: 10rem
  }
}

.contact-panel-inner {
  background: #a10000;
  color: #fff;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);
  max-width: min(58rem, calc(100vw - 1rem))
}

.contact-panel input,
.contact-panel textarea {
  display: block;
  width: 100%;
  background: #a10000;
  border: 0;
  border-bottom: 1px solid #fff;
  color: white;
  padding: .65rem 1rem
}

.contact-panel textarea {
  border: 1px solid #fff
}

.contact-panel input::placeholder,
.contact-panel textarea::placeholder {
  color: white;
  opacity: .8
}

.contact-panel button[type=submit] {
  border: 1px solid #fff;
  border-radius: .375rem;
  color: #fff;
  padding: .75rem 1.5rem;
  background: #a10000
}

.notice {
  margin-bottom: 1rem
}

.notice--ok {
  color: white
}

.notice--error {
  color: #ffd4d4
}

.admin-link-reset a {
  color: inherit
}

@media(max-width:640px) {
  .mobile-panel {
    display: none
  }

  .mobile-panel.is-open {
    display: grid;
    position: fixed;
    right: 0;
    top: 4rem;
    background: white;
    color: #a10000;
    padding: .5rem 3rem 1rem 1rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1)
  }
}

/*! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com*/
*,
:after,
:before {
  border: 0 solid #e5e7eb;
  box-sizing: border-box
}

:after,
:before {
  --tw-content: ""
}

:host,
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent
}

body {
  line-height: inherit;
  margin: 0
}

hr {
  border-top-width: 1px;
  color: inherit;
  height: 0
}

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;
  text-decoration: inherit
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-feature-settings: normal;
  font-size: 1em;
  font-variation-settings: normal
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

table {
  border-collapse: collapse;
  border-color: inherit;
  text-indent: 0
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-feature-settings: inherit;
  font-size: 100%;
  font-variation-settings: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0
}

button,
select {
  text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none
}

:-moz-focusring {
  outline: auto
}

:-moz-ui-invalid {
  box-shadow: none
}

progress {
  vertical-align: baseline
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

summary {
  display: list-item
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0
}

fieldset {
  margin: 0
}

fieldset,
legend {
  padding: 0
}

menu,
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0
}

dialog {
  padding: 0
}

textarea {
  resize: vertical
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #9ca3af;
  opacity: 1
}

input::placeholder,
textarea::placeholder {
  color: #9ca3af;
  opacity: 1
}

[role=button],
button {
  cursor: pointer
}

:disabled {
  cursor: default
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle
}

img,
video {
  height: auto;
  max-width: 100%
}

[hidden] {
  display: none
}

*,
:after,
:before {
  --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: rgba(59, 130, 246, .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: rgba(59, 130, 246, .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%
}

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

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

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

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

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

.sr-only {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border-width: 0;
  white-space: nowrap
}

.fixed {
  position: fixed
}

.absolute {
  position: absolute
}

.relative {
  position: relative
}

.sticky {
  position: sticky
}

.inset-0 {
  inset: 0
}

.bottom-10 {
  bottom: 2.5rem
}

.bottom-\[12vh\] {
  bottom: 12vh
}

.left-0 {
  left: 0
}

.right-0 {
  right: 0
}

.right-10 {
  right: 2.5rem
}

.top-0 {
  top: 0
}

.top-16 {
  top: 4rem
}

.top-2\/3 {
  top: 66.666667%
}

.top-\[75vw\] {
  top: 75vw
}

.isolate {
  isolation: isolate
}

.z-0 {
  z-index: 0
}

.z-10 {
  z-index: 10
}

.z-20 {
  z-index: 20
}

.z-50 {
  z-index: 50
}

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

.my-24 {
  margin-bottom: 6rem;
  margin-top: 6rem
}

.-mr-2 {
  margin-right: -.5rem
}

.-mt-4 {
  margin-top: -1rem
}

.-mt-40 {
  margin-top: -10rem
}

.-mt-\[3vh\] {
  margin-top: -3vh
}

.mb-1 {
  margin-bottom: .25rem
}

.mb-12 {
  margin-bottom: 3rem
}

.mb-14 {
  margin-bottom: 3.5rem
}

.mb-2 {
  margin-bottom: .5rem
}

.mb-20 {
  margin-bottom: 5rem
}

.mb-24 {
  margin-bottom: 6rem
}

.mb-4 {
  margin-bottom: 1rem
}

.mb-8 {
  margin-bottom: 2rem
}

.ml-3 {
  margin-left: .75rem
}

.ml-auto {
  margin-left: auto
}

.mr-2 {
  margin-right: .5rem
}

.mr-3 {
  margin-right: .75rem
}

.mr-4 {
  margin-right: 1rem
}

.mr-auto {
  margin-right: auto
}

.mt-1 {
  margin-top: .25rem
}

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

.mt-12 {
  margin-top: 3rem
}

.mt-14 {
  margin-top: 3.5rem
}

.mt-16 {
  margin-top: 4rem
}

.mt-2 {
  margin-top: .5rem
}

.mt-4 {
  margin-top: 1rem
}

.mt-5 {
  margin-top: 1.25rem
}

.mt-6 {
  margin-top: 1.5rem
}

.mt-8 {
  margin-top: 2rem
}

.block {
  display: block
}

.inline-block {
  display: inline-block
}

.inline {
  display: inline
}

.flex {
  display: flex
}

.inline-flex {
  display: inline-flex
}

.grid {
  display: grid
}

.hidden {
  display: none
}

.aspect-\[16\/9\] {
  aspect-ratio: 16/9
}

.h-1\/2 {
  height: 50%
}

.h-10 {
  height: 2.5rem
}

.h-16 {
  height: 4rem
}

.h-24 {
  height: 6rem
}

.h-5 {
  height: 1.25rem
}

.h-6 {
  height: 1.5rem
}

.h-8 {
  height: 2rem
}

.h-80 {
  height: 20rem
}

.h-\[100vw\] {
  height: 100vw
}

.h-full {
  height: 100%
}

.h-screen {
  height: 100vh
}

.max-h-\[32rem\] {
  max-height: 32rem
}

.max-h-\[80vh\] {
  max-height: 80vh
}

.min-h-\[80vh\] {
  min-height: 80vh
}

.min-h-max {
  min-height: -moz-max-content;
  min-height: max-content
}

.min-h-screen {
  min-height: 100vh
}

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

.w-10 {
  width: 2.5rem
}

.w-12 {
  width: 3rem
}

.w-5 {
  width: 1.25rem
}

.w-6 {
  width: 1.5rem
}

.w-8 {
  width: 2rem
}

.w-auto {
  width: auto
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content
}

.w-full {
  width: 100%
}

.w-screen {
  width: 100vw
}

.max-w-3xl {
  max-width: 48rem
}

.max-w-5xl {
  max-width: 64rem
}

.max-w-7xl {
  max-width: 80rem
}

.max-w-none {
  max-width: none
}

.max-w-xl {
  max-width: 36rem
}

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

.flex-none {
  flex: none
}

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

.grow {
  flex-grow: 1
}

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

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

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

.flex-row {
  flex-direction: row
}

.flex-col {
  flex-direction: column
}

.place-items-stretch {
  place-items: stretch
}

.items-center {
  align-items: center
}

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

.justify-center {
  justify-content: center
}

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

.gap-10 {
  gap: 2.5rem
}

.gap-8 {
  gap: 2rem
}

.gap-y-6 {
  row-gap: 1.5rem
}

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

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

.self-center {
  align-self: center
}

.overflow-hidden {
  overflow: hidden
}

.rounded {
  border-radius: .25rem
}

.rounded-full {
  border-radius: 9999px
}

.rounded-md {
  border-radius: .375rem
}

.rounded-t {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem
}

.rounded-bl-xl {
  border-bottom-left-radius: .75rem
}

.rounded-tl-xl {
  border-top-left-radius: .75rem
}

.border {
  border-width: 1px
}

.border-0 {
  border-width: 0
}

.border-b {
  border-bottom-width: 1px
}

.border-b-2 {
  border-bottom-width: 2px
}

.border-transparent {
  border-color: transparent
}

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

.bg-\[\#9B0A3A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(155 10 58/var(--tw-bg-opacity))
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235/var(--tw-bg-opacity))
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251/var(--tw-bg-opacity))
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(161 0 0/var(--tw-bg-opacity))
}

.bg-third {
  --tw-bg-opacity: 1;
  background-color: rgb(246 242 238/var(--tw-bg-opacity))
}

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

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

.p-0 {
  padding: 0
}

.p-0\.5 {
  padding: .125rem
}

.p-1 {
  padding: .25rem
}

.p-2 {
  padding: .5rem
}

.p-4 {
  padding: 1rem
}

.p-6 {
  padding: 1.5rem
}

.px-1 {
  padding-left: .25rem;
  padding-right: .25rem
}

.px-3 {
  padding-left: .75rem;
  padding-right: .75rem
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem
}

.py-1 {
  padding-bottom: .25rem;
  padding-top: .25rem
}

.py-2 {
  padding-bottom: .5rem;
  padding-top: .5rem
}

.py-3 {
  padding-bottom: .75rem;
  padding-top: .75rem
}

.py-4 {
  padding-bottom: 1rem;
  padding-top: 1rem
}

.pb-16 {
  padding-bottom: 4rem
}

.pb-2 {
  padding-bottom: .5rem
}

.pb-3 {
  padding-bottom: .75rem
}

.pl-2 {
  padding-left: .5rem
}

.pl-3 {
  padding-left: .75rem
}

.pl-4 {
  padding-left: 1rem
}

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

.pr-2 {
  padding-right: .5rem
}

.pr-4 {
  padding-right: 1rem
}

.pt-1 {
  padding-top: .25rem
}

.pt-12 {
  padding-top: 3rem
}

.pt-2 {
  padding-top: .5rem
}

.pt-20 {
  padding-top: 5rem
}

.pt-4 {
  padding-top: 1rem
}

.text-center {
  text-align: center
}

.text-2xl {
  font-size: 2.4vw;
  line-height: 2.8vw
}

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

.text-lg {
  font-size: 1.4rem;
  line-height: 1.7rem
}

.text-sm {
  font-size: .85;
  line-height: 1rem
}

.text-xl {
  font-size: 1.8rem;
  line-height: 1.2em
}

.font-bold {
  font-weight: 700
}

.font-medium {
  font-weight: 500
}

.font-semibold {
  font-weight: 600
}

.uppercase {
  text-transform: uppercase
}

.italic {
  font-style: italic
}

.leading-8 {
  line-height: 2rem
}

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

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81/var(--tw-text-opacity))
}

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

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(27 27 27/var(--tw-text-opacity))
}

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

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

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

.placeholder-opacity-80::-moz-placeholder {
  --tw-placeholder-opacity: 0.8
}

.placeholder-opacity-80::placeholder {
  --tw-placeholder-opacity: 0.8
}

.opacity-100 {
  opacity: 1
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color)
}

.shadow,
.shadow-lg {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color)
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color)
}

.shadow-sm,
.shadow-xl {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color)
}

.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, .04)) drop-shadow(0 4px 3px rgba(0, 0, 0, .1))
}

.drop-shadow-lg,
.drop-shadow-md {
  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)
}

.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, .07)) drop-shadow(0 2px 2px rgba(0, 0, 0, .06))
}

.transition {
  transition-duration: .15s;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

body {
  font-family: Karla
}

.size-xs {
  font-size: .75rem
}

.size-s,
.size-xs {
  line-height: 1.3em
}

.size-s {
  font-size: .9rem
}

.size-m {
  font-size: 1.1rem;
  line-height: 1.3em
}

.size-l {
  font-size: 1.2rem
}

.size-l,
.size-xl {
  line-height: 1.25em
}

.size-xl {
  font-size: 1.5rem
}

.size-xxl {
  font-size: 2.5rem;
  line-height: 1.2em
}

@media (min-width:640px) {
  .size-xs {
    font-size: .8rem
  }

  .size-s {
    font-size: 1rem
  }

  .size-m {
    font-size: 1.2rem
  }

  .size-l {
    font-size: 1.4rem
  }

  .size-xl {
    font-size: 1.8rem
  }

  .size-xxl {
    font-size: 2.5rem
  }
}

@media (min-width:1024px) {
  .size-xs {
    font-size: .9rem
  }

  .size-s {
    font-size: 1.1rem
  }

  .size-m {
    font-size: 1.35rem
  }

  .size-l {
    font-size: 1.7rem
  }

  .size-xl {
    font-size: 2.6rem
  }

  .size-xxl {
    font-size: 3.5rem
  }
}

@media (min-width:1536px) {
  .size-xs {
    font-size: .95rem
  }

  .size-s {
    font-size: 1.1rem
  }

  .size-m {
    font-size: 1.3rem
  }

  .size-l {
    font-size: 1.9rem
  }

  .size-xl {
    font-size: 3rem
  }

  .size-xxl {
    font-size: 4.5rem
  }
}

.hover\:border-white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255/var(--tw-border-opacity))
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246/var(--tw-bg-opacity))
}

.hover\:bg-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(27 27 27/var(--tw-bg-opacity))
}

.focus\:border-white:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255/var(--tw-border-opacity))
}

.focus\:bg-third:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(246 242 238/var(--tw-bg-opacity))
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px
}

@media (min-width:640px) {
  .sm\:bottom-10 {
    bottom: 2.5rem
  }

  .sm\:top-\[50vh\] {
    top: 50vh
  }

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

  .sm\:col-start-4 {
    grid-column-start: 4
  }

  .sm\:-mt-20 {
    margin-top: -5rem
  }

  .sm\:-mt-\[5vh\] {
    margin-top: -5vh
  }

  .sm\:mb-2 {
    margin-bottom: .5rem
  }

  .sm\:mb-20 {
    margin-bottom: 5rem
  }

  .sm\:mb-4 {
    margin-bottom: 1rem
  }

  .sm\:mt-1 {
    margin-top: .25rem
  }

  .sm\:mt-24 {
    margin-top: 6rem
  }

  .sm\:mt-6 {
    margin-top: 1.5rem
  }

  .sm\:flex {
    display: flex
  }

  .sm\:aspect-\[2\/1\] {
    aspect-ratio: 2/1
  }

  .sm\:h-6 {
    height: 1.5rem
  }

  .sm\:h-7 {
    height: 1.75rem
  }

  .sm\:h-\[80vh\] {
    height: 80vh
  }

  .sm\:max-h-\[75vh\] {
    max-height: 75vh
  }

  .sm\:min-h-\[35rem\] {
    min-height: 35rem
  }

  .sm\:w-12 {
    width: 3rem
  }

  .sm\:w-16 {
    width: 4rem
  }

  .sm\:w-6 {
    width: 1.5rem
  }

  .sm\:w-7 {
    width: 1.75rem
  }

  .sm\:w-auto {
    width: auto
  }

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

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

  .sm\:justify-end {
    justify-content: flex-end
  }

  .sm\:gap-6 {
    gap: 1.5rem
  }

  .sm\:gap-x-8 {
    -moz-column-gap: 2rem;
    column-gap: 2rem
  }

  .sm\:p-10 {
    padding: 2.5rem
  }

  .sm\:p-6 {
    padding: 1.5rem
  }

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

  .sm\:py-3 {
    padding-bottom: .75rem;
    padding-top: .75rem
  }

  .sm\:py-6 {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem
  }

  .sm\:pt-16 {
    padding-top: 4rem
  }

  .sm\:text-xl {
    font-size: 1.8rem;
    line-height: 1.2em
  }
}

@media (min-width:768px) {
  .md\:flex {
    display: flex
  }

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

  .md\:w-5\/6 {
    width: 83.333333%
  }

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

@media (min-width:1024px) {
  .lg\:col-span-2 {
    grid-column: span 2/span 2
  }

  .lg\:col-start-2 {
    grid-column-start: 2
  }

  .lg\:col-start-5 {
    grid-column-start: 5
  }

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

  .lg\:mb-20 {
    margin-bottom: 5rem
  }

  .lg\:ml-6 {
    margin-left: 1.5rem
  }

  .lg\:ml-auto {
    margin-left: auto
  }

  .lg\:mt-16 {
    margin-top: 4rem
  }

  .lg\:block {
    display: block
  }

  .lg\:flex {
    display: flex
  }

  .lg\:grid {
    display: grid
  }

  .lg\:hidden {
    display: none
  }

  .lg\:aspect-square {
    aspect-ratio: 1/1
  }

  .lg\:w-2\/3 {
    width: 66.666667%
  }

  .lg\:w-64 {
    width: 16rem
  }

  .lg\:max-w-5xl {
    max-width: 64rem
  }

  .lg\:shrink-0 {
    flex-shrink: 0
  }

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

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

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

  .lg\:flex-row {
    flex-direction: row
  }

  .lg\:space-x-6>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(1.5rem*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(1.5rem*var(--tw-space-x-reverse))
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
  }

  .lg\:px-8 {
    padding-right: 2rem
  }

  .lg\:pl-8,
  .lg\:px-8 {
    padding-left: 2rem
  }

  .lg\:pt-16 {
    padding-top: 4rem
  }

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

@media (min-width:1280px) {
  .xl\:bottom-16 {
    bottom: 4rem
  }

  .xl\:w-16 {
    width: 4rem
  }

  .xl\:w-20 {
    width: 5rem
  }

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

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

  .xl\:p-12 {
    padding: 3rem
  }
}

@media (prefers-color-scheme:dark) {
  .dark\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81/var(--tw-border-opacity))
  }

  .dark\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55/var(--tw-bg-opacity))
  }

  .dark\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175/var(--tw-text-opacity))
  }

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

  .dark\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81/var(--tw-bg-opacity))
  }
}

.fade[data-v-201757f5] {
  animation: fadeInRight-201757f5 .5s ease-in-out
}

@keyframes fadeInRight-201757f5 {
  0% {
    transform: translateX(300px)
  }
}

.fade-logo[data-v-201757f5] {
  animation: fadeInLeft-201757f5 .5s ease-in-out
}

@keyframes fadeInLeft-201757f5 {
  0% {
    transform: translateX(-300px)
  }
}

.claim {
  font-size: clamp(1rem, 3vw, 2.5rem)
}

.left[data-v-6b97719c] {
  left: 0
}

.image-right[data-v-6b97719c] {
  margin-left: auto
}

.image-left[data-v-6b97719c] {
  margin-right: auto
}

.right[data-v-6b97719c] {
  right: 0
}

@media (max-width:767px) {
  .quoteposition[data-v-6b97719c] {
    bottom: 0;
    transform: translateY(66%)
  }

  .quote[data-v-6b97719c] {
    margin-bottom: 30%
  }
}

.quoteposition[data-v-83e18e3e] {
  left: 0;
  margin-bottom: 39%;
  margin-top: -53%;
  position: relative
}

@media (max-width:1023px) {
  .quoteposition[data-v-83e18e3e] {
    bottom: 0;
    left: 0;
    margin-bottom: 1rem;
    margin-top: 0;
    position: relative;
    transform: translateY(-20%)
  }
}

@media (min-width:1024px) {
  .box[data-v-83e18e3e] {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, .04)) drop-shadow(0 4px 3px rgba(0, 0, 0, .1));
    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)
  }
}

.fade-in-element[data-v-746ad74f] {
  opacity: 0;
  position: fixed;
  right: 0;
  top: 5rem;
  transform: translateX(100%);
  transition: transform .3s ease, opacity .3s ease
}

@media (min-width:640px) {
  .fade-in-element[data-v-746ad74f] {
    opacity: 0;
    position: fixed;
    right: 0;
    top: 10rem;
    transform: translateX(100%);
    transition: transform .3s ease, opacity .3s ease
  }
}

.appear[data-v-746ad74f] {
  align-items: center;
  display: flex;
  justify-content: center;
  opacity: 1;
  transform: none
}

@media only screen and (min-width:481px) {
  .appear {
    opacity: 0;
    transform: translateY(80px);
    transition: all .5s
  }

  .appear.inview {
    opacity: 1;
    transform: none;
    transition-delay: .3s
  }

  .appear2 {
    opacity: 0;
    transform: translateY(40px);
    transition: all .5s
  }

  .appear2.inview2 {
    opacity: 1;
    transform: none
  }

  .appear2.inview2:first-child {
    transition-delay: .1s
  }

  .appear2.inview2:nth-child(2) {
    transition-delay: .2s
  }

  .appear2.inview2:nth-child(3) {
    transition-delay: .3s
  }

  .appear2.inview2:nth-child(4) {
    transition-delay: .4s
  }

  .appear2.inview2:nth-child(5) {
    transition-delay: .5s
  }

  .appear3 {
    opacity: 0;
    transform: translateY(40px);
    transition: all .5s
  }

  .appear3.inview {
    opacity: 1;
    transform: none;
    transition-delay: .3s
  }
}

.quoteposition[data-v-6937c441] {
  bottom: 0;
  left: -1rem;
  position: relative;
  transform: translateY(-33%)
}

@media (max-width:1023px) {
  .quoteposition[data-v-6937c441] {
    left: -1rem;
    position: relative;
    transform: translateY(-20%)
  }
}

.content[data-v-229d6435] h2 {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(161 0 0/var(--tw-text-opacity))
}

.content[data-v-229d6435] p {
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(27 27 27/var(--tw-text-opacity))
}

/* PHP-flatfile fix: service cards must never remain invisible if the JS observer did not run yet. */
.appear.inview,
.appear2.inview2,
.appear3.inview {
  opacity: 1 !important;
  transform: none !important;
}

/* v3.4: hero title aligned to content grid and slightly enlarged */
.hero-title-layer {
  left: 50%;
  top: 58%;
  width: 100%;
  transform: translateX(-50%);
}

.title-size {
  font-size: clamp(1.5rem, 4vw, 4rem);
  line-height: 1.15em;
  letter-spacing: .13em;
}

.claim {
  font-size: clamp(1.2rem, 3.2vw, 2.8rem);
  letter-spacing: .16em;
}

@media(max-width:639px) {
  .hero-title-layer {
    top: 50vw
  }

  .title-size {
    letter-spacing: .09em
  }

  .claim {
    letter-spacing: .1em
  }
}