:root {
  --content-width: 1200px;
  --c-primary: #1DC1D3;
  --c-primary-rgb: 29, 193, 211;
  --bs-primary-rgb: rgb(29, 193, 211);
  --bs-secondary-rgb: rgb(255, 66, 123);
  --bs-text-opacity: 1;
  --bs-border-width: 2px;
  --c-secondary: #FD437C;
  --c-secondary-rgb: 255, 66, 123;
  --gradient-from: var(--c-primary);
  --gradient-to: var(--c-secondary);
  --gradient-1: linear-gradient(var(--gradient-from), var(--gradient-to));
  --gradient-2: linear-gradient(217.31deg,
      rgba(110, 190, 129, 1) 0%,
      rgba(193, 223, 109, 1) 100%);
  --color-black: rgba(0, 0, 0, 1);
  --gray-900: rgba(0, 0, 0, .9);
  --gray-800: rgba(0, 0, 0, .8);
  --gray-700: rgba(0, 0, 0, .7);
  --gray-600: rgba(0, 0, 0, .6);
  --gray-500: rgba(0, 0, 0, .5);
  --gray-400: rgba(0, 0, 0, .4);
  --gray-300: rgba(0, 0, 0, .3);
  --gray-200: rgba(0, 0, 0, .2);
  --gray-100: rgba(0, 0, 0, .1);
  --background-color-1: #ffffff;
  --background-color-2: #9ca3af;
  --background-color-3: var(--c-primary);
  --background-color-4: rgba(192, 194, 206, 0.2);
  --highlight-color-1: rgba(88, 84, 158, 1);
  --highlight-color-2: #61b3ff;
  --highlight-color-3: #c4c4c4;
  --highlight-color-4: #ffffff;
  --highlight-color-5: #d9d9d9;
  --highlight-color-6: rgba(209, 243, 246, 1);
  --highlight-color-7: rgb(250, 250, 249);
  --highlight-color-8: rgba(248, 79, 119, 0.2);
  --text-color-1: #666666;
  --text-color-2: rgba(73, 32, 124, 1);
  --text-color-3: #333333;
  --text-color-4: rgba(88, 84, 158, 1);
  --font-1: "Fira Sans", sans-serif;
  --font-size-2: 20px;
  --line-height-2: 23px;
  --transition: all 0.5s;
  --border-radius: 60px;
  --border-radius-25: 25px;
  --bs-navbar-toggler-icon-close-bg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-x-lg' viewBox='0 0 16 16'%3E%3Cpath d='M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8 2.146 2.854Z'/%3E%3C/svg%3E");
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

/*GLOBAL*/
*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  line-height: 22px;
  font-family: var(--font-1);
  font-weight: 300;
  height: 100%;
}

body {
  height: 100%;
  color: var(--text-color-1);
  font-family: var(--font-1);
  font-weight: 300;
  padding-top: 5rem;
}

.text-primary {
  color: var(--bs-primary-rgb) !important;
}

.text-secondary {
  color: var(--bs-secondary-rgb) !important;
}

.bg-gradient {
  background: var(--gradient-1) !important;
}

.text-base {
  color: var(--text-color-1) !important;
}

.text-white * {
  color: inherit !important;
}

a {
  color: inherit;
}

.bg-white {
  background: var(--background-color-1) !important;
}

.inlay-2 {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}

.fw-900 {
  font-weight: 900 !important;
}
.fw-900 * {
  font-weight: inherit !important;
}

.fs-1 * {
  font-size: inherit !important;
}

.fs-2 * {
  font-size: inherit !important;
}

.fs-3 * {
  font-size: inherit !important;
}

.fs-4 * {
  font-size: inherit !important;
}

.fs-5 * {
  font-size: inherit !important;
}

.fs-5-5 {
  font-size: 1.125rem;
}

.fs-7 {
  font-size: 0.9rem;
}

.fs-8 {
  font-size: 0.8rem;
}

.fs-9 {
  font-size: 0.7rem;
}

.lh-md {
  line-height: 1.25rem !important;
}

.p-6 {
  padding: 3.25rem !important;
}

.pt-6 {
  padding-top: 3.25rem !important;
}

.pb-6 {
  padding-bottom: 3.25rem !important;
}

.ps-6 {
  padding-left: 3.25rem !important;
}

.pe-6 {
  padding-right: 3.25rem !important;
}

.p-7 {
  padding: 3.5rem !important;
}

.pt-7 {
  padding-top: 3.5rem !important;
}

.pb-7 {
  padding-bottom: 3.5rem !important;
}

.ps-7 {
  padding-left: 3.5rem !important;
}

.pe-7 {
  padding-right: 3.5rem !important;
}

.p-8 {
  padding: 3.75rem !important;
}

.pt-8 {
  padding-top: 3.75rem !important;
}

.pb-8 {
  padding-bottom: 3.75rem !important;
}

.ps-8 {
  padding-left: 3.75rem !important;
}

.pe-8 {
  padding-right: 3.75rem !important;
}

.p-9 {
  padding: 4rem !important;
}

.pt-9 {
  padding-top: 4rem !important;
}

.pb-9 {
  padding-bottom: 4rem !important;
}

.ps-9 {
  padding-left: 4rem !important;
}

.pe-9 {
  padding-right: 4rem !important;
}

.mt-0 * {
  margin-top: inherit !important;
}

.block-type-text .text-base *,
.block-type-text .text-primary *,
.block-type-text .text-secondary *,
.block-type-text .text-white *,
.block-type-heading .text-base *,
.block-type-heading .text-primary *,
.block-type-heading .text-secondary *,
.block-type-heading .text-white * {
  color: inherit !important;
}
.block-type-text .mb-0 *,
.block-type-text .mb-1 *,
.block-type-text .mb-2 *,
.block-type-text .mb-3 *,
.block-type-text .mb-4 *,
.block-type-text .mb-5 *,
.block-type-heading .mb-0 *,
.block-type-heading .mb-1 *,
.block-type-heading .mb-2 *,
.block-type-heading .mb-3 *,
.block-type-heading .mb-4 *,
.block-type-heading .mb-5 * {
  margin-bottom: inherit !important;
}

.my-0 * {
  margin-top: inherit !important;
  margin-bottom: inherit !important;
}

.m-6 {
  margin: 5.5rem;
}

.mt-6 {
  margin-top: 5.5rem;
}

.mb-6 {
  margin-bottom: 5.5rem;
}

.ms-6 {
  margin-left: 5.5rem;
}

.me-6 {
  margin-right: 5.5rem;
}

.m-7 {
  margin: 7rem;
}

.mt-7 {
  margin-top: 7rem;
}

.mb-7 {
  margin-bottom: 7rem;
}

.ms-7 {
  margin-left: 7rem;
}

.me-7 {
  margin-right: 7rem;
}

.m-8 {
  margin: 8.5rem;
}

.mt-8 {
  margin-top: 8.5rem;
}

.mb-8 {
  margin-bottom: 8.5rem;
}

.ms-8 {
  margin-left: 8.5rem;
}

.me-8 {
  margin-right: 8.5rem;
}

.m-9 {
  margin: 10rem;
}

.mt-9 {
  margin-top: 10rem;
}

.mb-9 {
  margin-bottom: 10rem;
}

.ms-9 {
  margin-left: 10rem;
}

.me-9 {
  margin-right: 10rem;
}

.w-6rem {
  width: 6rem;
}

.g-6,
.gx-6 {
  --bs-gutter-x: 4.5rem;
}

.g-6,
.gy-6 {
  --bs-gutter-y: 4.5rem;
}

.g-7,
.gx-7 {
  --bs-gutter-x: 6rem;
}

.g-7,
.gy-7 {
  --bs-gutter-y: 6rem;
}

.centered {
  text-align: center;
}

.aligncenter {
  margin: 0 auto;
}

.ssb {
  font-size: 12px;
  line-height: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pad-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pad-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mad-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mad-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mt-60px {
  margin-top: 60px !important;
}

.mw-xl {
  max-width: 1150px;
}

.mw-lg {
  max-width: 1024px;
}

.mw-md {
  max-width: 800px;
}

.mw-sm {
  max-width: 670px;
}

.mw-xs {
  max-width: 570px;
}

.w-175px {
  width: 175px;
}

.mh-24 {
  max-height: 24rem;
}

.rotate-yn-180 {
  rotate: y -180deg;
}

.bg-primary {
  background-color: var(--c-primary) !important;
}

.bg-secondary {
  background-color: var(--c-secondary) !important;
}

.btn-primary {
  --bs-btn-color: var(--c-primary);
  --bs-btn-bg: var(--background-color-1);
  --bs-btn-border-color: var(--c-primary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--c-primary);
  --bs-btn-hover-border-color: var(--c-primary);
  --bs-btn-focus-shadow-rgb: none;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--c-primary);
  --bs-btn-active-border-color: var(--c-primary);
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--c-primary);
  --bs-btn-disabled-border-color: var(--c-primary);
  --bs-btn-border-width: var(--bs-border-width);
}

.btn-secondary {
  --bs-btn-bg: var(--c-secondary);
  --bs-btn-color: var(--background-color-1);
  --bs-btn-border-color: var(--c-secondary);
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-color: var(--c-secondary);
  --bs-btn-hover-border-color: var(--c-secondary);
  --bs-btn-focus-shadow-rgb: none;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-volor: var(--c-secondary);
  --bs-btn-active-border-color: var(--c-secondary);
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-bg: #fff;
  --bs-btn-disabled-color: var(--c-secondary);
  --bs-btn-disabled-border-color: var(--c-secondary);
  --bs-btn-border-width: var(--bs-border-width);
}

.btn-secondary.active {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

.rounded-100 {
  border-radius: 100%;
}

.fill-white {
  fill: #fff;
}

.fill-primary {
  fill: var(--c-primary);
}

.fill-secondary {
  fill: var(--c-secondary);
}

.border-primary {
  border-color: var(--c-primary) !important;
}

.border-secondary {
  border-color: var(--c-secondary) !important;
}

.offcanvas-backdrop {
  z-index: -1;
}

.contact-form textarea:hover,
.contact-form input:hover,
.contact-form textarea:active,
.contact-form input:active,
.contact-form textarea:focus,
.contact-form input:focus,
.contact-form button:focus,
.contact-form button:active,
.contact-form button:hover {
  outline: 0px !important;
  -webkit-appearance: none;
}
.contact-form input[type=text]:focus-visible,
.contact-form input[type=email]:focus-visible,
.contact-form input[type=email]:focus-visible,
.contact-form input[type=tel]:focus-visible,
.contact-form textarea:focus-visible {
  border-color: var(--c-primary) !important;
}
.contact-form input[type=text]:focus,
.contact-form input[type=email]:focus,
.contact-form input[type=email]:focus,
.contact-form input[type=tel]:focus,
.contact-form textarea:focus {
  border-color: var(--c-primary) !important;
}

.display-1 *,
.display-2 *,
.display-3 *,
.display-4 *,
.display-5 *,
.display-6 * {
  font-size: inherit !important;
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 576px) {
  .d-sm-grid {
    display: grid !important;
  }
  .mt-sm-6 {
    margin-top: 6rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 6rem !important;
  }
  .my-sm-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
}
@media screen and (min-width: 768px) {
  .md-row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
  }
  .position-md-relative {
    position: relative !important;
  }
  .opacity-md-100 {
    opacity: 1 !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .mt-md-12 {
    margin-top: 12rem !important;
  }
  .mb-md-12 {
    margin-bottom: 12rem !important;
  }
  .my-md-12 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .pe-md-45 {
    padding-right: 45%;
  }
  .ps-md-45 {
    padding-left: 45%;
  }
  .min-h-md-600px {
    min-height: 600px;
  }
  .mw-md-300 {
    max-width: 300px;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .fs-md-5 {
    font-size: 1.25rem !important;
  }
  .block-type-text .mt-md-0 *,
  .block-type-heading .mt-md-0 * {
    margin-top: inherit !important;
  }
  .block-type-text .mb-md-0 *,
  .block-type-heading .mb-md-0 * {
    margin-bottom: inherit !important;
  }
  .block-type-text .mt-md-0 *,
  .block-type-heading .mt-md-0 * {
    margin-top: inherit !important;
    margin-bottom: inherit !important;
  }
}
@media screen and (min-width: 992px) {
  .fs-lg-4 {
    font-size: 1.5rem !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 4.5rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 4.5rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 6rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 4.5rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 4.5rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 6rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 6rem;
  }
}
.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: none;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-list' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  background-image: var(--bs-navbar-toggler-icon-close-bg);
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

.fullwidth {
  position: relative;
}
.fullwidth::after {
  content: "";
  background-color: var(--c-primary);
}

.color-divider {
  height: 58px;
}

.featuring h2 {
  font-size: 1.5rem;
  line-height: 2rem;
}

.clients {
  margin-bottom: -58px;
  margin-top: -1px;
}

.achievements h2 {
  font-size: 3rem;
  line-height: 1;
}

.strategy .blocks-section .block-type-faq h2 {
  font-size: 1.75rem;
  line-height: 2.25rem;
  margin: 0 !important;
  color: var(--text-color-1) !important;
}

.case-content .block:not(.block-type-snippet):not(.block-type-faq) .heading h2,
.job-single .block:not(.block-type-snippet):not(.block-type-faq) .heading h2,
.strategy .blocks-section:not(.blocks-footer) .block:not(.block-type-snippet):not(.block-type-faq) .heading h2 {
  font-size: 2.25rem;
  line-height: 1;
  margin: 0 0 2rem;
  color: var(--c-secondary);
}
.case-content .block:not(.block-type-snippet):not(.block-type-faq) .heading.text-base h2,
.job-single .block:not(.block-type-snippet):not(.block-type-faq) .heading.text-base h2,
.strategy .blocks-section:not(.blocks-footer) .block:not(.block-type-snippet):not(.block-type-faq) .heading.text-base h2 {
  color: inherit;
}
.case-content .block:not(.block-type-snippet):not(.block-type-faq) p,
.job-single .block:not(.block-type-snippet):not(.block-type-faq) p,
.strategy .blocks-section:not(.blocks-footer) .block:not(.block-type-snippet):not(.block-type-faq) p {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.honeypot {
  position: absolute;
  left: -9999px;
}

img {
  max-width: 100%;
  transition: all 0.3s ease-out;
}
img.svg-icon {
  width: auto;
  max-width: unset;
}

a {
  transition: all 0.3s ease-out;
}

a.link-wrapper {
  text-decoration: none;
  background-color: var(--background-color-1);
}
a.link-wrapper:hover {
  background-color: var(--highlight-color-7);
}
a.link-wrapper p {
  color: var(--text-color-1);
}

.link-shadow {
  background-color: var(--highlight-color-6);
  top: 1rem;
  bottom: -1rem;
  left: 1rem;
  right: -1rem;
}

.w_module-single .link-shadow {
  background-color: var(--highlight-color-8);
}

.tns-visually-hidden {
  display: none;
}

p {
  padding-bottom: 15px;
}

.parawrap p {
  font-size: inherit !important;
  line-height: inherit !important;
}

.list.text-xl ul li,
.text-xl,
.text-xl p {
  font-size: 1.5rem !important;
  line-height: 32px !important;
}

.text-lg,
.text-lg p,
.list.text-lg ul li,
.job-single li,
.job-single p {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

.text-gradient,
.home-featured h2 {
  background: -webkit-linear-gradient(left, var(--gradient-from), var(--gradient-to));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.job-single h2,
.job-single h3,
.job-single h4,
.job-single h5 {
  color: var(--c-secondary);
}
.job-single .block-type-list ul {
  margin-bottom: 5rem;
}
.job-single .block-type-list ul li {
  margin: 20px 0;
  line-height: 30px;
}
.job-single a:not(.btn) {
  color: inherit;
  font-weight: 500 !important;
  text-decoration: underline !important;
}

.speech-bubble {
  z-index: 3;
  width: 18rem;
}
.speech-bubble svg {
  width: 36px;
  height: 36px;
  top: 100%;
  margin-top: -2px;
  right: 30px;
}

.formimg-wrapper .formimg {
  width: 66%;
  text-align: center;
}
.formimg-wrapper .formimg .image-shade {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  top: 0.5rem;
  left: 0.5rem;
}
.formimg-wrapper .formimg .image-shade.text-primary {
  background-color: rgba(var(--c-primary-rgb), 0.5);
}
.formimg-wrapper .formimg .image-shade.text-secondary {
  background-color: rgba(var(--c-secondary-rgb), 0.5);
}

ul,
li {
  list-style: none;
}

.block-type-text ul,
.block-type-text li {
  list-style: inherit;
}

h1 {
  font-family: var(--font-1);
  font-weight: 900;
  font-size: 2.25rem;
  font-size: calc(2rem + 2.05vw);
  line-height: normal;
  margin-bottom: 2rem;
}

h2 {
  font-family: var(--font-1);
  font-weight: 900;
  font-size: calc(1.425rem + 2.1vw);
  line-height: 1.2;
  margin-bottom: 2rem;
}

.fs-1 h2 {
  font-size: inherit !important;
}

.home-featured h2 {
  display: inline-block;
  display: inline-block;
  margin-bottom: 0;
}

h3 {
  font-family: var(--font-1);
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 1.75rem;
}

h4 {
  font-family: var(--font-1);
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 1.5rem;
}

h5 {
  font-family: var(--font-1);
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  margin-bottom: 1.5rem;
}

h6 {
  font-family: var(--font-1);
  font-weight: 700;
  font-size: 13px;
  line-height: normal;
  margin-bottom: 1.5rem;
}

.colgrid {
  --columns: 12;
  display: grid;
  grid-template-columns: 1fr;
  align-items: stretch;
}
.colgrid.align-start {
  align-items: flex-start;
}
.colgrid.align-center {
  align-items: center;
}
.colgrid.align-end {
  align-items: flex-end;
}
.colgrid.align-base {
  align-items: baseline;
}

.gtc-6 .colgrid {
  grid-template-columns: repeat(2, 1fr);
}

.sst-btn .column,
.sst-btn .blocks,
.sst-btn .block,
.sst-btn .k-block-type-link-button {
  height: 100%;
}
.sst-btn .button-container {
  padding: 2rem;
  border-radius: 0.5rem;
  border: 2px solid var(--c-primary);
  display: flex;
  align-items: center;
  height: auto;
  margin-bottom: 2rem;
}
.sst-btn .button-container .button-link {
  display: flex;
  align-items: center;
  cursor: initial;
}
.sst-btn .button-container .button-link .button-icon {
  margin-right: 2rem;
}
.sst-btn .button-container .button-link .button-content {
  font-size: 1.5rem;
}

/*LANGUAGES*/
.languages {
  display: flex;
  align-items: center;
}
.languages ul {
  display: flex;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
.languages ul li:first-child {
  border-right: 1px solid #fff;
}

.heading.unicorn {
  position: relative;
}
.heading.unicorn::before {
  content: "";
  background: url(../images/unicorn.svg) no-repeat center center/contain;
  width: 14px;
  height: 17px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-70%, -30%);
}

.five-cols {
  overflow: hidden;
}
.five-cols .column:last-child {
  display: none !important;
}

.relatived {
  position: relative;
}

.desk-view {
  display: initial !important;
}

.mob-view {
  display: none !important;
}

/*BREADCRUMBS*/
.breadcrumbs {
  font-weight: 600;
  color: var(--highlight-color-1);
  display: flex;
}
.breadcrumbs .crumb {
  margin-left: 6px;
}
.breadcrumbs .crumb::before {
  content: ">";
  display: inline;
  vertical-align: top;
  margin-right: 3px;
}
.breadcrumbs .crumb:first-child {
  margin-left: 0;
}
.breadcrumbs .crumb:first-child::before {
  display: none;
}
.breadcrumbs img {
  width: 16px;
}
.breadcrumbs a {
  text-decoration: none;
}

/*BLOCKS */
.block {
  margin-bottom: 0rem;
  margin-top: 0rem;
}
.block.block-type-columns {
  position: relative;
}
.block.block-type-columns .colgrid {
  position: relative;
  z-index: 1;
}
.block.block-type-columns .color-overlay {
  width: calc(50% - 230px);
}
.block.block-type-columns .svg-divider {
  position: absolute;
  top: 0;
  right: 50%;
  bottom: 0;
  height: 100%;
  width: 230px;
  z-index: 0;
}
.block a {
  font-weight: 600;
  text-decoration: none;
}
.block .heading {
  margin-top: 3rem;
}
.block p {
  margin-bottom: 0;
}

.featuring .block,
.clients .block,
.achievements .block {
  margin-bottom: 1rem !important;
  margin-top: 0 !important;
}
.featuring .block .heading h2,
.featuring .block .heading h3,
.clients .block .heading h2,
.clients .block .heading h3,
.achievements .block .heading h2,
.achievements .block .heading h3 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.solutions-block .column {
  position: relative;
}
.solutions-block .column .blocks {
  height: 100%;
  overflow: visible;
  margin: 0 auto;
}
.solutions-block .column .blocks::after {
  content: "";
  position: absolute;
  z-index: 2;
  display: block;
  background-color: var(--highlight-color-6);
  border-radius: 1rem;
  top: 1rem;
  bottom: -1rem;
  left: 1rem;
  right: -1rem;
}
.solutions-block .column .blocks .blocks-inner {
  position: relative;
  z-index: 3;
  background: #fff;
  height: 100%;
}
.solutions-block .column .blocks .blocks-inner .block {
  margin: 0;
}
.solutions-block .column .blocks .blocks-inner .block h3 {
  margin-top: 0.5rem;
  margin-bottom: 1.2rem;
}
.solutions-block .column .blocks .blocks-inner .block .heading,
.solutions-block .column .blocks .blocks-inner .block p {
  margin: 0;
  padding-left: 25px;
  padding-right: 25px;
}

.block-type-list ul {
  padding-left: 25px;
  margin-bottom: 25px;
  list-style: disc;
  font-size: 16px;
  line-height: 20px;
}
.block-type-list li {
  margin-bottom: 10px;
  list-style: inherit;
  font-size: 16px;
  line-height: 20px;
}
.block-type-list ol li {
  list-style: inherit;
}

#header {
  z-index: 10000;
  background-color: rgba(var(--c-primary-rgb), 1);
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
  transition: all 0.3s ease-in-out;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}
#header.sticky {
  background-color: rgba(var(--c-primary-rgb), 0.8);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
#header.pink {
  background-color: rgba(var(--c-secondary-rgb), 1);
}
#header.pink.sticky {
  background-color: rgba(var(--c-secondary-rgb), 0.8);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
#header .container-fluid {
  background-color: transparent;
}
#header .container-fluid .container {
  background-color: transparent;
}

.logo-link {
  display: block;
  width: 128px;
  height: 50px;
  align-items: flex-end;
}

.shape-divider-top {
  position: absolute;
  overflow: hidden;
  line-height: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate(0px, 0px) skew(0deg, -2deg);
  z-index: 1;
  margin-bottom: 1px;
}
.shape-divider-top svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 59px;
  transform: rotateY(180deg);
}
.shape-divider-top .shape-fill {
  fill: var(--c-primary);
}

.pink .shape-divider-top .shape-fill {
  fill: var(--c-secondary);
}

.duration-500 {
  transition-duration: 0.5s;
}

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

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

.translate-y-full {
  --tw-translate-y: 100%;
}

.origin-top {
  transform-origin: top;
}

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

.scale-y-0 {
  --tw-scale-y: 0;
}

.hero {
  min-height: calc(100vh - 58px);
}

.case-hero {
  overflow: hidden;
  position: relative;
  aspect-ratio: 1280/626;
  min-height: unset;
  margin-top: -40px;
}
.case-hero h1:not(.industry-title) {
  color: var(--highlight-color-1) !important;
}
.case-hero .container-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: absolute;
  width: 100%;
  padding-top: 5rem;
  z-index: 1;
  height: auto;
  align-self: flex-start;
  top: 0;
  border-radius: 0px 0px 60px 0px;
}
.case-hero.industries-hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.case-hero.industries-hero .container-wrap {
  justify-content: center;
  height: 100%;
  border-radius: 0;
}
.case-hero.industries-hero .container-wrap.bg-primary-overlay {
  background-color: rgba(29, 193, 211, 0.8);
}
.case-hero.industries-hero .container-wrap.bg-secondary-overlay {
  background-color: rgba(255, 66, 123, 0.8);
}

.product-hero {
  padding-top: 100px;
}

/* Features */
.features {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}
.features img {
  max-width: 80px;
}
.features .feat-col {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.features .feat-col h3 {
  text-align: center;
}

/* Tabs */
.tab {
  overflow: hidden;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.tab button {
  flex-grow: 1;
  background-color: inherit;
  border: none;
  border-bottom: 3px solid var(--gray-100);
  outline: none;
  cursor: pointer;
  padding: 12px 16px 8px;
  transition: 0.3s;
  font-size: 20px;
  font-weight: bold;
  color: var(--text-color-1);
  position: relative;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.tab button::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  background: var(--gray-100);
  transition: height 0.5s;
}
.tab button:not(.active):hover {
  color: var(--c-primary);
}
.tab button:not(.active):hover::after {
  height: 4px;
}
.tab button.active {
  color: #ffffff;
  background-color: var(--c-secondary);
  border-color: transparent;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
}

/* Top button */
#topBtn {
  -js-display: flex;
  display: flex;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  cursor: pointer;
}
#topBtn.tbshow {
  opacity: 1;
  visibility: visible;
}
#topBtn.tbshow:hover {
  background-color: var(--background-color-1);
  border-color: var(--background-color-2);
}

.btn-2,
.ce-buttons a.btn-2 {
  display: inline-flex;
  background: var(--highlight-color-4);
  border-color: var(--highlight-color-2);
  color: var(--highlight-color-2);
  text-decoration: none;
  width: 150px;
}

.btn-1 {
  display: inline-flex;
  background: var(--highlight-color-2);
  color: #fff;
  text-decoration: none;
  border-color: transparent;
  border-width: 2px;
  width: 150px;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  line-height: 16px;
  border-radius: 60px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 17px;
}
.btn-1:hover {
  background: var(--highlight-color-4);
  color: var(--highlight-color-2);
  text-decoration: none;
  border: 2px solid var(--highlight-color-2);
}

.btn-3 {
  display: inline-flex;
  background: var(--highlight-color-4);
  color: var(--highlight-color-2);
  text-decoration: none;
  cursor: pointer;
  border: 1px solid var(--highlight-color-5);
  padding: 10px 20px;
  border-radius: 60px;
  font-size: 14px;
  line-height: 16px;
  width: 150px;
  justify-content: center;
  transition: var(--transition);
}
.btn-3:hover {
  background: var(--highlight-color-2);
  color: var(--highlight-color-4);
  text-decoration: none;
}

.btn-2:hover,
.ce-buttons a.btn-2:hover {
  background: var(--highlight-color-2);
  color: var(--highlight-color-4);
  text-decoration: none;
  border-color: var(--highlight-color-2);
}

.all-cards-link {
  text-align: center;
}
.all-cards-link a {
  padding: 10px 20px;
  border-radius: 60px;
  border: 1px solid transparent;
  max-width: 150px;
  width: 100%;
  text-align: center;
  justify-content: center;
  margin-bottom: 35px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

.list-intro h3 {
  margin-bottom: 0;
}

.offers-wrap {
  display: flex;
  flex-direction: column;
}

.offers-left {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 25px;
}

.offers-left-details {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 20px 30px;
}
.offers-left-details h3 {
  font-size: 12px;
  line-height: 14px;
  margin-left: 15px;
}

.flame {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flame h2 {
  color: #fff;
  margin-bottom: 0;
  margin-left: 20px;
}

.best-cards {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 50px;
}
.best-cards .container {
  display: flex;
  justify-content: space-between;
}
.best-cards .container .cell {
  width: calc(33% - 10px);
  position: relative;
}
.best-cards .container .cell:hover svg {
  stroke: var(--highlight-color-1);
}
.best-cards .container .cell-body {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
  border-radius: 25px;
  padding: 20px 30px;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.best-cards .container .cell-link {
  display: flex;
  background: var(--highlight-color-2);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  color: #fff !important;
  align-items: center;
  height: 80px;
  justify-content: flex-end;
  flex-direction: column;
  padding-bottom: 15px;
  z-index: 1;
  border-radius: 0 0 25px 25px;
  transform: translateY(calc(100% - 30px));
  text-decoration: none;
}

.bc-details {
  width: 100%;
  text-align: left;
  margin-top: 10px;
  font-weight: 700;
}

.footer {
  background-color: var(--background-color-3);
  margin-top: -1px;
  position: relative;
  z-index: 3;
}
.footer .container {
  padding-top: 35px;
  padding-bottom: 90px;
}
.footer .container .block {
  margin-bottom: 0;
}
.footer h3 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.footer p {
  font-family: var(--font-1);
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: inherit;
  padding: inherit;
}
.footer p a {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
  display: block;
}

.footer-nav ul {
  list-style: none;
  display: flex;
  flex-direction: column;
}
.footer-nav ul li a {
  color: var(--text-color-1);
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  text-decoration: none;
  margin: 0 10px 10px 0;
  display: inline-block;
}
.footer-nav ul li a:hover {
  color: var(--text-color-2);
}

.ccm-settings-summoner {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

.lightbox .lb-nav {
  display: none !important;
}

.glry {
  position: relative;
}

.gallery-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}
.gallery-wrapper .ol {
  position: relative;
}
.gallery-wrapper .ol .colbox {
  width: 50% !important;
  height: 50% !important;
}
.gallery-wrapper .ol:nth-of-type(even) .colbox {
  background-color: var(--c-secondary) !important;
}
.gallery-wrapper .ol:nth-of-type(4n+1) .colbox {
  width: 40px !important;
  height: 40px !important;
}
.gallery-wrapper .ol:nth-of-type(3n+1) .colbox {
  width: 75px !important;
  height: 75px !important;
}
.gallery-wrapper .ol .inner {
  position: absolute;
  aspect-ratio: 1/1;
  width: 90%;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}
.gallery-wrapper .ol .inner a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#scene {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.layer {
  pointer-events: none;
}

.scol {
  display: inline-block;
  float: left;
  overflow: hidden;
  position: relative;
  pointer-events: all;
  overflow: initial;
  margin: 0 0 30px;
}

.layer.main {
  width: 110%;
  position: absolute;
  z-index: 1;
  padding: 20px;
}

.scol .inner {
  display: block;
  margin: 15px;
  overflow: hidden;
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.37);
}

.scol .inner .hover {
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: -15px;
  left: 15px;
  z-index: 1;
  color: white;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.47) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#78000000", endColorstr="#00000000", GradientType=1);
}

.scol .inner .hover:after {
  content: "";
  position: absolut;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  background: rgb(235, 116, 152);
  opacity: 0;
  transition: 0.35s ease;
}

.scol .inner .hover:hover:after {
  opacity: 0.85;
  transition: 0.35s ease;
}

.salign-bottom {
  position: absolute;
  width: 100%;
  bottom: 0%;
  z-index: 2;
  padding: 15px 20px;
}

.sbg-img {
  padding: 0px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: 50% 50%;
  transition: transform 3s;
  /* Animation */
}
.sbg-img:hover {
  transform: scale(1.2);
}

@media only screen and (max-width: 1200px) {
  .layer .scol {
    width: 16.666%;
  }
}
@media only screen and (max-width: 650px) {
  .layer .scol {
    width: 25%;
  }
}
@media only screen and (max-width: 1200px) {
  .layer .scol {
    width: 16.666%;
  }
}
@media only screen and (max-width: 650px) {
  .layer .scol {
    width: 25%;
  }
}
/*single product*/
.card-element {
  font-size: 14px;
  line-height: 16px;
}

.ce-buttons {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  grid-column-start: 1;
  grid-row-start: 4;
  grid-row-end: span 2;
  grid-column-end: 6;
  justify-content: center;
  padding-top: 50px;
}

.home-slider .slide-details {
  margin-top: -60px;
  background: #ffffff;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
  border-radius: 25px;
  padding: 40px 20px 20px;
}

.slide-details .ce-buttons {
  padding: 4px 20px;
  margin: 0 auto;
  position: initial;
  text-align: center;
}
.slide-details .ce-buttons a {
  font-weight: 700;
  font-size: 16px;
  line-height: 124.2%;
  margin: 0 auto !important;
  padding: 12px 20px;
}

.card-element .subcol2 {
  font-size: 13px;
  line-height: 15px;
}
.card-element .icon {
  width: 10px;
  height: auto;
}

.hero.product-hero .container h1 {
  font-weight: 500;
  color: var(--text-color-2);
  margin-bottom: 35px;
}

.product-hero p {
  color: var(--text-color-2);
}

.image-holder {
  min-width: 100px;
  flex-basis: 100px;
}

.card-overview {
  display: flex;
  font-size: 12px;
  line-height: 14px;
}
.card-overview .image-holder {
  min-width: 100px;
  flex-basis: unset;
  max-width: 250px;
}

.details-holder {
  padding-left: 17px;
}

.details-button {
  width: 50%;
  max-width: 210px;
  padding-left: 17px;
}
.details-button div {
  display: block;
  height: 100%;
}

.details-sub {
  display: flex;
  align-items: center;
}

.dsub1 {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: var(--text-color-4);
}

.cost .dsub1,
.cost .dsub2 {
  margin-bottom: 5px;
}

.cost .dsub2,
.cost .dsub3 {
  font-size: 14px;
  line-height: 16px;
}

.dsub2,
.dsub3 {
  color: var(--text-color-2);
}

.dsub2 span,
.dsub3 span {
  font-weight: 700;
  margin-left: 5px;
}

.ribbon {
  background: var(--highlight-color-2);
  z-index: 1;
  padding: 10px 15px;
  color: #fff;
  position: relative;
  border-radius: 0 0 0 60px;
}
.ribbon::before {
  content: "";
  display: block;
  height: 100px;
  position: absolute;
  width: 100%;
  top: -100px;
  background: var(--highlight-color-2);
  z-index: 1;
  left: 0;
}
.ribbon .container {
  display: flex;
  justify-content: flex-start;
  position: relative;
  z-index: 3;
}
.ribbon .container .col {
  width: calc(25% - 10px);
  margin-right: 13px;
}
.ribbon .container .col:last-child {
  margin-right: 0;
}

.ribbon .subcol,
.card-element .subcol {
  display: flex;
  /* justify-content: center; */
  align-items: center;
}

.ribbon .subcol2,
.card-element .subcol2 {
  display: flex;
  font-weight: 700;
  line-height: normal;
  align-items: center;
}

.subcol.ausl {
  align-items: flex-start;
}
.subcol.small {
  font-size: 12px;
  line-height: normal;
  letter-spacing: -0.021em;
}
.subcol.small a {
  color: inherit;
  text-decoration: none;
}
.subcol.first {
  padding-bottom: 10px;
}

.product-details {
  background: #fff;
  z-index: 0;
  position: relative;
  padding-top: 100px;
  margin-top: -70px;
  border-radius: 0 0 60px 0;
  padding-bottom: 35px;
  margin-bottom: -50px;
}

.product-details .container,
.details-block .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
}

.product-details .container h3,
.product-details .container p,
.product-details .container p a {
  display: flex;
  color: var(--text-color-1);
  text-decoration: none;
  font-size: 11px;
  line-height: 13px;
  margin-bottom: 0;
}
.product-details .container p svg {
  margin-top: -3px;
}
.product-details .container h3 svg {
  margin-top: -2px;
}

.details-block .container h3,
.details-block .container p,
.details-block .container p a {
  display: flex;
  align-items: center;
  color: var(--text-color-1);
  text-decoration: none;
  font-size: 11px;
  line-height: 13px;
  margin-bottom: 0;
}

.details-block .container h3,
.product-details .container h3 {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  padding-bottom: 15px;
}

.details-block .container p,
.product-details .container p {
  font-weight: 700;
}

/*.product-details .container p{
  align-items: flex-start;
}*/
.product-details .container p .icon,
.details-block .container p .icon {
  margin-top: 3px;
}

.product-details .container span,
.details-block .container span {
  margin-left: 5px;
}

.details-small {
  display: flex;
  flex-direction: column;
}
.details-small .details-small-heading {
  margin-bottom: 3px;
}
.details-small .details-small-data {
  font-weight: normal;
}

p.unavailable,
div.unavailable {
  opacity: 0.3;
}

.asl {
  display: flex;
  flex-direction: column;
}

.aktuelle-news ul.list {
  padding: 0;
}

/* Card Grid on Home Page */
.card-single,
.home-card-single,
.related-card-single {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.card-single {
  display: none;
}

.cards.grid ul {
  list-style: none;
}

.card-grid {
  display: grid;
  /*grid-template-columns: [Title] auto [Cashback] auto [Meilen] auto [Zahlungsziel] auto [kosten] auto [Leistungen] auto [Buttons] auto [end];*/
  grid-template-rows: [row1] 50px [row2] auto [row3] auto [row4] auto [last-line];
  /*grid-auto-columns: 1fr;*/
  grid-auto-flow: column;
  grid-column-gap: 15px;
  padding: 25px;
  background: var(--highlight-color-4);
  position: relative;
  z-index: 2;
}

.card-block-single {
  position: relative;
  overflow: hidden;
}

.details-block {
  display: none;
  min-height: 100px;
  background: var(--highlight-color-4);
  color: var(--background-color-2);
  position: relative;
  width: 100%;
  z-index: 1;
  padding: 20px 0;
  border-radius: 0 0 25px 25px;
  box-sizing: border-box;
  animation-name: cardFadeOut;
  animation-duration: 0.5s;
  animation-delay: 0.2s;
  animation-fill-mode: both;
}
.details-block.onsight {
  animation-name: cardFadeIn;
  animation-duration: 0.5s;
  animation-delay: 0.2s;
  animation-fill-mode: both;
}

/*caseS*/
.agenda {
  display: inline-block;
  border: 2px solid var(--c-secondary);
  border-radius: var(--border-radius-25);
  padding: 25px;
  max-width: 430px;
}
.agenda ul {
  padding-left: 20px;
}
.agenda ul a {
  text-decoration: none;
  font-weight: 300;
}

.article-meta {
  display: flex;
  align-items: center;
}
.article-meta .meta-item {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}
.article-meta span {
  display: flex;
  align-items: center;
}
.article-meta strong {
  display: flex;
  align-items: center;
  margin-left: 3px;
}
.article-meta .svg-icon {
  margin-left: 6px;
}
.article-meta .svg-icon.avatarclass {
  border: 2px solid var(--highlight-color-2);
  border-radius: 50%;
  box-sizing: content-box;
}

.teaser {
  border: 2px solid var(--highlight-color-2);
  border-radius: var(--border-radius-25);
  padding: 25px;
  background: var(--background-color-4);
  color: var(--highlight-color-1);
}

.pagination {
  text-align: center;
}
.pagination ul {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  line-height: 18px;
  color: var(--highlight-color-1);
}
.pagination ul li {
  margin: 3px;
}
.pagination ul li a {
  text-decoration: none;
  font-weight: 600;
}

.cases-standard,
.bg-color-1 {
  background: var(--background-color-2);
}

.case-single .case-url {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}

.case-grid,
.solutions-block .blocks {
  display: flex;
  flex-direction: column;
  background: var(--highlight-color-4);
  border-radius: var(--bs-border-radius-xl);
  overflow: hidden;
  position: relative;
  z-index: 3;
  transition: all 0.3s ease-in-out;
}

.solutions-block .blocks:hover {
  background: var(--highlight-color-7);
}

.case-image .blocks:hover .block-type-image img,
.solutions-block .blocks:hover .block-type-image img {
  transform: scale(1.1);
}
.case-image .blocks figure,
.solutions-block .blocks figure {
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  margin-top: 0;
  aspect-ratio: 3/2;
  overflow: hidden;
  background-image: url(../images/blog-placeholder.jpg) no-repeat center center/cover;
}
.case-image .blocks figure img,
.solutions-block .blocks figure img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  transition: all 1s ease-in-out;
}
.case-image .blocks figure.bg-img-contain img,
.solutions-block .blocks figure.bg-img-contain img {
  -o-object-fit: contain;
     object-fit: contain;
}
.case-image.team-block .blocks figure,
.solutions-block.team-block .blocks figure {
  aspect-ratio: 1/1;
}

.case-image {
  aspect-ratio: 3/2;
}
.case-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  transition: all 1s ease-in-out;
}

.case-details {
  padding: 25px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-bottom-right-radius: var(--bs-border-radius-xl);
  border-bottom-left-radius: var(--bs-border-radius-xl);
  background: var(--highlight-color-4);
  position: relative;
  z-index: 2;
}
.case-details.single-case-details {
  justify-content: flex-start;
}

.case-main-text {
  padding: 25px 15px;
  background: #fff;
}

.case-text {
  font-size: 14px;
  line-height: 16px;
}
.case-text h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 10px;
}
.case-text p {
  margin-top: 15px;
  font-weight: 300;
}

.case-grid:hover .case-meta-link {
  opacity: 1;
}

.zum-case {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
  margin-top: 20px;
}
.zum-case span {
  margin-right: 10px;
}

.case-link {
  text-align: center;
  display: none;
}

.case-meta,
.meta-data,
.meta-link,
.meta-author {
  display: flex;
  align-items: center;
  font-weight: 500;
}

.meta-data .meta-date,
.meta-data .meta-author {
  margin-right: 3px;
}

.meta-data,
.meta-author {
  font-size: 13px;
  line-height: 15px;
}

.meta-author {
  font-family: var(--font-1);
}
.meta-author span a {
  color: inherit;
  text-decoration: none;
}
.meta-author .avatarclass {
  max-width: unset;
  width: unset;
  margin-right: 3px;
}

.meta-link {
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  line-height: 16px;
  border-radius: 60px;
  border: 1px solid transparent;
  box-sizing: border-box;
  width: 150px;
  font-size: 16px;
}

.authors-block {
  display: flex;
}

.authors-only {
  min-width: 30%;
}

.author-block-single,
.author-block-single figure a {
  display: flex;
  align-items: center;
}

.author-block-single img {
  width: 17px;
}
.author-block-single p {
  padding: 0;
}
.author-block-single p a {
  margin-left: 5px;
  color: inherit;
  text-decoration: none;
}

.authors-block-text .meta-link,
.normal-btn {
  display: inline-flex;
}

.authors.offset {
  padding-top: 100px;
}

.author-single {
  margin-top: 35px;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: var(--text-color-4);
}
.author-single .user-title .entry-title {
  margin-top: 10px;
  margin-bottom: 0px;
}
.author-single img {
  max-width: 300px;
}

.above-all,
.list-intro .above-all {
  font-size: 16px;
  text-align: right;
}

.above-all a,
.list-intro .above-all a {
  text-decoration: none;
  color: inherit;
}

.tipps {
  margin-top: 55px;
}

.ce-name {
  grid-column-start: 1;
  grid-column-end: 5;
  margin-bottom: 20px;
}
.ce-name h3 {
  color: var(--text-color-1);
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
}

.ce-type {
  grid-column-start: 1;
  grid-row-start: 2;
}

.ce-cashback {
  grid-column-start: 2;
  grid-row-start: 2;
}

.ce-leistungen {
  display: none;
}

.ce-meilen {
  grid-column-start: 1;
  grid-row-start: 3;
}

.ce-zahlungs {
  grid-column-start: 2;
  grid-row-start: 3;
}

.ce-kosten {
  grid-column-start: 1;
  grid-row-start: 4;
}
.ce-kosten .price {
  font-weight: 700;
  font-size: 13px;
  line-height: normal;
  margin-left: 0 !important;
}

.ce-img {
  grid-column-start: 4;
  grid-row-start: 2;
  grid-row-end: span 3;
}

.ce-buttons a {
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  line-height: 16px;
  border-radius: 60px;
  border: 2px solid transparent;
  box-sizing: border-box;
}
.ce-buttons a.btn-1 {
  margin-left: 15px;
}

.karten-sort-desktop {
  display: none;
}

.karten-sort-mobile {
  padding: 10px 20px;
  border: none;
  min-width: 180px;
  color: #fff;
  border-radius: 0 60px 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: var(--highlight-color-1);
  /* Fallback color if gradients are not supported */
  /* For Chrome and Safari */
  background-image: url(../images/ddown.png), linear-gradient(to bottom, var(--highlight-color-1), var(--highlight-color-1));
  background-repeat: no-repeat;
  background-position: 80% center;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}
.karten-sort-mobile option {
  background: var(--highlight-color-1);
}

/*Featured Card */
.featured-card {
  background: var(--highlight-color-4);
  border-radius: 25px;
  padding: 20px;
  /* max-width: 743px; */
  margin: 0 auto 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fimage {
  min-width: 350px;
  left: 0;
  position: relative;
  /* margin-left: -195px; */
  height: auto;
  display: flex;
  margin-right: 50px;
  justify-content: center;
  align-items: center;
}

.featured-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.featured-details .featured-link {
  flex-direction: column-reverse;
}
.featured-details .featured-link.ce-buttons a.btn-1 {
  margin-left: 0;
  margin-bottom: 10px;
}

.is-overflow {
  overflow: hidden;
}

/*Card Slider*/
.card-slider {
  overflow: hidden;
  position: relative;
}
.card-slider .swiper-container {
  width: 80%;
  max-width: 1000px;
  overflow: hidden;
  margin: 0 auto;
}
.card-slider .swiper-button-prev {
  left: 5%;
  right: auto;
}
.card-slider .swiper-button-prev::after {
  font-size: 20px !important;
}
.card-slider .swiper-button-next {
  right: 5%;
  left: auto;
}
.card-slider .swiper-button-next::after {
  font-size: 20px !important;
}

.slide-card {
  background: var(--highlight-color-4);
  border-radius: 25px;
  padding: 20px;
  margin-top: 70px;
}

.slide-image {
  width: 200px;
  height: 130px;
  margin: -65px auto 20px;
}

.slide-text {
  width: 200px;
  margin: 0 auto 10px;
  min-height: 40px;
}
.slide-text h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: var(--highlight-color-1);
  text-align: center;
}

.swiper-button-next,
.swiper-button-prev {
  color: var(--highlight-color-2) !important;
}

/*FAQ*/
.block-type-faq {
  margin-bottom: 0;
}
.block-type-faq .faqwrap {
  border-top: 1px solid var(--gray-100);
}
.block-type-faq .faqwrap.oase .faqicon {
  background: url(../images/icon/projx-oase.svg) no-repeat center center/contain;
  width: 72px;
  height: 72px;
  display: inline-block;
  margin-right: 10px;
}
.block-type-faq .faqwrap.jewl .faqicon {
  background: url(../images/icon/projx-jewl.svg) no-repeat center center/contain;
  width: 72px;
  height: 72px;
  display: inline-block;
  margin-right: 10px;
}
.block-type-faq .faqwrap.door {
  border-bottom: 1px solid var(--gray-100);
}
.block-type-faq .faqwrap.door .faqicon {
  background: url(../images/icon/projx-door.svg) no-repeat center center/contain;
  width: 72px;
  height: 72px;
  display: inline-block;
  margin-right: 10px;
}
.block-type-faq .faqwrap.location .faqicon {
  background: url(../images/icon/projx-location.svg) no-repeat center center/contain;
  width: 72px;
  height: 72px;
  display: inline-block;
  margin-right: 10px;
}
.block-type-faq .faqwrap .faqtitle {
  background-color: transparent;
  cursor: pointer;
  padding: 10px 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1.75rem;
  line-height: 2.25rem;
  transition: 0.4s;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  display: flex;
  align-items: center;
  margin: 0;
  padding-left: 20px;
}
.block-type-faq .faqwrap .faqtitle::after {
  display: inline-block;
  content: "";
  vertical-align: -0.125em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='2' stroke='%23FD437C'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19.5 8.25l-7.5 7.5-7.5-7.5'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 2.5rem 2.5rem;
  background-position: center;
  transition: all 0.3s ease-in-out;
  width: 50px;
  height: 50px;
}
.block-type-faq .faqwrap .faqtitle.activated::after {
  transform: rotate(180deg);
}
.block-type-faq .faqwrap .faqtitle .faqtext {
  display: inline-flex;
  width: calc(100% - 57px);
  align-items: center;
}
.block-type-faq .faqwrap .faqanswer {
  padding: 0 25px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.block-type-faq .faqwrap .faqanswer.active {
  border-radius: 25px;
  padding: 16px 20px;
  margin-bottom: 30px;
  opacity: 1;
}
.block-type-faq .faqwrap h3.faqclass {
  font-size: 20px;
  line-height: 25px;
  font-family: var(--font-1);
  margin-bottom: 30px;
}

/*Text Section*/
.show-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  margin-bottom: 10px;
}

.show-line {
  display: inline-flex;
  height: 1px;
  background: var(--text-color-1);
  width: calc(100% - 20px);
}

.rotated .show-line {
  opacity: 0.5;
}

.rotated svg,
.faqtitle.active svg {
  transform: rotateX(180deg);
}

/*Slider*/
.splide .splide__arrow--next {
  right: 0;
}
.splide .splide__arrow--prev {
  left: 0;
}

/*Rating*/
.rating-wrap {
  width: 100px;
  height: 20px;
  position: relative;
  margin-left: 3px;
}

.stars-empty {
  display: block;
  background: url(../images/estar.svg) 0px 0px repeat-x;
  width: 100px;
  height: 20px;
  position: absolute;
}

span.stars,
span.stars span {
  display: block;
  background: url(../images/star.svg) 0 -20px repeat-x;
  width: 100px;
  height: 20px;
  margin-left: 0 !important;
}

span.stars span {
  background-position: 0 0;
}
@keyframes cardFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes cardFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.slide-in-blurred-bottom {
  animation: slide-in-blurred-bottom 1s cubic-bezier(0.23, 1, 0.32, 1) both;
}
@keyframes slide-in-blurred-bottom {
  0% {
    transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
    transform-origin: 50% 100%;
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
}
@media screen and (min-width: 576px) {
  .gtc-sm-4 .colgrid {
    grid-template-columns: repeat(3, 1fr);
  }
  .case-text p {
    margin-top: 15px;
    font-weight: 300;
  }
}
@media screen and (min-width: 768px) {
  .mod-row .column {
    padding: 0 60px 40px 60px;
    position: relative;
  }
  .mod-row .column img {
    max-width: 80px;
  }
  .mod-row .column .text-secondary p {
    line-height: normal !important;
  }
  .mod-row .column:first-child {
    border-right: 4px solid rgba(var(--c-primary-rgb), 1);
  }
  .mod-row .column:first-child::before {
    content: "1";
    width: 3rem;
    height: 3rem;
    border: 4px solid var(--c-secondary);
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    color: var(--c-secondary);
    position: absolute;
    top: 0;
    right: 0;
    margin: calc(-1.5rem - 2px);
  }
  .mod-row.mod-row-2 .column:first-child:before {
    content: "2";
  }
  .mod-row.mod-row-3 .column:first-child:before {
    content: "3";
  }
  .mod-row.mod-row-4 .column:first-child:before {
    content: "4";
  }
  .mod-row.mod-row-5 .column:first-child:before {
    content: "5";
  }
  .sst-btn .button-container {
    height: 100%;
  }
  .speech-bubble {
    width: 24rem;
    margin-bottom: -4rem;
  }
  .cg-md-6 {
    grid-template-columns: repeat(4, 1fr) !important;
  }
  .gtc-md-6 .colgrid {
    grid-template-columns: repeat(6, 1fr);
  }
  .gtc-md .colgrid,
  .colgrid {
    grid-template-columns: repeat(12, 1fr);
  }
  .colgrid > .column {
    grid-column: span var(--columns);
  }
  .even-col {
    padding-left: 0;
    padding-right: 0;
  }
  .even-col .column {
    padding-left: 5%;
    padding-right: 5%;
  }
  .heading h2 {
    margin-bottom: 4rem;
    margin-top: 12rem;
  }
  .author-single {
    align-items: flex-start;
    flex-direction: row;
  }
  .author-single img {
    margin-right: 30px;
  }
  /*caseS*/
  .case-grid {
    height: 100%;
  }
  .cases-home {
    flex-direction: row;
  }
  .cases-home:nth-child(even) {
    flex-direction: row-reverse;
  }
  .list-case {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 60px;
  }
  .case-grid.case-titleclass {
    border-radius: 0 60px 0 0;
  }
  .case-main-text {
    border-bottom-right-radius: 60px;
  }
  .case-titleclass .case-image {
    border-radius: 0 60px 0 0;
  }
  .home .white-header {
    background: rgba(236, 236, 236, 0.5);
  }
  .home-hero .container {
    justify-content: flex-start;
  }
  .home-hero .container h1 {
    color: var(--highlight-color-1);
  }
  .home-hero .overlay {
    background: #fff;
    left: 0;
    top: 0;
    right: 50%;
    bottom: 30%;
    position: absolute;
    border-bottom-right-radius: 60px;
    z-index: 0;
  }
  .hero.karten-hero .container h1 {
    color: var(--highlight-color-4);
  }
  .featured-link.ce-buttons {
    flex-direction: row;
    justify-content: flex-start;
  }
  .ce-img.card-large {
    position: absolute;
    width: 300px;
    margin-left: -190px;
  }
  .ce-buttons a {
    font-weight: 700;
    font-size: 16px;
    line-height: 124.2%;
  }
  .case-details {
    padding: 25px;
  }
  .offers-left-details {
    flex-direction: column;
  }
  .offers-left-details h3 {
    margin: 15px 0 0 0;
  }
  .offers-left-details svg {
    width: 40px;
    height: 40px;
  }
  .product-details .container {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .details-block {
    padding: 25px 40px;
  }
  .details-block .container {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-left: 152px;
    padding-right: 11%;
  }
  .details-sub .dsub3 .btn-1 {
    margin-left: 15%;
  }
  .case-text h3 {
    font-size: 25px;
    line-height: 30px;
  }
  h3.faqclass .featured-text h3 {
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    color: var(--highlight-color-2);
  }
  .case-text p,
  p {
    font-size: 16px;
    line-height: 20px;
  }
  .faqanswer p {
    font-size: 14px;
    line-height: 16px;
  }
  .best-cards {
    font-size: 18px;
    line-height: 20px;
  }
  .best-cards .container .cell svg {
    width: 40px;
    height: 40px;
  }
  .faqtitle {
    font-size: 16px;
    line-height: 19px;
  }
  .meta-data,
  .meta-author {
    font-size: 13px;
    line-height: 16px;
  }
  .footer .container {
    padding-bottom: 60px;
  }
  .aktuelle-news h4 {
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
  }
  .list-intro h3 {
    margin-bottom: 10px;
  }
  .footer-nav ul {
    flex-direction: row;
  }
}
@media screen and (min-width: 992px) {
  .aktuelle-news ul.list:not(.w-splide__list) {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
  }
  #menuLang {
    opacity: 1 !important;
  }
  .btn-1 {
    font-weight: 700;
    font-size: 16px;
    line-height: 124.2%;
  }
  .cg-lg-4 {
    grid-template-columns: repeat(6, 1fr) !important;
  }
  .gtc-lg .colgrid {
    grid-template-columns: repeat(12, 1fr);
  }
  .featured-details .featured-link.ce-buttons a.btn-1 {
    margin-bottom: 0px;
  }
  .meta-link {
    font-size: 14px;
  }
  .karten-sort-mobile {
    display: none;
  }
  .karten-sort-desktop {
    margin-bottom: 30px;
    display: flex;
    font-size: 16px !important;
    font-weight: 700;
  }
  .karten-sort-desktop .sort {
    padding: 10px 30px;
    border-radius: 60px;
    margin-right: 20px;
    font-size: 16px !important;
    font-weight: 700;
  }
  .karten-sort-desktop .sort.sort.desc, .karten-sort-desktop .sort.sort.asc {
    background: var(--highlight-color-2);
    color: var(--highlight-color-4);
  }
  .list-intro h3 {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 29px;
  }
  .list-intro h5 {
    font-size: 18px;
    line-height: 21px;
  }
  .hero {
    overflow: hidden;
    position: relative;
    min-height: unset;
  }
  .hero:not(.job-hero) {
    aspect-ratio: 1280/426;
  }
  .speech-bubble {
    margin-bottom: -1rem;
    width: 18rem;
  }
  .block .one-col img {
    width: 25%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .card-grid {
    border-radius: 25px;
  }
  .speech-bubble {
    margin-bottom: -4rem;
  }
}
@media screen and (max-width: 991px) {
  #header {
    -webkit-backdrop-filter: initial !important;
            backdrop-filter: initial !important;
    height: 56px;
  }
  #header .container-fluid {
    height: 56px;
    background-color: inherit;
  }
  .shape-divider-top,
  .shape-divider-top svg {
    height: 31px;
  }
  .logo-link {
    width: 84px;
    height: 33px;
  }
  .has-submenu {
    position: relative;
  }
  .has-submenu a.fw-bold {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    padding-right: 1rem;
  }
  .has-submenu .submenu {
    background: var(--c-secondary);
    border: none;
    transform: none !important;
    width: calc(100% - 0.6rem);
    padding-left: 1.2rem;
    padding-top: 0;
  }
  #navbarMobile {
    background: var(--c-secondary);
    width: 100%;
    height: 100%;
    max-width: 380px;
    padding-top: 7rem;
    z-index: 0;
  }
  #navbarMobile .mobile-menu-angle {
    height: 100%;
    width: 30px;
    transform: translateX(-100%);
    margin-left: 1px;
  }
  .language-wrapper {
    position: absolute;
    right: 80px;
  }
  .blocks h1,
  .blocks h2,
  .blocks h3,
  .blocks h4,
  .blocks h5,
  .blocks h6,
  .blocks figure {
    margin-top: 2rem;
  }
  .blocks figure {
    margin-bottom: 1rem;
  }
  .list.text-xl ul li,
  .text-xl p,
  .text-xl {
    font-size: 1.1rem !important;
    line-height: 24px !important;
  }
  .text-lg,
  .text-lg p,
  .list.text-lg ul li,
  .job-single li,
  .job-single p {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
  .solutions-block .column {
    margin-bottom: 3rem;
  }
  .cg-has-3 .column {
    margin-bottom: 3rem;
    max-width: calc(100% - 1rem);
  }
  .cg-has-3 .column:nth-child(n+4) {
    display: none !important;
  }
}
@media screen and (max-width: 899px) {
  .card-grid {
    grid-template-rows: [row1] auto [row2] auto [row3] auto [row4] auto [last-line];
    align-items: end;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .ce-name h3 {
    margin: 0 0 -5px;
  }
  .ce-swap1 {
    grid-column-start: 1;
    grid-row-start: 2;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .splide.services-splide .splide__slide {
    padding-bottom: 20px;
  }
  .splide.services-splide .splide__pagination {
    margin-bottom: -20px;
  }
  .tabclass .tabcontent {
    display: block !important;
  }
  .colgrid {
    grid-template-columns: 1fr;
  }
  .splitclass {
    background-image: none !important;
  }
  .splitclass .container {
    max-width: 100% !important;
    padding: 0 !important;
  }
  .splitclass .container figure.w-100 {
    margin-top: 0 !important;
  }
  .splitclass .container figure:not(.w-100) {
    max-width: 540px;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .splitclass .container .block:not(.block-type-image) {
    max-width: 540px;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .splitclass .svg-divider {
    display: none;
  }
  .splitclass .color-overlay {
    width: 100% !important;
  }
  .desk-view {
    display: none !important;
  }
  .mob-view {
    display: initial !important;
  }
  .authors-title {
    text-align: center;
  }
  .product-details .col,
  .details-block .col {
    margin-bottom: 35px;
  }
  .colgrid.reverse .column:first-child {
    order: 2;
  }
  .breadcrumbs {
    flex-direction: column;
  }
  .breadcrumbs .crumb {
    margin-left: 0;
  }
  .home-hero h1 {
    max-width: 100%;
    word-break: break-all;
  }
  .home-hero p {
    max-width: 100%;
  }
  .featured-card {
    width: calc(100% - 50px);
    flex-direction: column;
    margin: 90px auto 80px;
  }
  .fimage {
    width: 250px;
    margin: -90px 0 25px 0;
    min-width: unset;
  }
  .featured-text h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: var(--highlight-color-2);
  }
  .featured-details .featured-link {
    align-items: center;
  }
  .card-slider {
    margin-top: -205px;
    z-index: 2;
  }
  .card-slider .swiper-container {
    width: 90%;
  }
  .swiper-button-next,
  .swiper-button-prev {
    top: calc(50% + 30px) !important;
  }
  .article-meta {
    align-items: flex-start;
    flex-direction: column;
    padding-top: 0;
  }
  .article-meta .meta-item {
    margin-right: 0;
  }
  .article-meta .languages {
    margin-left: 0;
  }
  .case-meta-mobile-link {
    font-size: 16px;
    line-height: 19px;
    border-width: 2px;
    border-style: solid;
    border-radius: 60px;
    text-align: center;
    align-items: center;
    justify-content: center;
    max-width: 150px;
    width: 100%;
    padding: 12px;
  }
  .case-link {
    display: block;
  }
  .list-intro .above-all {
    margin-bottom: 20px;
  }
  .case-grid {
    flex-direction: column;
    height: 100%;
  }
  .case-grid.case-titleclass {
    border-radius: 0 25px 0 0;
  }
  .case-main-text {
    border-bottom-right-radius: 25px;
  }
  .case-image {
    min-width: 100%;
  }
  .case-titleclass .case-image {
    border-radius: 0 25px 0 0;
  }
  .offers-image {
    -o-object-fit: none;
       object-fit: none;
    border-radius: 25px;
  }
  .offers-left {
    margin-bottom: 10px;
    overflow: hidden;
  }
  .ribbon {
    font-size: 12px;
  }
  .case-meta-link {
    display: none !important;
  }
  .card-grid .ce-buttons a.btn-2 {
    border-color: transparent;
  }
  .card-overview .image-holder img {
    width: 200px;
    max-width: 200px;
    margin-left: -115px;
  }
  .details-sub {
    align-items: flex-start;
    justify-content: start;
    flex-direction: column;
  }
  .details-sub .details-button {
    padding-left: 0;
    width: 100%;
    max-width: 100%;
  }
  .team-block .column {
    margin-bottom: 30px;
    padding-right: 1rem;
  }
  .team-block .column::after {
    content: "";
    right: 0rem;
  }
  .mod-row {
    padding-left: 30px;
  }
  .mod-row .column {
    padding: 0 20px 40px 30px;
    position: relative;
  }
  .mod-row .column p {
    word-break: break-all;
  }
  .mod-row .column img {
    max-width: 80px;
  }
  .mod-row .column .text-secondary p {
    line-height: normal !important;
  }
  .mod-row .column:first-child {
    border-left: 2px solid rgba(var(--c-primary-rgb), 1);
  }
  .mod-row .column:first-child::before {
    content: "1";
    width: 3rem;
    height: 3rem;
    border: 4px solid var(--c-secondary);
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    color: var(--c-secondary);
    position: absolute;
    top: 0;
    left: 0;
    margin: calc(-1.5rem - 1px);
  }
  .mod-row.mod-row-1 .column:nth-child(2), .mod-row.mod-row-3 .column:nth-child(2), .mod-row.mod-row-5 .column:nth-child(2) {
    display: none !important;
  }
  .mod-row.mod-row-2 .column:nth-child(1), .mod-row.mod-row-4 .column:nth-child(1) {
    display: none !important;
  }
  .mod-row.mod-row-2 .column:nth-child(2), .mod-row.mod-row-4 .column:nth-child(2) {
    border-left: 2px solid rgba(var(--c-primary-rgb), 1);
  }
  .mod-row.mod-row-2 .column:nth-child(2):before {
    content: "2";
    width: 3rem;
    height: 3rem;
    border: 4px solid var(--c-secondary);
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    color: var(--c-secondary);
    position: absolute;
    top: 0;
    left: 0;
    margin: calc(-1.5rem - 1px);
  }
  .mod-row.mod-row-3 .column:first-child:before {
    content: "3";
  }
  .mod-row.mod-row-4 .column:nth-child(2):before {
    content: "4";
    width: 3rem;
    height: 3rem;
    border: 4px solid var(--c-secondary);
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    color: var(--c-secondary);
    position: absolute;
    top: 0;
    left: 0;
    margin: calc(-1.5rem - 1px);
  }
  .mod-row.mod-row-5 .column:first-child:before {
    content: "5";
  }
}
@media screen and (max-width: 600px) {
  .case-meta {
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start !important;
  }
  .meta-link {
    margin-top: 10px;
  }
  .card-grid {
    grid-column-gap: 10px;
    padding: 25px 15px;
  }
  .case-image {
    aspect-ratio: unset;
    border-radius: 1rem 1rem 0 0;
  }
}
@media screen and (max-width: 575px) {
  .speech-bubble {
    margin-bottom: 0;
    width: 70%;
  }
  .speech-bubble .quote {
    padding: 1rem !important;
  }
  .features {
    grid-template-columns: 1fr;
  }
  .details-sub {
    justify-content: left;
  }
  .details-button {
    margin-top: 20px;
  }
  .product-details {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .best-cards .container .cell {
    padding: 15px;
    font-size: 12px;
    line-height: 16px;
    border-radius: 30px;
  }
  .case-hero {
    aspect-ratio: 1280/826;
  }
}/*# sourceMappingURL=index.css.map */