/* =====================
  Tokens in Design System
  (following https://medium.com/eightshapes-llc/tokens-in-design-systems-25dd82d58421)
===================== */
/* ==========[ TOKENS ]========== */
/* 1. Texts */
/* 2. Button */
/* 3. Brand */
/* 4. Background */
/* 5. Font */
/* 6. Border */
/* ==========[ DECISION ]========== */
/** VAR OLDS **/
/*-- Colors --*/
/*-- Text & Font --*/
/*-- Border, Shadow --*/
/*-- Main colors --*/
.default-entry h1, .default-entry h2, .default-entry h3 {
  font-weight: 600; }

@media (max-width: 768px) {
  .default-entry section {
    margin-bottom: 0; } }

.testimonial-card-ctrl.slide-normal {
  animation: slide 150s linear infinite; }

.testimonial-card-ctrl.slide-reverse {
  animation: slide-reverse 150s linear infinite; }

.testimonial-card-ctrl:hover {
  animation-play-state: paused; }

.testimonial-card-ctrl .testimonial-card {
  padding: 24px 28px;
  border-radius: 4px;
  background: #fff;
  height: 100%; }
  @media (max-width: 991px) {
    .testimonial-card-ctrl .testimonial-card {
      margin-bottom: 40px; } }
  .testimonial-card-ctrl .testimonial-card__person {
    display: flex; }
    .testimonial-card-ctrl .testimonial-card__person img {
      margin-right: 12px;
      width: 48px;
      height: 48px;
      border-radius: 50%; }
  .testimonial-card-ctrl .testimonial-card__info .company {
    font-size: 20px;
    margin-bottom: 5px; }
  .testimonial-card-ctrl .testimonial-card__info .name, .testimonial-card-ctrl .testimonial-card__info .role {
    line-height: 1.2;
    font-size: 16px;
    margin-top: 2px;
    margin-bottom: 2px; }

@keyframes slide {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(calc(-600px * 8 - 30px), 0, 0); } }

@keyframes slide-reverse {
  0% {
    transform: translate3d(calc(-600px * 5 - 30px), 0, 0); }
  100% {
    transform: translate3d(-30px, 0, 0); } }

.on-the-press {
  margin-right: 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  .on-the-press.with-label {
    align-items: flex-start;
    position: relative; }
    .on-the-press.with-label a {
      margin: 6px 35px;
      max-width: 115px; }
    @media (max-width: 767px) {
      .on-the-press.with-label {
        left: 0; }
        .on-the-press.with-label a {
          margin: 16px 25px; } }
  .on-the-press a {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 6px 25px; }
    .on-the-press a .text {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      font-size: 12px;
      min-height: 36px; }
    .on-the-press a img {
      width: 80px;
      height: auto; }
      .on-the-press a img.crozdesk-trusted, .on-the-press a img.crozdesk-quality {
        width: 75px; }
      .on-the-press a img.startups-500 {
        width: 75px; }
      .on-the-press a img.block, .on-the-press a img.tech-circle {
        width: 82px; }
      .on-the-press a img.block {
        margin-top: 18px; }
      .on-the-press a img.tech-circle {
        margin-top: 7px; }
      @media (max-width: 350px) {
        .on-the-press a img.block, .on-the-press a img.tech-circle {
          margin-top: 0; } }
    @media (max-width: 767px) {
      .on-the-press a {
        margin: 16px 25px; } }
.case-study__container {
  margin-bottom: 30px; }

.case-study--desktop, .case-study--mobile {
  display: none; }

@media (min-width: 992px) {
  .case-study--desktop {
    display: flex; } }

@media (max-width: 991px) {
  .case-study--mobile {
    display: block;
    width: 100%; } }

.case-study__wrapper {
  display: block;
  height: 100%;
  border-radius: 6px;
  background-color: #fff;
  transition: all .2s; }
  .case-study__wrapper:hover {
    box-shadow: 0 4px 32px rgba(53, 89, 135, 0.15);
    transform: scale(1.06, 1.06); }
  .case-study__wrapper .image-wrapper {
    width: 100%;
    overflow: hidden;
    height: 200px;
    border-radius: 2px;
    position: relative; }
    .case-study__wrapper .image-wrapper .img {
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      transition: all .2s; }
  .case-study__wrapper .details {
    padding: 18px 25px; }
    .case-study__wrapper .details__company {
      text-transform: uppercase;
      font-size: 18px;
      margin-bottom: 10px; }
    .case-study__wrapper .details__introduction {
      font-size: 16px; }
      @media (min-width: 992px) {
        .case-study__wrapper .details__introduction {
          margin-bottom: 0; } }
.features-switcher--desktop, .features-switcher--mobile {
  display: none; }

@media (min-width: 992px) {
  .features-switcher--desktop {
    display: flex; } }

@media (max-width: 991px) {
  .features-switcher--mobile {
    display: block; } }

.features-switcher--mobile .features-switcher__item:not(:last-child) {
  margin-bottom: 100px; }

.features-switcher--mobile .features-switcher__item .label {
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 18px; }

@media (min-width: 1200px) {
  .features-switcher__wrapper {
    padding-left: 30px; } }

.features-switcher__wrapper .nav-tabs {
  border-bottom: none; }

.features-switcher__img img {
  display: block;
  margin: 0 auto; }

.features-switcher__list {
  list-style-type: none;
  padding-left: 0; }
  .features-switcher__list .item {
    display: block;
    width: 100%; }

.features-switcher__see-all {
  margin-top: 20px;
  padding-left: 25px; }

.features-switcher__header {
  display: block;
  padding: 5px 25px;
  position: relative;
  margin-bottom: 5px;
  transition: all .15s ease-in-out; }
  .features-switcher__header:focus .text, .features-switcher__header:hover .text {
    color: #586069; }
  .features-switcher__header:focus .label, .features-switcher__header:hover .label {
    color: #009f6f; }
    .features-switcher__header:focus .label img, .features-switcher__header:hover .label img {
      filter: none;
      -webkit-filter: grayscale(0%);
      -moz-filter: grayscale(0%);
      -ms-filter: grayscale(0%);
      -o-filter: grayscale(0%); }
  .features-switcher__header .label {
    margin-bottom: 10px; }
    .features-switcher__header .label img {
      margin-right: 15px;
      width: 25px;
      height: auto;
      filter: none;
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      -o-filter: grayscale(100%); }
  .features-switcher__header .text {
    display: none;
    margin-left: 42px;
    margin-bottom: 5px; }
  .features-switcher__header.active {
    background: #fff;
    padding: 15px 25px;
    box-shadow: 0 5px 13px rgba(0, 0, 0, 0.07);
    border-radius: 6px;
    margin-bottom: 25px;
    opacity: 1; }
    .features-switcher__header.active:focus, .features-switcher__header.active:hover {
      color: #586069; }
    .features-switcher__header.active .label {
      font-weight: 600;
      color: #24292e; }
      .features-switcher__header.active .label img {
        filter: none;
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%); }
    .features-switcher__header.active .text {
      display: block; }

.carousel-withquote {
  background: white; }
  .carousel-withquote h1 {
    text-align: center; }
  .carousel-withquote .carousel-cell.members {
    width: 55%;
    height: 400px;
    margin: 0 1%;
    counter-increment: carousel-cell;
    transition: transform 0.1s ease-in-out; }
    @media screen and (max-width: 991px) {
      .carousel-withquote .carousel-cell.members {
        width: 100%; } }
    .carousel-withquote .carousel-cell.members .cell-wrapper {
      display: flex;
      flex: 1 0 100%;
      width: 100%;
      height: 100%; }
      @media screen and (max-width: 768px) {
        .carousel-withquote .carousel-cell.members .cell-wrapper {
          padding: 0 25px;
          flex-direction: column; } }
      .carousel-withquote .carousel-cell.members .cell-wrapper .avatar {
        z-index: 1;
        width: 60%;
        display: flex;
        justify-content: center;
        position: relative;
        top: -30px; }
        @media screen and (max-width: 768px) {
          .carousel-withquote .carousel-cell.members .cell-wrapper .avatar {
            background: none !important;
            z-index: 3;
            top: 30px;
            width: 100%; } }
        .carousel-withquote .carousel-cell.members .cell-wrapper .avatar img {
          display: none; }
          @media screen and (max-width: 768px) {
            .carousel-withquote .carousel-cell.members .cell-wrapper .avatar img {
              display: initial;
              width: 125px;
              height: 125px;
              border-radius: 50%;
              border: 5px solid white;
              box-shadow: 0 20px 35px 5px rgba(0, 0, 0, 0.06); } }
      .carousel-withquote .carousel-cell.members .cell-wrapper .member {
        padding: 40px 32px 30px;
        border-radius: 4px;
        background: white;
        z-index: 2;
        width: 55%;
        position: absolute;
        box-shadow: 0 20px 35px 5px rgba(0, 0, 0, 0.06);
        top: 30%;
        right: 0%;
        min-height: 215px; }
        @media screen and (max-width: 768px) {
          .carousel-withquote .carousel-cell.members .cell-wrapper .member {
            position: relative;
            top: -30px;
            padding: 70px 25px 30px;
            width: 100%; } }
        .carousel-withquote .carousel-cell.members .cell-wrapper .member__speech {
          position: relative; }
          .carousel-withquote .carousel-cell.members .cell-wrapper .member__speech .quotation-mark {
            position: absolute;
            top: -25px;
            left: -25px;
            font-size: 170px;
            font-weight: bold;
            color: #33bc5e;
            font-family: initial;
            line-height: 30px;
            display: inline-block; }
          .carousel-withquote .carousel-cell.members .cell-wrapper .member__speech:after {
            content: '\201D';
            color: #33b562; }
        .carousel-withquote .carousel-cell.members .cell-wrapper .member__name {
          font-weight: 600;
          color: #33bc5e; }
        .carousel-withquote .carousel-cell.members .cell-wrapper .member__position {
          font-style: italic;
          color: #33bc5e; }
  .carousel-withquote .flickity-page-dots {
    position: initial;
    margin: 20px 0 -5px; }
    @media screen and (max-width: 768px) {
      .carousel-withquote .flickity-page-dots {
        margin: 0; } }
.carousel-noquote .carousel-cell.activity {
  width: 31.3%;
  height: 330px;
  margin: 0 1%;
  counter-increment: gallery-cell;
  transition: transform 0.1s ease-in-out; }
  .carousel-noquote .carousel-cell.activity:hover {
    transform: scale(1.15, 1.15);
    z-index: 2; }
    .carousel-noquote .carousel-cell.activity:hover > .title {
      visibility: visible; }
  @media screen and (max-width: 991px) {
    .carousel-noquote .carousel-cell.activity {
      width: 100%; } }
  .carousel-noquote .carousel-cell.activity .title {
    position: absolute;
    bottom: 15px;
    padding: 6px 15px;
    margin-left: 50%;
    transform: translateX(-50%);
    width: 50%;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    color: #ddd;
    background: rgba(0, 0, 0, 0.65);
    visibility: hidden; }

.carousel-noquote .flickity-page-dots {
  display: none; }

.carousel-noquote .flickity-viewport {
  overflow: visible; }

.carousel-noquote .flickity-button.previous {
  left: 28px; }

.carousel-noquote .flickity-button.next {
  right: 28px; }

.carousel-case-study .carousel-cell {
  width: 90%;
  margin: 0 10px 10px;
  counter-increment: gallery-cell;
  transition: transform 0.1s ease-in-out; }
  .carousel-case-study .carousel-cell:hover {
    transform: scale(1.005, 1.005);
    z-index: 2; }
  .carousel-case-study .carousel-cell .cell-wrapper {
    height: 100%; }

.carousel-case-study .flickity-viewport {
  overflow: visible; }

.carousel-case-study .flickity-prev-next-button {
  width: 35px;
  height: 35px; }

.carousel-case-study .flickity-button.previous {
  left: -5px; }

.carousel-case-study .flickity-button.next {
  right: -5px; }

/* =====================
  Tokens in Design System
  (following https://medium.com/eightshapes-llc/tokens-in-design-systems-25dd82d58421)
===================== */
/* ==========[ TOKENS ]========== */
/* 1. Texts */
/* 2. Button */
/* 3. Brand */
/* 4. Background */
/* 5. Font */
/* 6. Border */
/* ==========[ DECISION ]========== */
/** VAR OLDS **/
/*-- Colors --*/
/*-- Text & Font --*/
/*-- Border, Shadow --*/
/*-- Main colors --*/
.home {
  overflow-x: hidden; }
  .home .wistia-play {
    cursor: pointer; }
    .home .wistia-play:hover {
      color: #008b61 !important; }
  .home .fs-data-platform {
    position: relative; }
    .home .fs-data-platform__title {
      font-size: 44px;
      line-height: 60px; }
      @media (min-width: 1500px) {
        .home .fs-data-platform__title {
          margin-top: 80px; } }
    .home .fs-data-platform__description {
      font-size: 18px;
      margin: 32px 0; }
      .home .fs-data-platform__description p {
        font-size: 18px;
        margin-top: 10px; }
    @media (max-width: 992px) {
      .home .fs-data-platform__img {
        margin-top: 30px; } }
    .home .fs-data-platform__leftside {
      padding-bottom: 30px; }
    .home .fs-data-platform .social-trust {
      margin-top: 50px;
      display: block; }
      @media (max-width: 991px) {
        .home .fs-data-platform .social-trust {
          display: none; } }
  .home .semantic-layer__image {
    width: 45px;
    color: #24292e; }
  .home .benefits {
    padding-bottom: 170px; }
    .home .benefits__wrapper {
      padding-left: 70px;
      padding-right: 40px; }
      @media (min-width: 768px) {
        .home .benefits__wrapper {
          padding-left: 100px;
          padding-right: 70px; } }
      .home .benefits__wrapper .arrow-icon {
        transition: ease-in-out .35s;
        top: 1px;
        position: relative;
        transform: translateX(3px); }
    .home .benefits__link:hover .arrow-icon {
      color: inherit;
      transform: translateX(10px); }
  .home .curve {
    position: absolute;
    bottom: calc(100% - 1px); }
  .home .features-tab h2 {
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .home .features-tab h2 {
        text-align: center; } }
  .home .social-trust__wrapper {
    border-top: 1px dashed #e9e9e9;
    border-bottom: 1px dashed #e9e9e9;
    width: 90%;
    max-width: 900px; }
    @media (max-width: 551px) {
      .home .social-trust__wrapper {
        flex-wrap: wrap; } }
  .home .social-trust__logo {
    padding: 30px 0; }
    .home .social-trust__logo .logo {
      width: 72px;
      height: auto; }
    @media (max-width: 551px) {
      .home .social-trust__logo {
        padding: 30px 0 0; } }
  .home .social-trust__rank p {
    font-size: 15px; }
  @media (max-width: 551px) {
    .home .social-trust__rank {
      padding: 30px;
      text-align: center; } }
  @media (min-width: 992px) {
    .home .social-trust {
      display: none; } }
  .home .single-platform {
    display: flex;
    justify-content: center;
    padding: 50px 0; }
    .home .single-platform__process {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      position: relative; }
      .home .single-platform__process .label {
        position: absolute;
        top: calc(100% + 30px);
        font-weight: 600;
        font-size: 14px;
        display: block;
        padding: 2px 16px;
        border-radius: 20px;
        border: 2px solid #ededed; }
    .home .single-platform img {
      margin: 0 20px;
      width: inherit; }
      .home .single-platform img:not(.arrow) {
        min-width: 180px; }
    @media (max-width: 1200px) {
      .home .single-platform {
        flex-direction: column;
        padding: 0; }
        .home .single-platform__process .label {
          position: relative;
          top: -10px;
          font-size: 14px; }
        .home .single-platform img {
          margin: 35px 0; }
          .home .single-platform img.arrow {
            position: relative;
            top: 10px;
            transform: rotate(90deg); } }
  .home .case-study {
    margin-top: 50px; }
  @media (max-width: 768px) {
    .home .team__wrapper:not(:last-child) {
      margin-bottom: 30px; } }
  @media (min-width: 768px) {
    .home .team__wrapper:nth-child(2n) {
      margin: 0 55px; } }
  .home .team__image {
    height: 150px;
    width: 100%;
    margin-top: 20px; }
    .home .team__image img {
      height: 100%;
      width: auto; }
  .home .testimonials {
    position: relative; }
    .home .testimonials h2 {
      position: relative;
      z-index: 2; }
    .home .testimonials .testimonial-card {
      position: relative;
      z-index: 2; }
    .home .testimonials img.blob1 {
      position: absolute;
      width: 185px;
      top: 45px;
      left: -10px;
      z-index: 1; }
    .home .testimonials img.blob2 {
      position: absolute;
      width: 70px;
      bottom: 40px;
      left: 380px; }
    .home .testimonials img.blob3 {
      position: absolute;
      width: 185px;
      top: 105px;
      right: 255px; }
    .home .testimonials img.blob4 {
      position: absolute;
      width: 70px;
      bottom: 95px;
      right: -12px; }
  .home .why-holistics__content {
    list-style-type: none; }
  .home .why-holistics__image {
    margin-bottom: 30px; }
  .home .why-holistics__icon {
    width: 25px;
    height: auto; }
  @media (min-width: 992px) {
    .home .why-holistics__content {
      padding-left: 0; }
    .home .why-holistics__item {
      padding-left: 65px; } }
.home.home-v6 .fs-data-platform__title {
  font-size: 40px;
  line-height: 1.2; }

.home.home-v6 .fs-data-platform__description {
  font-size: 18px;
  margin-bottom: 24px; }
