.customers-stars {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 6px;
  padding: 0 16px;
}
@media (min-width: 1024px) {
  .customers-stars {
    max-width: 1040px;
    padding-right: calc((100% - 1040px) / 2);
    padding-left: calc((100% - 1040px) / 2);
  }
}
.customers-stars-item {
  margin: 1px;
}
@media (min-width: 1024px) {
  .customers-stars-item {
    opacity: 0;
    transform: perspective(1200px) scale(0.5);
  }
  .customers-stars-item:nth-child(1) {
    -webkit-animation: star1 2.5s ease infinite forwards;
            animation: star1 2.5s ease infinite forwards;
  }
  .customers-stars-item:nth-child(2) {
    -webkit-animation: star2 2.5s ease infinite forwards;
            animation: star2 2.5s ease infinite forwards;
  }
  .customers-stars-item:nth-child(3) {
    -webkit-animation: star3 2.5s ease infinite forwards;
            animation: star3 2.5s ease infinite forwards;
  }
  .customers-stars-item:nth-child(4) {
    -webkit-animation: star4 2.5s ease infinite forwards;
            animation: star4 2.5s ease infinite forwards;
  }
  .customers-stars-item:nth-child(5) {
    -webkit-animation: star5 2.5s ease infinite forwards;
            animation: star5 2.5s ease infinite forwards;
  }
}
@-webkit-keyframes star1 {
  0% {
    opacity: 0;
    transform: perspective(1200px) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: perspective(1200px);
  }
  100% {
    opacity: 1;
    transform: perspective(1200px);
  }
}
@keyframes star1 {
  0% {
    opacity: 0;
    transform: perspective(1200px) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: perspective(1200px);
  }
  100% {
    opacity: 1;
    transform: perspective(1200px);
  }
}
@-webkit-keyframes star2 {
  16% {
    opacity: 0;
    transform: perspective(1200px) scale(0.5);
  }
  32% {
    opacity: 1;
    transform: perspective(1200px);
  }
  100% {
    opacity: 1;
    transform: perspective(1200px);
  }
}
@keyframes star2 {
  16% {
    opacity: 0;
    transform: perspective(1200px) scale(0.5);
  }
  32% {
    opacity: 1;
    transform: perspective(1200px);
  }
  100% {
    opacity: 1;
    transform: perspective(1200px);
  }
}
@-webkit-keyframes star3 {
  32% {
    opacity: 0;
    transform: perspective(1200px) scale(0.5);
  }
  48% {
    opacity: 1;
    transform: perspective(1200px);
  }
  100% {
    opacity: 1;
    transform: perspective(1200px);
  }
}
@keyframes star3 {
  32% {
    opacity: 0;
    transform: perspective(1200px) scale(0.5);
  }
  48% {
    opacity: 1;
    transform: perspective(1200px);
  }
  100% {
    opacity: 1;
    transform: perspective(1200px);
  }
}
@-webkit-keyframes star4 {
  48% {
    opacity: 0;
    transform: perspective(1200px) scale(0.5);
  }
  64% {
    opacity: 1;
    transform: perspective(1200px);
  }
  100% {
    opacity: 1;
    transform: perspective(1200px);
  }
}
@keyframes star4 {
  48% {
    opacity: 0;
    transform: perspective(1200px) scale(0.5);
  }
  64% {
    opacity: 1;
    transform: perspective(1200px);
  }
  100% {
    opacity: 1;
    transform: perspective(1200px);
  }
}
@-webkit-keyframes star5 {
  64% {
    opacity: 0;
    transform: perspective(1200px) scale(0.5);
  }
  80% {
    opacity: 1;
    transform: perspective(1200px);
  }
  100% {
    opacity: 1;
    transform: perspective(1200px);
  }
}
@keyframes star5 {
  64% {
    opacity: 0;
    transform: perspective(1200px) scale(0.5);
  }
  80% {
    opacity: 1;
    transform: perspective(1200px);
  }
  100% {
    opacity: 1;
    transform: perspective(1200px);
  }
}
.customers-stars-item img {
  width: 17px;
}

@media (min-width: 1024px) {
  .compactBox {
    overflow: hidden;
  }
  .compactBox.animated .compactBox-item {
    opacity: 1 !important;
    transform: translateX(0) !important;
    transition: ease 1.2s;
  }
}
.compactBox-item {
  padding: 16px 0 16px 24px;
}
.compactBox-item:first-child {
  border-left: 4px solid #6dcbd2;
}
@media (min-width: 1024px) {
  .compactBox-item:first-child {
    opacity: 0;
    transform: translateX(-150px);
  }
}
.compactBox-item:nth-child(2) {
  border-left: 4px solid #e5e7eb;
}
@media (min-width: 1024px) {
  .compactBox-item:nth-child(2) {
    opacity: 0;
    transform: translateX(150px);
  }
}
.compactBox-item:nth-child(3) {
  border-left: 4px solid #e5e7eb;
}
@media (min-width: 1024px) {
  .compactBox-item:nth-child(3) {
    opacity: 0;
    transform: translateX(-150px);
  }
}
.compactBox-item__title {
  color: rgb(15, 23, 40);
  font: 600 20px/30px "Work Sans", sans-serif;
  margin-bottom: 8px;
}
.compactBox-item__content {
  color: rgb(71, 84, 102);
  font: 400 16px/24px "Work Sans", sans-serif;
  margin-bottom: 20px;
}

.featuresBox {
  display: flex;
  gap: 16px;
}
@media (min-width: 1024px) {
  .featuresBox.animated .featuresBox-item {
    opacity: 1 !important;
    transform: translateX(0) !important;
    transition: ease 400ms;
  }
  .featuresBox.animated .featuresBox-item:nth-child(1) {
    transition-delay: 0.5s !important;
  }
  .featuresBox.animated .featuresBox-item:nth-child(2) {
    transition-delay: 1.5s !important;
  }
  .featuresBox.animated .featuresBox-item:nth-child(3) {
    transition-delay: 2s !important;
  }
  .featuresBox.animated .featuresBox-item:nth-child(4) {
    transition-delay: 2.5s !important;
  }
}
.featuresBox-item {
  align-items: center;
  background-color: #fafafa;
  border-radius: 30px;
  box-shadow: 0 12px 33px rgba(42, 42, 42, 0.0588235294);
  display: flex;
  flex-direction: column;
  padding: 24px 18px;
  min-width: 200px;
  gap: 16px;
}
@media (min-width: 1024px) {
  .featuresBox-item {
    opacity: 0;
    transform: perspective(1200px) translateY(50px) scale(0.5);
  }
}
.featuresBox-item__icon img {
  display: block;
}
.featuresBox-item__text {
  color: rgb(31, 41, 55);
  font: 500 20px/30px "Work Sans", sans-serif;
}

.about-us-new .dashboard {
  padding: 0 16px;
  padding-top: 72px !important;
  display: flex;
  flex-direction: column;
  background-color: #292939;
}
@media (min-width: 1024px) {
  .about-us-new .dashboard {
    max-width: 1040px;
    padding-right: calc((100% - 1040px) / 2);
    padding-left: calc((100% - 1040px) / 2);
  }
}
@media (min-width: 1024px) {
  .about-us-new .dashboard {
    padding-top: 120px !important;
    display: grid;
    grid-template-columns: 52.5% 47.5%;
    grid-template-areas: "content hero" "compact hero";
  }
}
.about-us-new .dashboard .contentBox {
  margin-bottom: 64px;
  grid-area: content;
}
@media (min-width: 1024px) {
  .about-us-new .dashboard .contentBox {
    max-width: 470px;
  }
}
.about-us-new .dashboard .contentBox-subtitle {
  color: rgb(110, 203, 210);
  font: 400 22px/34px "Work Sans";
}
.about-us-new .dashboard .contentBox-title {
  font: 700 32px/36px "Work Sans";
  color: rgb(255, 255, 255);
}
.about-us-new .dashboard .contentBox-content {
  font: 400 18px/27px "Work Sans";
  color: rgb(196, 209, 227);
  padding-top: 8px;
}
.about-us-new .dashboard .compactBox {
  grid-area: hero;
}
@media (min-width: 1024px) {
  .about-us-new .dashboard .compactBox {
    max-width: 470px;
    padding-left: 25px;
  }
}
.about-us-new .dashboard .compactBox-item__title {
  color: rgb(255, 255, 255) !important;
}
.about-us-new .dashboard .compactBox-item__content {
  color: rgb(196, 209, 227) !important;
}
.about-us-new .dashboard .compactBox-item:nth-child(2) {
  border-left: 4px solid #4b4b5d !important;
}
.about-us-new .dashboard .compactBox-item:nth-child(3) {
  border-left: 4px solid #4b4b5d !important;
}
.about-us-new .dashboard-hero {
  order: 3;
  margin-bottom: 30px;
  height: 180px;
  overflow: hidden;
  text-align: center;
  grid-area: compact;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 678px) {
  .about-us-new .dashboard-hero {
    height: 100%;
  }
  .about-us-new .dashboard-hero img {
    max-width: 360px;
  }
}
@media (min-width: 1024px) {
  .about-us-new .dashboard-hero {
    display: flex;
    align-items: flex-end;
    margin-top: -50px;
  }
  .about-us-new .dashboard-hero img {
    max-width: unset;
    width: 485px;
  }
}
.about-us-new .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) {
  .about-us-new .features {
    background-color: #fafafa;
    padding: 0;
  }
}
.about-us-new .features .featuresBox {
  overflow: scroll;
  padding: 29px 0;
}
@media (min-width: 1024px) {
  .about-us-new .features .featuresBox {
    background-color: #f1fafb;
    justify-content: center;
    padding: 64px 0;
  }
}
.about-us-new .quote {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
  padding: 0 16px;
  background-color: #292939;
}
@media (min-width: 1024px) {
  .about-us-new .quote {
    max-width: 1040px;
    padding-right: calc((100% - 1040px) / 2);
    padding-left: calc((100% - 1040px) / 2);
  }
}
@media (min-width: 1024px) {
  .about-us-new .quote {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
}
@media (min-width: 1024px) {
  .about-us-new .quote-top {
    display: flex;
    flex-direction: row;
  }
}
.about-us-new .quote-img {
  text-align: left;
}
.about-us-new .quote-img img {
  height: 177px;
  width: 188px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #6dcbd2;
  border-radius: 24px;
}
@media (min-width: 1024px) {
  .about-us-new .quote-img img {
    height: 313px;
    width: 188px;
    margin-right: 48px;
  }
}
.about-us-new .quote-text {
  padding-top: 24px;
}
@media (min-width: 1024px) {
  .about-us-new .quote-text {
    padding-top: unset;
  }
}
.about-us-new .quote_subtitle {
  margin: 0;
  background-image: linear-gradient(90deg, rgb(109, 203, 210) 0%, rgb(48, 185, 195) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font: 500 22px/34px "Work Sans";
}
@media (min-width: 1024px) {
  .about-us-new .quote_subtitle {
    font-size: 32px;
    line-height: 48px;
  }
}
.about-us-new .quote_title {
  margin: 0;
  font: 700 32px/36px "Work Sans";
  color: rgb(255, 255, 255);
  padding-top: 2px;
}
@media (min-width: 1024px) {
  .about-us-new .quote_title {
    font-size: 48px;
    line-height: 56px;
  }
}
.about-us-new .quote_content {
  font: 500 18px/27px "Work Sans";
  color: rgb(201, 201, 222);
  padding: 24px 0;
  letter-spacing: -0.72px;
}
.about-us-new .quote_box {
  background-color: #3e3e52;
  padding: 16px;
  border-radius: 16px;
  display: inline-flex;
}
@media (min-width: 1024px) {
  .about-us-new .quote_box {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }
}
.about-us-new .quote_box_text {
  color: rgb(213, 213, 235);
  font: 400 16px/24px "Inter";
  letter-spacing: -0.72px;
  margin-left: 12px;
}
@media (min-width: 1024px) {
  .about-us-new .quote_box_text {
    width: 453px;
  }
}
.about-us-new .quote_box img {
  width: 24px;
  height: auto;
  align-self: flex-start;
}
.about-us-new .quote hr {
  background: #3e3e52;
  height: 1px;
  border: none;
  margin: 48px 0;
}
@media (min-width: 1024px) {
  .about-us-new .quote-bottom {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
  }
}
@media (min-width: 1024px) {
  .about-us-new .quote-bottom_content {
    width: 50%;
    padding-right: 175px;
  }
}
.about-us-new .quote-bottom_content_text {
  font: 500 18px/27px "Work Sans";
  color: rgb(201, 201, 222);
  letter-spacing: -0.72px;
}
.about-us-new .quote-bottom_content_list {
  list-style: none;
  padding: 24px 0 0;
  margin: 0;
}
.about-us-new .quote-bottom_content_list li {
  background-color: #3e3e52;
  border-radius: 16px;
  padding: 16px;
  font: 400 16px/24px "Inter";
  color: rgb(213, 213, 235);
  letter-spacing: -0.72px;
  display: flex;
}
.about-us-new .quote-bottom_content_list li:not(:last-child) {
  margin-bottom: 12px;
}
.about-us-new .quote-bottom_content_list li img {
  width: 24px;
  height: auto;
  margin-right: 8px;
}
.about-us-new .quote-bottom_box {
  border: 2px solid #4a4ae8;
  background-color: #b6b6d3;
  border-radius: 16px;
  padding: 24px;
  margin-top: 47px;
}
@media (min-width: 1024px) {
  .about-us-new .quote-bottom_box {
    width: 50%;
  }
}
.about-us-new .quote-bottom_box_text {
  font: 600 16px/24px "Inter";
  color: rgb(41, 41, 57);
  letter-spacing: -0.72px;
}
.about-us-new .quote-bottom_box img {
  width: 24px;
  height: auto;
}
.about-us-new .mission {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
  padding: 0 16px;
  background-color: #f1fafb;
}
@media (min-width: 1024px) {
  .about-us-new .mission {
    max-width: 1040px;
    padding-right: calc((100% - 1040px) / 2);
    padding-left: calc((100% - 1040px) / 2);
  }
}
@media (min-width: 1024px) {
  .about-us-new .mission {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
}
.about-us-new .mission_subtitle {
  margin: 0;
  background-image: linear-gradient(90deg, rgb(109, 203, 210) 0%, rgb(48, 185, 195) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font: 500 22px/34px "Work Sans";
}
@media (min-width: 1024px) {
  .about-us-new .mission_subtitle {
    font-size: 32px;
    line-height: 48px;
  }
}
.about-us-new .mission_title {
  font: 700 32px/40px "Work Sans";
  color: rgb(41, 41, 57);
  margin: 0;
}
@media (min-width: 1024px) {
  .about-us-new .mission_title {
    font-size: 48px;
    line-height: 56px;
  }
}
.about-us-new .mission_content {
  font: 500 16px/24px "Work Sans";
  color: rgb(92, 92, 122);
  letter-spacing: -0.72px;
  padding: 24px 0 24px;
}
@media (min-width: 1024px) {
  .about-us-new .mission_content {
    padding: 48px 0 48px;
    font-size: 24px;
    line-height: 36px;
    width: 890px;
  }
}
.about-us-new .ai {
  background-color: #292939;
}
.about-us-new .ai .container {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
  padding: 0 16px;
  color: #fff;
}
@media (min-width: 1024px) {
  .about-us-new .ai .container {
    max-width: 1040px;
    padding-right: calc((100% - 1040px) / 2);
    padding-left: calc((100% - 1040px) / 2);
  }
}
@media (min-width: 1024px) {
  .about-us-new .ai .container {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
}
.about-us-new .ai .container a, .about-us-new .ai .container .ai_title {
  background-image: linear-gradient(90deg, rgb(109, 203, 210) 0%, rgb(48, 185, 195) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.about-us-new .ai .container .ai_title {
  font: 500 22px/34px "Work Sans";
  margin-top: 0;
}
@media (min-width: 1024px) {
  .about-us-new .ai .container .ai_title {
    font-size: 32px;
    line-height: 48px;
  }
}/*# sourceMappingURL=about-us-bottom.css.map */