@charset "UTF-8";
/* Document
 * ========================================================================== */
/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Backgrounds do not repeat by default (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  background-repeat: no-repeat;
  /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Breaks words to prevent overflow in all browsers (opinionated).
 * 4. Use a 4-space tab width in all browsers (opinionated).
 * 5. Remove the grey highlight on links in iOS (opinionated).
 * 6. Prevent adjustments of font size after orientation changes in iOS.
 */
:where(:root) {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  overflow-wrap: break-word;
  /* 3 */
  -moz-tab-size: 4;
  /* 4 */
  tab-size: 4;
  /* 4 */
  -webkit-tap-highlight-color: transparent;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * 1. Fill the viewport block in all browsers (opinionated).
 * 2. Remove the margin in all browsers (opinionated).
 */
:where(body) {
  block-size: -moz-available;
  /* 1 */
  block-size: -webkit-fill-available;
  /* 1 */
  block-size: stretch;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
:where(h1) {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, and Safari.
 */
:where(dl, ol, ul) :where(dl, ol, ul) {
  margin: 0;
}

/**
 * 1. Correct the inheritance of border color in Firefox.
 * 2. Add the correct box sizing in Firefox.
 */
:where(hr) {
  color: inherit;
  /* 1 */
  height: 0;
  /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
:where(nav) :where(ol, ul) {
  list-style-type: none;
  padding: 0;
}

/**
 * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
 */
:where(nav li)::before {
  content: "​";
  float: left;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Prevent overflow of the container in all browsers (opinionated).
 */
:where(pre) {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
  overflow: auto;
  /* 3 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Add the correct text decoration in Safari.
 */
:where(abbr[title]) {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
:where(b, strong) {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
:where(code, kbd, samp) {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
:where(small) {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
:where(audio, canvas, iframe, img, svg, video) {
  vertical-align: middle;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
:where(iframe) {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
:where(svg:not([fill])) {
  fill: currentColor;
}

/* Tabular data
 * ========================================================================== */
/**
 * 1. Collapse border spacing in all browsers (opinionated).
 * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
:where(table) {
  border-collapse: collapse;
  /* 1 */
  border-color: inherit;
  /* 2 */
  text-indent: 0;
  /* 3 */
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
:where(button, input, select) {
  margin: 0;
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
:where(button, [type="button" i], [type="reset" i], [type="submit" i]) {
  -webkit-appearance: button;
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
:where(fieldset) {
  border: 1px solid #a0a0a0;
}

/**
 * Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
:where(progress) {
  vertical-align: baseline;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 3. Change the resize direction in all browsers (opinionated).
 */
:where(textarea) {
  margin: 0;
  /* 1 */
  resize: vertical;
  /* 3 */
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
:where([type="search" i]) {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct styles in Safari.
 */
:where(dialog) {
  background-color: white;
  border: solid;
  color: black;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

:where(dialog:not([open])) {
  display: none;
}

/*
 * Add the correct display in Safari.
 */
:where(details > summary:first-of-type) {
  display: list-item;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
:where([aria-busy="true" i]) {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
:where([aria-controls]) {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
:where([aria-disabled="true" i], [disabled]) {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
:where([aria-hidden="false" i][hidden]) {
  display: initial;
}

:where([aria-hidden="false" i][hidden]:not(:focus)) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

h1, h2, h3, h4, p {
  margin-block-start: 0;
  margin-block-end: 0;
}

/**************** Container ***************/
/*************** Section *****************/
/******************** Hover, Shadow, andere... *********************/
/************** Fonts ************/
@font-face {
  font-family: "MonaSans";
  src: url("../../assets/font/MonaSans-Light.woff2") format("woff2"), url("../../assets/font/MonaSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MonaSans";
  src: url("../../assets/font/MonaSans-Regular.woff2") format("woff2"), url("../../assets/font/MonaSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MonaSans";
  src: url("../../assets/font/MonaSans-Medium.woff2") format("woff2"), url("../../assets/font/MonaSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MonaSans";
  src: url("../../assets/font/MonaSans-SemiBold.woff2") format("woff2"), url("../../assets/font/MonaSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MonaSans";
  src: url("../../assets/font/MonaSans-Bold.woff2") format("woff2"), url("../../assets/font/MonaSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MonaSans Variable";
  src: url("../../assets/font/MonaSans[wdth,wght].ttf") format("truetype");
  font-weight: 100 900;
  font-stretch: 75% 125%;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geist";
  src: url("../../assets/font/geist-var.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../assets/font/roboto-var.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Titillium Web";
  src: url("../../assets/font/Titillium_Web_400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Titillium Web";
  src: url("../../assets/font/Titillium_Web_600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/************** Schriftgrößen ************/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.8px;
}

a {
  letter-spacing: 0.8px;
}

p {
  font-size: 1.25rem;
  line-height: 150%;
  letter-spacing: 0.8px;
}
@media (max-width: 980px) {
  p {
    font-size: 16px;
  }
}

a {
  font-size: 1.25rem;
}
@media (max-width: 980px) {
  a {
    font-size: 16px;
  }
}

h1,
.h1 {
  font-size: 3.2rem;
  line-height: 125%;
}
@media (max-width: 767px) {
  h1,
.h1 {
    font-size: 2rem;
  }
}

h2,
.h2 {
  font-size: 2.2rem;
  line-height: 125%;
}
@media (max-width: 767px) {
  h2,
.h2 {
    font-size: 1.8rem;
  }
}

h3,
.h3 {
  font-size: 1.5rem;
  line-height: 125%;
}
@media (max-width: 767px) {
  h3,
.h3 {
    font-size: 1.4rem;
  }
}

h4,
.h4 {
  font-size: 1.3rem;
  line-height: 125%;
}
@media (max-width: 767px) {
  h4,
.h4 {
    font-size: 1.2rem;
  }
}

html {
  line-height: 120%;
  font-weight: 400;
  color: #171A21;
  font: 400 3.5vw/1.5rem "Titillium Web", sans-serif;
  scroll-behavior: smooth;
  margin-top: 0 !important;
}
@media (min-width: 980px) {
  html {
    font-size: 0.96vw;
  }
}
@media (min-width: 1441px) {
  html {
    font-size: 0.85vw;
  }
}
@media (min-width: 1600px) {
  html {
    font-size: 0.8vw;
  }
}
@media (max-width: 980px) {
  html {
    font-size: 18px;
    overflow-x: hidden;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-size: 1.25rem;
  overflow-x: clip;
}
@media (max-width: 980px) {
  body {
    overflow-x: visible;
  }
}

#primary,
.site-main,
.header,
.footer {
  max-width: 100%;
  overflow-x: clip;
}

section {
  background-color: #f6f6f8;
}
@media (max-width: 980px) {
  section {
    overflow-x: hidden;
  }
}

.container {
  max-width: 1632px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.6rem;
}
@media (max-width: 1600px) {
  .container {
    padding: 0 3rem;
    max-width: 1300px;
  }
}
@media (max-width: 980px) {
  .container {
    padding: 0 2rem !important;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 1rem !important;
  }
}

section {
  padding: 80px 0;
}
@media (max-width: 980px) {
  section {
    padding: 40px 0;
  }
}

.section-header {
  margin-bottom: 3rem;
}
.section-header h3 {
  margin-top: 1rem;
}
.section-header p {
  margin-top: 1rem;
}

.title-deco {
  position: relative;
}
.title-deco::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  background-color: #cd1d1d;
  width: 50px;
  height: 2px;
}
.title-deco::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  background-color: #cd1d1d;
  width: 50px;
  height: 2px;
}

.textEditor-block ul,
.textEditor-block ol,
.titleText__text ul,
.titleText__text ol {
  margin-top: 1rem;
  margin-left: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.textEditor-block ul li,
.textEditor-block ol li,
.titleText__text ul li,
.titleText__text ol li {
  line-height: 150%;
}
@media (max-width: 980px) {
  .textEditor-block ul li,
.textEditor-block ol li,
.titleText__text ul li,
.titleText__text ol li {
    font-size: 16px;
  }
}
.textEditor-block ul li,
.titleText__text ul li {
  position: relative;
}
.textEditor-block ul li::before,
.titleText__text ul li::before {
  content: "";
  position: absolute;
  left: -1.6rem;
  top: 7px;
  width: 1rem;
  height: 1rem;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background-color: #cd1d1d;
  border-radius: 3px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M1.5 6l3 3 6-6' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M1.5 6l3 3 6-6' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.number-box {
  background-color: #f6f6f8;
  color: #cd1d1d;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
}

.content-box {
  background-color: #cd1d1d;
  color: #f6f6f8;
  padding: 2rem;
  border-radius: 16px;
  margin-top: 2rem;
}
@media (max-width: 980px) {
  .content-box {
    padding: 1.5rem 1rem;
    margin-bottom: 1rem;
  }
}
.content-box h3 {
  margin-bottom: 1rem;
}
.content-box .h3 {
  margin-bottom: 0;
}

.lazy-section {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.lazy-section.is-visible {
  opacity: 1;
  transform: translateY(0);
}

ul,
ol {
  padding: 0;
  margin: 0;
}
ul li,
ol li {
  line-height: 150%;
}

ol li {
  list-style-type: decimal;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #171A21;
}

.btn {
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 1.25rem;
  line-height: 100%;
  font-weight: 400;
  font-family: "Titillium Web", sans-serif;
  background-color: #cd1d1d;
  cursor: pointer;
  appearance: none;
  padding: 1.1rem 1.4rem;
  outline: none;
  transition: 0.4s ease-in-out;
  width: fit-content;
  color: #f6f6f8;
  position: relative;
  overflow: hidden;
}
.btn span {
  position: relative;
  z-index: 1;
}
.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ff231d;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 0;
}
.btn:hover, .btn:active {
  color: #f6f6f8;
}
.btn:hover::before, .btn:active::before {
  transform: translateX(0);
}
@media (max-width: 980px) {
  .btn {
    font-size: 1rem;
  }
}

.btn-secondary {
  background-color: transparent;
  color: #171A21;
  border: 1px solid #cd1d1d;
}
.btn-secondary:hover, .btn-secondary:active {
  border-color: #cd1d1d;
  color: #f6f6f8;
}
.btn-secondary:hover::before, .btn-secondary:active::before {
  background-color: #cd1d1d;
}

.btn-light {
  background-color: unset;
  border-color: unset;
  color: #cd1d1d;
  padding: 0;
  position: relative;
  display: inline;
  border: unset;
}
.btn-light::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0;
  top: unset;
  height: 1px;
  background: #171A21;
  z-index: -1;
  transition: 0.4s ease-in-out;
  transform: unset;
}
.btn-light:hover {
  color: #171A21;
}
.btn-light:hover::before {
  width: 100%;
  background-color: #171A21;
}
.btn-light:hover, .btn-light:active {
  background-color: unset;
  color: #171A21;
  border-color: unset;
}

.section-top {
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.125rem;
  max-width: 600px;
}
@media (max-width: 980px) {
  .section-top {
    margin-bottom: 2rem;
  }
}

img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .swiper-button-next,
.swiper-button-prev {
    height: 3rem !important;
    width: 3rem !important;
  }

  .swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 1.2rem !important;
  }

  .swiper-pagination {
    gap: 0.4rem !important;
    margin-right: 1rem !important;
  }

  .references__swiper__controls,
.references-v2__swiper__controls {
    padding: 0 !important;
  }

  .references-v2 .show-ref {
    height: 3rem !important;
    width: 3rem !important;
  }
}
.bg-gray {
  background-color: #e6e7e48a;
}

.bg-white {
  background-color: #f6f6f8;
}

.lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(23, 26, 33, 0.7);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
}
.lightbox-overlay.active {
  display: flex;
}

.lightbox-content {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox-image {
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
}

.lightbox-close,
.lightbox-prev,
.lightbox-next {
  position: absolute;
  background: #171A21;
  border: none;
  color: #f6f6f8;
  font-size: 2rem;
  cursor: pointer;
  padding: 1rem;
  transition: all 0.3s ease;
  z-index: 10;
}
.lightbox-close:hover,
.lightbox-prev:hover,
.lightbox-next:hover {
  background: #cd1d1d;
  color: #171A21;
}

.lightbox-close {
  top: 1rem;
  right: 1rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  font-size: 2.5rem;
  line-height: 1;
  padding: 0;
}

.lightbox-prev {
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
  font-size: 2rem;
}
.lightbox-prev::after {
  content: "prev";
  font-family: swiper-icons;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lightbox-next {
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
  font-size: 2rem;
}
.lightbox-next::after {
  content: "next";
  font-family: swiper-icons;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ccm-settings-summoner.ccm-show .ccm-settings-summoner--link {
  box-shadow: none !important;
}

.ccm-root .ccm-settings-summoner.ccm-show .ccm-settings-summoner--link {
  position: relative;
}
.ccm-root .ccm-settings-summoner.ccm-show .ccm-settings-summoner--link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  background-image: url("../svg/settings-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.ccm-settings-summoner.ccm-show .ccm-settings-summoner--link img {
  height: 22px;
  object-fit: contain;
  display: none !important;
}

.ccm-settings-summoner.ccm-show {
  right: 1rem;
  bottom: 130px;
  background: #cd1d1d;
  overflow: hidden;
  transition: all ease 0.2s;
  height: 42px;
  width: 42px;
  left: unset !important;
}

.imp-ds h2,
.imp-ds h3,
.imp-ds h4,
.imp-ds h5,
.imp-ds h6 {
  padding: 2rem 0 1rem 0;
}

.page-impressum .textEditor__content,
.page-datenschutz .textEditor__content {
  max-width: 1200px;
}

br {
  display: block;
  content: "";
  margin-top: 10px;
}

@media (max-width: 767px) {
  .lightbox-prev,
.lightbox-next {
    font-size: 1.5rem;
    padding: 0.5rem;
    width: 3rem;
    height: 3rem;
  }
  .lightbox-prev::after,
.lightbox-next::after {
    font-size: 1.5rem;
  }

  html {
    hyphens: auto;
  }
}
.object-left img {
  object-position: left;
}

.c-icon {
  position: relative;
  display: flex;
  gap: 1rem;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}
@media (max-width: 980px) {
  .c-icon {
    font-size: 1rem;
  }
}
.c-icon a {
  text-decoration: none !important;
}
.c-icon::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  object-fit: contain;
  margin-top: 0.15em;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.c-icon.phone::before {
  background-image: url(../svg/phone-black.svg);
}

.c-icon.email::before {
  background-image: url(../svg/mail-black.svg);
}

.c-icon.address::before {
  background-image: url(../svg/map-pin-black.svg);
}

#wpadminbar {
  display: none !important;
}

.mt-d {
  margin-top: 5rem;
}
@media (max-width: 980px) {
  .mt-d {
    margin-top: 2rem;
  }
}

.title-deco-v1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  max-width: 100% !important;
}
.title-deco-v1::after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #cd1d1d;
}

.section {
  padding: 60px 0;
}
@media (max-width: 980px) {
  .section {
    padding: 40px 0;
  }
}
.section__container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .section__container {
    padding: 0 1rem;
  }
}

.section-pt-none {
  padding-top: 0 !important;
}

.section-pb-none {
  padding-bottom: 0 !important;
}

.header {
  z-index: 100;
  margin: 0 auto;
  transition: all 0.4s ease-in-out;
  background-color: #cecece;
  max-width: 100%;
  width: 100%;
  border-bottom: 2px solid #cd1d1d;
  padding: 1rem 1rem;
  padding-bottom: 0;
}
.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f6f6f8;
  z-index: -1;
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}
.header__logo {
  color: #f6f6f8;
  max-width: 170px;
}
.header__logo img {
  width: 100%;
  object-fit: contain;
}
.header__nav {
  padding: 0.8rem 1.5rem;
  color: #cd1d1d;
}
.header__nav .header__cta__mobile {
  display: none;
}
.header__nav ul li a {
  transition: 0.4s ease-in-out;
  font-weight: 500;
  position: relative;
  color: #171A21;
  text-transform: uppercase;
}
.header__nav ul li a::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0;
  height: 1px;
  background: #cd1d1d;
  transition: 0.4s ease-in-out;
}
.header__nav ul li a:hover {
  color: #cd1d1d;
}
.header__nav ul li a:hover::before {
  width: 100%;
}
.header__nav__list {
  display: flex;
  gap: 2.5rem;
}
.header__cta {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
.header__burger {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  cursor: pointer;
  display: none;
  background-color: #cd1d1d;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.header__burger span {
  width: 30px;
  height: 2px;
  background-color: #f6f6f8;
  transition: 0.4s ease-in-out;
}
.header__list {
  display: flex;
  gap: 1.5rem;
}
.header .header__nav__sublist {
  position: fixed;
  padding: 1rem;
  display: flex;
  gap: 1rem;
  transform: translateX(0rem);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  width: max-content;
  z-index: 999;
  max-width: 1632px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 93px;
}
@media (min-width: 981px) {
  .header .header__nav__sublist {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 3rem;
  }
}
.header .header__nav__sublist::before {
  content: "";
  position: absolute;
  top: 0;
  width: 200vw;
  height: 100%;
  z-index: -1;
  background: #f6f6f8;
  left: -50vw;
}
.header .header__nav__sublist::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #f6f6f8;
}
.header .header__nav__sublist a {
  font-size: 1.1rem;
}
.header .has_sub_menu {
  position: relative;
}
.header .has_sub_menu > a {
  display: flex;
  gap: 0.2rem;
}
.header .has_sub_menu > a svg {
  width: 20px;
}
.header .has_sub_menu > a svg rect {
  fill: #cd1d1d;
  transition: all 0.3s ease-in-out;
}
.header .has_sub_menu:hover .header__nav__sublist {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 1201px) {
  .header .has_basic_subnav,
.header .basic-subnav {
    position: relative;
  }
  .header .has_basic_subnav > a,
.header .basic-subnav > a {
    display: flex;
    gap: 0.2rem;
    align-items: center;
  }
  .header .has_basic_subnav > a svg,
.header .basic-subnav > a svg {
    width: 20px;
    height: 20px;
    transform: rotate(90deg);
    margin-left: 3px;
  }
  .header .has_basic_subnav > a svg rect,
.header .basic-subnav > a svg rect {
    fill: #cd1d1d;
    transition: all 0.3s ease-in-out;
  }
  .header .has_basic_subnav .header__basic-subnav.header__mega-menu,
.header .basic-subnav .header__basic-subnav.header__mega-menu {
    position: absolute !important;
    top: calc(100% + 0.75rem) !important;
    left: 0 !important;
    right: auto !important;
    width: max-content;
    min-width: 220px;
    max-width: 320px;
    margin: 0;
    padding: 0;
    transform: none;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    display: block;
    opacity: 0;
    visibility: hidden;
  }
  .header .has_basic_subnav .header__basic-subnav.header__mega-menu .header__mega-menu__inner,
.header .basic-subnav .header__basic-subnav.header__mega-menu .header__mega-menu__inner {
    max-width: none;
    margin: 0;
    padding: 0.5rem 0;
    background: #f6f6f8;
  }
  .header .has_basic_subnav .header__basic-subnav.header__mega-menu .header__mega-menu__grid,
.header .basic-subnav .header__basic-subnav.header__mega-menu .header__mega-menu__grid {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0;
  }
  .header .has_basic_subnav .header__basic-subnav.header__mega-menu .header__mega-menu__grid a,
.header .basic-subnav .header__basic-subnav.header__mega-menu .header__mega-menu__grid a {
    padding: 0.5rem 1rem;
    font-size: 1rem;
    font-weight: 400;
  }
  .header .has_basic_subnav .header__basic-subnav.header__mega-menu .header__mega-menu__grid a .header__mega-menu__chevron,
.header .basic-subnav .header__basic-subnav.header__mega-menu .header__mega-menu__grid a .header__mega-menu__chevron {
    display: none;
  }
  .header .has_basic_subnav:hover .header__basic-subnav.header__mega-menu,
.header .basic-subnav:hover .header__basic-subnav.header__mega-menu {
    visibility: visible;
    opacity: 1;
  }
}
.header .has_mega_menu {
  position: static;
}
.header .has_mega_menu > a svg {
  width: 20px;
  height: 20px;
  transform: rotate(90deg);
  margin-left: 3px;
}
.header .has_mega_menu > a svg rect {
  fill: #cd1d1d;
  transition: all 0.3s ease-in-out;
}
.header .has_mega_menu.is-mega-closed:hover .header__mega-menu {
  opacity: 0;
  visibility: hidden;
}
.header .header__mega-menu {
  position: fixed;
  left: 0;
  right: 0;
  top: 93px;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  z-index: 999;
  display: block;
  transform: none;
}
.header .header__mega-menu::before, .header .header__mega-menu::after {
  display: none;
}
.header .header__mega-menu__inner {
  max-width: calc(1613px - 2rem);
  margin: 0 auto;
  padding: 2rem 1rem 0;
  background: #f6f6f8;
}
@media (max-width: 1600px) {
  .header .header__mega-menu__inner {
    max-width: calc(1250px - 2rem);
    padding: 2rem 3rem;
  }
}
.header .header__mega-menu__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid rgba(23, 26, 33, 0.15);
}
.header .header__mega-menu__label {
  color: #cd1d1d;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.header .header__mega-menu__close {
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 2rem;
  line-height: 1;
  color: #171A21;
  padding: 0.25rem 0.5rem;
}
.header .header__mega-menu__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(6, auto);
  grid-auto-flow: column;
  gap: 0.75rem 3rem;
  list-style: none;
  margin: 0;
  padding: 0 0 2rem;
}
.header .header__mega-menu__grid li {
  margin: 0;
}
.header .header__mega-menu__grid a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.35rem 0;
  text-transform: none;
  font-size: 1.1rem;
  font-weight: 500;
}
.header .header__mega-menu__grid a::before {
  display: none;
}
.header .header__mega-menu__grid a:hover {
  color: #cd1d1d;
}
.header .header__mega-menu__chevron {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
.header .header__mega-menu__footer {
  display: grid;
  grid-template-columns: 1.4fr auto 1fr;
  gap: 2rem;
  align-items: center;
  padding: 1.25rem 1rem;
  background: rgba(23, 26, 33, 0.08);
  border-top: 1px solid rgba(23, 26, 33, 0.08);
}
.header .header__mega-menu__footer-text {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header .header__mega-menu__footer-text p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.4;
}
.header .header__mega-menu__footer-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}
.header .header__mega-menu__footer-cta .btn {
  white-space: nowrap;
}
.header .header__mega-menu__footer-contact {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  align-items: flex-end;
  text-align: right;
}
.header .header__mega-menu__footer-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: #171A21;
  font-weight: 600;
}
.header .header__mega-menu__footer-phone img {
  width: 18px;
  height: 18px;
}
.header .header__mega-menu__footer-phone:hover {
  color: #cd1d1d;
}
.header .header__mega-menu__footer-hours {
  font-size: 0.95rem;
  line-height: 1.4;
}
.header .header__mega-menu__footer-hours p {
  margin: 0;
}
.header .has_mega_menu:hover .header__mega-menu {
  opacity: 1;
  visibility: visible;
}

.header__fixed__cta {
  position: fixed;
  right: 0;
  bottom: 30%;
  display: flex;
  flex-direction: column;
  z-index: 999;
  gap: 0.5rem;
  pointer-events: none;
}
.header__fixed__cta__item {
  display: flex;
  align-items: center;
  transform: translateX(calc(100% - 45.88px));
  transition: all 0.4s ease-in-out;
  background-color: #cd1d1d;
  pointer-events: all;
}
.header__fixed__cta__item:hover {
  transform: translateX(0);
}
.header__fixed__cta__item button {
  background: none;
  border: none;
  cursor: pointer;
  background-color: #cd1d1d;
  height: 45.88px;
  width: 45.88px;
}
.header__fixed__cta__item button svg {
  width: 70%;
}
.header__fixed__cta__item button svg path,
.header__fixed__cta__item button svg polyline {
  stroke: #171A21;
}
.header__fixed__cta__item a {
  padding: 1rem;
  border-left: 1px solid #f6f6f8;
}

.show-nav {
  overflow: hidden;
}
.show-nav .header__nav {
  display: flex;
  flex-direction: column;
  position: fixed;
  height: calc(100vh - 100px - 1rem);
  top: 100px;
  left: 1rem;
  right: 1rem;
  gap: 2rem;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: all 0.4s ease-in-out;
  background-color: #f6f6f8;
}
.show-nav .header__nav__list {
  padding-top: 3rem;
  flex-direction: column;
  gap: 1rem;
}
.show-nav .header__nav__list li a {
  font-size: 2rem;
}
.show-nav .header__nav .header__nav__sublist::after {
  display: none;
}
.show-nav .header__nav .header__cta__mobile {
  display: flex;
}

@media (max-width: 1200px) {
  .header {
    width: 100% !important;
    top: 0;
    border-radius: unset;
  }
  .header .container {
    padding: 0 1rem;
    flex-direction: row;
  }
  .header__nav {
    position: fixed;
    top: 118px !important;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.3);
    transition: all 0.4s ease-in-out;
  }
  .header__nav ul {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .header__nav ul li a {
    font-size: 20px;
  }
  .header__logo {
    max-width: 180px;
    margin-bottom: 1rem;
  }
  .header__cta {
    display: none;
  }
  .header__burger {
    display: flex;
  }

  .show-nav .header__right {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
  .show-nav .header__burger span:nth-child(1) {
    -webkit-transform: translateY(0.5rem) rotate(50deg);
    transform: translateY(0.5rem) rotate(50deg);
  }
  .show-nav .header__burger span:nth-child(2) {
    opacity: 0;
  }
  .show-nav .header__burger span:nth-child(3) {
    -webkit-transform: translateY(-0.6rem) rotate(-50deg);
    transform: translateY(-0.6rem) rotate(-50deg);
  }

  .has_sub_menu .header__nav__sublist {
    position: initial;
    transform: unset;
    opacity: 1;
    visibility: visible;
    gap: 0.5rem;
    display: none;
    margin-left: 0;
    width: 100%;
    max-width: none;
    min-width: 0;
    padding: 0;
    box-shadow: none;
  }
  .has_sub_menu .header__nav__sublist li a {
    font-size: 18px;
    padding: 0;
  }
  .has_sub_menu .header__mega-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    display: none;
    padding: 0;
  }
  .has_sub_menu .header__mega-menu__inner {
    padding: 1rem 0 0;
  }
  .has_sub_menu .header__mega-menu__grid {
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 0.5rem;
  }
  .has_sub_menu .header__mega-menu__footer {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1rem 0;
  }
  .has_sub_menu .header__mega-menu__footer-contact {
    align-items: flex-start;
    text-align: left;
  }
  .has_sub_menu .header__mega-menu__head {
    margin-bottom: 1rem;
  }
  .has_sub_menu .header__mega-menu__close {
    display: none;
  }

  .has_basic_subnav,
.basic-subnav {
    position: static;
  }
  .has_basic_subnav > a svg,
.basic-subnav > a svg {
    width: 20px;
    height: 20px;
    transform: rotate(90deg);
    margin-left: 3px;
  }
  .has_basic_subnav > a svg rect,
.basic-subnav > a svg rect {
    fill: #cd1d1d;
    transition: all 0.3s ease-in-out;
  }
  .has_basic_subnav .header__basic-subnav,
.has_basic_subnav .header__mega-menu,
.basic-subnav .header__basic-subnav,
.basic-subnav .header__mega-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    display: none;
    padding: 0;
    width: 100%;
    max-width: none;
    min-width: 0;
    box-shadow: none;
    transform: none;
  }
  .has_basic_subnav .header__basic-subnav .header__mega-menu__inner,
.has_basic_subnav .header__mega-menu .header__mega-menu__inner,
.basic-subnav .header__basic-subnav .header__mega-menu__inner,
.basic-subnav .header__mega-menu .header__mega-menu__inner {
    padding: 1rem 0 0;
    background: transparent;
    max-width: none;
  }
  .has_basic_subnav .header__basic-subnav .header__mega-menu__grid,
.has_basic_subnav .header__mega-menu .header__mega-menu__grid,
.basic-subnav .header__basic-subnav .header__mega-menu__grid,
.basic-subnav .header__mega-menu .header__mega-menu__grid {
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 0.5rem;
    padding: 0;
  }
  .has_basic_subnav .header__basic-subnav .header__mega-menu__grid a,
.has_basic_subnav .header__mega-menu .header__mega-menu__grid a,
.basic-subnav .header__basic-subnav .header__mega-menu__grid a,
.basic-subnav .header__mega-menu .header__mega-menu__grid a {
    font-size: 1rem !important;
    padding: 0 !important;
  }

  .open-subnav > .header__nav__sublist,
.open-subnav .header__nav__sublist,
.open-subnav .header__mega-menu {
    display: block;
  }
  .open-subnav > a svg rect:nth-child(1) {
    display: none;
  }

  .header__nav {
    overflow: scroll;
  }
  .header .open-subnav .header__mega-menu,
.header .has_basic_subnav.open-subnav .header__basic-subnav {
    display: block;
  }
  .header .header__mega-menu,
.header .header__basic-subnav {
    position: initial !important;
    display: none;
  }
  .header .header__mega-menu .header__mega-menu__head,
.header .header__basic-subnav .header__mega-menu__head {
    display: none;
  }
  .header .header__mega-menu .header__mega-menu__grid,
.header .header__basic-subnav .header__mega-menu__grid {
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 0.5rem;
    padding: 0;
  }
  .header .header__mega-menu .header__mega-menu__grid a,
.header .header__basic-subnav .header__mega-menu__grid a {
    font-size: 1rem !important;
    padding: 0 !important;
  }
  .header .header__mega-menu .header__mega-menu__inner,
.header .header__basic-subnav .header__mega-menu__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 980px) {
  .header {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .header {
    padding-left: 0;
    padding-right: 0;
  }
  .header .container {
    padding: 0 1rem;
  }
  .header__right {
    padding: 3rem 1rem;
  }
  .header__logo {
    max-width: 140px !important;
    margin-bottom: 0;
  }
  .header__nav__list li a {
    font-size: 1.4rem !important;
  }
}
@media (max-width: 576px) {
  .header__logo {
    max-width: 230px;
  }
}
@keyframes hero-scale-in {
  from {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}
@keyframes hero-scale-out {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
.hero {
  height: calc(100vh - 80px);
  margin-top: 60px;
  padding: 0;
  position: relative;
  background-color: unset;
}
.hero h1 {
  position: relative;
  max-width: max-content;
  padding-bottom: 0;
  margin-bottom: 2rem;
  margin-bottom: 0;
}
.hero h1::after {
  content: "";
  display: block;
  width: 80%;
  height: 2px;
  background-color: #cd1d1d;
  position: absolute;
  bottom: -0.5rem;
  margin-top: 1rem;
  width: 100px;
}
.hero__swiper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.hero__media::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.65) 45%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.hero__media img,
.hero__media video {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-position: top;
}
.hero .swiper-slide {
  position: relative;
  height: 100vh;
  width: 100%;
}
.hero .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.65) 45%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.hero .swiper-slide img,
.hero .swiper-slide video {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: scale(1.2);
}
.hero .swiper-slide.swiper-slide-active:nth-child(odd) img, .hero .swiper-slide.swiper-slide-active:nth-child(odd) video {
  animation: hero-scale-in 8s ease-out forwards;
}
.hero .swiper-slide.swiper-slide-active:nth-child(even) img, .hero .swiper-slide.swiper-slide-active:nth-child(even) video {
  animation: hero-scale-out 8s ease-out forwards;
}
.hero .container {
  z-index: 2;
  position: relative;
  height: 100%;
  display: flex;
  color: #f6f6f8;
  align-items: center;
}
.hero__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
  max-width: 800px;
  z-index: 2;
  color: #f6f6f8;
  margin-top: 6rem;
}
.hero__content .hero__text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hero .btns,
.hero .hero__btns {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.hero .hero__swiper__controls {
  max-width: 1632px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.6rem;
  z-index: 99999;
  position: absolute;
  display: flex;
  bottom: 2rem;
  right: 0;
  left: 0;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 1600px) {
  .hero .hero__swiper__controls {
    max-width: 1400px;
    padding: 0 2rem;
  }
}
@media (max-width: 1441px) and (min-width: 1300px) {
  .hero .hero__swiper__controls {
    max-width: 1390px;
  }
}
@media (max-width: 767px) {
  .hero .hero__swiper__controls {
    padding: 0 1rem;
  }
}
.hero .swiper-pagination {
  width: max-content;
  position: initial;
  display: flex;
  gap: 1rem;
  margin-right: 2rem;
}
.hero .swiper-pagination-bullet {
  opacity: 1;
  width: 1rem;
  height: 1rem;
  background-color: #e6e7e4;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: unset;
}
.hero .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #cd1d1d;
}
.hero .swiper-button-next,
.hero .swiper-button-prev {
  color: #f6f6f8;
  z-index: 10;
  position: initial;
  margin: 0;
  width: 5rem;
  height: 5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #1b2815;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.hero .swiper-button-next::after,
.hero .swiper-button-prev::after {
  font-size: 2rem;
}

.hero__swiper__controls {
  pointer-events: none;
}

.hero__swiper__controls .swiper-button-next,
.hero__swiper__controls .swiper-button-prev,
.hero__swiper__controls .swiper-pagination {
  pointer-events: auto;
}

.hero__swiper:nth-child(2) {
  display: none;
}

@media (max-width: 980px) {
  .hero {
    height: auto;
    min-height: 100vh;
    padding-bottom: 3rem;
  }
  .hero h1 {
    hyphens: auto;
  }
  .hero .container {
    align-items: flex-end;
  }
  .hero__content {
    padding: 2rem 1rem;
  }
  .hero__swiper__controls {
    position: initial !important;
  }
}
@media (max-width: 980px) {
  .hero {
    background-color: #f6f6f8;
    margin-top: 50px;
    min-height: auto;
  }
  .hero .hero__swiper {
    position: initial;
  }
  .hero__content {
    background-color: #cecece;
    margin-top: -2rem;
    color: #171A21;
  }
  .hero .container {
    align-items: flex-start;
  }
  .hero .swiper-slide {
    visibility: hidden;
    height: auto;
  }
  .hero .swiper-slide::before {
    display: none;
  }
  .hero .swiper-slide img {
    height: auto;
    transform: unset !important;
    position: initial !important;
  }
  .hero .swiper-slide.swiper-slide-active img {
    animation: unset !important;
  }
  .hero__media {
    position: initial;
    height: 350px;
    z-index: 1;
  }
  .hero__media video,
.hero__media img {
    height: 100%;
    max-height: 350px;
    position: initial !important;
  }
  .hero__media::before {
    max-height: 350px;
    display: none;
  }
  .hero .swiper-fade .swiper-slide-active {
    visibility: visible !important;
  }
  .hero .swiper-button-next, .hero .swiper-button-prev {
    height: 2.5rem !important;
    width: 2.5rem !important;
  }
  .hero .hero__swiper__controls {
    flex-direction: row-reverse;
  }
  .hero .hero__swiper__controls .swiper-button-prev {
    order: 1;
  }
}
@media (max-width: 767px) {
  .hero {
    flex-direction: column;
  }
  .hero__content {
    gap: 1rem;
    margin-top: -1rem;
  }
  .hero__content::before {
    border-radius: 1rem;
  }
  .hero__media {
    position: initial;
    height: 350px;
  }
  .hero__media video,
.hero__media img {
    height: 100%;
    max-height: 350px;
  }
  .hero__media::before {
    max-height: 350px;
    display: none;
  }
}
@media (max-width: 479px) {
  .hero__media {
    height: max-content;
  }
  .hero__media video,
.hero__media img {
    object-fit: contain;
  }
}
.about__header {
  margin-bottom: 4rem;
}
.about__title {
  margin-bottom: 2rem;
  position: relative;
  max-width: max-content;
  padding-bottom: 0;
  margin-bottom: 2rem;
}
.about__title::after {
  content: "";
  display: block;
  width: 80%;
  height: 2px;
  background-color: #cd1d1d;
  position: absolute;
  bottom: -0.5rem;
  margin-top: 1rem;
  width: 100px;
}
.about__text {
  max-width: 80rem;
}
.about__top-content {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
.about__logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
}
.about__logos__item {
  display: flex;
  align-items: center;
}
.about__logos__item img {
  width: 200px;
  object-fit: contain;
}
.about__persons {
  display: grid;
  gap: 4rem;
  grid-template-columns: repeat(2, 1fr);
}
.about__person {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
.about__person__image {
  aspect-ratio: 1/1;
  overflow: hidden;
  max-width: 55%;
  width: 100%;
  background-color: #e6e7e48a;
  position: relative;
}
.about__person__image img {
  width: 70%;
  height: 80%;
  object-fit: contain;
  transition: transform 0.3s ease-in-out;
  object-position: bottom;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.about__person ul {
  padding: 0 !important;
  margin: 0 !important;
  margin-top: 2rem !important;
}
.about__person ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.about__person ul li::before {
  display: none;
}
.about__person__content {
  display: flex;
  flex-direction: column;
}
.about__person__name {
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1rem;
  color: #cd1d1d;
}
.about__person__spezialisierungen {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.about__person__spezialisierungen li {
  display: inline-block;
  padding: 0.4rem 1rem;
  background-color: #e6e7e48a;
  font-size: 1.3rem;
}
.about__content {
  display: grid;
  gap: 7rem;
  grid-template-columns: 40rem auto;
}
.about__content .title-mobile {
  display: none;
}
.about__content__image {
  position: relative;
  height: 100%;
  -webkit-clip-path: polygon(0 -25rem, calc(100% - 5rem) 0, 100% 5rem, 100% 100%, 0 100%);
  clip-path: polygon(0 -25rem, calc(100% - 5rem) 0, 100% 5rem, 100% 100%, 0 100%);
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin: 0 -1rem;
  width: calc(100% + 2rem);
  aspect-ratio: 1/1;
  z-index: 2;
  overflow: hidden;
}
.about__content__image img {
  transition: all 0.3s ease-in-out;
}
.about__content__image.is-video {
  max-height: 40rem;
}
.about__content__image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0px -200px;
}
@media (max-width: 600px) {
  .about__content__image video {
    object-position: 0px -100px;
  }
}
.about__content__image:hover img {
  transform: scale(1.05);
}
@media (min-width: 768px) {
  .about__content__image {
    -webkit-transform: translateX(-12rem);
    -ms-transform: translateX(-12rem);
    transform: translateX(-12rem);
    width: calc(100% + 12rem);
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin: 0;
    aspect-ratio: unset;
  }
}
.about__content__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about__grid {
  gap: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
@media (min-width: 768px) {
  .about__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
.about__grid .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
  padding: 3.5rem 1rem 2.5rem;
  background-color: #e6e7e48a;
  -webkit-clip-path: polygon(0 -25rem, calc(100% - 5rem) 0, 100% 5rem, 100% 100%, 0 100%);
  clip-path: polygon(0 -25rem, calc(100% - 5rem) 0, 100% 5rem, 100% 100%, 0 100%);
}
@media (min-width: 768px) {
  .about__grid .card {
    padding: 3.5rem 2rem 2.5rem;
  }
}
.about__grid .last-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

@media (max-width: 1600px) {
  .about__content {
    gap: 2rem;
  }
  .about__content__image.is-video {
    max-height: 40rem;
  }
}
@media (max-width: 980px) {
  .about__header {
    margin-bottom: 1rem;
  }
  .about__content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .about__content .title-desktop {
    display: none;
  }
  .about__content .title-mobile {
    display: block;
  }
  .about__content .section-top {
    margin-top: 0;
    margin-bottom: 0;
  }
  .about__content__image {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: 0;
    aspect-ratio: 4/3;
    margin: 0;
    clip-path: polygon(0 -25rem, calc(100% - 2rem) 0, 100% 2rem, 100% 100%, 0 100%);
  }
  .about__top-content {
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
  }
  .about__logos__item img {
    width: 100px;
  }
  .about__text {
    order: 2;
  }
  .about__logos--after {
    order: 3;
  }
  .about__logos--before {
    order: 4;
  }
  .about__persons {
    grid-template-columns: 1fr;
  }
  .about__grid {
    flex-direction: column;
    gap: 1rem;
  }
  .about__grid .card {
    padding: 2rem 1rem;
    clip-path: polygon(0 -25rem, calc(100% - 2rem) 0, 100% 2rem, 100% 100%, 0 100%);
  }
}
@media (max-width: 767px) {
  .about__top-content {
    flex-direction: column;
  }
  .about__person {
    flex-direction: column;
    align-items: flex-start;
  }
  .about__person__name {
    font-size: 1.4rem;
  }
  .about__person__image {
    max-height: 350px;
    max-width: 100%;
  }
}
.footer {
  color: #171A21;
  background-color: #cecece;
  overflow-x: hidden;
}
.footer p, .footer a {
  color: #171A21 !important;
}
.footer__top {
  background-color: #cecece;
  padding-top: 3rem;
  color: #171A21;
}
.footer__top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__content {
  gap: 6rem;
  align-items: start;
  width: 100%;
  max-width: 100%;
  display: flex;
}
.footer__col {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.footer__col h3 {
  position: relative;
  max-width: max-content;
  padding-bottom: 0;
  margin-bottom: 2rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.footer__col h3::after {
  content: "";
  display: block;
  width: 80%;
  height: 2px;
  background-color: #cd1d1d;
  position: absolute;
  bottom: -0.5rem;
  margin-top: 1rem;
  width: 100px;
}
.footer__col h3::after {
  width: 60px;
}
.footer__col ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.footer__col ul li a {
  color: #171A21;
}
.footer__col-logo {
  grid-column: span 2;
}
.footer__col-text {
  line-height: 1.5;
}
.footer__col-text p {
  margin: 0 0 0.5em;
}
.footer__col-text p:last-child {
  margin-bottom: 0;
}
.footer ul.footer__contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: flex-start;
}
.footer__contact-link, .footer__contact-inner {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  color: inherit;
  text-decoration: none;
}
.footer__contact-link {
  transition: opacity 0.25s ease;
}
.footer__contact-link:hover {
  opacity: 0.9;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.footer__contact-icon {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  object-fit: contain;
  margin-top: 0.15em;
}
.footer__contact-text {
  line-height: 1.4;
}
.footer ul.footer__social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}
.footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #171A21;
  transition: opacity 0.25s ease;
}
.footer__social-link:hover {
  opacity: 0.85;
}
.footer__social-icon {
  width: 1.5rem;
  height: 1.5rem;
  object-fit: contain;
  display: block;
}
.footer__social-label {
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.footer__opening-hours {
  line-height: 1.5;
}
.footer__opening-hours p {
  margin: 0 0 0.5em;
}
.footer__opening-hours p:last-child {
  margin-bottom: 0;
}
.footer__logo {
  max-width: 210px;
}
.footer__member {
  background-color: #6f2b39;
  padding: 1rem;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: fit-content;
}
.footer__member strong {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.footer__member span {
  font-size: 0.875rem;
}
.footer ul {
  display: flex;
  gap: 1rem;
}
.footer ul li a {
  color: #171A21;
  transition: 0.4s ease-in-out;
}
.footer ul li a:hover {
  color: #cd1d1d !important;
}
.footer .copyright {
  text-align: center;
  margin-top: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  align-items: center;
}
.footer .copyright::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 300%;
  height: 1px;
  background-color: #171A21;
}
.footer .copyright a {
  color: #171A21;
  transition: 0.4s ease-in-out;
}
.footer .copyright a:hover {
  color: #cd1d1d !important;
}
.footer .copyright p {
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (max-width: 980px) {
  .footer__logo__content {
    grid-template-columns: 1fr;
  }
  .footer__logo {
    max-width: 180px;
  }
  .footer__top .container {
    flex-direction: column;
    gap: 2rem;
  }
  .footer__menus {
    max-width: 100%;
    width: 100%;
  }
  .footer__content {
    flex-direction: column;
    gap: 2rem;
  }
  .footer .footer__contact-text {
    font-size: 16px;
  }
  .footer .footer__col-text {
    font-size: 16px;
  }
  .footer .copyright::before {
    top: -1rem;
  }
}
.back-to-top {
  position: fixed;
  right: 1rem;
  bottom: 80px;
  background: #cd1d1d;
  overflow: hidden;
  transition: all ease 0.3s;
  height: 42px;
  width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  pointer-events: none;
  z-index: 999;
}
.back-to-top.btt-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: all;
}
.back-to-top:hover {
  transform: translateY(-2px);
}
.back-to-top svg {
  width: 24px;
  height: 24px;
  margin: auto;
  transform: rotate(180deg);
  stroke: #f6f6f8 !important;
}
@media (max-width: 767px) {
  .back-to-top {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: all;
  }
}

@media (max-width: 767px) {
  .footer__logo {
    margin-bottom: 0.5rem;
  }
  .footer__content {
    display: flex;
    flex-direction: column;
  }
  .footer__col {
    gap: 1.4rem;
  }
  .footer__col ul {
    gap: 0.1rem;
  }
  .footer__top {
    padding: 4rem 0;
  }
  .footer__menus {
    grid-template-columns: 1fr;
  }
  .footer__bottom__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .footer__bottom__content p {
    width: 100%;
    max-width: 250px;
  }
}
.services {
  background-color: #e6e7e48a;
}
.services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.services__grid .card {
  border-radius: 16px;
  overflow: hidden;
}
.services__grid .card__image {
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  aspect-ratio: 1/0.65;
  overflow: hidden;
}
.services__grid .card__image img {
  transition: all 0.3s ease-in-out;
  object-position: left;
}
.services__grid .card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.5rem 1rem;
  color: #131316;
  background-color: #f6f6f8;
}
.services__grid .card__content p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 768px) {
  .services__grid .card__content .layout__articles .articles__layout {
    padding: 1.5rem;
  }
}

.single-leistungen .services__grid {
  display: flex;
  gap: 0;
}
.single-leistungen .swiper-pagination {
  width: max-content;
  position: initial;
  display: flex;
  gap: 1rem;
  margin-right: 2rem;
}
.single-leistungen .swiper-pagination-bullet {
  opacity: 1;
  width: 1rem;
  height: 1rem;
  background-color: #f6f6f8 !important;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: unset;
  border-radius: 4px;
}
.single-leistungen .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #cd1d1d !important;
}
.single-leistungen .swiper-button-next,
.single-leistungen .swiper-button-prev {
  color: #f6f6f8;
  z-index: 10;
  position: initial;
  margin: 0;
  width: 5rem;
  height: 5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #171A21;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 8px;
}
.single-leistungen .swiper-button-next::after,
.single-leistungen .swiper-button-prev::after {
  font-size: 2rem;
}
.single-leistungen .swiper-button-next:hover,
.single-leistungen .swiper-button-prev:hover {
  background-color: #cd1d1d;
  color: #171A21;
}

@media (max-width: 980px) {
  .services__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .services__grid {
    grid-template-columns: 1fr;
  }
}
.imageText {
  background-color: #f6f6f8;
  padding: 0;
  overflow: hidden;
}
.imageText__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  align-items: center;
}
.imageText__content__image {
  aspect-ratio: 16/9;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  margin: 0 -1rem;
  overflow: hidden;
}
.imageText__content__image:hover img {
  transform: scale(1.05);
}
.imageText__content__image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.imageText__content__image img {
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .imageText__content__image {
    margin: 0;
    width: calc(100% + 20rem);
  }
}
.imageText__content .imageText__swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.imageText__content .imageText__swiper .swiper-slide {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.imageText__content .imageText__swiper .swiper-slide img,
.imageText__content .imageText__swiper .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.imageText__content .swiper-pagination {
  width: max-content;
  display: flex;
  gap: 1rem;
  margin: 0 auto !important;
  left: 0;
  right: 0;
  bottom: 2rem;
}
.imageText__content .swiper-pagination-bullet {
  opacity: 1;
  width: 1rem;
  height: 1rem;
  background-color: #f6f6f8 !important;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: unset;
}
.imageText__content .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #cd1d1d !important;
}
.imageText__content__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
  padding: 9rem 0;
}

@media (max-width: 980px) {
  .imageText {
    padding: 80px 0;
  }
  .imageText__content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: flex-start;
  }
  .imageText__content .section-top {
    margin-bottom: 0;
  }
  .imageText__content__image {
    width: 100%;
    margin: 0;
    aspect-ratio: 4/3;
    clip-path: polygon(0 -25rem, calc(100% - 2rem) 0, 100% 2rem, 100% 100%, 0 100%);
  }
  .imageText__content__text {
    padding: 0;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.references {
  background-color: #171A21;
  color: #f6f6f8;
}
.references h2 {
  position: relative;
  max-width: max-content;
  padding-bottom: 0;
  margin-bottom: 2rem;
}
.references h2::after {
  content: "";
  display: block;
  width: 80%;
  height: 2px;
  background-color: #cd1d1d;
  position: absolute;
  bottom: -0.5rem;
  margin-top: 1rem;
  width: 100px;
}
.references__swiper {
  position: relative;
}
.references .swiper-slide {
  height: auto;
}
.references .card:hover img {
  transform: scale(1.05);
}
.references .card__image {
  aspect-ratio: 4/3;
  overflow: hidden;
  -webkit-clip-path: polygon(0 -25rem, calc(100% - 5rem) 0, 100% 5rem, 100% 100%, 0 100%);
  clip-path: polygon(0 -25rem, calc(100% - 5rem) 0, 100% 5rem, 100% 100%, 0 100%);
}
.references .card__image img {
  transition: all 0.3s ease-in-out;
}
.references .card__content {
  padding: 1.5rem 1rem;
  background-color: #f6f6f8;
}
.references__swiper__controls {
  width: 100%;
  margin: 0 auto;
  z-index: 10;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .references__swiper__controls {
    padding: 0 1rem;
  }
}
.references .swiper-pagination {
  width: max-content;
  position: initial;
  display: flex;
  gap: 1rem;
  margin-right: 2rem;
}
.references .swiper-pagination-bullet {
  opacity: 1;
  width: 1rem;
  height: 1rem;
  background-color: #e6e7e4;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: unset;
}
.references .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #cd1d1d;
}
.references .swiper-button-next,
.references .swiper-button-prev {
  color: #171A21;
  z-index: 10;
  position: initial;
  margin: 0;
  width: 5rem;
  height: 5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #f6f6f8;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.references .swiper-button-next::after,
.references .swiper-button-prev::after {
  font-size: 2rem;
}
.references .swiper-button-next:hover,
.references .swiper-button-prev:hover {
  background-color: #cd1d1d;
}

.references-v2 {
  padding-bottom: 0;
}
.references-v2 .container-n {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.references-v2 .show-ref {
  background-color: #171A21;
  color: #f6f6f8;
  padding: 0.5rem 1rem;
  outline: unset;
  border: unset;
  cursor: pointer;
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  justify-self: flex-end;
  margin-left: auto;
}
.references-v2 .show-ref:hover {
  background-color: #cd1d1d;
}
.references-v2 .show-ref:hover svg rect {
  fill: #171A21;
}
.references-v2 .show-ref svg rect {
  transition: all 0.3s ease-in-out;
}
.references-v2__table {
  margin-bottom: 2rem;
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
}
.references-v2__table table {
  width: 100%;
}
.references-v2__table table thead th {
  background-color: #171A21;
  color: #f6f6f8;
}
.references-v2__table table tbody {
  border: 1px solid #e6e7e48a;
  border-top: unset;
}
.references-v2__table table tbody tr {
  background-color: #f6f6f8;
}
.references-v2__table table tbody tr:nth-child(even) {
  background-color: #e6e7e48a;
}
.references-v2__table table tbody td {
  color: #171A21;
  padding: 1rem;
}
.references-v2__table table th, .references-v2__table table td {
  padding: 1rem;
  text-align: left;
  vertical-align: top;
  color: #171A21;
}
@media (max-width: 767px) {
  .references-v2__table table thead {
    display: none;
  }
  .references-v2__table table tbody tr {
    display: block;
    border-top: 1px solid #e6e7e48a;
    border-bottom: 1px solid #e6e7e48a;
    padding: 0;
  }
  .references-v2__table table tbody td {
    display: block;
    padding: 0.5rem 1rem 1rem;
    border: none;
  }
  .references-v2__table table tbody td::before {
    content: attr(data-label);
    font-weight: 700;
    display: block;
    margin-bottom: 0.25rem;
    color: #171A21;
  }
  .references-v2__table table tbody td:first-child {
    padding-top: 1rem;
    padding-bottom: 0;
  }
}
.references-v2__row:nth-last-child(1) {
  padding-bottom: 4rem;
}
.references-v2__row:nth-child(even) {
  background-color: #e6e7e48a;
  padding: 4rem 0;
}
.references-v2__row:nth-child(even) tbody {
  border: 1px solid #f6f6f8;
  border-top: unset;
}
.references-v2__row:nth-child(even) .swiper-pagination-bullet {
  background-color: #f6f6f8;
}
.references-v2__row:nth-child(even) .swiper-pagination-bullet-active {
  background-color: #cd1d1d;
}
.references-v2__content {
  max-width: 1632px;
  padding: 0 1.6rem;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .references-v2__content {
    padding: 0 2rem;
    max-width: 1400px;
  }
}
.references-v2__content.active .show-ref {
  background-color: #cd1d1d;
  margin-bottom: 2rem;
}
.references-v2__content.active .show-ref svg rect {
  fill: #171A21;
}
.references-v2__content.active .show-ref svg .nav__subico_primary {
  opacity: 0;
}
.references-v2__content.active .references-v2__table {
  max-height: 1000000px;
}
.references-v2__content .section-top {
  max-width: 100%;
  margin-bottom: 0;
}
.references-v2__content .section-top h2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
}
.references-v2__content .section-top h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #171A21;
}
.references-v2__swiper {
  position: relative;
}
.references-v2 .swiper-slide {
  height: auto;
}
.references-v2__item__image {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.references-v2__item__image:hover img {
  transform: scale(1.05);
}
.references-v2__item__image img {
  transition: all 0.3s ease-in-out;
}
.references-v2__swiper__controls {
  width: 100%;
  margin: 0 auto;
  margin-top: 2rem;
  z-index: 10;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .references-v2__swiper__controls {
    padding: 0 1rem;
  }
}
.references-v2 .swiper-pagination {
  width: max-content;
  position: initial;
  display: flex;
  gap: 1rem;
  margin-right: 2rem;
}
.references-v2 .swiper-pagination-bullet {
  opacity: 1;
  width: 1rem;
  height: 1rem;
  background-color: #e6e7e48a;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: unset;
}
.references-v2 .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #cd1d1d;
}
.references-v2 .swiper-button-next,
.references-v2 .swiper-button-prev {
  color: #f6f6f8;
  z-index: 10;
  position: initial;
  margin: 0;
  width: 5rem;
  height: 5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #1b2815;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.references-v2 .swiper-button-next::after,
.references-v2 .swiper-button-prev::after {
  font-size: 2rem;
}
.references-v2 .swiper-button-next:hover,
.references-v2 .swiper-button-prev:hover {
  background-color: #cd1d1d;
  color: #171A21;
}

@media (max-width: 980px) {
  .references .card__image {
    clip-path: polygon(0 -25rem, calc(100% - 2rem) 0, 100% 2rem, 100% 100%, 0 100%);
  }
}
@media (max-width: 767px) {
  .references-v2 .container-n {
    gap: 2rem;
  }
  .references-v2__table {
    font-size: 16px;
    overflow-x: scroll;
  }
  .references-v2__content {
    padding: 0 1rem;
  }
  .references-v2__row:nth-child(even) {
    padding: 2rem 0;
  }
  .references-v2 .section-title {
    hyphens: initial;
  }
  .references-v2 .show-ref {
    margin-left: 0;
  }
}
@media (max-width: 479px) {
  .references__swiper__controls {
    flex-direction: row-reverse;
  }
  .references__swiper__controls .swiper-button-prev {
    order: 1;
  }

  .references-v2__swiper__controls {
    flex-direction: row-reverse;
  }
  .references-v2__swiper__controls .swiper-button-prev {
    order: 1;
  }
}
.hero-v2 {
  background-color: #f6f6f8;
  height: auto !important;
  position: relative;
  min-height: unset;
  padding: 0;
  padding-bottom: 4rem;
}
.hero-v2--bg-white {
  background-color: #f6f6f8;
}
.hero-v2--bg-white h1,
.hero-v2--bg-white .hero__text {
  color: #171A21;
}
.hero-v2--bg-gray {
  background-color: #e6e7e48a;
}
.hero-v2--bg-black {
  background-color: #171A21;
}
.hero-v2--bg-black h1,
.hero-v2--bg-black .hero__text {
  color: #f6f6f8;
}
.hero-v2--bg-primary {
  background-color: #cd1d1d;
}
.hero-v2--bg-primary h1,
.hero-v2--bg-primary .hero__text {
  color: #f6f6f8;
}
.hero-v2.has-bg-img {
  background-color: transparent;
  height: calc(55vh - 80px) !important;
  margin-top: 60px;
  padding: 0;
}
.hero-v2.has-bg-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.65) 45%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.hero-v2.has-bg-img h1 {
  color: #f6f6f8;
  position: relative;
  max-width: max-content;
  padding-bottom: 0;
  margin-bottom: 2rem;
}
.hero-v2.has-bg-img h1::after {
  content: "";
  display: block;
  width: 80%;
  height: 2px;
  background-color: #cd1d1d;
  position: absolute;
  bottom: -0.5rem;
  margin-top: 1rem;
  width: 100px;
}
.hero-v2.has-bg-img h1::after {
  width: 100px;
}
.hero-v2.has-bg-img img {
  object-position: 0 15%;
  object-fit: cover;
}
.hero-v2 h1 {
  color: #171A21;
}
.hero-v2 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.hero-v2 .container {
  align-items: flex-end;
}
.hero-v2 .hero__content {
  background-color: unset;
  margin-bottom: 2rem;
  max-width: 750px;
  gap: 0;
}

.hero-v2 {
  height: auto;
}
.hero-v2 h1 {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
}
.hero-v2 h1::after {
  left: 0;
  right: 0;
  margin: auto;
}
.hero-v2 .hero__content {
  margin: 0 auto;
  text-align: center;
  gap: 2rem;
  max-width: 1024px;
}
.hero-v2 .hero__content strong {
  color: #cd1d1d;
}
.hero-v2 .hero__btns {
  justify-content: center;
}
.hero-v2 .hero__logos {
  display: flex;
  justify-content: center;
  gap: 2rem;
  align-items: center;
}
.hero-v2 .hero__logos a {
  max-width: 200px;
  display: inline-block;
}
.hero-v2 .hero__logos img {
  position: initial;
}

@media (max-width: 980px) {
  .hero-v2 .hero__content {
    min-width: unset;
    color: #f6f6f8;
  }
}
@media (max-width: 767px) {
  .hero-v2.has-bg-img {
    height: auto !important;
    margin-top: 1rem;
    padding-bottom: 0;
    background-color: #cecece;
  }
  .hero-v2.has-bg-img::before {
    display: none;
  }
  .hero-v2.has-bg-img h1 {
    color: #171A21;
  }
  .hero-v2.has-bg-img .hero__content {
    padding-left: 0;
    color: #171A21;
  }

  .hero-v2 {
    min-height: unset;
    margin-top: 0;
    padding-top: 2rem;
  }
  .hero-v2 .hero__logos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .hero-v2 img {
    position: initial;
    height: auto;
  }
  .hero-v2 .hero__content {
    margin: 0;
  }
  .hero-v2 .hero__content::before {
    display: none;
  }
}
.imgText-v2__title {
  padding-bottom: 2rem;
  max-width: 600px;
}
.imgText-v2__logo {
  max-width: 350px;
  margin-bottom: 2rem;
}
.imgText-v2__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  align-items: center;
}
.imgText-v2__content h3 {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
.imgText-v2__content h3 span {
  font-size: 1.5rem;
}
.imgText-v2__content strong {
  color: #cd1d1d;
}
.imgText-v2__content .swiper {
  height: 100%;
  width: 100%;
}
.imgText-v2__content .img-contain {
  object-fit: contain;
  background-color: #e6e7e48a;
}
.imgText-v2__content__image {
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
  overflow: hidden;
}
.imgText-v2__content__image .imgBox {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 5;
  padding: 4rem;
  color: #f6f6f8;
  font-size: 3rem;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  border-radius: 16px;
  background-color: #cd1d1d;
}
.imgText-v2__content__image img {
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  display: block;
}
.imgText-v2__content__image img.img-cover {
  object-fit: cover;
}
.imgText-v2__content__image img.img-contain {
  object-fit: contain;
  background-color: #e6e7e48a;
}
.imgText-v2__btn {
  margin-top: 2rem;
}
.imgText-v2__pdfs {
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.imgText-v2__pdf-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #cd1d1d;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.imgText-v2__pdf-link:hover, .imgText-v2__pdf-link:focus-visible {
  color: #ff231d;
}
.imgText-v2__pdf-icon {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  object-fit: contain;
}
.imgText-v2 .swiper-pagination {
  width: max-content;
  display: flex;
  gap: 1rem;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 2rem;
}
.imgText-v2 .swiper-pagination-bullet {
  opacity: 1;
  width: 1rem;
  height: 1rem;
  background-color: #f6f6f8 !important;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: unset;
}
.imgText-v2 .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #cd1d1d !important;
}

.imgText-v2:not(.centerd-section) h2,
.imgText-v2:not(.centerd-section) h1 {
  position: relative;
  max-width: max-content;
  padding-bottom: 0;
  margin-bottom: 2rem;
}
.imgText-v2:not(.centerd-section) h2::after,
.imgText-v2:not(.centerd-section) h1::after {
  content: "";
  display: block;
  width: 80%;
  height: 2px;
  background-color: #cd1d1d;
  position: absolute;
  bottom: -0.5rem;
  margin-top: 1rem;
  width: 100px;
}
.imgText-v2:not(.centerd-section) h2::after,
.imgText-v2:not(.centerd-section) h1::after {
  max-width: 100px;
}

.imgText-v2.reverse-section .imgText-v2__content__text {
  order: 2;
}
.imgText-v2.reverse-section .imgText-v2__content__image {
  order: 1;
}

.imgText-v2.with-accordions .imgText-v2__content {
  position: relative;
  align-items: flex-start;
}
.imgText-v2.with-accordions .imgText-v2__content__image {
  position: sticky;
  top: 100px;
  aspect-ratio: 3/4;
}
.imgText-v2.with-accordions .imgText-v2__content .accordionn {
  margin-bottom: 2rem;
  background-color: #f6f6f8;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 2rem;
  color: #171A21;
}
.imgText-v2.with-accordions .imgText-v2__content .accordionn:last-child {
  margin-bottom: 0;
}
.imgText-v2.with-accordions .imgText-v2__content .accordionn h3 {
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  color: #cd1d1d;
}
.imgText-v2.with-accordions .imgText-v2__content .accordionn h3::after {
  content: "";
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background-color: #cd1d1d;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 5v14M5 12h14' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 5v14M5 12h14' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: transform 0.35s ease;
}
.imgText-v2.with-accordions .imgText-v2__content .accordionn.is-open h3::after {
  transform: rotate(45deg);
}
.imgText-v2.with-accordions .imgText-v2__content .accordionn__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
.imgText-v2.with-accordions .imgText-v2__content .accordionn__content .content-box {
  padding: 0;
}
.imgText-v2.with-accordions .imgText-v2__content .accordionn.is-open .accordionn__content {
  max-height: 700px;
}

.centerd-section h2,
.centerd-section h1 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: max-content;
  justify-content: center;
  margin: 0 auto;
  margin: 0 auto;
}
.centerd-section h2::after,
.centerd-section h1::after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 80%;
  height: 2px;
  background-color: #cd1d1d;
  margin: 0 auto;
  width: 100px !important;
}
.centerd-section img {
  filter: grayscale(100%);
}
.centerd-section .imgText-v2__content {
  text-align: center;
  grid-template-columns: 1fr;
  max-width: 900px;
  margin: 0 auto;
}

@media (max-width: 980px) {
  .imgText-v2__logo {
    max-width: 250px;
    margin-bottom: 1rem;
  }
  .imgText-v2__title {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .imgText-v2__content {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
  .imgText-v2__content__image .imgBox {
    font-size: 2rem;
    padding: 2rem;
  }
  .imgText-v2__btn {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  .imgText-v2 .accordionn {
    padding: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .imgText-v2 .accordionn:last-child {
    margin-bottom: 0 !important;
  }

  .imgText-v2.reverse-section .imgText-v2__content__image {
    order: 2;
  }
  .imgText-v2.reverse-section .imgText-v2__content__text {
    order: 1;
  }

  .imgText-v2__swiper {
    width: 100%;
    height: 100%;
  }
  .imgText-v2__swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .imgText-v2__swiper .swiper-slide img.img-cover {
    object-fit: cover;
  }
  .imgText-v2__swiper .swiper-slide img.img-contain {
    object-fit: contain;
  }

  .imgText-v2 .swiper-pagination {
    margin: 0 auto !important;
    bottom: 1rem;
  }
}
@media (max-width: 479px) {
  .imgText-v2__content__image .imgBox {
    font-size: 1.5rem;
    padding: 1rem;
  }
}
.bgText {
  background-color: #e6e7e48a;
  color: #f6f6f8;
  text-align: center;
  position: relative;
}
.bgText.has-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  object-fit: cover;
  object-position: center;
  height: 100%;
}
.bgText.has-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 26, 33, 0.9);
  z-index: 1;
}
.bgText:not(.has-img) {
  background-color: #cecece;
}
.bgText:not(.has-img) .bgText__content h2 {
  color: #171A21;
}
.bgText:not(.has-img) .bgText__content p {
  color: #171A21;
}
.bgText__content {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.bgText__content h2 {
  padding-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: max-content;
  justify-content: center;
  margin: 0 auto;
}
.bgText__content h2::after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 80%;
  height: 2px;
  background-color: #cd1d1d;
  margin: 0 auto;
  width: 100px !important;
}
.bgText__content h2 svg {
  width: 40px;
  height: 40px;
  display: inline-block;
}
.bgText__content h2 span {
  font-size: 2rem;
}
.bgText__logo {
  margin-bottom: 2rem;
}
.bgText__logo img {
  max-width: 200px;
  height: auto;
  display: inline-block;
}
.bgText__btn {
  padding-top: 2rem;
  display: inline-flex;
}
.bgText__btn:nth-of-type(1) {
  margin-right: 1rem;
}
.bgText .btns {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2rem;
  justify-content: center;
}

.bgText.no-text .bgText__content h2::after {
  display: none;
}

@media (max-width: 980px) {
  .bgText__content h2 {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 479px) {
  .bgText h2 {
    font-size: 1.4rem;
    padding-bottom: 1rem;
  }
  .bgText .btns {
    margin-top: 1rem;
  }
  .bgText__link {
    display: block;
  }
  .bgText__link:nth-of-type(1) {
    margin-right: 0;
  }
  .bgText__link:nth-of-type(2) {
    padding-top: 1rem;
  }
}
.textEditor__content {
  max-width: 800px;
}
.textEditor a {
  color: #cd1d1d;
}
.textEditor__title {
  padding-bottom: 2rem;
}
.textEditor img {
  display: inline-block;
  max-width: 250px;
  width: 100%;
  display: inline-block;
  max-width: 190px;
  width: 100%;
  margin-right: 10px;
  margin-bottom: 10px;
}
.textEditor ul,
.textEditor ol {
  margin-top: 1rem;
  margin-left: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.textEditor ul li,
.textEditor ol li {
  line-height: 150%;
}
@media (max-width: 980px) {
  .textEditor ul li,
.textEditor ol li {
    font-size: 16px;
  }
}
.textEditor ul {
  padding-left: 1rem;
}
.textEditor ul li {
  position: relative;
}
.textEditor ul li::before {
  content: "";
  position: absolute;
  left: -1.6rem;
  top: 7px;
  max-width: 0.8rem;
  max-height: 0.8rem;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background-color: #cd1d1d;
}
@media (max-width: 980px) {
  .textEditor ul li::before {
    max-width: 0.5rem;
    max-height: 0.5rem;
    left: -1rem;
  }
}
.textEditor.has-jobs .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start;
}
.textEditor__boxes-aside {
  align-self: stretch;
}
.textEditor__boxes {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 3rem;
  position: sticky;
  top: calc(2rem + 80px);
}
.textEditor__boxes strong {
  margin: 0;
}
.textEditor__boxes a {
  color: #f6f6f8;
}
.textEditor__box {
  padding: 1.5rem;
  background-color: #e6e7e48a;
}
.textEditor__boxes__btn {
  margin-top: 0.5rem;
}

.jobs-b .container {
  grid-template-columns: repeat(3, 1fr) !important;
}
.jobs-b .textEditor__content {
  grid-column: 1/3;
  max-width: 100%;
}
.jobs-b .textEditor__boxes {
  position: sticky;
  top: 140px;
}
.jobs-b .textEditor__boxes img {
  max-width: 40px;
}
.jobs-b strong {
  margin-top: 3rem;
  display: block;
}
.jobs-b h2 {
  margin-top: 3rem;
  position: relative;
  max-width: max-content;
  padding-bottom: 0;
  margin-bottom: 2rem;
}
.jobs-b h2::after {
  content: "";
  display: block;
  width: 80%;
  height: 2px;
  background-color: #cd1d1d;
  position: absolute;
  bottom: -0.5rem;
  margin-top: 1rem;
  width: 100px;
}
.jobs-b h2:nth-child(1) {
  color: #cd1d1d;
}
.jobs-b h2:nth-child(1)::after {
  display: none;
}
.jobs-b ul {
  margin-left: 0;
  padding-left: 1.6rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.jobs-b ul li::before {
  width: 100%;
  height: 100%;
  max-height: 0.8rem;
  max-width: 0.8rem;
}

.textEditor__boxes {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 3rem;
  position: sticky;
  top: 0;
}
.textEditor__boxes strong {
  margin: 0;
}
.textEditor__boxes a {
  color: #f6f6f8;
}

.text-centerd {
  text-align: center;
}
.text-centerd .titleText__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.text-centerd .titleText__title, .text-centerd .titleText__subtitle {
  margin: 0 auto;
}
.text-centerd .titleText__title h2::after, .text-centerd .titleText__subtitle h2::after {
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 75px;
}

@media (max-width: 980px) {
  .textEditor__title {
    padding-bottom: 1rem;
  }
  .textEditor ul {
    margin-left: 1rem;
  }
  .textEditor.has-jobs .container {
    grid-template-columns: 1fr;
  }
  .textEditor.has-jobs ul {
    margin-left: 0;
    padding-left: 1rem;
  }
  .textEditor.has-jobs ul li::before {
    max-height: 0.5rem;
    max-width: 0.5rem;
  }
  .textEditor.has-jobs__boxes {
    position: static;
    margin-top: 2rem;
  }

  .jobs-b .container {
    grid-template-columns: 1fr !important;
  }
  .jobs-b .textEditor__content {
    grid-column: 1;
  }
  .jobs-b .textEditor__boxes {
    position: initial;
    margin-top: 0;
  }
}
.contact__title {
  color: #cd1d1d;
}
.contact__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.contact__content__form {
  width: 100%;
}
.contact__content__form form {
  max-width: 600px;
  width: 100%;
}
.contact__content__form form input,
.contact__content__form form select,
.contact__content__form form textarea {
  border: 1px solid #cd1d1d;
  padding: 0.8rem 1rem;
  width: 100%;
  font-family: "Titillium Web", sans-serif;
}
.contact__content__form form .form-row {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  width: 100%;
}
.contact__content__form form .form-row .form-column-full {
  width: 100%;
}
.contact__content__form form [data-name=acceptance-privacy] span {
  margin: 0;
}
.contact__content__form form [data-name=acceptance-privacy] a {
  color: #cd1d1d;
}
.contact__content__form form [data-name=acceptance-privacy] label {
  display: flex;
}
.contact__content__form form [data-name=acceptance-privacy] label input {
  width: 20px;
  height: 20px;
  margin-right: 1rem;
  cursor: pointer;
  accent-color: #cd1d1d;
  transform: translateY(4px);
  border-radius: unset;
}
.contact__content__form form [data-name=acceptance-privacy] label span {
  width: -webkit-fill-available;
}
.contact__content__form form .wpcf7-submit {
  border: unset;
}
.contact__content__map iframe,
.contact__content__map .contact__sidebar-img {
  width: 100%;
  height: 100%;
  border: 0;
}
.contact__img {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.contact.form-jobs .contact__content {
  grid-template-columns: 1fr;
}
.contact.form-jobs .contact__content__form form {
  max-width: 100%;
}

.form-jobs .section-top {
  max-width: 750px;
}
.form-jobs .contact__content {
  max-width: 750px;
}
.form-jobs .form-column {
  width: 100%;
}
.form-jobs .form-row:last-child .form-column {
  width: max-content;
}

.jobs-premium .contact__content {
  max-width: 100%;
}
.jobs-premium .job-form__progress-item::marker {
  display: none;
  content: none;
}

@media (max-width: 980px) {
  .contact__content {
    grid-template-columns: 1fr;
  }
  .contact__content__map iframe,
.contact__content__map .contact__sidebar-img {
    height: 400px;
  }
}
@media (max-width: 479px) {
  .contact__content__form form {
    max-width: 100%;
  }
  .contact__content__form .form-row {
    flex-direction: column;
  }
}
.job-form-cf7 .wpcf7-form {
  max-width: 100%;
}
.job-form-cf7 .wpcf7-response-output {
  margin: 1.5rem 0 0;
  padding: 1rem 1.25rem;
  border: 1px solid #cd1d1d;
  border-radius: 0;
}
.job-form-cf7.sent .job-form__progress,
.job-form-cf7.sent .job-form__steps,
.job-form-cf7.sent .job-form__nav {
  display: none;
}

.job-form__progress {
  margin-bottom: 2rem;
}
.job-form__progress-status {
  margin: 0 0 1rem;
  font-weight: 600;
  color: #cd1d1d;
}
.job-form__progress-list {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 0.5rem;
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}
.job-form__progress-item {
  position: relative;
  text-align: center;
  display: none;
}
.job-form__progress-item::before {
  content: attr(data-step-indicator);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin: 0 auto 0.35rem;
  border: 1px solid #e6e7e48a;
  border-radius: 50%;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  color: #171A21;
  background: #f6f6f8;
}
.job-form__progress-item.is-active::before, .job-form__progress-item.is-complete::before {
  border-color: #cd1d1d;
  color: #f6f6f8;
  background: #cd1d1d;
}
.job-form__progress-label {
  display: block;
  font-size: 0.7rem;
  line-height: 1.2;
  color: #171A21;
}
.job-form__progress-bar {
  height: 4px;
  overflow: hidden;
  background: #e6e7e48a;
}
.job-form__progress-fill {
  display: block;
  width: 0;
  height: 100%;
  background: #cd1d1d;
  transition: width 0.3s ease;
}
.job-form__steps {
  border: 0;
  margin: 0;
  padding: 0;
}
.job-form__step {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}
.job-form__step:not(.is-active) {
  display: none;
}
.job-form__step.is-active {
  display: block;
}
.job-form__step-legend {
  margin: 0 0 1.25rem;
  padding: 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: #cd1d1d;
}
.job-form__step-errors {
  margin: 0 0 1rem;
  padding: 0.75rem 1rem;
  border: 1px solid #cd1d1d;
  background: rgba(205, 29, 29, 0.06);
  color: #171A21;
}
.job-form__step-errors ul {
  margin: 0;
  padding-left: 1.25rem;
}
.job-form__step-errors:empty, .job-form__step-errors[hidden] {
  display: none;
}
.job-form__title {
  margin: 0 0 1rem;
  color: #cd1d1d;
}
.job-form__subtitle {
  margin: 0 0 0.75rem;
  font-size: 1.125rem;
  font-weight: 600;
}
.job-form__text {
  margin: 0;
  line-height: 1.6;
}
.job-form__question {
  margin: 0 0 0.75rem;
  font-weight: 600;
}
.job-form__required {
  color: #cd1d1d;
}
.job-form__hint {
  display: block;
  margin: 0.25rem 0 0.5rem;
  font-size: 0.875rem;
  opacity: 0.85;
}
.job-form__field {
  margin-bottom: 1.25rem;
}
.job-form__field--acceptance .wpcf7-list-item {
  margin: 0;
}
.job-form__field--acceptance label {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  cursor: pointer;
}
.job-form__field--acceptance input[type=checkbox] {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.2rem;
  accent-color: #cd1d1d;
}
.job-form__field--acceptance a {
  color: #cd1d1d;
  text-decoration: underline;
}
.job-form__checkbox-group .wpcf7-list-item, .job-form__radio-group .wpcf7-list-item {
  display: block;
  margin: 0 0 0.5rem;
}
.job-form__checkbox-group label, .job-form__radio-group label {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  cursor: pointer;
}
.job-form__checkbox-group input, .job-form__radio-group input {
  flex-shrink: 0;
  width: 1.1rem;
  height: 1.1rem;
  margin-top: 0.2rem;
  accent-color: #cd1d1d;
}
.job-form__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  margin-top: 2rem;
}
.job-form__nav > p {
  display: flex;
  gap: 1rem;
}
.job-form__btn {
  border: unset;
}
.job-form__btn--back {
  margin-right: auto;
}
.job-form__btn--next {
  margin-left: auto;
}
.job-form__submit .wpcf7-submit,
.job-form__submit .job-form__submit-btn {
  border: unset;
  cursor: pointer;
}
.job-form .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
}
.job-form .form-column {
  flex: 1 1 calc(50% - 0.5rem);
  min-width: min(100%, 14rem);
}
.job-form label {
  display: block;
  margin-bottom: 0.35rem;
  font-weight: 600;
}
.job-form input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.job-form select,
.job-form textarea {
  width: 100%;
  padding: 0.8rem 1rem;
  border: 1px solid #cd1d1d;
  font-family: "Titillium Web", sans-serif;
  font-size: 1rem;
  background: #f6f6f8;
}
.job-form input[type=file] {
  width: 100%;
  padding: 0.5rem 0;
  border: 0;
  font-family: "Titillium Web", sans-serif;
}
.job-form .wpcf7-not-valid-tip {
  margin-top: 0.35rem;
  font-size: 0.875rem;
  color: #cd1d1d;
}
.job-form .wpcf7-form-control-wrap.is-invalid input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.job-form .wpcf7-form-control-wrap.is-invalid select,
.job-form .wpcf7-form-control-wrap.is-invalid textarea {
  border-color: #cd1d1d;
  outline: 2px solid rgba(205, 29, 29, 0.2);
  outline-offset: 1px;
}

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

@media (max-width: 980px) {
  .job-form__progress-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .job-form__progress-item:nth-child(n+5) {
    display: none;
  }
}
@media (max-width: 479px) {
  .job-form__progress-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .job-form__progress-item:nth-child(n+3) {
    display: none;
  }
  .job-form .form-column {
    flex-basis: 100%;
  }
  .job-form__nav {
    flex-direction: column-reverse;
  }
  .job-form__nav .job-form__btn {
    width: 100%;
    justify-content: center;
  }
}
.timeline {
  background-color: #cecece;
  color: #171A21;
}
.timeline h2 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: max-content;
  justify-content: center;
  margin: 0 auto;
}
.timeline h2::after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 80%;
  height: 2px;
  background-color: #cd1d1d;
  margin: 0 auto;
  width: 100px !important;
}
.timeline .section-top {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
.timeline__card {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 6rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.timeline__card__img {
  aspect-ratio: 1/1;
}
.timeline__card__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.timeline .timeline {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.timeline .timeline__section {
  margin-bottom: 10rem;
}
.timeline .timeline__section:last-child {
  margin-bottom: 0;
}
.timeline .timeline .h3 {
  color: #cd1d1d;
}
.timeline .timeline__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  margin-top: 3rem;
  position: relative;
}
.timeline .timeline__items::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 2px;
  height: 100%;
  background-color: #cd1d1d;
}
.timeline .timeline__item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.timeline .timeline__item:nth-child(even) {
  text-align: right;
  margin-top: 10rem;
}
.timeline .timeline__item:nth-child(even) .timeline__item__icon {
  margin-left: auto;
}
.timeline .timeline__item__header {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.timeline .timeline__item__icon {
  max-width: 50px;
  width: 100%;
}
.timeline .timeline__item__icon img {
  width: 100%;
  height: 100%;
}
.timeline .timeline__item__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.timeline .timeline__item__content h4 {
  text-transform: inherit;
}
.timeline .timeline__item__date {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-stretch: 70%;
  color: #cd1d1d;
}

.none .timeline__card {
  display: none;
}

@media (max-width: 980px) {
  .timeline__section {
    margin-bottom: 5rem !important;
  }
  .timeline__section:last-child {
    margin-bottom: 0 !important;
  }
  .timeline__items {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 2rem !important;
  }
  .timeline__item {
    max-width: 400px;
    margin: 0 auto;
    text-align: center !important;
    background-color: #cecece;
    z-index: 99;
    margin-top: 2rem !important;
    padding: 1rem 0 !important;
  }
  .timeline__item__icon {
    max-width: 30px;
    width: 100%;
    margin: 0 auto;
  }
  .timeline__item:nth-child(1) {
    margin-top: 0 !important;
  }
}
.imgText-v3 .imgText-v2__content {
  align-items: center;
}
.imgText-v3 .card-text {
  margin-top: 3rem;
}
.imgText-v3 .card-text h3 {
  margin-bottom: 1rem;
}
.imgText-v3 .imgText-v3__content__image {
  aspect-ratio: 1/1;
}
.imgText-v3 .imgText-v3__content__image img {
  object-position: top;
}

.threeColCards__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.threeColCards__content .card__image {
  aspect-ratio: 4/3;
  overflow: hidden;
  margin-bottom: 1.5rem;
  position: relative;
}
.threeColCards__content .card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.threeColCards__content .card__image .imgNumber {
  position: absolute;
  top: 2rem;
  left: 2rem;
  background-color: #f6f6f8;
  color: #cd1d1d;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  display: none;
}
.threeColCards__content .card__content h3 {
  margin-bottom: 1rem;
}
.threeColCards__content .card__content p {
  margin-bottom: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.threeColCards .btns {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.threeColCards-v2 .section-header {
  text-align: center;
  max-width: 1024px;
  margin: 0 auto;
  margin-bottom: 2rem;
  width: 100%;
}
.threeColCards-v2 h2 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: max-content;
  justify-content: center;
  margin: 0 auto;
  margin: 0 auto;
}
.threeColCards-v2 h2::after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 80%;
  height: 2px;
  background-color: #cd1d1d;
  margin: 0 auto;
  width: 100px !important;
}
.threeColCards-v2 .threeColCards__content .card {
  padding: 3rem 2rem;
  background-color: #e6e7e48a;
}
.threeColCards-v2 .threeColCards__content .card .card__link {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.threeColCards-v2 .threeColCards__content .card .card__link:focus-visible {
  outline: 2px solid #cd1d1d;
  outline-offset: 4px;
}
.threeColCards-v2 .threeColCards__content .card h3 {
  margin-bottom: 1rem;
  color: #cd1d1d;
}
.threeColCards-v2 .btns {
  margin-top: 2rem;
}

.fourColCards-vv .threeColCards__content {
  grid-template-columns: repeat(3, 1fr);
}
.fourColCards-vv .threeColCards__content .card {
  position: relative;
  text-align: center;
  background-color: #cd1d1d;
  color: #f6f6f8;
}
.fourColCards-vv .threeColCards__content .card .number-box {
  background-color: #cd1d1d;
  color: #f6f6f8;
  margin-bottom: 1rem;
  position: absolute;
  top: -1rem;
  display: none;
}
.fourColCards-vv .threeColCards__content .card h3 {
  margin-bottom: 1rem;
}
.fourColCards-vv .threeColCards__content .card .card__icon {
  margin-bottom: 1rem;
}
.fourColCards-vv .threeColCards__content .card .card__icon img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 3rem;
  width: 100%;
  height: auto;
  object-fit: contain;
  transform: unset !important;
}

.threeCardsV2 {
  padding-top: 0;
}
.threeCardsV2 .threeColCards__content .card {
  padding: 2rem 1rem;
}
.threeCardsV2 .threeColCards__content .card p {
  margin-bottom: 0;
}

.prozess-new .section-header__logos {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2rem;
  align-items: center;
  margin-bottom: 2rem;
}
.prozess-new .section-header__logos img {
  max-width: 150px;
}
.prozess-new .threeColCards__content .card {
  background-color: #474747;
  border-radius: unset;
}
.prozess-new .threeColCards__content .card:nth-last-child(1) {
  grid-column: 1/span 3;
}
.prozess-new .threeColCards__content .card:nth-last-child(1) h3 {
  margin-bottom: 0;
}

.leistungen-s .section-header {
  text-align: center;
}
.leistungen-s .section-header h2 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: max-content;
  justify-content: center;
  margin: 0 auto;
}
.leistungen-s .section-header h2::after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 80%;
  height: 2px;
  background-color: #cd1d1d;
  margin: 0 auto;
  width: 100px !important;
}
.leistungen-s .threeColCards__content {
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.leistungen-s .card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #f6f6f8;
  padding: 1.5rem 1rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.leistungen-s .card:hover {
  box-shadow: 0 0 6px 0 rgba(229, 38, 32, 0.5);
}
.leistungen-s .card__image {
  aspect-ratio: unset;
  margin: 0;
  max-width: 70px;
  width: 100%;
  object-fit: contain;
  background-color: #e6e7e48a;
  padding: 1rem;
  margin-bottom: 1rem;
}
.leistungen-s .card__image img {
  object-fit: contain;
}
.leistungen-s .card h3 {
  color: #cd1d1d;
  margin-bottom: 0.5rem;
}
.leistungen-s .card p {
  margin-bottom: 0.5rem;
}

@media (max-width: 980px) {
  .fourColCards-vv .threeColCards__content {
    grid-template-columns: repeat(2, 1fr);
  }

  .threeColCards .threeColCards__content {
    grid-template-columns: repeat(2, 1fr);
  }

  .prozess-new .threeColCards__content {
    grid-template-columns: repeat(3, 1fr);
  }

  .leistungen-s .threeColCards__content {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 767px) {
  .threeColCards .threeColCards__content,
.fourColCards-vv .threeColCards__content {
    grid-template-columns: 1fr;
  }
  .threeColCards .threeColCards__content .card,
.fourColCards-vv .threeColCards__content .card {
    padding: 2rem 1rem;
  }

  .leistungen-s .threeColCards__content {
    gap: 3rem;
  }
  .leistungen-s .threeColCards__content .card {
    flex-direction: column;
  }

  .prozess-new .threeColCards__content {
    grid-template-columns: repeat(1, 1fr);
  }
  .prozess-new .threeColCards__content .card:nth-last-child(1) {
    grid-column: 1/span 1;
  }
}
.cardsGrid .section-header {
  text-align: center;
  margin-bottom: 2rem;
}
.cardsGrid .section-header h2 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: max-content;
  justify-content: center;
  margin: 0 auto;
}
.cardsGrid .section-header h2::after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 80%;
  height: 2px;
  background-color: #cd1d1d;
  margin: 0 auto;
  width: 100px !important;
}
.cardsGrid__content {
  display: grid;
  gap: 1.5rem;
}
.cardsGrid--cols-2 .cardsGrid__content {
  grid-template-columns: repeat(2, 1fr);
}
.cardsGrid--cols-3 .cardsGrid__content {
  grid-template-columns: repeat(3, 1fr);
}
.cardsGrid--cols-4 .cardsGrid__content {
  grid-template-columns: repeat(4, 1fr);
}
.cardsGrid .card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #f6f6f8;
  height: 100%;
}
.cardsGrid .card__image {
  aspect-ratio: 1/1;
  max-height: 200px;
  overflow: hidden;
}
.cardsGrid .card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}
.cardsGrid .card__icon {
  max-width: 70px;
  width: 100%;
  background-color: #e6e7e48a;
  padding: 1rem;
}
.cardsGrid .card__icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
.cardsGrid .card__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 1rem;
  padding: 1.5rem 1rem;
}
.cardsGrid .card__content h3 {
  color: #cd1d1d;
  margin: 0;
}
.cardsGrid .card__content p {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cardsGrid .card__btn {
  margin-top: auto;
}
.cardsGrid--media-icon .card {
  flex-direction: row;
  align-items: flex-start;
}

@media (max-width: 1550px) {
  .cardsGrid .card__image {
    max-height: 160px;
  }
}
@media (max-width: 980px) {
  .cardsGrid--cols-3 .cardsGrid__content, .cardsGrid--cols-4 .cardsGrid__content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cardsGrid__content {
    grid-template-columns: 1fr !important;
  }
  .cardsGrid--media-icon .card {
    flex-direction: column;
  }
}
.cardsAccordion .section-header {
  text-align: center;
  max-width: 1024px;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.cardsAccordion .section-header h2 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: max-content;
  justify-content: center;
  margin: 0 auto;
}
.cardsAccordion .section-header h2::after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 80%;
  height: 2px;
  background-color: #cd1d1d;
  margin: 0 auto;
  width: 100px !important;
}
.cardsAccordion .section-header__text {
  margin-top: 1rem;
}
.cardsAccordion__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.cardsAccordion .card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem 1rem;
  height: 100%;
  border: 1px solid #e6e7e48a;
}
.cardsAccordion .card:nth-last-child(1) {
  grid-column: 2/span 2;
}
@media (max-width: 980px) {
  .cardsAccordion .card:nth-last-child(1) {
    grid-column: unset;
  }
}
.cardsAccordion .card.is-open .card__panel {
  grid-template-rows: 1fr;
}
.cardsAccordion .card.is-open .card__toggle__icon {
  transform: rotate(-90deg);
}
.cardsAccordion .card__toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
.cardsAccordion .card__toggle__icon {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  transform: rotate(90deg);
  transition: transform 0.3s ease-in-out;
}
.cardsAccordion .card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.cardsAccordion .card__link__icon {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
}
.cardsAccordion .card__btn {
  margin-top: auto;
  padding-top: 0.5rem;
}
.cardsAccordion .card__body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.cardsAccordion .card__excerpt > *:last-child {
  margin-bottom: 0;
}
.cardsAccordion .card__panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease-in-out;
  width: 100%;
}
.cardsAccordion .card__panel[hidden] {
  display: none;
}
.cardsAccordion .card__panel__inner {
  overflow: hidden;
}
.cardsAccordion .card__panel__inner p:last-child {
  margin-bottom: 0;
}
.cardsAccordion .card__image {
  max-width: 30px;
  width: 100%;
}
.cardsAccordion .card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cardsAccordion .card__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  flex: 1;
}
.cardsAccordion .card__content h3 {
  color: #cd1d1d;
  margin: 0;
}

@media (max-width: 980px) {
  .cardsAccordion__content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cardsAccordion__content {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.youtubeVideos .section-header {
  margin-bottom: 2rem;
  max-width: 900px;
}
.youtubeVideos__subtitle {
  margin: 0.75rem 0 0;
  line-height: 1.6;
}
.youtubeVideos__grid {
  display: grid;
  gap: 2rem;
}
.youtubeVideos--cols-1 .youtubeVideos__grid {
  grid-template-columns: 1fr;
  max-width: 900px;
}
.youtubeVideos--cols-2 .youtubeVideos__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.youtubeVideos--cols-3 .youtubeVideos__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.youtubeVideos__item {
  min-width: 0;
}
.youtubeVideos__embed {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #e6e7e48a;
}
.youtubeVideos__embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.youtubeVideos__caption {
  margin: 0.75rem 0 0;
  font-weight: 600;
  line-height: 1.4;
}

@media (max-width: 980px) {
  .youtubeVideos--cols-3 .youtubeVideos__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .youtubeVideos--cols-2 .youtubeVideos__grid, .youtubeVideos--cols-3 .youtubeVideos__grid {
    grid-template-columns: 1fr;
  }
}
.titleText__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.titleText__title, .titleText__subtitle {
  max-width: 650px;
}
.titleText__title h2, .titleText__subtitle h2 {
  position: relative;
  max-width: max-content;
  padding-bottom: 0;
  margin-bottom: 2rem;
}
.titleText__title h2::after, .titleText__subtitle h2::after {
  content: "";
  display: block;
  width: 80%;
  height: 2px;
  background-color: #cd1d1d;
  position: absolute;
  bottom: -0.5rem;
  margin-top: 1rem;
  width: 100px;
}
.titleText__title h2::after, .titleText__subtitle h2::after {
  max-width: 100px;
}
.titleText h3 {
  margin-top: 1rem;
}
.titleText .btns {
  margin-top: 2rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.titleText .section-header__logos {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2rem;
  align-items: center;
  margin-bottom: 2rem;
}
.titleText .section-header__logos img {
  max-width: 200px;
}
.titleText .section-header__logos img:nth-last-child(1) {
  max-width: 150px;
}

@media (max-width: 980px) {
  .titleText__content {
    grid-template-columns: 1fr;
  }
}
.projectSlider {
  position: relative;
  overflow: hidden;
}
.projectSlider__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3rem;
}
.projectSlider__top__left {
  max-width: 700px;
}
.projectSlider__top h2 {
  margin-bottom: 1rem;
}
.projectSlider__swiper {
  overflow: visible;
}
.projectSlider__content {
  display: flex;
  height: 100%;
  position: relative;
}
.projectSlider__content__item {
  overflow: hidden;
  border-radius: 16px;
  height: 600px;
  position: relative;
}
.projectSlider__content__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 38%;
  background: linear-gradient(to top, rgba(205, 29, 29, 0.85), rgba(205, 29, 29, 0));
}
.projectSlider__content__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.projectSlider__content__item h3 {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  color: #f6f6f8;
}
.projectSlider__content .swiper-slide {
  width: 60vw;
  margin: 0 auto;
}
.projectSlider__controls .swiper-button-prev,
.projectSlider__controls .swiper-button-next {
  background-color: #cd1d1d;
  color: #f6f6f8;
  border-radius: 10px;
  width: 100%;
  max-width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.projectSlider__controls .swiper-button-prev::after,
.projectSlider__controls .swiper-button-next::after {
  font-size: 2rem;
}
.projectSlider__controls .swiper-pagination {
  position: initial;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 3rem;
}
.projectSlider__controls .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background-color: #cd1d1d;
}

@media (max-width: 1440px) {
  .projectSlider__content__item {
    height: 400px;
    width: 50vw !important;
  }
}
@media (max-width: 980px) {
  .projectSlider__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .projectSlider__content__item {
    height: 350px;
    width: 80vw !important;
  }
}
@media (max-width: 479px) {
  .projectSlider__content__item {
    height: 300px;
    width: 80vw !important;
  }
  .projectSlider__content__item h3 {
    left: 1rem;
  }
  .projectSlider__controls .swiper-button-prev,
.projectSlider__controls .swiper-button-next {
    max-width: 40px;
    height: 40px;
  }
  .projectSlider__controls .swiper-pagination {
    margin-top: 1rem;
  }
  .projectSlider__controls .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
  }
}
.team__content h2 {
  margin-bottom: 2rem;
}
.team__slider {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 3rem;
}
.team__slider__row {
  overflow: hidden;
}
.team__slider__row--left .team__slider__track {
  animation: team-marquee-left 30s linear infinite;
}
.team__slider__row--right .team__slider__track {
  animation: team-marquee-right 30s linear infinite;
}
.team__slider__track {
  display: flex;
  gap: 16px;
  width: max-content;
}
.team__slider__track img {
  height: 120px;
  width: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 12px;
  flex-shrink: 0;
}

@keyframes team-marquee-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(var(--marquee-offset, -50%));
  }
}
@keyframes team-marquee-right {
  0% {
    transform: translateX(var(--marquee-offset, -50%));
  }
  100% {
    transform: translateX(0);
  }
}
@media (max-width: 767px) {
  .team__slider__track img {
    height: 80px;
  }
}
.locations {
  overflow: hidden;
}
.locations .container {
  max-width: 1200px;
}
.locations__content h2 {
  margin-bottom: 2rem;
  margin-left: calc(270px + 6rem);
}
.locations__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 3rem;
  position: relative;
}
.locations__list::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 245px;
  width: 1px;
  height: 130%;
  background-color: #cd1d1d;
}
.locations__item {
  display: flex;
  gap: 6rem;
  align-items: flex-start;
}
.locations__item.is-active h3 .icon::after {
  display: none;
}
.locations__item.is-active .locations__item__text {
  opacity: 1;
  visibility: visible;
  max-height: 200px;
}
.locations__item h3 {
  display: flex;
  gap: 2rem;
  align-items: center;
  cursor: pointer;
  position: relative;
  max-width: 270px;
  width: 100%;
  justify-content: flex-end;
  text-align: right;
}
.locations__item h3 .icon {
  position: relative;
  max-width: 50px;
  width: 100%;
  height: 50px;
  display: block;
  background-color: #cd1d1d;
  border-radius: 50%;
  border: 4px solid #f6f6f8;
}
.locations__item h3 .icon::before, .locations__item h3 .icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 2px;
  background-color: #f6f6f8;
  border-radius: 3px;
}
.locations__item h3 .icon::after {
  transform: rotate(90deg);
}
.locations__item__text {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease, max-height 0.4s ease;
}

@media (max-width: 767px) {
  .locations__content h2 {
    margin-left: calc(160px + 1rem);
  }
  .locations__list::before {
    left: 140px;
  }
  .locations__item {
    gap: 1rem;
  }
  .locations__item h3 {
    max-width: 160px;
    width: 100%;
    justify-content: space-between;
    text-align: left;
    gap: 2rem;
  }
  .locations__item h3 .icon {
    max-width: 40px;
    width: 100%;
    height: 40px;
  }
}
@media (max-width: 479px) {
  .locations__content h2 {
    margin-left: 0;
  }
  .locations__list::before {
    left: 20px;
  }
  .locations__item {
    flex-direction: column;
  }
  .locations__item h3 {
    text-align: left;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 1rem;
    max-width: 100%;
  }
  .locations__item__text {
    margin-left: calc(40px + 1rem);
  }
}
.lesitungen-section .container {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  position: relative;
}
.lesitungen-section .imgText-v2__content {
  position: sticky;
  top: 100px;
  background-color: #f6f6f8;
  padding: 2rem;
  margin-top: 2rem;
  border: 1px solid #e6e7e48a;
}
.lesitungen-section .imgText-v2__content:nth-child(even) {
  background-color: #f6f6f8;
}
.lesitungen-section .imgText-v2__content:nth-child(even) .imgText-v2__content__text {
  order: 2;
}
.lesitungen-section .imgText-v2__content:nth-child(even) .imgText-v2__content__image {
  order: 1;
}
.lesitungen-section .imgText-v2__content__image {
  aspect-ratio: 1/1;
}
.lesitungen-section .number-box {
  background-color: #cd1d1d;
  color: #f6f6f8;
  margin-bottom: 1rem;
}
.lesitungen-section .content-box {
  background-color: #cd1d1d;
  color: #f6f6f8;
  padding: 2rem;
  margin-top: 2rem;
}
.lesitungen-section .content-box h3 {
  margin-bottom: 1rem;
}
.lesitungen-section .btns {
  margin-top: 2rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

@media (max-width: 1200px) {
  .lesitungen-section .container {
    gap: 2rem;
  }
  .lesitungen-section .imgText-v2__content {
    position: initial;
    gap: 2rem;
  }
}
@media (max-width: 980px) {
  .lesitungen-section .imgText-v2__content {
    padding: 1rem;
  }
  .lesitungen-section .content-box {
    padding: 1.5rem 1rem;
  }
}
.twoColText .section-header {
  margin-bottom: 2rem;
}
.twoColText__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.twoColText__title {
  color: #cd1d1d;
}
.twoColText__col h2,
.twoColText__col h3,
.twoColText__col h4 {
  margin-bottom: 1rem;
}
.twoColText__col-icon {
  margin-bottom: 1rem;
}
.twoColText__col-icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.twoColText__col ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.twoColText__col ul li {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.twoColText__col ul li img {
  width: 20px;
  height: 20px;
}

.benefits .section-header {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 3rem;
}
.benefits .section-header h2 {
  position: relative;
  max-width: max-content;
  padding-bottom: 0;
  margin-bottom: 2rem;
}
.benefits .section-header h2::after {
  content: "";
  display: block;
  width: 80%;
  height: 2px;
  background-color: #cd1d1d;
  position: absolute;
  bottom: -0.5rem;
  margin-top: 1rem;
  width: 100px;
}
.benefits .twoColText__content {
  grid-template-columns: 1fr;
  max-width: 900px;
  margin: 0 auto;
}
.benefits .twoColText__col {
  border-bottom: 1px solid #e6e7e48a;
  padding-bottom: 2rem;
}
.benefits .twoColText__col:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.benefits .twoColText__col-icon {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0;
}
.benefits .twoColText__col-icon img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}
.benefits ul li.multi-li {
  margin-left: calc(35px + 1rem);
}
.benefits ul li:not(.multi-li) {
  margin-left: calc(35px + 1rem);
}
.benefits.no-parent-check .twoColText__col-icon img {
  display: none;
}
.benefits.no-parent-check .twoColText__col-icon h3 {
  margin-left: 0;
}
.benefits.no-parent-check .twoColText__col ul li {
  margin-left: 0 !important;
}

@media (max-width: 980px) {
  .twoColText__content {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .twoColText__col ul li {
    font-size: 1rem;
  }

  .benefits .twoColText__col {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  .benefits .twoColText__col:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .benefits ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .benefits ul li {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .benefits ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .benefits ul li {
    padding: 0;
  }
  .benefits ul li.multi-li {
    margin-left: 0 !important;
    padding: 0 !important;
  }
}
.projekte h2 {
  position: relative;
  max-width: max-content;
  padding-bottom: 0;
  margin-bottom: 2rem;
}
.projekte h2::after {
  content: "";
  display: block;
  width: 80%;
  height: 2px;
  background-color: #cd1d1d;
  position: absolute;
  bottom: -0.5rem;
  margin-top: 1rem;
  width: 100px;
}
.projekte .container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.projekte__tabs {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.projekte__tabs .tab {
  padding: 0.8rem 1.2rem;
  background-color: #171A21;
  color: #f6f6f8;
  cursor: pointer;
}
.projekte__tabs .tab.active {
  background-color: #cd1d1d;
  color: #f6f6f8;
}
.projekte__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.projekte__grid .popup {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.6);
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
.projekte__grid .popup.is-open {
  display: flex;
}
.projekte__grid .popup__content {
  background-color: #f6f6f8;
  border-radius: 8px;
  padding: 6rem 2rem 2rem 2rem;
  max-width: 1632px;
  height: 100%;
  width: 100%;
  position: relative;
  max-height: 80vh;
  overflow-y: auto;
}
.projekte__grid .popup__content__inner {
  max-width: 80%;
}
.projekte__grid .popup__close {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  width: 36px;
  height: 36px;
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.projekte__grid .popup__close::before, .projekte__grid .popup__close::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  background-color: #171A21;
  border-radius: 2px;
}
.projekte__grid .popup__close::before {
  transform: rotate(45deg);
}
.projekte__grid .popup__close::after {
  transform: rotate(-45deg);
}
.projekte__grid .card {
  overflow: hidden;
  background-color: #e6e7e48a;
}
.projekte__grid .card:hover img {
  transform: scale(1.05);
}
.projekte__grid .card__image {
  overflow: hidden;
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.projekte__grid .card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.projekte__grid .card__image .tag {
  position: absolute;
  top: 2rem;
  left: 2rem;
  background-color: #cd1d1d;
  color: #f6f6f8;
  padding: 0.5rem 1rem;
  border-radius: 10px;
}
.projekte__grid .card__content {
  padding: 2rem;
}
.projekte__grid .card__content h3 {
  margin-bottom: 1rem;
}
.projekte__grid .card__btn {
  margin-top: 1.5rem;
}

@media (max-width: 980px) {
  .projekte__tabs .tab {
    padding: 0.5rem 1rem;
    font-size: 1rem;
  }
  .projekte__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .projekte__grid .card__content {
    padding: 1.5rem 1rem;
  }
}
@media (max-width: 767px) {
  .projekte__grid {
    grid-template-columns: 1fr;
  }
}
.textVideo__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.textVideo__video {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}
.textVideo__video--poster .textVideo__media {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.textVideo__posterLayer {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  cursor: pointer;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.textVideo__posterLayer.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.textVideo__posterImg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.textVideo__playBtn {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.5rem;
  height: 6.5rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #cd1d1d;
  color: #cd1d1d;
  cursor: pointer;
  isolation: isolate;
  transition: transform 0.2s ease, background 0.2s ease;
}
.textVideo__playBtn svg {
  position: relative;
  z-index: 1;
  width: 42%;
  height: 42%;
  margin-left: 4%;
}
.textVideo__playBtn svg path {
  fill: #f6f6f8;
}
.textVideo__playBtn::before, .textVideo__playBtn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.55);
  z-index: -1;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(1);
  opacity: 0.6;
  animation: textVideo-play-wave 2.4s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}
.textVideo__playBtn::after {
  animation-delay: 1.2s;
}
.textVideo__playBtn:hover {
  transform: scale(1.06);
}
.textVideo__posterLayer.is-hidden .textVideo__playBtn::before, .textVideo__posterLayer.is-hidden .textVideo__playBtn::after {
  animation: none;
  opacity: 0;
}
@media (prefers-reduced-motion: reduce) {
  .textVideo__playBtn::before, .textVideo__playBtn::after {
    animation: none;
  }
}
.textVideo__media {
  display: block;
  width: 100%;
  height: auto;
}

@keyframes textVideo-play-wave {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.55;
  }
  70% {
    opacity: 0.2;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
@media (max-width: 980px) {
  .textVideo .section-header {
    margin-bottom: 0rem;
  }
  .textVideo .section-header p {
    margin-bottom: 0;
  }
  .textVideo__content {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 479px) {
  .textVideo__playBtn {
    width: 4.5rem;
    height: 4.5rem;
  }
  .textVideo__playBtn::before, .textVideo__playBtn::after {
    width: 65%;
    height: 65%;
  }
}
.twoColImageText__header {
  margin-bottom: 5rem;
}
.twoColImageText__title {
  margin-bottom: 2rem;
}
.twoColImageText__intro {
  max-width: 80rem;
}
.twoColImageText__rows {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
.twoColImageText__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: center;
}
.twoColImageText__row h2 {
  margin-bottom: 1rem;
}
.twoColImageText__row a {
  color: #cd1d1d;
  text-decoration: underline;
}
.twoColImageText__row__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.twoColImageText__row__media {
  position: relative;
  overflow: hidden;
}
.twoColImageText__row__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease-in-out;
}
.twoColImageText__row__media img:hover {
  transform: scale(1.03);
}
.twoColImageText__row__iframe {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.twoColImageText__row__iframe iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 980px) {
  .twoColImageText__rows {
    grid-template-columns: 1fr;
  }
}
.twoColBoxes__title {
  margin-bottom: 1.5rem;
}
.twoColBoxes__boxes-title {
  margin-bottom: 1rem;
}
.twoColBoxes__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.twoColBoxes__items ul {
  padding-left: 0;
}
.twoColBoxes__item {
  padding: 2rem;
  border: 1px solid #e6e7e48a;
  transition: all 0.3s ease-in-out;
}
.twoColBoxes__item:hover {
  box-shadow: 0 0 6px 0 rgba(229, 38, 32, 0.1);
}
.twoColBoxes__item-title {
  margin-bottom: 1rem;
}

.twoColBoxes:not(.more-cards) .twoColBoxes__title {
  position: relative;
  max-width: max-content;
  padding-bottom: 0;
  margin-bottom: 2rem;
}
.twoColBoxes:not(.more-cards) .twoColBoxes__title::after {
  content: "";
  display: block;
  width: 80%;
  height: 2px;
  background-color: #cd1d1d;
  position: absolute;
  bottom: -0.5rem;
  margin-top: 1rem;
  width: 100px;
}

.more-cards .twoColBoxes__title {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: max-content;
  justify-content: center;
  margin: 0 auto;
}
.more-cards .twoColBoxes__title::after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 80%;
  height: 2px;
  background-color: #cd1d1d;
  margin: 0 auto;
  width: 100px !important;
}

@media (max-width: 980px) {
  .twoColBoxes__items {
    grid-template-columns: 1fr;
  }
  .twoColBoxes__item {
    padding: 2rem;
  }
}
@media (max-width: 479px) {
  .twoColBoxes__item {
    padding: 1rem;
  }
}
.steps .container {
  display: grid;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 1000px;
  grid-template-columns: repeat(1, 1fr);
  gap: 3rem;
}
.steps__title {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: max-content;
  justify-content: center;
  margin: 0 auto;
}
.steps__title::after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 80%;
  height: 2px;
  background-color: #cd1d1d;
  margin: 0 auto;
  width: 100px !important;
}
.steps__list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.steps__item__icon {
  height: 70px;
  margin-bottom: auto;
}
.steps__item__icon img {
  height: 100%;
  width: auto;
  object-fit: contain;
}
.steps__item__label {
  color: #cd1d1d;
  font-weight: 600;
  order: -1;
}
.steps__item__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.steps.bg-gray .steps__list {
  gap: 5rem;
}
.steps.bg-gray .steps__list .steps__item {
  background: #f6f6f8;
  padding: 2rem 1rem;
  position: relative;
}
.steps.bg-gray .steps__list .steps__item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -3.5rem;
  margin: auto;
  right: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background-image: url(../svg/arrow-right.svg);
  background-size: contain;
  background-position: center;
  transform: rotate(90deg);
}
.steps.bg-gray .steps__list .steps__item:nth-last-child(1)::after {
  display: none;
}

@media (max-width: 980px) {
  .steps .container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.steps-v2 {
  --steps-v2-gap: 3rem;
  --steps-v2-icon-size: 70px;
  --steps-v2-arrow-size: 25px;
}
.steps-v2__header {
  max-width: 750px;
  margin-bottom: 3rem;
}
.steps-v2__header .h2 {
  margin-bottom: 2rem;
  position: relative;
  max-width: max-content;
  padding-bottom: 0;
  margin-bottom: 2rem;
}
.steps-v2__header .h2::after {
  content: "";
  display: block;
  width: 80%;
  height: 2px;
  background-color: #cd1d1d;
  position: absolute;
  bottom: -0.5rem;
  margin-top: 1rem;
  width: 100px;
}
.steps-v2__header .h2::after {
  width: 100px;
}
.steps-v2__list {
  display: flex;
  gap: var(--steps-v2-gap);
}
.steps-v2__item {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  transition: all 0.4s ease-in-out;
  padding-top: 1rem;
  transition: all 0.4s ease-in-out;
}
.steps-v2__item:hover h3 {
  color: #cd1d1d;
}
.steps-v2__item:hover .steps-v2__item__icon img {
  filter: brightness(0) saturate(100%) invert(23%) sepia(85%) saturate(5847%) hue-rotate(353deg) brightness(99%) contrast(91%);
}
.steps-v2__item:hover .steps-v2__item__content {
  box-shadow: unset;
}
.steps-v2__item:hover .steps-v2__item__content::before {
  border: 2px solid #cecece;
}
.steps-v2__item::before {
  content: "";
  position: absolute;
  top: calc(var(--steps-v2-icon-size) / 2 + 1rem);
  left: calc(100% + var(--steps-v2-gap) / 2);
  width: var(--steps-v2-arrow-size);
  height: var(--steps-v2-arrow-size);
  transform: translate(-50%, -50%);
  pointer-events: none;
  background-image: url(../svg/arrow-right_red.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.steps-v2__item:nth-last-child(1)::before {
  display: none;
}
.steps-v2__item:nth-last-child(1) .steps-v2__item__title::before {
  display: none;
}
.steps-v2__item__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  max-width: 100%;
}
.steps-v2__item__icon {
  height: var(--steps-v2-icon-size);
  flex-shrink: 0;
}
.steps-v2__item__icon img {
  height: 100%;
  width: auto;
  object-fit: contain;
  transition: filter 0.3s ease-in-out;
}
.steps-v2__item__title {
  color: #171A21;
  margin-bottom: 1rem;
  width: auto;
  max-width: 100%;
  text-align: center;
  font-size: 1.2rem;
  hyphens: auto;
  transition: all 0.4s ease-in-out;
}
.steps-v2__item p {
  hyphens: auto;
}

@media (max-width: 1550px) and (min-width: 1201px) {
  .steps-v2__list {
    transform-origin: left;
  }
}
@media (max-width: 1200px) {
  .steps-v2__list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: var(--steps-v2-gap);
  }
  .steps-v2__item:nth-child(4n)::before {
    display: none;
  }
}
@media (max-width: 980px) {
  .steps-v2__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .steps-v2__item:nth-child(4n)::before {
    display: block;
  }
  .steps-v2__item:nth-child(2n)::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .steps-v2 {
    --steps-v2-gap: 5rem;
  }
  .steps-v2__list {
    grid-template-columns: 1fr;
  }
  .steps-v2__item:nth-child(2n)::before, .steps-v2__item:nth-child(4n)::before {
    display: block;
  }
  .steps-v2__item::before {
    top: calc(100% + var(--steps-v2-gap) / 2);
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .steps-v2__item:nth-last-child(1)::before {
    display: none;
  }
  .steps-v2__item__title::before {
    display: none;
  }
}
.beforeAfter__header {
  margin-bottom: 4rem;
}
.beforeAfter__title {
  margin-bottom: 2rem;
}
.beforeAfter__intro {
  max-width: 80rem;
}
.beforeAfter__slider {
  position: relative;
  overflow: hidden;
  cursor: col-resize;
  user-select: none;
  -webkit-user-select: none;
  --ba-pos: 50%;
  width: max-content;
}
.beforeAfter__slider img.beforeAfter__img--after {
  display: block;
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}
.beforeAfter__before {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0 calc(100% - var(--ba-pos)) 0 0);
  will-change: clip-path;
  z-index: 2;
}
.beforeAfter__before img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}
.beforeAfter__divider {
  position: absolute;
  inset: 0 auto 0 var(--ba-pos);
  transform: translateX(-50%);
  width: 2px;
  z-index: 3;
  pointer-events: none;
  will-change: left;
}
.beforeAfter__line {
  position: absolute;
  inset: 0;
  width: 2px;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}
.beforeAfter__handle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
}
.beforeAfter__handle svg {
  width: 1.8rem;
  height: 1.8rem;
  color: #222;
  flex-shrink: 0;
}
.beforeAfter__label {
  position: absolute;
  top: 1.5rem;
  padding: 0.4rem 1rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  pointer-events: none;
  border-radius: 2px;
  z-index: 4;
}
.beforeAfter__label--before {
  left: 1.5rem;
}
.beforeAfter__label--after {
  right: 1.5rem;
}
.beforeAfter__range {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: col-resize;
  margin: 0;
  padding: 0;
  z-index: 5;
  appearance: none;
  -webkit-appearance: none;
}

.before-after-style2 .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  align-items: center;
}
.before-after-style2 .beforeAfter__header {
  margin-bottom: 0;
}
.before-after-style2 .beforeAfter__slider {
  width: 100%;
}

@media (max-width: 980px) {
  .before-after-style2 .container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  .beforeAfter__slider {
    width: 100%;
  }
  .beforeAfter__label {
    font-size: 1rem;
  }
  .beforeAfter__handle {
    width: 3.6rem;
    height: 3.6rem;
  }
  .beforeAfter__handle svg {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.warumWir__header {
  margin-bottom: 2.5rem;
  text-align: center;
}
.warumWir__title {
  position: relative;
  max-width: max-content;
  padding-bottom: 0;
  margin-bottom: 2rem;
}
.warumWir__title::after {
  content: "";
  display: block;
  width: 80%;
  height: 2px;
  background-color: #cd1d1d;
  position: absolute;
  bottom: -0.5rem;
  margin-top: 1rem;
  width: 100px;
}
.warumWir__title::after {
  margin-left: auto;
  margin-right: auto;
}
.warumWir__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  gap: 2rem;
  align-items: start;
}
.warumWir__feature {
  background-color: #cecece;
  color: #171A21;
  padding: 2rem;
  height: 100%;
  height: max-content;
  position: sticky;
  top: 150px;
}
.warumWir__feature a {
  color: #cd1d1d;
}
.warumWir__feature-title {
  margin-bottom: 1rem;
  color: #171A21;
}
.warumWir__feature-text p:last-child {
  margin-bottom: 0;
}
.warumWir__group {
  border: 1px solid rgba(23, 26, 33, 0.12);
  background-color: #f6f6f8;
}
.warumWir__group-head {
  background-color: #cecece;
  color: #171A21;
  padding: 1.25rem 2rem;
}
.warumWir__group-title {
  margin: 0;
  color: #171A21;
}
.warumWir__group-body {
  display: flex;
  flex-direction: column;
}
.warumWir__item {
  padding: 2rem;
  border-top: 1px solid rgba(23, 26, 33, 0.1);
}
.warumWir__item:first-child {
  border-top: 0;
}
.warumWir__item-title {
  margin-bottom: 1rem;
  color: #cd1d1d;
}
.warumWir__item-text p:last-child {
  margin-bottom: 0;
}
.warumWir__item-list-intro {
  margin: 1rem 0 0;
}
.warumWir__item-list {
  margin-top: 1rem;
}

@media (max-width: 980px) {
  .warumWir__layout {
    grid-template-columns: 1fr;
  }
  .warumWir__feature {
    position: initial;
  }
}
@media (max-width: 767px) {
  .warumWir__feature, .warumWir__group-head, .warumWir__item {
    padding: 1.5rem 1rem;
  }
}

/*# sourceMappingURL=main.css.map */
