.integrations-container {
  background-color: #fafafa;
  padding: 48px 0;
}
@media (min-width: 1024px) {
  .integrations-container {
    padding: 0 0 80px;
  }
}
@media (min-width: 1024px) {
  .integrations-container .integrations {
    max-width: 1040px;
    padding-right: calc((100% - 1040px) / 2);
    padding-left: calc((100% - 1040px) / 2);
  }
}
.integrations-container .integrations h3 {
  font: 700 20px/30px "Work Sans";
  color: #1F2937;
  text-align: center;
  margin: 0;
}
@media (min-width: 1024px) {
  .integrations-container .integrations h3 {
    text-align: left;
  }
}
.integrations-container .integrations .integrationsBox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 36px;
  padding: 0 16px;
}
@media (min-width: 1024px) {
  .integrations-container .integrations .integrationsBox {
    padding: 0;
    gap: 16px;
  }
}
.integrations-container .integrations .integrationsBox .integrations-item {
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 12px 33px 0px rgba(42, 42, 42, 0.06);
  height: 100px;
  flex-basis: calc(50% - 5px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 678px) {
  .integrations-container .integrations .integrationsBox .integrations-item {
    flex-basis: calc(25% - 7.67px);
  }
}
@media (min-width: 1024px) {
  .integrations-container .integrations .integrationsBox .integrations-item {
    max-width: 150px;
  }
}
.integrations-container .integrations .integrationsBox .integrations-item img {
  width: unset;
}

.features {
  background-color: #f1fafb;
  padding: 10px;
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12.5%, rgb(0, 0, 0) 87.5%, rgba(0, 0, 0, 0) 100%);
}
@media (min-width: 1024px) {
  .features {
    background-color: #fafafa;
    padding: 0;
  }
}
.features .featuresBox {
  overflow: scroll;
  padding: 24px 0 64px;
}
@media (min-width: 1024px) {
  .features .featuresBox {
    background-color: #fafafa;
    justify-content: center;
    padding-top: 0;
  }
}

.customers {
  background-color: #f1fafb;
  padding: 48px 0;
}
@media (min-width: 1024px) {
  .customers {
    padding: 32px 0;
  }
}
.customers-intro {
  color: rgb(0, 172, 187);
  font: 700 12px/16px "Work Sans", sans-serif;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 36px;
  padding: 0 16px;
}
@media (min-width: 1024px) {
  .customers-intro {
    max-width: 1040px;
    padding-right: calc((100% - 1040px) / 2);
    padding-left: calc((100% - 1040px) / 2);
  }
}
@media (min-width: 1024px) {
  .customers-intro {
    font-size: 32px;
    line-height: 40px;
  }
}
.customers-intro .regular {
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  color: rgb(6, 7, 32);
  display: block;
  padding-top: 6px;
}
@media (min-width: 1024px) {
  .customers-intro .regular {
    font-size: 48px;
    line-height: 48px;
  }
}
.customers .customersBox {
  margin-top: 36px !important;
  padding: 0 16px;
}
@media (min-width: 1024px) {
  .customers .customersBox {
    max-width: 1040px;
    padding-right: calc((100% - 1040px) / 2);
    padding-left: calc((100% - 1040px) / 2);
  }
}

.dashboard {
  padding: 0 16px;
  padding-top: 72px !important;
  padding-bottom: 72px !important;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .dashboard {
    max-width: 1040px;
    padding-right: calc((100% - 1040px) / 2);
    padding-left: calc((100% - 1040px) / 2);
  }
}
@media (min-width: 1024px) {
  .dashboard {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    padding-left: 160px !important;
    display: grid;
    grid-template-columns: 52.5% 47.5%;
    grid-template-areas: "content hero" "compact hero";
    background-color: transparent;
    padding-right: 0 !important;
    max-width: unset !important;
  }
}
.dashboard .contentBox {
  margin-bottom: 64px;
  grid-area: content;
}
@media (min-width: 1024px) {
  .dashboard .contentBox {
    width: 695px;
  }
}
.dashboard .contentBox img {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .dashboard .contentBox img {
    width: 80%;
  }
}
.dashboard .compactBox {
  grid-area: compact;
}
@media (min-width: 1024px) {
  .dashboard .compactBox {
    max-width: 546px;
  }
}
.dashboard-hero {
  margin: 24px -16px 30px 0;
  overflow: hidden;
  text-align: center;
  grid-area: hero;
}
@media (min-width: 678px) {
  .dashboard-hero {
    height: 100%;
  }
  .dashboard-hero img {
    max-width: 360px;
  }
}
@media (min-width: 1024px) {
  .dashboard-hero {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: unset;
  }
  .dashboard-hero img {
    max-width: unset;
    width: 485px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .dashboard-hero img {
    width: 100%;
  }
}

.audit {
  background-color: #f1fafb;
}
.audit .section-container {
  display: flex;
  flex-direction: column;
  padding: 0 16px;
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}
@media (min-width: 1024px) {
  .audit .section-container {
    max-width: 1040px;
    padding-right: calc((100% - 1040px) / 2);
    padding-left: calc((100% - 1040px) / 2);
  }
}
@media (min-width: 1024px) {
  .audit .section-container {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    max-width: 1142px;
    padding: 50px 150px;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .audit .contentBox {
    width: 57%;
    text-align: right;
    padding-left: 93px;
  }
}
.audit .contentBox-title {
  margin-bottom: 12px;
}
.audit .contentBox-content p:last-of-type {
  margin-top: 20px;
}
.audit .contentBox-lastContent {
  font: 400 24px/27px "Work Sans";
}
@media (min-width: 1024px) {
  .audit .contentBox-lastContent {
    font-weight: 700;
  }
}
.audit-hero {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .audit-hero {
    width: 43%;
    margin-top: 0;
  }
}

.automation {
  padding: 0 16px;
  padding-top: 72px !important;
  padding-bottom: 21px !important;
  display: flex;
  flex-direction: column;
  background-color: #f1fafb;
}
@media (min-width: 1024px) {
  .automation {
    max-width: 1040px;
    padding-right: calc((100% - 1040px) / 2);
    padding-left: calc((100% - 1040px) / 2);
  }
}
@media (min-width: 1024px) {
  .automation {
    padding: 50px 150px 0 !important;
    max-width: 1142px;
    flex-direction: row;
    align-items: flex-end;
    overflow: hidden;
    margin: 0 auto;
  }
}
.automation .contentBox {
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .automation .contentBox {
    width: 50%;
    margin-bottom: 70px;
  }
}
@media (min-width: 1024px) {
  .automation .contentBox-lastContent {
    font-weight: 700;
  }
}
.automation-hero {
  text-align: center;
}
@media (min-width: 678px) {
  .automation-hero {
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .automation-hero {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 50%;
    margin-bottom: -120px;
  }
}
.automation-hero img {
  border-radius: 17px 17px 0 0;
  width: calc(100% - 4.56px);
  box-shadow: 0 4px 33px -2px rgba(42, 42, 42, 0.2509803922);
}
@media (min-width: 678px) {
  .automation-hero img {
    max-width: 360px;
  }
}
@media (min-width: 1024px) {
  .automation-hero img {
    max-width: unset;
    width: 485px;
  }
}

.performance {
  padding: 0 16px;
  padding-top: 72px !important;
  padding-bottom: 72px !important;
  display: flex;
  flex-direction: column;
  background-color: rgba(250, 250, 250, 0.9803921569);
}
@media (min-width: 1024px) {
  .performance {
    max-width: 1040px;
    padding-right: calc((100% - 1040px) / 2);
    padding-left: calc((100% - 1040px) / 2);
  }
}
@media (min-width: 1024px) {
  .performance {
    padding: 50px 150px !important;
    max-width: 1142px;
    display: grid;
    grid-template-columns: 52.5% 47.5%;
    grid-template-areas: "content hero" "icon hero";
    margin: 0 auto;
  }
}
.performance .contentBox {
  margin-bottom: 64px;
  grid-area: content;
}
.performance .iconBox {
  grid-area: icon;
}
.performance-hero {
  order: -1;
  margin-bottom: 30px;
  overflow: hidden;
  text-align: center;
  grid-area: hero;
  margin-right: -16px;
}
@media (min-width: 678px) {
  .performance-hero {
    height: 100%;
    margin-right: 0;
    justify-content: flex-end;
  }
}
@media (min-width: 1024px) {
  .performance-hero {
    transition: ease-in-out 0.8s;
    display: flex;
    align-items: center;
    opacity: 0;
  }
  .performance-hero.animated {
    opacity: 1;
  }
}
.performance-hero img {
  width: calc(100% - 4.56px);
}
@media (min-width: 678px) {
  .performance-hero img {
    max-width: 360px;
  }
}
@media (min-width: 1024px) {
  .performance-hero img {
    max-width: unset;
    width: 485px;
  }
}

.reporting {
  padding: 0 16px;
  padding-top: 72px !important;
  padding-bottom: 72px !important;
  display: flex;
  flex-direction: column;
  background-color: rgba(250, 250, 250, 0.9803921569);
}
@media (min-width: 1024px) {
  .reporting {
    max-width: 1040px;
    padding-right: calc((100% - 1040px) / 2);
    padding-left: calc((100% - 1040px) / 2);
  }
}
@media (min-width: 1024px) {
  .reporting {
    padding: 50px 150px !important;
    max-width: 1142px;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .reporting .contentBox {
    width: 60%;
    text-align: right;
  }
}
.reporting-hero {
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .reporting-hero {
    width: 40%;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .reporting-hero img {
    width: 275px;
  }
}

.testimonial {
  padding: 0 16px;
  padding-top: 72px !important;
  padding-bottom: 72px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #060720;
}
@media (min-width: 1024px) {
  .testimonial {
    max-width: 1040px;
    padding-right: calc((100% - 1040px) / 2);
    padding-left: calc((100% - 1040px) / 2);
  }
}
@media (min-width: 1024px) {
  .testimonial {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
.testimonial-stars {
  display: flex;
  gap: 4px;
  margin-bottom: 32px;
}
.testimonial-quote {
  color: rgb(255, 255, 255);
  letter-spacing: -0.72px;
  font: 500 18px/27px "Work Sans", sans-serif;
  text-align: center;
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .testimonial-quote {
    font: 500 32px/48px "Work Sans", sans-serif;
  }
}
.testimonial-logo {
  width: 64px;
  height: 64px;
  background: url(../img/white-frame.svg);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 16px;
}
.testimonial-logo img {
  display: block;
  width: 79px;
  inset: 1px -8px 6px -7px;
  position: absolute;
}
.testimonial-name {
  color: rgb(255, 255, 255);
  font: 600 16px/24px "Work Sans", sans-serif;
  margin-bottom: 4px;
}
.testimonial-jobtitle {
  color: rgb(156, 163, 175);
  font: 400 16px/24px "Work Sans", sans-serif;
}

.pricing {
  padding: 0 16px;
  padding-top: 72px !important;
  padding-bottom: 72px !important;
  display: flex;
  flex-direction: column;
  background-color: #F1FDFF;
}
@media (min-width: 1024px) {
  .pricing {
    max-width: 1040px;
    padding-right: calc((100% - 1040px) / 2);
    padding-left: calc((100% - 1040px) / 2);
  }
}
@media (min-width: 1024px) {
  .pricing {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
.pricing .contentBox {
  margin-bottom: 6px;
}
.pricing .price-cards {
  text-align: center;
}
@media (min-width: 1024px) {
  .pricing .price-cards {
    max-width: 1073px;
    margin: 0 auto;
  }
}
.pricing .price-cards .switch {
  position: relative;
  display: inline-flex;
  padding: 2px;
  background: #F3F4F6;
  border-radius: 12px;
  width: 210px;
  margin-bottom: 0;
}
.pricing .price-cards .switch [type=radio] {
  position: absolute;
  left: -9999px;
}
.pricing .price-cards .switch::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 105px;
  height: calc(100% - 4px);
  background: #fff;
  border-radius: 10px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
}
.pricing .price-cards .switch.monthly-active::before {
  transform: translateX(0);
}
.pricing .price-cards .switch.yearly-active::before {
  transform: translateX(100%);
}
.pricing .price-cards .switch::before {
  transform: translateX(100%);
}
.pricing .price-cards .switch label.monthly-active,
.pricing .price-cards .switch label.yearly-active {
  color: #1F2937;
  font-weight: 600;
}
.pricing .price-cards .switch label {
  position: relative;
  padding: 10px 24px;
  font: 500 14px/24px "Work Sans";
  z-index: 1;
  width: 105px;
  cursor: pointer;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  color: #9CA3AF;
}
.pricing .price-cards .swiper-wrapper {
  display: flex;
  padding: 40px 0 30px;
}
@media (min-width: 1024px) {
  .pricing .price-cards .swiper-wrapper {
    flex-direction: row;
    justify-content: center;
    gap: 24px;
  }
}
@media (min-width: 1024px) {
  .pricing .price-cards .swiper-wrapper .swiper-slide {
    flex-basis: 25%;
  }
  .pricing .price-cards .swiper-wrapper .swiper-slide.fixed-w {
    max-width: 225px;
  }
  .pricing .price-cards .swiper-wrapper .swiper-slide.wide-w {
    max-width: 255px;
  }
}
.pricing .price-cards .swiper-wrapper .plan-card {
  border-radius: 12px;
  background: #FFF;
  padding: 24px;
  position: relative;
  box-sizing: border-box;
  box-shadow: 0 6px 36px 0 rgba(103, 202, 209, 0.2);
}
.pricing .price-cards .swiper-wrapper .plan-card.popular::before {
  content: "Most popular";
  position: absolute;
  transform: translateX(-50%);
  top: -12px;
  left: 50%;
  background: linear-gradient(111.71deg, #F5C83B 12.19%, #DDAC11 95.05%);
  color: #fff;
  padding: 4px 0;
  border-radius: 6px;
  font: 600 16px/21px "Work Sans";
  z-index: 10;
  width: 136px;
}
.pricing .price-cards .swiper-wrapper .plan-card.custom {
  background: linear-gradient(157deg, #CBEAED 0%, #FFF 48.5%, #CBEAED 101.05%);
  background-clip: padding-box;
}
.pricing .price-cards .swiper-wrapper .plan-card.custom h2 {
  padding-bottom: 6px;
}
.pricing .price-cards .swiper-wrapper .plan-card.custom .custom-text {
  font: 500 20px/30px "Work Sans";
  padding-bottom: 18px;
  background: linear-gradient(96deg, #959595 2.11%, #868686 37.69%, #373737 97%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pricing .price-cards .swiper-wrapper .plan-card-head {
  text-align: center;
}
.pricing .price-cards .swiper-wrapper .plan-card-head h2 {
  color: #374151;
  font: 600 24px/31px "Work Sans";
  margin: 0;
  padding-bottom: 24px;
}
.pricing .price-cards .swiper-wrapper .plan-card-head .price.hide {
  display: none;
}
.pricing .price-cards .swiper-wrapper .plan-card-head .price.monthly, .pricing .price-cards .swiper-wrapper .plan-card-head .price.yearly {
  transition: opacity 0.3s ease;
}
.pricing .price-cards .swiper-wrapper .plan-card-head .price:not(.hide) {
  display: block;
}
.pricing .price-cards .swiper-wrapper .plan-card-head .price .yearly-price-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 15px;
}
.pricing .price-cards .swiper-wrapper .plan-card-head .price .yearly-price-wrapper .year-discount {
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  margin-right: 12px;
  font: 500 16px/10px "Work Sans";
  color: #9CA3AF;
}
@media (min-width: 1024px) {
  .pricing .price-cards .swiper-wrapper .plan-card-head .price .yearly-price-wrapper .year-discount {
    font-size: 24px;
    line-height: 30px;
  }
}
.pricing .price-cards .swiper-wrapper .plan-card-head .price .plan-date {
  color: #9CA3AF;
  font: 500 16px/24px "Work Sans";
}
.pricing .price-cards .swiper-wrapper .plan-card-head .price h3 {
  margin: 0;
}
.pricing .price-cards .swiper-wrapper .plan-card-head .price h3 .plan-price {
  font: 500 48px/27px "Work Sans";
}
.pricing .price-cards .swiper-wrapper .plan-card-head .price h3 .plan-price-blue {
  background: linear-gradient(90deg, #6DCBD2 0%, #30B9C3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pricing .price-cards .swiper-wrapper .plan-card-head .price h3 .plan-price-yellow {
  background: linear-gradient(112deg, #F5C83B 12.19%, #DDAC11 95.05%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pricing .price-cards .swiper-wrapper .plan-card-head .price h3 span.plan-date {
  font: 500 16px/27px "Work Sans";
  color: #6B7280;
}
.pricing .price-cards .swiper-wrapper .plan-card-footer {
  padding-top: 12px;
}
.pricing .price-cards .swiper-wrapper .plan-card-footer .plan-card-feature div {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #E5E7EB;
}
.pricing .price-cards .swiper-wrapper .plan-card-footer .plan-card-feature div img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
.pricing .price-cards .swiper-wrapper .plan-card-footer .plan-card-feature div p {
  font: 400 16px/24px "Work Sans";
  color: #374151;
}
.pricing .price-cards .swiper-wrapper .plan-card-footer .plan-card-feature div p span {
  font-weight: 600;
}
.pricing .price-cards .swiper-wrapper .plan-card-footer .plan-icons {
  text-align: center;
  margin-bottom: 6px;
}
.pricing .price-cards .swiper-wrapper .plan-card-footer .plan-icons img {
  width: 100%;
  height: auto;
  padding: 12px 0;
}
.pricing .price-cards .swiper-wrapper .plan-card-footer .blue-main {
  width: -webkit-fill-available;
}
.pricing .price-cards .swiper-wrapper .plan-card-footer .blue-main::after {
  content: none;
}
.pricing .price-cards .swiper-wrapper .plan-card-footer .btn-yellow {
  background: linear-gradient(111.71deg, #F5C83B 12.19%, #DDAC11 95.05%);
  color: #fff;
  width: -webkit-fill-available;
}
@media (min-width: 1024px) {
  .pricing .price-cards .swiper-wrapper .plan-card-footer .btn-yellow:hover {
    background: linear-gradient(66deg, rgb(190, 120, 237) 0%, rgb(50, 185, 195) 100%);
    box-shadow: rgba(42, 42, 42, 0.25) 0px 12px 33px 0px;
  }
}
.pricing .price-cards .swiper-wrapper .plan-card-footer .btn-grey {
  background: linear-gradient(96deg, #9CA3AF 2.11%, #B7B7B7 37.69%, #374151 97%);
  color: #fff;
  width: -webkit-fill-available;
}
@media (min-width: 1024px) {
  .pricing .price-cards .swiper-wrapper .plan-card-footer .btn-grey:hover {
    background: linear-gradient(66deg, rgb(190, 120, 237) 0%, rgb(50, 185, 195) 100%);
    box-shadow: rgba(42, 42, 42, 0.25) 0px 12px 33px 0px;
  }
}
.pricing .price-cards .swiper-button-next::after, .pricing .price-cards .swiper-button-prev::after {
  content: none;
}
@media (min-width: 1024px) {
  .pricing .price-cards .swiper-button-next, .pricing .price-cards .swiper-button-prev {
    display: none;
  }
}/*# sourceMappingURL=home-bottom.css.map */