html {
  scroll-behavior: smooth;
}

h2.small {
  font-size: 1.19rem;
}

@media (max-width: 768px) {

  h2.small,
  h4, .h4 {
    font-size: 1.3rem;
  }
}

/* footer section */

.footer ul li {
  list-style: none;
  margin: 0;
}

.footer .brand {
  width: 25px;
}

.p-color {
  color: var(--bp-p-color);
}

.container-footer span,
.container-footer a,
.footer ul li a {
  font-family: var(--bp-font-family-body);
  font-size: 0.7rem;
  line-height: 1.2;
  text-decoration: none;
  color: #999999;
  font-weight: 500;
}

.footer .footer-title {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 0.8rem;
}

p.small {
  font-size: 0.6rem;
}

p.micro {
  font-size: 0.6rem;
}

.button.wide {
  width: 100%;
  max-width: 300px;
}

.stacked-images {
  grid-area: image;
  display: grid;
  grid-template-areas: "layers";
  align-content: center;
  justify-content: center;
  position: relative;
  right: 0;
  margin-top: 0;
  margin-left: auto;
  background-color: #f5f5f5;
  border-radius: 1rem;
  overflow: hidden;
}

.stacked-images img {
  grid-area: layers;
}

.stacked-images.crop-images img {
  width: 120%;
  height: auto;
  margin-left: -1%;
  margin-right: -3%;
  margin-top: -5%;
  margin-bottom: -5%;
}

.container-boost-efficiency h1 {
  margin: 0 auto 20px;
}

.container-boost-efficiency .narrow-col {
  max-width: 760px;
  margin: 0 auto;
}

.brands {
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 50px;
  align-items: center;
  flex-wrap: wrap;
}

.brands img {
  flex: 1;
  max-width: 130px;
  opacity: 0.7;
}

.container-footer {
  margin-top: 50px;
  padding-top: 50px;
  padding: 50px 10px 0;
}

.container-footer-bottom {
  border-top: 1px solid #ccc;
  padding-bottom: 0;
  padding-top: 70px;
}

.container-footer .social-icons {
  gap: 30px;
  display: flex;
  align-items: center;
}

.col-copyright {
  font-size: 0.9rem;
  color: #999999;
}

.trusted-by {
  margin-bottom: 40px;
  font-size: 1rem;
}

.support-avatars {
  max-width: 300px;
}

.integrations {
  margin-top: -1px;
  margin-bottom: -1px;
}

.integrations .slider {
  padding-top: 0;
  background-image: none;
  padding-bottom: 0;
}

@media (max-width: 500px) {
  .footer .footer-col {
    width: 100% !important;
    flex-basis: 100% !important;
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
    max-width: 100% !important;
  }

  .container-footer {
    padding-left: 30px;
  }
}

.footer .pipe {
  margin-bottom: -2px;
}

.top-hero {
  background-color: var(--main-dark);
}

.top-hero:before {
  content: '';
  background: var(--main-dark);
  width: 100%;
  z-index: 999;
  position: absolute;
  top: 0;
  height: 80px;
}

/*OPTIONAL EXTRAS GREY CARDS*/

.grey-card {
  background: #f5f5f5;
  overflow: hidden;
  border-radius: var(--bp-border-radius);
  border: 1px solid #D9D4CA;
}

.grey-card .image {
  position: absolute;
  right: -5%;
  top: 0;
  bottom: 0;
}

/*What you get checklist*/
.what-you-get p {
  line-height: 1.6;
  font-weight: 300;
}

ul.features {
  padding-inline-start: 0;
}

.features li {
  list-style-type: none;
  margin-left: 2rem;
  position: relative;
  font-family: var(--font-medium);
  font-weight: 600;
  color: var(--main-dark);
  cursor: pointer;
}

.features li::before {
  content: "";
  display: block;
  position: absolute;
  left: -2rem;
  width: 24px;
  height: 24px;
  background-image: url('/img/pricing/check-pricing.svg');
  background-repeat: no-repeat;
  background-size: cover;
}

.features li.highlight {
  position: relative;
}

.features li.highlight::after {
  content: "";
  display: block;
  position: absolute;
  left: -2.5rem;
  top: -.5rem;
  width: calc(100% + 3rem);
  height: calc(100% + 1rem);
  background-color: var(--cream);
  z-index: -1;
  border-radius: var(--bp-border-radius);
}

/*TESTIMONIALS SLIDER*/

.testimonials {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
  gap: 1rem;
  top: 4rem;
  padding: 0 1.5rem;
}

.testimonial_credits {
  display: grid;
  grid-template-areas: "ppimg name name name name"
    "ppimg job job job job"
    "ppimg . . . .";
  row-gap: 1rem;
  width: 100%;
  max-width: fit-content;
  margin: 0 auto 0 auto;
  text-align: left;
  height: 50px;
  column-gap: 1rem;
  row-gap: 0rem;
}

.testimonial_credits_img {
  grid-area: ppimg;
  border-radius: 20px;
  height: auto;
  width: 100%;
  min-width: 48px;
  max-width: 48px;
}

.testimonial_credits_quote {
  font-family: var(--font-medium);
  font-weight: 500;
  font-size: 2rem;
  color: var(--main-dark);
  text-align: center;
}

.testimonials p.name {
  grid-area: name;
  margin-bottom: 0 !important;
  font-weight: 300;
}

.testimonials p.job {
  grid-area: job;
  margin-bottom: 0 !important;
  font-weight: 300;
}

.slick-slide img {
  margin: 0;
}

#slider {
  position: relative;
  overflow: hidden;
  margin: 20px auto 0 auto;
  border-radius: 4px;
  width: 100%;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
}

#slider ul li {
  position: relative;
  display: block;
  flex-shrink: 0;
  flex-basis: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}

.slide {
  width: 100%;
}

a.control_prev,
a.control_next {
  position: absolute;
  top: 30%;
  z-index: 999;
  display: block;
  padding: 1.5rem 1.45rem 1.3rem 1.55rem;
  width: auto;
  height: auto;
  background: transparent;
  color: var(--gray);
  border: 1px solid var(--gray);
  border-radius: 8rem;
  text-decoration: none;
  cursor: pointer;
  line-height: 1;
}

@media (max-width: 978px) {

  a.control_prev,
  a.control_next {
    padding: 0.5rem 0.55rem 0.3rem 0.55rem;
  }
}

a.control_prev:hover,
a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.control_prev {
  transform: rotate(180deg);
  left: 0;
}

a.control_next {
  right: 0;
}

.extras-box-row {
  display: flex;
  gap: 30px;
}

.extras-box {
  border-radius: 10px;
  flex: 1;
  border: 1px solid #cecece;
}

@media (max-width: 978px) {
  .extras-box-row {
    flex-direction: column;
  }
}

.extras-box-img.desktop-hide {
  width: calc(100% + 4rem);
  max-width: unset;
  margin-left: -2rem;
  margin-right: -2rem;
  margin-bottom: -2rem;
}

@media (min-width: 769px) {
  .desktop-hide {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .mobile-hide {
    display: none !important;
  }
}

.price-info .price-now .price,
.price-info .annual-price-line {
  color: var(--bp-p-color);
  font-size: 0.6rem;
}

.old_price {
  position: relative;
  color: #999999;
  z-index: 1;
}

.old_price::after {
  content: "";
  display: block;
  position: absolute;
  width: 1.2rem;
  height: 1px;
  border: .5px solid #0a0a0a;
  transform: rotate(-35deg);
  top: 0.33rem;
  left: 0.238rem;
}



#comparison-table .button.wide {
  padding: 8px 6px;
  max-width: 230px;
  white-space: nowrap;
}