/* Bootstrap Class Customizations */
html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("fonts/ibm-plex-sans-v23-latin-regular.woff2") format("woff2"), url("fonts/ibm-plex-sans-v23-latin-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("fonts/ibm-plex-sans-v23-latin-italic.woff2") format("woff2"), url("fonts/ibm-plex-sans-v23-latin-italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("fonts/ibm-plex-sans-v23-latin-500.woff2") format("woff2"), url("fonts/ibm-plex-sans-v23-latin-500.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("fonts/ibm-plex-sans-v23-latin-700.woff2") format("woff2"), url("fonts/ibm-plex-sans-v23-latin-700.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Serif Display";
  src: url("fonts/dm-serif-display-v17-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Serif Display";
  src: url("fonts/dm-serif-display-v17-latin-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
body {
  font-family: "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-weight: 400;
}

.w-30 {
  width: 30% !important;
}

h2, h3 {
  font-weight: normal;
}

b, strong {
  font-weight: 500;
}

ol.list {
  counter-reset: my-awesome-counter;
  list-style: none;
  padding-left: 40px;
}
ol.list li {
  margin: 0 0 2rem 0;
  counter-increment: my-awesome-counter;
  position: relative;
}
ol.list li::before {
  content: counter(my-awesome-counter);
  color: #fcd000;
  font-size: 1.5rem;
  font-weight: bold;
  position: absolute;
  --size: 32px;
  left: calc(-1 * var(--size) - 10px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: 0;
  text-align: center;
}
ol.list h3 {
  color: black;
}

.navbar .dropdown:hover > .dropdown-menu {
  display: block;
}
.navbar a.navbar-brand {
  background-image: url("../images/logo-2018-60.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}
.navbar a.navbar-brand-2023 {
  background-image: url("../images/logo-2023d.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 30px;
}
.navbar .nav-action {
  width: 30%;
}
.navbar .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.4);
  font-size: 13px;
  transition: transform 0.2s;
  position: relative;
  padding: 0 1rem;
}
.navbar .navbar-nav .nav-link:hover {
  transform: scale(1.01);
  color: #E74C3C !important;
}
.navbar .navbar-nav .nav-link.active {
  color: #E74C3C !important;
}
.navbar .navbar-nav .nav-item {
  margin-left: 3px;
  padding: 5px 0;
  border-radius: 6px;
}
.navbar .navbar-nav .nav-item:hover {
  background-color: #e9ecef;
}
.navbar .navbar-nav .nav-item.free-stuff {
  margin-left: 1.5rem;
  padding-left: 1.5rem;
}
.navbar .navbar-nav .nav-item.free-stuff:before {
  content: "";
  position: absolute;
  left: 0;
  height: 60%;
  width: 2px;
  background-color: #e74c3c;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-toggle::after {
  vertical-align: 0.2em !important;
  border-top: 2px solid #FEBD04;
  border-right: 0px solid transparent;
  border-left: 2px solid #FEBD04;
  position: relative;
  height: 8px;
  width: 8px;
  transform: rotate(225deg);
  transition: all 0.6s;
}
.navbar .navbar-nav .dropdown-menu {
  padding: 1rem;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.13);
  border-radius: 0.5rem;
  width: 400px;
  margin-top: -1px;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item {
  white-space: initial;
  padding: 0.7rem;
  border-radius: 10px;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item small {
  display: block;
  color: #999;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
}

@media (max-width: 991.98px) {
  .navbar .nav-item {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
  }
  .navbar .nav-item:hover {
    padding: 0px 15px 15px !important;
  }
  .navbar .nav-item.free-stuff {
    border-left: none !important;
    margin-left: 0px !important;
    padding-left: 0px !important;
  }
  .navbar .nav-item.free-stuff:hover {
    margin-left: 0 !important;
    padding-left: 1.5rem !important;
  }
  .navbar .nav-item.free-stuff:before {
    content: "";
    position: absolute;
    left: 0;
    height: 60%;
    width: 2px;
    background-color: #ffffff !important;
  }
  .navbar .nav-action {
    width: unset !important;
  }
  .navbar .navbar-nav .nav-link {
    padding: 0.5rem 0rem;
  }
  div#collapsingNavbar3 {
    padding: 100px 50px 0;
    background: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120vh; /* Full viewport height */
    background-color: white; /* Optional: Adjust the background color */
    z-index: 1050; /* Ensure it overlays other content */
    overflow-y: auto; /* Allow scrolling if the content is too tall */
    transition: 0.3s;
  }
  .dropdown-toggle::after {
    float: right;
  }
  .dropdown-menu {
    width: unset !important;
  }
}
body.qs .nav-link.qs,
body.km .nav-link.km,
body.pricing .nav-link.pricing,
body.reviews .nav-link.reviews,
body.services .nav-link.services,
body.newsletter .nav-link.newsletter {
  color: #E74C3C !important;
}

/* For later
body.qs .nav-link.qs::before,
body.km .nav-link.km::before,
body.pricing .nav-link.pricing::before  {
  content: "";
  background-color: #e84a39;
  width: 30px;
  height: 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: block;
  margin: auto;
  position: absolute;
  top: -23px;
}
*/
.navbar-toggler {
  border: none;
}

button.navbar-toggler:focus {
  outline: none;
}

h1 {
  font-size: clamp(2.5rem, 5vw + 1rem, 3.2rem);
  margin-bottom: 2rem;
}

.jumbotron {
  background-color: transparent;
  border-radius: 0;
  max-width: 900px;
  margin: auto;
  transition: margin-top 0.3s ease, padding-top 0.3s ease;
}
.jumbotron h1.jumbotron-heading {
  font-family: "DM Serif Display", serif;
  font-weight: bold;
  font-style: normal;
}
.jumbotron .container {
  transition: margin-top 0.3s ease, padding-top 0.3s ease;
}

.lead {
  font-size: clamp(0.5rem, 3vw + 1rem, 1.6rem);
  margin: auto;
  color: #9B9B9B;
  line-height: 2.5rem;
}

.btn {
  box-shadow: 0 3px 4px #ccc;
  transition: transform 0.5s;
  border-radius: 8px;
}
.btn:hover {
  transform: scale(1.05);
}

.btn-lg {
  padding: 1rem 3rem;
  text-transform: uppercase;
  border-radius: 8px;
  margin-bottom: 2rem;
}

.btn-white {
  background: white;
  border-radius: 8px;
  color: #555;
}

.btn-red-ts {
  font-size: 1rem;
  margin-bottom: 15px;
}

.container a:not(.btn), .container-fluid a:not(.btn) {
  color: #896708;
}
.container a:not(.btn):hover, .container-fluid a:not(.btn):hover {
  color: #b98b0a;
  text-decoration: none;
}
.container a:not(.btn):visited, .container-fluid a:not(.btn):visited {
  color: #564106;
}
.container a.more-link, .container-fluid a.more-link {
  color: #000 !important;
}
.container a.more-link::after, .container-fluid a.more-link::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  vertical-align: 0.2em !important;
  border-top: 2px solid #FEBD04;
  border-right: 0px solid transparent;
  border-left: 2px solid #FEBD04;
  position: relative;
  top: 2px;
  height: 8px;
  width: 8px;
  transform: rotate(135deg);
  transition: all 0.6s;
}
.container a.view-pricing, .container-fluid a.view-pricing {
  margin-bottom: 6rem;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  color: #444 !important;
}

footer {
  margin-top: 3rem;
  padding: 0 50px !important;
  background: #fafafa;
}
footer .footer-bottom {
  margin: 5rem 0 0;
  padding: 10px 0;
  border-top: 1px solid #eee;
  align-items: center;
  font-size: clamp(0.5rem, 0.01vw, 1rem);
}
footer .footer-logo {
  width: 30px;
  background-image: url("../images/logo-2018-60.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-right: 20px;
}
footer h5 {
  font-size: 0.8rem;
  text-transform: uppercase;
}
footer ul li a {
  font-size: 12px;
  color: #6c757d;
}
footer ul li a:hover {
  color: #6c757d;
}
footer .modal-dialog {
  position: fixed;
  max-width: 500px;
  bottom: 20px;
  right: 20px;
}
footer .chat-btn {
  position: fixed;
  right: 0px;
  bottom: 0px;
  cursor: pointer;
}
footer .chat-btn {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background-color: none;
  color: #fff;
  font-size: 22px;
  border: none;
  background: transparent;
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 100;
  outline: none;
}

.ts-red {
  color: #E74C3C !important;
}

.ts-gold {
  color: #FCD462 !important;
}

.hero-perspective {
  margin: 6rem auto 5rem;
  position: relative;
  max-width: 1600px;
}
.hero-perspective .col-6 {
  perspective: 2000px;
}
.hero-perspective .col-6:hover {
  z-index: 1000;
}

img.hero {
  height: auto;
  border-radius: 10px;
}

.hero-left {
  padding-right: 0rem !important;
  transform: scale(1.25) rotateY(40deg) translateX(2rem);
  transition: transform 0.7s;
}
.hero-left img {
  box-shadow: -20px 5px 20px rgba(0, 0, 0, 0.1);
}

.hero-left:hover {
  transform: scale(1.25) translateX(40%);
}

.hero-right {
  padding-left: 0rem !important;
  transform: scale(1.25) rotateY(-40deg) translateX(-2rem);
  transition: transform 0.7s;
}

.hero-right img {
  box-shadow: 20px 5px 20px rgba(0, 0, 0, 0.1);
}

.hero-right:hover {
  transform: scale(1.25) translateX(-40%);
}

.col-6:hover .hero-left img, .col-6:hover .hero-right img {
  box-shadow: 0rem 0.2rem 0.5rem rgba(0, 0, 0, 0.1);
}

.ts-CTA {
  margin: 5rem 0 0 0;
}

.btn-red-ts {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 500;
  box-shadow: 8px 10px 20px 0px rgba(46, 61, 73, 0.15);
  border: none;
  background: #333333;
}

.btn-red-ts:hover {
  color: #fff;
}

.highlight {
  background-color: #f8e71c;
  display: inline-block;
  padding: 0 10px;
  color: black;
}

.testimonial {
  max-width: 600px;
}
.testimonial .testimonial-txt {
  font-size: 1rem;
  color: #9B9B9B;
  font-weight: 300;
  margin: auto;
  display: block;
  position: relative;
}
.testimonial .testimonial-txt .braket {
  font-size: 5rem;
  display: inline-block;
  position: absolute;
  top: -30px;
  left: -30px;
  color: #FEBD04;
}
.testimonial .testimonial-sig {
  display: block;
  margin-top: 1.5em;
  font-size: 0.7em;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.15em;
  color: #aaaaaa;
  text-transform: uppercase;
}
.testimonial .testimonial-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-shadow: 0 3px 4px #ccc;
  margin: 0 auto 2em;
}
.testimonial .testimonial-img.issam {
  background-image: url("../images/issam.jpg");
  background-size: contain;
}
.testimonial .testimonial-img.brian {
  background-image: url("../images/brian.jpg");
  background-size: contain;
}
.testimonial .testimonial-img.ed {
  background-image: url("../images/ed.png");
  background-size: contain;
}
.testimonial .testimonial-img.adrian {
  background-image: url("../images/adrian.jpg");
  background-size: contain;
}
.testimonial .testimonial-img.emily {
  background-image: url("../images/emily.png");
  background-size: contain;
}
.testimonial .testimonial-img.michelle {
  background-image: url("../images/michelle.jpg");
  background-size: contain;
}
.testimonial .testimonial-img.phil {
  background-image: url("../images/phil.jpg");
  background-size: contain;
}
.testimonial .testimonial-img.florian {
  background-image: url("../images/florian.png");
  background-size: contain;
}
.testimonial .testimonial-img.martins {
  background-image: url("../images/martins.jpg");
  background-size: contain;
}
.testimonial .testimonial-img.valerie {
  background-image: url("../images/valerie.jpeg");
  background-size: contain;
}
.testimonial .testimonial-img.rune {
  background-image: url("../images/rune.jpg");
  background-size: contain;
}
.testimonial .testimonial-img.dan {
  background-image: url("../images/dan.jpeg");
  background-size: contain;
}
.testimonial .testimonial-img.steve {
  background-image: url("../images/steve.jpeg");
  background-size: contain;
}
.testimonial .testimonial-img.cate {
  background-image: url("../images/cate.png");
  background-size: contain;
}
.testimonial .testimonial-img.steve-c {
  background-image: url("../images/stevec-300x300.jpg");
  background-size: contain;
}
.testimonial .testimonial-img.daniel {
  background-image: url("../images/daniel.jpeg");
  background-size: contain;
}
.testimonial .testimonial-img.yatin {
  background-image: url("../images/yatin.jpg");
  background-size: contain;
}

.review-box {
  border: none;
  border-radius: 8px;
  max-width: 900px;
  padding: 3rem;
  margin-bottom: 5rem !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.review-box.brian {
  background: #FCD462;
}
.review-box .review-img {
  border-radius: 50%;
  border: 2px solid white;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  width: 100px;
  height: 100px;
  background: white;
}
.review-box .card-title {
  color: black;
  font-size: 2.5rem;
}
.review-box .sig {
  line-height: 1.2rem;
  margin-top: 10px;
}
.review-box .sig .name {
  color: black !important;
}
.review-box .sig small {
  display: block;
}
.review-box .btn-review {
  background: black;
  color: white;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  padding: 0.6rem 2rem;
  margin: 2rem 0 0;
  border-radius: 100px;
  font-size: 0.8rem !important;
}

/* Logo Carousel
----------------------------------------------------------------- */
.customer-logos {
  position: relative;
  margin: 1rem auto 0rem;
  overflow: hidden;
  padding: 0;
}
.customer-logos .logo-wrapper {
  display: flex;
  overflow: hidden;
  width: 100%;
}
.customer-logos .logo-row {
  display: flex;
  animation: scroll 120s linear infinite;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.customer-logos .col-sm {
  background-repeat: no-repeat;
  background-position: center;
  min-width: 130px;
  display: flex;
  align-items: center; /* Centers the image vertically */
  justify-content: center; /* Centers the image horizontally (optional) */
  height: 100px; /* Set a fixed height if needed to maintain uniformity */
}
.customer-logos .nokia {
  background-image: url("../images/nokia.png");
}
.customer-logos .iprospect {
  background-image: url("../images/iprospect.png");
}
.customer-logos .trivago {
  background-image: url("../images/trivago.png");
}
.customer-logos .aexp {
  background-image: url("../images/aexp.png");
}
.customer-logos .walgreens {
  background-image: url("../images/walgreens.png");
}
.customer-logos::before, .customer-logos::after {
  content: "";
  position: absolute;
  top: 0;
  width: 200px;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.customer-logos::before {
  left: 0;
  background: linear-gradient(to right, white, transparent);
}
.customer-logos::after {
  right: 0;
  background: linear-gradient(to left, white, transparent);
}
.customer-logos .col-sm img {
  width: 80px;
}

.animated {
  -webkit-animation-fill-mode: unset !important;
  animation-fill-mode: unset !important;
}

/* Secondary Pages */
.nav-pills .nav-item {
  margin-right: 0.5em;
}

.nav-pills .nav-link {
  color: rgba(0, 0, 0, 0.5);
  transition: transform 0.2s;
  font-size: clamp(0.8rem, 0.05vw, 1rem);
}

.nav-pills .nav-link.active {
  background: none;
  border: 0px solid rgba(0, 0, 0, 0.1);
  color: #E74C3C;
}

.nav-pills .nav-link:hover {
  transform: scale(1.05);
}

.nav-pills .nav-link:hover,
.nav-pills .nav-link.active,
body.qs-overview .nav-pills .nav-link.qs-overview,
body.qs-analysis .nav-pills .nav-link.qs-analysis,
body.qs-regrouper .nav-pills .nav-link.qs-regrouper,
body.qs-history .nav-pills .nav-link.qs-history,
body.qs-ads .nav-pills .nav-link.qs-ads,
body.qs-todo .nav-pills .nav-link.qs-todo,
body.km-overview .nav-pills .nav-link.km-overview,
body.km-new .nav-pills .nav-link.km-new,
body.km-duplicates .nav-pills .nav-link.km-duplicates,
body.km-negatives .nav-pills .nav-link.km-negatives,
body.km-bids .nav-pills .nav-link.km-bids,
body.km-cleanup .nav-pills .nav-link.km-cleanup {
  background: #feca36;
  border: 0px solid rgba(0, 0, 0, 0.1);
  color: white;
  border-radius: 6px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.13);
}
.nav-pills .nav-link:hover i.ts-nav-icon,
.nav-pills .nav-link.active i.ts-nav-icon,
body.qs-overview .nav-pills .nav-link.qs-overview i.ts-nav-icon,
body.qs-analysis .nav-pills .nav-link.qs-analysis i.ts-nav-icon,
body.qs-regrouper .nav-pills .nav-link.qs-regrouper i.ts-nav-icon,
body.qs-history .nav-pills .nav-link.qs-history i.ts-nav-icon,
body.qs-ads .nav-pills .nav-link.qs-ads i.ts-nav-icon,
body.qs-todo .nav-pills .nav-link.qs-todo i.ts-nav-icon,
body.km-overview .nav-pills .nav-link.km-overview i.ts-nav-icon,
body.km-new .nav-pills .nav-link.km-new i.ts-nav-icon,
body.km-duplicates .nav-pills .nav-link.km-duplicates i.ts-nav-icon,
body.km-negatives .nav-pills .nav-link.km-negatives i.ts-nav-icon,
body.km-bids .nav-pills .nav-link.km-bids i.ts-nav-icon,
body.km-cleanup .nav-pills .nav-link.km-cleanup i.ts-nav-icon {
  -moz-filter: none;
  -o-filter: none;
  -webkit-filter: none;
  filter: none;
}

.mid-nav {
  z-index: 1060;
}
.mid-nav .nav {
  flex-wrap: nowrap;
  overflow: hidden;
  padding: 10px 0;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}
.mid-nav .nav ::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
.mid-nav.sticky {
  background: white;
  padding: 0.2rem 0;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.13);
}
.mid-nav.sticky .nav-item i.ts-nav-icon {
  width: 30px;
  height: 30px;
  background-size: contain !important;
}
.mid-nav.sticky .nav-link {
  padding: 0.1rem 0.5rem;
}

/* Show Midnav scroll on Smartphones (portrait and landscape)
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
  .mid-nav {
    .nav {
     overflow: scroll;
    }
  }
}
----------- */
/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
}

i.ts-nav-icon {
  display: block;
  width: 80px;
  height: 60px;
  margin: 0 auto 10px;
  /*
  -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  */
}

i.icon-regrouper {
  background: url("../images/icon-regrouper.png") no-repeat center;
}

i.icon-gauge {
  background: url("../images/icon-gauge.png") no-repeat center;
}

i.icon-overview {
  background: url("../images/icon-overview.png") no-repeat center;
}

i.icon-gauge {
  background: url("../images/icon-gauge.png") no-repeat center;
}

i.icon-ads {
  background: url("../images/icon-ads.png") no-repeat center;
}

i.icon-todo {
  background: url("../images/icon-todo.png") no-repeat center;
}

i.icon-timeline {
  background: url("../images/icon-timeline.png") no-repeat center;
}

i.icon-km-overview {
  background: url("../images/icon-km-overview-3.png") no-repeat center;
}

i.icon-km-new {
  background: url("../images/icon-km-new.png") no-repeat center;
}

i.icon-km-duplicates {
  background: url("../images/icon-km-duplicates.png") no-repeat center;
}

i.icon-km-negatives {
  background: url("../images/icon-km-negatives.png") no-repeat center;
}

i.icon-km-bids {
  background: url("../images/icon-km-bids.png") no-repeat center;
}

i.icon-km-cleanup {
  background: url("../images/icon-km-cleanup.png") no-repeat center;
}

.shadow-big {
  box-shadow: 0rem 1rem 0.9rem 0 rgba(0, 0, 0, 0.1);
}

.hero-container {
  margin-top: 5rem;
}

.hero-img {
  border-radius: 10px;
  max-width: 100%;
  height: auto;
}

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

.bg-grey {
  background-color: #fafafa;
}

.content {
  max-width: 1000px;
  margin-top: 9rem;
}
.content.ai {
  max-width: 700px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}
.content.ai h4 {
  font-size: 5rem !important;
}
.content.ai .content-text {
  padding: 0;
}
.content.timeline .content-text {
  height: auto !important;
  max-width: 600px !important;
  display: block !important;
  margin: 0 auto 2rem !important;
}
.content.timeline .content-img {
  border: none;
}
.content.last .content-text {
  height: auto !important;
  max-width: 600px !important;
  display: block !important;
  margin: 0 auto 0 !important;
}
.content .content-item .content-text {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 16rem;
  padding: 0 1rem;
}
.content .content-item .content-text span.number {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 50%;
  background: white;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.13);
  margin-bottom: 1rem;
  text-align: center;
  vertical-align: middle;
  line-height: 52px;
  font-size: 1.5rem;
  font-weight: 500;
  z-index: 1;
  position: relative;
}
.content .content-item .content-text h4 {
  font-size: 2rem;
  font-weight: 400;
}
.content .content-item .content-text h4 abbr {
  font-size: 0.5rem;
}
.content .content-item .content-text p {
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 5px;
}
.content .content-item .content-text h2 span {
  color: #999;
}

body.km .content .content-img {
  padding: 0px;
}
body.km .content .content-img img {
  border-radius: 6px;
}

span.slimmed {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 300;
}

.placeholder {
  width: 100%;
  height: 16rem;
  border-radius: 8px;
  display: table-cell;
  vertical-align: middle;
}
.placeholder.boxed {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  background: white;
}
.placeholder.no-height {
  height: 100%;
}
.placeholder.no-height img {
  border-radius: 8px;
}
.placeholder .loser-by-CTR {
  padding: 0 0.7rem;
}
.placeholder .loser-by-CTR img {
  border-radius: 8px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.placeholder .content-img {
  padding: 2rem;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background: white;
  text-align: center;
  display: inline-block;
  border: 2px solid #fff;
}
.placeholder .content-img.account-qs {
  padding: 1.2rem 2rem 1.5rem;
}
.placeholder .content-img.components {
  padding: 1rem 2.5rem 0;
}
.placeholder .content-img.distributions {
  padding: 1rem;
}
.placeholder .content-img.regrouper {
  padding: 0;
}
.placeholder .content-img.regrouper img {
  border-radius: 4px;
}
.placeholder .content-img.smag {
  padding: 0.6rem 0.3rem 0.6rem 0.6rem;
}
.placeholder .content-img.regrouper-settings {
  padding: 0.5rem;
}
.placeholder .content-img.pause-ads {
  padding: 0;
}
.placeholder .content-img.pause-ads img {
  border-radius: 4px;
}
.placeholder .content-img.write-ads {
  padding: 0;
}
.placeholder .content-img.write-ads img {
  border-radius: 6px;
}
.placeholder .content-img.todo {
  padding: 0;
  border: none;
  margin-bottom: 5rem;
}
.placeholder .content-img.todo img {
  border-radius: 8px;
}
.placeholder .content-img.history {
  padding: 0;
}
.placeholder .content-img.history img {
  border-radius: 6px;
}
.placeholder .content-img.daily-updates {
  padding: 2rem;
  background: #fafafa;
  border: 2px solid #fff;
}

span.dotted-line {
  position: absolute;
  display: none;
  height: 1px;
  border-top: 2px dotted rgba(0, 0, 0, 0.3);
  z-index: 0;
}

span.dotted-line.a1 {
  width: 120px;
  left: -4rem;
  top: 3.8rem;
}

span.dotted-line.b1 {
  width: 875px;
  left: -4rem;
  top: -815px;
  transform: rotate(90deg);
  transform-origin: bottom left;
}

span.dotted-line.c1 {
  width: 250px;
  left: -4rem;
  top: -50.9rem;
}

span.dotted-line.a3 {
  width: 190px;
  left: -7rem;
  top: 3.8rem;
}

span.dotted-line.b3 {
  width: 1625px;
  left: -7rem;
  top: -1565px;
  transform: rotate(90deg);
  transform-origin: bottom left;
}

span.dotted-line.c3 {
  width: 300px;
  left: -7rem;
  top: -1565px;
}

span.dotted-line.a2 {
  width: 98px;
  left: 28rem;
  top: 3.8rem;
}

span.dotted-line.b2 {
  width: 965px;
  left: 34rem;
  top: -905px;
  transform: rotate(90deg);
  transform-origin: bottom left;
}

span.dotted-line.c2 {
  width: 97px;
  left: 28rem;
  top: -905px;
}

span.dotted-line.a4 {
  width: 98px;
  left: 29.6rem;
  top: 3.8rem;
}

span.dotted-line.b4 {
  width: 1570px;
  left: 36rem;
  top: 61px;
  transform: rotate(-90deg);
  transform-origin: bottom left;
}

span.dotted-line.c4 {
  width: 160px;
  left: 26rem;
  top: -1510px;
}

span.dotted-line.a5 {
  width: 572px;
  left: 20rem;
  top: 3.8rem;
}

span.dotted-line.b5 {
  width: 1853px;
  left: 56rem;
  top: 61px;
  transform: rotate(-90deg);
  transform-origin: bottom left;
}

span.dotted-line.c5 {
  width: 89px;
  left: 50.2rem;
  top: -1790px;
}

span.dotted-line.km-1a {
  width: 180px;
  left: -8rem;
  top: 2.6rem;
}

span.dotted-line.km-1b {
  width: 905px;
  left: -8rem;
  top: -865px;
  transform: rotate(90deg);
  transform-origin: bottom left;
}

span.dotted-line.km-1c {
  width: 120px;
  left: -8rem;
  top: -54.2rem;
}

span.dotted-line.km-2a {
  width: 170px;
  left: -7rem;
  top: 1.8rem;
}

span.dotted-line.km-2b {
  width: 1245px;
  left: -7rem;
  top: -1220px;
  transform: rotate(90deg);
  transform-origin: bottom left;
}

span.dotted-line.km-2c {
  width: 105px;
  left: -7rem;
  top: -76.2rem;
}

span.dotted-line.km-3a {
  width: 170px;
  left: -6rem;
  top: 1.8rem;
}

span.dotted-line.km-3b {
  width: 1680px;
  left: -6rem;
  top: -1655px;
  transform: rotate(90deg);
  transform-origin: bottom left;
}

span.dotted-line.km-3c {
  width: 87px;
  left: -6rem;
  top: -103.4rem;
}

span.dotted-line.km-4a {
  width: 130px;
  left: -5rem;
  top: 3.8rem;
}

span.dotted-line.km-4b {
  width: 2065px;
  left: -5rem;
  top: -2005px;
  transform: rotate(90deg);
  transform-origin: bottom left;
}

span.dotted-line.km-4c {
  width: 70px;
  left: -5rem;
  top: -125.4rem;
}

span.dotted-line.km-5a {
  width: 80px;
  left: -2.5rem;
  top: 2.9rem;
}

span.dotted-line.km-5b {
  width: 2540px;
  left: -2.5rem;
  top: -156rem;
  transform: rotate(90deg);
  transform-origin: bottom left;
}

span.dotted-line.km-5c {
  width: 25px;
  left: -2.5rem;
  top: -155.9rem;
}

span.dotted-line.km-5d {
  width: 176px;
  left: -0.9rem;
  top: -2582px;
  transform: rotate(90deg);
  transform-origin: bottom left;
}

.container.focus {
  max-width: 600px;
}

.focus img.todo {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.bg-slant {
  height: 110rem;
  background: #fafafa;
  transform: skewY(-15deg);
  position: absolute;
  top: 40rem;
  z-index: -100000000;
}

body.home .nav-link {
  color: white !important;
}
body.home .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
body.home .bg-slant {
  top: -30rem;
  background: #222;
  height: 98rem;
}
body.home h1 {
  color: white;
}
body.home .ts-CTA {
  margin: 8rem 0 0 0;
}
body.home .ts-CTA .btn-red-ts {
  border: none;
  background: #16BFFD; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #CB3066, #16BFFD); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #CB3066, #16BFFD); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
body.qs-overview .bg-slant {
  height: 172rem;
  top: 60rem;
}
body.qs-overview .content {
  margin-top: 9rem;
}
body.qs-analysis .bg-slant {
  height: 112rem;
  top: 49rem;
}
body.qs-regrouper .bg-slant {
  height: 125rem;
  top: 50rem;
}
body.qs-ads .bg-slant {
  height: 146.5rem;
  top: 48rem;
}
body.qs-history .bg-slant {
  height: 136rem;
  top: 60rem;
}
body.qs-todo .bg-slant {
  height: 47rem;
  top: 42rem;
}
body.km-bids .bg-slant {
  height: 166rem;
  top: 50rem;
}
body.km-overview .bg-slant {
  height: 189rem;
  top: 50rem;
}
body.km-new .bg-slant {
  height: 150rem;
  top: 50rem;
}
body.km-duplicates .bg-slant {
  height: 112rem;
  top: 50rem;
}
body.km-negatives .bg-slant {
  height: 60rem;
  top: 50rem;
}
body.km-cleanup .bg-slant {
  height: 105.7rem;
  top: 51rem;
}
body.alternative .bg-slant {
  height: 135rem;
  top: 51rem;
}

body.pricing h2.lead {
  max-width: 590px;
}
body.pricing .btn-red-ts {
  display: none;
}
body.pricing .nav-link {
  padding: 0.5rem 2rem;
}
body.pricing .nav-pills .nav-link:hover, body.pricing .nav-pills .nav-link.active {
  background: rgba(0, 0, 0, 0.8);
  color: white;
  border-radius: 30px;
}
body.pricing .pricing-box {
  border-radius: 12px;
  border: none;
  max-width: 24rem;
  margin: 0 auto 3rem;
  text-align: center;
  box-shadow: 0 7px 14px 0 rgba(60, 66, 87, 0.2), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
  cursor: pointer;
}
body.pricing .pricing-box .price-body {
  padding: 6rem 3rem;
}
body.pricing .pricing-box .price-amount h3 {
  font-size: 6rem;
  font-family: Roboto;
}
body.pricing .pricing-box .btn.btn-smb, body.pricing .pricing-box .btn.btn-agency {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 500;
  box-shadow: 8px 10px 20px 0px rgba(46, 61, 73, 0.15);
  border: none;
  margin: 3rem auto 0;
  background: #16BFFD; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #CB3066, #16BFFD); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #CB3066, #16BFFD); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
body.pricing .pricing-box.agency {
  background: rgba(0, 0, 0, 0.8);
  color: white;
  cursor: auto;
}
body.pricing .pricing-box.agency .price-body {
  padding: 6rem 3rem 3rem;
}
body.pricing .pricing-box.agency .price-amount h3 {
  font-size: 1.1rem;
  text-transform: uppercase;
  color: #FFFFFF;
}
body.pricing .pricing-box.agency .card-text {
  margin: 1rem 0 3rem 0;
}
body.pricing .pricing-box.agency .price-package {
  color: #FEBD04;
}
body.pricing .pricing-box.agency .btn-agency {
  color: #fff !important;
  font-size: 0.8rem !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  padding: 1rem !important;
  text-transform: uppercase !important;
}
body.pricing .pricing-box .structure-fee {
  background: #333;
  padding: 4rem 3rem;
  color: white;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
body.pricing .pricing-box .structure-fee p.card-text {
  font-size: 0.9rem;
}
body.pricing .pricing-box .structure-fee .list-group {
  margin-top: 3rem;
}
body.pricing .pricing-box .structure-fee .list-group .list-group-item {
  background: none;
  padding: 1.2rem 0;
  font-size: 0.9rem;
  border-top: 1px dotted rgba(255, 255, 255, 0.15);
}
body.pricing .pricing-box .structure-fee .list-group .list-group-item:last-child {
  border-bottom: none;
}
body.pricing .pricing-box .structure-fee a.contact {
  color: white;
  border-bottom: 1px dotted #fff;
}
body.pricing .pricing-box .structure-fee a.contact:hover {
  text-decoration: none;
}
body.pricing .pricing-detail {
  max-width: 300px;
  top: 36rem;
  right: -20rem;
  position: absolute;
  color: rgba(0, 0, 0, 0.5);
  text-align: left;
}
body.pricing .pricing-detail strong {
  color: black;
}
body.pricing .ts-CTA {
  margin: 1.5rem 0 0 0;
}
body.pricing .ts-CTA .btn-red-ts {
  max-width: 24rem;
  font-size: 0.8rem;
  padding: 1.4rem;
}
body.pricing .bg-slant {
  top: 35rem;
  height: 35rem;
}

body.team .team-mate {
  height: 600px;
  background-size: cover !important;
  padding: 1rem;
  border-radius: 2px;
}
body.team .team-mate .name {
  position: absolute;
  bottom: 10px;
}
body.team .team-mate .name span {
  display: block;
  color: white;
}
body.team .team-mate.prynce {
  background: url("../images/prynce-2.jpg") no-repeat center;
}
body.team .team-mate.chretien {
  background: url("../images/chret-bw.jpg") no-repeat center;
}
body.team .team-mate.chris {
  background: url("../images/chris.jpg") no-repeat center;
}
body.team .team-mate.apple {
  background: url("../images/Apple-350.webp") no-repeat center;
}
body.team .team-mate.salux {
  background: url("../images/Salux-350.png") no-repeat center;
}
body.team .team-mate.alfred {
  background: url("../images/Alfred-350.webp") no-repeat center;
}
body.team .team-mate.marx {
  background: url("../images/Marx-350.webp") no-repeat center;
}

.table thead th {
  border-top: none;
  border-bottom: 1px solid #dee2e6;
}

.table tr th {
  width: 30%;
}

.table tr .bg-green {
  background: rgba(40, 208, 102, 0.2);
}

.table tr .bg-red {
  background: rgba(255, 138, 101, 0.3);
}

.table .table-section {
  padding-top: 3rem;
  text-transform: uppercase;
  overflow: visible;
  white-space: nowrap;
}

.mf-notification-iframe.mf-notification-iframe-bottom-left {
  border-radius: 10px;
}

@media (max-width: 576px) {
  .hero-perspective {
    width: 77%;
  }
  .placeholder {
    height: 6rem;
  }
  img.hero {
    border-radius: 3px;
  }
  body.home .bg-slant {
    height: 85rem;
  }
  body.qs-overview .bg-slant {
    height: 175rem;
    top: 55rem;
  }
  ul.nav-pills {
    padding: 5px;
  }
  ul.nav-pills .nav-item .nav-link {
    padding: 0.5rem 0.5rem;
  }
  .testimonial .testimonial-txt {
    font-size: 0.8rem;
  }
  .testimonial .testimonial-sig {
    font-size: 0.4rem;
  }
  .row.logo-row {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
}
/* Typeform Embed Button
---------------------------------------------------------------------*/
/* Target the Typeform embedded button */
[data-tf-live] a {
  display: block; /* Align as button */
  transition: background-color 0.3s ease; /* Hover effect */
  color: #fff !important;
  font-size: 0.8rem !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  padding: 1rem !important;
  text-transform: uppercase !important;
  border-radius: 8px;
  box-shadow: 8px 10px 20px 0px rgba(46, 61, 73, 0.15);
  border: none;
  margin: 3rem auto 0;
  background: #16BFFD;
  background: -webkit-linear-gradient(to right, #CB3066, #16BFFD);
  background: linear-gradient(to right, #CB3066, #16BFFD);
}

/* Hover effect for the button */
[data-tf-live] a:hover {
  background-color: #03378a; /* Darker shade on hover */
}

/* Styles for content block with Sticky-Tops
---------------------------------------------------------------------*/
.container.ts-container strong {
  color: #212529;
}
.container.ts-container .sticky-top {
  top: 30%;
}
.container.ts-container .content {
  padding-top: 8em !important;
  margin-top: 0;
}
.container.ts-container .content-item .content-text {
  vertical-align: top !important;
  height: unset;
  margin-bottom: 2rem;
  display: block;
}
.container.ts-container .content-item .content-text h2 {
  font-size: 2rem !important;
  color: #212529;
}
.container.ts-container .content-item .content-text h3 {
  font-size: 1.2rem !important;
  margin-top: 50px;
  color: #212529;
  font-weight: normal;
}
.container.ts-container .content-item .content-text p {
  margin-bottom: 1rem !important;
}
.container.ts-container .figure-caption {
  font-size: 80%;
  text-align: center;
}
.container.ts-container .bordered {
  border: 1px solid #ccc;
}
.container.ts-container ul li {
  color: rgba(0, 0, 0, 0.4);
  font-size: 1rem;
}
.container.ts-container ul li::marker {
  color: #feca36; /* Set your desired color */
}
.container.ts-container ul.styled-list li {
  margin-bottom: 10px;
}
.container.ts-container ul.styled-list strong {
  display: block;
}
.container.ts-container {
  /* FAQ */
}
.container.ts-container .accordion button {
  box-shadow: none;
  padding: 0;
}
.container.ts-container .accordion .card {
  border: none;
}
.container.ts-container .accordion .card-header {
  background-color: white;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.container.ts-container .accordion .btn-link {
  color: #333;
}
.container.ts-container .accordion .btn-link:hover {
  transform: translateX(5px);
  text-decoration: none;
}
.container.ts-container .accordion .btn-link:focus {
  text-decoration: none;
}
.container.ts-container .accordion .arrow {
  color: #000 !important;
}
.container.ts-container .accordion .arrow::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  vertical-align: 0.2em !important;
  border-top: 2px solid #FEBD04;
  border-right: 0px solid transparent;
  border-left: 2px solid #FEBD04;
  position: relative;
  top: 7px;
  right: 10px;
  float: right;
  height: 8px;
  width: 8px;
  transform: rotate(225deg);
  transition: all 0.6s;
}
.container.ts-container .accordion .arrow:focus::after,
.container.ts-container .accordion .arrow:focus-within::after {
  transform: rotate(45deg); /* Rotates the arrow to point down */
}
.container.ts-container .accordion .arrow.collapsed::after {
  transform: rotate(225deg);
}
.container.ts-container .accordion .card-body {
  padding: 1.25rem 0;
}
.container.ts-container .accordion .card-body p {
  font-size: 1rem;
}

/* Media queries
---------------------------------------------------------------------*/
@media (max-width: 768px) {
  .pricing-detail {
    display: none;
  }
}
@media (max-width: 992px) {
  .bg-slant {
    opacity: 1;
  }
}
@media (max-width: 1200px) {
  .bg-slant {
    opacity: 1;
  }
}
/* Annimations
---------------------------------------------------------------------*/
img, h1, h2, p, .dotted-line {
  -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2s; /* Firefox < 16 */
  -ms-animation: fadein 2s; /* Internet Explorer */
  -o-animation: fadein 2s; /* Opera < 12.1 */
  animation: fadein 2s;
}

/* Fadin */
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

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