@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter&family=Sora:wght@400;500;600;700&display=swap");
body {
  font-family: "Inter", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "Sora", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

.cc-link {
  color: #012A38;
  font-weight: 600;
  text-decoration: underline;
}
.cc-link:hover, .cc-linkfocus {
  color: #012A38;
  text-decoration: none;
}

.cc-hero {
  background: #012A38;
  margin-bottom: 40px;
  padding: 30px 0 20px 0;
}
@media (min-width: 768px) {
  .cc-hero {
    margin-bottom: 90px;
    padding: 30px 0 90px 0;
  }
}
@media (min-width: 992px) {
  .cc-hero {
    position: relative;
    margin-bottom: 0;
    padding: 0;
    padding-top: 70px;
  }
}
.cc-hero__logo {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .cc-hero__logo {
    margin-bottom: 60px;
  }
}
.cc-hero__logo a {
  display: inline-block;
}
@media (min-width: 992px) {
  .cc-slide {
    margin-top: 150px;
  }
}
.cc-slide__list {
  opacity: 0.7;
  filter: grayscale(1);
  list-style: none;
  padding: 0;
  display: grid;
  align-items: center;
  grid-template-columns: repeat(3, auto);
  max-width: 420px;
  margin: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cc-slide__list {
    max-width: none;
    grid-template-columns: repeat(4, auto);
  }
  .cc-slide__list li:nth-child(5) {
    grid-column: 2;
  }
}
@media (min-width: 992px) {
  .cc-slide__list {
    max-width: none;
    grid-template-columns: repeat(6, auto);
  }
}
.cc-slide__list img {
  margin: auto;
}
.cc-testimonial {
  margin: 70px auto 20px auto;
  border-bottom: 1px solid #D3D9DC;
  max-width: 460px;
}
@media (min-width: 768px) {
  .cc-testimonial {
    display: grid;
    grid-column-gap: 40px;
    align-items: end;
    grid-template-columns: 1fr 180px;
    margin: 120px auto 40px auto;
    max-width: none;
  }
}
@media (min-width: 992px) {
  .cc-testimonial {
    grid-template-columns: 1fr 240px;
  }
}
.cc-testimonial__desc {
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #012A38;
  margin-bottom: 32px;
  font-size: 18px;
}
@media (min-width: 992px) {
  .cc-testimonial__desc {
    font-size: 20px;
    max-width: 500px;
  }
}
.cc-testimonial__author {
  font-weight: bold;
  font-size: 18px;
  position: relative;
}
@media (min-width: 768px) {
  .cc-testimonial__author {
    font-size: 18px;
  }
  .cc-testimonial__author:before, .cc-testimonial__author:after {
    position: absolute;
    width: 32px;
    height: 32px;
    display: inline-block;
    right: 0;
    bottom: -14px;
    border: 1px solid #FF3300;
    border-radius: 50%;
    color: #FF3300;
    text-align: center;
    font-size: 30px;
    line-height: 44px;
  }
  .cc-testimonial__author:before {
    content: "“";
    right: 40px;
  }
  .cc-testimonial__author:after {
    content: "”";
  }
}
.cc-testimonial__company {
  font-size: 14px;
  line-height: 1.3;
  color: #4F6169;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cc-testimonial__img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #ddd;
    padding: 20px 10px 0;
    margin-bottom: 8px;
  }
  .cc-testimonial__img img {
    transform: scale(1.25);
  }
}
.cc-leader {
  margin: auto;
  margin-bottom: 90px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  grid-gap: 20px;
  max-width: 320px;
}
@media (min-width: 768px) {
  .cc-leader {
    margin-left: 0;
  }
}/*# sourceMappingURL=schedule-a-demo-v2.css.map */